@font-face{font-family:'Poppins';src:url(../fonts/poppins-font/fontPoppins-ExtraLight.woff2) format("woff2");font-weight:200;font-style:normal;font-display:swap}
@font-face{font-family:'Poppins';src:url(../fonts/poppins-font/Poppins-ExtraBold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:'Poppins';src:url(../fonts/poppins-font/Poppins-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:'Poppins';src:url(../fonts/poppins-font/Poppins-Light.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:'Poppins';src:url(../fonts/poppins-font/Poppins-Black.woff2) format("woff2");font-weight:900;font-style:normal;font-display:swap}
@font-face{font-family:'Poppins';src:url(../fonts/poppins-font/Poppins-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:'Poppins';src:url(../fonts/poppins-font/Poppins-SemiBold.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:'Poppins';src:url(../fonts/poppins-font/Poppins-Thin.woff2) format("woff2");font-weight:100;font-style:normal;font-display:swap}
@font-face{font-family:'Poppins';src:url(../fonts/poppins-font/Poppins-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
header.fixed nav ul li.getQuoteBtn a {
    padding: 8px 15px;
    display: flex
;
    font-size: 16px;
    color: #2b5ba8 !important;
    border: #2b5ba8 solid 2px;
    border-radius: 15px 0 15px 0;
}
:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body,ul,ol,li,h1,h2,h3,h4,h5,h6,figure,p,span,strong{padding:0;margin:0;list-style:none;font-family:'ProximaNova-regular';font-weight:400;color:#666}
body,p{font-size:18px;line-height:22px;color:#3a3a3a}
body{overflow:hidden;overflow-y:auto}
body.active{overflow:hidden}
a,.btn,button{text-decoration:none;outline:none}
small{font-size:100%}
strong{font-weight:400}
.fr{float:right!important}
.topBtn{cursor:pointer}
.scrollBarHide::-webkit-scrollbar{display:none}
.container{padding:0 15px;margin:0 auto;width:1170px;display:block;position:relative;z-index:1}
.flotRight{float:right}
.img-responsive{max-width:100%;height:auto;max-height:100%}
.btnBox{margin-top:10px;display:flex;gap:15px}
.btn{padding:10px 15px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:400;cursor:pointer;border:0;font-size:16px;border-radius:5px;transition:.5s}
.btn img{height:35px}
.btn-primary{background:#2b5ba8;color:#fff;border:#2b5ba8 solid 2px;transition:.5s;position:relative;border-radius:15px 0 15px 0;width:max-content}
.btn-primary:hover{box-shadow:0 3px 6px 0 rgba(0,0,0,.16);transition:.5s}
.btn-secondary{background:#fff;color:#2b5ba8;border:#2b5ba8 solid 2px;transition:.5s;position:relative;border-radius:15px 0 15px 0;width:max-content}
.btn-secondary:hover{box-shadow:0 3px 6px 0 rgba(0,0,0,.16);background:#f7a201;color:#fff;transition:.5s}
.btn-whatsapp{background:#fff;color:#65b162;border:#65b162 solid 1px;transition:.5s;position:relative;border-radius:8px;font-weight:500}
.btn-whatsapp:hover{box-shadow:0 3px 6px 0 rgba(0,0,0,.16);transition:.5s}
h1,h2,h3{padding-bottom:10px;font-size:28px;font-weight:500}
.owlSlider .owl-theme .owl-nav .owl-prev{margin:0;width:40px;height:40px;position:relative;background:#00549E;border-radius:100px}
.owlSlider .owl-theme .owl-nav .owl-prev:after{content:"\e916";position:absolute;top:0;left:0;width:40px;height:40px;font-size:14px;color:#fff;font-family:'icomoon';display:flex;justify-content:center;align-items:center}
.owlSlider .owl-theme .owl-nav .owl-next{margin:0;width:40px;height:40px;position:relative;background:#00549E;border-radius:100px}
.owlSlider .owl-theme .owl-nav .owl-next:after{content:"\e917";position:absolute;top:0;right:0;width:40px;height:40px;font-size:14px;color:#fff;font-family:'icomoon';display:flex;justify-content:center;align-items:center}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#00549E}
.owlSlider .owl-theme .owl-nav{display:flex;gap:10px;justify-content:flex-end}
.owl-theme .owl-dots .owl-dot span{margin:5px;width:25px;height:8px}
header{display:block;width:100%;height:75px;position:fixed;top:0;left:0;z-index:10;transition:.3s}
header.fixed{background:#fff;box-shadow:0 3px 6px 0 #0000000f;transition:.3s}
header .container{display:flex;align-items:center;justify-content:space-between}
header .logoBox{padding:10px 0;display:block;height:75px;float:left}
header .logoBox a{display:flex;align-items:center;height:100%}
header nav{display:flex}
header nav ul{display:flex;align-items:center;gap:20px}
header nav ul li{display:flex}
header nav ul li a{display:flex;font-size:16px;color:#fff}
header nav ul li:hover a{text-decoration:underline}
header nav ul li.getQuoteBtn a{padding:8px 15px;display:flex;font-size:16px;color:#fff!important;border:#fff solid 2px;border-radius:15px 0 15px 0}
header nav ul li.getQuoteBtn a:hover{background:#f7a201;text-decoration: none;color:#fff!important}
header.fixed nav ul li a{color:#000}
#nav-toggle{display:none}
footer{padding:60px 0;display:block;text-align:left;background:#171A7C url(../images/footer-bg.png) no-repeat bottom left;background-size:100%}
footer h4{padding-bottom:10px;font-size:30px;color:#fff;line-height:30px;font-weight:600}
footer ul{display:flex;flex-wrap:wrap;gap:5px 0}
footer ul li{padding-right:15px;margin-right:15px;position:relative}
footer ul li:after{content:'';position:absolute;top:5px;right:0;width:1px;height:80%;background:#fff}
footer ul li a{color:#fff;font-size:14px;line-height:22px}
footer p{margin-top:15px;font-size:18px;color:#fff;width:480px;text-align:center}
.copyRight{padding:8px 0;background:#11126c;display:block}
.copyRight p{font-size:12px;color:#fff;text-align:center}
.mobileBtnBox{padding:10px;display:none;gap:15px;background:#fff;z-index:2;box-shadow:0 3px 6px 0 #000;position:fixed;bottom:0;left:0;width:100%}
.mobileBtnBox a{width:100%;text-transform:uppercase}
@media screen and (max-width:1024px) {
body,p,.btn{font-size:16px}
.container{width:100%}
#nav-toggle{padding:16px 10px 2px;margin:0;cursor:pointer;width:42px;height:38px;display:block;border:#1B1E27 solid 1px;border-radius:5px;transition:.5s}
#nav-toggle span,#nav-toggle span:before,#nav-toggle span:after{content:'';cursor:pointer;height:2px;width:20px;background:#1B1E27;position:absolute;display:block;border-radius:3px;transition:.5s}
#nav-toggle span:before{top:-7px}
#nav-toggle span:after{bottom:-7px}
#nav-toggle span,#nav-toggle span:before,#nav-toggle span:after{transition:all 200ms ease-in-out}
#nav-toggle.active span{background-color:transparent!important;transition:.5s}
#nav-toggle.active span:before,#nav-toggle.active span:after{top:0;transition:.5s}
#nav-toggle.active span:before{transform:rotate(45deg)}
#nav-toggle.active span:after{transform:rotate(-45deg)}
header nav{position:absolute;top:74px;right:0;background:#1c1e27f0;height:100vh;width:100%;justify-content:flex-end;transition:.5s;display:none}
header nav.active{right:0;transition:.5s;display:flex}
header nav ul{width:100%;max-width:300px;flex-direction:column;background:#fff;height:100%;gap:0px;}
header nav ul li{display:block;border-bottom:#ccc solid 1px; width: 100%;}
header nav ul li a{ padding:0 15px;display:block;line-height:50px;color: #000;}
header nav ul li.getQuoteBtn a{margin:15px;line-height:32px;justify-content:center;}
}
@media screen and (max-width:540px) {
header{height:65px}
header .logoBox{height:auto}
header .logoBox a{height:45px}
header nav{top:65px;}
footer{padding:60px 0 30px}
.mobileBtnBox{display:flex}
}