/***************** variables *********************/




/* @font-face { font-family: myFirstFont; src: url(../../assets/fonts/); }  */


html {scroll-behavior: smooth !important; word-wrap:break-word;}
body {font-family: 'Montserrat', sans-serif; font-size: 20px; line-height: 1.7; background-image: url('../../files/bg.jpg'); background-size:250px; background-attachment:fixed; background-repeat: repeat; background-color: #fff; color: #181818; overflow-x:hidden;} 

/***************** paragraphs *******************/

h1, h2, h3, h4, h5, h6 {font-family:'Poppins', sans-serif /* new-order, finalsix, gravesend-sans, carbon, countach, ccbiffbamboom, ccbiffbamboomoutline, marvin, marvin-round, strenuous */ ; margin:0; padding:0; color: inherit; line-height:normal;}
h1 {font-size: 4rem; line-height:1.2;}
h2 {font-size: 3rem; line-height:1.2;}
h3 {font-size: 2.5rem; line-height:1.2;}
h4 {font-size: 2rem;}
h5 {font-size: 1.5rem;}
h6 {font-size: .8rem; letter-spacing: 3px; text-transform: uppercase;}
p, a, ul, ol, li {margin: 0; margin-bottom:0; padding: 0; font-family:inherit;}

main a, main a * {transition:.3s all; text-decoration:none; border:none !important;} 
main a {color:#4f4f4f; transition: .3s all; border-bottom:1px dashed; text-decoration:none !important; cursor:pointer;}
small {display:inline-block;}

::-webkit-scrollbar {width: 6px; height: 2px; transition:.3s all;}
::-webkit-scrollbar-track {background: #d9d9d9;}
::-webkit-scrollbar-thumb {background: #a6a6a6; border-radius:10px; cursor:pointer;}
::-webkit-scrollbar-thumb:hover {background: #181818;}
::selection, ::-moz-selection {color: #fff; background: #002f87;}

hr {width: 100%; margin: auto; min-height: 1px; background-color: inherit; border-color: inherit;}
.spacer {height: 30px;}

.font1, .font1 h1, .font1 h2, .font1 h3, .font1 h4, .font1 h5, .font1 h6  { font-family:'Montserrat', sans-serif !important; }
.font2, .font2 h1, .font2 h2, .font2 h3, .font2 h4, .font2 h5, .font2 h6, .font2 p { font-family:'Poppins', sans-serif /* new-order, finalsix, gravesend-sans, carbon, countach, ccbiffbamboom, ccbiffbamboomoutline, marvin, marvin-round, strenuous */  !important; }
.font3, .font3 h1, .font3 h2, .font3 h3, .font3 h4, .font3 h5, .font3 h6, .font3 p { font-family:finalsix, sans-serif !important;}






/***************** buttons *********************/
.btn, .btn:is(:hover, :focus, :active) {margin-top:2rem; box-shadow: none !important; border:none !important; outline:none !important;  text-decoration:none !important;}
.btn {text-transform:uppercase; letter-spacing:1px; background-color:transparent !important; color:#181818 !important; font-weight:700; z-index: 1; position: relative; padding:.5rem 1rem !important; height: 50px; display: inline-flex; align-items: center;}
.btn:is(:hover, :focus, :active):not(.btn-light, .btn-warning, .btn-info, .btn-outline, .btn-default) {color:#fff !important;}
.btn:after {font-family: "Font Awesome 5 Free"; float:right; margin-left:10px; transition:.3s all; font-weight:700; content: "\f061" !important; }
.btn:is(:hover, :focus, :active):not(.btn-back):after {margin-left:15px;}
.btn:before {content:""; position:absolute; opacity:.8; inset:0; z-index: -1; display: block; width:50px; border-radius:30px; transition:.3s all;}
.btn:is(:hover, :focus, :active):before {width:100%;}
.btn-info {font-size:.85rem;}
.btn-primary:before {background-color:#002f87;}
.btn-secondary:before {background-color:#0A1D43;}
.btn-light:before {background-color:#fff !important;}
.btn-dark:before {background-color:#181818 !important;}
.btn-success:before {background-color:#32a852;}
.btn-warning:before {background-color:#FFEB00;}
.btn-danger:before {background-color:#a83232;}
.btn-info:hover {opacity:.8;}
.btn-back {padding-inline:0 !important; margin-top:0 !important; flex-direction: row-reverse; justify-content: flex-end;}
.btn-back:after {transform: scale(-1); margin-left: 0; margin-right: 10px;}
.btn-back:is(:hover, :focus, :active):after {margin-right: 15px;}
.btn-outline:before {background-color:transparent !important; border:1px solid transparent;}
.btn-outline:hover:before {border-color:#181818;}
 
.block-button + .block-button .btn {margin-top:.8rem;}

.btn.btn-sm { font-size: .8rem !important; height:40px;} .btn-sm:before {width:40px;}
.btn.btn-lg { font-size: 1.1rem !important;}

/***************** borders *********************/

.border-bottom {border-bottom:6px solid;} .border-top {border-top:6px solid;}
.border-top-light-15 {border-top:15px solid #fff !important;} .border-top-dark-15 {border-top:15px solid #181818 !important;}

.border, .border-col.right .block-columns .__col {border-right-width: 2px; border-right-style: solid;}
.border-col.right .block-columns .__col:last-child {border: none;}

.border-primary, .border-primary.border-col .block-columns .__col {border-color: #002f87 !important;}
.border-secondary, .border-secondary.border-col .block-columns .__col {border-color: #0A1D43;}
.border-dark, .border-dark.border-col .block-columns .__col {border-color: #181818;}
.border-light, .border-light.border-col .block-columns .__col {border-color: #fff !important;}
.border-info, .border-info.border-col .block-columns .__col {border-color: #3C6EFF;}
.border-success, .border-success.border-col .block-columns .__col {border-color: #32a852;}
.border-warning, .border-warning.border-col .block-columns .__col {border-color: #FFEB00;}
.border-danger, .border-danger.border-col .block-columns .__col {border-color: #a83232;}
.border-custom1, .border-custom1.border-col .block-columns .__col {border-color: #2e2e2e;}
.border-custom2, .border-custom2.border-col .block-columns .__col {border-color: #4f4f4f;}
.border-custom3, .border-custom3.border-col .block-columns .__col {border-color: #7a7a7a;}
.border-custom4, .border-custom4.border-col .block-columns .__col {border-color: #a6a6a6;}
.border-custom5, .border-custom5.border-col .block-columns .__col {border-color: #d9d9d9;}
.border-custom6, .border-custom6.border-col .block-columns .__col {border-color: #e6e6e6;}

/***************** utilities *********************/


.modal .modal-header {align-items: center;}
.modal .modal-footer .btn {margin-top:0;}
.modal {background: rgba(0,0,0,0.8); backdrop-filter: blur(2px);}
.modal-list .modal .modal-header {flex-direction: row;}
.modal-list .modal .modal-content > [class*="modal-"] {position:relative; z-index:1;}
.modal-list .modal .modal-content:before {opacity:.8 !important; content:""; filter: saturate(0) brightness(200) opacity(.2); background:linear-gradient(to right, transparent 20%, #fff 20%), url('../../assets/images/site_logo.svg'); background-size:contain; z-index:0; position:absolute; left:0; top:0; right:0; bottom:0; }
.modal-list .modal .modal-content {background-size:20%; background-position:left; border:none; background-color: #002f87; border-radius: 20px; overflow: hidden;}
.modal-list .modal .modal-body {background-color:#fff; float:right; width:80%; margin-left:20%; padding:4.5rem 2rem 3rem 2rem;}
.modal-list .modal .modal-content .close-times {border:none !important; position:absolute; right:20px; top:20px; cursor:pointer; z-index:2;}
.modal-list .modal .modal-header, .modal-list .modal .modal-footer {display:none;}
.modal video {object-fit:cover !important; width:100%; height:100%;}

.modal-list .modal .modal-xl .modal-content {background-size:10%;}
.modal-list .modal .modal-xl .modal-body {width:90%; margin-left:10%;}

.block-list-group {margin: 0;}
.block-list-group .list-group-item {background-color: transparent; padding: 15px 30px; border: 1px solid #e6e6e6; border-bottom: none; border-radius: 0; moz-transition: all .2s; -webkit-transition: all .2s; -o-transition: all .2s; -ms-transition: all .2s; transition: all .2s;}
.block-list-group .list-group-item:last-child {border-bottom: 1px solid #e6e6e6;}
.block-list-group .list-group-item:hover {}
.block-list-group .list-group-item p {margin: 8px 0 8px 0 !important;}

.block-list-group.accordion .card {padding: 0; margin-bottom:.8rem; border: none; border-radius: 0; background: #fff; -webkit-box-shadow: 0 0 0 rgba(0,0,0,0); box-shadow: 0 0 0 rgba(0,0,0,0); moz-transition: all .2s; -webkit-transition: all .2s; -o-transition: all .2s; -ms-transition: all .2s; transition: all .2s;}
.block-list-group.accordion .card:last-child {margin: 0;}
.block-list-group.accordion .card:hover {background: #fff;}
.block-list-group.accordion .card .card-header {padding: 0; border: none; }
.block-list-group.accordion .card .card-header h5 {margin: 0 !important; background: #e6e6e6;}
.block-list-group.accordion .card .card-header h5 .btn {font-family:'Montserrat', sans-serif; border-radius:0 !important;  width: 100%; text-align: left; margin: 0; font-style: normal; text-transform: none; font-weight: 700; line-height: 1.9; color: #181818 !important; font-size:1rem; letter-spacing: .3px; display: block; border: none; text-decoration: none;}
.block-list-group.accordion .card .card-header h5 .btn:after {display:none;}
.block-list-group.accordion .card .card-header h5 .btn:before {position:relative; content: "\f067"; font-family: "Font Awesome 5 Free"; font-weight: 900; float: right; color: #002f87; border:none !important; opacity:1; width:auto;}
.block-list-group.accordion .card .card-header h5 .btn:hover:before {transform:rotate(-90deg);}
.block-list-group.accordion .card .card-body {border-top: 1px solid #d9d9d9 !important; padding: 20px 30px 20px 30px !important; border:1px solid #e6e6e6; background: linear-gradient(to bottom, #e6e6e6, #fff);}
.block-list-group.accordion .card .card-body p:not(:first-child) {margin: 10px 0 0 0 !important;}
.block-list-group.accordion .card .card-body a {color:#002f87 !important; border-bottom:1px solid !important;}
.block-list-group.accordion .card .card-body ul {margin-top: 0 !important;}

.block-list-group.tabs .nav-tabs {border: none; display: flex; flex-wrap: wrap;}
.block-list-group.tabs .nav-tabs .nav-item {background: #fff; margin-bottom:0 !important;}
.block-list-group.tabs .nav-tabs .nav-item .nav-link {padding: 20px 30px; border: none; background: transparent; margin: 0; border-radius: 0; color: #4f4f4f; font-weight: 700; transition:.3s all;}
.block-list-group.tabs .nav-tabs .nav-item:not(:last-child) .nav-link {border-right:1px solid #fff !important;}
.block-list-group.tabs .nav-tabs .nav-item.active {background: #e6e6e6;}
.block-list-group.tabs .nav-tabs .nav-item:hover .nav-link, .block-list-group.tabs .nav-tabs .nav-item .nav-link.active {color: #002f87; text-decoration: underline !important; text-underline-offset: 5px;}
.block-list-group.tabs .nav-tabs .nav-item:before {display: none;}
.block-list-group.tabs .tab-content {padding: 40px 60px; border: none; background: #e6e6e6;}
.block-list-group.tabs .tab-content p {margin: 0 !important;}

.block-list-group.modal-list .list-group-item {background:transparent; border:none !important; padding:0 !important;  margin-bottom: 0.8rem;}
.block-list-group.modal-list .list-group-item *:is(h5, h5 > button) {margin:0;}
.block-list-group.modal-list .list-group-item h5 > button { font-family:'Montserrat', sans-serif; text-transform:none;}
.block-list-group.modal-list .list-group-item h5 > button:before {background:#002f87;}
.block-list-group.modal-list .list-group-item h5 > button:after {content:"\f067" !important;}


.block-list.btn-video .block-list-group.modal-list .list-group-item h5 > button {background-image:url("../../assets/images/video.png"); font-size:0; background-repeat:no-repeat; background-size:contain; background-position:center; background-color:transparent !important; margin-top:0 !important; box-shadow: none !important;     width: 150px; height: 150px; transition:.3s all;}
.block-list.btn-video .block-list-group.modal-list .list-group-item h5 > button:hover {opacity:.7;}
.block-list.btn-video .block-list-group.modal-list .list-group-item h5 > button:before,
.block-list.btn-video .block-list-group.modal-list .list-group-item h5 > button:after {display:none !important;}

.pager {margin: 0; width: 100%; justify-content: center; border-radius: 0;}
.pager li {margin: 0;}
.pager li:before {display: none;}
.pager li a {display: inline-block; padding: 0; font-size: 1px; margin: 0 10px !important; color: #a6a6a6; background: #a6a6a6; border: none; width: 16px; height: 16px; border-radius: 8px !important;}
.pager li a:hover, .pager li a.active {background: #002f87; color: #002f87;}


.news {margin: 0;}
.news .list-group-item:first-child {margin-top:0;}
.news .list-group-item {margin: 30px 0 0 0; overflow:hidden; padding: 40px 30px !important; border: 1px solid #e6e6e6 !important; border-radius: 30px; background: #fff; -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid;}
.news .list-group-item:hover {background: #e6e6e6;}
.news .list-group-item .list-date {margin: 0; padding: 0; color: #7a7a7a; font-size: .75rem; line-height: 1.9; letter-spacing: 3px; text-transform: uppercase;}
.news .list-group-item .list-header {font-size: 2rem; line-height: 1.4; margin-top:5px !important; border-bottom: 1px solid #e6e6e6; padding-bottom:10px;}
.news .list-group-item:hover .list-header {border-color: #d9d9d9;}
.news .list-group-item .list-content {margin: 30px 0 0 0;}
.news .list-group-item .list-content > img {margin-top:0;}
.news .list-group-item .list-content img {margin-top:5px;}


:root {--newspad: 300px; --newslist:15vw; --newslistpad:150px;}
.news-card .news { display: flex; grid-gap: 30px; flex-direction: row; flex-wrap: wrap;}
.news-card .news .list-group-item { transition:.3s all; margin-top: 0px; height: auto; flex: 0 0 calc(calc(100%/2) - 15px);}
.news-card.news-3 .news .list-group-item { flex: 1 0 calc(calc(100%/3) - 15px) !important;}
.news-card .news .news-linked.list-group-item:hover {/*transform:scale(.98);*/ box-shadow:0 0 15px rgba(0,0,0,0.15);}
.news-card .news .news-linked.list-group-item .list-content {cursor:pointer;}
.news-card .news .news-linked.list-group-item:before {text-align:left !important; transition:.3s all; opacity:0; content:"Klicka för att läsa mer"; text-transform:uppercase; font-weight:600; font-size:.8rem; text-align:center; color:#2e2e2e; letter-spacing:1px; padding:20px 30px; position:absolute; inset:auto 0 0 0; border-radius:0 0 30px 30px; background:linear-gradient(to bottom, transparent, #e6e6e6); height:auto; backdrop-filter:blur(1px); -webkit-backdrop-filter:blur(1px); }
.news-card .news .news-linked.list-group-item:hover:before {opacity:1; }

.__base .news-card.news-block .news .list-group-item .list-header:before {background-image:url('../../assets/images/site_preview.jpg'); background-size:cover; background-position:center;}
.news-card.news-block .news .list-group-item {border:none !important; padding-top:calc(var(--newspad) + 30px) !important;}
.news-card.news-block .news .list-group-item .list-header {cursor:pointer; color:#181818 !important; padding-bottom:0 !important; border:none !important; margin:0 !important; display: flex; flex-direction: column; justify-content: flex-end; z-index:1; }
.news-card.news-block .news .list-group-item .list-header:before {display:none; opacity:.6; content:""; z-index:-1; position:absolute; inset:0; background:linear-gradient(to bottom, transparent, #f7f7f7);}
.news-card.news-block .news .list-group-item.wimg .list-header:before {background:linear-gradient(to bottom, transparent, #002f87);}
.news-card.news-block .news .list-group-item.wimg .list-header {color:#fff;}
.news-card.news-block .news .list-group-item .list-content {margin-top:0;}
.news-card.news-block .news .list-group-item .list-content img {width:100%; position: absolute; inset: 0; margin-top: 0; height: var(--newspad); object-fit: cover;}
.news-card.news-block .news .news-linked.list-group-item .list-content {overflow:hidden; max-height:var(--newspad);}

.news-list .news {flex-direction: column;}
.news-list .news .list-group-item {padding-left:var(--newslist) !important; border:none !important;}
.news-list .news .list-group-item .list-header {}
.news-list .news .list-group-item .list-content {}
.news-list .news .list-group-item .list-content img {position: absolute; inset: 0 auto 0 0; width: calc(var(--newslist) - 30px); height: 100%; margin-top: 0; object-fit: cover;}
.news-list .news .news-linked.list-group-item .list-content {overflow:hidden; max-height:var(--newslistpad);}
.news-list .news .news-linked.list-group-item .list-content:before {left:calc(var(--newslist) - 10px);}

@media (max-width:1440px) {
    :root {--newslist:25vw;}
} @media (max-width:992px) {
    .news-card .news .list-group-item {flex-basis: calc(calc(100%/2) - 15px) !important;}    
} @media (max-width:767px) {
    :root {--newspad: 200px; --newslistpad:220px;}
    .news-card .news .list-group-item {flex-basis: 100% !important;} 
    .news-card .news .news-linked.list-group-item:before {opacity:1;}
}

/*----------------NEWS PLUGIN-------------------*/


.plug-news:not(.filled):before {content:""; min-height:200px; background-image:url('../../assets/images/loader.gif'); background-position:center; background-size:180px; background-repeat:no-repeat; display:block;} /* position:fixed; left:0; right:0; top:0; bottom:0; background-color:rgba(255,255,255,0.8); z-index:10000; backdrop-filter:blur(8px); -webkit-backdrop-filter:blur(8px);} */
.__base .plug-news:before, .__base .share-news:before, .__base .show-news:before {content: "NEWS PLUGIN - DO NOT ALTER"; min-height:auto; position:unset; background-image:none; backdrop-filter:unset; -webkit-backdrop-filter:unset; text-align: center; display: block; font-size: 2rem;}
.__base .share-news:before {content: "SHARE NEWS PLUGIN - DO NOT ALTER";}
.__base .show-news:before {content: "SHOW NEWS PLUGIN - DO NOT ALTER";}
.plug-news.news-2 .news-item {width: calc(calc(100% / 2) - 30px);}
.plug-news.news-3 .news-item {width: calc(calc(100% / 3) - 30px);}
.plug-news.news-4 .news-item {width: calc(calc(100% / 4) - 30px);}
.plug-news .news-item {position:relative; background: #f7f7f7; overflow: hidden; border-radius: 30px; display:inline-block; width:100%;     box-shadow: 3px 3px 15px rgb(0 0 0 / 10%); margin:15px; transition:.3s all;}
.plug-news .news-item:hover {cursor:pointer; box-shadow: 3px 3px 15px rgb(0 0 0 / 30%);}
.plug-news .news-inner {display:flex; flex-wrap: wrap;}
.plug-news .news-item img {width:100%; height:300px; object-fit:cover; object-position:center; margin-top:0; background: rgba(0,0,0,.2); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);}
.plug-news .news-item img.front {object-fit:cover; position: absolute;  top:0; left: 50%; transform: translateX(-50%);}
.plug-news .news-item .news-content {padding:2rem 2rem 5rem 2rem; }
.plug-news .news-item h6 {font-family:'Montserrat', sans-serif;}
.plug-news .news-item hr {margin:1rem 0;}
.plug-news .news-item strong, .plug-news .news-item h4, .plug-news .news-item h6 {margin-top:5px; font-weight:400 !important;}
.plug-news .news-item p { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.plug-news .news-item small {display: block; margin-top: 15px; font-style: italic; position:absolute; bottom:2rem;}
.plug-news .slick-track {display:flex; flex-wrap: wrap; height: 100%;}
.plug-news .slick-track .news-item.slick-slide {margin:0 !important; box-shadow:none;}
.plug-news .slick-track .news-item .news-content {height:100%;}
.plug-news .slick-slider .slick-arrow {transform:none; top:120px; background:rgba(0,0,0,0.8); transition:.3s all; opacity:.2; border-radius: 50%; HEIGHT: 60PX; width: 60px; display: flex !important; justify-content: center; align-items: center;}
.plug-news .slick-slider .slick-arrow:before,.plug-news .slick-slider .slick-arrow:after {color:#fff !important;}
.plug-news .slick-slider .slick-arrow:before {font-size:25px;}
.plug-news .slick-slider .slick-arrow:hover {opacity:1;}

.newsfeed.news-list .list-group-item:nth-child(n+3), .newsfeed .news-block .list-group-item:nth-child(n+4) { display:none;}
.__col .newsfeed.news-block .block-list-group {flex-direction: column;}
.__col .newsfeed.news-block .list-group-item {flex:1 !important;}
.__col .newsfeed.news-block .list-group-item:nth-child(n+2) { display:none;}

@media (max-width:1920px) {
    .block-section:not(.full-width-all) .plug-news.news-3 .news-item, .block-section:not(.full-width-all) .plug-news.news-4 .news-item {width: calc(calc(100% / 2) - 30px);}
    .block-section.full-width-all .plug-news.news-4 .news-item {width: calc(calc(100% / 3) - 30px);}
} @media(max-width:1440px) {
    .newsfeed .news-block .list-group-item:nth-child(n+3) { display:none;}
} @media (max-width:992px) {
    .block-section.full-width-all .plug-news.news-4 .news-item {width: calc(calc(100% / 2) - 30px);}
    .share-news .share-inner a {height:45px; width:45px; font-size:20px; margin:0 2px;}
} @media (max-width:767px) {
    .plug-news .slick-slider .slick-arrow {top:80px;  HEIGHT: 40PX; width: 40px; opacity:.5;}
    .plug-news .slick-slider .slick-arrow:before {font-size:15px;}
    .plug-news .news-item img {height:200px;}
    .plug-news .news-item:not(.slick-slide) {width: 100% !important;}
    .share-news .share-inner.row > div:first-child {border:none !important;}
    .show-news .show-list ul li a:before {background-size:50%; height:60px;}
    .show-news .show-list ul li {font-size:10px; line-height:15px;}
    .show-news .show-list ul li:nth-child(3), .show-news .show-list ul li:nth-child(4) {display:none;}
    
    .__col .newsfeed.news-block .list-group-item:nth-child(2) { display:block;}
    .newsfeed .news-block .list-group-item:nth-child(n+3) { display:none;}
} @media (max-width:558px) {
    .show-news .show-list ul {flex-direction: column;}
    .show-news .show-list ul li {margin-bottom:20px !important;}
    .show-news .show-list ul li:nth-child(-n+4) {display:list-item !important;}
    .share-news .share-inner a {height:40px !important; width:40px !important; font-size:20px !important;}
}



.share-news .share-inner.row {border-top:2px solid #002f87; border-bottom:2px solid #002f87;}
.share-news .share-inner.row > div:first-child {border-right:2px solid #002f87; }
.share-news .share-inner a {background:transparent; border:2px solid #002f87; height:60px; width:60px; border-radius:50%; display: inline-flex; justify-content: center; align-items: center; text-align:center; font-size:30px; margin:0 5px; text-decoration:none !important; transition: .3s all;}
.share-news .share-inner a:after {display:none;}
.share-news .share-inner a i {color:#002f87;}
.share-news .share-inner a:hover {background:#181818;} .share-news .share-inner a:hover i {color:#fff;}

.show-news .show-inner a.back {text-transform:uppercase; color:#7a7a7a !important; text-decoration:none; border-bottom:1px dotted;}
.show-news .show-list ul {padding:0; list-style:none; display:flex; margin-top:30px !important;}
.show-news .show-list ul li:before {display:none;}
.show-news .show-list ul li a:before {content:""; background-color:#fff; background-image:url('../../assets/images/site_logo.svg'); background-size:15%; background-position:center; background-repeat:no-repeat; height:100px; width:100%; border-radius: 20px 20px 0 0; display: block; margin-bottom:5px;}
.show-news .show-list ul li {display:none; width: -webkit-fill-available; text-align:center; padding:0 10px; line-height:normal; font-style:italic;}
.show-news .show-list ul li:hover a {border-bottom:0; color:#002f87;}
.show-news .show-list ul li:nth-child(-n+4) {display:list-item;}


/*---------------- gallery-carousel -------------------*/

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  transition: .6s opacity ease;
}
/* Disable transitions for if reduced motion is enabled: */
@media (prefers-reduced-motion:reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.block-gallery div:not(.__header) {height:inherit; overflow:hidden; object-fit:cover;}
.block-gallery img {height: 100%; width:100%; object-fit: cover; object-position: center;}

.block-section.slider-full-height .__col > .block-section {height:unset;}
.block-section.slider-full-height .__col div:is(.block-section-container, .block-gallery, .__content, .carousel, .carousel-inner, .carousel-item) { height:100% !important; object-fit:cover; overflow:hidden; }
.block-gallery .carousel {height:500px !important;}
.block-gallery .carousel .carousel-inner {cursor:default !important;}
.block-gallery .carousel .carousel-control-next, .block-gallery .carousel .carousel-control-prev {border: none !important;}
.block-gallery .carousel .carousel-control {width: auto; padding: 0 50px; text-shadow: 0 0 0 rgba(0,0,0,0); border: none !important;}
.block-gallery .carousel .carousel-indicators {bottom:15px; margin:0; width:90%; left:50%; transform:translateX(-50%);}
.block-gallery .carousel .carousel-indicators li {margin: 0 10px; background: #a6a6a6; opacity: .2; border: 2px solid #fff; width: 16px; height: 16px; border-radius: 8px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.block-gallery .carousel .carousel-indicators li.active {background: #002f87; opacity:1;}
.block-gallery .carousel .carousel-caption:before {content:""; inset:0;  background:linear-gradient(to bottom, transparent, #181818); position:absolute; opacity:0; transition:.3s all; z-index:-1;}
.block-gallery .carousel .carousel-caption:hover:before {opacity:.5;}
.block-gallery .carousel .carousel-caption { padding:2rem 2rem 4rem 2rem; transition:.3s all; inset:0; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; z-index:1;}
.block-gallery .carousel .carousel-caption > h3 {font-size:2rem; margin:0 !important; line-height:normal;}
.block-gallery .carousel .carousel-caption > p { font-size:1rem; margin:0 !important; line-height:normal;}
.block-gallery .carousel .carousel-caption > .btn {color:#fff !important;}
.block-gallery.text-left.custom1 .carousel .slider-overlay {opacity:1; background:linear-gradient(to right, #0A1D43 35%, rgba(0,0,0,0.2) 35% 50%, transparent 80%) !important; }

.block-gallery.contain:not(.slick) :is(.gallery, .gallery-item) {padding:0 !important; background:#fff;}
.block-gallery.contain:not(.slick) img {background:#fff; object-fit:contain !important;}

.block-gallery:is(.text-left, .text-right) .carousel .slider-overlay {background: linear-gradient(to right, #181818, transparent 100%) !important;}
.block-gallery.text-right .carousel .slider-overlay {transform:scale(-1);}
.block.block-gallery:is(.text-left, .text-right) .carousel .carousel-caption {text-align:left !important; align-items: flex-start; width:60%; left:5%; right:auto; transform:translateY(-50%);}
.block.row.block-gallery:is(.text-left, .text-right) .carousel .carousel-indicators {left: 15px; width: fit-content; display: flex; flex-direction: column; grid-gap: 10px;}
.block.block-gallery.text-right .carousel .carousel-caption {text-align:right !important; align-items: flex-end; left:auto; right:5%;}
.block.row.block-gallery.text-right .carousel .carousel-indicators {left:auto; right:0;}
.block.block-gallery.bottom .carousel .carousel-caption {transform:none;}
.__base .block-gallery:not(.main-slider) .carousel {max-height:400px !important;}

/*---------------- gallery-mainslider -------------------*/

.block-gallery.main-slider .carousel .slider-overlay { background: #181818; opacity:.6; inset: 0; position: absolute; z-index: 1;}
.block-gallery.main-slider, .block-gallery.main-slider .carousel {height:100% !important;}
.block-gallery.main-slider .carousel .carousel-caption:before {display:none;}
.block-gallery.main-slider .carousel .carousel-caption {width:75%; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); height: auto; justify-content: center; padding:0;}
.block-gallery.main-slider.valkommen .carousel .carousel-caption > h3:before { content:"V\00e4lkommen till"; display:block; font-size:2.7rem;}
.block-gallery.main-slider .carousel .carousel-caption h3 {font-size: 4.5rem; line-height: 5.5rem;}
.block-gallery.main-slider .carousel .carousel-caption p {font-size:1.2rem; line-height:2rem; margin-top:2rem !important;}


/*---------------- gallery-blockgallery -------------------*/

.block-gallery .gallery div {margin-bottom:0;}
.block-gallery:not(.slick) .gallery {padding:8px !important;}
.block-gallery .gallery img {transition:.3s all; margin:0; height:100%; width:100%; object-fit:cover;}
.block-gallery:not(.slick) .gallery .gallery-item:hover {transform: scale(.98);}
.block-gallery .gallery .gallery-item .image-container {position:relative; height:100%; border-radius:calc(30px / 2);}
.block-gallery .gallery .gallery-item {transition:.3s all; padding:7px; margin:0;}

.full-width-all .block-gallery.no-gutter .gallery {padding:0px !important;}
.block-gallery.no-gutter .gallery {padding:15px;}
.block-gallery.no-gutter .gallery .gallery-item {padding:0;}

.block-gallery:is(.box, .slick):not(.logo) .gallery .gallery-item.col-sm-6 {height:350px;}
.block-gallery:is(.box, .slick):not(.logo) .gallery .gallery-item.col-sm-4 {height:250px;}
.block-gallery:is(.box, .slick):not(.logo) .gallery .gallery-item.col-sm-3 {height:300px;}
.block-gallery:is(.box, .slick):not(.logo) .gallery .gallery-item.col-sm-2 {height:150px;}

.block-gallery .gallery .gallery-item .img-caption { line-height:normal; transition:.3s all; border-radius:15px; padding:.5rem 1rem; background:rgba(0,0,0,0.8); color:#fff; margin:0 !important; position:absolute; inset:auto 15px 15px 15px;}
.block-gallery .gallery .gallery-item .img-caption label {font-size:1.1rem; margin-block:.5rem !important; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.block-gallery.hover-desc .gallery {justify-content:center;}
.block-gallery.hover-desc .gallery .gallery-item .img-caption small {display:block; opacity:0; line-height:1.5; transition:.3s all; overflow-y:hidden; max-height:0px;}
.block-gallery.hover-desc .gallery .gallery-item:hover .img-caption small {margin-block:.5rem; opacity:1; max-height:100%;}
.block-gallery .gallery .gallery-item .img-caption * {margin-top:0;}
.block-gallery.hover-caption .gallery .gallery-item .img-caption {opacity:0;}
.block-gallery.hover-caption .gallery .gallery-item:hover .img-caption {opacity:1;}
.block-gallery.hover-caption .gallery .gallery-item .img-caption small {display:none;}
.block-gallery.card-caption .gallery .gallery-item .image-container.capped img {margin-bottom:15px; box-shadow: 0 3px 5px rgb(0 0 0 / 20%);}
.block-gallery.card-caption .gallery .gallery-item .image-container { box-shadow:5px 5px 5px rgba(0,0,0,0.05); background:#181818;}
.block-gallery.card-caption .gallery .gallery-item .image-container a {display: flex; flex-direction: column; height: 100%; border: none !important;}
.block-gallery.card-caption .gallery .gallery-item .img-caption {padding:0 1.2rem 1.2rem 1.2rem; background:transparent !important; position: relative; inset: unset; height: fit-content;}
.block-gallery.card-caption .gallery .gallery-item .img-caption small { font-size:inherit; }

.block-gallery.linked .gallery .gallery-item .image-container.capped a:before {transition:.3s all; font-size:.9rem; content: "Klicka för att läsa mer"; background: #002f87; position: absolute; top: 0; right: -35%; max-width: 30%; border-radius: 0 0 0 30px; color: #fff; display: flex; justify-content: flex-end; align-content: center; flex-wrap: wrap; padding: 1rem 1.5rem; line-height: normal; text-align: right;}
.block-gallery.linked .gallery .gallery-item:hover .image-container.capped a:before {right:0; }
.block-gallery.linked-contact .gallery .gallery-item .image-container.capped a:before {transition:.3s all; font-size:.9rem; content: "Klicka för att kontakta oss"; background: #002f87; position: absolute; top: 0; right: -35%; max-width: 30%; border-radius: 0 0 0 30px; color: #fff; display: flex; justify-content: flex-end; align-content: center; flex-wrap: wrap; padding: 1rem 1.5rem; line-height: normal; text-align: right;}

.block-gallery.zoom .gallery .gallery-item {height:150px; flex:1 0 calc(100% / 3); max-width:calc(100% / 3);}
.block-gallery.zoom .gallery .gallery-item.col-xs-6 {height:200px; flex:1 0 calc(100% / 2); max-width:calc(100% / 2);}
.block-gallery.zoom .gallery .gallery-item.active { opacity: .4;}
.block-gallery.zoom {height:600px; padding-left:15px;  }
.block-gallery.zoom > div { flex: 1 0 50%; position: relative; overflow: hidden;}
.__base .block-gallery.zoom > div { flex: 1 0 100%;}
.block-gallery.zoom .gallery.row {overflow-y:scroll; padding-top:0 !important; padding-bottom:0 !important; align-content: flex-start;}
.block-gallery.zoom .gallery.row:before, .block-gallery.zoom .gallery.row:after {opacity:0; content:""; position:absolute; inset:0 0 auto 0; height:50px; background:linear-gradient(to bottom, #fff, transparent); z-index:1;}
.block-gallery.zoom .gallery.row:after {inset:auto 0 0 0; transform:scale(-1.01);}
.block-gallery.zoom .div-zoom {overflow:hidden; border-radius:calc(30px / 2); background-image: url(../../assets/images/loader.gif); background-size: 100px; background-position: center; background-repeat: no-repeat; background-color: rgba(0,0,0,0.2);}
.block-gallery.zoom .div-zoom img, .block-gallery.zoom .gallery img {margin-top:0; object-fit:contain; background-color:#fff;}
.block-gallery.zoom .div-zoom .zoom-text * {margin-top:0; line-height:1.5; display:block;}
.block-gallery.zoom .div-zoom .zoom-text {position:absolute; color:#fff; padding:1rem 1.3rem; background:rgba(0,0,0,0.8); backdrop-filter:blur(3px); -webkit-backdrop-filter:blur(3px); height:auto; inset: auto 0 0 0; align-items: flex-start; flex-direction: column; overflow:hidden;}
.block-gallery.zoom .div-zoom .zoom-text h5 {font-size:1.2rem;}
.hem-zoom.block-gallery.zoom .div-zoom img, .hem-zoom.block-gallery.zoom .gallery img {object-fit:cover;}

.block-gallery.zoom .div-zoom .div-links {position: absolute; display:flex; gap:.5rem; top: 1rem; right: 1rem; height:auto;}
.block-gallery.zoom .div-zoom .div-links a {display: flex;  transition:.3s all; background-color: #002f87; align-content: center; justify-content: center; align-items: center; height: 4rem; width: 4rem; border-radius: 50%; color: #fff; border: none;font-size: 2rem;}
.block-gallery.zoom .div-zoom .div-links a:hover {background-color: #0A1D43;}



#block-gallery-modal {inset:0; height:100vh !important; overflow:hidden !important;}
#block-gallery-modal .modal-dialog {height: 100%; width: 100%; max-height: 90vh; max-width: 90vw; position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%) !important; margin: 0;}
#block-gallery-modal .modal-body, #block-gallery-modal .modal-content {height: 100%; background:transparent; border:none;}
#block-gallery-modal img {height: 100%; object-fit: contain; background:rgba(0,0,0,0.8);}
#block-gallery-modal .caption-container {z-index:100; text-align:left; font-size:0; inset:auto 0 -1px 0; display: flex; align-items: flex-start; padding: 2rem; background: rgba(0,0,0,0.8); flex-direction: column; backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px);}
#block-gallery-modal .caption-container h3 {font-size:1.5rem !important; margin-bottom:5px;} #block-gallery-modal .caption-container p {font-size:1rem !important;}
#block-gallery-modal .caption-container.hidden {display:none;}



@media (max-width:1440px) {
    .block-gallery .carousel .carousel-indicators li {width:10px; height:10px; margin:0 6px;}
    .main-slider .carousel-item img, .main-slider .carousel-item video {animation: pan-lr 20s linear infinite;}
} @media (max-width:992px) {
    .block-gallery.main-slider .carousel .carousel-caption h3 {font-size: 3.5rem; line-height: 4.5rem;}
} @media (max-width:767px) {
    .slider-full-height .js-slider-height {max-height:500px;}
    .block-gallery .carousel {height:300px !important;}
    .block-gallery .carousel-indicators {display:none;}
    .block-gallery .carousel .carousel-control {display:flex; padding:0 10px;}
    .block-gallery.box .gallery .gallery-item {height:250px !important;}
    
    .block-gallery.zoom {height:450px;}
    .block-gallery.zoom > .div-zoom { flex: 1 0 70%;}
    .block-gallery.zoom > .__content { flex: 1 0 30%;}
    .block-gallery.zoom .gallery .gallery-item {height:100px !important; flex:1 0 100% !important; max-width: 100% !important;}
    
    .block.block-gallery.main-slider .carousel .carousel-caption {width:90% !important;}
    .block-gallery.main-slider.valkommen .carousel .carousel-caption > h3:before {font-size:2rem;}
    .block-gallery.main-slider .carousel .carousel-caption h3 {font-size: 3rem; line-height: 4rem;}
    
    .block-gallery.hover-desc .gallery .gallery-item .img-caption small {margin-block:.5rem; opacity:1; max-height:100%;}
    .block-gallery.linked .gallery .gallery-item .image-container.capped a:before {right:0; opacity:.6;}
}



/*****************************slick-slide*******************************/

.slick-slider .gallery-item {padding:0 !important; margin-top:0 !important;}
.slick-slider { padding:0 !important; position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0 !important; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto; margin-bottom:0 !important;}
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.slick-arrow:focus, .slick-arrow:active {border:none; box-shadow:none; outline:none;}
.slick-arrow {position:absolute; top: 50%; transform: translateY(-50%); background: transparent; border: none; z-index:10; left:10px; font-size:0;}
.slick-arrow:before {content:"\f053"; font-family: "Font Awesome 5 Free"; font-weight:700; font-size:40px; color:rgba(0,0,0,0.8); opacity:.5; transition:.3s all;}
.slick-arrow.slick-next {left:auto; right:10px;}
.slick-arrow.slick-next:before {content:"\f054" !important; }
.slick-arrow:hover:before {opacity:1.}
.slick-dots li:before {display:none;}
.slick-dots {list-style:none; margin:0; padding:0; position: absolute; z-index: 10; bottom: 10%; right: 1rem; display: flex !important; flex-direction: row; grid-gap: 5px;} 
.slick-dots li.slick-active button {background:#002f87;}
.slick-dots li button { opacity:.5; transition:.3s all; border: none; display: flex; align-items: center; justify-content: center; font-size: 0; width: 15px; height: 15px; border-radius: 50%;}
.slick-dots li:hover button { opacity:1;}

.slick.block-gallery .gallery .gallery-item .image-container {border-radius:0 !important;}
.slick.block-gallery .gallery .gallery-item.external .image-container a img {cursor:pointer !important;}
.slick.block-gallery .gallery .gallery-item .image-container a:before {content:"" !important;}
.slick.block-gallery .gallery .gallery-item.external .image-container a:before {opacity:0; position:absolute; content:"\f061" !important; font-family: "Font Awesome 5 Free"; font-weight:700; background:linear-gradient(to bottom, transparent, rgba(0,0,0,0.8)); left:0; top:0; right:0; bottom:0; transform:none;     display: flex; justify-content: flex-end; align-items: flex-end; padding: 0 20px 10px 0; color: #fff; transition:.3s all;}
.slick.block-gallery.gutter .gallery .gallery-item.external .image-container a:before {inset:10px;}
.slick.block-gallery .gallery .gallery-item.external .image-container:hover a:before {opacity:1;}
.slick.block-gallery .gallery .gallery-item .image-container a p {opacity:0; position:absolute; transition:.3s all; bottom:20px; padding-right:50px; left:20px; color:#fff;}
.slick.block-gallery .gallery .gallery-item:hover .image-container a p {opacity:1;}
.slick.block-gallery .gallery .gallery-item a.no-link img {cursor:default !important;}
.slick.logo img { object-fit: contain !important;  transition:.3s all; }
.slick.logo.block-gallery .gallery.row .gallery-item {height:120px !important;}
.slick.logo .gallery.row .gallery-item:hover img {box-shadow:none !important; filter:none; border-radius:0 !important;}
.gutter .slick-slider, .gutter .slick-slider .gallery-item {padding:1rem !important;}


.bg-primary .slick.fade-x .slick-slider:before, .bg-primary .slick.fade-x .slick-slider:after {background:linear-gradient(to right, #002f87, transparent);}
.bg-secondary .slick.fade-x .slick-slider:before, .bg-secondary .slick.fade-x .slick-slider:after {background:linear-gradient(to right, #0A1D43, transparent);}
.bg-dark .slick.fade-x .slick-slider:before, .bg-dark .slick.fade-x .slick-slider:after {background:linear-gradient(to right, #181818, transparent);}
.bg-custom1 .slick.fade-x .slick-slider:before, .bg-custom1 .slick.fade-x .slick-slider:after {background:linear-gradient(to right, #2e2e2e, transparent);}
.bg-custom2 .slick.fade-x .slick-slider:before, .bg-custom2 .slick.fade-x .slick-slider:after {background:linear-gradient(to right, #4f4f4f, transparent);}
.bg-custom3 .slick.fade-x .slick-slider:before, .bg-custom3 .slick.fade-x .slick-slider:after {background:linear-gradient(to right, #7a7a7a, transparent);}
.slick.fade-x .slick-slider:before, .slick.fade-x .slick-slider:after {z-index:1; content:""; position:absolute; inset:0px auto 0px auto; background:linear-gradient(to right, #fff, transparent); width:100px;}
.slick.fade-x .slick-slider:after {right:0; transform:scale(-1);}
.slick.link.block-gallery .gallery .gallery-item .img-caption {display:none;}



/***************** main *********************/

.container, .block-section > .block-section-container {max-width: 1440px;}
.container {padding: 0;}
.container-fluid {padding: 0;}

main > .block-section {padding: 130px 0 130px 0;}
main .block-section {position:relative;}
main .block-section div:is(.block-section-container, .block-columns) {height:100%;}
.block-columns .__col .__content {padding-left:0; padding-right:0;}

main ul {list-style:none;}
main ul li:before {content: "\f0da"; font-family: "Font Awesome 5 Free"; font-weight: 900; padding: 0 10px 0 0; color: inherit;}

.bg-image {background-position: center center; background-size: cover !important; background-repeat:no-repeat;}
.bg-fixed {background-attachment: fixed;}

.block-section .block-columns {display: flex !important;}
.block-section .block-columns .__col {padding-left:0; padding-right:0;}
.block-section .block-columns .block-section {height: 100%;}
main > .block-section .block-columns .block-section > .block-section-container{ display: flex; flex-direction: column; justify-content: flex-start;}
.block-section:not(.full-width-all) .block-columns .block-section-container {padding: 15px;}

.block-columns .block-section-container .block:first-child .__content > *:first-child:not(.div-anchor) {margin-top:0 !important;}
.full-width-all .row, .full-width-all .__content, .full-width-all .__col {margin: 0; padding: 0;}
.full-width-all.block-section > .block-section-container > .block:is(.block-header, .block-text) > .__content {padding:0 15px;}


.block-section.xs-box .block-columns .block-section {padding: 1rem;}
.block-section.xsm-box .block-columns .block-section {padding: 1.5rem;}
.block-section.sm-box .block-columns .block-section {padding: 2rem;}
.block-section.md-box .block-columns .block-section {padding: 2.8rem;}
.block-section.lg-box .block-columns .block-section {padding: 3.5rem;}

.w-5 {width: 5%;}
.w-10 {width: 10%;}
.w-15 {width: 15%;}
.w-20 {width: 20%;}
.w-25 {width: 25%;}
.w-30 {width: 30%;}
.w-35 {width: 35%;}
.w-40 {width: 40%;}
.w-45 {width: 45%;}
.w-50 {width: 50%;}
.w-55 {width: 55%;}
.w-60 {width: 60%;}
.w-65 {width: 65%;}
.w-70 {width: 70%;}
.w-75 {width: 75%;}
.w-80 {width: 80%;}
.w-85 {width: 85%;}
.w-90 {width: 90%;}
.w-95 {width: 95%;}
.w-100 {width: 100%;}

.vh-5 {height: 5vh !important;}
.vh-10 {height: 10vh !important;}
.vh-15 {height: 15vh !important;}
.vh-20 {height: 20vh !important;}
.vh-25 {height: 25vh !important;}
.vh-30 {height: 30vh !important;}
.vh-35 {height: 35vh !important;}
.vh-40 {height: 40vh !important;}
.vh-45 {height: 45vh !important;}
.vh-50 {height: 50vh !important;}
.vh-55 {height: 55vh !important;}
.vh-60 {height: 60vh !important;}
.vh-65 {height: 65vh !important;}
.vh-70 {height: 70vh !important;}
.vh-75 {height: 75vh !important;}
.vh-80 {height: 80vh !important;}
.vh-85 {height: 85vh !important;}
.vh-90 {height: 90vh !important;}
.vh-95 {height: 95vh !important;}
.vh-100 {height: 100vh !important;}

.vh-min-25 {min-height: 25vh !important;}
.vh-min-40 {min-height: 40vh !important;}
.vh-min-50 {min-height: 50vh !important;}
.vh-min-60 {min-height: 60vh !important;}
.vh-min-75 {min-height: 75vh !important;}

.m1st .__content *:first-child, .m0 *:is(h1, h2, h3, h4, h5, h6, p, img, ul, li, ol), .mu0 ul, .ml0 li, .mul0 ul, .mul0 li,
.mh0 *:is(h1, h2, h3, h4, h5, h6), .mp0 p, .mi0 img {margin-top: 0 !important; margin-bottom: 0 !important;}
.p1st .__content *:first-child, .p0 *:is(h1, h2, h3, h4, h5, h6, p, img, ul, li, ol), .pu0 ul, .pl0 li, .pul0 ul, .pul0 li,
.ph0 *:is(h1, h2, h3, h4, h5, h6), .pp0 p, .pi0 img {padding-top: 0 !important; padding-bottom: 0 !important;}

@keyframes pan-lr { 50% { object-position:right; } }
@keyframes pan-rl { 50% { object-position:10%; } }
@keyframes float-y { 50% { transform:translateY(-10px); } }

.link-logo {width: 100%; height: 100px; object-fit: contain; display: block; margin-left: auto; margin-right: auto;}
@media (max-width:767px) {
    .link-logo {width: 65%;}
}

.__base div:is(.lordicon, .lottie) .spacer:before {content:"[lord-icon]"; text-align:left; width:100%; font-family:monospace; display:block;}
.__base div.lottie .spacer:before {content:"[lottie-player] [scroll-scrolls-scrollp-hover-hoverh-hoverp]";}
div:is(.lordicon, .lottie) .spacer {height:auto;}
lord-icon {transform:scale(1.5);}
lord-icon.l-xs {height:50px; width:50px;}
lord-icon.l-sm {height:70px; width:70px;}
lord-icon.l-md {height:100px; width:100px;}
lord-icon.l-lg {height:150px; width:150px;}
.card-categs lord-icon {margin-top:1rem;}

lottie-player.l-xs {height:100px; width:100px;}
lottie-player.l-sm {height:280px; width:280px;}
lottie-player.l-md {height:400px; width:400px;}
lottie-player.l-lg {height:550px; width:550px;}
lottie-player.l-xl {height:650px; width:650px;}
lottie-player.l-full {height:100%; width:100%;}
div:is(.text-center, .text-center-right, .text-center-left) lottie-player {margin-left:auto; margin-right:auto;}
div:is(.text-right, .text-right-center, .text-left-center) lottie-player {margin-left:auto;}
div:is(.text-left, .text-left-center, .text-left-right) lottie-player {margin-left:auto;}

@media (max-width:767px) {
    lottie-player {transform:scale(1);}
    div:is(.text-left-center, .text-right-center) lottie-player {margin-left:auto; margin-right:auto;}
    div:is(.text-center-right, .text-left-right) lottie-player {margin-left:auto;}
    div:is(.text-center-left, .text-right-left) lottie-player {margin-left:auto;}
}

@media (max-width:558px) {
    lottie-player:is(.l-sm, .l-md, .l-lg) {height:100%; width:100%;}
}


/****************** form ******************/

.block-form {margin-top: 0 !important;}
.block-form .form-control {border: none; background: #f5f5f5; transition:.3s all; border-left: 4px solid #d9d9d9; color: #181818; padding: 15px;  border-radius: calc(30px / 2); height: auto; -webkit-appearance: none; -moz-appearance: none; appearance: none; moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;}
.block-form .form-control:focus {background: #e6e6e6; border-left: 4px solid #181818; color: #181818;}
.block-form .form-control::-webkit-input-placeholder, .block-form .form-control:-moz-placeholder, .block-form .form-control::-moz-placeholder, .block-form .form-control:-ms-input-placeholder {color: #181818;}
.block-form .btn-primary {margin-top: 0;}
.block-form textarea.form-control {height:100px;}
.block-form .input-group-addon {border-radius: 0; padding: 15px; font-size: .75rem; line-height: 1.5; background-color: #a6a6a6; color: #4f4f4f; border: none;}
.block-form .form-fields .radio {text-align:justify;}
.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {margin-right: 10px !important;}

.bg-primary .block-form .form-control, .bg-secondary .block-form .form-control {background: #fff;}
.bg-primary .block-form .form-control:focus {border-left: 4px solid #0A1D43;}
.bg-secondary .block-form .form-control:focus {border-left: 4px solid #002f87;}
.bg-primary .btn:hover, .bg-secondary .btn:hover {color:#fff !important;}
/*.bg-primary .block-form .form-footer .btn {background-color:#32a852 !important; }*/

.form-fields.row { padding-left: 8px; padding-right: 8px;}
.form-select:before {    content: "\f0d7"; font-family: "Font Awesome 5 Free"; font-weight: 900; position: absolute; z-index: 10; right: 25px; top: 5px;}
.form-fields.row > div {padding-right:7px; padding-left:7px;}
.form-fields.row label {margin-bottom:0;}
.form-btn-light .btn {color:#fff !important;}

div:is(.js-load, .full-width-all) .form-fields.row {padding-left: 0px; padding-right: 0px; margin-left: -7px; margin-right: -7px;}

/***************** styling *********************/

.__base .text-light, .text-light, .text-light p {color: #fff !important;}
.text-light h6, .text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light a:not(.btn), .text-light a:not(.btn):hover {color: #fff !important; }
.text-light hr {background-color: #fff !important; color: #fff !important;}

.text-dark, .text-dark p, .text-dark h1, .text-dark h2, .text-dark h3, .text-dark h4, .text-dark h5, .text-dark h6, .text-dark a:not(.btn), .text-dark a:not(.btn):hover {color: #181818 !important;}
.text-primary, .text-primary p, .text-primary h1, .text-primary h2, .text-primary h3, .text-primary h4, .text-primary h5, .text-primary h6, .text-primary a, .text-primary a:hover {color: #002f87;}
.text-secondary, .text-secondary p, .text-secondary h1, .text-secondary h2, .text-secondary h3, .text-secondary h4, .text-secondary h5, .text-secondary h6, .text-secondary a, .text-secondary a:hover {color: #0A1D43;}

.text-success, .text-success p, .text-success h1, .text-success h2, .text-success h3, .text-success h4, .text-success h5, .text-success h6, .text-success a, .text-success a:hover {color: #32a852;}
.text-danger, .text-danger p, .text-danger h1, .text-danger h2, .text-danger h3, .text-danger h4, .text-danger h5, .text-danger h6, .text-danger a, .text-danger a:hover {color: #a83232;}
.text-warning, .text-warning p, .text-warning h1, .text-warning h2, .text-warning h3, .text-warning h4, .text-warning h5, .text-warning h6, .text-warning a, .text-warning a:hover {color: #FFEB00;}
.text-info, .text-info p, .text-info h1, .text-info h2, .text-info h3, .text-info h4, .text-info h5, .text-info h6, .text-info a, .text-info a:hover {color: #3C6EFF;}
.text-custom1, .text-custom1 p, .text-custom1 h1, .text-custom1 h2, .text-custom1 h3, .text-custom1 h4, .text-custom1 h5, .text-custom1 h6, .text-custom1 a, .text-custom1 a:hover {color: #2e2e2e;}
.text-custom2, .text-custom2 p, .text-custom2 h1, .text-custom2 h2, .text-custom2 h3, .text-custom2 h4, .text-custom2 h5, .text-custom2 h6, .text-custom2 a, .text-custom2 a:hover {color: #4f4f4f;}
.text-custom3, .text-custom3 p, .text-custom3 h1, .text-custom3 h2, .text-custom3 h3, .text-custom3 h4, .text-custom3 h5, .text-custom3 h6, .text-custom3 a, .text-custom3 a:hover {color: #7a7a7a;}
.text-custom4, .text-custom4 p, .text-custom4 h1, .text-custom4 h2, .text-custom4 h3, .text-custom4 h4, .text-custom4 h5, .text-custom4 h6, .text-custom4 a, .text-custom4 a:hover {color: #a6a6a6;}
.text-custom5, .text-custom5 p, .text-custom5 h1, .text-custom5 h2, .text-custom5 h3, .text-custom5 h4, .text-custom5 h5, .text-custom5 h6, .text-custom5 a, .text-custom5 a:hover {color: #d9d9d9;}
.text-custom6, .text-custom6 p, .text-custom6 h1, .text-custom6 h2, .text-custom6 h3, .text-custom6 h4, .text-custom6 h5, .text-custom6 h6, .text-custom6 a, .text-custom6 a:hover {color: #e6e6e6;}
.text-custom7, .text-custom7 p, .text-custom7 h1, .text-custom7 h2, .text-custom7 h3, .text-custom7 h4, .text-custom7 h5, .text-custom7 h6, .text-custom7 a, .text-custom7 a:hover {color: #E5E1D4;}
.text-custom8, .text-custom8 p, .text-custom8 h1, .text-custom8 h2, .text-custom8 h3, .text-custom8 h4, .text-custom8 h5, .text-custom8 h6, .text-custom8 a, .text-custom8 a:hover {color: #f2efe6;}

[class*="filter-"] {position:relative; overflow:hidden;}
.filter-dark:before {position: absolute; content: " "; top: 0; left: 0; width: 100%; height: 100%; display: block; background-color: #181818; opacity: .3; z-index: 0;}
.filter-light:before {position: absolute; content: " "; top: 0; left: 0; width: 100%; height: 100%; display: block; background-color: #fff; opacity: .3; z-index: 0;}
.filter-primary:before {position: absolute; content: " "; top: 0; left: 0; width: 100%; height: 100%; display: block; background-color: #002f87; opacity: .3; z-index: 0;}
.filter-secondary:before {position: absolute; content: " "; top: 0; left: 0; width: 100%; height: 100%; display: block; background-color: #0A1D43; opacity: .3; z-index: 0;}
.filter-success:before {position: absolute; content: " "; top: 0; left: 0; width: 100%; height: 100%; display: block; background-color: #32a852; opacity: .3; z-index: 0;}
.filter-danger:before {position: absolute; content: " "; top: 0; left: 0; width: 100%; height: 100%; display: block; background-color: #a83232; opacity: .3; z-index: 0;}
.filter-warning:before {position: absolute; content: " "; top: 0; left: 0; width: 100%; height: 100%; display: block; background-color: #FFEB00; opacity: .3; z-index: 0;}
.filter-info:before {position: absolute; content: " "; top: 0; left: 0; width: 100%; height: 100%; display: block; background-color: #3C6EFF; opacity: .3; z-index: 0;}
.filter-custom1:before {position: absolute; content: " "; top: 0; left: 0; width: 100%; height: 100%; display: block; background-color: #2e2e2e; opacity: .3; z-index: 0;}
.filter-custom2:before {position: absolute; content: " "; top: 0; left: 0; width: 100%; height: 100%; display: block; background-color: #4f4f4f; opacity: .3; z-index: 0;}
.filter-custom3:before {position: absolute; content: " "; top: 0; left: 0; width: 100%; height: 100%; display: block; background-color: #7a7a7a; opacity: .3; z-index: 0;}
.filter-custom4:before {position: absolute; content: " "; top: 0; left: 0; width: 100%; height: 100%; display: block; background-color: #a6a6a6; opacity: .3; z-index: 0;}
.filter-custom5:before {position: absolute; content: " "; top: 0; left: 0; width: 100%; height: 100%; display: block; background-color: #d9d9d9; opacity: .3; z-index: 0;}
.filter-custom6:before {position: absolute; content: " "; top: 0; left: 0; width: 100%; height: 100%; display: block; background-color: #e6e6e6; opacity: .3; z-index: 0;}
.filter-custom7:before {position: absolute; content: " "; top: 0; left: 0; width: 100%; height: 100%; display: block; background-color: #E5E1D4; opacity: .3; z-index: 0;}
.filter-custom8:before {position: absolute; content: " "; top: 0; left: 0; width: 100%; height: 100%; display: block; background-color: #f2efe6; opacity: .3; z-index: 0;}
.filter-opac1:before {opacity:.05;} .filter-opac5:before {opacity:.5;} .filter-opac8:before {opacity:.8;}
.filter-blur3:before {backdrop-filter:blur(3px); -webkit-backdrop-filter:blur(3px);} .filter-blur5:before {backdrop-filter:blur(5px); -webkit-backdrop-filter:blur(5px);}
[class*="filter-blur"]:before { opacity:1 !important; filter:opacity(.8);}

.cards-primary .__col > .block-section, .bg-primary {background-color: #002f87 !important;}
.cards-secondary .__col > .block-section, .bg-secondary {background-color: #0A1D43 !important;}
.cards-dark .__col > .block-section, .bg-dark {background-color: #181818 !important;}
.cards-light .__col > .block-section, .bg-light {background-color: #fff !important;}
.cards-info .__col > .block-section, .bg-info {background-color: #3C6EFF;}
.cards-success .__col > .block-section, .bg-success {background-color: #32a852;}
.cards-danger .__col > .block-section, .bg-danger {background-color: #a83232;}
.cards-warning .__col > .block-section, .bg-warning {background-color: #FFEB00;}

.cards-customlight .__col > .block-section, .bg-customlight {background-color: rgba(255,255,255,0.8) !important;}
.cards-customdark .__col > .block-section, .bg-customdark {background-color: rgba(0,0,0,0.8) !important;}
.cards-custom1 .__col > .block-section, .bg-custom1 {background-color: #2e2e2e !important;}
.cards-custom2 .__col > .block-section, .bg-custom2 {background-color: #4f4f4f !important;}
.cards-custom3 .__col > .block-section, .bg-custom3 {background-color: #7a7a7a !important;}
.cards-custom4 .__col > .block-section, .bg-custom4 {background-color: #a6a6a6 !important;}
.cards-custom5 .__col > .block-section, .bg-custom5 {background-color: #d9d9d9 !important;}
.cards-custom6 .__col > .block-section, .bg-custom6 {background-color: #e6e6e6 !important;}
.cards-custom7 .__col > .block-section, .bg-custom7 {background-color: #E5E1D4 !important;}
.cards-custom8 .__col > .block-section, .bg-custom8 {background-color: #f2efe6 !important;}

.bg-gradient1 {background:linear-gradient(-45deg, #002f87, #0A1D43);}
.bg-gradient2 {background:linear-gradient(-45deg, #002f87, #E5E1D4);}
.bg-gradient3 {background:linear-gradient(-45deg, #a6a6a6, #e6e6e6);}
.bg-gradient4 {background:linear-gradient(-45deg, #E5E1D4, #f2efe6);}
.bg-gradient5 {background:linear-gradient(-45deg, #e6e6e6, #fff, #d9d9d9);}


main p, main img {margin: 19px 0 0 0;}
main h1, main h2, main h3, main h4, main h5, main h6 {margin: 23px 0 0 0;}

main ul {margin: 15px 0 0 0;}
main ul li {margin: 4px 0;}
main ul li:before {padding: 0 8px 0 0;}

main > .block-404 {padding-top:9rem !important;}
main > .block-error-404 {position:relative; background:linear-gradient(to bottom, #002f87, transparent); padding: 3rem; min-height: 75vh; display: flex; align-content: center; flex-direction: column; justify-content: center; align-items: center; text-align:center;}
main > .block-404 h5 {transition:.3s all; cursor:pointer; }
main > .block-404 h5:hover {color:#002f87;}


/************************COOKIES*******************************/

.modal {background: rgba(0,0,0,0.8); backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);}
#modal-cc ::-webkit-scrollbar {width: 4px;}
#modal-cc ::-webkit-scrollbar-thumb {background:#4f4f4f; border-radius:0;}
#modal-cc ::-webkit-scrollbar-track {background:#181818;}
#modal-cc .modal-dialog {position: fixed; margin: 0; bottom:0; max-width:650px;}
#modal-cc .modal-content {height:100vh; border-radius: 0; background: #2e2e2e; color: #fff; background-image: url(''); background-position: center; background-size: 120px;}
#modal-cc .modal-content a {color:#fff; font-weight:800; border-bottom:2px dotted; text-decoration:none !important;}
#modal-cc .modal-content p {margin-block:1.5rem 1rem;}
#modal-cc .modal-header {border-right: 4px solid #181818; border-bottom:none; padding:3rem 3rem .5rem 3rem;}
#modal-cc h5 {color:#fff;}
#modal-cc .modal-title {line-height:initial;}
#modal-cc .modal-body {font-size: 1rem;padding:1rem 3rem 3rem 3rem; overflow-y: auto;}

#modal-cc .modal-content #cc-sections > hr:first-child {display:none;}
#modal-cc .modal-content #cc-sections > hr {border-color:rgba(255,255,255,0.2);}
#modal-cc .modal-content .cc-section-row {padding-top:1rem;}
#modal-cc .modal-content .cc-section-row .form-group {margin-top:1rem;}
#modal-cc .modal-content .nav-pills {gap:1rem; }
#modal-cc .modal-content .nav-pills .nav-link:hover {opacity:1;}
#modal-cc .modal-content .nav-pills .nav-link {text-transform: uppercase; letter-spacing: 2px; transition:.3s all; opacity:.5; text-align: left; background: transparent; border-bottom: solid 1px rgba(255,255,255,0.2); border-radius: 0; padding-inline: 2.5px;}
#modal-cc .modal-content .nav-pills .nav-link.active {opacity:1;}
#modal-cc .tab-pane {overflow-x:hidden; overflow-y:auto; max-height:unset;}
#modal-cc .tab-pane::-webkit-scrollbar {width: 2px; height: 2px; transition:.3s all;}
#modal-cc .tab-pane::-webkit-scrollbar-track {background: inherit;}

#modal-cc #cc-buttons {margin-inline:-5px !important; flex-wrap: wrap; padding-bottom:1rem;}
#modal-cc #cc-buttons .btn {background:#4f4f4f !important; height:auto; color:#fff !important; justify-content: space-between; flex:1; font-size:.7rem; text-align:left; padding-inline:1rem !important; border-radius:calc(30px / 3) !important;}
#modal-cc #cc-buttons .btn, #modal-cc #cc-buttons .btn:before, #modal-cc #cc-buttons .btn:after { color:#fff; border-color:#fff;}
#modal-cc #cc-buttons .btn:after {text-align:right;}
#modal-cc #cc-buttons .btn:before {display:none;}
#modal-cc #cc-buttons .btn:is(:hover, :focus, :active)::after {transform:translateX(3px);}

#cc-settings-container a {color:#002f87; border:none !important; text-decoration:none !important;}
#cc-settings-container {left:auto; right:2rem; bottom:2rem;}
#modal-cc .cc-checkbox:not([disabled]) {cursor: pointer;}

@media (max-width: 1920px) {
    #modal-cc .modal-dialog {max-width:570px;}
} @media (max-width: 1440px) {
    #modal-cc .modal-dialog {max-width:500px;}
} @media (max-width:767px) {
    #modal-cc .modal-content {height:80vh;}
    #modal-cc #cc-buttons {flex-direction: column; flex-direction: column-reverse; }
    #modal-cc #cc-buttons .btn {float:none !important; padding-block:1rem !important; display:inline-flex; width:100%; justify-content: space-between;}
    #modal-cc #cc-buttons button:nth-child(2) {margin-top:10px;}
    #modal-cc #cc-buttons button:after {}
    #cc-settings-container {left:1.5rem; bottom:1.5rem;}
}


/*=============================RX-CUSTOM===========================*/

main > div.__base .div-anchor {height:30px; margin-top:0px;}
main > div.__base .aos-init {opacity: 1 !important; transition-property: initial !important; transform: initial;}
.block.block-text .__header, .block.block-list .__header {top:20px;}
.aos-animate {transform:none !important;}
.aos-init {opacity:0;}
.unhide {opacity:1 !important;}
.trans {transition: .3s all !important;}
.cms-only {display:none !important;}
.__base .cms-only {display:block !important; box-shadow:0 0 5px gold; background:rgba(255,255,255,0.3);}
.getlinkshere {z-index:-1; position:absolute; bottom: 0; left:0; width:0; height: 0; overflow: hidden; opacity: 0;}

table th, table td {text-align:left;}
.table-striped tbody tr:nth-of-type(odd) {background-color:rgba(215, 28, 53, 0.05);}
.bold-td1 tr td:nth-child(1), .bold-td2 tr td:nth-child(2), .bold-td3 tr td:nth-child(3), .bold-td4 tr td:nth-child(4) {font-weight:700;}

.block-section-container .block-columns .__section-controls {top:20px !important;}
.__base > .block-section > .block-section-container.shown > .__section-controls { top: 10px !important; }
.__base .block-section .block-section-container .__section-controls { top: 60px !important; left: 40%; }
.__base .full-width-all.block-section .block-section-container .__section-controls { top: 0px !important; }
.hidden {opacity: 0;}
.__base div:is(.hidden, .d-md-none) {display: block !important; opacity:0.5 !important; visibility:visible !important; position:relative;}
.__base div:is(.hidden, .d-md-none):before {content: ""; position: absolute; background-image: url('../../assets/images/hidden.png') !important;  left: 0; top: 0; width: 100% !important; height: 100%; background-size: 100px; z-index: 0;}
.__base .bg-dark .hidden:before {filter:invert(1); }
/*iframe {background-image:url('../../assets/images/loader.gif'); background-size:80px; background-position:center; background-repeat:no-repeat; margin-bottom:-10px; border:0;}
iframe.bnw {filter:saturate(0);}
*/
.row-gutter .row  .__col {padding: 15px  !important; }
.row-gutter-md .block-columns:not(:last-child) {padding-bottom: 30px;}
.row-center .row {justify-content: center !important;}
.pull-left, .pull-left-right, .pull-left-none {float:left;} 
.pull-right, .pull-right-left, .pull-right-none {float:right;}


img.light {filter:saturate(0) brightness(200);}
.invert, .img-invert img {filter:invert(1);}
img.bnw, .img-bnw img, .block-gallery.bnw img {filter:saturate(0); transition:.3s all;}
img.bnw.hover:hover, .img-bnw.hover:hover img, .block-gallery.bnw img:hover {filter:saturate(1);}
.text-left-center, .text-left-right {text-align: left;} 
.text-right-center, .text-right-left {text-align: right;}
.text-center-right, .text-center-left {text-align:center !important;}

.bg-top {background-position: 50% 20% !important;}
.bg-full-top {background-position: top !important;}
.bg-bottom {background-position: 50% 80% !important;}
.bg-full-bottom {background-position: bottom !important;}
.bg-right {background-position: 80% 50% !important;}
.bg-full-right {background-position: right !important;}
.bg-left {background-position: 20% 50% !important;}
.bg-full-left {background-position: left !important;}
.object-center {object-position:50% 50%;}
.object-top {object-position:50% 20%;}
.object-full-top {object-position:top;}
.object-bottom {object-position:50% 80%;}
.object-full-bottom {object-position:bottom;}
.object-left {object-position:20% 50%;}
.object-full-left {object-position:left;}
.object-right {object-position:80% 50%;}
.object-full-right {object-position:right;}
.object-cover, .object-cover img {object-fit: cover; width: 100%;}
.object-contain, .object-contain img {object-fit: contain; width: 100%;}

.bg-bottom, .bg-bottom video {object-position:50% 80% !important;}
.bg-full-bottom, .bg-full-bottom video {object-position:bottom !important;}
.bg-top, .bg-top video {object-position:50% 30% !important;}
.bg-full-top, .bg-full-top video {object-position:top !important;}

.pull-middle-flex, .pull-mb-flex { justify-content: center !important; display: flex; place-content: flex-start center; flex-flow: column wrap; flex-direction: column; flex-wrap: nowrap;}
.pull-bottom-flex { display: flex; justify-content: flex-end; align-content: center; flex-direction: column; }
.pull-middle-flex > .block-section-container, .pull-bottom-flex > .block-section-container, .pull-mb-flex > .block-section-container {width:100%;}
.pull-middle-all .block-columns.row, .pull-bottom-all .block-columns.row {height:100%;}
.pull-middle-all .row .block-section-container {display: flex; flex-direction: column; justify-content: center !important; height:100%;}
.pull-bottom-all .row .block-section-container {display: flex; flex-direction: column; justify-content: flex-end; height:100%;}
.pull-justify-flex > .block-section-container { display: flex; flex-direction: column; justify-content: space-between; flex-wrap: nowrap; height: 100%;}

.page-cover:not(.bg-image) {background:url('../../files/hdr.jpg'); background-size:cover !important; background-position:center !important;}
.breadcrumbs {font-family:'Montserrat', sans-serif; margin:1rem .3rem 0 .3rem; line-height:1rem;}
.breadcrumbs a {border:none;} .breadcrumbs a:hover {opacity:.75;}
.breadcrumbs a:not(:last-child):after {content: "\f101"; color: #a6a6a6; font-weight:700; margin:0 5px; font-family: "Font Awesome 5 Free";}
.page-cover-1 .page-cover + div.block-section:first-child {padding-top:2rem !important;}

.page-cover-1 .page-cover:not(.bg-image) {background:linear-gradient(to bottom, rgba(0,0,0,0.5) 50%, #fff), url('../../files/hdr.jpg');}
.page-cover-2 .page-cover:not(.bg-image) {background:linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../../files/hdr.jpg');}
.page-cover-2 .page-cover .bc { position: absolute; bottom: 0; display: flex; align-items: center; width: 100%; background: #0A1D43; left: 0; padding-block: 0.5rem;}
.page-cover-2 .page-cover .bc .__content {margin-top:0 !important; max-width:1440px; padding-inline: 20px; margin:0 auto;}
.page-cover-2 .page-cover .bc h6 {margin-top:0;}
.page-cover-2 .page-cover.text-center .bc {left: 0; right: 0;}

@media (max-width:1920px) { .page-cover-2 .page-cover .bc .__content {max-width:1050px; padding-inline: 25px;} }
@media (max-width:1280px) { .page-cover-2 .page-cover .bc .__content {max-width:900px; padding-inline: 40px;} }
@media (max-width:992px) { .page-cover-2 .page-cover .bc .__content {max-width:100%; padding-inline: 20px;} }


.timeline-col > .block-section-container > .block-columns > .__col .block-section-container { margin-left:8px; padding: 10px 2rem 10px 10px;}
.timeline-col > .block-section-container > .block-columns > .__col:nth-child(2) .block-section-container {padding:10px 10px 10px 3rem; border-left:1px solid #002f87 !important;}
.timeline-col > .block-section-container > .block-columns:not(:last-child) > .__col:nth-child(2) .block-section-container {padding-bottom:3rem;}
.timeline-col > .block-section-container > .block-columns > .__col:nth-child(2) .block-section-container:before {content: "\2022"; color: #002f87; font-size: 100px; position: absolute; left: -6px; margin-top: -80px;}

.timeline .tab-container .list-group-item {width:100%; margin-bottom:50px 0; padding:40px !important; background:linear-gradient(to right, #d9d9d9 40%, transparent 0); border-radius:0; border:none !important;}
.timeline .tab-container .list-group-item:before, .timeline .tab-container .list-group-item:after {left: calc(40% - 25px); content:""; position:absolute; background: #d9d9d9; top: 50%; transform: translateY(-50%) rotate(45deg); height: 50px; width: 50px; z-index: -1;}
.timeline .tab-container .list-group-item:after {left:50%; transform: translateX(-50%) translateY(-50%); background: #a6a6a6; height: 25px; width: 25px; z-index: 0; border-radius:50%;}
.timeline .tab-container .list-group-item .list-content {margin-top:0 !important; width:calc(40% - 50px);}
.timeline .tab-container .list-group-item .list-date {display:none;}
.timeline .tab-container .list-group-item .list-header {border:none !important; padding: 0; margin: 0 !important; position: absolute; left: 65%; top: 50%; transform: translateY(-50%); }
.timeline .tab-container .list-group-item:nth-child(even) { background:linear-gradient(to left, #d9d9d9 40%, transparent 0); }
.timeline .tab-container .list-group-item:nth-child(even):before { left: auto; right: calc(40% - 25px);}
.timeline .tab-container .list-group-item:nth-child(even) .list-header { left: auto; right: 65%; }
.timeline .tab-container .list-group-item:nth-child(even) .list-content {margin-left:auto;}
.timeline .tab-container:before {left: 50%; content:""; position:absolute; background: #d9d9d9; transform:translateX(-50%); top:0; bottom:0; width:2px;}


.card-contact { padding-top:1rem;}
.card-contact > div {background: #fff; border-radius: 10px; box-shadow: 2px 2px 10px rgba(0,0,0,0.2); border:1px solid rgba(0,0,0,0.2); padding:20px !important;}
.card-contact.dark > div {background: #181818; }
.card-contact ul {margin-top: 0 !important;}
.card-contact li:before {color:#002f87 !important;}
.card-contact.titled li:first-child:before {content:none !important; padding-left:0 !important;}
.card-contact.titled li:first-child {font-weight:700 !important; font-size:1.3rem;}


.contact-card .block-columns .__col .block-section {background: linear-gradient(to bottom, #fff 190px, #4f4f4f 190px); border:1px solid #d9d9d9; border-radius:20px; box-shadow:3px 3px 7px rgba(0,0,0,0.1); transition:.3s all; padding:15px 15px 20px 15px; color:#fff !important;}
.contact-card .block-columns .__col .block-section .block-image a:hover img {transform: scale(1.1); box-shadow: 0 14px 28px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.10) !important; cursor:pointer;}
.contact-card .block-columns .__col .block-section .block-image img, .__col .contact-card .block-image img {border-radius: 50%; background: #fff; padding: 10px; width: 220px; height:220px; object-fit:cover; transition:.3s all; margin:0 auto; display:block;}
.__col .contact-card .block-image {margin-top:2rem;}
.__col .contact-card .block-image + .block-header {padding-top:110px; margin-top:-110px; border-radius:30px 30px 0 0; background:#e6e6e6;}
.__col .contact-card .block-section-container .block:not(.block-header:first-child, .block-image) {background:#e6e6e6; box-shadow:.5rem .5rem .4rem rgba(0,0,0,0.1);}
.__col .contact-card .block-section-container .block:last-child {border-radius:0 0 30px 30px; padding-bottom:2rem;}
.__col .contact-card :is(h6, p:not(:first-child)) {margin-top:0;}

[class*="contact-"] .block-columns .__col .block-section ul,
[class*="contact-"] .block-columns .__col .block-section li,
[class*="contact-"] .block-columns .__col .block-section h6, 
[class*="contact-"] .block-columns .__col .block-section a {margin-top:0 !important; margin-bottom:0 !important; color:#fff;}
[class*="contact-"] .block-columns .__col .block-section .block-list-group {margin-top:15px;}
[class*="contact-"] .block-columns .__col .block-section .block-list-group.modal-list .list-group-item > h5 > .btn {background: transparent; color: #fff !important; padding: 2px;}
[class*="contact-"] .block-columns .__col .block-section .block-list-group.modal-list .list-group-item > h5 > .btn:hover {color: #0A1D43 !important;}
[class*="contact-"] .block-columns .__col .block-section .block-list-group.modal-list .list-group-item > h5 > .btn:is(:hover, :focus, :active) {background: transparent !important;}
[class*="contact-"] .block-columns .__col .block-section .block-list-group.modal-list .modal {text-align:left;}
[class*="contact-"] .block-columns .__col .block-section .block-list-group.modal-list .modal-body > *:first-child {margin-top:0;}

main > div.__base .contact-box .block-columns .__col .block-section > .block-section-container .block-image {position:relative;}
main > div.__base .contact-box .block-columns .__col .block-section {height:auto !important; min-height:auto !important;}
.contact-box .block-columns .__col .block-section {background-color:#181818; color:#fff; min-height:450px; height:650px; display: flex; align-items: flex-end; background-position: 40% 50%;}
.contact-box .block-columns .__col .block-section:before {content:""; opacity:.6; position:absolute; left:0; right:0; top:0; bottom:0; background:linear-gradient(to left,transparent, #181818), linear-gradient(to bottom,transparent, #181818); z-index:0;}
.contact-box .block-columns .__col .block-section > .block-section-container {padding:1.5rem; width:100%; position:relative;     display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: flex-end;}
.contact-box .block-columns .__col .block-section > .block-section-container .block-image {position:absolute; top: 0; left: 0; right: 0; bottom: 0;}
.contact-box .block-columns .__col .block-section > .block-section-container .block-image:before {position:absolute; content:""; left:0; top:0; right:0; bottom:0; background:linear-gradient(to bottom, transparent 50%, rgba(0,0,0,0.6) 75%); z-index:1;}
.contact-box .block-columns .__col .block-section > .block-section-container .block-image * { padding:0; object-fit: cover; height: 100%; object-position:center; transition:.3s all;}
.contact-box .block-columns .__col .block-section > .block-section-container .block:not(.block-image) { }
.contact-box .block-columns .__col .block-section:hover > .block-section-container .block-image img {opacity:0;}

.clickable {transition:.3s all;} .clickable:hover {cursor:pointer; }
	
.hover-img img {transition: .5s all;}
.hover-img.flip:hover img {transform:scale(-1, 1) scale(-1,1); }
.hover-img.rotate:hover img {transform:rotate(360deg); }
.hover-img.zoom:hover img {transform:scale(1.1); }
.hover-img.float:hover img {animation: float-y 2s linear infinite;}

[class*="cards-"].full-width-all .__col > .block-section {min-height:200px;}
[class*="cards-"].cards .__col > .block-section {border-radius:30px; overflow:hidden;}
[class*="cards-"] .__col > .block-section.bg-image:not(.bg-video):before {content:""; background:rgba(0,0,0,0.5); backdrop-filter:blur(3px); -webkit-backdrop-filter:blur(3px); position:absolute; inset:0;}
[class*="cards-"] .__col > .block-section.bg-image, [class*="cards-"] .__col > .block-section.bg-image .btn-primary {color:#fff !important;}
.cards-1 .__col > .block-section {border:1px solid #e6e6e6;}
.cards-2 .block-columns:nth-child(3n+1) .__col:nth-child(3n+1) > .block-section,  .cards-2 .block-columns:nth-child(3n+2) .__col:nth-child(3n+2) > .block-section, .cards-2 .block-columns:nth-child(3n+3) .__col:nth-child(3n+3) > .block-section {background:#d9d9d9;}
.cards-2 .block-columns:nth-child(3n+2) .__col:nth-child(3n+1) > .block-section,  .cards-2 .block-columns:nth-child(3n+3) .__col:nth-child(3n+2) > .block-section, .cards-2 .block-columns:nth-child(3n+1) .__col:nth-child(3n+3) > .block-section {background:#a6a6a6;}
.cards-2 .block-columns:nth-child(3n+3) .__col:nth-child(3n+1) > .block-section,  .cards-2 .block-columns:nth-child(3n+1) .__col:nth-child(3n+2) > .block-section, .cards-2 .block-columns:nth-child(3n+2) .__col:nth-child(3n+3) > .block-section {background:#e6e6e6;}
.cards-3 .block-columns:nth-child(3n+1) .__col:nth-child(3n+1) > .block-section,  .cards-3 .block-columns:nth-child(3n+2) .__col:nth-child(3n+2) > .block-section, .cards-3 .block-columns:nth-child(3n+3) .__col:nth-child(3n+3) > .block-section {background:#4f4f4f;}
.cards-3 .block-columns:nth-child(3n+2) .__col:nth-child(3n+1) > .block-section,  .cards-3 .block-columns:nth-child(3n+3) .__col:nth-child(3n+2) > .block-section, .cards-3 .block-columns:nth-child(3n+1) .__col:nth-child(3n+3) > .block-section {background:#2e2e2e;}
.cards-3 .block-columns:nth-child(3n+3) .__col:nth-child(3n+1) > .block-section,  .cards-3 .block-columns:nth-child(3n+1) .__col:nth-child(3n+2) > .block-section, .cards-3 .block-columns:nth-child(3n+2) .__col:nth-child(3n+3) > .block-section {background:#7a7a7a;}
div:is(.cards-prices-1, .cards-prices-2) .__col > .block-section {background-image:url('../../assets/images/price.png'); background-repeat:no-repeat;}
div:is(.cards-prices-1, .cards-prices-2) .__col > .block-section h6 {margin-top:0;}
.cards-prices-2 .__col > .block-section { background-position: 95% 5%; background-size: 100px;}
.cards-prices-2 .__col > .block-section > .block-section-container {}

.card-services .block-section-container {height:auto !important;}
.card-services > .block-section-container > .block-columns:not(:last-child) {margin-bottom: 5rem;}
.card-services > .block-section-container > .block-columns > .__col:nth-child(1) > .block-section .__content {padding-left:0; padding-right:0;}
.card-services > .block-section-container > .block-columns > .__col:nth-child(1) > .block-section .block-section-container {height:100% !important;}
.card-services > .block-section-container > .block-columns > .__col:nth-child(1) > .block-section .block:is(.block-image, .block-gallery) {border-radius:30px;}
.card-services > .block-section-container > .block-columns > .__col:nth-child(1) > .block-section .block:is(.block-image, .block-gallery),
.card-services > .block-section-container > .block-columns > .__col:nth-child(1) > .block-section .block-gallery div:is(.carousel, .carousel-inner, .carousel-item) {object-fit: cover; overflow: hidden; height: 100%; margin-top:0 !important;}
.card-services > .block-section-container > .block-columns .block-section .carousel .carousel-indicators {bottom:20px;}
.card-services > .block-section-container > .block-columns > .__col:nth-child(1) > .block-section .block-gallery div:is(.carousel, .carousel-inner, .carousel-item) .carousel-caption {display:none;}
.card-services.pan > .block-section-container > .block-columns > .__col:nth-child(1) > .block-section .block:is(.block-image, .block-gallery) img { object-position:right; animation: pan-rl 30s linear infinite;}
.card-services > .block-section-container > .block-columns > .__col:nth-child(1) > .block-section .block:is(.block-image, .block-gallery) img {cursor:zoom-in; transition:.3s all; object-fit: cover; height: 100%; width: 100%; margin-top:0 !important;}
.card-services > .block-section-container > .block-columns > .__col:nth-child(1) > .block-section .block:is(.block-image, .block-gallery) img.zoom1 {transform:scale(1.5); cursor:zoom-in; }
.card-services > .block-section-container > .block-columns > .__col:nth-child(1) > .block-section .block:is(.block-image, .block-gallery) img.zoom2 {transform:scale(2); cursor:zoom-out; }
.card-services h1, .card-services h2, .card-services h3 {margin-top:0 !important;}
.card-services .block-columns .__col:nth-child(2) .block-section-container {background-color:#fff; }
.card-services > .block-section-container > .block-columns > .__col:nth-child(2) > .block-section .block-section-container {box-shadow: 3px 3px 10px rgb(0 0 0 / 10%); border-radius:30px; padding:3rem !important; width: calc(100% + 150px) !important; z-index:100; position:relative; transition:.3s all;}
.card-services > .block-section-container > .block-columns > .__col:nth-child(2) > .block-section .block-section-container:hover {transform: translateY(-6px);      box-shadow: 0 14px 28px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.10) !important;}
.card-services > .block-section-container > .block-columns:nth-child(odd) > .__col:nth-child(2) > .block-section .block-section-container {margin: auto 0px auto -150px !important;}
.card-services > .block-section-container > .block-columns:nth-child(even) > .__col:nth-child(2) > .block-section .block-section-container {margin: auto -150px auto 0px !important;}
.__base .card-services > .block-section-container > .block-columns:nth-child(even) > .__col:nth-child(1) {order:1 !important;}
.__base .card-services > .block-section-container > .block-columns:nth-child(even) > .__col:nth-child(2),
.card-services > .block-section-container > .block-columns:nth-child(even) > .__col:nth-child(1) {order:2;}
.card-services > .block-section-container > .block-columns:nth-child(odd) > .__col:nth-child(2) .block-section {padding-left:3rem; padding-top:100px; padding-bottom:100px; display:flex;}
.card-services > .block-section-container > .block-columns:nth-child(even) > .__col:nth-child(2) .block-section {padding-right:3rem; padding-top:100px; padding-bottom:100px; display:flex;}
.__base .card-services > .block-section-container > .block-columns:nth-child(2n) > .__col:nth-child(2) .block-section { padding-right: 0; padding-left: 3rem; }
.__base .card-services > .block-section-container > .block-columns:nth-child(2n) > .__col:nth-child(2) > .block-section .block-section-container { margin-right: 0 !important; margin-left: -150px !important; }
.card-services > .block-section-container > .block-columns > .__col:nth-child(2) .block-section .block-gallery {margin-top:10px;}
.card-services > .block-section-container > .block-columns > .__col:nth-child(2) .block-section .block-gallery .gallery .gallery-item .image-container {height:100px !important;}
.card-services .block-image video {object-fit: cover;}
.card-services .block-gallery .carousel {height:auto !important;}
.block-section.card-services.no-lap > .block-section-container > .block-columns > .__col:nth-child(2) > .block-section .block-section-container {margin:0 !important; width:100% !important;}

a.with-file, a.with-external, a.with-globe {margin-right:5px; }
a.with-file:after, a.with-external:after, a.with-globe:after {margin-right:5px; font-size:smaller; font-weight: 700; margin-left:5px; transition:.3s all; font-family: "Font Awesome 5 Free"; }
a.with-file:after {content: "\f1c1";}
a.with-external:after {content: "\f35d";}
a.with-globe:after {content: "\f0ac";}
.block-section-container > .block.row {margin-left:0; margin-right:0;}

.d-hide {opacity:0; position:absolute; z-index:-100;}
.show-more .gallery .gallery-item {transition:.3s all;}

.text-hover:hover h1, .text-hover:hover h2, .text-hover:hover h3, .text-hover:hover h4, .text-hover:hover .to-hover {background: linear-gradient(to right, #002f87, #0A1D43, #FFEB00, #2e2e2e) #181818 no-repeat 0 0; background-size: 0 100%; animation: stripes 2s linear 1 forwards; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.text-hover.text-light h1, .text-hover.text-light h2, .text-hover.text-light h3, .text-hover.text-light h4, .text-hover.text-light .to-hover {color: #fff;}
.text-hover.text-light:hover h1, .text-hover.text-light:hover h2, .text-hover.text-light:hover h3, .text-hover.text-light:hover h4, .text-hover.text-light:hover .to-hover {background: linear-gradient(to right, #002f87, #0A1D43, #FFEB00, #2e2e2e) #fff no-repeat 0 0; background-size: 0 100%; animation: stripes 2s linear 1 forwards; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.text-hover.text-primary:hover h1, .text-hover.text-primary:hover h2, .text-hover.text-primary:hover h3, .text-hover.text-primary:hover h4, .text-hover.text-primary:hover .to-hover {background: linear-gradient(to right, #002f87, #0A1D43, #FFEB00, #2e2e2e) #002f87 no-repeat 0 0; background-size: 0 100%; animation: stripes 2s linear 1 forwards; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
@keyframes stripes { to {background-size:100% 100%;} }

.__base .js-load:after {content:"[javascript content - do not alter]"; text-align:left; width:100%; font-family:monospace; display:block;}
main > div.__base .bg-video {background-color:#181818 !important;}
.__base .bg-video:after {content:"[background-video]";position: absolute; bottom: 20%; text-align:left; width:100%; font-family:monospace; display:block;}
.bg-video:not(.no-ov):before {content:""; position:absolute; background:rgba(0,0,0,0.4); left:0; top:0; right:0; bottom:0; z-index:1; transition:.3s all;}
.bg-video {overflow: hidden;}
.bg-video video {object-fit: cover; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 0; }
.bg-video iframe {height: 180vh; width: 250vh; object-fit: cover; position: absolute; top: 50%; left: 50%; z-index: 0; transform: translateX(-50%) translateY(-50%);}
.bg-video > .block-section-container { position: relative; z-index: 1;}
.controls.bg-video video {z-index:1;}
.bg-video.bg-fixed video { position: fixed; }


.img-zoom img {cursor:zoom-in; transition:.3s all; object-fit: cover; height: 100%; width: 100%; margin-top:0 !important;}
.img-zoom img.zoom1 {transform:scale(1.5); cursor:zoom-in; }
.img-zoom img.zoom2 {transform:scale(2); cursor:zoom-out; }
.img-zoom .carousel-caption {display:none;}



.overlay-ik.bg-image {background-size:0% !important; z-index:0;}
.overlay-ik:after {background-position:center; content:""; background-size:40%; background-image: inherit; background-repeat: no-repeat; position:absolute; left:0; top:0; right:0; bottom:0; z-index:-1; opacity:.3;}
.overlay-ik.rb:after {background-position:120% 120%; }
.overlay-ik.tr:after {background-position:120% -20%; }



main > div.__base div.divider:after, main > div.__base .gradient:after {z-index:0 !important;}
div.divider:after, .gradient:after {background-color:inherit; content:""; position:absolute; left:0; top:99%; right:0; height:200px; -webkit-mask-position: center; -webkit-mask-image: url(../../files/divider-pointy.svg); -webkit-mask-repeat: no-repeat; -webkit-mask-size: cover; background-size:cover; background-repeat:no-repeat; background-position:center; z-index:2;}
.divider.bottom + div:not(.full-width-all) {padding-top:200px !important;}
.divider.top {padding-bottom:calc(200px * 1.5) !important;}
.divider.top:after {top:calc(100% - 200px); transform:scale(-1);}



.gradient:after {-webkit-mask-image:none; background:linear-gradient(to bottom, transparent, #002f87); height:calc(200px / 2); bottom: 0; top: auto;}
.gradient:not(.top) + div:not(.full-width-all) {padding-top:calc(200px / 4) !important;}
.gradient.top:after { transform:scale(-1); bottom: auto; top: 0;}
.gradient.secondary:after {background:linear-gradient(to bottom, transparent, #0A1D43);}
.gradient.dark:after {background:linear-gradient(to bottom, transparent, #181818);}

.cardy, .cardx, .cardz {border-radius:20px; border:none !important; box-shadow:5px 5px 10px rgba(0,0,0,0.15); overflow:hidden;}
.cardx {border-radius:calc(30px / 2) !important;}
.cardz {border-radius:30px !important; box-shadow:none !important;}

main > .block-section.buttons-bottom .__col .block-button:last-child {height:100%; display: flex; align-items: flex-end;}

.bg-half {background:linear-gradient(to bottom, #e6e6e6 50%, transparent 50%);}
.bg-half-top {background:linear-gradient(to top, #e6e6e6 50%, transparent 50%);}
.bg-half.primary {background:linear-gradient(to bottom, #002f87 50%, transparent 50%);}
.bg-half-top.primary {background:linear-gradient(to top, #002f87 50%, transparent 50%);}
.bg-half.secondary {background:linear-gradient(to bottom, #0A1D43 50%, transparent 50%);}
.bg-half-top.secondary {background:linear-gradient(to top, #0A1D43 50%, transparent 50%);}
.bg-half.light {background:linear-gradient(to bottom, #fff 50%, transparent 50%);}
.bg-half-light.dark {background:linear-gradient(to top, #fff 50%, transparent 50%);}
.bg-half.dark {background:linear-gradient(to bottom, #181818 50%, transparent 50%);}
.bg-half-top.dark {background:linear-gradient(to top, #181818 50%, transparent 50%);}

.__base .div-loader {display:none !important;}
.div-loader.load {opacity:0;z-index:-1;}
.div-loader {transition:.5s all; background-image: url(""); background-size: cover; position: fixed; top:0; left:0; right:0; bottom: 0; background-color: white; z-index:1999;     display: flex; align-items: center; justify-content: center;}
.div-loader img.bg {width:500px; z-index:1; position:absolute; left:50%; top:50%; transform:translateX(-50%) translateY(-50%) !important; opacity:.1;}
.div-loader img.logo {transition:.3s all; width:120px; z-index:3;}

/*.home-cover:before {content:""; background:linear-gradient(to right, #2e2e2e 35%, rgba(0, 0, 0, 0.55) 35%, transparent); position:absolute; z-index:1; inset:0;}*/

.head {text-align:center;}
.head, .head2 {margin-top:1.5rem;}
.head h6, .head2 h6 {margin:0; position:relative; overflow:hidden;}
.head h6:after, .head h6:before, .head2 h6:after { content: ""; width: 10rem; border-bottom: 1px solid; position: absolute; top: 50%; transform: translateY(-50%); margin-left: 15px;}
.head h6:after, .head h6:before {width:5rem;}
.head h6:before {margin-left: calc(-5rem - 18px);}

.block-section.full-width-all .block-section-container {overflow:unset;}
.__base *:not(.__header, .__section-controls, .__buttons) {position:relative !important; inset:unset !important;}
.lottie1 {position:absolute; top:-15rem;}

.block-text p > em > strong {font-weight:normal; font-style: normal; font-size: .8rem; line-height: 1.5; display: block;}

.home-cover.bg-video:before {backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);}
/*.home-cover h1 {color:rgba(255,255,255,0.4) !important; text-transform: uppercase; letter-spacing: 2px; font-weight: 600;}*/
.home-cover .block-image img {max-width:900px; filter:saturate(0) brightness(10); width:70%; margin: 0 auto 2rem auto;}



.__base :is(.tag, .js):before {content:"[javascript plugin - do not edit]"; text-align:left; width:100%; font-family:monospace; display:block; padding-block:1rem;}
.__base .js.empty:before {display:flex; position:absolute; inset:0; align-items:center;     justify-content: center;}
.__base .tag:before {content:"[tag widget]" !important;}

.__base .block-section.bg-slider {height:auto !important;}
.__base .block-section.bg-slider .block-gallery.main-slider {height:30vh !important; overflow:hidden; min-height:auto !important;}
main > .block-section.bg-slider .block:not(.block-gallery) {z-index:1;}
main > .block-section.bg-slider .block-gallery.main-slider {position: absolute; z-index: 0; inset: 0;}
main > .block-section.bg-slider .block-gallery.main-slider * {padding:0 !important;}

/*=============================RX-CUSTOM===========================*/


/*----------------NEWS PLUGIN-------------------*/


.__base .block-divider.news-plugin .spacer:before {content:"NEWS PLUGIN - DO NOT EDIT"; font-family:monospace !important;}
.__base .block-divider.news-plugin.news-share .spacer:before {content:"NEWS PLUGIN | NEWS SHARE - DO NOT EDIT";}
.__base .block-divider.news-plugin.news-controls:not(.news-share) .spacer:before {content:"NEWS PLUGIN | NEWS CONTROLS - DO NOT EDIT";}
.__base .block-divider.news-plugin.news-share.news-controls .spacer:before {content:"NEWS PLUGIN | NEWS SHARE | NEWS CONTROLS - DO NOT EDIT";}
.news-plugin .spacer {padding-block:3rem; height:auto; padding-block:3rem;}
.news-card.news-block .news .list-group-item[onclick*="window.location"] {cursor:pointer;}



.news-share .share-inner.row {width:100%; border-top:2px solid #002f87; }
.news-share .share-inner.row:not(:first-child) {border-bottom:2px solid #002f87;}
.news-share .share-inner.row > div:first-child {border-right:2px solid #002f87; }
.news-share .share-inner a {background:transparent; border:2px solid #002f87; height:60px; width:60px; border-radius:50%; display: inline-flex; justify-content: center; align-items: center; text-align:center; font-size:30px; margin:0 5px; text-decoration:none !important; transition: .3s all;}
.news-share .share-inner a:after {display:none;}
.news-share .share-inner a i {color:#002f87;}
.news-share .share-inner a:hover {background:#181818;} .news-share .share-inner a:hover i {color:#fff;}
body.dark .news-share .share-inner :is(a, a i) {border-color:#fff !important; color:#fff !important;}

.news-controls .show-inner a.back {text-transform:uppercase; color:#7a7a7a !important; text-decoration:none; border-bottom:1px dotted;}
.news-controls .show-list ul {padding:0; list-style:none; display:flex; margin-top:30px !important;}
.news-controls .show-list ul li:before {display:none;}
.news-controls .show-list ul li a:before {content:""; background-color:#f7f7f7; background-image:url($logosrc); background-size:20%; background-position:center; background-repeat:no-repeat; height:100px; width:100%; border-radius: 20px 20px 0 0; display: block; margin-bottom:5px;}
.news-controls .show-list ul li {display:none; width: -webkit-fill-available; text-align:center; padding:0 10px; line-height:normal; font-style:italic;}
.news-controls .show-list ul li:hover a {border-bottom:0; color:#002f87;}
.news-controls .show-list ul li:nth-child(-n+4) {display:list-item;}
.news-controls a.btn {width:auto !important; height:auto !important;}

@media (max-width:1920px) {

    
} @media (max-width:992px) {
    .news-share .share-inner a {height:45px; width:45px; font-size:20px; margin:0 2px;}
} @media (max-width:767px) {
    .news-share .share-inner.row > div:first-child {border:none;}
    .news-controls.share-inner {padding-block:1rem;}
    .news-controls .show-list ul li a:before {background-size:50%; height:60px;}
    .news-controls .show-list ul li {font-size:10px; line-height:15px;}
    .news-controls .show-list ul li:nth-child(3), .news-controls .show-list ul li:nth-child(4) {display:none;}
} @media (max-width:558px) {
    .news-controls .show-list ul {flex-direction: column;}
    .news-controls .show-list ul li {margin-bottom:20px !important;}
    .news-controls .show-list ul li:nth-child(-n+4) {display:list-item !important;}
}






@media (max-height: 767px) {
    main > .block-section[class*="vh-"]:not(.page-cover) {min-height:600px !important;}
}


@media (max-width: 1920px) {
    html, body {font-size: 16px;} 
    .spacer {height: 23px;}
    
    .container, .block-section > .block-section-container {max-width: 1050px;}
    main > .block-section {padding: 100px 0 100px 0;}
    
    
    .block-form .form-control {padding: 11px;}
    .block-form .input-group-addon {padding: 11px; }
    .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {margin-right: 8px !important;}

    .contact-box .block-columns .__col .block-section {min-height:450px;}
}


@media (max-width: 1440px) {
    html, body {font-size: 14px;} 
  
}

@media (max-width: 1280px) {
    html, body {font-size: 12px;} 
    h6 {letter-spacing: 2px;}
    main > .block-section {padding: 75px 0 75px 0;}
    main p, main img {margin: 13px 0 0 0;}
    main h1, main h2, main h3, main h4, main h5, main h6 {margin: 15px 0 0 0;}
    main ul {margin: 10px 0 0 0;}
    main ul li {margin: 3px 0;}
    main ul li:before {padding: 0 5px 0 0;}
    
    .spacer {height: 15px;}
    
    .container, .block-section > .block-section-container {max-width: 900px;}
    
    .block-list-group.accordion .card .card-header h5 .btn {padding: 10px 15px; }
    .block-list-group.accordion .card .card-body {padding: 10px 15px 10px 15px;}
    .block-list-group.tabs .nav-tabs .nav-item .nav-link {padding: 10px 15px;}
    .block-list-group.tabs .tab-content {padding: 20px 30px;}
    .news .list-group-item .list-date {letter-spacing: 2px;}
    .news .list-group-item .list-content {margin: 15px 0 0 0;}

    .block-form .form-control {padding: 8px; border-width: 2px;}
    .block-form .form-control:focus {border-width: 2px;}
    .block-form .input-group-addon {padding: 8px;}
    .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {margin-right: 5px !important;}

}

@media (max-width: 992px) {
    h1 {font-size: 3.5rem;}
    h2 {font-size: 2.5rem;}
    h3 {font-size: 2rem;}
    h4 {font-size: 1.6rem;}
    h5 {font-size: 1.2rem;}
    
    .page-cover > .block-section-container {padding-top:5rem;}
    .news .list-group-item .list-header {font-size: 1.6rem;}
    .container, .block-section > .block-section-container {max-width: 100%;}
    main > .block-section {padding: 60px 15px 60px 15px;}
    
    .card-services > .block-section-container > .block-columns > .__col:nth-child(2) > .block-section .block-section-container {width:auto !important; max-width:unset !important;}
}


@media (min-width: 768px) {
    @media (max-height:900px) {
        .main-slider, .home-cover {min-height:650px !important;}
    }
    
}


@media (max-width: 767px) {
    @media (max-height:700px) {
        .main-slider, .home-cover {min-height:600px !important;}
    }
    
    body, .block-section.bg-fixed {background-attachment:scroll;}
    h1 {font-size: 3rem;}
    h2 {font-size: 2rem;}
    h3 {font-size: 1.7rem;}
    
    
    .btn {height:40px; font-size:.9rem;}
    .btn::before {width:40px;}
    
    .border-col.left .block-columns .__col {border: none;}
    .border-col.right .block-columns .__col {border: none;}
    
    .page-cover, .page-cover > .block-section-container {padding-left:.2rem !important; padding-right:.2rem !important;}
    .breadcrumbs {font-size: .7rem;     letter-spacing: 1px; margin-left:2px;}
    .breadcrumbs.sm {font-size: .5rem;}
    
    .block-list-group.accordion .card .card-body {padding: 15px 20px 15px 20px !important;}
     main > .block-section {padding: 40px 0;}
    
    .block-section.xsm-box .block-columns .block-section {padding: 1rem;}
    .block-section.sm-box .block-columns .block-section {padding: 1.2rem;}
    .block-section.md-box .block-columns .block-section {padding: 2rem;}
    .block-section.lg-box .block-columns .block-section {padding: 2.5rem;}
    
    .block-section .block-columns .__col {flex:1 0 100%; max-width:100%;}
    
    .timeline-col > .block-section-container > .block-columns > .__col  {padding-bottom:0 !important; padding-top:0 !important; flex:1 100%; max-width:100%;}
    .timeline-col > .block-section-container > .block-columns > .__col:nth-child(1) .block-section-container {border-left:1px solid #002f87 !important; padding-left:3rem;}
    .timeline-col > .block-section-container > .block-columns > .__col:nth-child(1) .block-section-container:before {content: "\2022" !important; color: #002f87; font-size: 100px; position: absolute; left: -6px; margin-top:-70px; }
    .timeline-col > .block-section-container > .block-columns > .__col:nth-child(2) .block-section-container:before {content: "" !important;}
    
    
    .timeline .tab-container .list-group-item {padding:40px 20px 20px 20px !important; background:linear-gradient(to left, #d9d9d9 80%, transparent 0) !important;}
    .timeline .tab-container .list-group-item:before {width:30px; height:30px; right:auto; left:calc(20% - 15px) !important;}
    .timeline .tab-container .list-group-item:after {left:-15px;}
    .timeline .tab-container .list-group-item .list-content, .timeline .tab-container .list-group-item .list-header {width:calc(80% - 20px);     margin-left: auto !important; position: relative; left: auto !important; right: auto !important;}
    .timeline .tab-container:before {left:0;}
    
    .card-services:not(.full-width-all) {padding-left:15px; padding-right:15px;}
    .card-services .block-columns .__col {    max-width: 100%; flex: 1 1 100%;}
    .card-services > .block-section-container,
    .card-services > .block-section-container > .block-columns > .__col:nth-child(1) > .block-section .block-section-container {padding-left:0; padding-right:0;}
    .card-services .__col, .card-services .block-image .__content {padding-left:0; padding-right:0;}
    .card-services > .block-section-container > .block-columns > .__col:nth-child(2) > .block-section .block-section-container {padding:3rem 2rem !important;}
    .card-services > .block-section-container > .block-columns > .__col:nth-child(1) > .block-section .block-image {height:250px !important;}
    .card-services > .block-section-container > .block-columns:nth-child(odd) > .__col:nth-child(2) > .block-section .block-section-container,
    .card-services > .block-section-container > .block-columns:nth-child(even) > .__col:nth-child(2) > .block-section .block-section-container {margin: -50px 20px 0px 20px !important;}
    .card-services > .block-section-container > .block-columns .block-section .carousel .carousel-indicators {bottom:auto; top:20px;}
    .card-services > .block-section-container > .block-columns > .__col:nth-child(2) > .block-section {padding:0 !important;  height:inherit;}
    .card-services > .block-section-container > .block-columns:nth-child(even) > .__col:nth-child(1) {order:1 !important;}
    .card-services > .block-section-container > .block-columns:nth-child(even) > .__col:nth-child(2) {order:2 !important;}
    .card-services > .block-section-container > .block-columns:nth-child(odd) > .__col:nth-child(2) .block-section {display:block;}

    .text-left-center, .text-right-center {text-align: center !important;}  
    .text-right-left, .text-center-left {text-align: left !important;}
    .text-left-right, .text-center-right {text-align: right !important;}
    
	.contact-card .block-columns .__col .block-section {background: linear-gradient(to bottom, #fff 135px, #4f4f4f 135px);}
	.contact-box .block-columns .__col .block-section {background-size:cover !important; height:400px; background-position: 30% 50%;}
	.contact-box .block-columns .__col .block-section:before {background:linear-gradient(to bottom, transparent 70%, #181818);}

	.row-gutter-md .row  .__col, .row-gutter .row  .__col {padding: 15px !important;}
	.row-gutter-md .block-columns:not(:last-child) {padding-bottom: 0;}

    .pull-left-right {float:right;}
    .pull-left-none, .pull-right-none {float:none;} 
    .pull-right-left {float:left;}
    .pull-mb-flex { justify-content: flex-end !important; align-content: center; flex-direction: column; }
  
    
    .w-md-auto {width:auto !important;}
    .w-md-100 {width:100% !important;}
    .w-md-95 {width:95% !important;}
    .w-md-90 {width:90% !important;}
    .w-md-85 {width:85% !important;}
    .w-md-80 {width:80% !important;}
    .w-md-75 {width:75% !important;}
    .w-md-70 {width:70% !important;}
    .w-md-65 {width:65% !important;}
    .w-md-60 {width:60% !important;}
    .w-md-55 {width:55% !important;}
    .w-md-50 {width:50% !important;}
    .w-md-45 {width:45% !important;}
    .w-md-40 {width:40% !important;}
    .w-md-35 {width:35% !important;}
    .w-md-30 {width:30% !important;}
    .w-md-25 {width:25% !important;}
    .w-md-20 {width:20% !important;}
    .vh-md-100 {height:100vh !important;}
    .vh-md-90 {height:90vh !important;}
    .vh-md-80 {height:80vh !important;}
    .vh-md-70 {height:70vh !important;}
    .vh-md-60 {height:60vh !important;}
    .vh-md-50 {height:50vh !important;}
    .vh-md-40 {height:40vh !important;}
    .vh-md-30 {height:30vh !important;}
    .vh-md-20 {height:20vh !important;}
    
    
    .bg-half.fade-md {background:linear-gradient(to bottom, #e6e6e6, transparent);}
    .bg-half-top.fade-md {background:linear-gradient(to top, #e6e6e6, transparent);}
    .bg-half.primary.fade-md {background:linear-gradient(to bottom, #002f87, transparent);}
    .bg-half-top.primary.fade-md {background:linear-gradient(to top, #002f87, transparent);}
    .bg-half.secondary.fade-md {background:linear-gradient(to bottom, #0A1D43, transparent);}
    .bg-half-top.secondary.fade-md {background:linear-gradient(to top, #0A1D43, transparent);}
    .bg-half.light.fade-md {background:linear-gradient(to bottom, #fff, transparent);}
    .bg-half-top.light.fade-md {background:linear-gradient(to top, #fff, transparent);}
    .bg-half.dark.fade-md {background:linear-gradient(to bottom, #181818, transparent);}
    .bg-half-top.dark.fade-md {background:linear-gradient(to top, #181818, transparent);}
    
    .d-none-md {display:none !important;}
    .order-md .block-columns > .__col:nth-child(1) {order:2;}
    .order-md .block-columns > .__col:nth-child(2) {order:1;}
    
    
    .__col.order-1-md {order:1;}
    .__col.order-2-md {order:2;}
    .p-0-md {padding:0 !important;}
    .py-0-md {padding-top:0 !important; padding-bottom:0 !important;}
    .px-0-md {padding-left:0 !important; padding-right:0 !important;}
    .pl-0-md {padding-left:0 !important; }
    .pr-0-md {padding-right:0 !important;}
    .pt-0-md {padding-top:0 !important; }
    .pb-0-md {padding-bottom:0 !important;}
    
    .home-cover .block-image img {width:100%;}
}

@media (max-width: 558px) {
    .div-loader img.bg {width:300px;}
    .div-loader img.logo {width:50px;}
    .slick.fade-x .slick-slider:before, .slick.fade-x .slick-slider:after {width:100px;}
    
    .breadcrumbs {font-size:.5rem;}
}

@media (max-width: 320px) {
    h1 {font-size: 2.5rem;}
}



.col-md-2\.4 > .block-section > .block-section-container {display: flex; align-items: center; flex-direction: column;}
.col-lg-2\.4, .col-md-2\.4, .col-sm-2\.4 {width:100%; display:inline-block;}
.col-2\.4 {width:calc(calc(100% / 5) - 0px); display:inline-block;}
@media (min-width: 768px) { .col-md-2\.4 {width:calc(calc(100% / 2) - 0px);} }
@media (min-width: 992px) { .col-md-2\.4 {width:calc(calc(100% / 3) - 0px);} }
@media (min-width: 1280px) { .col-lg-2\.4 {width:calc(calc(100% / 3) - 0px);} }
@media (min-width: 1440px) { .col-lg-2\.4 {width:calc(calc(100% / 5) - 0px);} }





/***************** menu-left *********************/

.div-anchor {height:20px; margin-top:-20px; position:relative; z-index:-1;}

:root {--navtog:150px;}
main, footer {padding-left:100px !important;}
/*.page-cover {left:100px;}*/
.navbar.open {left:0;}
.navbar {position:fixed; transition:.3s all; inset:0 auto 0 -500px; height:100%; width:600px; z-index:1000; background-color:#fff; flex-wrap: nowrap; box-shadow: 5px 0px 15px rgba(0,0,0,0.2);}
.navbar .navbar-brand {display: flex; align-items: center;}
.navbar .navbar-brand img {max-width:500px; width: 95%;}
.navbar .navbar-nav {display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; padding:0 .5rem;  margin-top:30px; overflow: auto; height: 80%;}
.navbar .navbar-nav .nav-item {width:100%; font-size:1.5rem;}
.navbar .navbar-nav .nav-item .nav-link {color:#181818; text-transform:uppercase; padding:10px; transition:.3s all;}
.navbar .navbar-nav .nav-item.active > .nav-link, .navbar .navbar-nav .nav-item.nav-active > .nav-link {font-weight:700;}
.navbar .navbar-nav .nav-item:hover > .nav-link {opacity:.5;}
.navbar .navbar-nav .nav-item.dropdown.show:not(.no-child) > .nav-link {background:#7a7a7a !important; }
.navbar .navbar-nav > .nav-item.dropdown.show > .nav-link { border-radius:calc(30px / 2) calc(30px / 2) 0 0;}
.navbar .dropdown-menu {transition:.3s all; border-top:1px solid #fff;  background: #e6e6e6; position: absolute; float: none; width: 100%; border-radius: 0 0 calc(30px / 2) calc(30px / 2);}
.dropdown-toggle::after {float:right; margin-top:8px; transform:none !important; transition:.3s all; display:none;}
.navbar .show>.dropdown-toggle::after {opacity:0;}
.navbar .navbar-nav .dropdown-menu .nav-item {font-size:1.3rem;}

.navbar .dropdown .cl-dd {max-height: 40px; transition:.3s all; cursor:pointer;  position: absolute; border-radius:30px 30px 0 0; inset: 0 0 0 auto; width: 3rem; display: flex; align-items: center; justify-content: center;}
.navbar .dropdown.show .cl-dd {z-index:1; opacity:1; }
.navbar .dropdown .cl-dd:before {content:"\f0da"; font-family:"Font Awesome 5 Free"; font-weight:800; transition:.3s all;}
.navbar .dropdown.show > .cl-dd:before {content:"\f00d";}




.navbar .nav-toggler {border-radius:0 0 30px 0; cursor:pointer; transition:.3s all; text-decoration:none !important; border:none !important; background:#002f87; height:100%; width:var(--navtog); max-height:var(--navtog); display:flex; justify-content: center; align-items: center; color:#fff !important;}
.navbar .nav-inner {float:left; height:inherit; width:calc(100% - 100px); background:linear-gradient(90deg, #e6e6e6  -90%, #d9d9d9); padding:2rem;}
.navbar .nav-outer {float:right; height:inherit; width:100px; background:#181818; z-index:1; position:relative; display: flex; align-content: space-around; flex-direction: column;}
.navbar .nav-title {display: flex; align-items: center; justify-content: center; align-content: center; height:-webkit-fill-available;}
.navbar .nav-title a {padding:0 !important; text-decoration:none !important;}
.navbar .nav-title h3 {font-size:3vh; writing-mode: tb-rl; -webkit-writing-mode: tb-rl; transform: rotate(-180deg);  color:#fff; margin:0 !important; text-transform: uppercase; letter-spacing: 1rem; line-height:0;}

.navbar ul a {border:none !important; text-decoration:none !important;}
.navbar .nav-inner ul.socials {list-style:none; padding:0; display: flex; justify-content: center; align-items: center; flex-wrap: nowrap;  justify-content: space-around;flex-direction: row;}
.navbar .nav-inner ul.socials li {padding:0;}
.navbar .nav-inner ul.socials {z-index:0; position: absolute; inset: auto 0 0 0; width: calc(100% - 99px); background:#002f87;}
.navbar .nav-inner ul.socials li {background:linear-gradient(45deg, #002f87, #0A1D43); width:100%; height: 60px; display: flex; align-items: center; justify-content: center; font-size: 1.8rem;}
.navbar .nav-inner ul.socials li a {color:#fff; transition:.3s all;}
.navbar .nav-inner ul.socials li a:hover {color:#d9d9d9; transform:scale(.9);}
.navbar .nav-outer ul.cta {padding-bottom: 10px; display: flex; flex-direction: column; flex-wrap: nowrap; align-items: center; justify-content: center; list-style:none; }
.navbar .nav-outer ul.cta li {display:flex; margin:5px;}
.navbar .nav-outer ul.cta li a {transition:.3s all; height:70px; width:70px; border-radius:50%; background:#fff; color:#002f87; display: flex; align-items: center; justify-content: center; font-size: 1.5rem;}
.navbar .nav-outer ul.cta li a:hover {background:#002f87 !important; color:#fff;}

.navbar.light .nav-inner, .navbar.light .nav-outer ul.cta li a {background:#fff;}
.navbar.light .nav-outer {background: #e6e6e6;}
.navbar.light .nav-title h3, .navbar.light .navbar-nav .nav-item .nav-link {color:#181818;}
.navbar.light .navbar-nav .nav-item.dropdown:hover > .nav-link {background:#e6e6e6;}
.navbar.light .dropdown-menu {background:#d9d9d9;}

.nav-item.no-child:hover, .nav-item.no-child:hover .nav-link {background:none !important;}
.nav-item.no-child > ul, .nav-item.no-child > a:after, .nav-item.no-child > .cl-dd {display:none !important;}
.navbar.no-socials .socials {display:none !important;}


.navbar:not(.open) .navbar-brand img {/*position: fixed; left: var(--navtog); top: 0; height:var(--navtog); width:auto; object-position:left; object-fit:contain; padding: 10px; backdrop-filter:blur(5px); -webkit-backdrop-filter:blur(5px); background-color: rgba(0,0,0,0.2); */}
.navbar .dropdown-menu {max-height:0px; overflow:auto; height:100%; display:block !important; border-top-width:0; top:0; position:relative;}
.navbar .dropdown-menu.show {max-height:40vh; transition:.3s all; border-top-width: 1px !important;}
.navbar .children.dropdown-menu {border-radius:0 !important;}
/*.navbar .children.dropdown-menu.show {border-bottom:1px solid;}*/

.custom1.navbar:before {transition:.8s opacity, 0s max-width; content:""; position:fixed; /* backdrop-filter:blur(5px); -webkit-backdrop-filter:blur(5px); */inset: 0 auto 0 0; z-index: -1; background-color:rgba(0,0,0,0.8); width:100%; max-width:0; opacity:0; border-radius: 0 200px 200px 0;}
    .custom1.navbar.open:before {transition:.8s opacity, 0s max-width; max-width:100vw; opacity:1; border-radius:0;}
    .custom1.navbar {background:transparent !important; }
    .custom1.navbar :is(.socials, .cta) {display:none !important;}
    .custom1.navbar :is(.nav-title, .nav-inner) {transition:.3s all;}
    .custom1.navbar.open {box-shadow:none;}
    .custom1.navbar .nav-title {background-color:#181818; width:100%; height:100%; max-width: 10vw; max-height:100vh; overflow: hidden;}
    .custom1.navbar .nav-outer {background:transparent;}
    .custom1.navbar.open .nav-inner {border-bottom-right-radius: 200px; overflow:hidden; box-shadow: 5px 0px 15px rgb(0 0 0 / 20%);}
    .custom1.navbar.open .nav-title {transition:.3s all; max-width:0; max-height: calc(100vh - 280px);     border-bottom-right-radius: 200px;}
    

@media (max-height:768px) {
    .navbar .dropdown-menu.show {max-height:30vh;}
}

@media (max-width: 2050px) {
    .navbar .navbar-nav .nav-item {font-size:1.2rem !important;}
}

@media (max-width: 1920px) {
    :root {--navtog:90px;}
    main, footer {padding-left:60px !important;}
    /*.page-cover {left:60px;}*/
    .navbar {left:-380px; width:440px;}
    .navbar .navbar-nav .nav-item {font-size:1rem !important;}
    .navbar .nav-inner {width:calc(100% - 60px);}
    .navbar .nav-outer {width:60px;}
    .navbar .nav-title {}
    .navbar .nav-inner ul.socials {width: calc(100% - 59px);}
    .navbar .nav-outer ul.cta {padding-bottom: 5px;}
    .navbar .nav-outer ul.cta li {margin:3px;}
    .navbar .nav-outer ul.cta li a {height:40px; width:40px; font-size: 1rem;}
}

@media (min-width: 768px) {
    .socials-md .socials {display:none !important;}
    
    html.open {overflow:hidden;}
    html.open body {transition:.8s margin; margin-left: 200px; margin-right: -200px;}
    body {transition:.3s margin;}

}

@media (max-width: 767px) {
    :root {--navtog:60px;}
    .custom1.navbar .nav-title {display:none !important;}
    .custom1.navbar.open .nav-inner {border-bottom-right-radius:100px;}
}

@media (max-width: 558px) {
    main, footer {padding-left:0 !important;}
    .page-cover {left:0px;}
    .navbar {left:-100%; width:100%; box-shadow:none;}
    .navbar .navbar-nav {overflow-y: auto; height:100%; max-height:60vh; justify-content: flex-start;}
    .navbar .nav-toggler {position: fixed; left: 0; border-bottom-right-radius: calc(30px / 2);}
    .navbar .nav-inner {padding:5rem 2rem 4rem 2rem;}
    .navbar-nav .nav-item { font-size:1.2rem !important;}
    
    .navbar:not(.open) .navbar-brand img {left:0; width:100%; object-position:right; display:none;}
    .navbar .dropdown-menu {overflow:hidden;}
    .navbar .dropdown-menu.show { max-height: calc(100% - 40px);}
}

@media (max-width: 320px) {
    .navbar .nav-inner {padding:5rem 1rem 3rem 1rem;}
    .navbar-nav .nav-item { font-size:1rem !important;}
}








/***************** FOOTER-CSS2 *********************/
.footer-content { /* border-top:8px solid #002f87; */}
.footer-content * {border-color:rgba(255,255,255,0.2) !important; transition:.3s all; text-decoration:none !important;}
.footer-content .row:not(:last-child) {position: relative; padding:10px; margin:0 auto; max-width:1240px; }
.footer-content .row a:not(.btn):hover, .footer-content .row a:not(.btn):hover * {color:#002f87 !important;}
.footer-content .row > div:not(:last-child) {border-right: 1px solid;}
.footer-content .footer-contact {border-bottom: 1px solid;}
.footer-content .footer-menu ul {list-style:none; padding:0;}
.footer-content .footer-menu ul li a { padding:0;}
.footer-content .footer-menu ul li:hover { }
.footer-content .footer-social .footer-logo img {width:80%; max-width:350px; filter:contrast(0) brightness(100);}
.footer-content .footer-social .soc {display: flex; align-items: center;     justify-content: flex-end;}
.footer-content .footer-social .footer-soclink {padding:10px;}
.footer-content .ftr-icon {width:50px; margin-bottom:10px;}
.footer-content .nav-link:after, .footer-content .dropdown-menu {display:none !important;}

@media (max-width: 992px) {
    
}

@media (max-width: 767px) {
    .footer-content .row > div:not(:last-child) {border-right:none; border-bottom:1px solid; padding-bottom:2.5rem !important;}
    .footer-content .footer-social .soc {display: block; text-align:center; padding-bottom:2rem;}
    .footer-content .footer-social .footer-logo img {margin:0 auto; display:block; width:60%;}
}

