
/*********Loader*********/
.spinner_svg {
   -webkit-animation: rotate 2s linear infinite;
      -moz-animation: rotate 2s linear infinite;
       -ms-animation: rotate 2s linear infinite;
        -o-animation: rotate 2s linear infinite;
           animation: rotate 2s linear infinite;
   z-index: 2;
   position: absolute;
   left: 0;
   right: 0;
   top:0;
   bottom: 0;
   margin: auto;
}

.spinner_svg .path {
   stroke-dasharray: 1,850;
   stroke-dashoffset: 0;
   stroke: rgba(24, 43, 122, 0.9);
   stroke-linecap: round;
   -webkit-animation: dash 1.5s ease-in-out infinite;
      -moz-animation: dash 1.5s ease-in-out infinite;
       -ms-animation: dash 1.5s ease-in-out infinite;
        -o-animation: dash 1.5s ease-in-out infinite;
           animation: dash 1.5s ease-in-out infinite;
}
#page_loader .spinner_svg .path {
   stroke: #182B7A;
}

@keyframes rotate {
   100% { transform: rotate(360deg);}
}

@-webkit-keyframes rotate {
   100% { -webkit-transform: rotate(360deg);}
}

@-moz-keyframes rotate{
   100% { -moz-transform: rotate(360deg);}
}

@-ms-keyframes rotate{
   100% { -ms-transform: rotate(360deg);}
}

@-o-keyframes rotate{
   100% { -o-transform: rotate(360deg);}
}

@keyframes dash {
   0% {stroke-dasharray: 1,850; stroke-dashoffset: 0;}
   50% {stroke-dasharray: 90,850; stroke-dashoffset: -35;}
   100% {stroke-dasharray: 90,850; stroke-dashoffset: -150;}
}

@-webkit-keyframes dash {
   0% {stroke-dasharray: 1,850; stroke-dashoffset: 0;}
   50% {stroke-dasharray: 90,850; stroke-dashoffset: -35;}
   100% {stroke-dasharray: 90,850; stroke-dashoffset: -150;}
}

@-moz-keyframes dash {
   0% {stroke-dasharray: 1,850; stroke-dashoffset: 0;}
   50% {stroke-dasharray: 90,850; stroke-dashoffset: -35;}
   100% {stroke-dasharray: 90,850; stroke-dashoffset: -150;}
}

@-ms-keyframes dash {
   0% {stroke-dasharray: 1,850; stroke-dashoffset: 0;}
   50% {stroke-dasharray: 90,850; stroke-dashoffset: -35;}
   100% {stroke-dasharray: 90,850; stroke-dashoffset: -150;}
}

@-o-keyframes dash {
   0% {stroke-dasharray: 1,850; stroke-dashoffset: 0;}
   50% {stroke-dasharray: 90,850; stroke-dashoffset: -35;}
   100% {stroke-dasharray: 90,850; stroke-dashoffset: -150;}
}
#page_loader {
   width: 100%;
   height: 100%;
   position: fixed;
   z-index: 99999;
   background: #f2f2f2;
}

#page_loader::before {
   content: '';
   width: 100%;
   height: 100%;
   position: absolute;
   background-color: #f2f2f2;
   opacity: 0.5;
}
.ctu-ultimate-wrapper-1{
    display: table !important;
}
/******Loader******/
.header_bg{
  /* background: #C2E0FC; */
}
.menu_bg{
  background:#FBF8BE;
}
.i3minds_menu li{
 padding: 8px 51px 8px 51px;
 border-left: 1px solid #678fb35c;
}
nav#mainnav {
 
    clear: both;
 /*   padding: 0 80px;*/
}

#mainnav > ul > li > a {
  color: #234E70 !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding: 0;
  }
  #mainnav > ul > li.active > a {
    position: relative;
  font-weight: 600;
  }
    #mainnav > ul > li.active > a:after {
    position: absolute;
    content: '';
    border: 0px solid #c1c1c1;
    width: auto;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    }
#mainnav > ul.auth_menu > li a{
  color: #174c81 !important;
  padding: 0 15px;
  border:2px solid #ffffff;
  border-radius: 25px;
  font-weight: 600;
}
.i3_custom_menu{
  position: relative;
}
.i3_custom_menu:after{
  position: absolute;
  content: '';
  border-left: 1px solid #678fb35c;
  height: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0px;
}
.dropdown.select::before {
  position: absolute;
  content: "\25BC";
  top: 12px;
  height: 16px;
  width: 17px;
  color: #fff;
  right: 6px;
  z-index: 10;
}

.inline{
  display: inline !important;
}
#mainnav > ul.auth_menu > li a.white_text{
  color: #ffffff !important;
}
.bg_yellow{
    background: #f3d024;
}
    .nav-wrap {
    float: none;
    position: relative;
    margin-top: 0;
}


h1, h2, h3, h4, h5, h6{
    font-family: 'Montserrat', sans-serif;
      color: #073566 !important;
}

/* Defines the width of the carousel and centers it on the page */
.slick-carousel {
  margin: 0 auto;

}

/* The width of each slide */
.slick-slide {
  width: 350px;
}

/* Color of the arrows */
.slick-next::before, .slick-prev::before {
  color: blue;
}


.home_banner_image{
  height: 350px;
  width: 100%;
    border-radius: 80px;
}

.banner_slider .slick-dots li button::before {
font-size: 24px;
}

.banner_slider .slick-dots{
    bottom: 116px !important;
}

.banner_slider .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
    content: '-';
    font-size: 57px;
    top: -5px;
}

.banner_slider{
  height: 350px;
  margin: 40px 0;
}

.service_grid_bg{
  background: linear-gradient(
90deg
, rgba(7,53,102,1) 39%, rgba(104,144,181,1) 99%)
}
.white-text{
  color: #ffffff !important;
}

.blue-text{
    color:#234e70 !important;
}

.msme.block {
    border-radius: 20px;
    padding: 40px;
}
.msme_block_text{
  height: 130px;
}
.no-margin{
  margin: 0 !important;
}
.pos-rel{
  position: relative;
}
.bg_msme_img:after{
    position: absolute;
    content: '';
    background-image: url(../../image/msmg.svg);
    width: 150px;
    /* top: 0; */
    /* z-index: 1; */
    height: 134px;
    background-size: 100%;
    right: 0;
    bottom: 0;
}
.bg_interprices_img:after{
  position: absolute;
    content: '';
    background-image: url(../../image/LargeEnterprises.svg);
    width: 150px;
    /* top: 0; */
    /* z-index: 1; */
    height: 134px;
    background-size: 100%;
    right: 0;
    bottom: 0;
}
.bg-blue{
  background: #234e70;
}
.bg-lightblue{
  background: #C3DFFC;
}
.popular_services_grid img{
      border-radius: 4px;
    box-shadow: 0px 1px 4px 2px rgb(0 0 0 / 30%);
}

.of_hidden{
  overflow: hidden;
}
.bdr_radius_2x{
border-radius: 20px;
}
.v-middle{
  vertical-align: middle;
}
.p-3{
  padding: 30px !important;
}
.p-2{
  padding: 20px !important;
}
.pt-3{
  padding-bottom: 30px;
}
.pt-2{
  padding-bottom: 20px;
}
.mb-4{
  margin-bottom: 40px;
}
.mb-2{
  margin-bottom: 20px;
}
.mt-2{
    margin-top: 16px;
}
.mt-4{
  margin-top: 40px;
}
.mt-5{
  margin-top: 50px;
}
.mt-6{
  margin-top: 60px;
}
.margin-auto{
margin: auto;
}

.home_thumb_image img{
  width: 45px;
  border-radius: 50%;
}
.sec3imgSec{
      height: 280px;
}
.wave_img {
    position: absolute;
    z-index: 1;
    top: -89px;
    width: 100%;
    left: 0;
}

.advantage_bg{
  background: url(../../image/whyfysbg.svg);
  background-size: cover;
    background-repeat: no-repeat;
        border-radius: 50px;
}
.p-5{
  padding-top: 3rem;
}
.media{
  border: 1px solid #444;
  padding: 3rem;
  width:40%;
}
.half_width{
  width: 50%;
}
.bg_white{
  background: #ffffff;
}
.full_width{
  width: 100% !important;
}
.width_3p{
  width: 30%;
}
.black_text{
  color: #333333 !important;
}
.margin_5px{
  margin: 50px;
}
.quick-form,
.testimonials {
    border-radius: 30px;
    background-color: #fff;
    padding: 0px 50px 50px 50px;
    /*  height: 450px;*/
}
.SecTitle{
  margin-bottom: 35px;
}
.SecTitle h2{
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 500;
  text-transform: inherit;
  line-height: 46px;
  margin: 0;
}
.msme_innerblock h1{
   font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    font-weight: 500;
}
.msme_innerblock p{
      font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    line-height: 25px;
    width: 350px;
    font-weight: 300;
    margin-top: 10px;
}
.statistis_count h5{
  font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}


/*.statistis_count.home_thumb_image {
    margin-top: 40px;
}*/

.popular_services_grid{
  padding: 0 50px;
}

.moment_block .Sec_content{
height: 150px;
}
.numb-count {
    font-weight: 700;
    font-size: 20px;
}
.sec_text_i3{
  font-size: 18px;
    line-height: 23px;
}
#advantage h5{
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 30px;
}
#advantage h2{
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  margin: 0;
  font-weight: 400;
    text-transform: inherit;
    line-height: 42px;
}
#advantage .secTitle {
      padding: 40px;
}
section#advantage {
    padding: 30px;
    display : flex;
    align-items:center;
    justify-content:center;
}

.sidebar.quick-form h4{
    font-size: 16px;
}
.sidebar.quick-form{ 
    padding: 40px;
}
.sidebar.quick-form input[type="text"]{
   height: 45px; 
}
.sidebar.quick-form  .capt{
   right: 0;
    top: 0; 
}
.no-padding{
    padding:0;
}
.quick-form h4 {
    color: #ffffff !important;
}
.quick-form input[type="text"] {
    border: none;
    height: 65px;
    margin-bottom: 10px;
    color: rgba(21, 65, 110, 0.65);
    border-radius: 50px;
    margin-bottom: 25px !important;
    padding: 10px 40px;
}

.quick-form input::placeholder {
  color: #2f4862;
  font-weight: 600;
}
.refreshbtn{
  outline: none;
  position: absolute;
  z-index: 10;
  bottom: 20px;
  top: 0;
  margin: auto;
  left: 20px;
}
.capt {
    position: absolute;
    right: 18px;
    top: 21px;
    margin: auto;
    bottom: 0;
}
.home_captcha{
  text-transform: none;
  margin:0px;
  color:grey;
  font-family:cursive;
  padding:5px;
  font-size:13px;
    width:115px
}


.quick-form  input[type="submit"],
.quick-form  input[type="submit"]:hover{
      background: #fff;
    color: #333;
    border-radius: 25px;
}


.testimonials_loops {
    background: #234e70;
    border-radius: 20px;
    padding: 20px;
    margin: 40px;
}
.p_text{
      font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    margin-bottom: 5px;
}
.customer_thumb{
    width: 80px;
}
.customer_thumb img{
  border-radius: 50%;
}

.testimonials_blocks  h3,
.quick-form h3{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 32px;
    margin-top: 0;
}
.quick-form h3{
    margin-bottom: 40px;
}

.testimonial_name{
     font-family: 'Montserrat', sans-serif;
     font-size: 20px;
         text-transform: inherit;
         color:#fff;
}
.popular_services_grid p{
    color:#333;
}

.testimonial_name span{
    font-weight: 600;
    color:#fff;
}
.testimonial_text{
    font-size: 20px;
    line-height: 23px;
    color:#fff;
}



.testimonials_slider .slick-prev:before, 
.testimonials_slider  .slick-next:before{
        background: #ffffff;
        border-radius: 50%;
        padding: 10px;
        color: #073566;
}
.testimonials_slider .slick-prev:before{
    margin-left: -10px;
}
.testimonials_slider .slick-next:before{
        margin-left: 0;
    }
    .testimonials{
      margin-bottom: 50px;
    }


/************Home page filter***********/
.home_filter_item{
    display: inline-block;
}
.home_filter_item.select_filter_items{
    width: 20%;
}
.home_filter_item.enter_search_item{
       width: 77%;
       padding: 0;
       margin: 0;
       position: relative;
    }
    li.home_filter_menu {
    display: initial;
    width: 9%;
}
.home_filter_item.select_filter_items select{
    border: 0px solid #2b5882;
    padding-left: 20px;
    background: #234e70;
    color: #fff;
    height: 47px;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    }
.home_filter_item.select_filter_items select option{
    border: 0;
    padding: 0;
    background: #ffffff;
    color: #333;
    }

    .home_filter_item.enter_search_item input{
        background: #ffffff;
        border-bottom-right-radius: 24px;
        border-top-right-radius: 24px;
        margin-left: -5px;
        border: none;
        height: 47px;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        color: #333;
        font-weight: bold;
        border: 3px solid #234e70;
    }

    li.home_filter_item.enter_search_item i {
    position: absolute;
    bottom: 0;
    right: 20px;
    top: 0;
    margin: auto;
    height: 15px;
    cursor: pointer;
}


/************Home page filter***********/

.new_custom_btn,
.new_custom_btn:focus,
.new_custom_btn:hover{
  
padding: 5px 30px;
    border-radius: 50px;
    color: #073566;
    font-size: 16px;
    font-weight: 600;

}
.white_text{
  color: #ffffff !important;
}
.white_border_2x{
  border:2px solid #ffffff;
}
.inpt_icons_callback{
      position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    height: 52px;
}
.mr-1{
  margin-right: 10px;
}
.fright {
    float: right;
}
.fleft{
      float: left;
}



@media (max-width: 387px) {
  .home_filter_item.select_filter_items {
    width: 33%;
}
.home_filter_item.enter_search_item {
    width: 50%;
}
.dropdown.select::before{
  content: none;
  }

.SecTitle h2{
      font-size: 17px;
      line-height: 25px;
}

}
@media (max-width: 475px) {
  .mob_inline{
  display: inline-block;
}
.mob_center{
  text-align: center;
}
.home_filter_item.select_filter_items{
      width: 37%;
  }
  .home_filter_item.enter_search_item{
        width: 50%;
  }
      li.home_filter_menu {
    display: initial;
    width: 9%;
}
  .dropdown.select::before{
    content: none;
  }
  .msme_innerblock p{
        font-size: 15px;
            width: 235px;
  }
  .msme.block .new_custom_btn{
    display: none;
  }
  .sec3imgSec{
        height: 173px;
  }
  .wave_img{
    display: none;
  }
  .home_thumb_image .mt-4{

  }
  .statistis_count h5{
        font-size: 14px;
  }
  .i3minds_menu li {
    padding: 0;
}
#advantage h2{
      font-size: 21px;
}
.popular_services_grid {
    padding: 0 10px;
}
.width_3p{
      width: auto;
}
.media-left, .media-right, .media-body{
  display: block;
}
.media-body {
    width: auto;
}
.popular_services_grid img{
  margin-bottom: 10px;
}
}
@media (max-width: 992px) {
    
    ul.menu.fleft.i3_custom_menu li {
    padding: 8px 10px;
}
    
}
@media (max-width: 726px) {

  .fleft {
    float: none;
}
.fright {
    float: none;
}
.auth_menu .white_text{
 color: #1976d3 !important;
}
.msme.block,
.moment_common_sec{
  margin-bottom: 30px;
}
.wave_img{
    top: -121px;
}
}