html {overflow-x: hidden}
* {margin: 0px;padding: 0px;outline: none;}
body {
	font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: #000000;
    overflow-x: hidden;
    padding: 0px;
}
body.modal-open {padding-right: 0!important}
img {max-width: 100%;outline: 0}
button:focus {outline: none;}
ul {padding: 0; margin: 0;}
figure img {width: 100%;}
h1, h2, h3, h4, h5, h6 {font-family: Montserrat;}

.top-rt {
    display: none;
}
/* ==========================================================
						Start Banner
============================================================ */
.homeBanner {
    position: relative;
	background-color: #000000;
}
.homeBanner:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    background-image: url(../images/hometop_gradient_bg.png);
    height: 150px;
    background-position: top;
    background-size: contain;
	z-index: 1;
    background-repeat: no-repeat;
    background-repeat: repeat-x;
	pointer-events: none;
}
video.homebannerVideo {
	height: 101vh;
	width: 100%;
	overflow: hidden;
	position: relative;
	object-fit: cover;
}
.homeBanner img {
    width: 100%;
}
.vvdn_Createinnovate_Blog {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    transform: translate(0px, -50%);
    text-align: left;
    color: #fff;
	padding: 0 220px;
}
.vvdn_Promise {
    font-size: 26px;
    margin-bottom: 50px;
	font-weight: 500;
}
.aniimation_leftright>div {
	font-size: 62px;
    font-weight: 800;
    line-height: 58px;
}
.aniimation_leftright .txtleft {
    text-align: left;
}
.aniimation_leftright .txtright {
	float: right;
}
.create_innovate_Blog {
	position: relative;
    display: table;
    overflow: hidden;
    text-align: center;
    width: auto;
    margin: 0 auto;
}
.create_innovate {
    overflow: hidden;
    position: relative;
    margin-top: 110px;
    cursor: pointer;
    display: flex;
    border-bottom: 1px solid #a69c9c;
}
.create_innovate .waviy:nth-child(2) {
    margin: 0 20px;
}
.waviy {
  position: relative;
  display: inline-flex;
}
.waviy span {
    position: relative;
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    animation: flip 3s infinite;
    animation-delay: calc(.10s* var(--i));
    font-size: 60px;
    font-weight: 300;
}
@keyframes flip {
  0%,80% {
    transform: rotateY(360deg) 
  }
}
span.cblue {
    color: #4d08d9;
    font-weight: 600;
}

.text {
  font-size: 100px;
  text-transform: uppercase;
  font-weight: 900;
  position: relative;
  color: #34495e;
}
.text::before {
  content: attr(data-text);
  position: absolute;
  color: #fff;
  width: 0;
  overflow: hidden;
  transition: 0.3s;
}
.create_innovate_Blog h4 {
    font-size: 30px;
    letter-spacing: 3px;
    margin: 20px 0 0;
    font-weight: 300;
}
.vvdn_Product_Service {
    position: absolute;
    bottom: 90px;
    left: 0;
    right: 0;
    text-align: center;
	z-index: 1;
}
.vvdn_Product_Service ul {
    display: flex;
    justify-content: center;
}
.vvdn_Product_Service ul li {
    list-style: none;
}
.vvdn_Product_Service ul li a {
    display: block;
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    position: relative;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding: 16px 15px;
    min-width: 410px;
    min-height: 70px;
    background-color: rgb(31 25 38 / 83%);
	position: relative;
	z-index:1;
  cursor: default;
}
.vvdn_Product_Service ul li a:hover{
	background-position: 100% 0;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	padding-right: 20px;
	font-weight: 600;
}
.vvdn_Product_Service ul li a span{
	width: 0px;
	-moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: inline-block;
	margin-left: 3px;
}
.vvdn_Product_Service ul li a span img{
	filter: brightness(0) invert(1);
}
.vvdn_Product_Service ul li a:hover span{
	width: 9px;
	-moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.vvdn_Product_Service ul li a:before{
	position:absolute;
	content:"";
	top:0;
	right:0;
	bottom:0;
	width:0px;
	background: linear-gradient(to right, #dc00a5 0%, #4d08d9 100%);
	transition: all .4s ease-in-out;
	z-index:-1;
}
.vvdn_Product_Service ul li a:hover:before{
	width:100%;
}
.our_Promise_Section {
    position: relative;
	margin-top: -7px;
}
.our_Promise_Videos {
    height: calc(100vh - 60px);
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 0px;
    background-image: url(../images/our_promise_thumbnail_bg.png);
    position: relative;
    z-index: 1;
	background-size: cover;
    background-repeat: no-repeat;
	background-position: center top;
	min-height: 500px;
}
video#defautlVideo {
    opacity: 0;
}

.our_Promise_Blog {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
    text-align: center;
}
.our_Promise {
    position: relative;
    display: flex;
    align-items: flex-start;
    text-align: left;
    padding: 20px 20px
}
.our_Promise_text {
    width: 100%;
}
.our_Promise_text h3 {
    position: relative;
    color: #fff;
    font-size: 150px;
    line-height: 138px;
    font-weight: 900;
	text-transform: uppercase;
    margin-bottom: 10px;
}
.our_Promise_text h3 .brack_Span {
    display: block;
}
.our_Promise_text p {
    color: rgb(255 255 255 / 66%);
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 500;
    width: 49%;
}
/*=================== PLAY BUTTON ===================*/
.vid-link {
    display: inline-block;
    cursor: pointer;
    margin-left: auto;
    position: absolute;
    right: 12%;
    top: 50%;
    transform: translate(0px, -50%);
}
.vid-link .icon {
  position: relative;
  display: block;
  width: 110px;
  height: 110px;
  line-height: 84px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  background: var(--thm-black);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  margin: 0 auto;
}
.vid-link a .icon{
	background: #ffffffde;
	transition: all 0.3s ease;
}
.vid-link a:hover .icon {
  background: #ffffff;
  color: var(--thm-base);
}

.vid-link .icon:before {
  content: "";
  position: absolute;
  left: -8px;
  top: -8px;
  right: -8px;
  bottom: -8px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}

/* .vid-link a .icon .flaticon-play-button{
	position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 14px);
    display: block;
    content: "";
    box-sizing: border-box;
    border-color: transparent transparent transparent #737373;
    border-style: solid;
    border-width: 15px 0 15px 27px;
    margin: 9px 3px;
    width: 30px;
    height: 30px;
} */

.vid-link a .icon .flaticon-play-button {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 14px);
    display: block;
    content: "";
    box-sizing: border-box;
    border-color: transparent transparent transparent #4d08d9;
    border-style: solid;
    border-width: 14px 0 14px 27px;
    margin: 9px 3px;
    width: 30px;
    height: 30px;
    border-radius: 3px;
}
.vid-link a:hover .icon .flaticon-play-button {
    border-color: transparent transparent transparent #4d08d9;
}

.vid-link .ripple,
.vid-link .ripple:before,
.vid-link .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	-ms-border-radius: 50%;
	transform: translate(-50%, -50%);
	-ms-box-shadow: 0 4px 10px #DC00A5;
	-o-box-shadow: 0 4px 10px #DC00A5;
	box-shadow: 0 4px 10px #DC00A5;
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.vid-link .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.vid-link .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  box-shadow: 5px 0 15px rgb(77 8 217);
}

@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.closeBtn {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #cccccc;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    text-align: center;
    line-height: 23px;
    z-index: 9;
    cursor: pointer;
}

.video-js .vjs-tech {
    position: absolute !important;
}
/*======== Mask =========*/

.cd-intro-content .action-wrapper {
  display: inline-block;
}
.cd-intro-content .action-wrapper::after {
  clear: both;
  content: "";
  display: table;
}


.cd-intro-content h1,
.cd-intro-content p{
  opacity: 0;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}



@-webkit-keyframes cd-reveal-up {
  0% {
    opacity: 1;
    -webkit-transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes cd-reveal-up {
  0% {
    opacity: 1;
    -moz-transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes cd-reveal-up {
  0% {
    opacity: 1;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes cd-reveal-down {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes cd-reveal-down {
  0% {
    opacity: 1;
    -moz-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes cd-reveal-down {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes cd-loading {
  0% {
    -webkit-transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
  }
}
@-moz-keyframes cd-loading {
  0% {
    -moz-transform: scaleX(0);
  }
  100% {
    -moz-transform: scaleX(1);
  }
}
@keyframes cd-loading {
  0% {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
  }
}
/* -------------------------------- 

Mask

-------------------------------- */
.mask.cd-intro-content h1 {
	position: relative;
	opacity: 1;
	color: transparent;
	font-size: 62px;
	font-weight: 800;
	line-height: 58px;
	overflow: hidden;
}
.mask.cd-intro-content h1::after {
  content: attr(data-content);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: #ffffff;
  -webkit-animation-name: cd-reveal-up;
  -moz-animation-name: cd-reveal-up;
  animation-name: cd-reveal-up;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}
.mask.cd-intro-content h1 p {
  position: relative;
  display: inline-block;
  opacity: 1;
}
.mask.cd-intro-content h1 p::before {
  content: '';
  position: absolute;
  top: calc(100% + 6px);
  left: -1em;
  height: 2px;
  width: calc(100% + 2em);
  background-color: #ffffff;
  -webkit-animation: cd-loading-mask 1s 0.3s both;
  -moz-animation: cd-loading-mask 1s 0.3s both;
  animation: cd-loading-mask 1s 0.3s both;
}
@media only screen and (min-width: 768px) {
  .mask.cd-intro-content h1 {
    padding-bottom: 0px;
    padding-top: 0;
    margin-bottom: 0;
  }
  .mask.cd-intro-content h1 p::before {
    top: calc(100% + 8px);
  }
}

.mask.cd-intro-content p {
  position: relative;
  margin: 0;
  padding: 10px 0 0;
  -webkit-animation-name: cd-reveal-down;
  -moz-animation-name: cd-reveal-down;
  animation-name: cd-reveal-down;
}

.mask.cd-intro-content h1::after,
.mask.cd-intro-content p {
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.mask.cd-intro-content .action-wrapper {
  overflow: hidden;
}
.mask.cd-intro-content .action-wrapper .cd-btn {
  opacity: 1;
  margin: 0 0 0 1.5em;
}
.mask.cd-intro-content .action-wrapper .cd-btn:first-of-type {
  margin-left: 0;
}

@-webkit-keyframes cd-loading-mask {
  0%, 100% {
    -webkit-transform: scaleX(0);
  }
  40%, 60% {
    -webkit-transform: scaleX(1);
  }
}
@-moz-keyframes cd-loading-mask {
  0%, 100% {
    -moz-transform: scaleX(0);
  }
  40%, 60% {
    -moz-transform: scaleX(1);
  }
}
@keyframes cd-loading-mask {
  0%, 100% {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
  }
  40%, 60% {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
  }
}

/*======== Industry Section =========*/

.industries_Services_Carousel {
    position: relative;
    padding-right: 50px;
    margin-top: 60px;
}
.industry__item {
    position: relative;
	border-left: 1px solid #a6a6a6;
}

.industry__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px 20px;
    height: 100%;
    color: #000000;
    transition: all 0.35s;
}
.industry__item:hover .industry__content {
    color: #ffffff;
}
.industry_icon_wrap img {
    width: auto !important;
}

.industry__item .industry__image {
	border-radius: 0px;
    clip-path: inset(64% 20px 0 20px round 0px);
    transition: clip-path .3s cubic-bezier(.4, .2, .4, 1);
}
.industry__item:hover .industry__image {
    clip-path: inset(0 0 0 0);
}

.industry__title {
    margin: 40px 0 60px;
    font-weight: 300;
    font-size: 24px;
}
.industry__description__text {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
}

.industry__item .industry__url__link {
    position: absolute;
    bottom: 50px;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    opacity: 0;
    transition: all 0.35s;
}
.industry__item:hover .industry__url__link {
    opacity: 1;
}
.industry__item .industry__url__link img {
    width: 15px !important;
    display: inline-block;
    transition: all 0.35s;
}
.industry__item .industry__url__link:hover img {
    margin-left: 10px;
}
.industry__item .industry__mask {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .4);
    clip-path: inset(70% 20px 0 20px round 0px);
    transition: clip-path .3s cubic-bezier(.4, .2, .4, 1);
}

.industry__item:hover .industry__mask {
    clip-path: inset(0 0 0 0);
    height: 100%;
}

/* 
.industries_Services_Carousel .owl-carousel .owl-dots {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50px, -50%);
}
.industries_Services_Carousel .owl-carousel .owl-dots button.owl-dot {
    background: rgb(74 74 74 / 29%);
    border: 0px;
    height: 8px;
    width: 8px;
    border-radius: 20px;
    cursor: pointer;
    margin: 19px 0px;
    opacity: 1;
    transition: opacity .6s ease;
    display: block;
    transition: all 0.4s;
    position: relative;
}
.industries_Services_Carousel .owl-carousel .owl-dots button.owl-dot:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #4a4a4a;
    border-radius: 10px;
    transform: translate(-50%, -50%);
}
.industries_Services_Carousel .owl-carousel .owl-dots button.owl-dot.active{
    background: #4a4a4a;
} */

.industries_Services_Carousel .owl-carousel .owl-nav {
    position: absolute;
    top: 35%;
    right: 0;
    z-index: 1;
    transform: translate(50px, -50%);
}
.industries_Services_Carousel .owl-carousel button.owl-prev, 
.industries_Services_Carousel .owl-carousel button.owl-next {
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 100px;
    background: linear-gradient(to right, #dc00a5 0%, #4d08d9 100%);
	transition: all 0.3s;
}
.industries_Services_Carousel .owl-carousel button.owl-prev {
    transform: rotate(180deg);
	right: -20px;
}
.industries_Services_Carousel .owl-carousel button.owl-next {
	right: -20px;
	top: 80px;
}
.industries_Services_Carousel .owl-carousel button.owl-prev.disabled,
.industries_Services_Carousel .owl-carousel button.owl-next.disabled {
    background: linear-gradient(to right, #dc00a533 0%, #4d08d933 100%);
}
.industries_Services_Carousel .owl-carousel button.owl-prev span, 
.industries_Services_Carousel .owl-carousel button.owl-next span {
	position: absolute;
    content: "";
    top: 0;
    background-image: url(../images/slide_right_arrow_icon_w.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background-position: center;
    font-size: 0;
    display: block;
	transition: all 0.3s;
}
.industries_Services_Carousel .owl-carousel button.owl-prev.disabled span,
.industries_Services_Carousel .owl-carousel button.owl-next.disabled span {
	filter: brightness(0) invert(0.5);
}
.industries_Services_Carousel .owl-carousel button.owl-prev span:hover, 
.industries_Services_Carousel .owl-carousel button.owl-next span:hover {
	-webkit-animation: hoverEffect .75s;
    animation: hoverEffect .75s;
}
/*======== End Industry Section =========*/

.create_innovation_section {
    position: relative;
    overflow: hidden;
}
.create_innovation_bg {
    background-repeat: no-repeat;
    background-position: center;
    padding: 60px 0;
    min-height: 650px;
    background-attachment: fixed;
    background-size: cover;
	-o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
.create_innovate_services {
    top: 50%;
    position: absolute;
    transform: translate(0, -50%);
    left: 12%;
}
.create_innovate_services h3.join_us_btn {
    color: #fff;
    font-weight: 800;
    font-size: 72px;
    margin-bottom: 20px;
}
.create_innovate_services p {
	color: #fff;
    font-size: 34px;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 30px;
}
.create_innovate_services .whiteBg_fill_btn:after, 
.create_innovate_services .whiteBg_fill_btn:before {
    width: 60px;
    height: 60px;
    left: 0;
}
.landing_Lets_Connect_Blog {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: url(../images/greylight_pattern_bg.jpg) repeat !important;
    position: relative;
}
.lets_Connect_Banner {
    flex: 0 0 auto;
    width: 45%;
}
.landing_Lets_Connect {
    padding-left: 60px;
    padding-right: 60px;
    flex: 0 0 auto;
    width: 55%;
}
.landing_Lets_Connect p {
    font-size: 24px;
    font-weight: 500;
    color: #4d08d9;
}
.landing_Lets_Connect h3 {
    font-weight: 800;
    font-size: 34px;
	margin-bottom: 36px;
}

/*======== Start Responsive =========*/

@media (min-width: 601px){
	li.industrial_resnone {
		display: none;
	}
	.desknone {
		display: none;
	}
	.create_innovation_bg.vvdnteam_journey {
		background-image: url(../images/vvdnteam_journey_img.jpg);
	}
}

@media (min-width: 1800px){
	video.homebannerVideo {
		min-height: 800px;
	}
}

@media (max-width: 1680px) {
	.vvdn_Createinnovate_Blog {
		padding: 0 160px;
	}
	.aniimation_leftright>div {
		font-size: 58px;
	}
	.mask.cd-intro-content h1 {
		font-size: 58px;
	}
	.our_Promise_text h3 {
		font-size: 138px;
		line-height: 128px;
	}
}

@media (max-width: 1599px) {
	.homeBanner:before, .homeBanner:after {
		background-size: cover;
	}
	.vvdn_Createinnovate_Blog {
		top: 43%;
		padding: 0 130px;
	}
	.vvdn_Promise {
		font-size: 24px;
		margin-bottom: 30px;
	}
	.aniimation_leftright>div {
		font-size: 48px;
		line-height: 42px;
	}
	.mask.cd-intro-content h1 {
		font-size: 48px;
		line-height: 42px;
	}
	.create_innovate {
		margin-top: 68px;
	}
	.create_innovate .waviy:nth-child(2) {
		margin: 0 15px;
	}
	.vvdn_Product_Service {
		bottom: 70px;
	}
	.vvdn_Product_Service ul li a {
		font-size: 20px;
        min-width: 360px;
        padding: 18px 15px;
	}
	.waviy span {
		font-size: 46px;
	}
	.create_innovate_Blog h4 {
		font-size: 28px;
	}
	.our_Promise_text h3 {
		font-size: 106px;
		line-height: 102px;
	}
	.our_Promise_text p {
        font-size: 20px;
        width: 52%;
    }
	.create_innovation_bg {
		min-height: 480px;
	}
	.create_innovate_services {
		left: 8%;
	}
	.create_innovate_services p {
		font-size: 30px;
		line-height: 38px;
	}
	.create_innovate_services h3.join_us_btn {
		font-size: 60px;
	}
	.landing_Lets_Connect p {
		font-size: 22px;
	}
	.landing_Lets_Connect h3 {
		font-size: 30px;
	}
	.vvdn_Product_Service ul li a:hover {
		padding-right: 30px;
	}
	.industry__item .industry__image {
		clip-path: inset(68% 20px 0 20px round 0px);
	}
	.industry__title {
		margin: 35px 0 50px;
		font-size: 20px;
	}

}

@media (min-width: 992px) and (max-width: 1199px) {
	.industry__title {
        margin: 20px 0 25px;
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
	.top-rt {
		display: inline-flex;
	}
	.vvdn_Createinnovate_Blog {
		top: 46%;
		padding: 0 110px
	}
	.vvdn_Promise {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.mask.cd-intro-content h1 {
		font-size: 36px;
		line-height: 28px;
		margin-bottom: 0;
	}
	.aniimation_leftright>div {
		font-size: 36px;
		line-height: 28px;
	}
	.create_innovate {
		margin-top: 30px;
	}
	.waviy span {
		font-size: 38px;
	}
	.create_innovate_Blog h4 {
		font-size: 30px;
		margin: 10px 0 0;
	}
	.vvdn_Product_Service {
		bottom: 7px;
	}
	.our_Promise {
		padding: 20px 0px;
	}
	.our_Promise_text h3 {
		font-size: 90px;
		line-height: 90px;
	}
	.our_Promise_text p {
		font-size: 18px;
	}
	.industries_Services_Carousel {
        padding-right: 0px;
        padding-bottom: 60px;
    }
	.industries_Services_Carousel .owl-carousel .owl-nav {
        position: inherit;
        top: inherit;
        left: 0;
        right: 0;
        transform: translate(-54%, 20px);
        bottom: 0;
    }
	.industries_Services_Carousel .owl-carousel button.owl-next {
		right: -20px;
		top: inherit;
		right: -90px;
	}
	.landing_Lets_Connect {
		padding-left: 35px;
		padding-right: 35px
	}
	.landing_Lets_Connect p {
		font-size: 20px;
	}
	.landing_Lets_Connect h3 {
		font-size: 24px;
		margin-bottom: 30px;
	}
}

@media (max-width: 991px) {
	video.homebannerVideo {
		height: 100vh;
	}
	.our_Promise_Videos {
		background-position: 70%;
	}
	.vvdn_Promise {
		font-size: 18px;
	}
	.our_Promise_text h3 {
		font-size: 70px;
		line-height: 70px;
	}
	.vvdn_Createinnovate_Blog {
		padding: 0 30px;
	}
	.mask.cd-intro-content h1 {
		font-size: 32px;
		line-height: 24px;
	}
	.aniimation_leftright>div {
		font-size: 32px;
		line-height: 24px;
	}
	.waviy span {
		font-size: 24px;
	}
	.create_innovate_Blog h4 {
		font-size: 22px;
	}
	.vvdn_Product_Service ul li a {
		max-width: 240px;
		min-width: 240px;
		padding: 15px 30px;
	}
	.vid-link {
		right: 5%;
	}
	.our_Promise h2.heading_common {
		font-size: 34px;
	}
	.create_innovation_bg {
		min-height: 350px;
	}
	.create_innovate_services {
		left: 0;
		width: 100%;
	}
	.create_innovate_services p {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	.create_innovate_services h3.join_us_btn {
		font-size: 44px;
	}
	.landing_Lets_Connect {
		padding-left: 0px;
		padding-right: 0px;
	}
	.landing_Lets_Connect p {
		font-size: 16px;
	}
	.landing_Lets_Connect h3 {
		font-size: 19px;
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.lets_Connect_Banner {
		width: 100%;
	}
	.landing_Lets_Connect {
		width: 100%;
		padding: 40px 0;
	}
	.vvdn_Createinnovate_Blog {
		padding: 0px;
	}
	.mask.cd-intro-content h1 {
		font-size: 28px;
	}
	.aniimation_leftright>div {
		font-size: 28px;
	}
}

@media (max-width: 600px) {
	.vvdn_Createinnovate_Blog {
		padding: 0;
	}
	.vvdn_Product_Service {
		overflow: scroll;
		padding-bottom: 0px;
		left: -12px;
		right: -12px;
	}
	.vvdn_Product_Service ul {
		width: 642px;
		justify-content: start;
	}
	.vvdn_Product_Service::-webkit-scrollbar {
		height: 2px;
		background-color: transparent;
	}
	.vvdn_Product_Service::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
	}
	.vvdn_Product_Service::-webkit-scrollbar-thumb {
		height: 2px;
		background-color: #bfbfbf;
	}
	.industries_Services {
		align-items: self-start;
		margin-top: 20px;
		padding-bottom: 0;
		padding-top: 94%;
	}
	.our_Promise {
		text-align: center;
		display: block;
	}
	.vid-link {
		position: relative;
		right: inherit;
		top: inherit;
		margin-top: 60px;
	}
	.our_Promise_text h3 {
		font-size: 50px;
		line-height: 60px;
		padding: 0;
	}
	.our_Promise_text h3 .brack_Span {
		display: inline;
	}
	.our_Promise_text h3:after {
		display:none;
	}
	.mask.cd-intro-content h1 {
		display: none;
	}
	.mask.cd-intro-content p {
		padding: 0;
		line-height: 28px;
		float: left;
	}
	.mask.cd-intro-content .action-wrapper p.desknone {
		margin-bottom: 15px;
	}
	.aniimation_leftright>div {
		font-size: 32px;
		line-height: normal;
	}
	.create_innovation_bg.vvdnteam_journey {
		background-image: url(../images/vvdnteam_journey_resimg.png);
		min-height: 680px;
		background-repeat: no-repeat;
		background-attachment: inherit;
		-o-background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
	}
}

@media (min-width: 576px) {
	.videos_Mobile {
		display: none;
	}
}

@media (max-width: 575px) {
	.videos_Desktop {
		display: none;
	}
	.mask.cd-intro-content .action-wrapper p.desknone {
		margin-bottom: 30px;
	}
	.aniimation_leftright .action-wrapper p {
		font-size: 50px;
		width: 80%;
		margin: 0px auto;
		left: inherit;
		width: 100% !important;
	}
	.aniimation_leftright .action-wrapper p span {
		display: block;
		line-height: 54px;
	}
	.action-wrapper .wordart1 span:nth-child(1) {
		margin-left: 7%;
	}
	.action-wrapper .wordart1 span:nth-child(2) {
		margin-left: 20%;
	}
	.action-wrapper .wordart1 span:nth-child(3) {
		margin-left: 41%;
	}
	.action-wrapper .wordart2 span:nth-child(3) {
		margin-left: 19%;
	}
	.action-wrapper .wordart2 span:nth-child(2) {
		margin-left: 4%;
	}
	.action-wrapper .wordart2 span:nth-child(1) {
		margin-left: 20%;
	}
	.vvdn_Createinnovate_Blog {
		padding: 0px;
	}
	.create_innovate .waviy:nth-child(2) {
		margin: 0 6px;
	}
	.create_innovate {
		margin-top: 50px;
	}
	.waviy span {
		font-size: 20px;
	}
	.our_Promise_Videos {
        max-height: 580px;
        background-image: url(../images/our_promise_thumbnail_mobilebg.jpg);
    }
	.our_Promise_Blog {
		top: 44%;
	}
	.our_Promise_text p {
        width: 100%;
    }
	.our_Promise {
		display: block;
		text-align: center;
		padding: 15px;
	}
	.our_Promise h2.heading_common {
		font-size: 28px;
		margin-bottom: 10px 
	}
	.our_Promise_Section .video-js.my-video-dimensions {
		max-height: 660px;
	}
	.vid-link {
		margin-top: 81px;
	}
	.vid-link .icon {
		width: 80px;
		height: 80px;
	}
	.create_innovate_services p {
		font-size: 20px;
		line-height: 28px;
	}
	.create_innovate_services {
		top: inherit;
		bottom: 0px;
		text-align: center;
	}
	.create_innovate_services h3.join_us_btn {
		width: 42px;
		height: 42px;
	}
	.landing_Lets_Connect {
		width: fit-content;
		padding: 40px 0;
		background-color: #fff;
		position: relative;
		margin-top: -110px;
		margin-left: 20px;
		margin-right: 20px;
	}
}

@media (max-width: 480px) {
	.aniimation_leftright .action-wrapper p {
		font-size: 44px;
	}
	.aniimation_leftright .action-wrapper p span {
		line-height: 48px;
	}
	.create_innovate .waviy:nth-child(2) {
		margin: 0 10px;
	}
	.waviy span {
		font-size: 20px;
	}
	.our_Promise_text h3 {
		font-size: 38px;
	}
	.create_innovate_Blog h4 {
		font-size: 16px;
	}
	.create_innovate_services p {
		font-size: 18px;
	}
	.landing_Lets_Connect p {
		font-size: 15px;
	}
	.landing_Lets_Connect h3 {
		font-size: 17px;
	}
}

@media (max-width: 425px) {
	.vvdn_Promise {
		font-size: 16px;
	}
	.aniimation_leftright .action-wrapper p {
		font-size: 42px;
	}
	.aniimation_leftright .action-wrapper p span {
		line-height: 46px;
	}
}

@media (max-width: 399px) {
	.aniimation_leftright .action-wrapper p {
		font-size: 38px;
	}
	.aniimation_leftright .action-wrapper p span {
		line-height: 42px;
	}
	.vvdn_Product_Service ul li a {
		font-size: 16px;
        padding: 18px 35px;
        min-width: 200px;
	}
}

@media (max-width: 359px) {
	.aniimation_leftright .action-wrapper p {
		font-size: 32px;
	}
	.aniimation_leftright .action-wrapper p span {
		line-height: 36px;
	}
	.waviy span {
		font-size: 18px;
	}
	.our_Promise_Videos {
		max-height: 560px;
	}
	.our_Promise_Section .video-js.my-video-dimensions {
		max-height: 400px;
	}
	.our_Promise_text h3 {
		font-size: 32px;
		line-height: 30px;
	}
	.our_Promise_text p {
		font-size: 16px;
	}
}

/*======== End Responsive =========*/