/*header css*/
body {
    /*background: #ffffff!important;*/
    /*color: black!important;*/
    /*font-family: 'Open Sans', sans-serif!important;*/
    /*overflow-x: hidden!important;*/
}
*, *::after, *::before {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
a {
  color: #6345ee;
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.overlay {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #00000080;
  z-index: 1001;
}
/* For Typography */
.ul-base {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* -----------------------------------------------------
Clearfix
-------------------------------------------------------- */
.clearfix {
*zoom: 1;
}
.clearfix::after {
  content: '';
  display: table;
  line-height: 0;
  clear: both;
}

.slider,.slidercon2 {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.slide_viewer {
  height: 300px;
  overflow: hidden;
  position: relative;
  width: 100%
  
}

.slide_group,.slide_group2 {
  height: 100%;
  position: relative;
  width: 100%;
}

.slide_home_main, .product_slider_2 {
  /*display: none;*/
  height: 100%;
  position: absolute;
  width: 100%;

}

/*.slide_home_main,.product_slider_2:first-child {*/
/*  display: block;*/
/*}*/
.slide_group a:first-child {
  display: block;
}
.slide_group a{
  display: none;
}
.product_slider_2:first-child {
  display: block;
}
.product_slider_2{
  display: none;
}

.slide_buttons {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 195px;
}

a.slide_btn {
  color: #474541;
  font-size: 42px;
  margin: 0 0.175em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.slide_btn.active, .slide_btn:hover {
  color: #428cc6;
  cursor: pointer;
}

.directional_nav {
  height: 340px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  top: -340px;
}

.previous_btn, .previous_btn2 {
  left: 0;
  margin: auto;
  position: absolute;
  top: 120px;
}

.next_btn, .next_btn2 {
  right: 0;
  margin: auto;
  position: absolute;
  top: 120px;
}

.previous_btn, .next_btn, .previous_btn2, .next_btn2 {
  cursor: pointer;
  height: 100px;
  background: transparent;
  opacity: 0.7;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 65px;
}

.previous_btn:hover, .next_btn:hover, .previous_btn:hover, .next_btn:hover{
  opacity: 1;
}
.slider-imgs{
    width: 100%;
    height: 205px;
    margin-top: 10px;
    border-radius: 6px;
    border: 2px solid white;
    -moz-box-shadow: rgba(0, 0, 0, 0.12) 0px 16px 20px 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0px 16px 20px 5px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 16px 20px 5px;
}
.offer-text-home{
  margin-top: 30px;
  padding-left: 70px;
  text-align: left;
  height: 240px;
  overflow: hidden;
}
.offer-text-home p{
    color:white!important;
}
.slide_home_main h1, .slide_home_main span{
  color: #ffffff;
}


.desktop1{
  /*top: 45px;*/
  min-height: 100vh;
  margin-bottom: 50px;
  background-image: url(../img/home_page_back_text2.jpg);
  text-align: center;
  flex-grow: 1;
  background-size: cover;
  background-position: center;
  transition: 1s;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.desktop2{
  min-height: 50vh;
}
.desktop3{
  margin-top: 16vh;
  min-height: 84vh;
}
.desktop4{
  min-height: 100vh;
}
/*new landing page*/
.home-tagline{
    text-align: left;
    padding: 5px 5px 5px 5px;
    margin: 170px 5px 5px 30px;
    color: #676767;
    font-size: 27px;
}
.home-msg{
    text-align: left;
    padding: 5px 5px 5px 5px;
    margin: 0 0 70px 13px;
    color: #000000;
    font-size: 30px;
}
.home-msg .home-msg-sub-text{
    font-size: 32px;
}
.header_search2{
    height: 40px;
    width: 72%;
    border: 1px solid #ebebeb;
    border-radius: 100px;
    padding: 8px 150px 8px 48px;
    font-size: 17px;
    color: #b5b5b5;
    font-weight: 100;
    -moz-box-shadow: rgba(0, 0, 0, 0.12) 7px 20px 55px 20px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.12) 7px 20px 55px 20px;
    box-shadow: rgba(0, 0, 0, 0.12) 7px 20px 55px 20px;
}
::placeholder {
  color: #b5b5b5;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #b5b5b5;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #b5b5b5;
}
.search-lebel{
    width: 85%;
    float:left;
}
.search-submit-custom{
    background: #6345ee;
    background-image: -webkit-linear-gradient(120deg, #0b7df2, #f460e4); 
    background-image:    -moz-linear-gradient(120deg, #0b7df2, #f460e4); 
    background-image:     -ms-linear-gradient(120deg, #0b7df2, #f460e4); 
    background-image:      -o-linear-gradient(120deg, #0b7df2, #f460e4);
    background-image:         linear-gradient(120deg, #0b7df2, #f460e4);
    width: 130px;
    position: absolute;
    top: 9px;
    right: 63px;
    color: #ffffff;
    font-size: 22px;
    transition: 0.5s;
    -webkit-transition:0.5s;
}
.search-submit-custom:hover{
    opacity:.8;
}
.fa-search-custom{
    position: absolute;
    top: 22px;
    left: 38px;
    color: #b5b5b5!important;
}
.custom-back-next{
    -moz-box-shadow: rgba(0, 0, 0, 0.12) 7px 20px 55px 20px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.12) 7px 20px 55px 20px;
    box-shadow: rgba(0, 0, 0, 0.12) 7px 20px 55px 20px;
    top: 218px;
    height: 40px;
    width: 40px;
    border-radius: 100px;
    z-index:9;
}
.custom-back{
    right: -460px;
    border: 1px solid #d2d2d2;
}
.custom-next{
    right: 35px;
    background: #6345ee;
    background-image: -webkit-linear-gradient(-120deg, #007eff, #ff14e5);
    background-image: -moz-linear-gradient(-120deg, #007eff, #ff14e5);
    background-image: -ms-linear-gradient(-120deg, #007eff, #ff14e5);
    background-image: -o-linear-gradient(-120deg, #007eff, #ff14e5);
    background-image: linear-gradient(-120deg, #007eff, #ff14e5);
}
.fa-slider-arrow{
    font-size: 16px!important;
    margin: 0 auto;
    padding: 11px;
}
.fa-slider-left{
    color:#6345ee;
}
.fa-slider-right{
    color: #ffffff;
}
.fixed_service{
    position: sticky;
    bottom: 0;
    background: #6345ee;
    background-image: -webkit-linear-gradient(92deg, #8d1adb, #350fea);
    background-image: -moz-linear-gradient(92deg, #8d1adb, #350fea);
    background-image: -ms-linear-gradient(92deg, #8d1adb, #350fea);
    background-image: -o-linear-gradient(92deg, #8d1adb, #350fea);
    background-image: linear-gradient(92deg, #8d1adb, #350fea);
    height: 50px;
    z-index: 20;
    color: #ffffff;
    text-align:center;
}
.service_border-right::after{
    content: "";
    border-right: 2px solid #ffffff;
    height: 35px;
    right: 0;
    top: 8px;
    position: absolute;
}
.slider_desk{
    height:60vh;
}
.top_desk{
    min-height:40vh;
}
.land_search_desk{
    min-height:60vh;
}



.elementor-background-overlay{
  background-color: transparent;
  background-image: linear-gradient(250deg, #fe4c2e 0%, #f12184 94%);
  opacity: 0.81;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.margintop30{
  margin-top: 30px;
}
.join_us{
  width: 80%!important;
}
.join_us:hover{
  width: 90%!important;
}
.service_item{    
    height: 45px;
    bottom: -48px!important;
    top: auto;
    padding: 0px 15px 10px 15px;
    background-color: #ffffff00;
    overflow: hidden;
    cursor:pointer;
    margin: 0 auto;
    width: 85%;
    border: none;
    border-radius: 8px 8px 0px 0px;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    position: absolute;
    z-index: 1;
    bottom: -55px;
    text-align: center;
    transition: 0.4s ease-in-out 0s;
}
.service_item:hover{
    border: 2px solid #9369f4;
    height: 270px;
    padding: 10px 15px 10px 15px;
    background-color: #ffffff;
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.36); 
}
.service_item:hover .service_name{
    color:#6345ee;
    padding: 16px 0 5px 0;
}
.service_item span{
    display:none;
    font-size: 12px;
    font-weight: bold;
    color: #696969;
    width: 100%;
    text-align: right;
    padding: 50px 5px 0px 5px;
    bottom: 7px;
    right: 5px;
    position: absolute;
}
.service_item:hover span{
    display:block;
}
.service_section{
margin-top: 75px;
position: relative;
}
.servicemargine{
  margin-top: 65px!important;
  min-height: 450px;
}
.servicemargine h4{
    top: auto;
    color: #757575;
    margin-bottom: 0px;
    font-size: 20px;
    position: relative;
}
.service_imgs{
width: 50%;
}
.service_name{
    font-size: 20px;
    padding: 12px 0 0 0;
    color: #ffffff;
    transition: 0.4s ease-in-out 0s;
}
.item-sub-text{
    padding-top: 5px;
    padding-bottom: 10px;
    color: #696969;
}
.slick-arrow-big {
  z-index: 1;
  border-width: 0 0 3px 3px;
  border-style: solid;
  width: 20px;
  height: 20px;
  border-color: white;
  display: block;
  position: relative;
  background: transparent;
}
/*.slick-arrow-small{  */
/*  border-width: 0 0 3px 3px!important;*/
/*  width: 20px!important;*/
/*  height: 20px!important;*/
/*}*/
.left-arrow-in{
  left: 15px;
  ms-transform: rotate(45deg);
  transform: rotate(45deg);  
}
.right-arrow-in{
  right: -10px;
  ms-transform: rotate(-135deg);
  transform: rotate(-135deg);  
}
.arrow-color-white{  
  border-color: white;
}
.arrow-color-black{  
  border-color: black;
}
.arrow-float-right{
  float: right;
}
.arrow-float-left{
  float: left;
  left: -10px;
}

/*.service_item:hover .service_name{
  font-size: 22px;
  background: linear-gradient(to right, #3EC8AC 0%, #33cccc 100%), linear-gradient(to right, #3EC8AC 0%, #33cccc 100%);
  color: #ffff;
  font-weight: bold;
  letter-spacing: 2px;
}*/

.connect_vnha_background{
    background: #f7f8fa;
}
.vnha_border_lft{
    border-left: 1px solid #33cccc50;
}
.vnha_border_rght{
    border-right: 1px solid #6345ee4a;
}
.connect_vnha_item {
    overflow: hidden;
    padding: 0px;
    position: relative;
    border: none;
    z-index: 1;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    cursor: pointer;
    opacity:1;
    transition: 0.4s ease-in-out 0s;
}
.connect_vnha_item:hover {
    opacity:0.6;
    transform: scale(1.50);
}
.vnha_joining_tab{
    color: #a3a5a6;
    padding: 5px;
    text-align: center!important;
    font-size: 16px;
}
.vnha_border_radius{
    border-radius: 4px;
}
/*.fa_vnha_custom{*/
/*    font-size:80px!important;*/
/*    padding:15px;*/
/*    transition: 0.4s ease-in-out 0s;*/
/*}*/
.f_1{
    color:#48dbfb;
}
.f_2{
    color:#ff6b6b;
}
.f_3{
    color:#feca57;
}
.f_4{
    color:#1dd1a1;
}
.font-white{
    color:#000!important;
}

.height50vh{
height: 50vh;
}
.padding10{
padding: 10px;
}
.padding5{
padding: 5px;
}
.padding15{
padding: 15px;
}
.padding-top-5{
  padding-top: 5px;
}
.padding0{
  padding: 0px!important;
}
.sliderproductname{
  height: 45px;
  overflow: hidden;
}
.carousel-inner{
  bottom: 60px;
  min-height: 300px;
}

/*slider two css star*/
.slider-nxt-pre-button2{
  position: relative;
  width: 100%;
}
.slider2btn{
  position: absolute;
  top: -246px;
}
.slider3btn{
  position: absolute;
  top: -155px;
}
.slider4btn{
  position: absolute;
  top: -97px;
  border-radius: 50px;
  background: #33cccc;
  height: 30px;    
}
.slider2{
  height: 450px;
}
.slider3{
  height: 245px
}
.slider4{
  margin-bottom: 20px;
  height: 150px;
}
.price p{
  margin: 0!important;
  text-align: center;
  color: #000000;
}
.sliderproductname p{
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
a{
  text-decoration: none!important;
}
.aligncenter{
  text-align: center!important;
}
.ongoingtext{
  color: #000000;
  font-size: 25px;      
}
.ongoingtext strong{
  color: #ff1e1e;   
}
.hurrytxt{
    color: #6345ee;
    margin: 70px 0 25px 0;
    font-weight: bold;
    font-size: 50px;
    letter-spacing: 2px;
}
.ongoingviewall{
    background: #6345ee;
    background-image: -webkit-linear-gradient(120deg, #0b7df2, #f460e4);
    background-image: -moz-linear-gradient(120deg, #0b7df2, #f460e4);
    background-image: -ms-linear-gradient(120deg, #0b7df2, #f460e4);
    background-image: -o-linear-gradient(120deg, #0b7df2, #f460e4);
    background-image: linear-gradient(120deg, #0b7df2, #f460e4);
    opacity: .8;
    border: none;
    font-size: 20px;
    padding: 5px 30px 5px 30px;
    color: white;
    border-radius: 50px;
    margin: 50px 0 0 0;
    transition: 0.4s ease-in-out 0s;
}
.ongoingviewall:hover{      
    opacity: 1;
}
.centeralign{
  text-align: center;
}
.alignright{
  text-align: right;
}
.view_all_slider{
    background: #6345ee;
    background-image: -webkit-linear-gradient(120deg, #0b7df2, #f460e4);
    background-image: -moz-linear-gradient(120deg, #0b7df2, #f460e4);
    background-image: -ms-linear-gradient(120deg, #0b7df2, #f460e4);
    background-image: -o-linear-gradient(120deg, #0b7df2, #f460e4);
    background-image: linear-gradient(120deg, #0b7df2, #f460e4);
    opacity: .8;
    border: none;
    padding: 5px;
    width: 100%;
    border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 16px;
    transition: 0.4s ease-in-out 0s;
}
.view_all_slider:hover{
  opacity: 1;
}

/*slider two css end*/
/*about us*/
.aboutus_video{
  width: 100%;
  height: 360px;
}
.aboutus{
  text-align: center;
  padding-top: 100px;
  margin-bottom: 30px;
  min-height: 60vh;
}
.aboutus p{
    color: #000000!important;
    text-align: left;
}
.aboutus h1{
  color: #000000;
}
.aboutus span{
  color: #7b7b7b;
}

/*testimonials*/
.testimonialsmain{
  min-height: 100vh;
}
/*industry slider*/
.industry_img{
    height: 150px;
    margin: 0 auto!important;
    -webkit-filter: grayscale(15%);
    filter: grayscale(15%);
    transition: 0.3s ease-in-out 0s;
}
.borderimg2{
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.industry_img:hover{
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
.border_lft{
  border-left: 2px solid #33cccc39;
}

.mobi_controll{
    display:block;
}
.mobi_controll2{
    display:none;
}

@media only screen and (max-width: 767px) {
  .border_lft{
    border-left: none;
  }
  .testimonialsmain{
    height: auto;
  }
  .aboutus{
    padding-top: 20px;
  }
  .industry_img{
    height: 100px;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
  }
  .ongoingviewall{
      font-size: 14px;
      padding: 5px 16px 5px 16px;
      margin: 0 0 50px 0;
  }
  .slider2{
    height: 860px;
  } 
  .slider3{
    height: 580px;
  }
  .slider2btn{
    top: -470px;
  }  
  .slider4{
    height: 180px;
  }
  .slider4btn{
    top: -170px;
  }
  .slider3btn{
    top: -332px;
  }
  .desktop3{
    margin-top: 5px;
    min-height: auto;
  }
  .service_section {
    margin-top: 20px!important;
    padding: 0px;
    min-height: auto;
  }
  .service_name {
    font-size: 12px;
  }
  .service_item:hover .service_name{
    font-size: 12px;
  }
  .font18{
    font-size: 18px!important;
  }
  .paddingtop14imp{
    padding-top: 14px!important;
  }
  .padding24{
    padding: 24px!important;
  }
  .padding-top-14 {
    padding-top: 7px!important;
  }
  .padding-top-5{
    padding-top: 15px;
  }
  .padding15{
    padding: 9px!important;
  }
  .service_padding{
    padding: 0px;
  }
  .borderimg{
    min-height: 217px;
  }
  .view-btn{
    width: 40%;
    letter-spacing: 2px;
  }
  .borderimg{
    min-height: 165px;
  }
  .quote h1 a{
    font-size: 15px;
  }
  .quote h1{
    margin: 0px!important;
  }
  .join_us:hover{
    width: 80%!important;
  }
  .mobiviewoff, .fixed_service{
    display: none;
  }
  .desktop1{
    background-image: none; 
    min-height: auto;
    margin-bottom: 0;
  }
  .custom-back {
    right: 317px;
    background: #ffffff;
  }
  .custom-next {
    right: 2px;
    background: #ffffff;
    background-image: linear-gradient(-120deg, #ffffff, #ffffff);
    background-image: -webkit-linear-gradient(-120deg, #ffffff, #ffffff);
    background-image: -moz-linear-gradient(-120deg, #ffffff, #ffffff);
    background-image: -ms-linear-gradient(-120deg, #ffffff, #ffffff);
    background-image: -o-linear-gradient(-120deg, #ffffff, #ffffff);
  }
  .fa-slider-right {
    color: #6345ee;
  }
  .slider_desk{
    height:auto;
    padding:0px;
  }
  .slider{
      margin-top:50px;
  }
  .custom-back-next{
    top: 135px;
    opacity: 0.6;
  }
  .servicemargine h4 {
    top: -40px!important;
    color: #757575;
    margin-bottom: 0px;
    font-size: 20px;
    position: relative;
  }
  .service_item{
    bottom: 25px!important;
    border: 2px solid #9369f4;
    width: 100%!important;
    min-height: 155px;
    border-radius: 8px 8px 8px 8px!important;
    background: #fffffff2!important;
    margin-bottom: 20px!important;
    position: relative!important;
    padding: 20px 5px 20px 5px!important;
  }
  .service_name{
      color:#6345ee;
  }
  .service_item:hover{
    border: 2px solid #9369f4;
    height: 155px!important;
    border-radius: 8px 8px 8px 8px;
    background: #ffffff!important;
    box-shadow: 5px 7px 13px 1px #0000003b;
  }
  .offer-text-home {
    margin-top: 0px!important;
    padding-left: 15px!important;
    height: auto!important;
  }
  .offer-text-home h1{
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 3px;
  }
  .offer-text-home span{
    font-size: 12px;
  }
  .slider-imgs {
    width: 100%;
    height:132px;
    margin-top: 13px;
    border-radius: 0px;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  .m-pading0{
    padding: 0px;
  }
  .slide_buttons{
    top: 175px;
  }
  .slide_viewer{
    height: 200px;
  }
  .previous_btn, .next_btn{
    top: 115px;
  }
}

@media only screen and (min-width: 767px) {
    .destop_on{
        display:none;
    }
}
@media only screen and (max-width: 769px) {
    /*.fa_vnha_custom{*/
    /*    font-size:50px!important;*/
    /*}*/
    .connect_vnha_item:hover .fa_vnha_custom{
        font-size:50px!important;
    }
}
@media (max-width: 769px){
    .mobi_controll{
      display:none;
    }
    .mobi_controll2{
      display:block;
    }
}

@media only screen and (max-width: 440px) {
  .slider2{
    height: 535px;
  } 
  .slider3{
    height: 350px;
  }
  .slider2btn{
    top: -310px;
  }  
  .slider3btn{
    top: -212px;
  }   
  .slider4{
    height: 210px;
  }
  .slider4btn{
    top: -170px;
  } 
  .aboutus_video{
    height: 200px;
  }
}

/*About us page and some home page about us section css*/
  .aboutus{
    padding-top: 110px!important;
  }
  .adviro_img{
    text-align: center;
    margin: 0 auto;
    padding: 15px;
  }
  .adviro_img img{
    width: 80%;
    border-radius: 50%;
    border: 5px solid #dbdbdb;
    /*box-shadow: 0px 5px 10px 3px #00000026;*/
  }
  .advisory_designation{
    font-size: 14px;
    text-align: left;
    color: #7f7f7f;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin: 0 0 20px 0;
  }
  .advisory_name{
    margin: 10px 0;
    overflow: hidden;
    font-size: 25px;
  }
  .abt_us_page .share_buttons{
    text-align: left;
    margin: 0 0 50px 0!important;
  }
  .abt_us_page .share_fa_button{
    padding: 8px;
    width: 30px;
    height: 30px;
    font-size: inherit!important;
  }
  .advisor{
    margin: 0 auto;
    width: 260px;
    box-shadow: 0 0 0 0.5px rgba(50,50,93,.17), 0 2px 5px 0 rgba(50,50,93,.1), 0 1px 1.5px 0 rgba(0,0,0,.07), 0 1px 2px 0 rgba(0,0,0,.08), 0 0 0 0 transparent!important;
    border-radius: 10px;
    padding: 20px 5px;
    height: 390px;
    transition: 0.3s ease-in;
  }
  .advisor:hover{
    transform: scale(1.07);
    box-shadow: #00000052 3px 6px 20px 0px;
  }
  .special_padding{
    padding: 0 7%; 
  }
  .about_cont p, .about_cont h5, .about_cont li{
    text-align: left;
    -webkit-line-clamp: unset;
  }
  .about_cont li{
      padding: 2px 5px 2px 15px;
  }
  .about_cont li:before {
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 15px;
    content: "\f101";
    font-family: fontAwesome;
    color: #0c1a1e!important;
  }
  .about_member{
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    position: absolute;
    width: 50%;
    height: 247px;
    right: 15%;
    top: 5px;
  }
  .team-info{
    max-width: 100%;
    text-align: left;
  }
  .adviro_details{
    margin-top: 15px;
  }
  .adviro_details p{
    text-align: left!important;
  }
  .advisory_board{
    height: 66vh;
    overflow: hidden;
    /*direction: rtl;*/
    border-radius: 10px;
    background: #f9f9f9;
    box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.2);
    overflow-y: scroll;
    border-bottom: 1px solid #ededed;
  }
  .advisory_board::-webkit-scrollbar {
    width: 5px;
    background-color: rgba(0, 0, 0, 0);
  }
  .advisory_board::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #6345ee94;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.14);
  }
  .advisory_board::-webkit-scrollbar-track {
    border-radius: 20px;
    background-color: transparent;
    box-shadow: unset;
  }
  .adv_bdr_bottom{
    border-bottom: 1px solid #e6e6e6;
  }
  .team_type{
    position: absolute;
    bottom: 0;
    margin-right: 0;
    opacity: .8;
    font-weight: bold;
    color: gray;
    font-size: 80px!important;
    text-align: center;
    right: 1px;
    transform: translate(13%,117%);
  }


  /*extracted*/

  img {
    max-width: 100%;
  }



  /*counter*/
  /*.counter{*/
  /*  background-color: #fff;*/
  /*  text-align: center;*/
  /*}*/
  /*.employees,.customer,.design,.order{*/
  /*  margin-top: 10px;*/
  /*  margin-bottom: 10px;*/
  /*}*/
  /*.counter-count{*/
  /*  font-size: 18px!important;*/
  /*  font-weight: bold;*/
  /*  position: relative;*/
  /*  margin: 0 auto;*/
  /*  text-align: center;*/
  /*  transition: 0.3s ease-in-out;*/
  /*}*/
  /*.counter-count:after{*/
  /*  content: "+"*/
  /*}*/

  /*.employee-p,.customer-p,.order-p,.design-p{*/
  /*  font-size: 20px;*/
  /*  color: #000000;*/
  /*  text-align: center;*/
  /*  height: 63px;*/
    /*text-transform: uppercase;*/
  /*}*/
  /*.count_border_home{*/
  /*  border-left: 4px solid #e2e2e2;*/
  /*}*/
  /*.count_border{*/
  /*  border: 4px solid #e2e2e2;*/
  /*  border-bottom: none;*/
  /*  border-top-left-radius: 10px;*/
  /*  border-top-right-radius: 10px;*/
  /*}*/
  /*.fa-icon{    */
  /*  width: 70px;*/
  /*  height: 70px;*/
  /*  padding: 20px 20px;*/
  /*  background: -webkit-gradient(linear, left top, right top, from(#37258a), to(#6345ee));*/
  /*  background: linear-gradient(90deg, #6345ee 0%, #3b269b 100%);*/
  /*  color: #fff;*/
  /*  border-radius: 100px;*/
  /*  margin: 15px;*/
  /*  font-size: 25px;*/
  /*  transition: 0.3s ease-in-out;*/
  /*}*/
  /*.fa_cont:hover .fa-icon{*/
  /*  transform: scale(1.3);*/
  /*}*/
  /*.fa_cont:hover .counter-count{*/
  /*  transform: scale(1.5);*/
  /*}*/
  /*.fa-youtube-play:hover {*/
  /*  background: #ff0029;*/
  /*  color: white;*/
  /*}*/
  /*our team section*/
  .abt_bc, .abt_bc_bott{
    background-image: url(https://temp.vaanahaa.com/wp-content/themes/vannaha/img/about_background_bottom.png);
    flex-grow: 1;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
    background-position: center;
    transition: 1s;
    height: 300px;
    width: 100%;
    position: relative;
  }

  .abt_bc h1{
    color: #fff;
    position: absolute;
    font-size: 25px!important;
    bottom: 72%;
    transform: scaley(-1);
  }
  .abt_bc_bott{    
    top:-5px;
  }
  .abt_bc{        
    top: 3px;
    transform: scaley(-1);
  }
  .team_cont{
    min-height: 100vh;
    background: #051664;
    position: relative;
    margin: 0!important;
  }
  .team_cont h3{
    color: #fff;
    margin: 20px 0 5px 0;
    font-style: italic;
  }
  .team_cont h4{
    font-size: 16px;
    color: #ffffff;
    opacity: .5;
  }
  .team_cont img{
    height: 120px;
  }
  .team_cont p{
    color: #889eff;
    padding: 10px 70px 10px 0;
  }
  .team_cont i{
    background: #000f52;
    color: #fff!important;
  }
  .vnha_asset{
    background: #e2e2e2;
    padding: 6px 15px;
    margin: 10px 0 70px 0;
    border-radius: 10px;
  }
  .vnha_asset i{
    padding: 15px;
    color: #6345ee;
    border-radius: 50px;
    transition: 0.3s ease-in-out;
  }
  .vnha_asset i:hover{
    color: #fff;
    background: red;
  }
  .vnha_asset span{
    color: #6345ee;
    font-size: 20px;
    padding: 10px 10px;
  }
  .border_rgt{
    border-right: 1px solid #6345ee;
  }
  .counter p{
      text-align:center!important;
  }
  .aboutus a.moretag{
      display:none;
  }
  
  @media (max-width: 768px){
    .vnha_asset {
      border-radius: 5px;
    }
    .vnha_asset span {
      display: none;
    }
    .vnha_asset i {
      padding: 10px;
      font-size: 20px;
    }
    .abt_bc, .abt_bc_bott{
      height: 140px;
    }
    .counter p {
        font-weight: normal;
    }
    .advisory_designation{
        display: block;
    }
  }
/*End*/
