@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700&display=swap');
 

:root {
    --link-clr: #0033a0;
    --text-dark: #000000;
    --text-light: #232323;
    --btn-bg: #0033a0;
    --btn-bg-hover: #00205b;
    --primary-textclr: #000000;
    --bgdark: #0033a0;
    --bglight:#f6f6f6;
    --primary-font:  'Jost', sans-serif;
    --secondary-font:  'Jost', sans-serif;
    --fsbody: 17px;
    --gradient: linear-gradient(45deg, #f78494, #fcead7, #c5e7d6);

}

.tcolor{color: var(--link-clr);}
.bg-site {background-color: var(--bgdark); }
.bg-light{ background-color: var(--bglight) !important;} 
.bg-dark {background-color: var(--bgdark);  } 
.text-light{color:var(--text-light);} 
 

body{ font-family: var(--primary-font);  font-size: var(--fsbody); font-weight: 400;color: var(--primary-textclr); 
  line-height: 1.7;}
a{color: var(--link-clr);text-decoration:none;outline: none;}

a,
.btn,
button{-webkit-transition: all .3s;-moz-transition: all .3s;-o-transition: all .3s;transition: all .3s; }
a:hover {color: var(--btn-bg-hover); text-decoration: none;}
.fancybox-button{min-width: auto;} 

h1, h2, h3, h4, h5, h6{ font-family: var(--secondary-font); font-weight: 700; line-height: 1.2;  
margin-bottom: 20px; color: var(--text-dark);}
.main-section a.link {word-break: break-all;overflow: hidden;display: inline-block;}
a.link i {}
h1{font-size: 45px;}
h2,
.heading-h2{font-size: 40px; }
h3{font-size: 40px;}
h4{font-size: 30px;}
h5{font-size: 25px;}
h6{font-size: 22px;}
img{max-width: 100%;}
button, .btn, input[type="submit"]{min-width: 137px; padding: 12px 20px;cursor: pointer;position: relative;
  font-family: var(--secondary-font); box-shadow: none !important;color: #fff;background: var(--btn-bg);letter-spacing: 0;
    font-size:18px;line-height: 21px;font-weight: 600;border-radius:5px;text-transform: capitalize; border: 0px;  }


[type=reset]:hover, [type=submit]:hover, button:hover, .btn:hover, html [type=button]:hover  {
  background: var(--btn-bg-hover);  color: #fff;  cursor: pointer;}
[type=reset]:focus, 
[type=submit]:focus,
button:focus, 
.btn:focus, 
html [type=button]:focus { outline: 0; box-shadow: none;}
input[type="file"] { font-size: 16px;   -webkit-appearance: none;}

.field {margin-bottom: 15px;width: 100%;float: left;}
.field-sm { float: left;  width: 50%;  padding: 0px 10px;}
.field .field-sm:first-child { padding-left: 0px;}
.field .field-sm:last-child { padding-right: 0px;}
form{display: inline-block;width: 100%;}
.form-control {
  outline: none !important;
  padding: 12px 15px;
  border-radius: 4px;
  border: 1px solid var(--bgdark);
  background: #fff;
  box-shadow:none !important;
  font-size: 15px;
  font-weight: 400;
  color: var(--text-dark);
  font-family: var(--secondary-font);
  }
textarea.form-control { min-height: 91px;}
.form-control:focus {  background-color: transparent;  border-color: inherit;} 
select.form-control:not([size]):not([multiple]) { height: 49px; -webkit-appearance: none;   background-image: url(images/select-arrow.png);
    background-position: 95% center;    background-repeat: no-repeat;}
blockquote { padding: 25px 48px 25px 25px;  border-left: 4px solid #000;
        background: var(--bglight);   font-weight: 400;   position: relative;  line-height: 28px; }
blockquote strong{font-weight:500;}
blockquote:before {content: "";  position: absolute;   top: 0;   right: 0;   border-style: solid;  border-width: 0 41px 41px 0;  
    border-color: #ddd #fff;   transition: all ease .5s;}
.form-group label {display: block;  margin-bottom: 10px;}
.sm-container{padding: 0px 85px;}

 /* nochange*/
 
.font-medium{ font-weight: 500;}
.underline {text-decoration: underline;}
 strong { font-weight: 700;}
.font-light{font-weight: 300;}
.font-semi-bold{font-weight: 600;}
button i { vertical-align: middle;}
.br-5{border-radius: 5px;}
.br-10{border-radius: 10px;}
.box-shadow{ box-shadow: 5px 5px 10px rgb(0 0 0 / 6%);}
.object-fit {overflow: hidden;}
.object-fit img { width: 100% !important; height: 100% !important;  object-fit: cover;}
.zoom-hover img {-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition: all .5s;}
.zoom-hover:hover img {transform: scale(1.1);}
.list-style {padding: 0px; list-style: none;}
.list-style li { display: inline-block;}
 .vam {vertical-align: middle;}

.white-placeholder .form-control::placeholder {  color:#FFF; opacity: 1;  }
.white-placeholder .form-control::-webkit-input-placeholder { color:#FFF; opacity: 1;}
.white-placeholder .form-control::-moz-placeholder {color:#FFF; opacity:1;}
.white-placeholder .form-control:-ms-input-placeholder {color:#FFF; opacity: 1;}
.white-placeholder .form-control:-moz-placeholder {color:#FFF; opacity: 1;}

.heading-style { position: relative; padding-bottom: 15px; } 
.heading-style:after { content: ""; position: absolute; background: var(--link-clr); width: 80px; height: 2px; 
  left: 0px;   bottom: 0px; }
.heading-style.text-center:after {  left: 50%; transform: translateX(-50%);   }  
.heading-style.text-white:after { background: #fff;}  

.main-section{padding:50px 0px; background-size: cover !important; background-repeat: no-repeat !important; background-position: center center !important;position: relative;}
.main-section .container{position:relative;}
.main-section:before{content:""; position:absolute; left:0px; top:0px; width:100% !important; height:100% !important; background:transparent; }
 
  
/* header */

.header {width: 100%; border-bottom: 1px solid #eee;  background-color: #fff;z-index: 2;   position: relative;  }
.site-logo { max-width: 200px;}
.top-bar {  background: var(--gradient); padding: 5px 0px;}
.top-bar ul {  display: flex;    list-style: none; align-items: center;   margin: 0px;    padding: 0px;    gap: 15px;}
.top-bar ul li a {  color: #222;}
.top-bar .top-bar-info-right ul {  justify-content: end;}
.header-menu { padding: 10px 0px;}

.menu ul {margin: 0px;}
.menu { text-align: end;}
.menu ul.list-style li {margin-left: 32px;position: relative;} 
.menu ul.list-style li:last-child {} 
.menu ul.list-style li a {color: #000;} 
.menu ul.list-style > li > a {padding: 12px 0px;display: inline-block;}
.menu ul.list-style > li:hover > a { color: var(--link-clr);}
.menu ul.list-style li ul { position: absolute;  left: 0px;  width: 250px;  background: #fff;  top: 100%;  opacity: 0;
  pointer-events: none;  border: 1px solid #eee;  border-radius: 5px;  padding: 10px 15px;  text-align: left;  z-index: 1;  } 
.menu ul.list-style li:hover > ul{ opacity: 1; pointer-events: all;}  
.menu ul.list-style li ul li { margin: 0px; display: inline-block; width: 100%; } 
.menu ul.list-style li ul li a { display: inline-block; width: 100%; padding: 5px 10px; color: #757575; } 
.menu ul.list-style li ul li:hover > a {background: var(--btn-bg);color: #fff;}



/* Banner  */
.hero-slider, 
.hero-slider .owl-stage,
.hero-slider.owl-stage-outer,
.hero-slider .owl-item,
.hero-slider .item,
.hero-slider .item .container,
.hero-slider .item .container .row  {height: 550px;}
.item.bg-img.overlay {  position: relative;}
.item.bg-img.overlay .slider-img:before {  content: "";   position: absolute;    inset: 0;
    background: linear-gradient(45deg, black, transparent);    z-index: 1;}

.slider-tagline {font-size: 24px; margin-bottom: 20px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase;} 

.slider-img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 1; z-index: 0; 
  background-repeat: no-repeat !important; background-position: center center !important; background-size: cover !important; 
   -webkit-transform: scale(1);  -ms-transform: scale(1); transform: scale(1); } 
.hero-slider .active .slider-img { -webkit-transform: scale(1.15); -ms-transform: scale(1.15); transform: scale(1.15); -webkit-transition: all 7000ms linear; -moz-transition: all 7000ms linear; -ms-transition: all 7000ms linear; -o-transition: all 7000ms linear; transition: all 7000ms linear; }
.hero-slider .col-xs-12,
.hero-slider .banner-txt, 
.hero-slider .banner-txt div{ height: auto !important; position: relative; z-index: 1}
.bg-img { background-size: cover !important;  background-repeat: no-repeat !important;
  background-position: center center !important;}

.hero-slider .banner-txt{color: #fff;     max-width: 100%;    margin: auto;}
.hero-slider .banner-txt p{margin-bottom: 45px; font-size: 20px;}
.hero-title{color: #fff;line-height: 1.2;font-size: 50px;margin-bottom: 20px; font-weight: 700;}

.hero-title, 
.banner-txt p, 
.slider-tagline,
.banner-txt .btn { -webkit-transform: translateY(80px);    -moz-transform: translateY(80px);   
   -ms-transform: translateY(80px);    -o-transform: translateY(80px);    
   transform: translateY(80px);opacity:0;     overflow: hidden;}

.hero-slider .active .hero-title, 
.hero-slider .active .banner-txt p,
.hero-slider .active .slider-tagline, 
.hero-slider .active .banner-txt .btn {opacity: 1; -webkit-transform: translate(0); 
  -moz-transform: translate(0); -ms-transform: translate(0); -o-transform: translate(0); 
  transform: translate(0);}


 
.hero-slider .active .hero-title{ -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; 
  -ms-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; 
  -webkit-transition-delay: 600ms; -moz-transition-delay: 600ms; -ms-transition-delay: 600ms;
   -o-transition-delay: 600ms; transition-delay: 600ms;}

.hero-slider .active .slider-tagline{ -webkit-transition: all 700ms ease; -moz-transition: all 700ms ease; 
  -ms-transition: all 700ms ease; -o-transition: all 700ms ease; transition: all 700ms ease; 
  -webkit-transition-delay: 800ms; -moz-transition-delay: 800ms; -ms-transition-delay: 800ms;
   -o-transition-delay: 800ms; transition-delay: 800ms;}

.hero-slider .active .banner-txt p{ -webkit-transition: all 900ms ease; -moz-transition: all 900ms ease; 
  -ms-transition: all 900ms ease; -o-transition: all 900ms ease; transition: all 900ms ease; 
  -webkit-transition-delay: 1000ms; -moz-transition-delay: 1000ms; -ms-transition-delay: 1000ms;
   -o-transition-delay: 1000ms; transition-delay: 1000ms;}
.whyus-section .item{margin-bottom:30px;background:#f6f6f6;min-height: 600px;}
.hero-slider .active  .banner-txt .btn{ -webkit-transition: all 1.1s ease; -moz-transition: all 1.1s ease; 
  -ms-transition: all 1.1s ease; -o-transition: all 1.1s ease; transition: all 1.1s ease; 
  -webkit-transition-delay: 1.3s; -moz-transition-delay: 1.3s; -ms-transition-delay: 1.3s;
   -o-transition-delay: 1.3s; transition-delay: 1.3s;}   

.services-item {  background: var(--bglight);}
.ser-img {  background: #fff;}
.ser-img img { height: 100%; width: 100%; object-fit: cover; } 
.ser-head { padding: 20px 15px; text-align: center;  } 
.ser-head h4 { margin: 0px; font-size: 25px;height:115px;overflow:auto; } 
.ser-head h4 a { color: var(--primary-textclr); } 
.ser-head h4 a:hover { color: var(--link-clr); }
 
.owl-carousel .owl-stage{display: flex; justify-content: center; margin: auto;}
.owl-carousel .item { display: flex;     height: 100%; justify-content: center; }


.whyus-box { display: flex; height: 100%; gap: 20px; background: #fff; padding: 20px; border-radius:5px; } 
.mb-30 { margin-bottom: 30px; } .wb-icon span { width: 50px; height: 50px; background: var(--btn-bg); color: #fff; 
  text-align: center; display: flex; align-items: center; justify-content: center; font-size: 28px; border-radius: 100%; 
  line-height: normal; } 
.wb-txt h6 { margin-bottom: 10px; } 
.whyus-box:hover { box-shadow: 5px 5px 10px rgb(0 0 0 / 6%); }

.overview-item { display: flex; gap: 20px; align-items: start; line-height: normal; } 
.oi-icon span { font-size: 50px; color: var(--link-clr); } 
.oi-text h6 { font-size: 18px; } .oi-text p { font-size: 15px; }
.cta-section { background: var(--gradient);}

.gallary-slider { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); grid-gap: 15px; } 
.gallary-slider .gallary-item { height: 280px; } 
.gallary-slider .gallary-item img { height: 100%; width: 100%; object-fit: cover; }


/* owl */
.owl-dots button:before, .owl-dots button:after, 
.owl-dots button span:before, .owl-dots button span:after { display: none;}
.owl-dots {height: auto !important; width: 100%; text-align: center; background: transparent !important; position: absolute; bottom: 10px;}
.owl-dots button {background-color: #170df2 !important;overflow: hidden;display: inline-block;min-width: auto !important;margin-right: 7px;width: 10px;height: 10px;border: 1px solid #fff !important;border-radius:100%;}
.owl-dots button.owl-dot.active {background: #000 !important;}
.owl-dots button{box-shadow:none !important; outline:none !important;}
.owl-nav button { width: 50px; min-width: auto; height: 50px; position: relative; overflow: hidden;border: 1px solid #fff !important; color: #fff !important;pointer-events: all;}
.owl-nav button span {position: absolute;  z-index: 1;   min-width: auto;
    left: 50%;    top: 50%;    transform: translate(-50%, -50%);    line-height: 1;    font-size: 20px;}  
.owl-nav  .fa-angle-right:before {font-family: 'remixicon' !important; content: "\ea6e";}
.owl-nav .fa-angle-left:before {font-family: 'remixicon' !important; content: "\ea64";} 
.owl-carousel .owl-item img {width: auto;}



.client-img.object-fit {width: 142px;height: 142px;border-radius: 100%;margin: 0 auto 30px;border: 8px solid rgba(48,79,71,.1);} 
  .test-item {text-align: center;-webkit-box-shadow: rgb(17 17 26 / 10%) 0 0 16px;
  box-shadow: rgb(17 17 26 / 10%) 0 0 16px;border-radius: 50px 50px 0 0;padding: 30px 25px;margin: 20px 0px;
   }
   .test-item .client-img i{font-size:73px;color:#9BA4B5;}
.test-item h6{font-weight: 400;color: #8b8585; font-size: 16px;}
.client-txt img {margin: auto;width: auto;position: absolute;top: 34px;left: -10px;transform: rotate(180deg);max-width: 44px;}
.before-none:before{display: none !important;}
.client-txt h4 { margin-bottom: 5px;}
.client-txt { position: relative;}
.client-txt p { overflow: hidden;  display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.testSlider .owl-dots {  position: relative;}
 
 
/* footer  */
 
.footer { padding-top: 60px; background: var(--gradient); }
.footer-logo{max-width: 200px;} 
.footer-widget h4 { font-size: 18px; position: relative; padding-bottom: 10px; } 
.footer-widget h4:before { content: ""; width: 25px; height: 1px; background: var(--btn-bg); position: absolute; 
  bottom: 0px; left: 0px; } 
.footer-widget ul { padding: 0px; margin: 0px; list-style: none; } 
.footer-widget ul li { margin-bottom: 5px; position: relative; } 
.footer-widget ul li a:before {  font-family: remixicon!important;  content: "\F1AF";  position: absolute;  left: -100%;
  top: 0px;  color: var(--primary-textclr);  -webkit-transition: all .3s;  -moz-transition: all .3s;  -o-transition: all .3s;
  transition: all .3s;  opacity: 0;  } 
.footer-widget ul li a { color: #fff; width: 100%; position: relative; display: inline-block; overflow: hidden; } 
.footer-widget ul li a:hover { padding-left: 20px; } 
.footer-widget ul li a:hover:before { opacity: 1; left: 0px; }
.copyright {margin-top: 60px;background: #032672;padding: 15px 0px;font-size: 13px;} 
.address {position: relative;padding-left: 30px;} 
.address .address-icon { position: absolute; left: 0px; top: 2px; font-size: 17px; } 
.footer .footer-widget a {color: var(--primary-textclr);} 
.footer .footer-widget a:hover{color: var(--link-clr);} 
.social{padding-left: 30px;}
.social ul { list-style: none; padding: 0px; margin: 0px; } 
.social ul { display: flex; align-items: center; gap: 10px; } 
.social ul li a { color: var(--link-clr); font-size: 20px; width: 40px; display: flex; height: 40px; border-radius: 100%; 
  background: #fff; align-items: center; justify-content: center; font-size: 22px; }
 

.copyright a { color: #fff; } .copyright a:hover { color: var(--link-clr); }
.back-to-top {    position: fixed;  bottom: 120px;  right: 40px; text-align: center; font-size: 16px; color: #000000; letter-spacing: .308px; z-index: 1111;
    display: inline-block !important;}
.back-to-top span { border-radius: 50%;  width: 42px;  height: 42px;  overflow: hidden;   display: inline-block;
 line-height: 42px;vertical-align: middle;  margin-left: 10px; letter-spacing: .308px; background: var(--link-clr); color:#fff;}
 .whatsapp-btn { display: inline-block; max-width: 155px; position: fixed; bottom: 20px; z-index: 11; left: 30px;}

  


/* breadcrumb */

 /* breadcrumb */
.main-section.inner-banner:before {  background: linear-gradient(45deg, black, transparent);}
.breadcrumb-item.active { color: #fff;}

 
.sidebar { position: sticky; top: 0px; padding-left: 50px; } 
.sidebar-widget { margin-bottom: 20px; border-bottom: 1px solid #a1a1a1; padding-bottom: 20px; } 
.sidebar-widget ul { list-style: none; padding: 0px; margin: 0px; } 
.sidebar-widget ul li a { color: var(--primary-textclr); padding: 5px 0px; border-bottom: 1px dotted #a1a1a1; width: 100%; 
  display: inline-block; } 
  .sidebar-widget ul li:last-child a { border: 0px; } 
.sidebar-widget-title { background: var(--btn-bg); color: #fff; padding: 5px 10px; font-size: 20px; font-weight: 500; } 

.sitebox { height: 100%; padding: 15px 25px; text-align: center; background: var(--bglight); -webkit-transition: all .3s; 
  -moz-transition: all .3s; -o-transition: all .3s; transition: all .3s; } 
.sitebox-icon { font-size: 50px; color: var(--link-clr); } 
.sitebox h5 { margin-bottom: 7px; } 
.sitebox:hover { background: var(--bgdark); color: #fff; } 
.sitebox:hover * { color: #fff; }
.testimonials-pg .test-item {  height: 100%;   margin: 0px;}
 


.contact-info { background: var(--bgdark); padding: 40px 30px; color: #fff; border-radius: 5px; } 
.contact-info a:hover { color: var(--link-clr); } .contact-info a { color: #fff; } 
.contact-widget h5 { color: #fff; position: relative; padding-bottom: 10px; margin-bottom: 10px; } 
.contact-widget h5:before { content: ""; width: 40px; height: 2px; background: var(--btn-bg); position: absolute; 
  bottom: 0px; left: 0px; } 
.contact-widget { padding-bottom: 20px; border-bottom: 1px solid rgb(254 254 254 / 20%); margin-bottom: 20px; } 
.contact-info .contact-widget:last-child { border: none; margin: 0px; padding: 0px; } 
.contact-widget ul { list-style: none; padding: 0px; margin: 0px; display: flex; gap: 10px; align-items: center; } 
.contact-widget ul li a { color: #fff; background: transparent; font-size: 26px; }
.contact-widget p:last-child {margin-bottom: 0px;}
.contact-form{padding-right: 50px;}
.map {  line-height: 0;}


.accordion-item { border: 0px; border-bottom: 1px solid #ddd; border-radius: 0px !important;} 
.accordion-button {font-size: 20px; color: #000 !important;  font-weight: 600;  background: transparent !important;  
  padding: 20px 0px;  
  font-family: var(--font-assistant);  }  

.accordion-body { padding: 15px 0px; } 
.accordion-button:not(.collapsed)::after { content: "\F1AF"; background: transparent; font-family: remixicon!important; 
  transform: none;} 
.accordion-button::after { background: transparent; font-family: remixicon!important; content: "\EA13"; } 
 
.buyw .item{
    margin-bottom:20px;
} 

@keyframes fadeInTop {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}


/* container */
 

.container-left {
    padding-left: calc(50% - 570px);
}
 
@media (min-width: 767px){ 
.container { max-width: 100%;}
}


@media (min-width: 768px){
.container {max-width: 720px;}
}

@media (min-width: 992px){
.container {max-width: 960px;}

}
@media (min-width: 1200px){
.container {max-width: 1170px;  }
.container-fluid {padding-left: 15px;  padding-right: 15px;}

}

 
@media (min-width: 1400px){
.container, .container-lg{  max-width: 1320px;}


}
.whatsapp-link-1 {
    position: fixed;
    width: 200px;
    bottom: 24px;
    left: 10px;
    z-index: 9;
}
