body{
  font-family: 'Inter', sans-serif !important;
  font-size: 18px;
  line-height: 24px !important;
  text-transform: none;
  font-style: normal;
  font-weight: 400;
}



/*

font-family: 'Inter', sans-serif;
font-family: 'Inter Tight', sans-serif;

*/







.ven--header-menu nav{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 80px;
  background: #000;
  box-shadow: none;
  z-index: 99;
}

.ven--header-menu nav .navbar{
  height: 100%;

  justify-content: space-between;
  margin: auto;
  border: none !important;
  
  padding: 0 80px;
}
.ven--header-menu  .navbar .logo a{
  font-size: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  justify-content: space-between;
}
.ven--header-menu nav .navbar .nav-links{
  line-height: 80px;
  height: 100%;
}
.ven--header-menu nav .navbar .links{
  display: flex;
  float: right;
}
.ven--header-menu  nav .navbar .links li{
  position: relative;
  display: flex;
  align-items: center;
 
  list-style: none;
  
}
.ven--header-menu nav .navbar .links li a{
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  
}
.ven--header-menu nav .navbar .links li a:hover{
  color: #1AD881;
  
}
.nav-link {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #031D44;
  margin: 0px 15px;
  display: inline-block;
  position: relative;
  
}

.nav-link:hover {
  color: #11A463;
}

.nav-link::before {
  transition: 300ms;
  height: 5px;
  content: "";
  position: absolute;
  background-color: #1AD881;
}
.nav-link-grow-up::before {
  height: 0%;
  width: 100%;
  bottom: 0px;
}

.nav-link-grow-up:hover::before {
  height: 5px;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
  transform: rotate(180deg);
  }

nav .navbar .links li .arrow{
  
  height: 100%;
  width: 22px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  color: #fff;
  transition: all 0.3s ease;
}
nav .navbar .links li .sub-menu{
  position: absolute;
  top: 70px;
  left: 0;
  line-height: 40px;
  background: #000000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 4px 4px;
  display: none;
  z-index: 2;
}
nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu{
  display: block;
}
.navbar .links li .sub-menu li{
  padding: 0 22px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.navbar .links li .sub-menu a{
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.navbar .links li .sub-menu .more-arrow{
  line-height: 40px;
}

.navbar-brand {
  float: left;
  padding: 22px 0px !important;
  
}

.ven--brand{
  height: auto !important;
  padding: 22px 0px !important;
}
.navbar .links li .htmlCss-more-sub-menu{
  /* line-height: 40px; */
}
.navbar .links li .sub-menu .more-sub-menu{
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}
.links li .sub-menu .more:hover .more-sub-menu{
  display: block;
}
.navbar .search-box{
  position: relative;
   height: 40px;
  width: 40px;
}
.navbar .search-box i{
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.navbar .search-box .input-box{
  position: absolute;
  right: calc(100% - 40px);
  top: 80px;
  height: 60px;
  width: 300px;
  background: #000000;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.navbar.showInput .search-box .input-box{
  top: 65px;
  opacity: 1;
  pointer-events: auto;
  background: #000000;
}
.search-box .input-box::before{
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  background: #000000;
  right: 10px;
  top: -6px;
  transform: rotate(45deg);
}
.search-box .input-box input{
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  height: 35px;
  width: 280px;
  outline: none;
  padding: 0 15px;
  font-size: 16px;
  border: none;
}
.navbar .nav-links .sidebar-logo{
  display: none;
}
.navbar .bx-menu{
  display: none;
}
@media (max-width:920px) {
  nav .navbar{
    max-width: 100%;
    padding: 0 25px;
  }

  nav .navbar .logo a{
    font-size: 27px;
  }
  nav .navbar .links li{
    padding: 0 10px;
    white-space: nowrap;
  }
  nav .navbar .links li a{
    font-size: 15px;
  }
}
@media (max-width:800px){

  .navbar .bx-menu{
    display: block;
  }
  nav .navbar .nav-links{
    position: fixed;
    top: 0;
    left: -100%;
    display: block;
    max-width: 270px;
    width: 100%;
    background:  #000000;
    line-height: 40px;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1000;
  }
  .navbar .nav-links .sidebar-logo{
    display: flex;
    align-items: center;
    
  }
  .text{
      justify-content: space-between;
  }
  .sidebar-logo .logo-name{
    font-size: 25px;
    color: #fff;
  }
    .sidebar-logo  i,
    .navbar .bx-menu{
      font-size: 25px;
      color: #fff;
    }
  nav .navbar .links{
    display: block;
    margin-top: 20px;
  }
  nav .navbar .links li .arrow{
    line-height: 40px;
  }
nav .navbar .links li{
    display: block;
  }
nav .navbar .links li .sub-menu{
  position: relative;
  top: 0;
  box-shadow: none;
  display: none;
}
nav .navbar .links li .sub-menu li{
  border-bottom: none;

}
.navbar .links li .sub-menu .more-sub-menu{
  display: none;
  position: relative;
  left: 0;
}
.navbar .links li .sub-menu .more-sub-menu li{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
  transform: rotate(0deg);
  }
  .navbar .links li .sub-menu .more-sub-menu{
    display: none;
  }
  .navbar .links li .sub-menu .more span{
    /* background: red; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
  }

  .links li .sub-menu .more:hover .more-sub-menu{
    display: none;
  }
  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu{
    display: none;
  }
.navbar .nav-links.show1 .links .htmlCss-sub-menu,
  .navbar .nav-links.show3 .links .js-sub-menu,
  .navbar .nav-links.show2 .links .more .more-sub-menu{
      display: block;
    }
    .navbar .nav-links.show1 .links .htmlcss-arrow,
    .navbar .nav-links.show3 .links .js-arrow{
        transform: rotate(180deg);
}
    .navbar .nav-links.show2 .links .more-arrow{
      transform: rotate(90deg);
    }
}
@media (max-width:370px){
  nav .navbar .nav-links{
  max-width: 100%;
} 
}


.green_line{
  width: 64px;
    height: 4px;
    background-color: #11A463;
    margin: 0px auto 12px;
}
  




.ven--container{
  padding-left: 80px;
  padding-right: 80px;
  margin-left: auto;
  margin-right: auto;
}

.ven--hero-img{
  background: url('../images/hero-banner-min.jpg') no-repeat   center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 670px;
}

/* MENU */

.ven--header-menu{
  background-color: #000;
  height: 60px;
}

.dropdown-toggle::after {
  display: none;
}
.text-decoration-none{
text-decoration: none!important;
}
/* Font Awesome Icons have variable width. Added fixed width to fix that.*/
.icon-width { width: 2rem;}


.ven--hero-content{ margin-top: 140px;}

.ven-img-man{}

.hero-title{
  font-size: 34px;
  font-weight: 500;
  font-family: 'Inter Tight', sans-serif;
  color: #fff;
  margin-bottom: 30px;
}

.hero-subtittle{
  font-size: 18px;
  font-weight: 400;
  font-family: 'Inter Tight', sans-serif;
  color: #fff;
}

.w-txt{ color: #ffffff;}
.g-txt{ color: #1AD881;}

.mar-tp-160{
  margin-top: 160px !important;
}
.mar-tp-180{
  margin-top: 180px !important;
}
.mar-tp-200{
  margin-top: 200px !important;
}



.padd-rl-0{
  padding: 0px !important;
}

.bg-indus{
  background-color: #fff;
}

.bg-image-right {
  background-position: center right;
}
.bg-no-repeat {
  background-repeat: no-repeat !important;
}

.indus-wrapper{
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}

.padd-btm-0{
  padding-bottom: 0px !important;
}

.indus-info{
  padding: 40px;
  min-height: 330px;
}
.indus-info .indus-heading{
  font-size: 16px;
    text-transform: uppercase;
    color: #11A463;
    line-height: 40px;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
}
.indus-info .indus-heading::before{
  display: inline-block;
  content: "";
  border-top: 4px solid #11A463;
  width: 25px;
  margin-right: 15px;
  position: relative;
  top: -3px;
}
.indus-info .indus-para{
  color: #000;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 5px;
}

.border-light {
  border-color: #f5f5f5 !important;
}
.border-start {
  border-left: 2px solid #f5f5f5  !important;
}
.border-end {
  border-right: 2px solid #f5f5f5  !important;
}
.border-2 {
  border-width: 2px !important;
}



.button-wrapper{
  margin-top: 40px;
}

.ven--sec-default{
  padding: 80px 0px;
}
.ven--sec-expert{
  padding: 60px 0px;
}
.vv-button {
  padding: 16px 24px !important;
  border: 1px solid transparent;
  background-color: #000000;
  -webkit-transition: color .2s cubic-bezier(.165, .84, .44, 1),border-color .2s cubic-bezier(.165, .84, .44, 1),background-color .2s cubic-bezier(.165, .84, .44, 1);
  transition: color .2s cubic-bezier(.165, .84, .44, 1),border-color .2s cubic-bezier(.165, .84, .44, 1),background-color .2s cubic-bezier(.165, .84, .44, 1);
  color: #000;
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 500 !important;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0px !important;
  display: inline-flex;
  text-align: left;
  min-width: 220px;
}

.vv-button--green {
  padding: 10px 24px !important;
  background-color: #1AD881;
  -webkit-transition: color .2s cubic-bezier(.165, .84, .44, 1),border-color .2s cubic-bezier(.165, .84, .44, 1),background-color .2s cubic-bezier(.165, .84, .44, 1);
  transition: color .2s cubic-bezier(.165, .84, .44, 1),border-color .2s cubic-bezier(.165, .84, .44, 1),background-color .2s cubic-bezier(.165, .84, .44, 1);
  color: #000;
  font-weight: 500 !important;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0px !important;
  display: inline-flex;
  text-align: left;
  min-width: 200px;
  line-height: 32px !important;
  height: 50px;
  border: none !important;
}
.vv-button--green .vv-txt{
  text-transform: uppercase;
  font-size: 13px;
  color: #000000;
}

.ven--txt-squad--profile{
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.ven--txt-squad--profile .ven-pro-cont{
  float: left;
}
.ven--txt-squad--profile .ven-pro-linkedIn{
  float: right;
}

.vv-button--green .button-icon_right {
  width: 24px;
  height: 24px;
  margin-left: 30px;
  margin-top: 6px;
}

.ven--cont-ww{
  margin-top: 60px;
}

.vv-button--green-sm {
  padding: 6px 20px !important;
  background-color: #1AD881;
  -webkit-transition: color .2s cubic-bezier(.165, .84, .44, 1),border-color .2s cubic-bezier(.165, .84, .44, 1),background-color .2s cubic-bezier(.165, .84, .44, 1);
  transition: color .2s cubic-bezier(.165, .84, .44, 1),border-color .2s cubic-bezier(.165, .84, .44, 1),background-color .2s cubic-bezier(.165, .84, .44, 1);
  color: #000;
  font-weight: 500 !important;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0px !important;
  display: inline-flex;
  text-align: left;
  min-width: 200px;
  line-height: 27px !important;
  height: 36px;
  border: none !important;
}
.vv-button--green-sm .vv-txt{
  text-transform: uppercase;
  font-size: 12px;
  color: #000000;
}

.vv-button--green-sm .ft-icon{
  margin-right: 15px;
  float: left;
}

.vv-button-small{
width: 44px;
height: 44px;
  background: #11A463;
}

.vv-button-small .iiccn{
margin: 6px 0px 0px 0px;
  }
  


.vv-button--green-sm .button-icon_right {
  width: 24px;
  height: 24px;
  margin-left: 30px;
  margin-top: 6px;
}

.fs10 { font-size: 10px; }
.fs11 { font-size: 11px; }
.fs12 { font-size: 12px; }
.fs13 { font-size: 13px; }
.fs14 { font-size: 14px; }

.mb-5{margin-bottom: 5px;}


.button.cc-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 220px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-icon_right {
  width: 24px;
  height: 24px;
  margin-left: 80px;
  margin-top: 10px;
  float: right;
}

.btn{
  text-align: left !important;
}

.vv-txt{
  float: left;
}

.ven-mission-wrap{
  background-color: #000000;
  padding: 80px 80px ;
  min-height: 560px;
}
.ven-trademark{
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}

.mt40{
  margin-top: 40px;
}

.ven-trademark::before{
  display: inline-block;
  content: "";
  border-top: 6px solid #11A463;
  width: 26px;
  margin-right:15px;
  position: relative;
  top: -2px;
 
}
.ven-mission-wrap .ven--mission-text{
  font-size: 42px;
  font-weight: 500;
  margin-top: 40px;
  color: #fff;
  line-height: 48px;
}

.ven-mission-info{
  padding: 80px 60px;
  min-height: 560px;
}
.ven-mission-info-box{
  margin-bottom: 25px;
}
.ven-mission-info-box .ven-mission-info-h1{
  font-size: 28px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 30px;
}
.ven-mission-info-box .ven-mission-info-text{
  font-size: 16px;
  color: #090C0B;
  font-weight: 400;
  line-height: 20px;
}


.no-gap{
  padding: 0px !important;
}

.sec-yash-bg{
  padding: 80px 0px 50px 0px;
  background-color: #F5F6FD;
}
.ven-w-img{
  position: relative;
  top: -150px;
}
.vv--view-box{
  padding: 30px;
  background-color: #fff;
  height: 290px;
  
}
.ven--sec-sqd{
  padding: 0px 0px 40px 0px;
}

.cz_title_shape {
  position: relative;
  left: 0px;
  top: 0px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 90px;
  font-weight: 600;
  width: 100%;
  line-height: 1;
  pointer-events: none;
  transform-origin: 0;
  z-index: 1;
  word-wrap: initial;
  color: #EDEDF4;
  transition: all .2s ease-in-out;
}
.vv--wdtiitle{
  margin-bottom: 40px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  display: flex;
}
.our-ven-h1{
  margin-bottom: 30px;
  font-weight: 600;
  /* text-transform: uppercase; */
  color: #000;
  font-size: 22px;
 }
.vv--wdtiitle .num{
  color: #9193A5;
  font-size: 20px;
  z-index: 2;

}
.vv--wdtiitle .ven-h1{
  color: #000000;
  margin-left: 20px;
  font-size: 20px;
  z-index: 2;
}
.vv-wdinfo{
  font-size: 13px;
  line-height: 18px;
}
.wid30per{
  width: 30%;
}

.ven-wvd-col{
  width: 30% !important;
  margin-right: 20px;
  margin-bottom: 20px;
}

.vv--view-box .vv--view-box--info{
  position: relative;
  top: -50px;

}
.box-vv--wdtiitle{
  /* width: 90%; */
}

.ven--squad-wrapper-cc{
  
}
.ven--squad-container{ margin-top: 40px;}
.ven--squad-container-in{

}
.padd-rl-10{
  padding-left: 10px;
  padding-right: 10px;
}

.ven-squad-people{
  text-align: center;
}

.vs-wrap{
  width: 20% !important;
}
.ven-squad-people .ven--linkedIn{
  padding: 0px 0px;
}
.ven-squad-people .ven-squad-people-img{
  margin-bottom: 15px;

}
.ven-squad-people .ven-squad-people-img img{
  width: 60%;
}
.ven-squad-people .ven-squad-people-info{
  padding: 10px 0px 0px 0px;
}
.ven-squad-people .ven-squad-people-info .ven-squad-people-name{
  font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 10px;
}
.ven-squad-people .ven-squad-people-info .ven-squad-people-des{
  font-size: 14px;
    color: #000;
    font-weight: 500;
    line-height: 22px;
    min-height: 48px;
   
}


.ven--sqd-partners{}
.ven--sqd-partners .ven--sqd-partners--img{ float: left; margin-right: 30px; margin-bottom: 20px;}
.ven--sqd-partners .ven--sqd-partners--img img{ width: 200px; height: 100px;}

.ven--squad-wrapper{
  border-radius: 20px;
  padding: 60px 60px 0px 60px;
  height: 420px;
  background-color: #A7FFD6;
}

.ven--squad-header{
  width: 60%;
}
.ven--squad-header .squad--head{
  font-size: 44px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 50px;
}
.ven--squad-header .squad--subhead{
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  line-height: 28px;
  
}

.wrk-bg{
  background-image: url(../images/WRK.svg);
    /* height: 130px; */
    background-repeat: no-repeat;
    background-position: 104% 25px;
}

.ven--squad-slider{
  height: 300px;
  margin-top: 40px;
  
}

.ven-sqd-wrap{
  width: 25.33% !important;
 
}

.col-item
{
    
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
    background: #FFF;
}
.col-item .ven--sq-img img
{
    margin: 0 auto;
    width: 100%;
}

.col-item .ven--sq-info {
  padding: 20px;
  position: relative;
  top: -100px;
}

.col-item .ven--sq-info .ven-sq-title{
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  line-height: 16px;
}
.col-item .ven--sq-info .ven-sub-title{
  font-size: 12px;
  color: #fff;
  font-weight: 500;
}
.col-item .ven--sq-info .ven-lin-button{
  
}

.carousel-inner .item{
  height: 380px;
}



.clear-left
{
    clear: left;
}

.col-item .separator p
{
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}

.col-item .separator p i
{
    margin-right: 5px;
}
.col-item .btn-add
{
    width: 50%;
    float: left;
}

.col-item .btn-add
{
    border-right: 1px solid #E1E1E1;
}

.col-item .btn-details
{
    width: 50%;
    float: left;
    padding-left: 10px;
}
.controls{ margin-top: 0px;}
[data-slide="prev"]
{
    margin-right: 10px;
}
.ven--squad-wrapper-vv-inr{
  border: 1px solid #CED3F4;
  padding: 40px;
  border-radius: 10px;
  margin-bottom: 30px;
  
}

.ven--linkedInpage{
  margin-top: 5px;
}

.ven--squad-wrapper-vv-inr .ven-pr-pic{
  margin-bottom: 20px;
}
.ven--squad-wrapper-vv-inr .ven-pr-pic img {}


.ven--txt-squad{
  margin-top: 40px;
  margin-bottom: 20px;
}
.ven--squad-wrapper-vv-inr .ven--txt-squad p{
  font-size: 15px;
  color: #4B5168;
  font-weight: 400;
  line-height: 24px;
  min-height: 250px;
}
.ven--squad-wrapper-vv-inr .ven--txt-squad .ven--thd{
  font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 5px;
}
.ven--squad-wrapper-vv-inr .ven--txt-squad .ven--thd-dd{
  font-size: 14px;
    color: #000;
    font-weight: 500;
    line-height: 22px;
}

.ven-contact-us-btxt {
  color: #1AD881;
  font-size: 40px;
  padding: 0px 0px;
  font-weight: 500;
  margin-bottom: 20px;
}
.ven-contact-us-stxt {
  color: #9193A5;
  margin-bottom: 20px;
 font-size: 18px;
 line-height: 26px;
 font-weight: 400;
}

.ven-etxt{
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  font-weight: 500 !important;
}
.mb-15{
  margin-bottom: 15px;
}

.veen-input-con {
  display: block;
  width: 94%;
  padding: 24px 20px !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  background-color: transparent !important;
  background-clip: padding-box;
  border: 1px solid #5F6372 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px !important;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.ven-contact-wrap {
  background-color: #000000;
  padding: 70px;
  min-height: 550px;
  margin-top: 50px;
  float: left;
}




/* CSS */
.ven-lprofile{
  background-color: transparent;
  border:1px solid transparent;
  color: #fff;
  cursor: pointer;
  font-size: 11px;
  font-weight: 400;
  outline: none;
  outline: 0;
  transform: translateX(0);
  padding: 0px 0px;
  transition: transform 250ms;
  }

  .ven-lprofile svg{
    margin-right: 10px;
    }

.ven-lprofile:hover {
  transform: translateX(3px);
}

@media (min-width: 768px) {
  .ven-lprofile {
    padding: 0px 0px;
  }

 
}

.ven-slider-text{
  padding-left: 20px;
  }

  
  
  .map-wrapper{
    padding: 0px;
    margin-bottom: 80px;
  }
  .ven-map-wrap{
    /* Created with https://www.css-gradient.com */
background: #E1ECFB;
background: -webkit-radial-gradient(top right, #E1ECFB, #E1EBF5);
background: -moz-radial-gradient(top right, #E1ECFB, #E1EBF5);
background: radial-gradient(to bottom left, #E1ECFB, #E1EBF5);
      padding: 80px 80px;
      min-height: 460px;
  }
  .ven-map-wrap .map-img{
    position: relative;
    right: 200px;
  }

  .ven--build-wrap{
    padding: 100px 50px;
  }
  .ven--build-wrap .ven--build-heading{
    font-size: 44px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 50px;
  }
  .ven--build-wrap .ven--build-subheading{
    font-size:16px;
    color: #090C0B;
    font-weight: 500;
    line-height: 26px;
  }
  /* PARTNERS */

/* Slider */

.ven-slider-wrapper{
  padding: 0px 0px 60px 0px;
}



.ven--hero-tittle{
  font-size: 32px;
    color: #000000;
    font-weight: 700;
   line-height: 40px;
    margin-top: 0px;
    margin-bottom: 40px;
}

.ven-pp-header .ven-trademark {
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  line-height: 40px;
  padding: 0px;
  margin: 0px;
}

.ven-pp-header .ven-trademark::before{
    display: inline-block;
    content: "";
    border-top: 4px solid #11A463;
    width: 25px;
    margin-right:15px;
    position: relative;
    top: -3px;
   
}


.slick-slide {
  margin: 0px 10px;
}

/* .slick-slide img {
  width: 200px;
  height: 100px;
} */


.slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after
{
  display: table;
  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.ven-terms-page-wrapper{
  padding: 60px 0px;
  background-color: #090C0B;
}

/* slider css end */

.ven-footer-box{
  padding-top: 30px;
}

.ven-pp-header{}

/* FOOTER SECTION */

.ven-footer-box .ven-footer-h1{
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 20px;
  color: #1AD881;
  font-weight: 500;

}
.ven-footer-box .ven-foolinks{

}
.ven-footer-box .ven-foolinks ul{
  padding: 0px;
  
}
.ven-footer-box .ven-foolinks ul li{
  list-style-type: none;
}
.ven-footer-box .ven-foolinks ul li a{
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  padding: 8px 0px;
  
}
.ven-footer-box .ven-foolinks ul li a:hover{
  color: #1AD881;
}

.ven-footer-box .ven-news-subscribe{}

.ven-footer-box .ven-news-subscribe .ven-subtext{
  color: #fff;
  font-size: 13px;
  line-height: 18px;
}


.ven-footer-box .ven-news-subscribe .ven--news-form{
  margin-top: 30px;
}

.ven-footer-box .ven-news-subscribe .ven--news-form .ven--input{
  
    width: 260px;
    padding: 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #9193A5;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #5F6372;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-small{
  padding: 5px 20px !important;
  height: 44px;
  line-height: 36px !important;
}

.ven--footer-copy{
  border-top: 1px solid #000000;
  padding: 20px 0px 0px 0px;
}




.ven-footer{
  background-color: #27282C;
  padding: 0px 0px 30px 0px;
  font-size: 13px;
  color: #fff;
}
.ven--footer-sec{
  padding: 20px 0px 40px 0px;
}
.ven-city-add{
  font-size: 14px;
  margin: 0px 0px 10px 0px;
}

.ven-add-wrap{
  margin-top: 100px;
}
.ven-city-add-con{
  font-size: 26px;
  margin: 0px 0px 30px 0px;
  color: #000;
  font-weight: 500;
}
.ven--email{
  padding-top: 30px;
}
.ven--email .subhead{
  color: #fff;
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 5px;
}

.ven--email-ff{
  margin-bottom: 15px;
}
.ven--email-ff .subhead{
  color: #fff;
  font-size: 13px;
  margin-top: 0px;
  margin-bottom: 5px;
}

.mt-150{
  margin-top: 150px;
}
.subhead-con{
  color: #000;
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 5px;
}

.ven--link{
  color: #11A463;
  font-size: 14px;
  text-decoration: none;
}
.ven--link:hover{
  color: #11A463;
  text-decoration: underline;
}
.fz-14{ font-size: 14px;}
.fz-16{ font-size: 16px;}
.fz-18{ font-size: 18px;}
.ven-ftbtn-wrap{ padding-top: 20px;}

.ven--cpyright{
  font-size: 12px;
  padding: 0px;
  margin: 0px;
}

.ft-icn{
  float: left;
  margin-right: 10px;
}

.ft-icn-s{
  float: left;
  margin-right: 20px;
}
.ft-icn-s img{
  width: 24px;
}
.ven-innerpage-wrapper{
  background-color: #090C0B;
  padding: 80px 0px 0px 0px;
}
.ven-cont-page-wrapper{
  background-color: #090C0B;
  padding: 60px 0px 60px 0px;
}
.ven--terms-tittle{
  font-size: 60px;
  font-weight: 600;
  color: #fff;
  line-height: 60px;
}

.ven--email-txt{
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
  
}


.ven-expert-wrap{
  margin-top: 60px;
}
.ven-expert-wrap .ven-expert-info{
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #fff;
  line-height: 40px;
}
.ven-expert-wrap .ven-expert-text{
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #fff;
}

.mb40{
  margin-bottom: 40px;
}

.ven-expert-wrap-cc{
  margin-top: 40px;
}
.ven-expert-wrap-cc .ven-expert-info-cc{
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #fff;
  line-height: 40px;
}


.ven-main-head{
  font-size: 56px;
  color: #000000;
  
  font-weight: 600;
  line-height: 50px;
}
.ven-main-subhead{
  font-size: 38px;
  color: #000000;
  
  font-weight: 600;
  line-height: 46px;
}

.our-vv-wdinfo{
  font-size: 14px;
}

.ven--expert-wrap{
  padding: 50px 0px;
  background-color: #F5F6FD;
}
.ven--in-wrap{
  padding: 50px 0px;
  
}

.ven-exp-col{
  width: 26% !important;
    margin-right: 20px;
    
}
.our--vv--view-box {
  padding: 40px;
  background-color:transparent;
  min-height: 320px;
  margin-bottom: 20px;
  border: 1px solid #CED3F4;
 border-radius: 10px;
}


.ven-exp-colgreen{
  
}
.button-wrapper--sec{margin-bottom: 40px; margin-top: 50px;}

.our-box--vv--view-box {
  padding: 30px;
    background-color: #1AD881;
    min-height: 320px;
    margin-bottom: 40px;
    margin-left: 0px;
    min-width: 660px;
    
    /* float: left; */
    position: relative;
    right: 0px;
  
}

.our-box--vv--view-box-squd {
  padding: 30px;
    background-color: #1AD881;
    min-height: 320px;
    margin-bottom: 40px;
    margin-left: 0px;
    min-width:380px;
    
    /* float: left; */
    position: relative;
    right: 0px;
  
}


.ts-tech{}
.ts-tech .tech-logo{
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px;
  /* border: 1px solid #E4EAF5; */
  min-height: 44px;
  text-align: center;
}
.ts-tech .tech-logo img{
 height: 28px;
}

.box-vv--wdtiitle2 .our-box-ven-h12 {
  color: #000000;
  /* margin-left: 20px; */
  line-height: 30px;
  font-size: 26px;
  z-index: 2;
  font-weight: 500;
  text-transform: initial;
  margin-bottom: 20px;
}

.box-vv--wdtiitle .our-box-ven-h1 {
  color: #000000;
    margin-left: 20px;
    line-height: 28px;
    font-size: 24px;
    z-index: 2;
    font-weight: 500;
    text-transform: initial;
    margin-bottom: 20px;
}
.wid40{
  width: 50%;
}

.wid100{
  width: 85%;
}
.our-box-vv-wdinfo {
  font-size: 23px;
  font-weight: 900;
  padding: 0px 20px 0px 20px;
}

.ven--about-title{
  font-size: 54px;
    color: #fff;
    line-height: 60px;
    font-weight: 600;
}
.ven--about-title span{
  font-size: 54px;
  color: #1AD881;
}

.ven-studio-info-h1{
  font-size: 35px;
    line-height: 46px;
    font-weight: bold;
    padding: 55px 0px;
}
.ven-us-studio-info-h1{
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #000;
}
.ven-us-studio-info-text{
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #141613;
  margin-bottom: 15px;
}
.ven-studio-info-box {
  margin-bottom: 30px;
 
}
.ven--ourcorevalue-wrap{}
.ven-core-values-wrap{
  background-color: #000000;
    padding: 50px;
    min-height: 420px;
    margin-top: 30px;
}
.ven-core-values-btxt{
  color: #fff;
  font-size: 28px;
  padding: 0px 0px 30px 0px;
}
.ven-core-values-stxt{
  color: #fff;
    font-size: 16px;
    line-height: 26px;
    
}

.bold-txt{ font-weight: 600;}
.ven-core-values-info {
  background-color: aliceblue;
    padding: 50px;
    min-height: 420px;
    margin-top: 30px;
}
.ven-core-value-wrap{
  background-color: #1AD881;
    padding: 50px;
    min-height: 0px;
    
    
}

.padd-l-40{
  padding-left: 40px;
}

.ven-core-value-btxt{
  color: #000;
    font-size: 34px;
    font-weight: 600;
    
}
.ven-core-value-stxt{
  padding: 40px;
  font-size: 14px;
  font-weight: 500;
}
.adwin-img{
  height: auto;
  line-height: 0;
  position: relative;
  z-index: 1;
}
.adwin-ven{
  display: block;
    max-width: 100%;
    position: relative;
    width: 100%;
}
.let-text-adwin{
  padding: 20px 0px;
}

.padd-r-0{
  padding-right: 0px !important;
}
.padd-l-0{
  padding-left: 0px !important;
}

.ven-core-s-value-wrap{

}

.ven-cont-wrap{

}

.con-map{
  /* background: url(../images/map.png) no-repeat center center; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 820px;
}

.ven-cont-inwrap{
  padding: 60px 0px;
}

.ven--terms-info{
  padding: 60px 0px;
}

.ven-terms-infotxt{}
.ven-terms-infotxt p{
  font-size: 16px;
  line-height: 26px;
}
.ven-terms-infotxt .mainheading{
  font-size: 20px;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 30px;
}
.ven-terms-infotxt .mainheading::before {
    display: inline-block;
    content: "";
    border-top: 6px solid #11A463;
    width: 25px;
    margin-right: 15px;
    position: relative;
    top: -3px;
}
.ven-terms-infotxt .subheading{}

.ven--icn{
  background: url('../images/bullete-tems.svg') 0px 5px no-repeat;
height: 16px;
padding-left: 40px;
display: table;

}

.ven--comingsoon-wrapper{
  padding: 50px;
  margin: 60px auto;
  width: 540px;
  height: 460px;
}

.ven--comingsoon-info{}
.ven--comingsoon-info .ven-puc{
  margin-bottom: 40px;
}
.ven--comingsoon-info{
  text-align: center;
}
.ven--comingsoon-info .ven--puc-cont .puc-heading{
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  color: #000;
  line-height: 90px;
}
.ven--comingsoon-info .ven--puc-cont .puc-txt{
  
  font-size: 16px;
  font-weight: 400;
  color: #9193A5;
}

/* MOBILE RESPONSIVE STARTS HERE*/

@media (max-width: 575.98px) { 
  .ven-mobile-logo{
    float: left;
    width: 160px;
  }

  .mob-flexi {
    width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
}
  .mar-xs-tp-30{
    margin-top: 30px !important;
  }
  .ven-mobile-logo img{
   
    width: 180px;
  }
  .ven--mobile--menu{
    height: 64px;
    background-color: #000;
    padding: 20px;
  }

  .ven-main-menu{
    z-index: 5;
  }
  .ven-main-menu ul{ padding: 16px 20px 0px 0px; margin: 0px;}
  .ven-main-menu ul li{ list-style-type: none;}
  .ven-main-menu ul li a {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;}
    .ven-main-menu ul li a:hover {
      color: #c5a47e;
      text-decoration: none;
    }
  
  #menu {
    background: #090C0B;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    text-align: center;
    top: 0;
    transition: all 0.7s ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 1100;
  }
  #menu.open {
    opacity: 1;
    visibility: visible;
  }
  #menu.open li:nth-child(1) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  #menu.open li:nth-child(2) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  #menu.open li:nth-child(3) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  #menu.open li:nth-child(4) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  #menu.open li:nth-child(5) {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  #menu.open li:nth-child(6) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  #menu.open li:nth-child(7) {
    -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s;
  }
  #menu.open li:nth-child(8) {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  #menu.open li:nth-child(9) {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
  }
  #menu.open li:nth-child(10) {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  #menu.open li {
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
  }
  #menu ul:hover a {
    opacity: 0.5;
  }
  #menu ul a {
    -webkit-transform: translateZ(0);
    transition: opacity 0.3s ease-in-out;
  }
  #menu ul a:hover { opacity: 1;}
  #menu .main-nav { position: relative; top: 220px; transform: translateY(-50%);}
  #menu .main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #menu .main-nav a {
    color: #ffffff;
    display: block;
    font-size: 22px;
    font-weight: 400;
    text-align: left;
    padding: 10px 30px;
    text-decoration: none;
    /* font-family: 'Inter', sans-serif; */
font-family: 'Inter Tight', sans-serif;
    letter-spacing: 2px;
  }
  #menu .main-nav a:first {
    padding-top: 0;
  }
  #menu .menu-footer {
    padding: 2rem;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
  }
  #menu .menu-footer ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #menu .menu-footer ul li {
    display: inline;
    margin: 0 1rem;
  }
  #menu .menu-footer a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
  }
  
  .toggle-menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 30px;
    outline: none;
    padding: 0;
    pointer-events: initial;
    position: relative;
    vertical-align: middle;
    width: 30px;
    z-index: 1110;
  }
  .toggle-menu span {
    background-color: #fff;
    content: "";
    display: block;
    height: 1px;
    left: calc(50% - 13px );
    position: absolute;
    top: calc(50% - 1px );
    transform-origin: 50% 50%;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
    width: 26px;
  }
  .toggle-menu span:before, .toggle-menu span:after {
    background-color: #fff;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    transform-origin: 50% 50%;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
    width: 26px;
  }
  .toggle-menu span:before {
    top: 7px;
  }
  .toggle-menu span:after {
    top: -7px;
  }
  .toggle-menu.active span {
    background-color: transparent;
    transition: background 0.2s ease-out;
  }
  .toggle-menu.active span:before, .toggle-menu.active span:after {
    transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
  }
  .toggle-menu.active span:before {
    top: 0;
    transform: rotate3d(0, 0, 1, -45deg);
  }
  .toggle-menu.active span:after {
    top: 0;
    transform: rotate3d(0, 0, 1, 45deg);
  }
  .no-gap-xs{
    padding: 0px !important;
  }
  .text-center-xs{
    text-align: center !important;
  }

  .ven-slider-wrapper{
    padding: 0px 0px 20px 0px;
  }


  .ven--container{
    padding-left: 20px;
    padding-right: 20px;
    
  }

  .ven--hero-content{
    margin-top: 40px;
  }
  .hero-title {
    font-size: 34px;
  }

  .hero-subtittle{
    font-size: 16px;
  }

  .ven--hero-img {
    background: url(../images/hero-banner.jpg) no-repeat left top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 360px;
}

.ven-main-head {
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
}

.ven-mission-wrap{
  padding: 30px !important;
  min-height: 330px;
}
.ven-mission-wrap .ven--mission-text {
  font-size: 32px;
  font-weight: 500;
  margin-top: 40px;
  color: #fff;
  line-height: 40px;
}

.ven-squad-people .ven-squad-people-info{ padding: 20px 0px 0px 0px;}
.ven-squad-people .ven-squad-people-info .ven-squad-people-name{
  font-size: 14px;
}
.ven-mission-info-box .ven-mission-info-h1{
  font-size: 26px;
}
.ven--txt-hed-xs{
  font-size: 40px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 40px;
    line-height: 30px;
    
}
.ven-mission-info-box .ven-mission-info-text{
  font-size: 16px;
  line-height: 24px;
}
.ven-mission-info{

  padding: 30px !important;
  min-height: 540px;

}
.sec-yash-bg{
  padding: 60px 0px 40px 0px;
}

.ven-wvd-col{
  width: 100% !important;
}

.ven--sec-default{
  padding: 40px 0px;
    float: left;
    width: 100%;
}
.ven--squad-wrapper {
  border-radius: 10px;
  padding: 20px;
  height: 210px;
  
}
.ven--squad-header .squad--head{
  font-size: 36px;
}
.ven--squad-header .squad--subhead{
  font-size: 16px;
  line-height: 22px;
}
.ven-map-wrap{
  padding: 20px;
  min-height: 200px !important;
}
.ven-map-wrap .map-img{
  position: unset !important;
  text-align: center;
}
.ven-sqd-wrap{
  width: 50% !important;
  float: left;
}
.ven--build-wrap{
  padding: 50px 20px 0px 20px !important;
}

.ven--squad-header{
  width: 100%;
}

.pad-xs-5{
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: inline-block !important;
}
.col-item .ven--sq-info .ven-sq-title{
  font-size: 13px;
}

.col-item .ven--sq-info{
  padding: 15px;
  margin-top: 0px;
}

.carousel-inner .item {
  height: 250px !important;
}
.ven--squad-wrapper-xs{
  margin-top: 30px;
}
.ven-lprofile {
  font-size: 10px;
  text-align: left;
}
.ven-lprofile svg{
  margin-right: 5px;
}
.col-item {
  height: 230px;
}

.padd-lr-20{
  padding-left: 20px !important;
  padding-right: 20px !important;
}


.img-responsive-xs {
  /* display: block; */
  max-width: 100%;
  height: auto;
}




.button-wrapper{ margin-bottom: 40px; }
.button-wrapper--sec{margin-bottom: 30px; margin-top: 30px;}
.ven-trademark{ font-size: 12px;}

.ven-expert-wrap{
  margin-top: 30px !important;
  margin-bottom: 60px;
}

.ven-innerpage-wrapper{
  padding: 30px 0px 0px 0px !important;
  position: relative;
  top: -5px;
}

.box-vv--wdtiitle .our-box-ven-h1 { margin-left: 0px !important;}

.our-box--vv--view-box{
  padding: 40px;
  background-color: #1AD881;
  min-height: 280px;
  margin-bottom: 40px;
  margin-left: 0px !important;
  min-width: 100%;
  width: 100%;
  /* float: left; */
  position: relative;
  right: 0px;
}
.ven--build-wrap .ven--build-heading{
  font-size: 36px;
}

.wid40{
  width: 90%;
}

.ven-exp-col{
  width: 100% !important;
  margin-right: 20px;
    
}
.ven-contact-wrap{
  padding: 30px
}

.ven-contact-us-btxt{
  font-size: 22px;
}
.ven-contact-us-stxt{ font-size: 14px;}
.ven--cont-ww{ margin-top: 0px;}
.ven-core-values-wrap{padding: 30px !important; min-height: 360px!important;}
.ven-main-subhead { font-size: 26px !important; line-height: 32px !important;}
.ven--about-title{ font-size: 42px !important; line-height: 50px;}
.ven--about-title span{ font-size: 42px !important}
.pr-right-15{ padding-right: 15px !important; }
.ven-cont-page-wrapper{margin-top: -2px;}
.ven--hero-tittle { font-size: 30px; line-height: 36px;}
.ven-add-wrap{ margin-top: 0px;}
.mar-tp-20-xs { margin-top: 20px; }
.mar-tp-30-xs { margin-top: 30px; }
.ven--xsbtn-30{ margin-bottom: 20px;}
.mb-xs-60{ margin-bottom: 60px;}
.map-wrapper{ padding:50px 0px 0px 0px ; margin-bottom: 20px !important;}
.ven-core-value-stxt{ float: left; font-size: 14px; padding: 20px 0px !important}
.ven-core-values-info{ padding: 30px!important; }
.ven-core-value-wrap{ padding: 30px 20px !important;}
.ven--sec-expert{padding: 40px 0px 0px 0px !important;}

.mb-40-xs{ margin-bottom: 40px;}

.ven-cont-inwrap{ padding: 30px 0px;}
.our--vv--view-box{
  padding: 20px;
  min-height: 250px;
}

.ven--in-wrap{padding: 20px 0px !important;}


.ven--sqd-partners{}
.ven--sqd-partners .ven--sqd-partners--img{ float: left; margin-right: 20px; margin-bottom: 20px;}
.ven--sqd-partners .ven--sqd-partners--img img{ width: 160px; height: 90px;}

.con-map{background-image: none;}
.ven--comingsoon-wrapper{
  width: 100%;
  margin: 40px auto;
  padding: 30px;
}

.ven--comingsoon-info .ven-puc{
  margin-bottom: 40px;
}
.ven--comingsoon-info{
  text-align: center;
}
.ven--comingsoon-info .ven--puc-cont .puc-heading{
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  color: #000;
  line-height: 50px;
}
.ven--comingsoon-info .ven--puc-cont .puc-txt{
  
  font-size: 14px;
  font-weight: 400;
  color: #9193A5;
}

.ven--terms-tittle{
  font-size: 44px;
  line-height: 50px;
}




}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .ven--container {
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
}

.ven--header-menu nav .navbar {
  height: 100%;
  justify-content: space-between;
  margin: auto;
  border: none !important;
  padding: 0 40px;
}
}

.vv--portfolio-wrapper{
  display: flex;
  padding-top: 40px;
  float: left;
}

.vv--portfolio-wrapper .vv-portfolio-banner{
  float: left;
}
.vv--portfolio-wrapper .vv-portfolio-banner .vv--num{
  font-size: 20px;
  color: #11A463;
  margin-bottom: 20px;
  font-weight: 600;
}
.vv--portfolio-wrapper .vv-portfolio-banner .vv--prj-name{
  font-size: 24px;
  color: #000000;
  margin-bottom: 20px;
  font-weight: 600;
}
.vv--portfolio-wrapper .vv-portfolio-banner img{
  float: left;
  background-size: cover;
  height: 400px;
}
.vv--portfolio-wrapper .vv-portfolio-info{
width: 40%;
padding: 0px 10px 10px 50px;
}

.vv--portfolio-wrapper .vv-portfolio-info .vv--port--title{
    font-size: 28px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 20px;
}

.vv--portfolio-wrapper .vv-portfolio-info .vv-portfolio-info-box{
  padding: 15px 0px 15px 0px;
  border-bottom: 1px solid #EDEDF4;
}

.vv--portfolio-wrapper .vv-portfolio-info .vv-portfolio-info-box .vv--port-label{
  font-size: 13px;
  color: #9193A5;
  text-transform: uppercase;
  font-weight: 500;
}
.vv--portfolio-wrapper .vv-portfolio-info .vv-portfolio-info-box .vv--port-h1{
  font-size: 18px;
  color: #000000;
  font-weight: 600;
}

@media (max-width: 600px) {
  .vv--portfolio-wrapper{
    display: block;
    padding-top:0px !important ;
  }
  .vv--portfolio-wrapper .vv-portfolio-banner{
    width: 100%;
  }
  .vv--portfolio-wrapper .vv-portfolio-info{
    width: 100%;
  }
  .vv--portfolio-wrapper .vv-portfolio-info{
    padding: 20px 0px 0px 0px;
    float: left;
  }

  /* .featured-img{
    width: 200px !important;
    height: 80px;
  } */

  .testim-content{
    display: flex !important;
    flex-direction: column !important;
  }

  .testim::before{
    width: 100% !important;
    height: 50% !important;
    
  }
  .vs-wrap{
    width: 100% !important;
  }
  .testim::after{
   width: auto !important;
  }
  .testim-box{
    padding: 30px !important;
  }
  /* .featured-img img{
    width: 100% !important;
    height: auto !important;
  } */

  .indus-info{
    padding: 20px 0px;
    min-height: 220px
  }

  .vv--portfolio-wrapper .vv-portfolio-banner img{

    height: auto !important;
    width: 100% !important;

  }

 
}

.ven--squad-wrapper-vv-inr-new{
  text-align: center;
  margin-bottom: 30px;
  min-height: 250px;
  border: 1px solid #f2f2f2;
  padding: 20px 0px;
  border-radius: 6px;
}

.ven--squad-wrapper-vv-inr-new .ven--squad-avatar{
  margin-bottom: 20px;
}
.ven--squad-wrapper-vv-inr-new .ven--squad-avatar img{}

.ven--squad-wrapper-vv-inr-new .ven--squad-wrapper-vv-inr-info{}
.ven--squad-wrapper-vv-inr-new .ven--squad-wrapper-vv-inr-info .ven--squad-title{
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 600;
  color: #000;
}
.ven--squad-wrapper-vv-inr-new .ven--squad-wrapper-vv-inr-info .ven--squad-desg{
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: 500;
}

.ven-main-subhead-sqd{
  font-size: 30px;
    color: #000000;
    font-weight: 600;
    line-height: 46px;
}

select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

select {

  /* styling */
  background-color: #000000;
  border-radius: 2px;
  height: 54px;
  width: 100%;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #5F6372;
  line-height: 1.5em;
  padding: 0px 20px !important;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select.minimal:focus {
  background-image:
    linear-gradient(45deg, #fff 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #fff 50%),
    linear-gradient(to right, #ccc, #ccc);
  /* background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em; */
  background-repeat: no-repeat;
  border-color: fff;
  outline: 0;
}


select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.form-control{
  color: #fff !important;
}





.featured-img {
  /* background: yellow; */
  position: relative;
  display: inline-flex;
  margin-right: 0px;
}

.featured-img img {
  height: auto;
  display: block;
  height: 80px;
}

/* .featured-img:hover:before {
  bottom: 2rem;
  right: 2rem;
}

.featured-img:hover:after {
  top: 2rem;
  left: 2rem;
}

.featured-img:before,
.featured-img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.3s ease;
}

.featured-img:before {
  background: url(images/tvs-logo-client.svg) repeat;
  bottom: 1rem;
  right: 1rem;
}

.featured-img:after {
  background: #E4EAF5;
  top: 1rem;
  left: 1rem;
} */
body {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.case-study-wrapper {
  width: 100%;
  margin: auto;
}

/* start testimonails */
.testim {
  position: relative;
  padding: 60px 0px 60px 0px;
}

.testim h2 {
  color: #000;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 40px;
}

.testim::before {
  position: absolute;
  content: "";
  width: 50%;
  top: 0;
  left: 0;
  background-color: aliceblue;
  height: 100%;
  z-index: -1;
}

.testim::after {
  position: absolute;
  content: "";
  width: 50%;
  top: 0;
  right: 0;
  background-color: #fff;
  height: 100%;
}

.testim-content {
  position: relative;
  display: flex;
  justify-content: space-around;
  gap: 20px;
}

.testim-box {
  z-index: 2;
  background-color: #fff;
  padding: 40px;
}


.testim-box .client-ttle  {
 
  margin-bottom: 20px;
  color: #11A463;
}

.testim-box .client-ttle a {
  font-size: 18px;
  font-weight: 600;
     color: #11A463;
}

.testim-box .client-ttle a:hover {
  color: #11A463;
  text-decoration: underline;
}

.testim-box-content img {
  top: -10px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  float: left;
  margin-right: 30px;
  position: relative;
}

.testim-content h3 {
  color: #fff;
  font-size: 1.3rem;
}

.testim-box>p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #141613;
  margin-bottom: 15px;
  min-height: 170px;
}

.testim-box-content p {
  color: #000;
}

/* endtestimonails */

@media (max-width:800px){
  .testim{
    padding: 30px 0px 0px 0px !important;
  }
}

















  

