/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Italiana&family=Montserrat:wght@300;400;500;600;700&display=swap');

/* font-family: 'Italiana', serif; */



:root {--darkBlue: #0A1933;--blue: #005fbb;--white: #fff;--orange:#f3c78a;--black:#000; --grey:#f8f8f8;--yellow:#fdc02d;}
::-webkit-scrollbar{width:7px;background-color:#aaa}
::-webkit-scrollbar-thumb{background-color:var(--darkBlue);}
::selection{background:#222;color:#fff}
::-moz-selection{background:#222;color:#fff}
html {scroll-behavior:smooth; font-size:14px;}
body {font-family: 'Montserrat', sans-serif;    line-height: 1.4; color: #4d4d4f;}
ul, li {margin: 0; padding: 0; list-style: none;}
a {color: inherit; text-decoration: none;}
.fadeAnim {transition: all 0.3s ease-in-out;}
@media (min-width:1600px) {html {font-size:16px} .container {max-width:1520px}}
@media (min-width:1800px) {html {font-size:18px} .container {max-width:1720px}}

.blueColor{color: var(--blue);}

.headerBtns, .headerBtns a{font-size: .9rem; color: #fff;}
.headerBtns a:hover{color: #f3c78a;}
.headerBtns i:before{font-size: 1.2rem;}

h2.title {font-family: 'Italiana', serif; font-size: 3rem; color: #000;  margin-bottom: 25px;}
/* h2.title span {display: table; font-weight: 700; padding-right: 20px; position: relative;}
h2.title span:before {content: ''; position: absolute; top: 50%; left: 100%; transform: translateY(-50%); width: 100px; height: 2px; background: var(--darkBlue);} */
@media (max-width:1400px){
    h2.title {font-size: 2.1rem;}
    h2.title span {padding-right: 15px;}
    h2.title span::before{width: 80px;}
} 
@media (max-width:991px){
    h2.title {font-size: 2rem;}
    h2.title span {padding-right: 15px;}
    h2.title span::before{width: 80px;}
} 
@media (max-width:768px){
    h2.title {font-size: 1.8rem;}
    h2.title span::before{width: 50px;}
} 
@media (max-width:575px){
    h2.title {font-size: 1.5rem;}
    h2.title span::before{width: 30px;}
} 

h2.titleWhite {color: var(--white);}
h2.titleWhite span:before {background: var(--white);}

.orangeBtn {background: var(--orange); padding: 5px 10px; min-width: 150px; color: var(--white);text-align: center; border-radius: 3px; display: block; text-transform: capitalize; transition: all 0.3s ease-in-out;}
.orangeBtn:hover {background: var(--yellow); color: #000; transition: all 0.3s ease-in-out;}
@media (min-width:1600px){
    a.orangeBtn {min-width: 200px; padding: 10px;}
} 

/* swiper pagination */
.swiper-pagination {position: relative; margin-top: 25px; text-align: left; left: 10% !important; bottom: 30% !important;}
.swiper-pagination-bullet {width: 20px; height: 2px; background: #000; border-radius: 0;}
.swiper-pagination-bullet-active{width: 40px;}

@media (max-width:768px){
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{margin-top: 0; bottom:25px; left: 15px;}

    .swiper-pagination{left: 4% !important ; margin-bottom: 20px;}
}


.whiteArw {color: var(--white);}
.blueArw{color: var(--darkBlue);}

.greyBg {background: var(--grey);}
.blueBg {background: var(--darkBlue); color: var(--white);}

/* header */
header {position: sticky; top: 0; left: 0; right: 0; background: var(--darkBlue); z-index: 1000; }
header.fixedHeader {box-shadow: 0 2px 5px rgb(0 0 0 / 15%);}
.logo { display: block; padding: 10px 0; position: relative; z-index: 1; width: 100%; max-width: 190px; height: 100%;}
.headContact {display: flex; align-items: center;}
.headContact span {width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; border: 1px solid #000; border-radius: 100%; margin-right: 10px;}
.headContact span svg {width: 16px; height: 16px; fill: #fff;}
header a{color: #fff;}
@media (min-width:1400px){
    .logo {max-width: 250px;}
    .headContact span {width: 35px; height: 35px;}
    .headContact span svg {width: 20px; height: 20px;;}
}
@media (min-width:1800px){
    .logo {padding: 25px 0; max-width: 300px;}
}
@media (max-width:1200px){
    header {padding: 10px 0;border-bottom: 1px solid #ededed;}
    .logo {padding: 5px 0; background: none}
}
@media (max-width:575px){
    .logo {max-width: 180px;}
}

 
/* menu */
/* .menuBox::before {content: '';position: absolute; bottom: 0;left: 0;width: 100%; height: 45px; background: var(--blue); z-index: -1;} */
.menuList {display: flex; justify-content: end; border-bottom: 1px solid #fff; margin-bottom: 15px;}
.menuList > li > a {display: block; color: var(--white); font-size: 0.9rem; position: relative; text-transform: uppercase;}
.menuList li a {display: block;}
.menuList > li > a:hover{color: #f3c78a;}
@media (min-width:1200px){
.menuList > li {margin: 0 12px;}
.menuList > li:first-child {margin-left: 0;}
.menuList > li:last-child {margin-right: 0;}
.menuList > li > a { padding: 0 0 8px;}
}

@media (min-width:1600px){
.menuBox::before {height: 53px;}
.menuList > li {margin: 0 25px;}
.menuList > li > a {padding: 15px 0;}
}

@media (min-width:1800px){
.menuBox::before {height: 65px; }
.menuList > li {margin: 0 40px;}
.menuList > li > a {padding: 20px 0;}
}

.megaMenu_box {background: var(--white); position: fixed; left: 0; width: 100%; padding: 30px; box-shadow: 0 20px 20px rgb(0 0 0 / 15%); display: none;}
.menuTitle {border-bottom: 1px solid #ddd; padding-bottom: 20px; margin-bottom: 20px; display: flex; align-items: center;}
.menuTitle img, .menuTitle svg {width: 25px; height: 25px; margin-right: 10px;}
.menuTitle h6 {font-weight: 600; font-size: 1.1rem; text-transform: uppercase; margin: 0; color:var(--darkBlue); }
.megaMenu_list li a{margin: 15px 0; transition: all 0.3s ease-in-out;}
.megaMenu_list li a:hover {color: var(--orange); transition: all 0.3s ease-in-out;}

.menuBtn {width:30px;height:30px;position:relative;background:transparent;border:0}
.menuBtn span {width:100%;height:2px;display:block;background:#fff;margin:auto;position:absolute;left:0;right:0;transition:all .25s ease-in-out;border-radius:2px}
.menuBtn span:nth-child(1) {top:15%}
.menuBtn span:nth-child(2), .menuBtn span:nth-child(3) {top:50%}
.menuBtn span:nth-child(4) {top:85%}
.menuBtn.active span:nth-child(1), .menuBtn.active span:nth-child(4) {width:0;top:50%}
.menuBtn.active span:nth-child(2) {-webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -o-transform:rotate(45deg); transform:rotate(45deg)}
.menuBtn.active span:nth-child(3) {-webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -o-transform:rotate(-45deg); transform:rotate(-45deg)}

@media (max-width:1200px){
.menuBox::before {display: none;}
.menuMain_wrp {max-width:600px;width:80%;height:100%;position:fixed;top:0;left:-120%;display:block;background:var(--darkBlue);transition:all .5s ease;padding:40px 0;box-shadow:20px 0 40px rgba(0,0,0,.5);overflow:auto;z-index: 1001;}
.menuMain_wrp.open {left: 0;}
.menuList {display: block;}
.menuList > li { position: relative; color: #fff; border-bottom: 1px solid rgba(255,255,255,.1);}
.menuList > li > a {font-size:1.2rem;color:#fff;padding:15px;display:block}
.menuList > li > a[role=button]:after {content:'+';float:right;font-size:1.4rem}
.menuList > li.open > a[role=button]:after {content:'-'}
.megaMenu_box {position: relative; box-shadow:none; padding:20px 10px; border-radius: 3px;}
.megaMenu_list li  a {color: #000;}
.menuTitle {padding-bottom: 12px; margin-bottom: 12px;}
}

@media (max-width:575px){
    .megaMenu_list li  a {margin: 10px 0;}

}

/*Search */
.searchBtn {width:22px;height:22px;border:0;background:transparent;color:#000;position:relative;padding:0;display: block;}
.searchBtn span {transition:all .2s ease}
.searchBtn span.circle {width:19px;height:19px;display:block;border:2px solid #fff;position:absolute;bottom:3px;left:0;border-radius:50%;transform:rotate(0deg);transform-origin:0% 50%}
.searchBtn span.line {width:8px;height:2px;display:block;background:#fff;position:absolute;bottom:0;right:1px;transform:rotate(45deg);transform-origin:100% 50%;border-radius:2px}
.searchBtn.active span.circle {width:100%;height:2px;border-radius:0;border:0;background:#fff;transform:rotate(-45deg);bottom:3px;left:3px}
.searchBtn.active span.line  {width:100%;bottom:3px;right:3px}
.searchWrapper {width:100%;height:300px;position:absolute;top:100%;left:0;background:var(--darkBlue);display:none;box-shadow:0 20px 20px rgb(0 0 0 / 15%);z-index: 2;}
.searchWrapper .searchForm {width:100%;max-width:1400px;height:60px;border:0}
.searchWrapper .searchSubmit {width:40px;height:40px;background:#000;color:#fff;border:0;padding:10px}
.searchWrapper .searchSubmit svg {width:100%;height:auto}
.searchWrapper .searchSubmit:hover {background:#fff;color:var(--blueColor)}
.searchWrapper .form-control {padding:10px;height:100%;font-size:2rem;font-weight:600;color:#fff;background:transparent;border:0}
.searchWrapper .form-control:focus {outline:none;box-shadow:none}
.searchWrapper .form-control::-moz-placeholder{color:inherit;opacity:.6}
.searchWrapper .form-control::-ms-input-placeholder{color:inherit;opacity:.6}
.searchWrapper .form-control::-webkit-input-placeholder{color:inherit;opacity:.6}
@media (max-width:1199.98px) {
.searchBtn {width:30px;height:30px}
.searchBtn span.circle {width:24px;height:24px;bottom:5px;border: 2px solid var(--darkBlue);}
.searchBtn span.line {width:11px;background: var(--darkBlue);}
.searchBtn.active span.circle {left:4px;background: var(--darkBlue);}
.searchBtn.active span.line {right:4px}
}

@media (min-width:575px) {
.searchWrapper .searchSubmit {width:60px;height:60px;padding:15px}
}
@media (min-width:1200px) {
.searchBtn {display:block}
}


.formBtn {background: var(--orange); color: var(--white); border: 0; width: 100%; height: 45px; font-weight: 600; text-transform: uppercase;}
.formBtn:hover {background: var(--yellow); color: #000;}

main {width: 100%; overflow: hidden!important; min-height: calc(100vh - 164px);}

/* footer */
.pageFooter {background:#0a1933;color:#fff;}
.footLogo {width:150px;height:auto}
.footAddress br {display:none}


.footLinkBox {}
.footLinkHead, .pageFooter h3 {font-size:1.1rem;text-transform:uppercase; display:block;padding:10px 0;position:relative; font-weight: normal;}
.footLinks {display:none}
.footLinks li {margin-bottom:10px}
.footLinks li a {transition:all .4s ease;position:relative;left:0}
.footLinks li a:hover {left:4px; color: var(--orange);}

.footLinkHead[role=button]:after {content:'';width:10px;height:10px;display:block;border-right:1px solid var(--white);border-bottom:1px solid var(--white);position:absolute;right:0;top:0;bottom:0;margin:auto;transform:rotate(-45deg);transition:all .4s ease}
.open .footLinkHead[role=button]:after {transform:rotate(45deg)}

.socialLinks {font-size:18px}
/* .socialLinks li:not(:last-child) {margin:0 10px 0 0} */
.socialLinks a {line-height:0;display:block;margin-right:10px;color:var(--white);text-align:center;background:transparent;transition:all .4s ease}
.socialLinks a:hover { color: var(--orange);}
.socialLinks a svg {width:20px;height:auto}

.newsletterForm {border-bottom:1px solid #fff;width:100%;min-height:40px;padding:3px 0}
.newsletterForm .form-control {font-weight:300}
.newsletterForm ::-moz-placeholder {color:#fff;opacity:1}
.newsletterForm ::-ms-input-placeholder {color:#fff;opacity:1}
.newsletterForm ::-webkit-input-placeholder {color:#fff;opacity:1}
.nlfBtn {width:40px;height:40px;background:transparent;border:0;transition:all .4s ease}
.nlfBtn:hover, .newsletterForm .form-control:focus ~ .nlfBtn {background:var(--blueColor)} 

.footBotm {border-top:1px solid #666;font-size:.9rem;color:#fff}
.footBotm a:hover {color:var(--orange)}
.footHeart {width:20px;height:20px;animation:heartBeats 1.5s ease infinite}

.scToTop {background:transparent;border:0;color:#fff;position:absolute;right:0;top:-55px;transform:rotate(-90deg);transform-origin:100% 100%;white-space:nowrap}
.scToTop svg {display:inline-block;width:20px;height:20px;margin-left:15px}

.sideSocialBox {width:30px;height:136px;background:rgba(145,145,145,.6);border-radius:10px 0 0 10px;position:fixed;right:0;top:0;bottom:0;margin:auto;z-index:500;padding:0}
.sideSocialBox:hover {background:rgba(145,145,145,.9)}
.sideSocialBox li {padding:0;margin: 0 !important}
.sideSocialBox li a {width:100%;height:34px;padding:10px 8px;border-radius:0;line-height:0;display:block}
.sideSocialBox li a:hover {transform:scale(1.3) translateX(-4px);border-radius:5px 0 0 5px}

.footBtn {border:0;background:transparent}
.footBtnTxt {position:relative;font-size:.8rem}
.footBtnTxt:after {content:'';width:8px;height:8px;display:block;position:absolute;top:110%;left:0;right:0;margin:auto;border-top:1px solid #fff;border-right:1px solid #fff;transform:rotate(-45deg);transition:all .4s ease}
.close .footBtnTxt:after {transform:rotate(135deg)}

.footVideo {width:90%;max-width:500px;height:auto;background:#111;border:7px solid #fff;position:fixed;bottom:2rem;right:2rem;z-index:501;box-shadow:0 20px 50px rgba(0,0,0,.3);}
.ftvideoHolder {width:100%;height:0;padding-bottom:56.25%;position:relative;}
.ftvideoHolder .ytIframe {width:100%;height:100%;display:block;position:absolute;top:0;left:0;}
.fvClose {width:40px;height:40px;display:block;background:#fff;color:#000;position:absolute;top:0;right:0;border:0;line-height:25px;box-shadow:inherit;font-size:1.4rem;transform:translateX(50%) translateY(-50%);}

/* .footContact {color: #000;} */
.footContact span {border: 0; width: auto; height: auto;}
.footContact span svg {width: 20px; height: 20px;}

@media (min-width:576px) {
.footLogo {width:230px}
.scToTop svg {width:30px;height:30px}
}
@media (min-width:768px) {
.footHeart {width:22px;height:22px}
.footAddress br {display:block}
.newsletterForm {max-width:400px}
.scToTop {transform-origin:100% 0;top:0;right:35px}

}
@media (min-width:1200px) {
.footLogo {width:180px}
.footLinkBox {border-bottom:unset}
.footLinks {display:block}
.footLinkHead {display:block;padding:0 0 15px 0; color: #fff;}
.footLinkHead[role=button]:after {display:none}
}
@media (min-width:1400px) {
.footLogo {width:200px}
}
@media (min-width:1600px) {
.footLogo {width:250px}
}
@media (max-width:768px) {
    /* .footBotm {border: 0;}  */
    
    }





/* animation css */
.animateThis {position:relative;will-change:opacity transform}
.slideLeft {opacity:0;-moz-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;-moz-transform: translate3d(50px, 0px, 0px);-webkit-transform: translate3d(50px, 0px, 0px);-o-transform: translate3d(50px, 0px, 0px);-ms-transform: translate3d(50px, 0px, 0px);transform: translate3d(50px, 0px, 0px)}
.slideLeft.in-view {opacity: 1;-moz-transform: translate3d(0px, 0px, 0px);-webkit-transform: translate3d(0px, 0px, 0px);-o-transform: translate3d(0px, 0px, 0px);-ms-transform: translate3d(0px, 0px, 0px);transform: translate3d(0px, 0px, 0px)}
.slideRight {opacity:0;-moz-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;-moz-transform: translate3d(-50px, 0px, 0px);-webkit-transform: translate3d(-50px, 0px, 0px);-o-transform: translate3d(-50px, 0px, 0px);-ms-transform: translate3d(-50px, 0px, 0px);transform: translate3d(-50px, 0px, 0px)}
.slideRight.in-view {opacity: 1;-moz-transform: translate3d(0px, 0px, 0px);-webkit-transform: translate3d(0px, 0px, 0px);-o-transform: translate3d(0px, 0px, 0px);-ms-transform: translate3d(0px, 0px, 0px);transform: translate3d(0px, 0px, 0px)}
.slideTop {opacity:0;-moz-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;-moz-transform: translate3d(0px, 50px, 0px);-webkit-transform: translate3d(0px, 50px, 0px);-o-transform: translate3d(0px, 50px, 0px);-ms-transform: translate3d(0px, 50px, 0px);transform: translate3d(0px, 50px, 0px)}
.slideTop.in-view {opacity: 1;-moz-transform: translate3d(0px, 0px, 0px);-webkit-transform: translate3d(0px, 0px, 0px);-o-transform: translate3d(0px, 0px, 0px);-ms-transform: translate3d(0px, 0px, 0px);transform: translate3d(0px, 0px, 0px)}
.fadeGrow {opacity:0;-moz-transition: all .7s ease;-webkit-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease;-moz-transform:scale(.5);-webkit-transform:scale(.5);-o-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}
.fadeGrow.in-view {opacity:1;-moz-transform:scale(1);-webkit-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.fadeIn {opacity:0;-moz-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease}
.fadeIn.in-view {opacity:1}

.loginSignupContainer{padding: 60px;}
.loginSignupContainer h2{font-size: 2.4rem;}
.okBtn{background: var(--darkBlue); color:#fff; padding: 6px 40px 6px 6px; position: relative;}
.okBtn:before{/*width: 20px; height: 1px; background: #fff;*/ position: absolute; right: 7px; top: 3px; content: '\27F6'; font-size: 1.3rem; }
.okBtn:hover{background: var(--orange); color:#000}


.fancybox__content>.carousel__button.is-close {top: 5px !important; right: 5px !important; color: #000 !important;}
.carousel__button svg{stroke: #000;}

.footerForm .form-control{background: none; border: 0; border-bottom: 1px solid #1E2C45; padding: 0 0 8px 0;}
.footerForm .form-control::placeholder{color: #D9D9D9;}
.footerForm .form-control:focus{box-shadow: none; color: var(--orange);}
.footerForm .submit{border: 1px solid #1E2C45; padding: 0; line-height: 30px; color: #fff; background: none;}
.footerForm .submit:hover{background: var(--orange); color: #000 !important;}



@media (max-width: 767.98px) {
#filterdesk{  
   width: 100%;
   /* position: fixed; */
   position: fixed;
   display: none;
   z-index:9999;   
   max-height: 80vh;
   overflow-y: auto;
   transition: all 0.4s ease-in-out;  
   bottom: 70px;
   left: 0;
}}



@media (max-width: 575.98px) {
    #filterdesk{  
       width: 100%;
       position: fixed;
       display: none;
       z-index:9999;   
       max-height: 80vh;
       overflow-y: auto;
       transition: all 0.4s ease-in-out;  
       bottom: 70px;
    }}
    



@media (min-width: 768px) { 
    .filterBox {display: none;}
 }
 
