@import url('../../../css2');
@import url('../../../css2-1');

/*Main Css */
::selection{background:rgb(226,143,38);color:#fff;text-shadow:none;}
::-webkit-scrollbar{width:5px;background-color:#F5F5F5;}
::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment{display:none;}
::-webkit-scrollbar-track-piece{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#fff;}
::-webkit-scrollbar-thumb:vertical{border-radius:10px;background-color:rgb(226,143,38);}
a{text-decoration:none;}
a:hover{text-decoration:none;}
a:focus{outline:none;text-decoration:none;}
figure{margin-bottom:0}
img{border:0px;outline:none;}
ul{padding:0px;margin:0px}
ul,li{list-style-type:none;}
.relative{position:relative;}
.absolute{position:absolute;}
*:hover,*:focus,*{outline:none!important;}
a:hover{text-decoration:none;}
[class^="box-"]{display:none}
[class^="box-"].showfirst{display:block}
html{scroll-behavior:smooth;}
body{font-family:'Work Sans';font-size:16px;line-height:normal;color:#000000;}
h1,h2,h3{display:block;font-weight:normal;font-family:"Sitkab";}
h5,h6{font-family:'Work Sans'}
img{max-width:55%;height:auto;}
a,input[type="submit"]{-webkit-transition:all 0.4s ease-In-out;-moz-transition:all 0.4s ease-In-out;-o-transition:all 0.4s ease-In-out;transition:all 0.2s ease-In-out;cursor:pointer;display:block;font-family:'Work Sans';}
span{display:inline-block;}
textarea,select,input[type],textarea,select,button{background:transparent;border:none;border-radius:0px;font-weight:400;}
::-webkit-input-placeholder{color:#a3a3a3;font-weight:400;}
::-moz-placeholder{color:#a3a3a3;font-weight:400;}
:-ms-input-placeholder{color:#a3a3a3;font-weight:400;}
:-moz-placeholder{color:#a3a3a3;font-weight:400;}
.cta-btn{display:flex;align-items:center;column-gap:30px;}
.btn-size{padding:12px 26px;color:#1a65a7;font-size:20px;font-family:'Sitka';transition:0.5s;border: 1px solid #0c1a36;}
.btn-size:hover{background:#000;color:#fff;border-color:#fff;transform:translateY(-10px);}
.btn-yellow{background-color: #fff;color:#1A65A7;}
.btn-border{border-color:#fff;}
.btn-white{background:#fff;color:#1A65A7;border-color:#1A65A7;}
.btn-green{background-color: #1A65A7;color:#fff;border-color: #1A65A7;}

/* Custom Slick Css */
.slick-list{padding:8px 0 100px 0;}
.slick-slide{margin:0 15px;}
.slick-dots{padding:50px 0 0;text-align:center;}
.slick-dots li{margin:0 20px 0 0px;width:auto;display:inline-block;vertical-align:middle;overflow:hidden;padding:0px;border:none;}
.slick-dots li button:before,.slick-dots li button:before{color:#FFF;opacity:1;font-size:20px;}
.slick-dots li button{height:8px;width:8px;border-radius:50%;padding:0px;background:#d6d6d6;border:none;cursor:pointer;font-size:0px;padding:0px;-webkit-transition:all 0.4s ease-In-out;-moz-transition:all 0.4s ease-In-out;-o-transition:all 0.4s ease-In-out;transition:all 0.4s ease-In-out;box-sizing:border-box;}
.slick-dots li.slick-active button{background:#f3c919;width:11px;height:11px;}

/*header css*/
header.header{position:relative;top:0;left:0;width:100%;height:auto;z-index:9999;margin:0 auto;background-color:#fff;padding:10px 0;}
header.header.darkHeader{position:fixed;background:#ffffffeb;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);}
header.header.darkHeader img{width:150px;}
.wrapper{display:flex;align-items:center;justify-content:space-between;}
.menu-item{position:relative;display:inline-block;margin-right:1.5rem;}
.menu-link{display:flex;justify-content:center;align-items:center;-moz-column-gap:0.25rem;column-gap:0.25rem;cursor:pointer;transition:all 0.3s ease-in-out;font-style:normal;font-weight:600;font-size:16px;line-height:26px;color:rgba(0,0,0,0.81);}
.menu-link > i.bx{font-size:1.35rem;line-height:1.5;color:inherit;}
.menu-link:hover{outline:none;color:#e18e25;}
.submenu{position:absolute;top:2rem;left:-2rem;min-width:15rem;height:auto;padding:0 1rem 1rem;opacity:0;visibility:hidden;transform:translateY(1rem);border-radius:0 0 0.25rem 0.25rem;border-top:4px solid #fe9800;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);background-color:#ffffff;transition:all 0.3s ease-in-out;}
.submenu li{display:block;margin-top:0.75rem;}
.submenu-link{cursor:pointer;transition:all 0.35s ease;font-weight:500;font-size:13px;line-height:20px;color:#000;}
.submenu-link:hover{color:#e18e25;}
.burger{position:relative;display:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:1.6rem;height:1.15rem;opacity:0;visibility:hidden;background:transparent;}
.burger-line{position:absolute;display:block;right:0;width:100%;height:2.1px;opacity:1;border:none;outline:none;border-radius:1rem;background:#060709;}
.burger-line:nth-child(1){top:0px;}
.burger-line:nth-child(2){top:0.5rem;width:70%;}
.burger-line:nth-child(3){top:1rem;}
header.header .overlay{position:fixed;top:0;left:0;height:100%;width:100%;z-index:9;opacity:0;visibility:hidden;transition:all 0.35s ease-in-out;background-color:rgba(0,0,0,0.65);}
.header .navbar{display:contents;}
.navbar ul#menu{}
.navbar ul#menu li.menu-item:last-child{margin-right:0;}
.header .brand{}
.header .brand img{width: 29%;}
.navbar ul.header-button{}
.navbar ul.header-button li a.btn-size{box-shadow:0px 4px 8px rgba(0,0,0,0.25);padding:8px 15px;font-size:13px;line-height:20px;}
li.menu-item.active{}
li.menu-item.active .menu-link{color:#fe9800;}
.navbar ul.header-button li{align-items:center;column-gap:10px;}
.navbar ul.header-button li img{
    filter: brightness(0) saturate(100%) invert(9%) sepia(12%) saturate(7498%) hue-rotate(200deg) brightness(86%) contrast(97%);
    animation: bounceIn 3s ease-out infinite;
}
.navbar ul.header-button li .header-cta-head{}
.navbar ul.header-button li .header-cta-head h5{font-size:15px;color:#333333;font-weight:400;line-height:20px;}
.navbar ul.header-button li .header-cta-head a{color:#000000;font-size:18px;font-weight:500;font-family:'Sitkab';}
.navbar ul.header-button li .header-cta-head a:hover{color:#fe9800;}

/*header css*/

/* Main Banner CSS */
.main-banner{background:url('../images/main-banner.png');background-repeat:no-repeat;background-size:cover;background-position:inherit;display:flex;align-items:center;position:relative;padding:100px 0;}
.main-banner .img-wrap{text-align:center;position:relative;margin-top:-50px;}
.main-banner .img-wrap span{position:absolute;}
.main-banner .img-wrap span img{max-width:inherit;}
.main-banner .img-wrap span.one{}
.main-banner .img-wrap span.two{right:-180px;top:180px;}
.main-banner .img-wrap span.three{top:130px;left:230px;}
.main-banner .img-wrap span.four{top:400px;left:350px;}
.main-banner .img-wrap span.five{right:-220px;top:100px;}
.banner-head h1{font-size:45px;color:#0b2823;font-weight:bold;line-height:62px;position:relative;}
.banner-head h1 b{color: #1A65A7;font-weight:bold;}
.banner-head h1 span{position:absolute;right:0;bottom:-10px;}
.banner-head h1 strong{position:absolute;font-family:'Sacramento',cursive;color: #0a1937;font-size:60px;font-weight:500;right:140px;top:7px;}
.banner-head h4{color:#0b2823;font-size:18px;font-weight:600;font-family:'Work Sans';padding:5px 0px 15px;}
.rotate-text{transform:rotate(-90deg);position:absolute;left:-235px;display:flex;align-items:center;justify-content:center;top:0;bottom:0;text-transform:uppercase;font-size:14px;color:#0b2823;pointer-events:none;}
.banner-head{position:relative;}
.banner-head p{color:#0b2823;font-size:16px;line-height:24px;}
.review-logo-list{display:flex;align-items:center;column-gap:45px;}
.main-banner .cta-btn{margin:35px 0px;}
.main-header{padding:18px 0px;}
.prof-mark-sec{background:url('../images/mark-ser-banner.png');padding: 0px 0 60px;background-repeat:no-repeat;background-size:cover;position:relative;}
.client-logo-list{display:flex;align-items:center;justify-content:center;column-gap:100px;margin-bottom:40px;}
.form-list{display:flex;align-items:center;column-gap:15px;position:relative;justify-content:center;}
.mark-ser-img{position:absolute;right:0;bottom:-70px;}
.prof-mark-sec .banner-head{margin:80px 0 0 0;}
.mid-form-sec{background:url('../images/mid-form-banner.png');padding:40px 0px;background-repeat:no-repeat;background-size:cover;}
.banner-head-white p{color:#fff;padding:0 0 20px 0;}
.banner-head-white h1{color:#fff;}
.banner-head-white h1 b{color:#fff;}
.banner-head-white h4{color:#fff;}
.input-box-mid-form input{border-width:1px;border-color:rgb(255,255,255);border-style:solid;background-color:rgb(255,255,255);width:240px;height:50px;border-radius:30px;padding:0 10px 0 40px;}
.input-box-mid-form{position:relative;}
.input-box-mid-form i{position:absolute;color:#999999;top:15px;left:15px;}
.mid-form-sec button{background-color:rgb(32,60,54);color:#fff;border-radius:30px;font-family:'Sitka';font-size:19px;transition:0.5s;border:1px solid rgb(32,60,54);height:50px;padding:0 22px;line-height:19px;}
.prof-mark-sec .row{position:relative;}
.promotion-ser-sec{background:url('../images/promotion-banner.png');background-repeat:no-repeat;background-size:cover;background-position:center;padding:80px 0px 80px;}
.promotion-ser-sec li.active{border-bottom:3px solid rgb(32,60,54);}
.promotion-ser-box-head h4{color:#333333;font-size:44px;font-weight:bold;line-height:54px;}
.promotion-ser-box-head p{color:#0b2823;font-size:16px;line-height:24px;padding:20px 0px 30px;}
.inner-tab-promotion-list{column-count:2;}
.mid-form-sec button i{vertical-align:middle;}
ul.inner-tab-promotion-list li{font-size:15px;font-family:'Sitka';font-weight:bold;padding:0 0 20px 0;display:flex;align-items:start;}
ul.inner-tab-promotion-list li i{padding:0 8px 0 0px;color: #1A65A7;}
.promotion-ser-sec-img{text-align:right;position:relative;z-index:1;}
.promotion-ser-sec-img::before{position:absolute;content:"";background-color:rgba(3,97,83,0);width:80%;height:80%;right:0;z-index:-1;top:-20px;}
ul.quality-sec-slider{margin:60px 0 0 0;}
.quality-slider-box-head{background-color:rgb(248,248,248);position:absolute;width:231px;height:200px;bottom:-60px;right:48px;border-left:6px solid rgb(67,37,90);transition:0.5s;}
.quality-slider-box-head-2{border-left:6px solid rgb(42,52,155);}
.quality-slider-box-head-3{border-left:6px solid rgb(240,126,113);}
.quality-slider-box-head-4{border-left:6px solid rgb(25,25,25);}
.quality-slider-box-head-5{border-left:6px solid rgb(67,37,90);}
.quality-slider-box-head-6{border-left:6px solid rgb(67,37,90);}
.quality-sec .slick-list{height:580px;width:1716px;}
.quality-slider-box{position:relative;}
.quality-sec .slick-arrow{font-size:0;position:absolute;cursor:pointer;}
.quality-sec .slick-arrow:before{font-family:FontAwesome;color:#333333;transition:.5s;font-size:16px;}
.quality-sec .slick-prev{bottom:30px;width:35px;height:35px;border:2px solid #333333;border-radius:50%;left:0;z-index:2;}
.quality-sec .slick-prev:before{content:"\f060";}
.quality-sec .slick-next{bottom:30px;right:initial;margin:auto;width:35px;height:35px;border:2px solid #333333;border-radius:50%;left:50px;}
.quality-sec .slick-next:before{content:"\f061";}
.process-sec{background-color:rgb(245,245,245);padding:140px 0px 270px;position:relative;}
.process-sec-head h3{color:#333333;font-size:45px;font-weight:bold;line-height:55px;}
.process-sec .row{align-items:center;gap:65px 0px;}
.process-sec-head p{color:#0b2823;font-size:16px;line-height:24px;}
.process-sec .row+.row{gap:50px;opacity:0;}
.process-sec .row+.row{}
.process-sec .row+.row{display:none!important;}
.process-sec-head{margin:0 0 60px 0;}
.process-box{background:#fff;border-radius:7px;padding:30px;position:relative;min-height:310px;transition:0.5s;border:1px solid #fff;}
.process-box span{border-radius:50%;background-color: #1A65A7;width:36px;height:36px;position:absolute;display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px;font-weight:bold;bottom:-18px;right:20px;}
.process-box h4{color:#0b2823;font-size:18px;font-weight:bold;padding:15px 0px 10px;height:70px}
.process-box p{color:#0b2823;font-size:15px;line-height:22px;height:110px;overflow-y:auto;}
.process-sec .process-sec-head h3{padding:20px 0 0 0;position:relative;}
.process-sec .process-sec-head h3::before{position:absolute;content:"";background-color: #1A65A7;width:63px;height:4px;top:0;left:0;}
.promotion-ser-sec-head{text-align:center;margin:0 0 60px;}
.promotion-ser-sec-head h3{color:#333333;font-size:45px;line-height:55px;font-weight:bold;position:relative;width:fit-content;display:table;margin:auto;}
.promotion-ser-sec-head p{color:#0b2823;font-size:16px;line-height:24px;padding:15px 0 0 0;}
.promotion-ser-sec-head h3 span{font-family:'Sacramento',cursive;color: #0e1a35;font-size:65px;font-weight:500;right:-120px;top:0;position:absolute;}
.promotion-ser-tab-list{display:flex;align-items:center;justify-content:space-between;margin:0 0 60px 0;border-bottom:1px solid rgb(51 51 51 / 12%);gap:20px;}
.promotion-ser-tab-list li{padding:0 0 20px 0;cursor:pointer;}
.prof-mark-sec .banner-head h1 span{top:0;right:230px;}
.mid-form-banner-plane{position:absolute;right:-160px;top:60px;}
.quality-sec{padding:70px 0px;position:relative;overflow:hidden;}
.quality-sec h3{color:#333333;font-size:45px;font-weight:bold;line-height:55px;}
.prof-mark-sec .banner-head h1 strong{right:360px;}
.quality-slider-box-head h4{color:#333333;font-size:17px;font-weight:bold;padding:25px 0 5px 20px;transition:0.5s;height:70px;}
.quality-slider-box-head p{font-size:13px!important;line-height:20px!important;padding:0 0 0 20px;transition:0.5s;height:80px;overflow-y:auto;}
.quality-sec .row{align-items:center;}
.quality-sec p{color:#0b2823;font-size:16px;line-height:24px;}
.quality-slider-box-head a{display:table;margin-left:auto;padding:0 15px 0 0px;position:absolute;bottom:10px;right:10px;}
.quality-slider-box-head img{mix-blend-mode:darken;display:none;}
.portfolio-sec{background:url('../images/cat-banner.png');background-repeat:no-repeat;background-size:cover;display:flex;align-items:center;background-position:center;overflow:hidden;position:relative;padding:80px 0;}
.folio-inner-img{position:absolute;top:-340px;right:-390px;}
.folio-inner-img img{max-width:fit-content;}
.portfolio-sec .row{position:relative;}
.portfolio-sec-head h3{color:#333333;font-size:45px;font-weight:bold;line-height:55px;}
.portfolio-sec-head p{color:#0b2823;font-size:16px;line-height:24px;padding:15px 0 30px 0;}
.portfolio-sec-tab li{margin:0 0 30px 0;color:hsl(170deg 57% 10% / 80%);font-size:20px;font-family:'Sitka';cursor:pointer;font-weight:bold;position:relative;transition:0.5s;}
li.active{}
ul.portfolio-sec-tab li.active{left:40px;position:relative;transition:0.5s;}
ul.portfolio-sec-tab li.active::before{content:"";background-color:rgb(18,56,50);position:absolute;width:38px;height:5px;top:0;bottom:0;margin:auto;left:-80px;transition:0.5s;}
.big-head-text{position:absolute;bottom:-70px;color:rgb(19 44 35 / 20%);font-size:177px;font-weight:bold;}
.cta-sec{background:url('../images/cta-banner.png');background-repeat:no-repeat;background-size:cover;background-position:center;position:relative;display:flex;align-items:center;height:368px;z-index:1;}
.cta-banner-img-2{position:absolute;right:-100px;bottom:50px;width:auto;}
.cta-sec .row{align-items:center;}
.cta-sec-head h3{color:#fff;font-size:40px;line-height:50px;font-weight:bold;}
.cta-sec-head p{color:#fff;font-size:16px;line-height:24px;padding:10px 0px;}
.cta-sec .row{position:relative;}
.cta-img{position:relative;top:80px;left:-60px;}
.cta-img img{max-width:fit-content;}
.bestselling-cta{position:relative;z-index:1;}
.cta-banner-2-img{position:absolute;right:-90px;top:-130px;z-index:1;width:auto;}
.bestselling-cta .row{position:relative;}
.bestselling-cta::before{background:#1A65A7;position:absolute;content:"";height:315px;width:80%;border-radius:0px 157px 157px 0;}
.bestselling-cta::after{content:"";background-color:rgb(254,152,0);position:absolute;width:541px;height:315px;border-radius:157px;top:0;right:315px;}
.bestselling-cta .cta-sec-head p{font-size:15px;line-height:22px;}
.bestselling-cta .cta-sec-head{padding:50px 0 0 0;}
.testi-img-box{display:flex;align-items:center;position:absolute;bottom:0;}
.testi-sec{padding:150px 0 0 0;background:url('../images/testi-banner.png');min-height:550px;position:relative;overflow:hidden;}
.coma{position:absolute;top:-6px;}
.testi-box{border-radius:7px;background-color:rgb(255,255,255);padding:30px;transition:0.5s;position:relative;top:100px;}
.testi-box p{color:rgb(11 40 35 / 80%);font-size:14px;line-height:20px;}
.testi-box h5{font-size:18px;font-weight:500;padding:15px 0 0 0;}
.slick-current .testi-box{top:0;}
.testi-img-box li:nth-child(1){left:0;}
.testi-img-box li{left:-20px;position:relative;}
.testi-img-box li:nth-child(2),.testi-img-box li:nth-child(3){left:-20px;}
.testi-img-box li:nth-child(2){}
.testi-img-box li:nth-child(3){left:-40px;}
.testi-img-box li:nth-child(4){left:-60px;}
.slick-dots{padding:0;position:absolute;left:-470px;bottom:80px;}
.slick-dots li.slick-active button{width:24px;height:11px;border-radius:5px;background: #0c1a36;}
.slick-dots li button{height:12px;width:12px;background:#cccbc8;}
.testi-banner-img{position:absolute;left:0;right:0;margin:auto;bottom:-199px;display:none;}
.testi-bf-img{position:absolute;right:0;bottom:0;top:0;left:0;margin:auto;}
.map-box img{width:973px;height:592px;object-fit:cover;}
.footer-form-box{padding:90px 150px 90px 50px;}
.footer-form-box h4{color:#333333;font-size:45px;font-weight:bold;line-height:55px;padding:0 0 45px 0;}
.footer-form-box input{border-bottom:2px solid rgb(0 0 0 / 20%);width:100%;padding:0 0 10px 0;color:rgb(102,102,102);margin:0 0 60px 0;}
.footer-form-box input::placeholder{color:rgb(102,102,102);}
.footer-form-box select{border-bottom:2px solid rgb(0 0 0 / 20%);width:100%;padding:0 0 10px 0;color:rgb(102,102,102);margin:0 0 60px 0;}
.footer-form-box button{background-color:rgb(254,152,0);padding:20px 26px;color:#fff;font-size:20px;font-family:'Sitka';transition:0.5s;border:1px solid rgb(254,152,0);}
.mid-form-sec button:hover{background:none;}
.footer-form-box button:hover{background:none;color:#333333;}
.map-box{font-size:0;}
input.sign-btn3{background-image: #3293fc;color:#000;border:0 solid #d10210;font-size:23px;padding:8px 0;width:100%;font-family:Teko,sans-serif;border-radius:6px;letter-spacing:1px;cursor:pointer;}
.fom3{height:50px;}
.process-box:hover{background: #1A65A7;border-color: #1A65A7;}
.quality-slider-box-head h4:hover,.quality-slider-box-head p:hover{color:#fff;}
.quality-slider-box-head:hover h4,.quality-slider-box-head:hover p{color:#ffff;}
.quality-slider-box-head-3:hover{background:rgb(240,126,113);}
.quality-slider-box-head-4:hover{background:rgb(25,25,25);}
.quality-slider-box-head-1:hover{background:rgb(67,37,90);}
.process-box:hover h4{color:#ffff;}
.process-box:hover p{color:#fff;}
.process-box:hover img{filter:brightness(0) invert(1);}
.quality-slider-box-head-2:hover{background:rgb(42,52,155);}
.footer-sec .row+.row{padding:20px 0 0 0;border:0;}
.copyright-box p{}
.term-list li a{color:#fff;font-family:'Work Sans';}
.thankyou-banner{background:url('../images/promotion-banner.png');min-height:554px;display:flex;align-items:center;justify-content:center;text-align:center;}
.thankyou-banner h1{font-size:150px;font-family:'Sacramento',cursive;color:#fe9800;padding:0 0 40px 0;}
section.thankyou-banner p{color:color:#0b2823;font-size:16px;line-height:24px;}
section.thankyou-banner p{color:#0b2823;font-size:16px;line-height:24px;}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0;}
.main-privacy{padding:60px 0;}
.main-privacy h3{font-size:45px;font-weight:700;line-height:1.1;margin:20px 0;}
.main-privacy p,.main-privacy ul li{font-size:18px;line-height:30px;font-weight:400;}
.main-privacy ul li{list-style:disc;line-height:50px;}
ul.portfolio-sec-tab{margin-bottom:60px;}
ul.bullets{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:40px;}
ul.bullets li{flex:0 0 35%;color:#fff;position:relative;font-size:16px;font-weight:600;padding-left:20px;}
ul.bullets li:before{content:'\f111';position:absolute;left:0;color:#fe9800;font-size:10px;font-family:'Font Awesome 5';top:5px;}
.aboutpg{}
.aboutpg img.mark-ser-img{bottom:-50px;}
.aboutpg .banner-head.banner-head-white{margin-top:50px;}
.aboutpg ul.client-logo-list{border-bottom:1px solid rgb(62 78 74);padding-bottom:40px;margin-bottom:0;}
.who-sec{padding:60px 0 0;}
.who-sec h3{color:#333333;font-size:45px;line-height:normal;}
.who-sec ul{display:flex;flex-wrap:wrap;justify-content:space-evenly;align-items:center;gap:30px;margin-top:30px;}
.who-sec ul li{flex:0 0 18%;}
.who-sec ul li .content-wrap{background-color:rgb(245,244,242);border-radius:0 40px 0 40px;padding:100px 30px;border-top:5px solid #1f3a34;border-left:5px solid #1f3a34;}
.who-sec ul li .content-wrap img{}
.who-sec ul li .content-wrap p{font-size:16px;color:#282828;font-weight:400;line-height:22px;padding-top:20px;}
.who-sec ul li:nth-child(even){}
.who-sec ul li:nth-child(even) .content-wrap{border-bottom:5px solid #1f3a34;border-top:0;border-color:#e28f26;}
.who-sec ul.counter-sec{margin-top:100px;background:#fff;border-radius:40px 0 0 0;column-gap:0;justify-content:space-around;}
.who-sec ul.counter-sec li .counter-wrap{text-align:center;padding:30px 0;}
.who-sec ul.counter-sec li{position:relative;}
.who-sec ul.counter-sec li .counter-wrap span{display:block;}
.who-sec ul.counter-sec li .counter-wrap span h6.count{display:inline-block;font-size:60px;font-weight:700;color:#1A65A7;}
.who-sec ul.counter-sec li .counter-wrap span p{font-size:15px;line-height:24px;color:#1A65A7;}
.who-sec ul.counter-sec li .counter-wrap span  b{font-size:60px;font-weight:700;color:#1A65A7;}
.who-sec ul.counter-sec li:before{content:'';position:absolute;background:gray;width:2px;height:50%;right:-30px;top:0;bottom:0;margin:auto;opacity:0.4;}
.who-sec ul.counter-sec li:last-child:before{display:none;}
.industry-sec{padding:60px 0 200px 0;background:#1f3a34}
.industry-sec ul.industry-imgs{justify-content:center;column-gap:30px;display:flex;flex-direction:row;flex-wrap:nowrap;overflow:hidden;width:70%;margin:auto;margin-top:40px;}
.industry-sec ul.industry-imgs li{position:relative;width:170px;height:500px;display:flex;isolation:isolate;flex:1;transition:0.4s linear;}
.industry-sec ul.industry-imgs li img{width:100%;height:100%;object-fit:cover;filter:grayscale(1);}
.industry-sec ul.industry-imgs li .content-wrap{background:#00000080;z-index:5;position:absolute;display:block;top:0px;left:0px;height:100%;width:100%;}
.industry-sec ul.industry-imgs li .content-wrap h5{}
.industry-sec h3{color:#fff;font-size:45px;line-height:normal;}
.industry-sec ul.industry-imgs li:hover{}
.vertical{-ms-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-ms-transform-origin:right top 0;-moz-transform-origin:right top 0;-webkit-transform-origin:right top 0;transform-origin:center top 0;color:#fff;font-size:30px;white-space:nowrap;text-transform:uppercase;cursor:vertical-text;position:absolute;display:block;height:auto;direction:rtl;z-index:11;left:-50px;top:50%;}
.img-wrap{width:100%;height:100%;}
.industry-sec ul.industry-imgs li:hover{flex:5;}
.industry-sec ul.industry-imgs li:hover .content-wrap{background:#e28f26cf;width:30%;}
.industry-sec ul.industry-imgs li:hover .content-wrap h5.vertical{left:-70px;}
.industry-sec ul.industry-imgs li:hover img{filter:none;}
.aboutpg .bestselling-cta::after{background-color:rgb(32 60 54);right:200px;}
.aboutpg .bestselling-cta::before{background:#fe9800;}
.aboutpg .bestselling-cta .btn-yellow{background-color:rgb(32 60 54);}
.aboutpg .bestselling-cta .btn-yellow:hover{background-color:#000;}
footer {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    padding: 30px 0px 30px;
    background: #1A65A7;
}
footer p{color:#fff;font-size:16px;line-height:24px;font-weight:400;padding-top:15px;}
footer h4{line-height:45px;position:relative;color:#ffffff;font-size:30px;font-family:'Sitka';margin-bottom:40px;display:inline-block;}
footer h4:before{content:"";position:absolute;background:#637773;width:100%;height:2px;bottom:-10px;}
footer .footer-menu {
    margin-top: 110px;
}
footer .footer-menu li{}
footer .footer-menu li a{color:#fff;font-size:15px;line-height:31px;}
footer .footer-menu li a:hover{}
footer  .copyrights{margin-top:30px;padding-top:30px;border-top: 1px solid #ffffffa6;}
footer  .copyrights p{font-size:14px;font-weight:300;padding-top:0;}
footer  .copyrights ul.terms{column-gap:10px;}
footer  .copyrights ul.terms li{
    color: #fff;
}
footer  .copyrights ul.terms li a{color:#fff;font-size:15px;}
footer  .copyrights ul.terms li a:hover{}
footer .footer-menu li a:hover{color: #0c1a36;}
footer h4:after{content:"";position:absolute;background:#fff;width:20%;height:2px;bottom:-10px;left:0;}
ul.footer-social-list{display:flex;align-items:center;column-gap:20px;}
ul.footer-social-list li{}
ul.footer-social-list li a{color:#fff;width:40px;height:40px;display:flex;background: #0a1937;border-radius:50%;align-items:center;justify-content:center;transition:0.4s linear;}
ul.footer-social-list li a:hover{transform:translateY(-10px);}
footer .copyrights ul.terms li a:hover{color:#e28f26;}
.contact-banner{padding:150px 0;}
.contact-banner .img-wrap{margin-top:-100px;}
.contact-banner .img-wrap span.one{left:120px}
.contact-banner .img-wrap span.two{left:-80px;top:80px;}
.contact-banner .img-wrap span.two img{max-width:100%;width:70%;}
.contac-info{padding:60px 0;}
.contac-info .wrap{display:flex;align-items:center;justify-content:center;height:120px;}
.contac-info .wrap span{}
.contac-info .wrap span img{margin-right:15px;}
.contac-info .wrap span h4{color:#1A65A7;font-size:35px;font-family:'Sitkab';line-height:45px;}
.contac-info .wrap span a{color:#333333;font-size:18px;line-height:25px;font-weight:400;}
.border-wrap{position:relative;overflow:hidden;}
.border-wrap:before{content:'';position:absolute;display:block;margin-left:-20px;width:20px;height:120px;border-radius:12px / 125px;box-shadow:0 0 8px #0000005c;}
.border-wrap:before{left:0;}
.main-banner.service-banner{background-position:right;padding:150px 0;}
.main-banner.service-banner .img-wrap{margin-top:0;position:static;}
.main-banner.service-banner .img-wrap span.one{top:-20px;z-index:1;right:150px;}
.main-banner.service-banner .img-wrap span.one img{}
.content-sec{background:url('../images/texture-bg.html');background-repeat:no-repeat;background-size:cover;position:relative;background-position:center;padding:120px 0px 0;}
.content-sec .row{align-items:center;}
.content-sec figure{position:relative;text-align:center;}
.content-sec figure:before{content:'';position:absolute;background:url('../images/img-shade-01.html');width:203px;height:236px;right:70px;top:-30px;}
.content-sec figure:after{content:'';position:absolute;background:url('../images/img-shade-02.html');width:203px;height:236px;bottom:-20px;left:70px;}
.content-sec figure img{position:relative;z-index:1;}
.content-sec h6{color:#1A65A7;font-size:18px;font-family:'Sitka';font-weight:bold;}
.content-sec h3{color:#333333;font-family:'Sitka';font-weight:bold;font-size:40px;line-height:51px;}
.content-sec p{color:#0b2823;font-size:16px;line-height:24px;font-weight:400;padding:15px 0;}
.content-sec ul.bullets{margin:20px 0 40px;}
.content-sec ul.bullets li{padding-left:0;display:flex;align-items:center;column-gap:10px;flex:0 0 47%;}
.content-sec ul.bullets li span{}
.content-sec ul.bullets li span img{}
.content-sec ul.bullets li span i{color:#fe9800;}
.content-sec ul.bullets li span p{padding:0;color:#333333;font-size:20px;font-family:'Sitka';}
.content-sec ul.bullets li:before{display:none;}
.content-sec .who-sec ul.counter-sec{box-shadow:-2px -4px 20px 0px rgba(45,45,45,0.32);}
.content-sec .who-sec{padding-top:40px;}
.service-sec{padding:80px 0}
.service-sec h4{color:#333333;font-family:'Sitka';font-weight:bold;font-size:40px;line-height:51px;}
.service-sec p{color:#0b2823;font-size:16px;line-height:24px;font-weight:400;padding:15px 0;}
.service-sec ul.serv-tabs{border:1px solid #8080807a;margin:30px 0;}
.service-sec ul.serv-tabs li{color:#697775;font-size:15px;font-weight:500;background:#fbfaf7;padding:15px 5px;text-align:center;cursor:pointer;}
.service-sec .slick-slide.slick-current.slick-active li{color:#fff;background:#e28f26;}
.service-sec .slider-nav{margin:70px 0 0;display:flex;}
.service-sec .slider-nav figure{position:relative;text-align:center;}
.service-sec .slider-nav figure:after{content:'';position:absolute;background:url('../images/img-shade-02.html');width:203px;height:236px;bottom:-20px;right:90px;}
.service-sec .slider-nav figure img{position:relative;z-index:1;}
.service-sec .slider-nav h3{color:#333333;font-family:'Sitka';font-weight:bold;font-size:40px;line-height:51px;}
.service-sec .slider-nav p{opacity:0.8;}
.service-sec ul.serv-tabs .slick-list{padding:0;}
.service-sec button.slick-arrow{font-size:0;position:absolute;top:00px;}
.service-sec button.slick-prev:before{content:'\f053';left:-30px;}
.service-sec button.slick-arrow:before,.service-sec button.slick-next::before{font-size:20px;position:absolute;font-family:FontAwesome;color:#000;font-weight:700;top:15px;}
.service-sec button.slick-next.slick-arrow{right:0;}
.service-sec button.slick-next::before{}
.service-sec button.slick-next:before{content:'\f054';left:30px;}
.service-sec ul.serv-tabs .slick-slide{margin:0;}
.service-sec .slider-nav .row{display:flex!important;align-items:center;justify-content:space-between;}
.inner-services{padding:80px 0;background:#1A65A7;}
.inner-services h6{color:#1A65A7;font-size:20px;font-family:'Sitka';font-weight:bold;}
.inner-services h3{color:#fff;font-family:'Sitka';font-weight:bold;font-size:40px;line-height:51px;margin:10px 0 15px;}
.inner-services p{color:#b5bebc;font-size:16px;line-height:24px;font-weight:400;width:60%;margin:auto;}
.inner-services ul{margin-top:60px;text-align:center;}
.inner-services ul li{}
.inner-services ul li .wrap{border:1px solid #53a291;background-color:#23413a;padding:70px 20px;border-radius:100px 0 100px 100px;}
.inner-services ul li .wrap span{}
.inner-services ul li .wrap span img{width:100%;height:100%;object-fit:contain;}
.inner-services ul li .wrap span h4{color:#fff;font-size:18px;font-weight:bold;font-family:'Sitka';padding:10px 0;height:70px;}
.inner-services ul li .wrap span p{width:100%;font-size:15px;line-height:20px;height:60px;overflow-y:auto;}
.inner-services ul li .wrap span:first-child{width:40px;height:30px;}
.inner-services ul li .wrap.top-shape{border-radius:100px 100px 0 100px;}
.inner-services ul.slick-dots{width:max-content;display:flex;bottom:0;left:0;right:0;margin:auto;}
.inner-services .slick-dots li button{background:#47746b;}
.inner-services .slick-dots li.slick-active button{background:#fe9800;}
.facilities-sec{background:url('../images/texture-bg.html');background-repeat:no-repeat;background-size:cover;position:relative;background-position:center;padding:100px 0px;}
.facilities-sec h4{color:#333333;font-family:'Sitka';font-weight:bold;font-size:40px;line-height:51px;}
.facilities-sec p{color:#0b2823;font-size:18px;line-height:24px;font-weight:400;padding:15px 0;}
.facilities-sec .icon-wrap{position:relative;}
.facilities-sec .icon-wrap.border-b{padding:0;margin-bottom:20px;}
.facilities-sec .icon-wrap.border-b:before{content:'';position:absolute;background:url('../images/line-01.html');width:100%;height:5px;bottom:0;}
.facilities-sec .icon-wrap img{}
.facilities-sec .icon-wrap h3{color:#0b2823;font-size:22px;font-weight:600;line-height:30px;padding:15px 0;width:85%;height:90px;}
.facilities-sec .icon-wrap p{color:#0b2823;font-size:14px;line-height:20px;padding:0;width:80%;height:60px;overflow-y:auto;margin-bottom:30px;}
.facilities-sec .border-lr{position:relative;}
.facilities-sec .border-lr:before{content:'';position:absolute;background:url('../images/line-01.html');width:100%;height:5px;left:-260px;transform:rotate(90deg);bottom:-50px;}
.facilities-sec .border-lr:after{content:'';position:absolute;background:url(../images/line-01.html);width:100%;height:5px;right:-190px;transform:rotate(90deg);bottom:-50px;}
.main-banner.portfolio-banner{padding:150px 0;}
.main-banner.portfolio-banner figure{}
.main-banner.portfolio-banner figure img{position:absolute;bottom:-50px;right:0;}
.main-banner.portfolio-banner .banner-head{z-index:1;}
.portpg ul.client-logo-list{margin-bottom:0;}
.gallery-sec{padding:80px 0;margin-bottom:150px;}
.gallery-sec h4{color:#036153;font-family:'Sitka';font-weight:bold;font-size:40px;line-height:51px;}
.gallery-sec p{color:#0b2823;font-size:18px;line-height:24px;font-weight:400;padding:15px 0 70px 0;width:70%;margin:auto;}
.gallery-sec .gallery-wrap{display:block;position:relative;transition:0.2s linear;}
.gallery-sec .gallery-wrap img{}
.gallery-sec .gallery-wrap .content-wrap{position:absolute;bottom:30px;left:30px;}
.gallery-sec .gallery-wrap .content-wrap h3{color:#fff;font-size:25px;line-height:35px;}
.gallery-sec .gallery-wrap .content-wrap p{padding:0;width:100%;color:#fff;font-size:15px;line-height:normal;padding-right:150px;}
.gallery-wrap.right-wrap{margin-top:100px;}
.gallery-sec .gallery-wrap:hover{transform:translateY(-10px);}
ul.tiles-img{display:flex;align-items:center;justify-content:center;gap:40px;margin-top:50px;}
ul.tiles-img li{flex:0 0 10%;height:500px;-moz-transition:width 0.3s ease-in-out;-o-transition:width 0.3s ease-in-out;-webkit-transition:width 0.3s ease-in-out;transition:0.4s linear;}
ul.tiles-img li .img-wraps{position:relative;overflow:hidden;-moz-transition:width 0.3s ease-in-out;-o-transition:width 0.3s ease-in-out;-webkit-transition:width 0.3s ease-in-out;transition:width 1s ease-in-out;width:100%;height:100%;}
ul.tiles-img li .img-wraps img{width:100%;height:100%;object-fit:cover;filter:opacity(0.5) grayscale(1);}
ul.tiles-img li .img-wraps  .content-wraps{position:absolute;left:0;top:0;width:100%;height:100%;}
ul.tiles-img li .img-wraps  .content-wraps h5{color:#fff;font-size:30px;font-weight:700;white-space:nowrap;-webkit-transform:rotate(270deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);margin-top:240px;}
ul.tiles-img li:hover .img-wraps{}
ul.tiles-img li:hover{flex:0 0 30%;}
ul.tiles-img li:hover .img-wraps img{filter:unset;}
ul.tiles-img li:hover .img-wraps .content-wraps h5{}
ul.tiles-img li:hover .img-wraps .content-wraps{width:20%;background-color:rgb(238 172 73);}
ul.tiles-img li:last-child .img-wraps .content-wraps h5{margin-top:290px;}
ul.tiles-img li:nth-child(2) .img-wraps .content-wraps h5{margin-top:260px;}
ul.tiles-img li:nth-child(3) .img-wraps .content-wraps h5{margin-top:230px;}
ul.tiles-img li:nth-child(4) .img-wraps .content-wraps h5{margin-top:220px;}
ul.tiles-img li:nth-child(5) .img-wraps .content-wraps h5{margin-top:250px;}
.my-tabs{display:none;}
.my-tabs.current{display:block;}
.gallery-sec .port-wrap{background-color:#000;display:flex;align-items:center;justify-content:center;width:80%;margin:auto;margin-bottom:60px;padding:0px 20px 0;}
.gallery-sec .port-wrap span{}
.gallery-sec .port-wrap span img.book-img{width:160px;position:relative;top:40px;filter:drop-shadow(2px 4px 6px black);}
.gallery-sec .port-wrap span h5{line-height:1.1;font-size:25px;color:#333333;font-family:'Sitkab';}
.gallery-sec .port-wrap span p{width:85%;color:#0b2823;font-size:16px;line-height:24px;padding:5px 0;margin:inherit;font-weight:500;height:110px;}
.gallery-sec .port-wrap span img.star{top:0;width:auto;}
ul.port-tabs{align-items:center;justify-content:center;column-gap:30px;margin-bottom:60px;padding:20px;position:relative;}
li.current{}
ul.port-tabs li{color:#0b2823;font-size:15px;line-height:24px;font-weight:600;cursor:pointer;}
ul.port-tabs li.current,ul.port-tabs li:hover{color:#fe9800;}
ul.port-tabs:before{content:'';position:absolute;background-image:url(../images/portfolio/lines.html);width:70%;height:9px;top:0;left:0;right:0;margin:auto;background-size:cover;}
ul.port-tabs:after{content:'';position:absolute;background-image:url(../images/portfolio/lines.html);width:70%;height:9px;bottom:0;left:0;right:0;margin:auto;background-size:cover;}

.aboutpg .prof-mark-sec .banner-head h1 strong{right:320px;}
.aboutpg .prof-mark-sec .banner-head h1 span{right:180px;}
.mid-form-banner-plane{z-index:1;}
body.seopg .banner-head{width:85%;}
.inner-services .slick-list.draggable{padding-bottom:0;}
.gallery-sec .port-wrap span.img-b{flex:0 0 40%;}
.gallery-sec .my-tabs{}
.gallery-sec .my-tabs .col-lg-6:nth-child(even){margin-top:40px;}
.gallery-sec .port-wrap.bg-1{background-color:#baebff;}
.gallery-sec .port-wrap.bg-2{background-color:#ffe4c1;}
.gallery-sec .port-wrap.bg-3{background-color:#bbf7d9;}
.gallery-sec .port-wrap.bg-4{background-color:#fccdd8;}
.gallery-sec .port-wrap.bg-5{background-color:#ffe0cf;}
.gallery-sec .port-wrap.bg-6{background-color:#e2e2e2;}

.scroll-invisible ::-webkit-scrollbar{width:0px;background-color:transparent;}


input.swift-btn {
    background-color: rgb(32,60,54);
    color: #fff;
    border-radius: 30px;
    font-family: 'Sitka';
    font-size: 19px;
    transition: 0.5s;
    border: 1px solid rgb(32,60,54);
    height: 50px;
    padding: 0 22px;
    line-height: 19px;
}
input.swift-btn:hover {
    background: none;
}


input[type="submit"] {
    background-color: #1A65A7;
    padding: 20px 26px;
    color: #fff;
    font-size: 20px;
    font-family: 'Sitka';
    transition: 0.5s;
    border: 1px solid #0c1a36;
}


@import url(../../../css2-2);
.modal,.rev-modal{background:#101010b5}.popupMaintwo,.rev-modal{position:fixed;top:0;bottom:0;right:0;left:0;display:none}.pop-h h1,.pop-h h2{font-family:Teko,sans-serif!important}.fom3,.fom4,.sign-btn3{font-weight:600}.rev-modal{z-index:1050;overflow:hidden;outline:0;backdrop-filter:blur(3px)}.pop-h,.popupMaintwo{background-repeat:no-repeat}.popupMaintwo{background-image:url(../images/popup-left.webp);background-size:contain;width:780px;height:508px;padding:0 0 0 24px;border-radius:15px;margin:auto;z-index:999;align-items:center;background-color:#fff0}.white-back{border-radius:43px}.popupMaintwo .closePoptwo{position:absolute;right:5px;top:-13px;background:#df163b;color:#fff;width:35px;height:35px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:17px;font-weight:600;z-index:1;opacity:1}.pop-h{background-image:none;padding:21px 17px;background-size:cover;border: 3px solid #3293fc;border-radius:14px;background-color:#000}.pop-h h1{font-size:30px;color:#fff;font-weight:400!important;padding:0;line-height:18px}.pop-h h2{font-size:40px!important;color: #3293fc;font-weight:400}.fom3-back{background-color:#f1f1f1;margin:6px 1px 0;padding:1px 14px;border-radius:6px;width:100%}.pop-li li{display:inline-block}.fom3{font-size:15px;padding:6px 2px;width:80%;background-color:#00ffff00;border:none;outline:0}.fom4-back{width:100%;background-color:#f1f1f1;margin:8px 1px;padding:7px 8px;border-radius:6px}.fom4{padding:0 2px;width:92%;background-color:#00ffff00;border:none;outline:0;height:152px}textarea{overflow:hidden;resize:none}.text-center{text-align:center!important}.sign-btn3{background-image:linear-gradient(#e0971b,#fba91e,#e0971b);color:#000;border:0 solid #d10210;font-size:23px;padding:8px 0;width:100%;font-family:Teko,sans-serif;border-radius:6px;letter-spacing:1px;cursor:pointer}.sign-btn3:hover{background:#000;color:#fff}@media (max-width:767px){.pop-h h2{font-size:30px!important}}



html {
    overflow-x: hidden;
}

.process-box img {
    filter: brightness(0) saturate(100%) invert(9%) sepia(12%) saturate(7498%) hue-rotate(200deg) brightness(86%) contrast(97%);
}

.review-logo-list > li > a > img {
    width: 140px;
    height: 50px;
    object-fit: contain;
}

 

/*new popup css*/

/*Bouce close window*/
#ouibounce-modal h4:before {background: #ff851d;content: "";height: 100%;width: 6px;position: absolute;left: 0;top: 0;border-radius: 16px;} section.expertise-col a:hover { background: #de122e; border-color: #de122e; color: #fff; } #ouibounce-modal .modal-body a { padding-right: 62px; margin-bottom: 23px; font-size: 14px; margin-top: 10px; } .modal-footer a {cursor: pointer;border: #0c8a41 3px solid;background: #fff;border-radius: 72px;text-align: center;box-shadow: #000 0 0 10px;display: block;padding: 15px;} #ouibounce-modal .modal:before {content: "";background: url(../images/opt-shark.html) no-repeat left top;width: 187px;height: 273px;position: absolute;left: -27px;top: 18px;visibility: hidden;} #ouibounce-modal {display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 12;} #ouibounce-modal .modal:after {background: url('../images/sprite.html') no-repeat 0 0;width: 22px;height: 60px;content:"";position:absolute;z-index: 1;visibility: hidden;right: 0;} #ouibounce-modal .underlay { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(0, 0, 0, .5); cursor: pointer; -webkit-animation: fadein .5s; animation: fadein .5s } #ouibounce-modal .modal {width: 410px;height: 425px;background-color: #ffffff;z-index: 1;position: absolute;margin: auto;top: 0;right: 0;bottom: 0;left: 0;border-radius: 24px;display: block;-webkit-animation: popin .3s;animation: popin .3s;padding: 14px 24px 24px 20px;overflow: visible;} #ouibounce-modal .modal-body p {font-size: 15px;margin-bottom: 7px;margin-top: 0;} #ouibounce-modal h4 {color: #000;font-size: 25px;text-transform: none;font-weight: 800;position: relative;padding-left: 19px;margin-top: 13px;margin-bottom: 8px;} #ouibounce-modal .modal-body {font-size: 13px;padding: 7px 0 10px;} #ouibounce-modal h2+p { color: #344a5f } #ouibounce-modal form { } #ouibounce-modal form input[type=text], #ouibounce-modal form input[type=email], #ouibounce-modal form textarea {padding: 12px 12px 12px 32px;font-size: 12px;width: 100%;border-radius: 4px;border: 1px solid #ccc;-webkit-font-smoothing: antialiased;background: #f4f4f4;margin: 0;color: #000;} #ouibounce-modal form input[type=submit] {text-transform: uppercase;padding: 12px;font-size: 22px;border-radius: 4px;margin-right: 8px;color: #fff;background-color: #ff851d;border: none;cursor: pointer;-webkit-font-smoothing: antialiased;font-weight: 800;text-shadow: #000 0px 1px 1px;width: 49%;} @-webkit-keyframes fadein { 0% { opacity: 0 } 100% { opacity: 1 } } @-ms-keyframes fadein { 0% { opacity: 0 } 100% { opacity: 1 } } @keyframes fadein { 0% { opacity: 0 } 100% { opacity: 1 } } @-webkit-keyframes popin { 0% { -webkit-transform: scale(0); transform: scale(0); opacity: 0 } 85% { -webkit-transform: scale(1.05); transform: scale(1.05); opacity: 1 } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1 } } @-ms-keyframes popin { 0% { -ms-transform: scale(0); transform: scale(0); opacity: 0 } 85% { -ms-transform: scale(1.05); transform: scale(1.05); opacity: 1 } 100% { -ms-transform: scale(1); transform: scale(1); opacity: 1 } } @keyframes popin { 0% { -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); opacity: 0 } 85% { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); opacity: 1 } 100% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 1 } } #ouibounce-modal { display: none; } #ouibounce-modal .modal-footer {
}

.popupform ul li {
    text-align: left;
    position: relative;
    width: 48%;
    margin: 8px 3px;
    display: inline-block;
}
 
.popupform ul li input[type="text"], .popupform ul li input[type="email"], .popupform ul li textarea {
    background: #fafafa;
    border: #dcdcdc 1px solid;
    padding: 10px 10px 10px 34px;
    width: 100%;
    border-radius: 7px;
    font-size: 14px;
    color: #000;
    box-shadow: none !important;
    outline: none 0px !important;
}

.popupform ul li i {
    position: absolute;
    top: 12px;
    left: 10px;
}

 
.popupform ul li.first,.popupform ul li:nth-child(4) {
    width: 98%;
}
.popupform ul li textarea {
    height: 110px;
}

.popupform ul li.last {
    text-align: center;
    width: 100%;
}

.popupform ul li input[type="submit"] {
    background: #1A65A7;
    color: #fff;
    font-size: 18px;
    border: #1A65A7 1px solid;
    text-transform: uppercase;
    font-weight: 600;
    padding: 14px 50px;
    letter-spacing: 1px;
    border-radius: 30px;
    outline: 0px none;
    width: 100%;
    display: inline-block;
}

.popupform ul li input[type="submit"]:hover {
    /* background: #ca2f35 !important; */
}

.popupform ul li input[type="text"]:focus, .popupform ul li input[type="email"]:focus, .popupform ul li textarea:focus {
    border: #cd6600 1px solid !important;
}


/*.popupform {*/
/*    width: 500px;*/
/*    border-radius: 23px;*/
/*    padding: 31px;*/
/*    overflow: visible;*/
/*    border-bottom: #cd6600 5px solid;*/
/*}*/

.popupform {
    width: 550px;
    border-radius: 23px;
    padding: 31px;
    overflow: visible;
    border-bottom: #0b2823 5px solid;
    background: #fff;
    margin: 120px auto 0;
    position: relative;
    top: 90px;
}
.popupform .fancybox-close-small i {
    color: #fff;
}

.popupform h2 {
    font-size: 28px;
    color: #000000;
    font-weight: 900;
    padding-left: 15px;
    border-left: #1A65A7 6px solid !important;
    margin-bottom: 12px;
    line-height: 35px;
    margin-top: 0;
    text-transform: uppercase;
}

.popupform h2+p {
    line-height: 19px;
    font-size: 14px;
    margin-bottom: 12px;
}





.popupform .fancybox-close-small {
    border: #0b2823 3px solid;
    background: #fff;
    border-radius: 72px;
    text-align: center;
    box-shadow: #000 0 0 10px;
    right: -18px;
    top: -11px;
    opacity: 1;
}

.popupform .fancybox-close-small:after {
    color: #0b2823;
    font-size: 25px;
    right: 4px;
    background: transparent;
    padding-top: 0;
    font-size: 20px;
}


input.required.error, textarea.required.error, select.required.error {
    border-bottom: red 2px solid!important;
    color: red!important;
}

label.error {
    display: none!important;
}

.modal-footer a:after {
    content: "x";
    position: absolute;
    top: 3px;
    right: 3px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
    color: #0c8a41;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    transition: background .2s;
    box-sizing: border-box;
    z-index: 2;
}

  #ouibounce-modal .modal-footer {position: absolute;top: -10px;right: -8px;border: 0px none;} div#btmsticky b { color: #fcb314; font-size: 24px; } div#btmsticky span { display: block; color: #fcb314; font-size: 29px; } div#btmsticky .content a {display: inline-block;/* width: 250px; */position: relative;top: 15px;text-transform: uppercase;text-align: center;font-weight: 600!important;border: 0px none;cursor: pointer;color: #000;padding: 18px 6px;font-size: 15px;margin: 0 0 0 19px;border-radius: 2px;-webkit-transition: all .1s linear;-moz-transition: all .1s linear;-o-transition: all .1s linear;-ms-transition: all .1s linear;transition: all .1s linear;background: #fcb314;} div#btmsticky h2 { font-size: 24px; text-transform: uppercase; display: inline-block; font-weight: 600; width: 61%; color: #f5f5f5; margin: 13px 0 0 0; } .btm-sticky { position: fixed; bottom: -1px; display: none; left: 0; width: 100%; background: #2b2b2b; padding: 16px 0; border-top: #000 2px solid; z-index: 4; } .hide { opacity: 0; left: -100%; } .show { opacity: 1; left: 0; }

/* Bounce In animation */
@keyframes bounceIn {
  0% {
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* Apply the bounceIn animation */
.bounceIn {
  animation: bounceIn 3s ease-out infinite;
}

/*new popup css end*/
.first-sec {
    padding-top: 3%;
}

@media (max-width: 768px) {
    #webWidget {
        /*width: 100%; */
        /*height: 80vh !important; */
        /*max-height: 60vh !important; */
        /*overflow: auto; */
        /*position:absolute !important;*/
        /*top:40% !important;*/
        /*content:'';*/
        /*padding-bottom:5% !important;*/
        width: 100%;
        height: 90vh !important;
        max-height: 80vh !important;
        overflow: auto;
        position: absolute !important;
        top: 20% !important;
        content: '';
        padding-bottom: 5% !important;
    }
}


.btn_header ul {
    display: flex;
    justify-content: flex-end;
}
.btn_header ul li a {
    font-size: 16px;
    padding: 10px;
    font-weight: 600;
    color:#000;
}
.btn_header ul li a.new_btnz .icon i{
    font-size: 30px;
    animation: bounceIn 3s ease-out infinite;
}
a.new_btnz {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
}
header.sticky {
    position: fixed;
}


.col-lg-3.first-sec img {filter: brightness(25);}

footer .first-sec img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(19%) hue-rotate(144deg) brightness(106%) contrast(106%);
}