.home-v2-video-slider-section .carousel-caption{
	left: 15px;
	right: inherit;
	text-align: left;
	/*position: relative;*/
}
.home-v2-video-slider-section .carousel-inner .item:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, .5);
}
.home-v2-video-slider-section .carousel-caption h2,.home-v2-video-slider-section .carousel-caption h1{
	font-size: 50px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	line-height: 68px;

}
.carousel-caption p{
	font-size: 25px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    padding: 20px 0;
    line-height: 34px;
}
.home-v2-video-slider-section .carousel-caption a{
	float: left !important;
	padding: 13px 30px !important;
    display: table;
    float: right;
    border: 1px solid #305185 !important;
    color: #fff !important;
    border-radius: 5px;
    text-shadow: none;
    text-transform: uppercase;
    background: #305185 !important;
    font-size: 17px;
    min-width: 270px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    text-transform: none !important;
    transition: all .5s ease-in-out;
    margin-top: 20px;
}
.home-v2-video-slider-section  .carousel-indicators li{
    height: inherit;
    border: none;
    text-indent: inherit;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    display: inline-block;
    color: #fff;
    position: relative;
    padding-top: 15px;
    cursor: pointer;
	width: 220px;
}
/*.home-v2-video-slider-section  .carousel-indicators li:before{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 215px;
	content: '';
	border-top: 4px solid #D9D9D966;
	  
}
 .home-v2-video-slider-section  .carousel-indicators li:after{
	
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	content: '';
	border-top: 4px solid #305185;

}
.home-v2-video-slider-section  .carousel-indicators li.active:after{
	
	width: 215px;
	border-top: 4px solid #305185;

	transition: all 5s ease-in-out;
	transition-duration: 10s !important;
	animation-name: example;
	animation-iteration-count: 1;
	animation-duration: 5.8s;
}
@keyframes example {
  0% {width: 0px;}
  100% {width: 215px;}
} */
.home-v2-video-slider-section  .carousel-indicators li .carouselProgressCover{
	height: 4px;
	background-color: #D9D9D966;
	width: 220px;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
 }
 .home-v2-video-slider-section  .carousel-indicators li.active .transition-timer-carousel-progress-bar {
	background-color: #305185;
	width: 0%;
	position: absolute;
	left: 0;
	top: 0;
	height: 4px;
	z-index: 2;
 }
.home-v2-video-slider-section  .carousel-indicators li.active{
	background: none;
}
.home-v2-video-slider-section .carousel-indicators{
	max-width: 1200px;
    bottom: 60px;
    left: 0;
    text-align: left;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 15px;
}
.home-v2-video-slider-section video{
	object-fit: cover;
}
.home-v2-sub-heading{
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 46px;
	color: #007D8A;
	margin-bottom: 50px;
}
.home-v2-sub-heading span{
	color: #305185;
}
.home-v2-section2-box-img{
	min-height: 100px;
}
.home-v2-section2-box-heading{
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 15px;
	color: #000000;
	min-height: 50px;
}
.home-v2-section2 .col-md-2 {
	width: 20%;

}
.home-v2-section2 .col-md-2:nth-child(4) .home-v2-section2-box:before,
.home-v2-section2 .col-md-2:last-child .home-v2-section2-box:before{
	display: none;
}
.home-v2-section2 .col-md-2:last-child .home-v2-section2-box{
	padding-right: 0px;
	    margin-top: 40px;
}
.home-v2-section2-box-text{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #303030;
}
.home-v2-section2-box{
	position: relative;
	width: 100%;
	padding-right: 24px;
}
.home-v2-section2-box:before{
	content: '';
	position: absolute;
	right: 0px;
	height: 256px;
	top: 0px;
	border-right: 1px dashed rgba(0, 0, 0, 0.3);
}
.home-btn-small{
	background: #305185;
	padding: 10px 15px;
	color: #fff;
	border-radius: 5px;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 26px;
	display: inline-block;
	text-align: center;
	border: 1px solid #305185;
	color: #FFFFFF;
	transition: all .5s ease-in-out;
	min-width: 215px;
}
.home-v2-video-slider-section .carousel-caption a:hover{
	color: #305185 !important;
		box-shadow: none !important;
		border-color: #fff !important;
		background: #fff !important;
	
}
.home-btn-small:hover,.home-btn-small:focus{
	color: #305185 !important;
	box-shadow: none !important;
	border-color: #305185 !important;
	background: #fff !important;
}
.home-v2-section2-box-discuss{
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 35px;
	line-height: 43px;
	margin-bottom: 20px;
	color: #000000;
}
.home-v2-section3{
	background: #F8F8F8;
	padding: 45px 0px 0px 0px;
	position: relative;
}
.home-v2-section3-paragraph{
	font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 35px;
    color: #303030;
    max-width: 500px;
}
.home-v2-section3-box-cover{
	margin: 0px;
	    position: relative;
    z-index: 9;
}
.home-v2-section3 .home-v2-sub-heading{
	margin-bottom: 45px;
	position: relative;
}
.home-v2-section3 .home-v2-sub-heading:before{
	border-bottom: 3px solid #007D8A;
	position: absolute;
	left: 0px;
	bottom: -20px;
	width: 108px;
	content: '';
}
.home-v2-section3-top{
	    position: absolute;
    top: 48px;
    width: 100%;
    left: 0px;
}
.home-v2-section3-box-row{
	display: flex;
    justify-content: flex-end;
   
}
.home-v2-section3-box-row .col-md-4 {
    padding: 2px;
}

.flip-card {
  background-color: transparent;
  width: 100%;
  
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 1s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  /*transform: rotateY(180deg);*/
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
  position: static;
}
.flip-card-front img,.flip-card-back img{
	width: 100%;
}

.flip-card-back {
  background-color: #ddd;
  color: white;
  transform: rotateY(180deg);
}
.home-v2-section3-box-flip-content {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    max-width: none;
    padding: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: auto;
    color: #fff;
    z-index: 11;
}
.home-v2-section3-box-flip-title{
	padding: 20px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
        position: relative;
    z-index: 999;
}
.home-v2-section3-box-flip-title-inner{
	font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
} 
.home-v2-section3-box-flip-cover{
	max-height: 0;
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.flip-card-front:hover .home-v2-section3-box-flip-cover {
    max-height: 200px;
}
.home-v2-section3-box-flip-text{
	font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    top: 0;
    text-align: center;
    /* height: 100%; */
    color: #FFFFFF;
    width: 100%;
    margin-top: 20px;
}


.home-v2-section3-box-flip-content:after {
    content: "";
    height: 100%;
    z-index: 9;
    opacity: 1;
    background: rgba(0,0,0,.2);
    filter: alpha(opacity=100);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-transition: all 5s;
    -ms-transition: all 5s;
}

.home-v2-section3-box-flip-content:after {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.flip-card-front:hover .home-v2-section3-box-flip-content:after {
    background: rgba(0,0,0,.85);
}
.carousel-container {
    float: left;
    height: 220px;
    overflow: hidden;
    width: 100%;
}

.slick-slider {
  height: 50%;
  margin: 8% 0 8%;
  border: none;
}
.slick-vertical .slick-slide{
	/*padding: 9px 0px;*/
}

.slick-list {
  overflow: visible;
}

.slick-slide {
  padding: 9px 0px;
  outline: none;
  transition: all 1s ease-in-out !important;
  
}
.slick-slide.slick-current {
  opacity: 1;
}
.home-v2-what-we-slider-text{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 24.7371px;
	line-height: 39px;
	/* or 156% */
	color: rgba(0, 0, 0, 0.8);
	opacity: 0.7;
	/*padding: 7px 0px;*/
	transition: all 1s ease-in-out;
	display: inline-block;
	cursor: pointer;
}
.home-v2-what-we-slider-text:hover,.home-v2-what-we-slider-text:focus{
	color: rgba(0, 0, 0, 0.8);
	opacity: 0.7;
}
.slick-vertical .slick-slide.slick-current .home-v2-what-we-slider-text{
	/*font-family: 'Open Sans';
	font-style: normal;
	font-weight: 800;
	font-size: 37.1056px;
	line-height: 51px;*/
	font-size: 37.1056px;

	/*transform: scale(1.2);*/
	font-weight: 800;
	transition: all 1s ease-in-out;
	color: #007D8A;
	opacity: 1;
	position: relative;
}
.slick-current .home-v2-what-we-slider-text:before{
	content: '';
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	position: absolute;
	bottom: -13px;
	left: 0px;
	width: 127px;
}
.home-v2-offer-box-right{
	float: right;
	max-width: 570px;
	position: relative;
}
.home-v2-offer-box-right-content{
	width: 36%;
	float: left;
	padding-left: 30px;
}
.home-v2-offer-box-left-content{
	width: 31%;
	float: left;

}
.home-v2-offer-box-circle{
	width: 32%;
    float: left;
    text-align: center;
    position: relative;
    padding-top: 40px;
}
.home-v2-offer-box-title{
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 23px;
	/* identical to box height */
	color: #305185;
	margin-bottom: 5px;
}
.home-v2-offer-box-right-first {
    margin-bottom: 20px;
    transition: all .2s ease-in-out;
    min-height: 85px;
}
.home-v2-offer-box-text{
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
    line-height: 19px;
	color: #000000;
}
.home-v2-offer-box-circle img{
	position: relative;
	z-index: 11;
}
.home-v2-offer-box1-left-top-arrow{
	position: absolute;
        left: -26px;
    top: 12px;
    transition: all .2s ease-in-out;
    z-index: 1;

}
.home-v2-offer-box1-right-top-arrow{
	position: absolute;
        right: -24px;
    top: 12px;
    transition: all .2s ease-in-out;
    z-index: 1;

}
.home-v2-offer-box4-right-top-arrow {
    position: absolute;
        right: -18px;
    top: 11px;
    transition: all .2s ease-in-out;
    z-index: 1;
}
.home-v2-offer-box1-left-bottom-arrow{
	position: absolute;
    left: -17px;
    bottom: 10px;
    transition: all .2s ease-in-out;
    z-index: 1;

}
.home-v2-offer-box1-right-bottom-arrow{
	position: absolute;
    right: -5px;
    bottom: 7px;
    z-index: 1;
    transition: all .2s ease-in-out;

}
.Industries-left-top-arrow{
	position: absolute;
    left: -26px;
    top: 12px;
    transition: all .2s ease-in-out;
    z-index: 1;
}
.Industries-right-top-arrow{
	position: absolute;
       right: -2px;
    top: 12px;
    transition: all .2s ease-in-out;
    z-index: 1;
}
.Industries-left-middle-arrow{
	position: absolute;
        left: -52px;
    top: 117px;
        z-index: 1;
    transition: all .2s ease-in-out;
}
.Industries-right-middle-arrow{
	    position: absolute;
    right: -51px;
    top: 122px;
    transition: all .2s ease-in-out;
    z-index: 1;
}
.Industries-left-bottom-arrow{
	    bottom: -6px;
    position: absolute;
    left: -30px;
    transition: all .2s ease-in-out;
    z-index: 1;
}
.Industries-right-bottom-arrow{
	    position: absolute;
    bottom: -33px;
    right: 23px;
    transition: all .2s ease-in-out;
    z-index: 1;
}
.home-v2-offer-box1-gap-left{
	margin-bottom: 112px;
}
.home-v2-offer-box1-gap-right{
	margin-bottom: 112px;
}
.home-v2-offer-box3-left-middle{
	margin-left: 0px;
	    max-width: 174px;

}
.home-v2-offer-box3-right-middle{
	margin-left: 0px;
}
.home-v2-offer-box3-left-middle-arrow {
    position: absolute;
        left: -73px;
    top: 115px;
    z-index: 1;
    transition: all .2s ease-in-out;
}
.home-v2-offer-box3-right-middle-arrow {
    position: absolute;
    right: -28px;
    top: 115px;
    z-index: 1;
    transition: all .2s ease-in-out;
}
.home-v2-offer-box3-left-bottom-arrow{
	bottom: -6px;
	left: -33px;
}
.home-v2-offer-box3-right-bottom-arrow{
	    bottom: -9px;
    right: 0px;
}
.home-v2-offer-box3-right-top-arrow {
   
    right: -21px;
    top: 12px;
}
.home-v2-offer-box4-top-left{
	width: 170px;
    margin-top: 0px;
    
    margin-bottom: 78px;
}
.home-v2-offer-box4-top-right{
	width: 220px;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 100px;
}
.home-v2-offer-box4-top-left .home-v2-offer-box-text{
	max-width: 170px;
}
.home-v2-offer-box4-top-right .home-v2-offer-box-text{
	max-width: 165px;
}
.home-v2-section4-content{
	margin-top: 100px;
	overflow: hidden;
	
}
.home-v2-offer-box4-left-top-arrow {
    position: absolute;
    left: 0px;
    top: 10px;
    z-index: 1;
    transition: all .2s ease-in-out;
}
.home-v2-offer-box4-left-bottom-arrow {
    position: absolute;
    left: -33px;
    bottom: 20px;
    z-index: 1;
    transition: all .2s ease-in-out;
}
.home-v2-offer-box4-right-bottom-arrow {
    position: absolute;
    right: -22px;
    bottom: 20px;
    z-index: 1;
    transition: all .2s ease-in-out;
}
.home-v2-offer-box1-right-first{
	    max-width: 152px;
    margin-left: 15px;
}
.home-v2-offer-box2-right-first-right{
	    max-width: 170px;
   
        margin-bottom: 25px;
}  
.home-v2-offer-box1-right-middle {
    margin-left: 60px;
    width: 160px;
}  
.home-v2-offer-box1-right-bottom {
            margin-left: -25px;
    max-width: 170px;
}
.home-v2-offer-box1-left-middle-arrow {
    position: absolute;
    left: -67px;
    top: 124px;
    transition: all .2s ease-in-out;
}   
.home-v2-offer-box1-left-bottom{
	    width: 176px;
    margin-left: 35px;
}
.home-v2-offer-box1-right-content{
	    padding-left: 10px;
}
.home-v2-offer-box1-right-top-arrow-new {
    right: -2px;
    top: 22px;
}
.home-v2-offer-box1-right-middle-arrow {
    position: absolute;
    left: -67px;
    top: 124px;
    transition: all .2s ease-in-out;
}
.home-v2-offer-box1-right-middle-arrow-new {
    position: absolute;
    right: -50px;
    top: 105px;
    transition: all .2s ease-in-out;
}
.home-v2-offer-box1-right-bottom-arrow-new{
	position: absolute;
    bottom: -33px;
    right: 53px;
    transition: all .2s ease-in-out;
}
.home-v2-banner-content{
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.home-v2-section4{
	background: #F8F8F8;
    padding: 50px 0px 50px 0px;
    position: relative;
    display: inline-block;
    width: 100%;
}
.home-v2-section4-left-box{
	background: #fff;
	box-shadow: 0px 3.16435px 34.8079px 11.8663px rgba(0, 0, 0, 0.04);
	border-radius: 39.5544px;
	padding: 20px 40px;
	position: relative;
	float: left;
}
.home-v2-section4-box-quation{
	position: absolute;
	top: -24px;
    left: 25px;
}
.home-v2-section4-box-legacy-box{
	width: 100%;
	float: left;
	background: url(../images/home-new-images/home-v2-my-lagecy-img.png);
	background-size: cover;
	padding:19px 20px;
	min-height: 165px;
	border-radius: 31.6435px;
	overflow: hidden;
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 500;
	font-size: 25px;
	line-height: 34px;
	margin-bottom: 20px;
	color: #FFFFFF;
}
.home-v2-section5-content{
	max-width: 983px;
	margin: 0px auto;
}
.home-v2-section4-video{
	width: 100%;
	height: 459px;
	border-radius: 39.5544px;
}
.home-v2-section4-video video{
	border-radius: 39.5544px;
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-v2-section4-box-legac-label{
	width: 100%;
	float: left;
	text-align: right;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 25px;
	text-align: right;

	color: #FFFFFF;
}
.home-v2-section4-left-box p{
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #007D8A;
	    float: left;
    width: 100%;
}
.home-v2-section4-box-legacy-bottom{
	width: 100%;
	margin-top: 26px;
	float: left;
	text-align: right;
}
.home-v2-section4-box-legacy-detail{
	width: calc(100% - 64px);
	padding-right: 20px;
	float: left;
}
.home-v2-section4-box-legacy-user-pic{
	width: 64px;
	height: 64px;
	float: left;
}
.home-v2-section4-box-legacy-user-pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 100px;
}
.home-v2-section4-box-legacy-user{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 19px;
	/* identical to box height */
	text-align: right;
	color: #007D8A;
	margin-top: 5px;
}
.home-v2-section4-box-legacy-post{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	text-align: right;
	color: #007D8A;
	margin-top: 3px;
}
.home-v2-our-recent-slider{
	padding-top: 0px !important;
}

.home-v2-our-recent-slider .item p{
	font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: initial;
    text-align: center;
    color: #007D8A;
    max-width: 250px;
    margin: 10px auto;
    padding: 0px 20px 20px;

}
.home-v2-our-recent-slider .owl-item{
	opacity: .5;
	transition: all .5s ease-in-out;
	box-shadow: 0px 3.77162px 41.4878px 14.1436px rgba(0, 0, 0, 0.04);
	border-radius: 18.8581px;
	background: #fff;
}
.home-v2-our-recent-slider .owl-item.center{
	opacity: 1;
	transform: scale(1.1);
	z-index: 99;
	position: relative;
	pointer-events: auto;
	cursor: pointer;
}
.home-v2-our-recent-slider .owl-item{
	pointer-events: none;
}
.home-v2-our-recent-slider .owl-stage-outer{
	padding: 60px 0px;
}
.home-v2-our-recent-slider-img img{
	max-width: 100%;
	    width: 100% !important;
}
.home-v2-our-recent-slider-logo{
	margin: 15px 0px;
	    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-v2-our-recent-slider  .owl-nav {
    text-align: center;
    padding-top: 0px;
    display: inline-block;
    width: 100%;
}
.home-v2-our-recent-slider .owl-nav button.owl-prev{
    width: 41px;
    background: url(https://d1krbhyfejrtpz.cloudfront.net/assets/images/home-new-images/home-slider-left-arrow.svg);
    height: 67px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    font-size: 0px;
    margin: auto;
    cursor: pointer;
    opacity: .4;
}
.home-v2-our-recent-slider .owl-nav button.owl-next{
    width: 41px;
    background: url(https://d1krbhyfejrtpz.cloudfront.net/assets/images/home-new-images/home-slider-right-arrow.svg);
    height: 67px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    font-size: 0px;
    margin: auto;
    cursor: pointer;
    opacity: .4;
}
.home-v2-our-recent-slider .owl-nav button.owl-prev:hover,
.home-v2-our-recent-slider .owl-nav button.owl-prev:focus,
.home-v2-our-recent-slider .owl-nav button.owl-next:hover,
.home-v2-our-recent-slider .owl-nav button.owl-next:focus{
	opacity: 1;
}
.home-v2-our-recent-slider .owl-dots button.owl-dot.active {
    background-color: #A48787;
}
.home-v2-our-recent-slider  .owl-dots {
    text-align: center;
    padding-top: 0px;
    display: inline-block;
    width: 100%;
}

.home-v2-our-recent-slider .owl-dots button.owl-dot {
    width: 47px;
    
    border-radius: 0%;
    display: inline-block;
    border-bottom:1px solid #D9D9D9;
    margin: 0 3px;
    padding: 5px 0px !important;
    cursor: pointer;
}
.home-v2-our-recent-slider .owl-dots button.owl-dot.active {
    border-bottom:1px solid #A48787;
    background: none;
}
.home-v2-logo-slider.owl-carousel .owl-item img{
	max-height: 100px;
    /*max-width: 180px;*/
}
.home-v2-logo-slider.owl-carousel .owl-item {
    display: table;
    height: 160px;
}
.home-v2-logo-slider.owl-carousel .owl-item .item {
    display: table-cell;
    vertical-align: middle;
	filter: grayscale(0);
}
.home-v2-section7-content{
	max-width: 930px;
	margin: 0 auto;
}
.home-v2-section7-box-cover{
	background: #FFFFFF;
	padding: 20px 0px;
	box-shadow: 0px 4px 44px 15px rgba(0, 0, 0, 0.04);
}
.home-v2-section7-box{
	border-right: 1px solid rgba(0, 0, 0, .15);
	padding: 15px 30px 30px;
	position: relative;
	height: 100%;
	    padding-bottom: 80px;
}
.home-v2-section7-box-rating-value{
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	/* identical to box height */
	text-transform: capitalize;
	color: #000000;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.home-v2-section7-box-first span{
	margin-left: 0px;
}
.home-v2-section7-box-first{
	margin-bottom: 15px;
}
.home-v2-section7-box p{
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 24px;
	text-transform: capitalize;
	color: #303030;
}
.home-v2-section7-box-post{
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	text-align: left;
	text-transform: capitalize;
	color: #303030;
	    position: absolute;
    right: 30px;
    left: 30px;
    bottom: 20px;
}
.home-v2-section7-box-post-user{
	font-size: 15px;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	font-weight: bold;
	margin-bottom: 3px;
	text-transform: capitalize;
	color: #007D8A;
}
.home-v2-section7-box-text{
	min-height: 100px;
}
.home-v2-section7{
	margin-bottom: 40px;
}
.home-v2-section7-box-cover .row{
	margin: 0px;
	    display: flex;
    flex-wrap: wrap;
}
.home-v2-section7-box-cover .col-md-4{
	padding: 0px;
}
.home-v2-section7-box-cover .col-md-4:nth-child(3n + 3) .home-v2-section7-box{
	border: none;
}
.home-v2-section7-box-cover .col-md-4:nth-child(1) .home-v2-section7-box:before{
	border-bottom: 1px solid rgba(0, 0, 0, .15);
	content: '';
	left: 20%;
	width: 80%;
	position: absolute;
	bottom: 0px;
}
.home-v2-section7-box-cover .col-md-4:nth-child(2) .home-v2-section7-box:before{
	border-bottom: 1px solid rgba(0, 0, 0, .15);
	content: '';
	left: 0%;
	width: 100%;
	position: absolute;
	bottom: 0px;
}
.home-v2-section7-box-cover .col-md-4:nth-child(3) .home-v2-section7-box:before{
	border-bottom: 1px solid rgba(0, 0, 0, .15);
	content: '';
	right: 20%;
	width: 80%;
	position: absolute;
	bottom: 0px;
}
.home-v2-view-more-btn,.home-v2-view-more-btn:focus,.home-v2-view-more-btn:hover{
	padding: 8px 20px;
	min-width: 188px;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 26px;
	margin: 35px 0px 0px;
	align-items: center;
	text-align: center;
	border: 1px solid #919191;
	border-radius: 5px;
	color: #919191;
	background: none;
	display: inline-block;
	transition: all .5s ease-in-out;
}
.home-v2-view-more-btn:hover{
	color: #FFFFFF !important;
	box-shadow: none !important;
	border-color: #007D8A !important;
	background: #007D8A !important;
}
.home-v2-footer{
	background: #020811 !important;
	
	padding: 50px 0 20px !important;
}
.home-v2-footer-left{
	padding-top: 25px;
	padding-right: 0px !important;
}
.home-v2-footer-left-text{
	margin: 35px 0px;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 31.6204px;
	line-height: 39px;
	/* identical to box height */
	color: #FFFFFF;
}
.home-v2-footer-left-text span{
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 14.2292px;
	line-height: 19px;
	color: #FFFFFF;
}
.home-v2-footer-menu-label{
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 14.2292px;
	line-height: 17px;
	color: #FFFFFF;
	margin-bottom: 20px;
}
.home-v2-footer .rows{
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.home-v2-footer .rows a{
	cursor: pointer;
	color: #ffffff;
}
.home-v2-footer .rows a:hover{
	color: #305185;
}
.home-v2-footer .rows span:first-child{
	min-width: 18px;
    display: inline-block;
    vertical-align: top;
}
.home-v2-footer .from-right-block{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#305185+0,ffffff+71,ffffff+100&1+0,0+100 */
background: #305185; /* FF3.6-15 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#305185', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

    border-radius: 7.90509px;
    border: none;
    margin-top: -144px;
    padding: 30px 49px 30px;
}
.home-v2-footer .from-right-block:before{
	display: none;
}
.home-v2-footer .from-right-block h3{
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 31.6204px;
	line-height: 39px;
	/* identical to box height */
	color: #FFFFFF;
	    margin-bottom: 20px;
}
.from-right-block .form-control{
	border-radius: 7px !important;
	height: 42px !important;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12.6481px;
	line-height: 19px;
	/* identical to box height */
	color: #4B4848;
	padding-left: 15px;
	    background: #fff !important;
    margin: 0;
    width: 100%;
}
.from-right-block textarea.form-control{
	height: 97px !important;
}
.home-v2-footer-right-submit{
	border: 1.58102px solid #FFFFFF;
	border-radius: 23.7153px;
	width: 160px;
	text-align: center;
	padding: 12px 20px;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12.6481px;
	line-height: 15px;
	/* identical to box height */
	text-align: center;
	color: #FFFFFF;
	background: transparent;
	margin-top: 15px;
	transition: all .5s ease-in-out;
}
.home-v2-footer-right-submit:hover,
.home-v2-footer-right-submit:focus,
.home-v2-footer-right-submit:active{
	color: #FFFFFF !important;
	box-shadow: none !important;
	border-color: #305185!important;
    background: #305185 !important;
}
.footer-follow-us-text{
	font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12.6481px;
    line-height: 15px;
    color: #FFFFFF;
    display: inline-block;
    margin-right: 20px;
}
.home-v2-footer-social{
	margin: 0px;
	padding: 0px;
	display: inline-block;
}
.home-v2-footer-social li{
	display: inline-block;
	vertical-align: middle;
}
.home-v2-footer-social li a{
	margin-right: 20px;
}
.home-v2-footer-bootom {
    color: #fff;
    text-align: center;
    padding: 20px 0;
    border-top: 0.790509px solid #BCBCBC;
    margin-top: 30px;
    font-size: 15px;
}

.home-v2-footer-copyright{
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 15.8102px;
	line-height: 22px;
	/* identical to box height */
	text-align: right;
	color: #FFFFFF;
}
.home-v2-footer-bootom-menu{
	margin-top: 20px;
}
.home-v2-footer-bootom-menu a{	
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	/* identical to box height */
	text-align: center;
	color: #FFFFFF;
	margin: 0px 40px;
	cursor: pointer;
}
.home-v2-footer-bootom-menu a:hover{
	color: #305185;
}
.home-v2-footer-first{
	display: flex;
	flex-wrap: wrap;
}
.home-v2-footer-desktop-order-2{
	order: 2;
}
.home-v2-footer-desktop-order-1{
	order: 1;
}
span.home-v2-white-arrow-mobile{
	/*display: none;*/
	height: 28px;
    vertical-align: top;
    display: inline-block;
}
.home-v2-video-main-section{
	display: flex;
}
.home-v2-footer-logo img {
    max-width: 280px;
}

.industry-left-top-content {
    max-width: 152px;
    margin-left: 15px;
}
.industry-left-middle-content {
    margin-left: -40px;
    max-width: 174px;
        margin-bottom: 10px;
    margin-top: -8px;
}
.industry-left-bottom-content {
    width: 176px;
    margin-left: 35px;
}
.industry-right-top-content {
    max-width: 170px;
    margin-bottom: 25px;
}
.industry-right-middle-content {
    margin-left: 60px;
    width: 160px;
}
.industry-right-bottom-content {
    margin-left: -25px;
    max-width: 170px;
}
.rows.footer-new-gap {
    margin-top: 25px;
}
.home-v2-our-recent-section{
	padding: 0px 0px;
}
.carousel.slider-for {
    margin: 0;
    height: inherit;
}
.home-v2-our-recent-slider-logo img {
    max-height: 34px;
}
.padding-righ-none{
	padding-right: 0px;
}
.get-in-touch-section .from-right-block .hide-error-msg{
	position: static;
	color: #fff !important;
    font-size: 12px;
}
.home-v2-logo-slider  .owl-nav {
    text-align: center;
    padding-top: 0px;
    display: inline-block;
    width: 100%;
}
.owl-carousel.home-v2-logo-slider{
    padding-left: 39px;
    padding-right: 40px;
}
.home-v2-logo-slider .owl-nav button.owl-prev {
    width: 25px;
    background: url(https://d1krbhyfejrtpz.cloudfront.net/assets/images/home-new-images/logo-slider-left-arrow.svg) no-repeat;
    background-position: center center;
    height: 25px;
    position: absolute;
    top: calc(0px - -20px);
    bottom: 0px;
    left: 0px;
    font-size: 0px;
    margin: auto;
    cursor: pointer;
    opacity: .4;
}
.home-v2-logo-slider .owl-nav button.owl-next {
    width: 25px;
    background: url(https://d1krbhyfejrtpz.cloudfront.net/assets/images/home-new-images/logo-slider-right-arrow.svg) no-repeat;
    height: 25px;
    position: absolute;
    background-position: center center;
    top: calc(0px - -20px);
    bottom: 0px;
    right: 0px;
    font-size: 0px;
    margin: auto;
    cursor: pointer;
    opacity: .4;
}
.home-v2-logo-slider .owl-nav button.owl-prev:hover,
.home-v2-logo-slider .owl-nav button.owl-prev:focus,
.home-v2-logo-slider .owl-nav button.owl-next:hover,
.home-v2-logo-slider .owl-nav button.owl-next:focus{
	opacity: 1;
}

@media (min-width: 1200px){
	.container {
	    width: 1200px;
	}
	.home-v2-what-we-slider .carousel-item{
		padding: 9px 0px;
		width: auto !important;
	    clear: both;
	}
    .center-img-cover {
        margin-top: -24% !important;
        margin-bottom: 5% !important;
        max-width: 28% !important;
        
    }
}
@media (max-width: 1199px){
	.home-v2-video-slider-section .carousel-indicators{
		max-width: 970px;
	}
	.home-v2-section2-box-heading{
		font-size: 18px;
	}
	.home-v2-section2-box-discuss{
		font-size: 18px;
    	line-height: 30px;
	}
	.home-btn-small{
		font-size: 16px;
		min-width: 150px;
	}
	.home-v2-section3-top{
		    max-width: 660px;
	}
	.home-v2-section3-top .container{
		width: 100%;
	}
	.home-v2-offer-box1-right-middle{
		margin-left: 44px;
	}
	.home-v2-section3-box-flip-title{
		font-size: 16px;
		padding: 20px 10px;
		width: 100%;
	}
	.home-v2-section3-box-flip-title-inner{
		font-family: 'Open Sans';
	    font-style: normal;
	    font-weight: 600;
	    font-size: 16px;
	} 
	.home-v2-section3-box-flip-text{
		margin-top: 10px;
	}
	.home-v2-section3-box-flip-cover{
		max-height: inherit;
		text-align: right;
	}
	.home-v2-section3-box-flip-content:after{
		background: rgba(0,0,0,.5);
	}
	.flip-card-front:hover .home-v2-section3-box-flip-content:after{
		background: rgba(0,0,0,.5);
	}
	.slick-vertical .slick-slide.slick-current .home-v2-what-we-slider-text{
		font-size: 30px;
	}
	.slick-slider{
		margin: 20% 0 20%;
	}
	.carousel-container{
		height: 230px;
	}
	.home-v2-section3-box-flip-text{
		display: none;
	}
	.home-v2-section3-box-flip-content{
		    align-items: flex-end;
	}
	.home-v2-section3-box-flip-title-inner {
	    width: 50%;
	    text-align: left;
	    float: left;
	    max-width: 150px;
	}
	.home-v2-section3-paragraph{
		max-width: 320px;
		font-size: 20px;
	}
	.home-v2-video-slider-section .carousel-caption{
		max-width: 600px;
		padding-right: 0px;
	}
	.home-v2-footer .rows{
		font-size: 10px;
	}
	.home-v2-our-recent-slider .item p{
		font-size: 14px;
	}
    .expertise-details h2{
        line-height: 30px;
    }
    .home-v2-section8{
        background-size: 50% !important;
    }
    .home-v2-footer .from-right-block{
		    padding: 30px 25px 10px
	}
	.home-v2-section2-box{
		    padding-right: 6px;
	}
	.home-v2-section2-box:before{
		right: -8px;
	}
}

@media (max-width: 991px){
	.home-v2-video-slider-section .carousel-caption{
		max-width: 100%;
	}
	.home-v2-section3-top{
		    max-width: 100%;
	}
	.home-v2-video-slider-section .carousel-caption{
		transform: none;
		top: 100px;
	}
	#slider, #slider .carousel, #slider .carousel .carousel-inner, #slider .carousel .carousel-inner .item{
		height: 500px !important;
	}
	.home-v2-video-slider-section .carousel-indicators li{
		display: none;
		text-align: center;
		width: 100%;
	}   
	.home-v2-video-slider-section .carousel-indicators li.active{
		display: block;
	}
	.home-v2-video-slider-section .carousel-indicators{
		bottom: 24px;
		max-width: 720px;
	}
	.home-v2-offer-box-circle{
		display: none;
	}
	.home-v2-what-we-slider-text{
		font-size: 27px;
		    line-height: 35px;
	}
	.slick-vertical .slick-slide.slick-current .home-v2-what-we-slider-text{
		    font-size: 35px;
	}
	.home-v2-video-slider-section .carousel-caption h2,.home-v2-video-slider-section .carousel-caption h1{
		font-size: 40px;
	    font-family: 'Open Sans', sans-serif;
	    font-weight: 800;
	    line-height: 74px;
	}
	.home-v2-video-slider-section .carousel-caption p{
		font-size: 22px;
		line-height: 30px;
	}
	.home-v2-section2 .col-md-2 {
	    width: 25%;
	    float: left;
	    flex: 1 0 0%;
	}
	.home-v2-section2 .col-md-2:last-child{
		width: 100%;
	}
	.home-v2-technology-cover{
		display: flex;
		flex-wrap: wrap;
	}
	.home-v2-section2-box{
		margin-bottom: 30px;
		padding-right: 0px;
	}
	.home-v2-footer-first{
		display: block;
	}
	.home-v2-section2-box:before{
		height: 90%;
		right: -8px;
	}
	.home-v2-video-slider-section .carousel-caption a{
		min-width: 150px;
	}
	.home-v2-sub-heading {
	    font-size: 35px;
	    line-height: 50px;
	}
	
	.home-v2-section2-box-discuss{
		font-size: 24px;
	}
	.home-btn-small{
		font-size: 16px;
    	line-height: 20px;
	}
	.home-v2-video-slider-section .carousel-indicators li{
		font-size: 28px;
		line-height: 38px;
	}
	.home-v2-section3-top {
	    
	    top: 20px;
	    width: 100%;
	    left: 0px;
	    margin: 25px 0px;
	    display: inline-block;
	    width: 100%;
	}
	.home-v2-section3-box-cover{
		margin-top: 90px;
	}
	.slick-slider{
		margin: 0px;
	}
	.home-v2-offer-box1-right-first{
		margin-left: 0px;
	}
	.home-v2-offer-box-right-first,.home-v2-offer-box4-top-right .home-v2-offer-box-text,.home-v2-offer-box4-top-left .home-v2-offer-box-text{
		max-width: 100% !important;
	}
	.industry-left-middle-content,.industry-left-top-content{
		margin-left: 0px;
	}
	.home-v2-offer-box-left-content{
		padding-right: 15px;
	}
	.industry-left-bottom-content,.industry-right-middle-content,.industry-right-bottom-content{
		margin-left: 0px;
		width: 100%;
	}
	.home-v2-offer-box-left-content,.home-v2-offer-box-right-content{
		width: 50%;
	}
	.home-v2-offer-box2-right-first-right{
		margin-top: 0px;
	}
	.home-v2-offer-box2-right-first-right{
		    margin-bottom: 20px;
	}
	.home-v2-offer-box1-right-content,.home-v2-offer-box-right-content{
		border-left: 1px solid #ddd;
		    padding-left: 15px;
	}
	.home-v2-offer-box3-left-middle,.home-v2-offer-box1-right-bottom{
		margin-left: 0px;
	}
	.home-v2-offer-box1-left-bottom,.home-v2-offer-box1-right-middle{
		margin-left: 0px;
		width: 100%;
	}
	.home-v2-section4-content{
		margin-top: 0px;
	}
	.carousel-container{
		margin-bottom: 35px;
		height: inherit;
	}
	.home-v2-offer-box3-right-middle{
		margin-left: 0px;
	}
	.home-v2-offer-box-title{
		font-size: 16px;
		line-height: 19px;
	}
	.home-v2-offer-box1-gap-right,.home-v2-offer-box1-gap-left{
		margin-bottom: 15px;
    	min-height: 85px;
	}
	.home-v2-offer-box4-top-left {
	    width: 100%;
	    margin-top: 00;
	    margin-left: 0;
	    margin-bottom: 20px;
	}
	.home-v2-offer-box4-top-right{
		width: 100%;
	    margin-top: 00;
	    margin-left: 0;
	    margin-bottom: 20px;
	}
	.home-v2-section2-box-discuss{
		margin-bottom: 10px;
	}
	.home-v2-section4-left-box{
		border-radius: 27px;
    	padding: 50px 20px;
    	margin-top: 25px;
	}
	.home-v2-section4-box-quation {
	    position: absolute;
	    top: 28px;
	    left: 29px;
	}
	.home-v2-section4-box-legacy-box{
		padding: 60px 20px 60px;
		font-size: 20px;
    	line-height: 27px;
    	min-height: 294px;
    	background-size: cover;
    	position: relative;
    	
	}
	.home-v2-section4-box-legac-label{
		position: absolute;
	    bottom: 30px;
	    left: 0;
	    padding: 0px 30px;
	}
	.home-v2-section4-box-quation{
		z-index: 9;
	}
	.home-v2-section4-video{
		width: 100%;
	    height: 250px;
	    border-radius: 39.5544px;
	    float: left;
	    margin-top: 20px
	}
	.home-v2-section6 .home-v2-sub-heading{
		margin-bottom: 0px;
	}
	
	.home-v2-section7-content{
		margin: 0px -20px;
	}
	/*.home-v2-section7-box-cover .col-md-4 .home-v2-section7-box:before {
	    border-bottom: 1px solid rgba(0, 0, 0, .15);
	    content: '';
	    left: 32px !important;
	    width: calc(100% - 64px) !important;
	    right: 32px !important;
	    position: absolute;
	    bottom: 0px;
	}
	.home-v2-section7-box-cover .col-md-4:last-child .home-v2-section7-box:before {
	    display: none;
	}*/
	.home-v2-footer-desktop-order-2{
		order: 1;
	}
	.home-v2-footer-desktop-order-1{
		order: 2;
	}
	.home-v2-footer .from-right-block{
		    padding: 25px 25px 10px;
	}
	.home-v2-section7 {
	    margin-bottom: 150px;
	}
	.from-right-block .form-control{
		font-size: 16px;
	}
	.home-v2-footer-right-submit{
		font-size: 16px;
	}
	.home-v2-footer-left-menu{
		display: flex;
		flex-wrap: wrap;
	}
	.home-v2-footer-left-men .col-md-3{
		margin-bottom: 30px;
	}
	.home-v2-footer-copyright{
		text-align: left;
		margin-top: 20px;
	}
	.home-v2-footer-bootom-menu{
		text-align: left;
	}
	.home-v2-footer-bootom-menu a{
		margin: 0px 10px 15px 0;
	    cursor: pointer;
	    display: inline-block;
	    font-size: 14px;
	}
	.home-v2-our-recent-slider .owl-dots{
		display: none;
	}
	.home-v2-section6-logo-slider-cover{
		padding: 0px;
	}
	span.home-v2-white-arrow-mobile {
	    
	    display: inline-block;
	}
	
	
	.home-v2-offer-box-right{
		max-width: 100%;
	}
	.home-v2-footer-left-menu .col-md-3{
		margin-bottom: 30px;
	}
	.home-v2-section2-box-heading{
		font-size: 18px;
	}
	.home-v2-section3-box-flip-title{
		font-size: 13px;
		    padding: 20px 10px;
    	line-height: 20px;
	}
	.home-v2-section3-box-flip-title-inner{
		font-size: 13px;
	}
	.home-v2-section3-box-flip-text {
	    font-size: 10px;
	    line-height: 13px;
	    margin-top: 10px;
	}
	.home-v2-video-main-section{
		display: block;
	}
	.home-v2-section3-box-flip-cover{
		max-height: inherit;
	}
	.home-v2-section3-box-flip-content:after{
		background: rgba(0,0,0,.5);
	}
	/* .home-v2-video-slider-section  .carousel-indicators li.active:after{
	
	width: 100%;
	border-top: 4px solid #305185;

	transition: all 5s ease-in-out;
	transition-duration: 10s !important;
	animation-name: example;
	animation-iteration-count: 1;
	animation-duration: 5.8s;
	}
	@keyframes example {
	  0% {width: 0px;}
	  100% {width: 100%;}
	} */
	.home-v2-video-slider-section  .carousel-indicators li .carouselProgressCover{
		width: 100%;
	}
	
	.home-v2-section3-box-flip-title-inner {
	    width: 50%;
	    text-align: left;
	    float: left;
	    max-width: 150px;
	}
	.home-v2-section3-paragraph{
		font-size: 20px;
		line-height: initial;
	}
	.home-v2-section3-paragraph{
		max-width: 445px;
	}
	.home-v2-section2 .col-md-2:last-child .home-v2-section2-box{
		text-align: center;
	}
	.home-v2-what-we-slider .carousel-item {
	    padding: 9px 3px;
	    clear: inherit;
	    white-space: normal;
	    word-break: break-all;
	    text-align: center;
	}
	.home-v2-what-we-slider .carousel-item.slick-slide.slick-current .home-v2-what-we-slider-text, .home-v2-what-we-slider .carousel-item.slick-slide.slick-current .home-v2-what-we-slider-text:hover, .home-v2-what-we-slider .carousel-item.slick-slide.slick-current .home-v2-what-we-slider-text:focus {
	    color: #007D8A;
	    opacity: 1;
	    font-weight: 900;
    font-size: 35px;
	}
	.home-v2-what-we-slider-text {
	    font-size: 28px;
	    line-height: normal;
	    word-break: break-word;
	    position: relative;
	    padding-bottom: 10px;
	}
	.slick-current .home-v2-what-we-slider-text:before {
	    content: '';
	    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	    position: absolute;
	    bottom: 0px;
	    left: 0px;
	    width: 95%;
	    right: 0;
	    margin: auto;
	}
	.carousel.slider-for {
	    width: 100%;
	    margin: 0;
	    height: inherit;
	    float: left;
	}
	/*.home-v2-section7-box-cover .col-md-4:nth-child(3n + 3) .home-v2-section7-box {
	        border-right: 1px solid rgba(0, 0, 0, .15);
	}
	.home-v2-section7-box-cover .col-md-4:nth-child(2n + 2) .home-v2-section7-box {
	    border: none;
	}
	.home-v2-section7-box-cover .col-md-4:nth-child(1) .home-v2-section7-box:before{
		width: 90%;
		left: 10%;
	}
	.home-v2-section7-box-cover .col-md-4:nth-child(2) .home-v2-section7-box:before{
		width: 90%;
	}
	.home-v2-section7-box-cover .col-md-4:nth-child(4) .home-v2-section7-box:before{
		width: 90%;
	}
	.home-v2-section7-box-cover .col-md-4:nth-child(3) .home-v2-section7-box:before{
		right: 0px;
		width: 90%;
	}*/
	.carousel.slider-for .slick-slide.slick-current {
	    display: block;
	    position: static !important;
	}
	.carousel.slider-for .slick-slide {
	    display: none;
	    position: static !important;
	}
	.home-v2-our-recent-slider .owl-nav button.owl-prev, 
	 .home-v2-our-recent-slider .owl-nav button.owl-next{
	 	opacity: 1 !important;
	 }




     /*naveen css */

    .our-expertise .home-v2-sub-heading {
        margin-bottom: 30px !important;
    }
    .expertise-details h2{
        line-height: 30px !important;
    }
    .count-cover p{
        margin-bottom: 50px !important;
    }
    .home-v2-section8{
        padding-bottom: 100px !important;
    }
    .home-v2-section7 {
        margin-bottom: 0 !important;
    }
    .expertise-details.last-one {
        margin: 0 auto;
        max-width: 360px;
        
    }
    .expertise-details h2{
            font-size: 21px !important;
            margin-bottom: 10px !important; 
    }
    .center-img-cover {
        
        max-width: 230px !important;
        
    }
    .center-img-inner {
        max-width: 100%;
        margin-top: -44px;
    }
    .home-v2-section8{
        background-size: 60% !important;
    }
    /*.home-v2-logo-slider.owl-carousel .owl-item img{
    	max-height: 130px;
    }*/
    .home-v2-logo-slider.owl-carousel .owl-stage{
    	display: flex;
    	align-items: center;
    }
}
@media (max-width: 767px){
	.home-v2-logo-slider.owl-carousel .owl-item {
		height: 140px;
	}
	.home-v2-logo-slider.owl-carousel .owl-item img{
		max-height: 140px;
		max-width: 98%;
	}
	.home-v2-section2-box-img{
		min-height: 80px;
	}
	.home-v2-section2-box-img img{
		max-height: 60px;
	}
	.home-v2-video-slider-section video{
		    object-position: right;
	}
	.home-v2-video-slider-section .item:first-child video{
		object-position: center;
	}
	.home-v2-video-slider-section .carousel-caption{
		transform: none;
		top: 100px;
	}
	.home-v2-video-slider-section .carousel-caption{
		    transform: none;
		    top: 0;
		    bottom: 0;
		    margin: auto;
		    display: flex;
		    align-items: center;
		    /* justify-content: center; */
		    flex-wrap: wrap;
		    align-content: center;
		    position: absolute;
	}
	.industry-left-middle-content,.industry-left-top-content{
		margin-left: 0px;
	}
	.industry-left-bottom-content {
	    width: 100%;
	    margin-left: 0;
	}
	.industry-right-middle-content,
	.industry-right-bottom-content{
		margin-left: 0px;
		width: 100%;
	}
	.home-v2-section2 .col-md-2:last-child .home-v2-section2-box{
		text-align: center;
	}
	#slider, #slider .carousel, #slider .carousel .carousel-inner, #slider .carousel .carousel-inner .item{
		height: 600px !important;
	}
	.home-v2-video-slider-section .carousel-indicators li{
		display: none;
	}   
	.home-v2-video-slider-section .carousel-indicators li.active{
		display: block;
	}
	.home-v2-video-slider-section .carousel-indicators{
		bottom: 24px;
		max-width: 100%;
	}
	.home-v2-video-slider-section .carousel-indicators li{
		text-align: center;
		margin-right: 0px;
	}
	.home-v2-offer-box-circle{
		display: none;
	}
	.home-v2-what-we-slider-text{
		font-size: 28px;
		    line-height: 35px;
		    word-break: break-word;
		    position: relative;
	}
	.slick-vertical .slick-slide.slick-current .home-v2-what-we-slider-text{
		    font-size: 35px;
	}
	.home-v2-video-slider-section .carousel-caption h2,.home-v2-video-slider-section .carousel-caption h1{
		font-size: 50px;
	    font-family: 'Open Sans', sans-serif;
	    font-weight: 800;
	    line-height: initial;
	}
	.home-v2-video-slider-section .carousel-caption p{
		font-size: 22px;
		line-height: 30px;
	}
	.home-v2-section2 .col-md-2 {
	    width: 50%;
	    float: left;
	    flex: 0 0 auto;
	}
	.home-v2-section2 .col-md-2:last-child{
		width: 100%;
	}
	.home-v2-technology-cover{
		display: flex;
		flex-wrap: wrap;
	}
	.home-v2-section2-box{
		margin-bottom: 30px;
		padding-right: 0;
	}
	.home-v2-section2-box:before{
		height: 90%;
		right: -15px;
	}
	.home-v2-video-slider-section .carousel-caption a{
		min-width: 150px;
	}
	.home-v2-sub-heading {
	    font-size: 35px;
	    line-height: 50px;
	}
	.home-v2-section2 .col-md-2:nth-child(2) .home-v2-section2-box:before{
		display: none;
	}
	.home-v2-section2-box-discuss{
		font-size: 30px;
	}
	.home-btn-small{
		font-size: 16px;
    	line-height: 20px;
	}
	.home-v2-video-slider-section .carousel-indicators li{
		font-size: 28px;
		line-height: 38px;
	}
	.home-v2-section3-top {
	    position: static; 
	    top: 20px;
	    width: 100%;
	    left: 0px;
	    margin: 25px 0px;
	    display: inline-block;
	    width: 100%;
	}
	.slick-slider{
    margin: 0px -30px;
	}
	.home-v2-offer-box1-right-first{
		margin-left: 0px;
	}
	.home-v2-offer-box-right-first,.home-v2-offer-box4-top-right .home-v2-offer-box-text,.home-v2-offer-box4-top-left .home-v2-offer-box-text{
		max-width: 100% !important;
	}
	.home-v2-offer-box-left-content,.home-v2-offer-box-right-content{
		width: 50%;
	}
	.home-v2-offer-box2-right-first-right{
		margin-top: 0px;
	}
	.home-v2-offer-box2-right-first-right{
		    margin-bottom: 20px;
	}
	.home-v2-offer-box-left-content{
		padding-right: 15px;
	}
	.home-v2-offer-box1-right-content,.home-v2-offer-box-right-content{
		border-left: 1px solid #ddd;
		    padding-left: 15px;
	}
	.home-v2-offer-box3-left-middle,.home-v2-offer-box1-right-bottom{
		margin-left: 0px;
	}
	.home-v2-offer-box1-left-bottom,.home-v2-offer-box1-right-middle{
		margin-left: 0px;
		width: 100%;
	}
	.home-v2-section4-content{
		margin-top: 0px;
	}
	.carousel-container{
		margin-bottom: 35px;
		height: inherit;
	}
	.home-v2-offer-box3-right-middle{
		margin-left: 0px;
	}
	.home-v2-offer-box-title{
		font-size: 16px;
		line-height: 19px;
	}
	.home-v2-offer-box1-gap-right,.home-v2-offer-box1-gap-left{
		margin-bottom: 15px;
    	min-height: 70px;
	}
	.home-v2-offer-box-right-first{
		min-height: 70px;
	}
	.home-v2-offer-box4-top-left {
	    width: 100%;
	    margin-top: 00;
	    margin-left: 0;
	    margin-bottom: 20px;
	}
	.home-v2-offer-box4-top-right{
		width: 100%;
	    margin-top: 00;
	    margin-left: 0;
	    margin-bottom: 20px;
	}
	.home-v2-section2-box-discuss{
		margin-bottom: 10px;
	}
	.home-v2-section4-left-box{
		border-radius: 27px;
    	padding: 50px 20px;
	}
	.home-v2-section4-box-quation {
	    position: absolute;
	    top: 28px;
	    left: 29px;
	}
	.home-v2-section4-box-legacy-box{
		padding: 60px 20px 60px;
		font-size: 20px;
    	line-height: 27px;
    	min-height: 294px;
    	background-size: cover;
    	position: relative;
    	
	}
	.home-v2-section4-box-legac-label{
		position: absolute;
	    bottom: 30px;
	    left: 0;
	    padding: 0px 30px;
	}
	.home-v2-section4-box-quation{
		z-index: 9;
	}
	.home-v2-section4-video{
		width: 100%;
	    height: 250px;
	    border-radius: 39.5544px;
	    float: left;
	    margin-top: 20px
	}
	.home-v2-section6 .home-v2-sub-heading{
		margin-bottom: 0px;
	}
	.home-v2-section7-box{
		border-right: none;
		padding: 15px 20px 30px;
	}
	.home-v2-section7-box-post{
		right: 20px;
    	left: 20px;
    	position: static;
	}
	.home-v2-section7-content{
		margin: 0px -20px;
	}
	.home-v2-section7-box-cover .col-md-4 .home-v2-section7-box:before {
	    border-bottom: 1px solid rgba(0, 0, 0, .15);
	    content: '';
	    left: 20px !important;
	    width: calc(100% - 40px) !important;
	    right: 20px !important;
	    position: absolute;
	    bottom: 0px;
	}
	.home-v2-section7-box-cover .col-md-4:last-child .home-v2-section7-box:before {
	    display: none;
	}
	.home-v2-footer-desktop-order-2{
		order: 1;
	}
	.home-v2-footer-desktop-order-1{
		order: 2;
	}
	.home-v2-footer .from-right-block{
		    padding: 30px 20px 10px
	}
	.home-v2-section7 {
	    margin-bottom: 150px;
	}
	.from-right-block .form-control{
		font-size: 16px;
	}
	.home-v2-footer-right-submit{
		font-size: 16px;
	}
	.home-v2-footer-left-menu{
		display: flex;
		flex-wrap: wrap;
	}
	.home-v2-footer-left-men .col-md-3{
		margin-bottom: 30px;
	}
	.home-v2-footer-copyright{
		text-align: left;
		margin-top: 20px;
	}
	.home-v2-footer-bootom-menu{
		text-align: left;
	}
	.home-v2-footer-bootom-menu a{
		margin: 0px 10px 15px 0;
	    cursor: pointer;
	    display: inline-block;
	    font-size: 14px;
	}
	.home-v2-our-recent-slider .owl-dots{
		display: none;
	}
	.home-v2-section6-logo-slider-cover{
		padding: 0px;
	}
	span.home-v2-white-arrow-mobile {
	    
	    display: inline-block;
	}
	
	.home-v2-section3-box-row{
		display: block;
	}
	.home-v2-offer-box-right{
		max-width: 100%;
	}
	.home-v2-footer-left-menu .col-md-3{
		margin-bottom: 30px;
	}
	.flip-card:hover .flip-card-inner {
	    transform: rotateY(0deg);
	}

	.home-v2-section7-box-text {
	    min-height: 45px;
	}
	.home-v2-section3-paragraph{
		font-size: 18px;
		line-height: initial;
	}
	.home-v2-what-we-slider .carousel-item {
	    padding: 9px 3px;
	        
	    clear: inherit;
	    white-space: normal;
	    word-break: break-all;
	    text-align: center;
	}
	.home-v2-what-we-slider .carousel-item.slick-slide.slick-current .home-v2-what-we-slider-text,
	.home-v2-what-we-slider .carousel-item.slick-slide.slick-current .home-v2-what-we-slider-text:hover, 
	.home-v2-what-we-slider .carousel-item.slick-slide.slick-current .home-v2-what-we-slider-text:focus{
		color: #007D8A;
		    opacity: 1;
		    font-weight: 900;
    		font-size: 32px;
	}
    .slick-current .home-v2-what-we-slider-text:before{
		content: '';
	    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	    position: absolute;
	    bottom: -9px;
	    left: 0px;
	    width: 82%;
	    right: 0;
	    margin: auto;
	}
	/*.home-v2-our-recent-slider .owl-nav{
		display: none;
	}*/
	.home-v2-our-recent-slider .owl-nav button.owl-prev, 
	 .home-v2-our-recent-slider .owl-nav button.owl-next{
	 	opacity: 1 !important;
	 }
	.home-v2-section3-box-flip-title{
		font-size: 22px;
	    padding: 20px 10px;
	    line-height: 30px;
	}
	.home-v2-section3-box-flip-title-inner {
	    width: 80%;
	    text-align: left;
	    float: left;
	    font-size: 22px;
	    max-width: 241px;
	}
	.home-v2-what-we-slider-text{
		padding-bottom: 0px;
	}
	.home-v2-section3{
		padding-top: 10px;
	}
	.home-v2-section3-top {
	    position: static; 
	    top: 20px;
	    width: 100%;
	    left: 0px;
	    margin: 25px 0px;
	    display: inline-block;
	    width: 100%;
	}
	.home-v2-section3-box-cover{
		margin-top: 0px;
	}
	.home-v2-our-recent-slider .item p{
		font-size: 14px;
	}
	.home-v2-our-recent-slider .owl-item{
		box-shadow: 0px 3.77162px 36.4878px -5.8564px rgb(0 0 0 / 10%);
	}
    .expertise-details h2 {
        font-size: 18px !important;
    line-height: 30px;
    margin-bottom: 10px !important;
    }
    .expertise-details p{
            font-size: 15px !important;
    line-height: 21px !important;
    }
    .center-img-inner{
        display: none;
    }
    .home-v2-section8{
        background: #FAFAFA url(../images/mobile-right-img.png) no-repeat !important;
            background-position: top right !important;
    }
    .count-cover p{
        margin-bottom: 30px !important;
    }
    
    .home-v2-section8{
        padding-bottom: 130px !important;
    }
    .home-v2-section7 {
        margin-bottom: 0;
    }
    .image-for-mobile{
        display: block !important;
    }
    .expert-center{
        display: none;
    }
    .position-new-img{
        display: none;
    }
    .center-img-cover{
        margin-top: 0 !important;
    }
    .expertise-details-mobile-text{
        text-align: right;
        margin-top: 40px;
    }
    
    .image-for-mobile img {
        width: 100%;
    }
    .expertise-details {
        max-width: 100% !important;
    }
    .new-max-width{
        max-width: 100% !important
    }
    .expertise-details.last-one{
        max-width: 100% !important
    }
    .hide-mobile-dev{
        display: none;
    }
    .home-v2-section8-mobile-text-cover{
        display: flex;
        flex-wrap: wrap;
    }
    .count-cover h1{
        font-size: 28px !important
    }
    .count-cover h1 sub{
        font-size: 14px !important
    }
    .count-cover p{
        font-size: 15px !important;
        line-height: 20px !important;
    }
    .our-core-title br{
        display: none;
    }
    .our-core-title{
        text-align: center;
    }
    .expertise-details h3{
        font-size: 20px !important;
    }
    .home-v2-footer-left-text{
    	font-size: 24px;
    }
    .home-v2-section7-box-cover{
        margin-right: 20px;
        margin-left: 20px;
    }
    .count-cover .new-text-heading{
    	    font-size: 22px !important;
    	line-height: 40px !important;
    }
    .home-v2-footer .from-right-block h3{
    	font-size: 24px;
    }
    .home-v2-section2-box-heading{
    	min-height: inherit;
    }
    .home-v2-section7-box p{
    	font-size: 13px;
    	line-height: 20px;
    }
    .home-v2-our-recent-slider .owl-stage-outer {
	    padding: 60px 0px 30px;
	}
	.home-v2-section3-box-row{
		flex-wrap: wrap;
	}
	.home-v2-section2-box,
	.home-v2-section2 .home-v2-sub-heading{
		text-align: center;
	}
}
@media (max-width: 666px){
	.home-v2-video-slider-section .carousel-caption h2,.home-v2-video-slider-section .carousel-caption h1{
		font-size: 40px;
	}
}
@media (max-width: 479px){
	.home-v2-section2-box-heading{
		font-size: 15px;
		    line-height: inherit;
		    min-height: 40px;
	}
	.home-v2-section2-box-text{
		font-size: 12px;
		    line-height: 18px;
	}
	.home-v2-video-slider-section .carousel-caption h2,.home-v2-video-slider-section .carousel-caption h1{
		/*font-size: 35px;
	    font-family: 'Open Sans', sans-serif;
	    font-weight: 800;
	    line-height: 50px;*/

	    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    line-height: 18px;
	}
	/*.home-v2-video-slider-section .carousel-caption p{
		font-size: 18px;
		line-height: 26px;
	}*/
	.home-v2-video-slider-section .carousel-caption p {
	    font-size: 15px;
	    line-height: 20px;
	}
	.home-v2-video-slider-section .carousel-indicators li{
		    /*font-size: 24px;*/
		    font-size: 18px;
		    line-height: 24px;
	}
	.home-v2-offer-box-text{
		font-size: 12px;
		    line-height: 16px;
	}
	.home-v2-offer-box-title {
	    font-size: 12px;
	    line-height: 19px;
	}
	.home-v2-offer-box1-gap-right, .home-v2-offer-box1-gap-left{
		min-height: 78px;
	}
	.home-v2-sub-heading {
	    font-size: 26px;
	    line-height: 35px;
	}
	.home-v2-footer-bootom-menu a{
		font-size: 12px;
	}
	/*.slick-vertical .slick-slide.slick-current .home-v2-what-we-slider-text,.home-v2-what-we-slider-text{
		font-size: 22px;
	}*/
	.home-v2-what-we-slider-text{
    font-size: 18px;
    line-height: normal;
    word-break: break-word;
    	    word-break: break-word;
    	    position: relative;
	}
	.slick-current .home-v2-what-we-slider-text:before{
		content: '';
	    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	    position: absolute;
	    bottom: -9px;
	    left: 0px;
	    width: 82%;
	    right: 0;
	    margin: auto;
	}
	.slick-vertical .slick-slide.slick-current .home-v2-what-we-slider-text{
		    font-size: 23px;
	}
	.home-v2-section4-box-legacy-box{
		
    	background: url(../images/home-new-images/home-v2-legacy-mobile.png);
	}
	#slider, #slider .carousel, #slider .carousel .carousel-inner, #slider .carousel .carousel-inner .item{
		height: inherit !important;
	}
	.home-v2-offer-box1-gap-right,.home-v2-offer-box1-gap-left{
		margin-bottom: 15px;
    	
	}
	.home-v2-our-recent-slider .item p{
		font-size: 13px;
	}
	.home-v2-what-we-slider .carousel-item.slick-slide.slick-current .home-v2-what-we-slider-text,
	.home-v2-what-we-slider .carousel-item.slick-slide.slick-current .home-v2-what-we-slider-text:hover, 
	.home-v2-what-we-slider .carousel-item.slick-slide.slick-current .home-v2-what-we-slider-text:focus{
		color: #007D8A;
		    opacity: 1;
		    font-weight: 900;
    		font-size: 21px;
	}
	#slider, #slider .carousel, #slider .carousel .carousel-inner, #slider .carousel .carousel-inner .item{
		height: 440px !important;
	}
	.home-v2-video-slider-section .carousel-caption a{
		    padding: 10px 26px !important;
	}
}
.carousel.slider-for .slick-slide{
	/*display: none;
	opacity: 0 !important;
	position: static !important ;*/
}
.carousel.slider-for .slick-slide.slick-current{
	/*display: block;
	opacity: 1 !important;
	position: static !important ;*/
}





.expertise-details{
    max-width: 521px;
}
.expertise-details h3{
    font-size: 28px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 20px;
}
.expertise-details p{
    font-size: 18px;
    color: #000000;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 30px;
}
.expertise-details .expertise-know-more{
    background:#193766;
    min-width: 160px;
    font-size: 18px;
    font-weight: 600; 
    border:1px solid #193766;
        position: relative;
    z-index: 99;
}
.expertise-details .expertise-know-more:hover{
    color: #193766 !important;
    border:1px solid #193766 !important;
}
.expertise-details .expertise-know-more:focus{
    color: #193766 !important;
    border:1px solid #193766 !important;
}
.our-expertise .home-v2-sub-heading{
    margin-bottom: 100px;
}
.expertise-details.last-one{
    margin:0 auto;
}
.m-top-20{
    margin-top: 30px;
}
.new-max-width{
    max-width: 498px;
}


.home-v2-section8 {
    padding: 50px 0px;
	background: url(/assets/images/laptop-table.png) no-repeat;
    min-height: 540px;
    background-color: #FAFAFA;
    background-position: right top;
}

.expert-left-icon{
    position: relative;
    text-align: right;
}
.expert-center{
    max-width: 50%;
    width: 50%;
    margin-top: -23%;
}
.position-new-relative{
    position: relative;    
    padding-bottom: 5%;
}
.position-new-img{
    max-width: 50%;
    width: 50%;
    margin-bottom: -22%;
}
.center-img-cover{
    text-align: center;
    margin-top: -20%;
    margin-bottom: 5%;
    max-width: 25%;
    margin-left: auto;
    margin-right: auto;
}
.center-img-inner{
    max-width: 100%;
}
.expert-left-icon .container{
    text-align: left;
}

.count-cover .new-text-heading{
    font-size: 30px;
    line-height: 55px;
    color: #193766;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    margin-top: 10px;
}
.count-cover p{
    font-size: 20px;
    color: #193766;
    line-height: 34px;
    margin-bottom: 96px;
    font-family: 'Open Sans', sans-serif;
}
.count-cover img{
    width: 50px;
    height: 50px;
}
.count-cover sub{
    bottom: 0;
}
.image-for-mobile{
    display: none;
    margin-top: -50px;
    margin-left: -20px;
    margin-right: -20px;
}

.customtoggleheader .home-v2-schedule-call:hover{
    border: 1px solid #305185 !important;
}

.flag-list{
    padding-left: 22px;
}
.flag-list li {
    margin-bottom: 5px;
}

.bold-text{
    font-weight: bold;
}
.india-top-mr{
    margin-top: 5px;
}
@media (max-width: 378px){
    .navbar-dark .logoforbluelayout, .navbar-dark .logoforwhitelayout {
        display: inline-block !important;
        float: left !important;
        width: 95px !important;
    }
    .footer-form-inner.contact-form-box .quiz-wr label {
        font-size: 13px !important;
    }
    .home-v2-footer-social li a {
        margin-right: 15px;
    }
    .home-v2-section2-box-heading{
        font-size: 13px;
    }
    .home-v2-video-slider-section .carousel-caption h2, .home-v2-video-slider-section .carousel-caption h1 {
        font-size: 20px;
    }
    .home-v2-our-recent-slider .item p {
        padding: 0px 10px 20px !important;
    }
    .home-v2-footer .rows {
        font-size: 9px;
    }
}
.footer-form-inner.contact-form-box .quiz-wr label{
	max-width: inherit;
}
#footer_phone{
	background: #fff !important;
}
.new-footer-section .home-v2-footer .from-right-block{
	margin-top: 0px !important;
	background: transparent !important;
}


.new-footer-section .home-v2-footer-right-submit{
	width: 100%;
    margin-bottom: 30px;
    border: 2px solid #007D8A;
    background-color: #007D8A;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    letter-spacing: 1px;
    height: 50px;
    line-height: 24px;
    text-transform: capitalize;
}
.new-footer-section .home-v2-footer .from-right-block h3{
	display: none;
}
.new-footer-section .get-in-touch-section .from-right-block{
	padding-top: 55px;
}
@media (max-width: 1023px){
	.new-footer-section .col-md-5,.new-footer-section .col-md-7{
		max-width: 100%;
	}
}
@media (max-width: 767px){
	.new-footer-section .col-xs-6 {
	    width: 50%;
	}
}