



/*** 

====================================================================
  Reset
====================================================================

 ***/
 * {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/


:root{
  --theme-color: #f1673e;
  --secondary-color: #003866;
  --text-color: #0d1126;
  --title-color: #0b1970;
  --title-font: 'Outfit', sans-serif;
  --text-font: 'Outfit', sans-serif;
  --jost: 'Outfit', sans-serif;
  --roboto: 'Roboto', sans-serif;
}





body {
  font-size:17px;
  color: var(--text-color);
  line-height:28px;
  font-weight:400;
  background:#ffffff;
  font-family: var(--text-font);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}

  @media (min-width:1200px) {
  .container {
    max-width: 1200px;
    padding: 0px 15px;
  }
}

.large-container{
  max-width: 1380px;
  padding: 0px 15px;
  margin: 0 auto;
}

.container-fluid{
  padding: 0px;
}

.auto-container{
  position:static;
  max-width: 1248px;
  padding:0px 15px;
  margin:0 auto;
}
.btn-deskp{
display: none;
}
.small-container{
  max-width:680px;
  margin:0 auto;
}

.boxed_wrapper{
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  width: 100%;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.boxed_wrapper .site-main{
  flex: 1 0 auto;
}


a{
  text-decoration:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

a:hover{
  text-decoration:none;
  outline:none;
}

input,button,select,textarea{
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 18px;
  background: transparent;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}

input{
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus{
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p{
  position: relative;
  font-family: var(--text-font);
  color: var(--text-color);
  font-weight: 400;
  margin: 0px;
      line-height: 26px;
      opacity: 70%;
  transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6{
  position:relative;
  font-family: var(--title-font);
  font-weight: 600;
  color: var(--title-color);
  margin: 0px;
  transition: all 500ms ease;
}

/* Preloader */

.handle-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
  background: #fff;
}

.preloader-close{
  position: fixed;
  z-index: 99999999;
  font-size: 14px;
  background: #fff;
  color: red;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  right: 30px;
  top: 30px;
  font-weight: 400;
}

.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.handle-preloader .animation-preloader .spinner{
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 150px;
  margin: 0 auto 45px auto;
  width: 150px;
}

.handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top:0;
  position: absolute;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading{
  font-family: var(--title-font);
  font-weight: 500;
  letter-spacing: 15px;
  display: inline-block;
  position: relative;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.30);
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {animation-delay: 0.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {animation-delay: 0.4s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {animation-delay: 0.6s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {animation-delay: 0.8s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before { animation-delay: 1s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before { animation-delay: 1.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before { animation-delay: 1.4s;}
.handle-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  color: #ffffff;
}

.handle-preloader .animation-preloader .spinner{
  border: 3px solid #ffffff;
  border-top-color: rgba(255, 255, 255, 0.5); 
}

/* AnimaciÃ³n del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}
@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .handle-preloader .animation-preloader .txt-loading .letters-loading {font-size: 40px; letter-spacing: 10px;}
}


.centred{
  text-align: center;
}

.pull-left{
  float: left;
}

.pull-right{
  float: right;
}


figure{
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

.row{
  --bs-gutter-x: 30px;
}

/** button **/


.theme-btn{
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  font-family: var(--jost);
  color: #fff;
 
  text-align: center;
  padding: 13px 20px 13px 20px;
  z-index: 1;
 
  text-transform: capitalize;
  border-radius: 6px;
  transition: all 500ms ease;
}

.theme-btn:hover{
  background: #ff772B;
  color: #fff;
}

.theme-btn span{
  position: relative;
  padding-right: 0px;
}

.theme-btn span:before{
  position: absolute;
  content: '';
  background-image: url(../images/icons/icon-8.png);
  top: 2px;
  right: 0px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}





.theme-btn-1{
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  font-family: var(--jost);
  color: #253579;
  
      margin-right: 10px;
  text-align: center;
  padding: 13px 20px;
  z-index: 1;
  text-transform: capitalize; 
  border-radius: 6px;
  border: 1px solid #253579;
  background: transparent;
  transition: all 500ms ease;
}

.theme-btn-1:hover{
  background: transparent;
  color: #ff772B;
  border-color: #ff772B;
}

.theme-btn-1 i{
  font-size: 15px;
  right:10px;
  transition: transform 0.4s ease;
}
.theme-btn:hover i{
  transform: translateX(-3px);
}




/** styled-pagination */

.pagination{
  position: relative;
  display: block;
}

.pagination li{
  position: relative;
  display: inline-block;
  margin-right: 9px;
}

.pagination li:last-child{
  margin-right: 0px;
}

.pagination li a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  height: 35px;
  width: 35px;
  line-height: 35px;
  background: #ffffff;
  text-align: center;
  color: #2d2d76;
  border-radius: 50%;
  border: 1px solid #a3a3a3;
  z-index: 1;
  transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.current{
  color: #fff;
  background: #2d2d76;
  border-color: #2d2d76;
}

.sec-pad{
  padding: 142px 0px 150px 0px;
}

.mr-0{
  margin: 0px !important;
}

/** scroll-to-top **/

.scroll-to-top{
  position: fixed;
  right: 0px;
  bottom: 100px;
  transform: rotate(90deg);
  z-index: 99;
}

.scroll-to-top .visible {
  visibility: visible!important;
  opacity: 1!important;
}

.scroll-to-top .scroll-top-inner {
  opacity: 0;
  visibility: hidden;
}

.scroll-to-top .scroll-top-inner{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all cubic-bezier(.4,0,.2,1) .4s;
  -o-transition: all cubic-bezier(.4,0,.2,1) .4s;
  transition: all cubic-bezier(.4,0,.2,1) .4s;
}

.scroll-to-top .scroll-bar {
  width: 50px;
  height: 2px;
  margin-right: 10px;
  position: relative;
}

.scroll-to-top .scroll-bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #f4244f;
  opacity: .3;
}

.scroll-to-top .scroll-bar .bar-inner {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: currentColor;
}

.scroll-to-top .scroll-bar-text{
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  color: var(--theme-color);
  transition: all 500ms ease;
}

.scroll-to-top .scroll-bar-text:hover{
  transform: scale(1.1);
}



@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}



.sec-title{
  position: relative;
  display: block;
}

.sec-title .sub-title{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  font-family: var(--jost);
  font-weight: 500;
  color:#ff772b;
  text-transform: uppercase;
  padding-left: 0px;
}

.sec-title.centred .sub-title{
     color: #fff;
    opacity: 70%;
    font-size: 16px;
text-transform: capitalize;
}



.sec-title h2{
  display: block;
  font-size: 36px;
    line-height: 43px;
    font-weight: 600;
}

.sec-title.light h2{
  color: #fff;
        font-size: 28px;
    line-height: 35px;
    font-weight: 600;
}

.sec-title p{
  margin-top: 15px;
}

.sec-title.light p{
  color: rgba(255, 255, 255, 0.70);
}
/** service-details **/

.service-details{
  position: relative;
  padding: 10px 0px;
}

.service-details .image-box .image{
  position: relative;
  display: block;
  border-radius: 10px;
}
.blog-details-text ul li {
    list-style-type: disc;
    padding-left: 6px;
    font-size: 22px;
}
.blog-details-text ul li h2 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
     margin-bottom: -8px;
}

.blog-details-text ul li p {
  font-size: 18px;
  color: #333;
  line-height: 28px;
  margin-bottom: 15px;
}

.blog-details-text ul {
  list-style-type: disc;
  padding-left: 25px;
  font-size: 22px;
}

.blog-details-text ul li {
  margin-bottom: 7px;
    line-height: 22px;
}
.service-details .image-box .image img{
  width: 100%;
  border-radius: 10px;
}

.service-details .content-box{
  position: relative;
  display: block;
}

.service-details .content-box .single-box .single-item{
  position: relative;
  display: block;
  padding-left: 48px;
  max-width: 370px;
  margin-bottom: 34px;
}

.service-details .content-box .single-box .single-item:last-child{
  margin-bottom: 0px;
}

.service-details .content-box .single-box .single-item .icon-box{
  position: absolute;
  left: 0px;
  top: 2px;
}

.service-details .content-box .single-box .single-item h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}

.service-details .content-box .list-item li{
  position: relative;
  display: block;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 14px;
  padding-left: 30px;
}

.service-details .content-box .list-item li:last-child{
  margin-bottom: 0px;
}

.service-details .content-box .list-item li:before{
  position: absolute;
  content: '';
  background-image: url(../images/icon-261.png);
  width: 14px;
  height: 14px;
  left: 0px;
  top: 3px;
  background-repeat: no-repeat;
}

/** faq-section **/

.faq-section{
  position: relative;
  background: #f8f8f8;
}

.faq-section .text-box h3{
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 38px;
  font-family: var(--special-font);
  color: #0b1970;
  font-weight: 400;
  max-width: 465px;
}

.accordion-box .block{
  position: relative;
}

.faq-section .accordion-box .block{
  position: relative;
  border-bottom: 1px solid #a4a4a4 ;
}

.accordion-box .block .acc-btn{
  font-size: 20px;
  line-height: 30px;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  padding: 14px 50px 17px 0px;
  color: #0b1970;
  cursor: pointer;
}

.faq-section .accordion-box .block .content{
  margin-bottom: 19px;
}

.accordion-box .block .content{
  padding-left: 0px;
  padding-top: 0px;
}

.accordion-box .block .content p{
  font-size: 18px;
  line-height: 26px;
  color: #000;
  margin-bottom: 0px;
}

.accordion-box .block .acc-btn:before{
  position: absolute;
  content: '+';
  top: 15px;
  right: 20px;
  font-size: 24px;
}

.accordion-box .block .acc-btn.active:before{
  content: '-';
}

.faq-section .accordion-box{
  margin-left: 50px;
}


/** faq-style-two **/

.faq-style-two{
  position: relative;
  background: #eef5f7;
}

.faq-style-two .accordion-box .block{
  background: #e1ebec;
  border-radius: 10px;
  margin-bottom: 20px;
}

.faq-style-two .accordion-box .block.active-block{
  background: #fff;
}

.faq-style-two .accordion-box .block .acc-btn{
  padding-left: 35px;
  color: #000;
}

.faq-style-two .accordion-box .block .acc-content{
  padding: 0px 60px 30px 35px;
}

.faq-section.home-7{
  background: #eceef0;
}

.faq-section.home-7 .inner-container{
  border-top: 1px solid #d5d5d5;
  padding-left: 0px;
  padding-right: 0px;
}

.faq-section.home-7 .accordion-box .block .acc-btn{
  color: #161837;
}

.faq-section.home-14{
  background: #fff;
}

.faq-section.home-14 .inner-container{
  border-top: 1px solid #d1d1d1;
}

.faq-section.home-15 .accordion-box .block .acc-btn{
  color: #161837;
}


/** faq-style-three **/

.faq-style-three{
  position: relative;
  background: #f5f5f8;
}

.faq-style-three .content-box{
  position: relative;
  display: block;
}

.faq-style-three .content-box .inner-box .single-item{
  position: relative;
  display: block;
  background: #fff;
  padding: 17px 30px 19px 93px;
  border-radius: 10px;
  margin-bottom: 20px;
  max-width: 450px;
}

.faq-style-three .content-box .inner-box .single-item:last-child{
  margin-bottom: 0px;
}

.faq-style-three .content-box .inner-box .single-item .icon-box{
  position: absolute;
  left: 28px;
  top: 26px;
}

.faq-style-three .content-box .inner-box .single-item p{
  position: relative;
  display: block;
}

.faq-style-three .content-box .inner-box .single-item a{
  position: relative;
  display: inline-block;
  font-size: 19px;
  line-height: 28px;
  font-weight: 600;
  color: var(--text-color);
}

.faq-style-three .content-box .inner-box .single-item a:hover{

}

.faq-style-three .accordion{
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 7px;
  margin-bottom: 17px;
}

.faq-style-three .accordion:last-child{
  margin-bottom: 0px;
}

.faq-style-three .accordion-box .block .acc-btn{
  font-size: 20px;
  font-weight: 500;
  color: #0b1970;
  padding: 18px 50px 18px 35px;
}

.faq-style-three .accordion-box .block .acc-content{
  padding: 7px 30px 40px 44px;
}

.faq-style-three .accordion-box .block .acc-content p{
  color: #494949;
}

.faq-style-three .accordion-box .block .acc-btn:before{
  color: #4e4e4e;
}


/** faq-style-four **/

.faq-style-four{
  position: relative;
}

.faq-style-four{
  background: #f5f5f8;
}

.faq-style-four .image-layer{
  position: absolute;
  left: 430px;
  bottom: 0px;
}

.faq-style-four .accordion{
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 7px;
  margin-bottom: 20px;
}

.faq-style-four .accordion:last-child{
  margin-bottom: 0px;
}

.faq-style-four .accordion-box .block .acc-btn{
  font-size: 20px;
  font-weight: 500;
  color: #0b1970;
  padding: 18px 50px 18px 35px;
}

.faq-style-four .accordion-box .block .acc-content{
  padding: 7px 30px 40px 44px;
}

.faq-style-four .accordion-box .block .acc-content p{
  color: #494949;
}

.faq-style-four .accordion-box .block .acc-btn:before{
  color: #4e4e4e;
}


.faq-style-two.white-bg .accordion-box .block{
  background: #edf3f4;
}



/** faq-style-five **/

.faq-style-five{
  position: relative;
  background: #f3f3f3;
}

.faq-style-five .accordion-box .block{
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
}

.faq-style-five .accordion-box .block:last-child{
  margin-bottom: 0px;
}

.faq-style-five .accordion-box .block .acc-btn{
  padding-left: 35px;
  color: #000;
}

.faq-style-five .accordion-box .block .acc-content {
  padding: 0px 60px 30px 35px;
}

.faq-style-five .accordion-box .block .acc-btn:before{
  font-size: 30px;
  font-weight: 500;
}

.faq-style-five .image-box{
  position: relative;
  display: block;
  margin-left: 50px;
  margin-right: -80px;
  padding-left: 270px;
}

.faq-style-five .image-box .image{
  display: block;
  border-radius: 10px;
}

.faq-style-five .image-box .image img{
  width: 100%;
  border-radius: 10px;
}

.faq-style-five .image-box .image-1{
  position: absolute;
  left: 0px;
  top: 0px;
}

.faq-style-five .image-box .icon-logo{
  position: absolute;
  left: 55px;
  bottom: 3px;
}


/** faq-form-section **/

.faq-form-section{
  position: relative;
  padding: 105px 0px 120px 0px;
}

.faq-form-section h2{
  display: block;
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
}

.faq-form-section .title-text{
  margin-bottom: 48px;
}

.faq-form-section .form-inner .form-group{
  position: relative;
  margin-bottom: 26px;
}

.faq-form-section .form-inner .form-group:last-child{
  margin-bottom: 0px;
}

.faq-form-section .form-inner .form-group input[type='text'],
.faq-form-section .form-inner .form-group input[type='email'],
.faq-form-section .form-inner .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 64px;
  border-bottom: 2px solid #cccccc;
  font-size: 18px;
  color: #444444;
  padding: 10px 0px;
  transition: all 500ms ease;
}

.faq-form-section .form-inner .form-group textarea{
  resize: none;
  height: 165px;
}

.faq-form-section .form-inner .form-group input:focus,
.faq-form-section .form-inner .form-group textarea:focus{
  border-color: var(--theme-color);
}

.faq-form-section .form-inner{
  max-width: 870px;
}

.faq-form-section .image-layer{
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.faq-form-section .form-inner .form-group .theme-btn{
  border-radius: 0px;
}


/** faq-style-six **/

.faq-style-six{
  position: relative;
  padding: 130px 0px 140px 0px;
}

.faq-style-six .accordion-box .block{
  background: #f3f3f3;
  border-radius: 10px;
  margin-bottom: 20px;
}

.faq-style-six .accordion-box .block .acc-btn{
  padding-left: 35px;
  color: #000;
}

.faq-style-six .accordion-box .block .acc-content{
  padding: 0px 60px 30px 35px;
}

.faq-style-six .image-box{
  position: relative;
  display: block;
  margin-left: 50px;
  margin-right: -80px;
  padding-left: 270px;
}

.faq-style-six .image-box .image{
  position: relative;
  display: block;
  border-radius: 10px;
}

.faq-style-six .image-box .image img{
  width: 100%;
  border-radius: 10px;
}

.faq-style-six .image-box .image-3{
  position: absolute;
  left: 0px;
  top: 0px;
}

.faq-style-six .image-box .logo-icon{
  position: absolute;
  left: 40px;
  bottom: 0px;
}


.feature-service-details{
  background: #f2f4f7;
  padding: 135px 0px 140px 0px;
}
.form-header{
    background: linear-gradient(135deg, #2c79f8, #2c79f8);
        padding: 12px 20px;
    border-radius: 14px 14px 0px 0px;
    text-align: center;
    margin: -25px -25px;
}
label{
    display: inline-block;
    font-size: 16px;
}
.form-label {
    margin-bottom: 5px;
    font-size: 16px;
}
.form-header h2{
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    margin: 0;
}

.form-header .highlight{
    color: #ffd5bd;
    padding: 5px 14px;
    display: inline-block;
    font-weight: 600;
}

@media(max-width:576px){
    .form-header h2{
        font-size: 20px;
        line-height: 1.4;
    }
}
.form-select {
 color: #212529;

}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
	opacity:70%;
    font-weight: 400;
    line-height: 1.5;
    color: #ff772b;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
}
.form-card{
    background:#fff;
       position: relative;
    margin:auto;
	border: 1px solid #fff;
    border-radius:14px;
    padding:25px;
}
.form-card1{
  
       position: relative;
   
	display:inline-block;
    padding:7px 0px;
}
.form-title{
    text-align:center;
    font-weight:700;
    color:#0b2c6b;
}

.form-title span{
    color:#0d6efd;
}

.input-group-text{
    background:#f3f6ff;
    border-right:0;
}

.form-control, .form-select{
    border-left:0;
}

.form-control:focus, .form-select:focus{
    box-shadow:none;
}

.apply-btn{
    background:#0d6efd;
    color:#fff;
padding:10px;
}

.book-btn{
    background:#ff7d3c;
    color:#fff;
    padding:12px 40px;
    font-size:18px;
    border-radius:8px;
}

.book-btn:hover{
    background:#286ddf;
	 color:#fff;
}

@media(max-width:576px){
    .form-card{
        padding:20px;
    }
}

/** welcome-style-two **/

.welcome-style-two{
  position: relative;
  background: #e5eaf1;
}

.welcome-style-two .sec-title p{
  margin-top: 16px;
}

.welcome-block-two{
  position: relative;
  display: block;
  background: #d5e9f8;
  border-radius: 10px;
  padding: 49px 45px 42px 40px;
  margin-bottom: 30px;
}

.welcome-block-two h3{
  display: block;
  font-size: 20px;
    line-height: 26px;
  color: #0e2a4e;
  margin-bottom: 7px;
}

.welcome-block-two p{
  margin-bottom: 29px;
}

.welcome-block-two a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-family: var(--roboto);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background: #28537f;
  border-radius: 40px;
  padding: 10px 33px;
  text-align: center;
}

.welcome-block-two a:hover{

}


.welcome-block:nth-child(2) .welcome-block-two{

}

.welcome-block:nth-child(2) .welcome-block-two h3,
.welcome-block:nth-child(2) .welcome-block-two p{
  color: #fff;
}

.welcome-block:nth-child(2) .welcome-block-two a{
  background: #fff;
  color: #000;
}

.welcome-block:last-child .welcome-block-two{
  background: #f0f0f0;
}

/** service-style-five **/

.service-style-five1{
  position: relative;
  background: #f4f7f9;
}

.service-style-five1 .sec-title p{
  max-width: 660px;
  margin-bottom: 22px;
  margin-top: 21px;
}

.service-style-five1 .sec-title a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  font-family: var(--jost);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.service-style-five1 .sec-title a:hover{
  color: var(--title-color);
  border-color: var(--title-color);
}

.service-block-five1 .inner-box{
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid #e8ecee;
  border-radius: 10px;
  padding: 36px 30px 45px 38px;
  margin-bottom: 30px;
}

.service-block-five1 .inner-box:before{
  position: absolute;
  content: '';
  background: #cacaca;
  width: 1px;
  height: 82px;
  left: 39px;
  top: 0px;
}

.service-block-five1 .inner-box:after{
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #949494;
  left: 35px;
  top: 82px;
}

.service-block-five1 .inner-box .count-text{
  position: absolute;
  top: 0px;
  right: 25px;
  width: 62px;
  height: 78px;
  line-height: 78px;
  background: #2361c6;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  border-radius: 0px 0px 40px 40px;
}
.bg-1{
	background: #ff772b!important;
	}
.bg-2{
	background: #43a8ed!important;
	}
.service-block-five1 .inner-box .icon-box{
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  margin-left: 40px;
}

.service-block-five .inner-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 12px;
}

.service-block-five1 .inner-box h3 a{
  display: inline-block;
  color: #0b1970;
  font-weight: 500;
    font-size: 22px;
    line-height: 28px;
}

.service-block-five1 .inner-box h3 a:hover{

}

.service-block-five .inner-box p{
  line-height: 26px;
}

.service-block-five 1.inner-box .link-icon{
  position: absolute;
  right: 37px;
  bottom: 31px;
}

.service-block-five1 .inner-box .link-icon .static-icon{
  position: relative;
  display: inline-block;
}

.service-block-five .inner-box:hover .link-icon .static-icon{
  opacity: 0;
}

.service-block-five1 .inner-box .link-icon .overlay-icon{
  position: absolute;
  display: inline-block;
  top: -20px;
  left: -20px;
  opacity: 0;
}

.service-block-five1 .inner-box:hover .link-icon .overlay-icon{
  left: 0px;
  top: 0px;
  opacity: 1;
}

/** benefits-style-two **/

.benefits-style-two{
  position: relative;
}

.benefits-style-two .content-box{
  position: relative;
  display: block;
}

.benefits-style-two .content-box .text-box p{
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 27px;
}

.benefits-style-two .content-box .list-item li{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 40px;
  color: #1e1e1e;
  font-weight: 500;
  margin-bottom: 17px;
  padding-left: 58px;
}

.benefits-style-two .content-box .list-item li:last-child{
  margin-bottom: 0px;
}

.benefits-style-two .content-box .list-item li:before{
  position: absolute;
  content: '';
  background-image: url(../../images/icons/icon-68.png);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px dashed #00a2ff;
  border-radius: 50%;
  left: 0px;
  top: 0px;
}

.image_block_five .image-box{
  position: relative;
  display: block;
  margin-right: -108px;
}

.image_block_five .image-box .image{
  position: relative;
  display: block;
  border-radius: 5px;
}

.image_block_five .image-box .image img{
  width: 100%;
  border-radius: 5px;
}

.image_block_five .image-box .image-content{
  position: absolute;
  left: -43px;
  bottom: 0px;
  width: 222px;
  background: #00a2ff;
  text-align: center;
  padding: 42px 20px 32px 20px;
  border-radius: 5px;
}

.image_block_five .image-box .image-content .icon-box{
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.image_block_five .image-box .image-content h2{
  position: relative;
  display: block;
  font-size: 52px;
  line-height: 50px;
  font-family: var(--roboto);
  color: #fff;
  font-weight: 900;
  margin-bottom: 12px;
}

.image_block_five .image-box .image-content h3{
  display: block;
  font-size: 22px;
  line-height: 26px;
  font-family: var(--text-color);
  color: #f2f2f6;
}

.image_block_five .image-box .text-box{
  position: absolute;
  right: 50px;
  bottom: 24px;
  width: 100%;
  text-align: right;
}

.image_block_five .image-box .text-box h3{
  font-size: 22px;
  line-height: 30px;
  font-family: var(--text-font);
  color: #0b1970;
  font-weight: 500;
}


/** about-style-three **/

.about-style-three{
  position: relative;
  background: #173176;
}

.image_block_four .image-box{
  position: relative;
  display: block;
  padding-bottom: 32px;
      background: #fff;
    border-radius: 10px;
    height: 300px;
}

.image_block_four .image-box .image{
  position: relative;
  display: block;
  border-radius: 15px;
}

.image_block_four .image-box .image img{
  width: 100%;
  border-radius: 15px;
}

.image_block_four .image-box .image-content{
  position: absolute;
  left: -145px;
  top: 40px;
  width: 266px;
  background: #fff;
  padding: 19px 60px 18px 80px;
  border-radius: 10px;
}

.image_block_four .image-box .image-content .icon-one{
  position: absolute;
  left: 15px;
  top: 9px;
}

.image_block_four .image-box .image-content .icon-two{
  position: absolute;
  top: 20px;
  right: 20px;
}

.image_block_four .image-box .image-content h5{
  font-size: 18px;
  line-height: 28px;
  color: #13171a;
  font-weight: 500;
}

.image_block_four .image-box .experience-box{
  position: absolute;
  left: -118px;
  bottom: 0px;
  background: #348df8;
  width: 200px;
  padding: 38px 30px 39px 34px;
  border-radius: 20px 0px 20px 0px;
}

.image_block_four .image-box .experience-box h2{
  display: block;
  font-size: 75px;
  line-height: 70px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 13px;
}

.image_block_four .image-box .experience-box h3{
  position: relative;
  display: block;
  font-size: 25px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
  padding-bottom: 16px;
}

.image_block_four .image-box .experience-box h3:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 50px;
  height: 2px;
  left: 0px;
  bottom: 0px;
}

.content_block_eight .content-box{
  position: relative;
  display: block;
}

.content_block_eight .content-box .text-box p{
  color: #fff;
  margin-bottom: 21px;
}

.content_block_eight .content-box .text-box p:last-child{
  margin-bottom: 0px;
  opacity: 0.5;
}

.content_block_eight .content-box .inner-box{
  position: relative;
  display: block;
  padding-bottom: 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.content_block_eight .content-box .inner-box .single-item{
  position: relative;
  display: block;
  float: left;
  width: 50%;
  padding-left: 105px;
}

.content_block_eight .content-box .inner-box .single-item .icon-box{
  position: absolute;
  left: 0px;
  top: -8px;
}

.content_block_eight .content-box .inner-box .single-item h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #feffff;
  font-weight: 500;
}

.content_block_eight .content-box .support-box{
  position: relative;
  display: block;
  padding-left: 63px;
}

.content_block_eight .content-box .support-box .icon-box{
  position: absolute;
  left: 0px;
  top: 4px;
}

.content_block_eight .content-box .support-box span{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
}

.content_block_eight .content-box .support-box a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 22px;
  font-family: var(--jost);
  font-weight: 500;
  color: #fff;
}

.content_block_eight .content-box .support-box a:hover{

}
.welcome-section{
  position: relative;
}
.welcome-block-one{
  position: relative;
  display: block;
  background: #f9e8e0;
  border-radius: 10px;
  padding: 36px 30px 34px 170px;
  margin-bottom: 50px;
}

.welcome-block:last-child .welcome-block-one{
  background: #e1effd;
}

.welcome-block-one .image{
  position: absolute;
  left: 13px;
  bottom: 0px;
}

.welcome-block-one h3{
  position: relative;
  display: block;
  font-size: 22px;
    line-height: 29px;
  color: #000000;
  margin-bottom: 16px;
}

.welcome-block-one h3 span{
  font-weight: 300;
}

.welcome-block-one button,
.welcome-block-one a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 26px;
  color: #1b1b1b;
  transition: all 500ms ease;
}

.welcome-block-one button:hover,
.welcome-block-one a:hover{
  text-decoration: underline;
}

.welcome-section .sec-title h2{
  font-size: 40px;
  line-height: 48px;
  font-family: var(--text-font);
  color: #444444;
  font-weight: 300;
}











.about-style-three .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}



/** chooseus-style-two **/

.chooseus-style-two{
  position: relative;
  overflow: hidden;
}

.chooseus-style-two .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.chooseus-style-two .sec-title .sub-title{
  color: #fff;
}

.chooseus-style-two .sec-title .sub-title:before{
  background: #fff;
}

.chooseus-style-two .content-box{
  position: relative;
  display: block;
}

.chooseus-style-two .content-box p{
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 38px;
}

.chooseus-style-two .content-box .list-item li{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
  padding-left: 40px;
  margin-bottom: 15px;
}

.chooseus-style-two .content-box .list-item li:last-child{
  margin-bottom: 0px;
}

.chooseus-style-two .content-box .list-item li:before{
  position: absolute;
  content: '';
  background-image: url(../../images/icons/icon-47.png);
  width: 21px;
  height: 22px;
  left: 0px;
  top: 5px;
  background-repeat: no-repeat;
}
 .iti {
    width: 100%;
  }
.chooseus-style-two .inner-box .single-item{
  position: relative;
  display: flex;
  max-width: 460px;
  background: #fff;
  border-radius: 10px;
  padding: 30px 25px 25px 29px;
  align-items: center;
  justify-content: left;
}

.chooseus-style-two .inner-box .single-item .icon-box{
  margin-right: 20px;
}

.chooseus-style-two .inner-box .single-item h4{
  position: relative;
  display: block;
  width: 107px;
  margin-right: 40px;
  font-size: 20px;
  line-height: 26px;
  color: #161837;
}

.chooseus-style-two .inner-box .single-item p{
  max-width: 190px;
  font-size: 17px;
  line-height: 24px;
}




/*** 

====================================================================
                        Home-Page-One
====================================================================

***/




/** main-header **/

.main-header{
  position:relative;
  left:0px;
  top:0px;
  right: 0px;
  z-index:999;
  width:100%;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

/* .sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  left:0px;
  top:0px;
  width:100%;
  z-index:0;
  background: #fff;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
} */
 header.sticky-header{
	position:fixed !important;
}
 .sticky-header{
  z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/*** Search Popup ***/

.search-popup {
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  background: rgba(0, 0, 0, 0.80);
  -webkit-transform: translateY(101%);
  -ms-transform: translateY(101%);
  transform: translateY(101%);
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}

.search-popup.popup-visible {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  opacity: 1;
}

.search-popup .popup-inner{
  width: 100%;
  background: #fff;
  height: 100%;
}

.search-popup .upper-box{
  position: relative;
  padding: 70px 70px;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search-popup .upper-box .logo-box{
  max-width: 236px;
}

.search-popup .overlay-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.search-popup .close-search {
  position: relative;
  font-size: 22px;
  color: #141417;
  cursor: pointer;
  z-index: 5;
  transition: all 500ms ease;
}

.search-popup .close-search:hover {
  color: red;
}

.search-popup .search-form {
  position: relative;
  width: 100%;
  padding: 100px 0px 250px 0px;
}

.search-popup .search-form .form-group{
  position: relative;
  margin: 0px;
}

.search-popup .search-form fieldset input[type="search"] {
  position: relative;
  height: 90px;
  padding: 20px 0px;
  background: #ffffff;
  line-height: 30px;
  font-size: 20px;
  color: #808080;
  font-family: 'Poppins', sans-serif;
  border: none;
  font-weight: 400;
  border-radius: 0px;
  padding-right: 50px;
  border-bottom: 1px solid #e5e5e5;
}

.search-popup .search-form fieldset button[type="submit"] {
  position: absolute;
  top: 30px;
  right: 0px;
  font-size: 22px;
  color: #141417;
  cursor: pointer;
  transition: all 500ms ease;
}

.search-popup .search-form fieldset input[type="search"]:focus{
  border-color: #141417;
}

.search-popup .form-control:focus{
  box-shadow: none !important;
}

/** xs-sidebar **/

.xs-sidebar-group .xs-overlay{
  left:0%;
  top:0;
  position:fixed;
  height:100%;
  width:20%;
  transform: scaleX(0);
  transform-origin: left center;
  cursor:url(../images/icons/cross-out.png),
  pointer; 
  z-index: 9999999;
  border-right: 1px solid rgba(255, 255, 255, 0.10);
  transition: transform .65s .3s cubic-bezier(0.7, 0, 0.2, 1);
}

.xs-sidebar-group.isActive .xs-overlay{
  transform: scaleX(1);
  transition-delay: .03s;
}

.xs-sidebar-group .xs-overlay-2{
  left: 20%;
  transition-delay: .06s;
}

.xs-sidebar-group .xs-overlay-3{
  left: 40%;
  transition-delay: .09s;
}

.xs-sidebar-group .xs-overlay-4{
  left: 60%;
  transition-delay: .12s;
}

.xs-sidebar-group .xs-overlay-5{
  left: 80%;
  transition-delay: .15s;
}

.xs-sidebar-group .widget-heading{
  position:absolute;
  top: 50px;
  right: 35px;
  z-index: 1;
}

.xs-sidebar-widget{
  position:fixed;
  right:-100%;
  top:0;
  bottom:0;
  width:100%;
  max-width:460px;
  z-index:999999999;
  height: 100%;
  -webkit-overflow-scrolling:touch;
  background-color:#fff;
  transition: all 900ms ease;
  visibility:hidden;
  opacity:0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget{
  opacity:1;
  visibility:visible;
  right:0;
  -webkit-transition:all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition:all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition:all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
}

.sidebar-textwidget{
  padding: 50px 40px 50px 40px;
}

.xs-sidebar-group .close-side-widget{
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #0e132d;
  color: #0e132d;
  border-radius: 50%;
  font-weight: 400;
  font-size: 20px;
  transition: all 500ms ease;
}

.xs-sidebar-group .close-side-widget:hover{

}

.sidebar-widget-container{
  position:relative;
  opacity:0;
  visibility:hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container{
  opacity:1;
  visibility:visible;
}

.xs-bg-black{
  background-color:var(--secondary-color);
}

.xs-sidebar-group .logo{
  position: relative;
  display: block;
  padding-bottom: 25px;
  margin-bottom: 35px;
  border-bottom: 1px solid #e0e0e0;
}

.xs-sidebar-group h3{
  position: relative;
  display: block;
  font-size: 25px;
  line-height: 30px;
  font-family: var(--text-font);
  color: #161837;
  font-weight: 700;
  margin-bottom: 28px;
}

.xs-sidebar-group .content-inner .text{
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 35px;
}

.xs-sidebar-group .content-inner p{
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 28px;
  font-family: 'Barlow', sans-serif;
  color: #444444;
  margin-bottom: 0px;
}

.xs-sidebar-group .content-inner .info-box{
  position: relative;
  display: block;
  margin-bottom: 48px;
}

.xs-sidebar-group .content-inner .info-box .info li{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 25px;
  font-family: 'Barlow', sans-serif;
  color: #444;
  padding-left: 47px;
  margin-bottom: 25px;
}
 .news-btn-d-none{
    display:none;
  }
.xs-sidebar-group .content-inner .info-box .info li:last-child{
  margin-bottom: 0px !important;
}

.xs-sidebar-group .content-inner .info-box .info li .icon{
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 30px;
}

.xs-sidebar-group .content-inner .info-box .info li:first-child .icon{
  top: 7px;
}

.xs-sidebar-group .content-inner .info-box .info li:nth-child(3) .icon{
  left: 8px;
}

.xs-sidebar-group .subscribe-inner .form-group{
  position: relative;
  margin-bottom: 0px;
}

.xs-sidebar-group .subscribe-inner .form-group input[type="email"]{
  position: relative;
  display: block;
  width: 100%;
  height: 56px;
  border: 1px solid #e3dfdf;
  background: #f8f8f8;
  border-radius: 5px;
  padding: 10px 30px;
  font-size: 18px;
  font-family: 'Barlow', sans-serif;
  color: #444444;
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.xs-sidebar-group .subscribe-inner .form-group input:focus{
  border-color: var(--theme-color);
}

.xs-sidebar-group .subscribe-inner .form-group .theme-btn{
  border-radius: 5px;
}

.xs-sidebar-group .content-inner .info-box .info li a{
  display: inline-block;
  color: #444;
}

.xs-sidebar-group .content-inner .info-box .info li a:hover{
  text-decoration: underline;
  color: var(--theme-color);
}

/** header-top **/

.header-top{
  position: relative;
  background: #f2f0f0;
  width: 100%;
  padding: 10px 0px;
}

.header-top:before{
  position: absolute;
  content: '';
  background: #f2f0f0;
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: -2px;
}

.header-top .top-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top .left-info{
  position: relative;
  display: flex;
  align-items: center;
}

.header-top .left-info li{
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #0b1970;
  font-weight: 500;
  margin-right: 40px;
}

.header-top .left-info li a{
  display: inline-block;
  color: #0b1970;
}

.header-top .left-info li a:hover{

}

.header-top .left-info li:last-child{
  margin: 0px !important;
}

.header-top .left-info li img{
  position: relative;
  margin-right: 12px;
  top: -2px;
}

.header-top .left-info li:before{
  position: absolute;
  content: '';
  background: #0b1970;
  width: 1px;
  height: 16px;
  top: 4px;
  right: -20px;
}

.header-top .left-info li:last-child:before{
  display: none;
}

.header-top .left-info li button{
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 1px 15px 1px 30px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 500ms ease;
}

.header-top .left-info li button:before{
  position: absolute;
  content: '';
  background: #26ba40;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 15px;
  top: 11px;
}

.header-top .right-info{
  position: relative;
  display: flex;
  align-items: center;
}

.header-top .right-info > li{
  margin-right: 25px;
}

.header-top .right-info li:last-child{
  margin: 0px;
}

.nice-select{
  position: relative;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--text-font);
  font-weight: 500;
  color: #0b1970;
  padding-right: 17px;
}

.nice-select:before{
  position: absolute;
  content: '';
  background-image: url(../images/icons/icon-2.png);
  width: 8px;
  height: 5px;
  top: 12px;
  right: 0px;
  background-repeat: no-repeat;
}

.nice-select.wide .list{
  min-width: 150px;
}

.header-top .right-info > li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--text-font);
  font-weight: 500;
  color: #0b1970;
}

.header-top .right-info > li a:hover{

}


/** header-upper **/

.header-upper{
  position: relative;
  padding: 30px 0px 65px 0px;
}

.header-upper .upper-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-upper .upper-inner .right-column{
  position: relative;
  display: flex;
  align-items: center;
}

.header-upper .upper-inner .info-list{
  position: relative;
  display: flex;
  align-items: center;
}

.header-upper .upper-inner .info-list li{
  position: relative;
  margin-right: 50px;
  padding-left: 38px;
}

.header-upper .upper-inner .info-list li .icon-box{
  position: absolute;
  left: 0px;
  top: 6px;
}

.header-upper .upper-inner .info-list li span{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #4c4c4d;
}

.header-upper .upper-inner .info-list li h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-family: var(--text-font);
  color: #0b1970;
  font-weight: 600;
}

.header-upper .upper-inner .info-list li h5 a{
  display: inline-block;
  color: #0b1970;
}

.header-upper .upper-inner .info-list li h5 a:hover{

}

.header-upper .upper-inner .social-links{
  position: relative;
  display: flex;
  align-items: center;
}

.header-upper .upper-inner .social-links li{
  margin-right: 10px;
}

.header-upper .upper-inner .social-links li:last-child{
  margin: 0px;
}

.header-upper .upper-inner .social-links li a{
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #f6f6f6;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  color: #011e45;
}

.header-upper .upper-inner .social-links li a:hover{
  color: #fff;
}

.main-header .outer-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-style-one .header-lower{
  position: absolute;
  left: 0px;
  bottom: -35px;
  width: 100%;
}

.header-style-one .header-lower .outer-box{
  display: block;
  padding-right: 246px;
}

.header-style-one .header-lower .btn-box{
  position: absolute;
  top: 0px;
  right: 0px;
}

.header-style-one .menu-area{
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 85px;
  border-radius: 0px 50px 50px 0px;
  background: linear-gradient(180deg, #ea7422, #bd3a2c);
}

.header-style-one .menu-area:before{
  position: absolute;
  content: '';
  background: linear-gradient(180deg, #ea7422, #bd3a2c);
  width: 6000px;
  height: 100%;
  top: 0px;
  right: 0px;
  border-radius: 0px 50px 50px 0px;
  z-index: -1;
}

.main-header .search-toggler{
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.header-style-one .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--jost);
  font-weight: 700;
  text-transform: uppercase;
  padding: 22px 50px;
  border-radius: 40px 0px 40px 40px;
  color: #fff;
  background: #003866;
  letter-spacing: 0.7px;
}

.header-style-one .btn-box a:hover{

}

.header-style-one .btn-box a span{
  position: relative;
  padding-right: 28px;
}

.header-style-one .btn-box a span:before{
  position: absolute;
  content: '';
  background-image: url(../images/icons/icon-6.png);
  width: 12px;
  height: 12px;
  bottom: 6px;
  right: 0px;
  background-repeat: no-repeat;
}


/** main-menu **/

.main-menu{
  float: left;
}

.main-menu .navbar-collapse{
  padding:0px;
  display:block !important;
}

.main-menu .navigation{
  margin:0px;
}

.main-menu .navigation > li{
  position:inherit;
  float:left;
  z-index:2;
  margin: 0px 16px;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-menu .navigation > li:last-child{
  margin-right:0px !important;
}

.main-menu .navigation > li:first-child{
  margin-left: 0px !important;
}

.main-menu .navigation > li > a{
  position:relative;
  display:block;
  text-align:center;
  font-size:16px;
  line-height:24px;
  padding: 22px 0px;
  font-weight:500;
  font-family: var(--title-font);
 color: #0d1126;
  opacity:1;
  text-transform: capitalize;
  z-index:1;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a{
  
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 6 Free';
  content: "\f105";
  position:absolute;
  right:20px;
  top:10px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:900;
  text-align:center;
  z-index:5;  
} 

.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu{
  position:absolute;
  left: inherit;
  top:100%;
  width:300px;
  margin-top: 15px;
  z-index:100;
  display:none;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  border-top: 2px solid var(--theme-color);
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
}

.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a{
  position:relative;
  display:block;
  padding: 10px 25px;
  line-height:30px;
  font-weight:400;
  font-size:16px;
  text-transform:capitalize;
  font-family: var(--title-font);
  color:#0a1d3c;
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > .megamenu li > a{
  display: inline-block;
}

.main-menu .navigation > li > ul > li > a{
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.main-menu .navigation > li > .megamenu li > a{
  padding-left: 0px;
}

.main-menu .navigation > li > .megamenu h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}

.main-menu .navigation > li > ul > li > a:before,
.main-menu .navigation > li > .megamenu li > a:before{
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > a:before{
  left: 18px;
  top: 22px;
}

.main-menu .navigation > li > .megamenu li > a:before{
  left: 0px;
  top: 22px;
}

.main-menu .navigation > li > ul > li > a:hover:before,
.main-menu .navigation > li > .megamenu li > a:hover:before{
  opacity: 1;
}

.main-menu .navigation > li > ul > li > a:hover{
  padding-left: 35px;
}

.main-menu .navigation > li > .megamenu li > a:hover{
  padding-left: 20px;
}

.main-menu .navigation > li > ul > li:last-child > a,
.main-menu .navigation > li > .megamenu li:last-child > a{
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul{
  position:absolute;
  left:100%;
  top:0%;
  margin-top: 15px;
  width:250px;
  z-index:100;
  display:none;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  border-top: 2px solid var(--theme-color);
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > ul > li > a{
  position:relative;
  display:block;
  padding:10px 25px;
  line-height:24px;
  font-weight:400;
  font-size:16px;
  text-transform:capitalize;
  font-family: var(--title-font);
  color:#0a1d3c;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li > a:before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  left: 18px;
  top: 18px;
  background: var(--theme-color);
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover:before{
  opacity: 1;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a{
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover{
  padding-left: 35px;
}

.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .megamenu{
  visibility:visible;
  opacity:1;
  margin-top: 0px;
  top: 100%;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
  top: 0%; 
  margin-top: 0px;
}

.main-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:-32px;
  top:66px;
  width:34px;
  height:30px;
  text-align:center;
  font-size:18px;
  line-height:26px;
  color:#3b3b3b;
  cursor:pointer;
  display: none;
  z-index:5;
  transition: all 500ms ease;
}

.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn{
  
}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn{
  display: none;
}

.menu-area .mobile-nav-toggler {
  position: relative;
 
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  
}

.mobile-menu .nav-logo img{
  max-width: 160px;
}

.menu-area .mobile-nav-toggler .icon-bar{
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #062031;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child{
  margin-bottom: 0px;
}


/** megamenu-style **/

.main-menu .navigation > li.dropdown > .megamenu{
  position: absolute;
  width: 100%;
  padding: 30px 50px;
  left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4{
  margin-bottom: 10px;
}


/** mobile-menu **/

.nav-outer .mobile-nav-toggler{
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color:#3786ff;
  display: none;
}

.mobile-menu{
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right:30px;
  max-width:100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: all 900ms ease;
}

.mobile-menu .navbar-collapse{
  display:block !important; 
}

.mobile-menu .nav-logo{
  position:relative;
  padding:50px 25px;
  text-align:left;  
     padding-bottom: 30px;
    border-bottom: 1px solid #d2d2d2;
}

.mobile-menu-visible{
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop{
  position: fixed;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 900ms ease;
  background-color: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
  opacity: 0.70;
  visibility: visible;
  right: 100%;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s
}

.mobile-menu .menu-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #fff;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 900ms ease !important;
}

.mobile-menu-visible .mobile-menu .menu-box{
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn{
  position: absolute;
  right: 25px;
  top: 54px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size:25px;
  color: #0d1226;
  cursor: pointer;
  z-index: 10;
  -webkit-transition:all 0.9s ease;
  -moz-transition:all 0.9s ease;
  -ms-transition:all 0.9s ease;
  -o-transition:all 0.9s ease;
  transition:all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn{
  -webkit-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  transform:rotate(360deg);
}

.mobile-menu .close-btn:hover{
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}

.mobile-menu .navigation{
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li{
  position: relative;
  display: block;
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation:last-child{
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > ul > li:first-child{
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > a{
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
      color: #0d1126;
	      border-bottom: 1px solid #dbdbdb;
    text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li ul li > a{
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li > a:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  height:0;
  border-left:5px solid #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li.current > a:before{
  height:100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:6px;
  top:6px;
  width:32px;
  height:32px;
  text-align:center;
  font-size:16px;
  line-height:32px;
      color: #0d1126;
  background:rgba(255,255,255,0.10);
  cursor:pointer;
  border-radius:2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
  z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open{
  color: #ffffff;
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);  
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu{
  display: none;
}

.mobile-menu .social-links{
  position:relative;
  padding:0px 25px;
}

.mobile-menu .social-links li{
  position:relative;
  display:inline-block;
  margin:0px 10px 10px;
}

.mobile-menu .social-links li a{
  position:relative;
  line-height:32px;
  font-size:16px;
  color:#ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .social-links li a:hover{
  
}

div#mCSB_1_container{
  top: 0px !important;
}

.mobile-menu .contact-info {
  position: relative;
  padding: 120px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255,255,255,0.80);
  margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a{
  color: rgba(255,255,255,0.80);
}

.mobile-menu .contact-info ul li a:hover{
  
}

.mobile-menu .contact-info ul li:last-child{
  margin-bottom: 0px;
}

.main-header .outer-box{
  position: relative;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav{
  display: none !important;
}

.owl-nav button{
  background: transparent;
  display: none;
}

.float-bob-y {
  animation-name: float-bob-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-y;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-y;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-y;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.float-bob-x{
  animation-name: float-bob-x;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-x;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-x;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-x;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-x;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}


.tabs-box .tab{
  position:relative;
  display:none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab{
  display:block;  
}

.tabs-box .tab{
  transform:scale(0.9,0.9) translateY(0px);
}

.tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}

.border-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  animation: squares 2.9s linear 0s infinite;
  -webkit-animation: squares 2.9s linear 0s infinite;
  -ms-animation: squares 2.9s linear 0s infinite;
  -o-animation: squares 2.9s linear 0s infinite;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}

.border-animation.border-2 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.border-animation.border-3 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}


/** main-footer **/

.main-footer{
  position: relative;
  background: #06142a;
}

.main-footer .widget-section{
  padding: 25px 0px 15px 0px;
  border-bottom: 1px solid #293241;
}

.main-footer p{
  display: inline-block;
  color: #fff;
      font-size: 14px;
    line-height: 20px;
    opacity: 70%;
}

.main-footer .footer-logo{
  margin-bottom: 20px;
}

.main-footer .logo-widget{
  margin-top: 5px;
}

.main-footer .logo-widget p{
 font-size: 14px;
    line-height: 20px;
    opacity: 70%;
}

.main-footer .widget-title{
  position: relative;
  display: block;
  padding-bottom: 12px;
  margin-bottom: 5px;
}




.newsletter-box .form-control {
  height: 40px;
    background: #1f2937;
	border:0px solid #1f2937;
	border-radius:0px;
}

.newsletter-box .btn {
  height: 40px;
  font-size:15px; font-weight:600;
  white-space: nowrap;
   background: #253579;
   border:0px solid #253579;
}
.newsletter-box .btn:hover {
  height: 40px;
  white-space: nowrap;
   background: #ff7728;
   border:0px solid #ff7728;
}


.main-footer .widget-title:before{
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.30);
  width: 30px;
  height: 1px;
  left: 0px;
  bottom: 0px;
}

.main-footer .widget-title h3{
 font-size: 17px;
    line-height: 26px;
  color: #fff;
  font-weight: 500;
}

.main-footer .links-widget .links-list li{
  position: relative;
  display: block;
  margin-bottom: 4px;
}

.main-footer .links-widget .links-list li:last-child{
  margin-bottom: 0px;
}

.main-footer .links-widget .links-list li a{
  position: relative;
  display: inline-block;
     font-size: 14px;
    line-height: 22px;
    color: #fff;
    opacity: 70%;
}

.main-footer .links-widget .links-list li a:hover{

}

.main-footer .contact-widget .info-list li{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 9px;
}

.main-footer .contact-widget .info-list li:last-child{
  margin-bottom: 0px;
}

.main-footer .contact-widget .info-list li a{
  display: inline-block;
  color: #fff;
}

.main-footer .contact-widget .info-list li a:hover{

}

.main-footer .contact-widget .social-links li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 15px;
}

.main-footer .contact-widget .social-links li:last-child{
  margin: 0px;
}

.main-footer .contact-widget .social-links li a{
  position: relative;
  display: inline-block;
 width: 48px;
    height: 48px;
    line-height: 48px;
  font-size: 16px;
  color: #b5b9c0;
  border-radius: 8px;
  text-align: center;
  background-color:#1f2937;
}

.main-footer .contact-widget .social-links li a:hover{

}

.footer-bottom{
  position: relative;
  padding: 6px 0px;
}

.footer-bottom .bottom-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom .bottom-inner p{
      color: #fff; font-size:14px; line-height:20px;
    opacity: 70%;
}

.footer-bottom .bottom-inner p a{
  display: inline-block;
  color: #c5c5c5;
      padding: 0px 12px;
}

.footer-bottom .bottom-inner p a:hover{

}


/** header-style-two **/

.header-top-two{
  position: relative;
  padding: 10px 0px;
  border-bottom: 1px solid #d9d9d9;
}

.header-top-two .top-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top-two .top-inner .left-column p{
  font-size: 17px;
  color: #011e45;
}

.header-top-two .top-inner .right-column{
  position: relative;
  display: flex;
  align-items: center;
}

.header-top-two .top-inner .support-box{
  position: relative;
  display: block;
  padding-left: 27px;
  margin-right: 53px;
}

.header-top-two .top-inner .support-box:before{
  position: absolute;
  content: '';
  background: #67788f;
  width: 1px;
  height: 21px;
  top: 3px;
  right: -26px;
}

.header-top-two .top-inner .support-box .icon-box{
  position: absolute;
  left: 0px;
  top: 5px;
}

.header-top-two .top-inner .support-box p{
  font-size: 17px;
  line-height: 28px;
  font-weight: 600;
  color: #011e45;
}

.header-top-two .top-inner .support-box p a{
  display: inline-block;
  color: #011e45;
  font-weight: 400;
}

.header-top-two .top-inner .support-box p a:hover{

}

.header-top-two .top-inner .social-links{
  position: relative;
  display: flex;
  align-items: center;
}

.header-top-two .top-inner .social-links li{
  margin-right: 15px;
}

.header-top-two .top-inner .social-links li:last-child{
  margin: 0px;
}

.header-top-two .top-inner .social-links li a{
  display: inline-block;
  font-size: 16px;
  color: #011e45;
}

.header-top-two .top-inner .social-links li a:hover{

}

.header-style-two .header-lower .main-menu .navigation > li > a{
  color: #151515;
  padding: 35px 0px;
}

.main-header .outer-box .right-column{
  position: relative;
  display: flex;
  align-items: center;
}

.main-header .menu-right-content{
  position: relative;
  display: flex;
  align-items: center;
}

.main-header .menu-right-content .nav-toggler{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 44px;
  border: 1px solid #949494;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
}

.main-header .menu-right-content .nav-toggler:hover{

}

.sticky-header .menu-right-content .nav-toggler{
  border-color: #fff !important;
}


.nav-style-one .owl-nav button{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #c5c5c5;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
}

.nav-style-one .owl-nav button span{
  display: none;
}

.nav-style-one .owl-nav button:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  line-height: 50px;
  text-align: center;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: all 500ms ease;
}

.nav-style-one .owl-nav button:hover:before{
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

.nav-style-one .owl-nav button:hover{

}

.nav-style-one .owl-nav button.owl-prev:before{
  background-image: url(../images/icons/icon-52.png);
}

.nav-style-one .owl-nav button.owl-next:before{
  background-image: url(../images/icons/icon-53.png);
}

.nav-style-one .owl-nav button.owl-prev{
  margin-right: 20px;
}

.header-style-three{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 70px;
}

.header-style-three .outer-container{
  position: relative;
  border-bottom: 1px solid #c2c2c2;
}

.header-style-three .header-lower .main-menu .navigation > li > a{
  color: #161616;
  padding-top: 32px;
  padding-bottom: 32px;
}

.header-style-three .menu-right-content .nav-toggler{
  border-color: #2c2c2b;
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
}

.accordion-box .block .acc-content.current {
  display: block;
}


/** header-style-four **/

.header-style-four{
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  background: rgba(255, 255, 255, 0.90);
  border-bottom: 1px solid #d7dade;
}

.header-style-four .outer-container{
  padding: 0px 50px;
}

.main-header .left-column{
  position: relative;
  display: flex;
  align-items: center;
}

.header-style-four .header-lower .main-menu .navigation > li > a{
  color: #0D1126;
  font-weight: 400;
padding-top: 28px;
    padding-bottom: 28px;
}
.header-style-four .header-lower .main-menu .navigation > li > a.active,
.header-style-four .header-lower .main-menu .navigation > li.current-menu-item > a,
.header-style-four .header-lower .main-menu .navigation > li.current_page_item > a{
  color: #0D1126;
  font-weight: 400;
padding-top: 28px;
    padding-bottom: 28px;
}
.header-style-four .header-lower .main-menu .navigation > li > a.active:before,
.header-style-four .header-lower .main-menu .navigation > li.current-menu-item > a:before,
.header-style-four .header-lower .main-menu .navigation > li.current_page_item > a:before{
   position: absolute;
  content: '';
  background: #ff772B;
     width: 25px;
    height: 2px;
    top: 62px;
}

/* Highlight submenu items and parent menus for active pages */
.header-style-four .header-lower .main-menu .navigation li.current-menu-item > a,
.header-style-four .header-lower .main-menu .navigation li.current_page_item > a {
  color: #ff772B;
}

.header-style-four .header-lower .main-menu .navigation > li.current-menu-ancestor > a,
.header-style-four .header-lower .main-menu .navigation > li.current_page_ancestor > a {
  color: #0D1126;
  font-weight: 500;
}
.header-style-four .logo-box{
 
  padding-left: 0px;
}



.header-style-four .menu-right-content .support-box{
  position: relative;
  display: block;
  padding-left: 48px;
  margin-right: 25px;
}

.header-style-four .menu-right-content .support-box .icon-box{
  position: absolute;
  left: 0px;
  top: -1px;
}

.header-style-four .menu-right-content .support-box a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #011e45;
}

.header-style-four .menu-right-content .support-box a:hover{

}

.header-style-four .menu-right-content .btn-box .theme-btn{
  border-radius: 6px;
  font-size: 15px;
	font-weight: 400;
  padding: 13px 20px;
}
.header-style-four .menu-right-content .btn-box .theme-btn{
  border-radius: 10px;
  font-size: 14px;
	font-weight: 400;
  padding: 13px 20px;
}

.header-style-four .sticky-header .menu-right-content .support-box a{
  color: #fff;
}

.team-section.home-4{
  background: #f8f8f8;
}

.testimonial-section.home-4{
  background: #0e2441;
}

.faq-section.home-5{
  background: #fff;
}

.chooseus-style-three.home-5{
  background: #f4f6fd;
}

.news-section.home-5,
.clients-section.home-5,
.clients-section.home-5 .title-box span{
  background: #fff;
}


.header-style-six{
  position: absolute;
  left: 0px;
  top: 40px;
}

.header-style-six .outer-container{
  position: relative;
  padding: 0px 75px;
}

.header-style-six .menu-right-content .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
  border: 1px solid #fff;
  border-radius: 40px;
  text-align: center;
  padding: 6px 30px 7px 30px;
}

.header-style-six .menu-right-content .btn-box a:hover{
  background: #fff;
}

.header-style-six .support-box{
  position: relative;
  display: block;
  padding: 0px 0px 0px 67px;
}

.header-style-six .support-box .icon-box{
  position: absolute;
  left: 0px;
  top: 11px;
}

.header-style-six .support-box p{
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 8px;
}

.header-style-six .support-box a{
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 22px;
  color: #fff;
  font-weight: 500;
}

.header-style-six .support-box a:hover{
  text-decoration: underline;
}


/** header-style-eight **/

.header-top-three{
  position: relative;
  width: 100%;
  background: linear-gradient(180deg, #ec7825, #bd3a2c);
  padding: 12px 0px 60px 0px;
}

.header-top-three .top-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top-three .info-list{
  position: relative;
  display: flex;
  align-items: center;
}

.header-top-three .info-list li{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #fff;
  margin-right: 57px;
}

.header-top-three .info-list li:last-child{
  font-weight: 500;
  margin-right: 0px;
}

.header-top-three .info-list li a{
  display: inline-block;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

.header-top-three .info-list li a span{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  border-bottom: 1px solid #f7dfd7;
}

.header-top-three .info-list li:before{
  position: absolute;
  content: '';
  background: #d7d7d7;
  width: 1px;
  height: 19px;
  top: 4px;
  right: -29px;
}

.header-top-three .info-list li:last-child:before{
  display: none;
}

.header-top-three .social-links{
  position: relative;
  display: flex;
  align-items: center;
}

.header-top-three .social-links li{
  margin-right: 25px;
}

.header-top-three .social-links li:last-child{
  margin-right: 0px;
}

.header-top-three .social-links li a{
  display: inline-block;
  font-size: 16px;
  color: #fff;
}

.header-top-three .social-links{
  position: relative;
  margin-right: 55px;
}

.header-top-three .social-links:before{
  position: absolute;
  content: '';
  background: #d7d7d7;
  width: 1px;
  height: 19px;
  top: 4px;
  right: -28px;
}

.header-top-three .right-column{
  position: relative;
  display: flex;
  align-items: center;
}

.header-top-three .nice-select{
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.header-top-three .nice-select li{
  color: var(--text-color);
}

.header-top-three .nice-select:before{
  background-image: url(../images/icons/icon-125.png);
  width: 10px;
  height: 6px;
}

.header-style-eight .header-lower{
  position: relative;
}

.header-style-eight .header-lower .auto-container{
  position: relative;
}

.header-style-eight .header-lower .outer-box{
  position: absolute;
  left: 0px;
  top: -47px;
  width: 100%;
  background: #fff;
  padding-left: 30px;
  padding-right: 0px;
  border-radius: 7px 0px 0px 7px;
  z-index: 1;
}

.header-style-eight .header-lower .outer-box:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 6000px;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 7px 0px 0px 7px;
  z-index: -1;
}

.header-style-eight .header-lower .main-menu .navigation > li > a{
  color: #000000;
  font-weight: 600;
}

.team-section.home-9 .inner-container{
  border-top: 1px solid #d7d7d7;
}

/** header-style-ten **/

.header-style-ten{
  position: absolute;
  left: 0px;
  top: 40px;
}

.header-style-ten .outer-container{
  padding: 0px 50px;
}

.header-style-ten .support-box{
  position: relative;
}

.header-style-ten .support-box p{
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 8px;
}

.header-style-ten .support-box a{
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 22px;
  color: #fff;
  font-weight: 500;
}

.header-style-ten .support-box a:hover{
  text-decoration: underline;
}

.header-style-ten .search-toggler:before{
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.60);
  width: 1px;
  height: 46px;
  top: -8px;
  right: -30px;
}

.chooseus-style-three.home-10{
  background: #f4f6fd;
}


.header-style-11 .header-lower .main-menu .navigation > li > a{
  color: #000000;
  padding-top: 32px;
  padding-bottom: 32px;
}

.header-style-11 .outer-container{
  padding-left: 85px;
  padding-right: 70px;
}

.header-style-11 .link-box a{
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  padding-right: 38px;
}

.header-style-11 .link-box a:before{
  position: absolute;
  content: '';
  background-image: url(../images/icons/icon-158.png);
  width: 22px;
  height: 12px;
  top: 12px;
  right: 0px;
  background-repeat: no-repeat;
}

.header-style-11 .sticky-header .link-box a{
  color: #fff;
}

.header-style-11 .sticky-header .link-box a:before{
  background-image: url(../images/icons/icon-159.png);
}

.about-section.home-11,
.faq-section.home-11{
  background: #fff;
}

.faq-section.home-11 .accordion-box .block .acc-btn{
  font-weight: 400;
}


/** header-style-12 **/

.header-style-12{
  position: relative;
  background: #2d2d76;
  padding-left: 435px;
  max-width: 1920px;
  margin: 0 auto;
}

.header-style-12 .logo-inner{
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff;
  padding: 44px 67px;
}

.header-top-four{
  position: relative;
  background: #ee5a07;
  border-bottom-left-radius: 7px;
  padding: 10px 0px 10px 30px;
}

.header-top-four .top-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1170px;
}

.header-top-four p{
  color: #fff;
}

.header-top-four p a{
  display: inline-block;
  font-weight: 700;
  font-family: 'Yantramanav', sans-serif;
  color: #fff;
}

.header-top-four p a:hover{
  text-decoration: underline;
}

.header-top-four .support-box{
  position: relative;
  padding-left: 35px;
}

.header-top-four .support-box .icon-box{
  position: absolute;
  left: 0px;
  top: 5px;
}

.header-top-four .support-box a{
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Yantramanav', sans-serif;
}

.header-top-four .support-box a:hover{
  text-decoration: underline;
}

.header-style-12 .header-lower .outer-box{
  padding: 0px;
  max-width: 1200px;
}

.header-style-12 .social-links{
  position: relative;
  display: flex;
  align-items: center;
}

.header-style-12 .social-links li{
  margin-right: 15px;
}

.header-style-12 .social-links li:last-child{
  margin: 0px;
}

.header-style-12 .social-links li a{
  display: inline-block;
  font-size: 16px;
  color: #fff;
}

.header-style-12 .header-lower .main-menu .navigation > li > a{
  padding: 29.5px 0px;
}

.header-style-12 .sticky-header .outer-container{
  padding-left: 70px;
  padding-right: 70px;
}

.claim-section.home-12 .upper-box{
  border-bottom: none;
}

.clients-style-three.home-12{
  background: #fafcfe;
}


/** header-style-13 **/

.header-style-13{
  position: absolute;
  left: 0px;
  top: 40px;
  width: 100%;
  padding-left: 285px;
}

.header-style-13 .logo-inner{
  position: absolute;
  left: 80px;
  top: 17px;
}

.header-style-13 .header-lower{
  position: relative;
  background: #fff;
  border-radius: 5px 0px 0px 5px;
  padding-left: 55px;
  padding-right: 55px;
}

.header-style-13 .header-lower:before{
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.20);
  width: 100%;
  height: 100%;
  left: 15px;
  top: 10px;
  border-bottom-left-radius: 5px;
}

.header-style-13 .header-lower .main-menu .navigation > li > a{
  color: #000000;
  padding: 28px 0px;
}

.header-style-13 .header-lower .main-menu .navigation > li.current > a, 
.header-style-13 .header-lower .main-menu .navigation > li:hover > a{
 color: #fff!important;
}

.header-style-13 .support-box{
  position: relative;
  display: block;
  padding-left: 45px;
}

.header-style-13 .support-box .icon-box{
  position: absolute;
  left: 0px;
  top: 2px;
}

.header-style-13 .support-box a{
  display: inline-block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: #000000;
}

.header-style-13 .support-box a:hover{
  text-decoration: underline;
}


.header-style-14 .header-lower{
  background: #162b62;
}

.header-style-14 .header-upper{
  padding-bottom: 30px;
}

.header-style-14 .outer-box .link-box a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--jost);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 27px;
}

.header-style-14 .outer-box .link-box a:hover{

}

.header-style-14 .outer-box .link-box a:before{
  position: absolute;
  content: '';
  background-image: url(../images/icons/icon-161.png);
  right: 0px;
  bottom: 8px;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
}


.check-box input {
  display: none;
}

.check-box label {
  position: relative;
  font-size: 20px;
  color: rgba(68, 68, 68, 0.50);
  padding-left: 40px;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 0px;
}

.check-box label:before{
  position: absolute;
  content: '';
  left: 0px;
  top: 3px;
  width: 28px;
  height: 28px;
  border-style: solid;
  border-width: 2px;
  border-color: #e4e4e4;
  background: #fff;
}

.check-box label:after {
  position: absolute;
  content: '';
  left: 7px;
  top: 11px;
  background-image: url(../images/icons/icon-204.png);
  width: 14px;
  height: 12px;
  opacity: 0;
  transition: all 500ms ease;
}

.check-box input:checked + label:after {
  opacity: 1;
}


/** map-section **/

.map-section{
  position: relative;
}

.map-section .map-inner{
  position: relative;
  width: 100%;
  height: 345px;
}

.map-section .map-inner iframe{
  position: relative;
  width: 100%;
  height: 345px;
}

.map-section .address-box{
  position: absolute;
  top: 45px;
  right: 310px;
  width: 380px;
  background: #1a6fe1;
  height: calc(100% - 90px);
  padding: 36px 45px 52px 45px;
  z-index: 2;
}

.map-section .address-box h4{
  position: relative;
  display: block;
  font-size: 19px;
  line-height: 28px;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-weight: 700;
  padding-bottom: 9px;
  margin-bottom: 20px;
}

.map-section .address-box h4:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 20px;
  height: 2px;
  left: 0px;
  bottom: 0px;
}

.map-section .address-box p{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Barlow', sans-serif;
  color: #fff;
  margin-bottom: 30px;
}

.map-section .address-box p:last-child{
  margin-bottom: 0px;
}

.map-section .address-box p a{
  color: #fff;
}

.map-section .address-box p a:hover{
  text-decoration: underline;
}


/** header-style-15 **/

.header-style-15{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  padding-left: 163px;
}

.header-style-15 .outer-container{
  position: relative;
  padding: 0px 55px;
}

.header-style-15 .header-lower .outer-box{
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.header-style-15 .menu-right-content .nav-toggler{
  border-color: #eee;
}

.feature-section.home-15{
  background: #fff;
  border-bottom: 1px solid #d0d0d0;
}

.white-bg{
  background: #fff !important;
}

.benefits-section.home-15{
  background: #f2f2f2;
}

.benefits-section.home-15 .tab-btns .tab-btn{
  background: #fff;
}


.header-style-16{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}

.header-style-16 .outer-container{
  padding: 0px 60px;
}

.header-style-16 .header-lower .main-menu .navigation > li > a{
  padding: 37px 0px;
}

.service-style-three.home-16{
  background: #f2f2f3;
}

.service-style-three.home-16 .service-block-three .inner-box{
  box-shadow: 0px 5px 0px 0px #e6e6e7;
}


/** header-style-17 **/

.header-style-17{
  position: relative;
  background: #fff;
  border-top: 6px solid #d7e2f1;
}

.header-style-17 .header-upper .upper-inner .info-list li{
  padding-left: 47px;
}

.header-style-17 .header-upper .upper-inner .info-list li p{
  line-height: 22px;
  color: #333333;
}

.header-style-17 .header-upper .upper-inner .info-list li p a{
  display: inline-block;
  color: #333333;
}

.header-style-17 .header-upper .upper-inner .info-list li p a:hover{

}

.header-style-17 .header-upper{
  border-bottom: 1px solid #e1ebec;
  padding-bottom: 30px;
}

.header-style-17 .header-lower .main-menu .navigation > li > a{
  color: #000000;
  padding: 17px 0px;
}

.header-style-17 .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--jost);
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 17px 35px;
}

.header-style-17 .btn-box a:hover{
  background: var(--secondary-color) !important;
}

.header-style-17 .btn-box a:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 9px;
  height: 16px;
  left: -1px;
  top: 50%;
  margin-top: -8px;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 0% 100%, 0% 0%);
}

.header-style-17 .sticky-header .btn-box a{
  padding: 22px 35px;
}

.header-style-17 .sticky-header .btn-box a:before{
  display: none;
}

.service-style-three.home-17{
  background: #fafafb;
}


/** header-style-18 **/

.header-style-18{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}

.header-style-18 .header-lower{
  background: rgba(255, 255, 255, 0.90);
}

.header-style-18 .header-top{
  background: #011f3a;
}

.header-style-18 .header-top .left-info li,
.header-style-18 .header-top .left-info li a{
  color: #fff;
}

.header-style-18 .header-top .left-info li:before{
  background: #fff;
}

.header-top .left-info li button{
  font-size: 16px;
  font-weight: 500;
  color: #0b1970;
}

.header-style-18 .header-top .left-info li a:hover{

}

.header-style-18 .header-top .nice-select{
  color: #fff;
}

.header-style-18 .header-top .nice-select .list li{
  color: #0b1970;
}

.header-style-18 .header-top .right-info > li a{
  color: #fff;
}

.header-style-18 .header-top .right-info > li a:hover{

}

.header-style-18 .header-top:before{
  background: #8b98a5;
}

.header-style-18 .header-lower .main-menu .navigation > li > a{
  color: #000000;
  padding: 32px 0px;
}

.header-style-18 .header-lower .main-menu .navigation > li.current > a, 
.header-style-18 .header-lower .main-menu .navigation > li:hover > a{
  color: #ee0d09;
}

.header-style-18 .header-lower .nav-btn{
  border-color: #f66b16;
  background: #f66b16;
}

.claim-section.home-18 .upper-box{
  border-bottom: none;
}

.faq-section.white-bg .accordion-box .block .acc-btn{
  color: #161837;
}

.testimonial-style-two.home-19,
.clients-style-two.home-19{
  background: #f5f5f7;
}

.clients-style-two.home-19 .inner-container{
  border-bottom: none;
  border-top: 1px solid #e4e4e4;
}

.news-section.home-19{
  background: #f4f4f4;
}


.header-style-20{
  position: relative;
  background: #fff;
}

.header-style-20 .header-lower .main-menu .navigation > li > a{
  color: #000000;
}

.header-style-20 .header-lower .main-menu .navigation > li.current > a, 
.header-style-20 .header-lower .main-menu .navigation > li:hover > a{
  color: #2279e1;
}

.header-style-20 .search-toggler{
  opacity: 0.7;
}

.main-header .header-lower .menu-right-content .nav-toggler:hover{
  background: var(--secondary-color);
  border-color: var(--secondary-color);
}

.news-style-three.home-20{
  background: #f6f7f8;
}


.slide-text-outer{
  position: relative;
}

.slide-text-outer .text-box{
  position: relative;
  display: block;
  width: max-content;
  font-size: 163px;
  line-height: 185px;
  font-family: var(--roboto);
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #8b8b8b;
  -moz-animation: scroll-left 1200s linear infinite;
  -webkit-animation: scroll-left 1200s linear infinite;
  animation: scroll-left 1200s linear infinite;
}

.slide-text-outer .text-box.italic{
  font-size: 120px;
  line-height: 140px;
  font-style: italic;
}

@-moz-keyframes scroll-left {
  0% { -moz-transform: translateX(0%); }
  100% { -moz-transform: translateX(-100%); }
}

@-webkit-keyframes scroll-left {
  0% { -webkit-transform: translateX(0%); }
  100% { -webkit-transform: translateX(-100%); }
}


.team-section.about-page{
  background: #f8f8f8;
}

.faq-section.history-page{
  background: #fff;
}

.faq-section.team-page-one .inner-container{
  border-top: 1px solid #d1d1d1;
}


/** clients-section **/

.clients-section{
  position: relative;
  background: #f5f9fc;
}

.clients-list{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.clients-section .clients-list img{
  position: relative;
  transition: all 500ms ease;
}

.clients-section .clients-list img:hover{
  transform: scale(1.03);
}

.clients-section .title-box{
  position: relative;
  display: block;
}

.clients-section .title-box:before{
  position: absolute;
  content: '';
  background: #d5d4d3;
  width: 100%;
  height: 1px;
  left: 0px;
  top: 16px;
}

.clients-section .title-box span{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--jost);
  font-weight: 700;
  text-transform: uppercase;
  background: #f5f9fc;
  padding: 3px 25px;
  letter-spacing: 1px;
}


/** clients-style-two **/

.clients-style-two{
  position: relative;
}

.clients-style-two .inner-container{
  position: relative;
  padding: 90px 0px;
  border-bottom: 1px solid #d7d7d7;
}

.clients-style-two h4{
  display: block;
  font-size: 20px;
  line-height: 26px;
}

.clients-style-two.home-3{
  background: #f8f8f8;
}

.clients-style-two.home-3 .inner-container{
  border-bottom: 1px solid #c8cacf;
}

.clients-section.home-7{
  background: #fafcfe;
}

.clients-style-three{
  position: relative;
}

.clients-style-three.home-12 .sec-title:before{
  position: absolute;
  content: '';
  background: #999999;
  width: 6000px;
  height: 1px;
  left: 500px;
  top: 36px;
}


/** clients-style-four **/

.clients-style-four{
  position: relative;
  background: #111b2a;
}



#info
{
	font-size: 18px;
	color: #555;
	text-align: center;
	margin-bottom: 25px;
}

a{
	color: #074E8C;
}

.scrollbar
{
	margin-left: 30px;
	float: left;
	height: 335px;

	overflow-y: scroll;
	margin-bottom: 25px;
}

.force-overflow
{	margin-right:20px;
	min-height: 450px;
}



.rating-list1{
  list-style: none;
  padding: 0;
  margin: 0;
}

.rating-list1 li{
  position: relative;
  padding-left: 22px;
  margin-bottom: 6px;
  font-size: 14px;
  color: #333;
}



.inline-list{
  list-style: none;
  padding: 0;
  margin: 0;
}

.inline-list li{
  display: inline-block;
  position: relative;
     padding-left: 6px;
  padding-right: 16px;
  font-size: 14px;
  color: #0d1126;
  white-space: nowrap;
}

/* Check icon */
.inline-list li img{
 right: 6px;
     width: 16px !important;
    top: 0;
    font-size: 13px;
    position: relative;
}

/* ===== STEP WIZARD ===== */
.wizard {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}

.step {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 2; /* Circle above line */
}

.step .radio {
  width: 20px;
  height: 20px;
  border: 2px solid #c3c9d4;
  border-radius: 50%;
  position: relative;
  background: #fff;
}

.step span {
  margin-left: 8px;
  font-size: 14px;
  color: #4f5668;
}

.step.active span,
.step.completed span {
  color: #308fce;
  font-weight: 600;
}

.step.active .radio,
.step.completed .radio {
  border-color: #308fce;
}

.step.completed .radio::after {
  content: '';
  width: 10px;
  height: 10px;
  background: #308fce;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.line {
  flex: 1;
  height: 4px;
  background: #dee2e6;
  margin: 0 16px; /* line behind circle */
  position: relative;
  z-index: 1;
  top: -17px;
  overflow: hidden;
}

.line::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 100%;
  background: #308fce;
  transition: width 0.4s ease;
}

.line.filled::after {
  width: 150px;
}

/* ===== FORM ===== */
.form-step {
  display: none;
}
.form-step.active {
  display: block;
}

/* ===== MOBILE ===== */
@media (max-width: 576px) {
  .wizard {
    flex-direction: column;
    align-items: flex-start;
  }
  .line {
    width: 3px;
    height: 30px;
    margin: 6px 0 6px 7px;
  }
}


.card {
   background: #FFFFFF;
border: 1px solid #F3F4F6;
box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.25);
border-radius: 12px; 
}



.country-tag {
        display: inline-block;
        background-color: #308fce;
        color: white;
        padding: 5px 12px;
        border-radius: 50px;
        margin: 3px;
        font-size: 0.9rem;
    }
    .country-tag i {
        margin-left: 5px;
        cursor: pointer;
    }
    .country-card {
        cursor: pointer;
        border: 2px solid transparent;
        border-radius: 8px;
        transition: all 0.3s;
        padding: 2px;
    }
    .country-card.active, .country-card:hover {
        border-color: #308fce;
        transform: scale(1.05);
    }
    .country-card img {
        width: 100%;
        border-radius: 8px;
    }


/* Input with left icon */
.date-input {
    position: relative;
    width: 100%;
}

.date-input input {
    width: 100%;
    padding-left: 2.5rem; /* space for icon */
}

.date-input .calendar-icon {
    position: absolute;
    top: 50%;
    left: 0.75rem;
    transform: translateY(-50%);
    cursor: pointer;
    color: #495057;
    font-size: 1.1rem;
}

  .traveller-input-card {
      max-width: 100%;
      border: 1px solid #ddd;
      border-radius: 10px;
      padding: 10px 15px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background-color: #f9f9f9;
    }

    .traveller-input-card .input-group input {
      max-width: 45px;
	  margin: 0px 10px;
    }

    .traveller-input-card i {
          font-size: 16px;
    line-height: 22px;
    color: #0d1126;
    opacity: 70%;
    }

    .traveller-input-card span {
      font-weight: 500;
      margin-left: 5px;
      color: #333;
    }

    .btn-outline-secondary i {
      pointer-events: none;
    }


.page-title{
	position: relative;
	background: #fff;
	padding: 14px 0px 5px 0px !important;
}

.page-title .content-box h1{
	position: relative;
	display: block;
	font-size: 32px !important;
	line-height: 36px !important;
	font-weight: 600 !important;
	margin-bottom: 10px;
	    margin-top: 8px;
}

.page-title .bread-crumb li{
	position: relative;
	display: inline-block;
	font-size: 15px;
	color: #0d1126;
	padding-right: 13px;
	margin-right: 5px;
}

.page-title .bread-crumb li:last-child{
	padding: 0px;
	margin: 0px;
}

.page-title .bread-crumb li a{
	position: relative;
	display: inline-block;
	color: #0d1126;
	font-size:15px;
}

.page-title .bread-crumb li a:hover{

}

.page-title .bread-crumb li:before{
	position: absolute;
	content: '\203A';
	top: 0px;
	right: 0px;
font-size: 24px;   /* increase size */
}

.page-title .bread-crumb li:last-child:before{
	display: none;
}

.page-title .image-layer{
	position: absolute;
	right: 0px;
	bottom: 0px;
}


/** faq-section **/

.faq-section{
  position: relative;
  background: #f8f8f8;
}

.faq-section .text-box h3{
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 38px;
  font-family: var(--special-font);
  color: #0b1970;
  font-weight: 400;
  max-width: 465px;
}

.accordion-box .block{
  position: relative;
}

.faq-section .accordion-box .block{
  position: relative;
  border-bottom: 1px solid #a4a4a4 ;
}

.accordion-box .block .acc-btn{
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  padding: 14px 50px 17px 0px;
  color: #0d1126;
  cursor: pointer;
}

.faq-section .accordion-box .block .content{
  margin-bottom: 19px;
}

.accordion-box .block .content{
  padding-left: 0px;
  padding-top: 0px;
}

.accordion-box .block .content p{
  font-size: 16px;
    line-height: 23px;
  color: #000;
  margin-bottom: 0px;
}
.filter-box {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 16px;
}

.coverage-labels {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  margin-top: 6px;
}
.accordion-box .block .acc-btn:before{
  position: absolute;
  content: '+';
  top: 15px;
  right: 20px;
  font-size: 24px;
}

.accordion-box .block .acc-btn.active:before{
  content: '-';
}

.faq-section .accordion-box{
  margin-left: 50px;
}


/** faq-style-two **/

.faq-style-two{
  position: relative;
  background: #eef5f7;
}

.faq-style-two .accordion-box .block{
  background: #e8e9e9;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid #ffc0a0;
}

.faq-style-two .accordion-box .block.active-block{
  background: #fff;
}

.faq-style-two .accordion-box .block .acc-btn{
  padding-left: 22px;
  color: #0d1126;
}

.faq-style-two .accordion-box .block .acc-content{
  padding: 0px 60px 30px 35px;
}

.faq-section.home-7{
  background: #eceef0;
}

.faq-section.home-7 .inner-container{
  border-top: 1px solid #d5d5d5;
  padding-left: 0px;
  padding-right: 0px;
}

.faq-section.home-7 .accordion-box .block .acc-btn{
  color: #161837;
}

.faq-section.home-14{
  background: #fff;
}

.faq-section.home-14 .inner-container{
  border-top: 1px solid #d1d1d1;
}

.faq-section.home-15 .accordion-box .block .acc-btn{
  color: #161837;
}


/** faq-style-three **/

.faq-style-three{
  position: relative;
  background: #f5f5f8;
}

.faq-style-three .content-box{
  position: relative;
  display: block;
}

.faq-style-three .content-box .inner-box .single-item{
  position: relative;
  display: block;
  background: #fff;
  padding: 17px 30px 19px 93px;
  border-radius: 10px;
  margin-bottom: 20px;
  max-width: 450px;
}

.faq-style-three .content-box .inner-box .single-item:last-child{
  margin-bottom: 0px;
}

.faq-style-three .content-box .inner-box .single-item .icon-box{
  position: absolute;
  left: 28px;
  top: 26px;
}

.faq-style-three .content-box .inner-box .single-item p{
  position: relative;
  display: block;
}

.faq-style-three .content-box .inner-box .single-item a{
  position: relative;
  display: inline-block;
  font-size: 19px;
  line-height: 28px;
  font-weight: 600;
  color: var(--text-color);
}

.faq-style-three .content-box .inner-box .single-item a:hover{

}

.faq-style-three .accordion{
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 7px;
  margin-bottom: 17px;
}

.faq-style-three .accordion:last-child{
  margin-bottom: 0px;
}

.faq-style-three .accordion-box .block .acc-btn{
  font-size: 20px;
  font-weight: 500;
  color: #0b1970;
  padding: 18px 50px 18px 35px;
}

.faq-style-three .accordion-box .block .acc-content{
  padding: 7px 30px 40px 44px;
}

.faq-style-three .accordion-box .block .acc-content p{
  color: #494949;
}

.faq-style-three .accordion-box .block .acc-btn:before{
  color: #4e4e4e;
}


/** faq-style-four **/

.faq-style-four{
  position: relative;
}

.faq-style-four{
  background: #f5f5f8;
}

.faq-style-four .image-layer{
  position: absolute;
  left: 430px;
  bottom: 0px;
}

.faq-style-four .accordion{
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 7px;
  margin-bottom: 20px;
}

.faq-style-four .accordion:last-child{
  margin-bottom: 0px;
}

.faq-style-four .accordion-box .block .acc-btn{
  font-size: 20px;
  font-weight: 500;
  color: #0b1970;
  padding: 18px 50px 18px 35px;
}

.faq-style-four .accordion-box .block .acc-content{
  padding: 7px 30px 40px 44px;
}

.faq-style-four .accordion-box .block .acc-content p{
  color: #494949;
}

.faq-style-four .accordion-box .block .acc-btn:before{
  color: #4e4e4e;
}


.faq-style-two.white-bg .accordion-box .block{
  background: #edf3f4;
}



/** faq-style-five **/

.faq-style-five{
  position: relative;
  background: #f3f3f3;
}

.faq-style-five .accordion-box .block{
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
}

.faq-style-five .accordion-box .block:last-child{
  margin-bottom: 0px;
}

.faq-style-five .accordion-box .block .acc-btn{
  padding-left: 35px;
  color: #000;
}

.faq-style-five .accordion-box .block .acc-content {
  padding: 0px 60px 30px 35px;
}

.faq-style-five .accordion-box .block .acc-btn:before{
  font-size: 30px;
  font-weight: 500;
}

.faq-style-five .image-box{
  position: relative;
  display: block;
  margin-left: 50px;
  margin-right: -80px;
  padding-left: 270px;
}

.faq-style-five .image-box .image{
  display: block;
  border-radius: 10px;
}

.faq-style-five .image-box .image img{
  width: 100%;
  border-radius: 10px;
}

.faq-style-five .image-box .image-1{
  position: absolute;
  left: 0px;
  top: 0px;
}

.faq-style-five .image-box .icon-logo{
  position: absolute;
  left: 55px;
  bottom: 3px;
}


/** faq-form-section **/

.faq-form-section{
  position: relative;
  padding: 105px 0px 120px 0px;
}

.faq-form-section h2{
  display: block;
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
}

.faq-form-section .title-text{
  margin-bottom: 48px;
}

.faq-form-section .form-inner .form-group{
  position: relative;
  margin-bottom: 26px;
}

.faq-form-section .form-inner .form-group:last-child{
  margin-bottom: 0px;
}

.faq-form-section .form-inner .form-group input[type='text'],
.faq-form-section .form-inner .form-group input[type='email'],
.faq-form-section .form-inner .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 64px;
  border-bottom: 2px solid #cccccc;
  font-size: 18px;
  color: #444444;
  padding: 10px 0px;
  transition: all 500ms ease;
}

.faq-form-section .form-inner .form-group textarea{
  resize: none;
  height: 165px;
}
/* Card container */
.info-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  border: 1px solid #eee;
}

/* Table */
.info-table {
  width: 100%;
  border-collapse: collapse;
}

/* Cells */
.info-table td {
  padding: 14px 16px;
  border-bottom: 1px solid #e6e6e6;
}

/* LEFT COLUMN HIGHLIGHT */
.info-table .label {
  width: 35%;
  font-weight: 600;
  color: #0b2c6b;
  background: linear-gradient(135deg, #e8f1ff, #f5f9ff);
  border-right: 1px solid #dde6f2;
}
.insur { background:transparent!important; border: 0px solid #ffd5bd!important; padding:0px!important; padding-left:50px!important;
}
/* RIGHT COLUMN */
.info-table .value {
  width: 75%;
  color: #000;
}

/* Remove last border */
.info-table tr:last-child td {
  border-bottom: none;
}

/* Mobile */
@media (max-width: 600px) {
  .info-table td {
    display: block;
    width: 100%;
  }

  .info-table .label {
    border-right: none;
    border-bottom: 1px solid #dde6f2;
  }
}

.faq-form-section .form-inner .form-group input:focus,
.faq-form-section .form-inner .form-group textarea:focus{
  border-color: var(--theme-color);
}

.faq-form-section .form-inner{
  max-width: 870px;
}

.faq-form-section .image-layer{
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.faq-form-section .form-inner .form-group .theme-btn{
  border-radius: 0px;
}


/** faq-style-six **/

.faq-style-six{
  position: relative;
  padding: 40px 0px 40px 0px;
}

.faq-style-six .accordion-box .block{
  background: #f3f3f3;
  border-radius: 10px;
  margin-bottom: 20px;
}

.faq-style-six .accordion-box .block .acc-btn{
  padding-left: 35px;
  color: #000;
}

.faq-style-six .accordion-box .block .acc-content{
  padding: 0px 60px 30px 35px;
}

.faq-style-six .image-box{
  position: relative;
  display: block;
  margin-left: 50px;
  margin-right: -80px;
  padding-left: 270px;
}

.faq-style-six .image-box .image{
  position: relative;
  display: block;
  border-radius: 10px;
}

.faq-style-six .image-box .image img{
  width: 100%;
  border-radius: 10px;
}

.faq-style-six .image-box .image-3{
  position: absolute;
  left: 0px;
  top: 0px;
}

.faq-style-six .image-box .logo-icon{
  position: absolute;
  left: 40px;
  bottom: 0px;
}

/* --- Plan Card --- */
.plan-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.25);
    border: 1px solid #dedede;
  padding: 22px 13px;
  margin-bottom: 20px;
  position: relative;
}

/* Best Seller Badge */
.badge-seller {
  position: absolute;
  top: 0px;
  right: 0px;
  background:#ff8547;
  color: #fff;
    font-size: 12px;
       text-transform: uppercase;
    padding: 0px 12px;
    border-radius: 0px 14px 0px 14x;
    font-weight: 500;
}
/* Best Seller Badge */
.badge-seller-1 {
  position: absolute;
  top: 0px;
  right: 0px;
  background:#28a745;
  color: #fff;
    font-size: 12px;
       text-transform: uppercase;
    padding: 0px 12px;
    border-radius: 0px 14px 0px 14px;
    font-weight: 500;
}
/* Tags */
.plan-card .tag {
  border:1px solid #dee2e6;
  padding:2px 8px;
  border-radius:10px;
  font-size:12px;
  font-weight:500;
  background:#e5e5e5;
  /* opacity:40%; */
  margin-right: 5px;
  display: inline-block;
  margin-bottom: 5px;
   margin-top: 10px;
}

/* Trip plan right column: flex column, content at bottom (parallel to View more), responsive */
.plan-card .osk-trip-plan-right-col {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .plan-card .osk-trip-plan-right-col {
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .plan-card .osk-trip-plan-right-col {
    justify-content: flex-start;
  }
}
.plan-card .osk-trip-plan-right-col .osk-plan-custom-message {
  max-width: 100%;
}

/* Features */
.features li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 6px;
      font-size: 14px;
    line-height: 20px;
    color: #0d1126;
    opacity: 70%;
}
.features li::before {
  content:"-";
  position: absolute;
  left:0;
  color:#198754;
}

/* Price */
.price {
  font-size: 26px;
  font-weight: 800;
  color: #2c2e75;
}
.price + .validity {
  font-size: 14px;
  color: #0d1126;
  margin-top: 4px;
}

/* AI badge with gradient border and white background */
.ai-badge {
  background: #fff; /* White background */
  color: #0d1126; /* Text color */
  padding: 6px 10px;
  border-radius:50%;
  font-size: 10px;
  font-weight:500;
  opacity:70%;
  /* Gradient border */
  border: 1px solid;
  border-image-slice: 1;
  border-width: 2px;
  gap:4px;
  border-image-source: linear-gradient(135deg, #3090cd, #ff772b);
}

/* Buttons */
.btn-view {
  border: 1px solid #308fce;
  color: #308fce;
  font-weight: 600;
}
.btn-buy {
  background: linear-gradient(135deg,#253579,#253579);
  color: #fff;
  font-weight: 600;
}

/* Horizontal lines */
hr {
  margin: 18px 0;
}

/* --- Sidebar --- */
.sidebar {
  position: sticky;
  top: 20px;
}

/* Filter, Help, Trust Cards */
.filter-box,
.help-card,
.trust-box,
.client-box {
  background: #fff;
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  margin-bottom: 24px;
}

.help-card {
  background: #0d1126;
  color: #fff;
}

.help-card a.btn-outline-light {
  width: 100%;
  margin-bottom: 8px;
}

.help-card p{
 opacity:100% !important;
}

/* Help card button - center and auto width on mobile/tablet */
@media only screen and (max-width: 991px) {
  .help-card {
    text-align: center;
  }

  .help-card a.btn-outline-light {
    width: auto;
    display: inline-block;
  }
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
 color: #0d1126;
    opacity: 70%;
}

/** awards-section **/

.awards-section{
  position: relative;
}

.awards-section .sec-title h2{
  font-size: 38px;
  line-height: 48px;
}

.awards-block-one .inner-box{
  position: relative;
  display: block;
  border: 1px solid #e4e2e2;
  border-radius: 10px;
  padding: 24px 35px 27px 170px;
  margin-bottom: 20px;
  min-height: 142px;
}

.awards-block-one:last-child .inner-box{
  margin-bottom: 0px;
}

.awards-block-one .inner-box .icon-box{
  position: absolute;
  left: 30px;
  top: 30px;
}

.awards-block-one .inner-box h4{
  display: block;
  font-size: 20px;
  line-height: 26px;
  font-family: var(--text-font);
  color: #242424;
  margin-bottom: 5px;
}

.awards-block-one .inner-box p{
  line-height: 26px;
}

.content_block_four .content-box{
  position: relative;
  display: block;
}

.content_block_four .content-box .inner-box{
  position: relative;
  display: block;
  background: #f8f6f6;
  border-radius: 10px;
 padding: 23px 55px 30px 55px;
}

.content_block_four .content-box .inner-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #242424;
  margin-bottom: 9px;
}

/** cta-style-two **/

.cta-style-two{
  position: relative;
}



.cta-style-two .inner-container{
  position: relative;
  display: block;
  background: #f1673e;
  border-radius: 20px;
  padding: 25px 40px 25px 25px;
}
.benefit-card{
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
    transition:.3s;
    background:#fff;
}

.benefit-card:hover{
    transform:translateY(-5px);
}

.card-header{
    font-weight:600;
    font-size:18px;
    padding:15px 20px;
    color:#fff;
}

.medical-header{
    background:linear-gradient(135deg,#007bff,#00c6ff);
}

.nonmedical-header{
    background:linear-gradient(135deg,#ff6a00,#ffb347);
}

.benefit-list li{
    padding:12px 0;
    display:flex;
    gap:12px;
    border-bottom:1px dashed #ddd;
    align-items:flex-start;
}

.benefit-list li:last-child{
    border-bottom:none;
}

.benefit-list i{
    color:#0d6efd;
    font-size:16px;
    margin-top:4px;
}

.nonmedical .benefit-list i{
    color:#ff7a18;
}

/* Mobile spacing */
@media(max-width:768px){
    .benefit-card{
        margin-bottom:20px;
    }
}





/** awards-section **/

.keyword-section{
  position: relative;
}

.keyword-section .sec-title h2{
  font-size: 38px;
  line-height: 48px;
}

.keyword-block-one .inner-box{
  position: relative;
  display: block;
  border: 1px solid #e4e2e2;
  border-radius: 10px;
  padding: 24px 35px 27px 150px;
  margin-bottom: 20px;
  min-height: 162px;
}
/** claim-section **/

.claim-section{
  position: relative;
}

.claim-section .upper-box h2{
  display: block;
  font-size: 38px;
  line-height: 50px;
  font-family: var(--roboto);
  color: #161837;
  font-weight: 300;
}

.claim-section .upper-box h2 span{
  display: inline-block;
  font-style: italic;
  color: #fd5949;
  border-bottom: 2px solid #fd5949;
  line-height: 36px;
}

.claim-section .upper-box{
  border-bottom: 1px solid #d8d8d8;
}

.claim-section .upper-box .list-item li{
  position: relative;
  display: block;
  font-size: 18px;
  font-family: var(--roboto);
  color: #2e2e2e;
  font-weight: 300;
  padding: 13px 0px 10px 37px;
  border-bottom: 1px solid #d9d9d9;
}

.claim-section .upper-box .list-item li:first-child{
  border-top: 1px solid #d9d9d9;
}

.claim-section .upper-box .list-item li:before{
  position: absolute;
  content: '';
  background-image: url(../../images/icons/icon-45.png);
  width: 14px;
  height: 12px;
  left: 7px;
  top: 17px;
}

.claim-section .lower-box .content-box{
  position: relative;
  display: block;
}

.claim-section .lower-box .content-box .btn-box{
  position: relative;
  display: flex;
  align-items: center;
}

.claim-section .lower-box .content-box .support-box{
  position: relative;
  display: block;
  padding: 0px 0px 0px 67px;
}

.claim-section .lower-box .content-box .support-box .icon-box{
  position: absolute;
  left: 0px;
  top: 1px;
}

.claim-section .lower-box .content-box .support-box span{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-family: var(--jost);
  color: #fff;
  font-weight: 400;
  
}

.claim-section .lower-box .content-box .support-box a{
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 20px;
  font-family: var(--jost);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.claim-section .lower-box .content-box .support-box a:hover{

}

.claim-section .lower-box .content-box .sec-title h2{
  font-size: 42px;
  line-height: 50px;
}

.claim-section .lower-box .video-inner{
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  padding: 124px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.claim-section .lower-box .video-inner .video-btn a{
  position: relative;
  display: inline-block;
  width: 75px;
  height: 75px;
  line-height: 71px;
  text-align: center;
  border-radius: 50%;
}
.claim-section .lower-box .content-box .btn-box {
    position: relative;
    display: flex;
    align-items: center;
}
.claim-section .lower-box .video-inner .video-btn a:before,
.claim-section .lower-box .video-inner .video-btn a:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.claim-section .lower-box .video-inner .video-btn a:after{
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}
.keyword-block-one:last-child .inner-box{
  margin-bottom: 0px;
}

.keyword-block-one .inner-box .icon-box{
  position: absolute;
  left: 30px;
  top: 30px;
}
.w-65 {
    width: 65% !important;
}
.keyword-block-one .inner-box h4{
  display: block;
  font-size: 20px;
  line-height: 26px;
  font-family: var(--text-font);
  color: #242424;
  margin-bottom: 5px;
}

.keyword-block-one .inner-box p{
  line-height: 26px;
}

.content_block_four .content-box{
  position: relative;
  display: block;
}
.review-card{
   border-bottom:1px solid #d2d2d2;
    padding:15px 0px;

}
.sidebar-widget-bg-orange {
    display: block;
    border-radius: 10px;
    padding: 10px 25px;
	height:190px;
background-image: url(../images/plans-travel.png);
   
}
.profile{
    width:55px;
    height:55px;
    border-radius:50%;
    object-fit:cover;
}

.name{
    font-weight:600;
    font-size:16px;
}
.bg-17{
     background:#fff;
	 padding:10px;
	 border-radius:10px;
	 height: 77px;
    margin: 0px 9px;
    border: 1px solid #d2d2d2;
}
.meta{
    font-size:13px;
    color:#777;
}

.stars i{
    color:#00b67a;
    font-size:14px;
}

.review-title{
    font-weight:600;
	font-size: 18px;
    margin:10px 0 6px;
}

.review-text{
    font-size:15px;
    color:#444;
    line-height:1.6;
}

/* Mobile */
@media(max-width:576px){
    .review-card{
        padding:16px 0px;
    }
}



























.cta-style-two .content-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}

.cta-style-two .content-box h2{
  position: relative;
  display: block;
  font-size: 25px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
}

.cta-style-two.light-section .content-box .theme-btn{
  background: #fff;
  color: #000000 !important;
  font-size: 20px;
  font-family: var(--text-font);
  font-weight: 500;
  text-transform: none;
  padding: 14px 22px;
}

.cta-style-two .content-box .theme-btn span:before{
  background-image: url(../../images/icons/icon-157.png);
  width: 13px;
  height: 13px;
  top: 7px;
}

.cta-style-two .content-box .support-box{
  position: relative;
  display: block;
  padding: 0px 0px 0px 66px;
}

.cta-style-two .content-box .support-box .icon-box{
  position: absolute;
  left: 0px;
  top: 6px;
}

.cta-style-two .content-box .support-box span{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 8px;
}

.cta-style-two .content-box .support-box a{
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 22px;
  color: #fff;
  font-weight: 500;
}

.cta-style-two .content-box .support-box a:hover{
  text-decoration: underline;
}

.cta-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
  z-index: 1;
}

.cta-style-two.dark-section:before,
.cta-style-two.dark-section .inner-container:before{
  display: none;
}

.cta-style-two.dark-section .inner-container{
  background: #f3f3f3;
  padding-left: 70px;
  padding-right: 70px;
  border: 1px solid #ffbead;
    border-radius: 12px;
}

.cta-style-two.dark-section .content-box h2{
  font-size: 32px;
  line-height: 38px;
  color: var(--title-color);
}

.cta-style-two.dark-section .content-box .theme-btn span:before{
  background-image: url(../../images/icons/icon-161.png);
}

.cta-style-two.dark-section .content-box .support-box span{
  color: #0b1970;
}

.cta-style-two.dark-section .content-box .support-box a{
  color: #0b1970;
}

.client-logo {
  background: #fff;
  padding: 6px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,.1);

}

/* Keep trust logo images aligned without stretching */
.client-box .d-flex {
  align-items: center;
}

.client-box .client-logo {
  display: block;
  flex: 0 0 auto;
  height: auto;
  max-height: 55px;
  width: auto;
  object-fit: contain;
}

/* Coverage slider labels below */
.coverage-labels {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #4f5668;
  margin-top: 4px;
}

/* Responsive adjustments */
@media(max-width: 991px){
  .sidebar {
    position: static;
    top: auto;
  }
}
@media(max-width: 767px){
  .tag { margin-bottom: 5px; }
  
  .main-header .outer-box {
 
    width: 100%;
  }
  .main-header .left-column, .header-top-two .top-inner .right-column {
    justify-content: space-between !important;
}
.header-style-four .logo-box img {
  margin-right: 0px;
  margin-left: 0 !important;
  left: 0 !important;
  width: 160px;
  position: relative;
}
.header-style-four .logo-box {
  position: relative;
  margin-right: 0 !important;
  padding-left: 0px;
}

}


.fs-14 {
  font-size: 14px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px !important;
}
.fs-12 {
  font-size: 12px !important;
}


.btn-check:checked + .btn:focus, .btn-check:active + .btn:focus, .btn:active:focus, .btn.active:focus, .btn.show:focus {
    box-shadow: none;
}
.input-group .btn {
    position: relative;
    z-index: 2;
    background: #fff;
}

/* Country Cards */
.country-card {
  cursor: pointer;
  transition: transform 0.2s;
}
.country-card:hover {
  transform: scale(1.05);
}
.country-card img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

/* Date Picker */
.date-input {
  position: relative;
}
.date-input .calendar-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #4f5668;
}
.date-input input {
  padding-left: 40px;
}

/* Traveller input */
.traveller-input-card .btn.rounded-circle {
  border-radius: 50% !important;
  margin-right: 10px;
}

/* Selected countries */
.selected-tag {
  display: inline-flex;
  align-items: center;
 background: #e7e3e3;
    color: #0d1126;
    padding: 2px 18px;
    border-radius: 7px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 14px;
}
.selected-tag i {
  margin-left: 4px;
  cursor: pointer;
}


/* ================= DESKTOP WIZARD ================= */
.wizard {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.step {
  flex: 1;
  text-align: center;
}
.step .radio {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #ccc;
  margin: 7px 2px 6px;
}
.step.active .radio {
  background: #308fce;
  border-color: #308fce;
}
.step span {
  font-size: 14px;
  color: #4f5668;
}
.step.active span {
  color: #308fce;
}
.line {
  height: 4px;
  background: #e5e7eb;
  flex: 1;
  left: -140px;
}
.line.filled {
  background: #308fce;
}

/* ================= MOBILE HEADER ================= */
.mobile-step-header {
  padding: 12px 16px;
  border-bottom: 1px solid #e5e7eb;
  background: #fff;
}
.step-circle {
  width: 26px;
  height: 26px;
  background: #308fce;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.step-title {
  font-size: 15px;
  font-weight: 600;
}
.step-count-text {
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
}
.step-progress {
  height: 4px;
  background: #e5e7eb;
  margin-top: 10px;
  border-radius: 4px;
  overflow: hidden;
}
.step-progress-bar {
  height: 100%;
  width: 33%;
  background: #308fce;
  transition: width 0.3s ease;
}

/* ================= FORM ================= */
.form-step { display: none; }
.form-step.active { display: block; }

/* Hide desktop wizard on mobile */
@media (max-width: 768px) {
  .wizard { display: none; }
}

.image_block_three .image-box{
  position: relative;
  display: block;
}

.image_block_three .image-box .image{
  position: relative;
  display: block;
}

.image_block_three .image-box .image img{
  width: 100%;
}

.image_block_three .image-box .image-content{
  position: relative;
  display: block;
  background: #ff7523;
  padding: 31px 30px 33px 133px;
}

.image_block_three .image-box .image-content .icon-box{
  position: absolute;
  left: 40px;
  top: 33px;
}

.image_block_three .image-box .image-content h3{
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 31px;
  font-family: var(--text-font);
  color: #fff;
  font-weight: 500;
}

.image_block_three .image-box .support-box{
  position: relative;
  bottom: 0px;
      margin-bottom: 30px;
  background: #fff;
  border-radius: 0px 30px 0px 30px;
  box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.09);
  padding: 22px 30px 21px 103px;
  border:1px solid #d2d2d2;
}

.image_block_three .image-box .support-box .icon-box{
  position: absolute;
  left: 35px;
  top: 30px;
}

.image_block_three .image-box .support-box p{
  font-size: 20px;
  line-height: 30px;
  color: #434d5f;
  font-weight: 600;
}
.image_block_three .image-box .support-box p span{
  font-size: 17px;
  line-height: 30px;
  color: #434d5f;
  opacity: 80%;
  font-weight: 400;
}

.image_block_three .image-box .support-box p a{
  display: inline-block;
  color: #434d5f;
}


/** banner-section **/

.banner-section{
  padding: 173px 0px 159px 0px;
  background: #ffe6da;
}

.banner-section .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-section .content-box{
  position: relative;
  display: block;
  margin-right: -75px;
}

.banner-section .content-box .upper-text{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--jost);
  color: var(--title-color);
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 27px 4px 27px;
  border-radius: 30px;
  background: #fff3ed;
  margin-bottom: 29px;
}

.banner-section .content-box h2{
  position: relative;
  display: block;
  font-size: 65px;
  line-height: 68px;
  font-weight: 700;
  margin-bottom: 18px;
}

.banner-section .content-box h3{
  position: relative;
  display: block;
  font-size: 32px;
  line-height: 40px;
  font-family: var(--text-font);
  font-weight: 600;
  font-style: italic;
  margin-bottom: 28px;
}

.banner-section .content-box .info-box{
  position: relative;
  display: block;
  padding: 0px 0px 0px 82px;
  margin-bottom: 28px;
}

.banner-section .content-box .info-box .icon-box{
  position: absolute;
  left: 0px;
  top: -3px;
}

.banner-section .content-box .info-box p{
  font-size: 20px;
  line-height: 29px;
  color: #000000;
  font-weight: 600;
  font-style: italic;
}

.banner-section .content-box .info-box p a{
  display: inline-block;
  font-size: 24px;
  color: #000;
}

.banner-section .content-box .info-box p a:hover{

}

.banner-section .content-box .theme-btn{
  background: linear-gradient(180deg, #ea7422, #bd3a2c);
}

.banner-section .content-box .theme-btn:before{
  position: absolute;
  content: '';
  background: var(--secondary-color);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  opacity: 0;
  transition: all 500ms ease;
}

.banner-section .content-box .theme-btn:hover:before{
  opacity: 1;
}

.banner-section .pattern-layer{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 750px;
  height: 420px;
  background-repeat: no-repeat;
  opacity: 0.5;
}


/** banner-style-two **/

.banner-style-two{
  position: relative;
}

.banner-carousel .content-box{
  position: relative;
  display: block;
  z-index: 5;
}

.banner-style-two .content-box{
  max-width: 590px;
}

.banner-carousel .slide-item{
  position: relative;
  padding: 240px 0px 200px 0px;
}
  
.banner-carousel .content-box{
  position: relative;
  display: block;
  z-index: 5;
  max-width: 600px;
}
  
.banner-carousel .slide-item .bg-layer{
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1);
  -webkit-transition: all 8000ms linear;
  -moz-transition: all 8000ms linear;
  -ms-transition: all 8000ms linear;
  -o-transition: all 8000ms linear;
  transition: all 8000ms linear;
}
  
.banner-carousel .active .slide-item .bg-layer{
  -webkit-transform:scale(1.25);
  -ms-transform:scale(1.25);
  transform:scale(1.25);
}

.banner-carousel .content-box .upper-text{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--jost);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  padding-right: 95px;
  color: #fff;
  opacity: 0;
  margin-bottom: 12px;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box .upper-text{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

.banner-carousel .content-box .upper-text:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 80px;
  height: 1px;
  right: 0px;
  bottom: 6px;
}
  
.banner-carousel .content-box h2{
  font-size: 68px;
  line-height: 82px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 14px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
  
.banner-carousel .active .content-box h2{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}
  
.banner-carousel .content-box p{
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 33px;
  font-weight: 500;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
  
.banner-carousel .active .content-box p{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}
  
.banner-carousel .content-box .btn-box{
  position: relative;
  display: flex;
  align-items: center;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
  
.banner-carousel .active .content-box .btn-box{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

.banner-style-two .banner-carousel .content-box .btn-box a:first-child{
  background: #06244c;
}

.banner-style-two .banner-carousel .content-box .btn-box a:first-child:hover{
  background: #fff;
  color: #151820;
}

.banner-style-two .banner-carousel .content-box .btn-box a:last-child{
  background: #fff;
  color: #151820;
}

.banner-style-two .banner-carousel .content-box .btn-box a:last-child:hover{
  background: #151820;
  color: #fff;
}


/** banner-style-three **/

.banner-style-three{
  padding: 330px 0px 270px 0px;
}

.banner-style-three .content-box h2{
  font-size: 70px;
  line-height: 84px;
  margin-bottom: 26px;
}

.banner-style-three .content-box{
  margin: 0px;
  margin-left: -115px;
}

.banner-style-three .content-box h3{
  color: #071941;
  font-weight: 500;
  margin-bottom: 50px;
}

.banner-style-three .content-box .theme-btn{
  background: #f66b16;
  padding: 29px 50px 28px 50px;
  border-radius: 0px;
  font-size: 20px;
  letter-spacing: 2px;
}

.banner-style-three .content-box .info-box{
  margin-bottom: 46px;
}


/** banner-style-four **/

.banner-style-four{
  position: relative;
  padding: 235px 0px 327px 0px;
}

.banner-style-four .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-style-four .content-box{
  position: relative;
  display: block;
  margin-left: -75px;
  max-width: 580px;
}

.banner-style-four .content-box .upper-text{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--jost);
  color: #f1673e;
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 100px;
  margin-bottom: 24px;
  letter-spacing: 0.7px;
}

.banner-style-four .content-box .upper-text:before{
  position: absolute;
  content: '';
  background: #f1673e;
  width: 90px;
  height: 2px;
  right: 0px;
  bottom: 8px;
}

.banner-style-four .content-box h2{
  position: relative;
  display: block;
  font-size: 70px;
  line-height: 74px;
  font-weight: 700;
  margin-bottom: 18px;
}

.banner-style-four .content-box p{
  font-size: 20px;
  font-weight: 500;
  color: #011e45;
  margin-bottom: 46px;
}

.banner-style-four .content-box .theme-btn{
  border-radius: 40px;
  padding: 15px 47px 14px 47px;
}


/** banner-style-five **/

.banner-style-five{
  position: relative;
  padding-top: 250px;
}

.banner-style-five .outer-container{
  position: relative;
  padding: 0px 100px 0px 150px;
}

.banner-style-five h2{
  position: relative;
  display: block;
  max-width: 820px;
  width: 100%;
  font-size: 54px;
  line-height: 64px;
  font-family: var(--roboto);
  font-weight: 300;
  color: #000;
  margin-bottom: 0px;
}

.banner-style-five h2 span{
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-family: var(--roboto);
  font-style: italic;
  color: #f1673e;
  border-bottom: 2px solid #f1673e;
  line-height: 50px;
}

.banner-style-five .content-box{
  position: relative;
  display: block;
  padding-bottom: 108px;
}

.banner-style-five .text-box{
  position: absolute;
  right: 0px;
  top: 37px;
  width: 530px;
  padding: 64px 56px 96px 57px;
  z-index: 1;
}

.banner-style-five .text-box h3{
  position: relative;
  display: block;
  font-size: 42px;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 17px;
}

.banner-style-five .text-box p{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Jost', sans-serif;
  color: #fff;
  font-weight: 500;
  margin-bottom: 44px;
}

.banner-style-five .text-box form .form-group{
  position: relative;
  margin-bottom: 0px;
}

.banner-style-five .text-box form .form-group input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 62px;
  background: #fff;
  border-radius: 7px;
  font-size: 20px;
  color: #000000;
  padding: 10px 140px 10px 30px;
}

.banner-style-five .text-box form .form-group button[type='submit']{
  position: absolute;
  top: 7px;
  right: 6px;
  font-size: 20px;
  color: #fff;
  background: #000000;
  text-align: center;
  border-radius: 5px;
  padding: 9px 30px 11px 30px;
  cursor: pointer;
  transition: all 500ms ease;
}

.banner-style-five .text-box form .form-group input:focus + button,
.banner-style-five .text-box form .form-group button:hover{
  
}

.banner-style-five .image-box{
  position: relative;
  display: block;
  padding-right: 50px;
}

.banner-style-five .image-box .image{
  position: relative;
  display: block;
}

.banner-style-five .image-box .image img{
  width: 100%;
}


/** banner-style-six **/

.banner-style-six{
  position: relative;
  padding: 290px 0px 245px 0px;
  background: linear-gradient(180deg, #e87222, #c5442b);
  overflow: hidden;
}

.banner-style-six .content-box{
  position: relative;
  display: block;
  margin-left: -50px;
  max-width: 535px;
}

.banner-style-six .content-box .upper-text{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 50px;
  font-family: 'Freehand', cursive;
  color: rgba(255, 255, 255, 0.60);
  margin-bottom: 12px;
}

.banner-style-six .content-box h2{
  display: block;
  font-size: 70px;
  line-height: 70px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 19px;
}

.banner-style-six .content-box p{
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 31px;
}

.banner-style-six .content-box .btn-box .theme-btn{
  background: #ffae13;
  border-radius: 40px;
  color: #010101 !important;
  padding: 16px 35px 14px 35px;
}

.banner-style-six .content-box .btn-box .theme-btn:hover{
  background: #fff;
}

.banner-style-six .image-layer{
  position: absolute;
  right: 170px;
  bottom: 0px;
}

.banner-style-six .shape .shape-1{
  position: absolute;
  right: 150px;
  bottom: -200px;
  width: 788px;
  height: 788px;
  background: rgba(0, 0, 0, 0.10);
  border-radius: 50%;
  -webkit-animation: zoom-fade 11s infinite linear;
  animation: zoom-fade 11s infinite linear;
}

.banner-style-six .shape .shape-2{
  position: absolute;
  right: 150px;
  bottom: -215px;
  width: 832px;
  height: 832px;
  border: 1px dashed #e7a894;
  border-radius: 50%;
}

.content_block_five .content-box{
  position: relative;
  display: block;
}

.content_block_five .content-box .text-box p{
  margin-bottom: 28px;
}

.content_block_five .content-box .text-box p:last-child{
  margin-bottom: 0px;
}

.content_block_five .content-box .list-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content_block_five .content-box .list-inner .list-item li{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #2a2a2a;
  margin-bottom: 11px;
  padding-left: 36px;
}

.content_block_five .content-box .list-inner .list-item li:before{
  position: absolute;
  content: '';
  background-image: url(../images/icon-38.png);
  width: 20px;
  height: 20px;
  left: 0px;
  top: 5px;
  background-repeat: no-repeat;
}

.content_block_five .content-box .link-btn a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--jost);
  color: #f1673e;
  font-weight: 700;
  text-transform: uppercase;
}

.content_block_five .content-box .link-btn a span{
  position: relative;
  display: inline-block;
  padding-right: 34px;
}

.content_block_five .content-box .link-btn a span:before{
  position: absolute;
  content: '';
  background-image: url(../assets/images/icon-38.png);
  right: 0px;
  bottom: 8px;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
}



/** banner-style-seven **/

.banner-style-seven{
  position: relative;
  background: #f1f4f7;
}

.banner-style-seven .insurance-form{
  padding: 20px !important;
 
      background: #fff !important;
    border: 1px solid #ffd5bd !important;
    margin: 0px !important;
    border-radius: 12px !important;
    position: relative !important;
}

.banner-style-seven .insurance-form .tab-btns li .icon-box{
  /* background: #fff;
  border: 1px solid #ffc3a6; */
  background: #ff772b;
  /* border-radius: 50px; */
  border: 1px solid #d2d2d2;

}

.banner-style-seven .image-layer{
  position: absolute;
  right: 28px;
    bottom: -42px;
}


/** banner-style-eight **/

.banner-style-eight{
  position: relative;
  background: #f8e8e1;
  padding: 170px 0px 220px 0px;
}

.banner-style-eight .content-box .theme-btn{
  
}

.banner-style-eight .content-box .upper-icon{
  position: absolute;
  top: 0px;
  right: -20px;
}


/** banner-style-nine **/

.banner-style-nine{
  position: relative;
}

.banner-style-nine .banner-carousel .slide-item:before{
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
  opacity: 0.05;
}

.banner-style-nine .content-box h2{
  font-size: 65px;
  line-height: 78px;
  color: #0e1142;
}

.banner-style-nine .content-box p{
  color: #000000;
}

.banner-style-nine .banner-carousel .content-box .btn-box a:first-child{
  background: #fd4a36;
}

.banner-style-nine .banner-carousel .slide-item{
  padding: 210px 0px 190px 0px;
}

/** banner-style-ten **/

.banner-style-ten{
  position: relative;
  background: linear-gradient(180deg, #d97839, #c5442b);
  padding: 210px 0px 660px 0px;
}

.banner-style-ten .image-layer{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  min-width: 1338px;
}

.banner-style-ten h2{
  position: relative;
  display: block;
  font-size: 65px;
  line-height: 78px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 19px;
}

.banner-style-ten a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--jost);
  color: #fff;
  font-weight: 700;
  padding-right: 28px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.banner-style-ten a:hover{
  text-decoration: underline;
}

.banner-style-ten a:before{
  position: absolute;
  content: '';
  background-image: url(../../images/icons/icon-153.png);
  width: 14px;
  height: 14px;
  right: 0px;
  bottom: 7px;
  background-repeat: no-repeat;
}

.banner-style-ten p{
  font-size: 20px;
  line-height: 28px;
  font-family: var(--title-font);
  color: #fff;
  font-weight: 500;
}


/** banner-style-11 **/

.banner-style-11{
  position: relative;
  background: #fff;
  padding-left: 85px;
}

.banner-style-11 .support-box{
  position: absolute;
  top: 230px;
  left: 27px;
  transform: rotate(180deg);
}

.banner-style-11 .support-box p{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #000000;
  writing-mode: vertical-lr;
}

.banner-style-11 .support-box p a{
  display: inline-block;
  color: #000;
}

.banner-style-11 .support-box p a:hover{

}

.banner-style-11 .scroll-to-target{
  position: absolute;
  left: 27px;
  bottom: 160px;
  padding-top: 84px;
  font-size: 18px;
  color: #000000;
  cursor: pointer;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  transition: all 500ms ease;
}

.banner-style-11 .scroll-to-target:before{
  position: absolute;
  content: '';
  background: #7f7f7f;
  width: 1px;
  height: 60px;
  left: 14px;
  top: 0px;
}

.banner-style-11 .scroll-to-target:hover{

}

.banner-style-11 .banner-carousel .slide-item{
  padding: 280px 0px 235px 0px;
}

.banner-style-11 .banner-carousel .content-box{
  max-width: 750px;
}

.banner-style-11 .banner-carousel .content-box h2{
  font-size: 65px;
  line-height: 78px;
}

.banner-style-11 .banner-carousel .content-box p{
  font-size: 22px;
  line-height: 28px;
}

.banner-style-11 .banner-carousel .content-box .theme-btn{
  border-radius: 0px;
}

.banner-style-11 .banner-carousel .slide-item:before{
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(90deg, rgba(6, 20, 42, 0.92) 0%, rgba(6, 20, 42, 0.0) 50%);
}


/** banner-style-12 **/

.banner-style-12{
  position: relative;
}

.banner-style-12 .banner-carousel .content-box .upper-text{
  padding: 5px 30px 4px 30px;
  color: #0b1970;
  background: #fff;
  border-radius: 30px;
  margin-bottom: 30px;
}

.banner-style-12 .banner-carousel .content-box .upper-text:before{
  display: none;
}

.banner-style-12 .banner-carousel .content-box h2{
  line-height: 67px;
  color: var(--title-color);
  margin-bottom: 22px;
}

.banner-style-12 .banner-carousel .content-box p{
  font-size: 22px;
  line-height: 28px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 20px;
}

.banner-style-12 .banner-carousel .content-box p.fs_20{
  font-size: 20px;
  margin-bottom: 20px;
}

.banner-style-12 .banner-carousel .content-box{
  max-width: 550px;
}

.banner-style-12 .banner-carousel .content-box .btn-box .theme-btn span{
  padding-right: 56px;
}

.banner-style-12 .banner-carousel .content-box .btn-box .theme-btn span:before{
  position: absolute;
  content: '';
  background-image: url(../../images/icons/icon-165.png);
  width: 32px;
  height: 30px;
  top: -3px;
}

.banner-style-12 .banner-carousel .slide-item{
  padding: 150px 0px 220px 0px;
}


/** banner-style-13 **/

.banner-style-13{
  position: relative;
  padding: 300px 0px 200px 0px;
}

.banner-style-13 .bg-layer{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.banner-style-13 .bg-color{
  position: absolute;
  left: 0px;
  top: 0px;
  width: calc(50% - 185px);
  height: 100%;
  background: #e36b24;
}

.banner-style-13 .content-box{
  position: relative;
  display: block;
  max-width: 500px;
}

.banner-style-13 .content-box .upper-text{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--jost);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background: #0e131a;
  border-radius: 30px;
  padding: 5px 33px 5px 27px;
  margin-bottom: 34px;
  letter-spacing: 0.5px;
}

.banner-style-13 .content-box h2{
  position: relative;
  display: block;
  font-size: 55px;
  line-height: 66px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 27px;
}

.banner-style-13 .content-box p{
  font-size: 24px;
  line-height: 29px;
  font-family: 'Yantramanav', sans-serif;
  color: #fff;
  font-weight: 500;
  margin-bottom: 40px;
  max-width: 350px;
}

.banner-style-13 .content-box .theme-btn{
  background: #fff;
  color: #000000 !important;
  padding: 14px 30px 15px 30px;
}

.banner-style-13 .content-box .theme-btn span:before{
  background-image: url(../../images/icons/icon-157.png);
  width: 13px;
  height: 13px;
  top: 4px;
}

.banner-style-13 .content-box .theme-btn span{
  padding-right: 30px;
}

.banner-style-13 .shape-1{
  position: absolute;
  left: 33%;
  top: 70px;
  width: 675px;
  height: 675px;
  border-radius: 50%;
  border: 1px dashed #f4f5f6;
  opacity: 0.5;
}

.banner-style-13 .shape-2{
  position: absolute;
  left: 565px;
  bottom: 140px;
  width: 165px;
  height: 165px;
  background: #0749de;
  border-radius: 50% 50% 50% 0px;
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}


/** banner-style-14 **/

.banner-style-14{
  position: relative;
}

.banner-style-14 .banner-carousel .content-box .upper-text{
  padding: 5px 30px 4px 30px;
  border-radius: 30px;
  color: #202020;
  background: rgba(255, 255, 255, 0.50);
  margin-bottom: 30px;
}

.banner-style-14 .banner-carousel .content-box .upper-text:before{
  display: none;
}

.banner-style-14 .banner-carousel .content-box h2{
  font-size: 60px;
  line-height: 72px;
  color: #0b1970;
  margin-bottom: 22px;
}

.banner-style-14 .banner-carousel .content-box{
  max-width: 630px;
}

.banner-style-14 .banner-carousel .content-box p{
  font-size: 20px;
  line-height: 28px;
  font-family: var(--title-font);
  color: #080939;
  margin-bottom: 38px;
  font-weight: 400;
}

.banner-style-14 .banner-carousel .content-box .btn-box .theme-btn:first-child{
  background: #fff;
  color: #0b1970 !important;
}

.banner-style-14 .banner-carousel .content-box .btn-box .theme-btn:first-child:hover{
  background: #0b1970;
  color: #fff !important;
}

.banner-style-14 .banner-carousel .slide-item{
  padding: 150px 0px 250px 0px;
}


/** banner-style-15 **/

.banner-style-15{
  position: relative;
  padding-left: 164px;
  background: #fff;
}

.banner-style-15 .support-box{
  position: absolute;
  left: 35px;
  top: 21%;
  writing-mode: vertical-lr;
  transform: rotate(-180deg);
}

.banner-style-15 .support-box p{
  font-size: 19px;
  line-height: 28px;
  font-family: 'Jost', sans-serif;
  color: rgba(0, 0, 0, 0.50);
  margin: 0px;
  letter-spacing: 1px;
}

.banner-style-15 .support-box p span{
  position: relative;
  display: inline-block;
  padding-bottom: 55px;
  margin-bottom: 45px;
}

.banner-style-15 .support-box p a{
  display: inline-block;
  color: rgba(0, 0, 0, 0.50);
}

.banner-style-15 .support-box p a:hover{
  
}

.banner-style-15 .support-box p span:before{
  position: absolute;
  content: '';
  background: #7d8286;
  height: 40px;
  width: 1px;
  right: 15px;
  bottom: 0px;
}

.banner-style-15 .social-links{
  position: absolute;
  left: 30px;
  bottom: -52px;
}

.banner-style-15 .social-links li{
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.banner-style-15 .social-links li:last-child{
  margin-bottom: 0px;
}

.banner-style-15 .social-links li a{
  position: relative;
  display: inline-block;
}

.banner-style-15 .social-links li span{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 32px;
  font-family: 'Jost', sans-serif;
  color: rgba(0, 0, 0, 0.50);
  padding-bottom: 55px;
  margin-bottom: 45px;
  writing-mode: vertical-lr;
  transform: rotate(-180deg);
}

.banner-style-15  .social-links li span:before{
  position: absolute;
  content: '';
  background: #7d8286;
  height: 40px;
  width: 1px;
  right: 15px;
  bottom: 0px;
}

.banner-style-15 .content-box .theme-btn{
  border-radius: 40px;
}

.banner-style-15 .banner-carousel .slide-item{
  padding: 290px 0px 385px 0px;
}

.banner-style-15 .outer-container{
  position: relative;
  padding-left: 120px;
  padding-right: 60px;
}

.banner-style-15 .text-box{
  position: absolute;
  left: 164px;
  bottom: 0px;
  background: #fff;
  width: 580px;
  padding: 62px 60px 58px 95px;
  z-index: 1;
}

.banner-style-15 .text-box:before{
  position: absolute;
  content: '';
  background: #dddddb;
  width: calc(100% - 30px);
  height: 1px;
  left: 0px;
  bottom: 0px;
}

.banner-style-15 .text-box .list-item li{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-family: var(--title-font);
  color: #2e2e2e;
  font-weight: 500;
  margin-bottom: 20px;
  padding-left: 31px;
}

.banner-style-15 .text-box .list-item li:last-child{
  margin-bottom: 0px;
}

.banner-style-15 .text-box .list-item li:before{
  position: absolute;
  content: '';
  background-image: url(../../images/icons/icon-208.png);
  width: 14px;
  height: 12px;
  left: 0px;
  top: 8px;
  background-repeat: no-repeat;
}


/** banner-style-16 **/

.banner-style-16{
  position: relative;
  background-color: #042544;
}

.banner-style-16 .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
}

.banner-style-16 .slide-item{
  position: relative;
  padding: 275px 0px 255px 0px;
}

.banner-style-16 .slide-item .bg-image{
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: calc(50% + 240px);
  height: calc(100% - 100px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-style-16 .slide-item .bg-image:before{
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.2;
}

.banner-style-16 .outer-container{
  padding-left: 250px;
  padding-right: 60px;
}

.banner-style-16 .content-box{
  max-width: 760px;
}

.banner-style-16 .content-box h2{
  font-size: 100px;
  line-height: 104px;
  margin-bottom: 35px;
}

.banner-style-16 .content-box p{
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 40px;
  max-width: 450px;
}

.banner-style-16 .content-box .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 28px;
  color: #fe6400;
  font-weight: 500;
  padding-left: 92px;
}

.banner-style-16 .content-box .btn-box a:hover{
  text-decoration: underline;
}

.banner-style-16 .content-box .btn-box a:before{
  position: absolute;
  content: '';
  background: #fe6400;
  width: 72px;
  height: 1px;
  left: 0px;
  top: 13px;
}

.banner-style-16 .support-box{
  position: absolute;
  left: 110px;
  bottom: -11px;
  font-size: 20px;
  line-height: 28px;
  font-family: var(--jost);
  color: #fff;
  font-weight: 500;
  z-index: 1;
}

.banner-style-16 .support-box a{
  display: inline-block;
  color: #fff;
}

.banner-style-16 .support-box a:hover{

}

.banner-style-16 .support-box:before{
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.15);
  width: 338px;
  height: 1px;
  left: 240px;
  top: 15px;
}

.banner-style-17 .banner-carousel .content-box .btn-box a:first-child:hover{
  background: var(--secondary-color) !important;
  color: #fff !important;
}


/** banner-style-18 **/

.banner-style-18{
  position: relative;
}

.banner-style-18 .banner-carousel .content-box .upper-text{
  font-size: 24px;
  line-height: 30px;
  font-family: var(--title-font);
  color: #001a65;
  font-weight: 500;
  text-transform: none;
  margin-bottom: 22px;
}

.banner-style-18 .banner-carousel .content-box .upper-text:before{
  background: #001a65;
}

.banner-style-18 .banner-carousel .content-box h2{
  font-size: 75px;
  line-height: 70px;
  font-weight: 600;
  color: var(--title-color);
  margin-bottom: 31px;
}

.banner-style-18 .banner-carousel .content-box p{
  font-size: 22px;
  line-height: 30px;
  font-family: var(--title-font);
  color: #011a30;
  font-weight: 400;
  margin-bottom: 38px;
}

.banner-style-18 .banner-carousel .content-box .theme-btn{
  padding: 19px 38px 17px 39px;
}

.banner-style-18 .banner-carousel .slide-item{
  padding: 290px 0px 200px 0px;
}


/** banner-style-19 **/

.banner-style-19{
  position: relative;
  background: #f1f1f1;
  padding-top: 100px;
}

.banner-style-19 .title-box h2{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
}

.banner-style-19 .title-box h2 span{
  font-weight: 300;
}

.banner-style-19 .insurance-form{
  margin-top: 0px;
}

.banner-style-19 .insurance-form .image-layer{
  position: absolute;
  top: -55px;
  right: 140px;
}

.banner-style-19:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: 195px;
  left: 0px;
  bottom: 0px;
}

.banner-style-19 .theme-btn{
  background: #e23109;
}


/** banner-style-20 **/

.banner-style-20{
  position: relative;
}

.banner-style-20 .banner-carousel .slide-item{
  position: relative;
  padding: 195px 0px 250px 0px;
}

.banner-style-20 .banner-carousel .slide-item:before{
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.08;
  z-index: 1;
}

.banner-style-20 .banner-carousel .slide-item:after{
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(0deg, rgba(6,20,42,0.9) 0%, rgba(6,20,42,0.0) 75%);
  z-index: 1;
}

.banner-style-20 .content-box .btn-box .theme-btn:last-child{
  background: #fff;
  color: #000 !important;
}

.banner-style-20 .content-box .btn-box .theme-btn:last-child:hover{
  color: #fff !important;
}


/** insurance-section **/

.insurance-section{
  position: relative;
  border-bottom: 1px solid #e7edf2;
}

.insurance-section .content-box{
  position: relative;
  display: block;
  padding-top: 110px;
  max-width: 315px;
}

.insurance-form{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #d6d6d6;
  padding: 50px 60px;
  margin-top: -35px;
}

.insurance-form .tab-btns li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 30px;
  text-align: center;
  margin-bottom: 10px;
  /* cursor: pointer; */
}

.insurance-form .tab-btns li:last-child{
  margin-right: 0px;
}

.insurance-form .tab-btns li .icon-box{
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #e2f3ff;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 6px;
}

.insurance-form .tab-btns li span{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  font-family: var(--jost);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--title-color);
  letter-spacing: 0.7px;
}

.insurance-form .tab-btns li.active-btn span{

}

.insurance-form .form-inner .form-group{
  position: relative;
  margin-bottom: 25px;
}

.insurance-form .form-inner .form-group:last-child{
  margin-bottom: 0px;
}

.insurance-form .form-inner .form-group input[type='text'],
.insurance-form .form-inner .form-group input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 55px;
  background: #f9f9f9;
  border: 1px solid #e8e9eb;
  border-radius: 5px;
  font-size: 18px;
  color: var(--text-color);
  padding: 10px 20px;
}

.insurance-form .form-inner .form-group input:focus{

}

.insurance-form .form-inner .btn-box{
  position: relative;
  display: flex;
  align-items: center;
}

.insurance-form .form-inner .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #e06724;
}

.insurance-form .form-inner .btn-box a:hover{
  text-decoration: underline;
}


/** insurance-style-two **/

.insurance-style-two{
  position: relative;
}

.insurance-style-two .content-box{
  position: relative;
  display: block;
}

.insurance-style-two .content-box .list-item{
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 38px;
}

.insurance-style-two .content-box .list-item li{
  margin-right: 35px;
}

.insurance-style-two .content-box .list-item li:last-child{
  margin: 0px;
}

.insurance-style-two .content-box h2{
  display: block;
  font-size: 35px;
  line-height: 42px;
  font-weight: 300;
  margin-bottom: 38px;
}
/* MAIN CARD */
.policy-card{
    background: #f5f5f5;
    border-radius:15px;
    padding:20px;
	margin-bottom: 30px;
	border-top:2px solid #ff7d3c;
	border-bottom:2px solid #ff7d3c;
	border-left:1px solid #ff7d3c;
	border-right:1px solid #ff7d3c;
    box-shadow:0 10px 30px rgba(0,0,0,0.06);
}

/* LOGO */
.logo-circle{
    width:120px;
    height:120px;
    background:#fff;
    display:flex;
	border: 1px solid #d3cfcf;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #1437d1;
    font-size: 26px;
    border-radius: 50%;
}
.sidebar-widget-bg-c {
    display: block;
    border-radius: 10px;
    padding: 10px 25px;
    background-color: #193478;
}
.clients-bg {
    display: block;
    border-radius: 10px;
    padding: 10px 25px;
    background-color: #fff;
}
/* HEADER TITLE */
.title{
    font-weight:800;
    letter-spacing:1px;
    color:#0d2a6b;
}

/* INFO BOX */
.info-item{
    display:flex;
    align-items:center;
    gap:12px;
    font-size:15px;
}

.info-item i{
    width:55px;
    height:55px;
    background:#ff7d3c;
    border-radius:10px;
    display:flex;
	border: 1px solid #fff;
    align-items:center;
    justify-content:center;
    color:#fff; font-size:22px;
}

/* POLICY TAGS */
.policy-tag{
    background:#f7f9fc;
    padding:10px 15px;
    border-radius:8px;
    font-size:14px;
    border:1px solid #e6ecff;
}

/* BUTTONS */
.action-btn{
    border-radius:30px;
    padding:10px 20px;
    font-size:14px;
}

/* MOBILE SPACING */
@media(max-width:768px){
    .title{
        font-size:20px;
        text-align:center;
    }
    .logo-wrap{
        justify-content:center;
        margin-bottom:15px;
    }
}
.policy-list{
    list-style: none;
    padding-left: 0;
}

.policy-list li{
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #333;
}

.policy-list li::before{
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #1b44ff;
    font-size: 22px;
    line-height: 1;
}

/** service-details **/

.service-1{
  position: relative;
  padding: 50px 0px;
  background: #f9f9f9;
}

.service-1 .image-box .image{
  position: relative;
  display: block;
  border-radius: 10px;
}

.service-1 .image-box .image img{
  width: 100%;
  border-radius: 10px;
}

.service-1 .content-box{
  position: relative;
  display: block;
}

.service-1 .content-box .single-box .single-item{
  position: relative;
  display: block;
  padding-left: 48px;
  max-width: 370px;
  margin-bottom: 34px;
}

.service-1 .content-box .single-box .single-item:last-child{
  margin-bottom: 0px;
}

.service-details1 .content-box .single-box .single-item .icon-box{
  position: absolute;
  left: 0px;
  top: 2px;
}

.service-1 .content-box .single-box .single-item h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}

.service-1 .content-box .list-item li{
  position: relative;
  display: block;
  font-size: 17px;
    color: #444444;
    font-weight: 400;
    margin-bottom: 10px;
    padding-left: 30px;
    line-height: 23px;
}

.service-1 .content-box .list-item li:last-child{
  margin-bottom: 0px;
}

.service-1 .content-box .list-item li:before{
  position: absolute;
  content: '';
  background-image: url(../images/icons/icon-261.png);
  width: 14px;
  height: 14px;
  left: 0px;
  top: 3px;
  background-repeat: no-repeat;
}












/** benefits-style-four **/

.benefits-style-12{
  position: relative;
}

.benefits-style-12 .single-item{
  position: relative;
  display: block;
  padding-left: 90px;
  padding-right: 20px;
}

.benefits-style-12 .single-item .icon-box{
  position: absolute;
  left: 0px;
}

.benefits-style-12 .single-item h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 26px;
  font-family: var(--text-font);
  color: #0e2a4e;
  font-weight: 500;
  max-width: 230px;
}

.benefits-style-12 .inner-container{
  position: relative;
  margin: 0px 15px;
}

.benefits-style-12 .single-column{
  padding: 0px;
}

.benefits-style-12 .single-column:first-child .single-item,
.benefits-style-12 .single-column:nth-child(2) .single-item,
.benefits-style-12 .single-column:nth-child(3) .single-item{
  border-bottom: 1px solid #cfcac9;
}

.benefits-style-12 .single-item:before{
  position: absolute;
  content: '';
  background: #cfcac9;
  width: 1px;
  height: 100%;
  top: 0px;
  right: 30px;
}

.benefits-style-12 .single-column:nth-child(3) .single-item:before,
.benefits-style-12 .single-column:nth-child(6) .single-item:before{
  display: none;
}

.benefits-style-12 .sec-title p{
  margin-top: 12px;
}

.benefits-section.home-12{
  background: #f2f2f2;
}

.benefits-style-two.home-14 .content-box .list-item li:before{
  background-image: url(../../images/icons/icon-203.png);
}
@media (max-width: 1280px) {

  .home .auto-container {
padding:0px 40px;  }
}













/*
 *  STYLE 4
 */

#style-4::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
	background-color: #fff;
}

#style-4::-webkit-scrollbar
{
	width: 2px;
	background-color: #fff;
}

#style-4::-webkit-scrollbar-thumb
{
	background: rgba(255, 255, 255, 0.5);
	border: 2px solid #fff;
}

@media (max-width: 767px){
  .insur{
    padding-left:50px !important;
  }

  .awards-section .content-box h3{
    padding-left:20px;
    padding-top:30px;
  }


.content_block_four .content-box .inner-box{
  position: relative;
  display: block;
  background: #f8f6f6;
  border-radius: 10px;
 padding: 0px 20px 20px 20px !important;
}

}

.qq_h3{
  font-size: 26px !important;
  line-height: 30px !important;
  font-weight: 600 !important;
  margin-bottom:0px !important;
}
.legal-page-inner .about-style-two{
  padding-top:0px !important;
  padding-bottom:0px !important;
}
.legal-page-inner .legal-page-content ul.list-item li{
  list-style-type: unset !important;
  display:block !important;
}
.legal-page-inner .testimonial-style-two{
  padding-top:25px !important;
  padding-bottom:25px !important;
}
.legal-page-inner .testimonial-style-two .sec-title{
  padding-bottom: 0px !important;
  margin-bottom:0px !important
}
.legal-page-inner .testimonial-block-two .inner-box .rating-list{
  display :none;
}

/* iPhone SE (320px and 375px) */

@media only screen and (max-width: 375px){
  #osk-quote-results-plans .plan-card .fs-14{
      font-size:12px !important;
  }
}

.page-title .bread-crumb li,
.page-title .bread-crumb li a
 {
  text-transform: capitalize;
}



.legal-page-content .service-block-seven .inner-box .image-box .image,.legal-page-content .service-block-seven .inner-box .image-box .image img{
  border-radius:unset !important;
} 


































































