@font-face {
	font-family: "FuturaHeavy";
	src: url(../font/FuturaBT-Heavy.woff);
}
@font-face {
	font-family: "FuturaMedium";
	src: url(../font/futura_medium_bt-webfont.woff);
}
@font-face {
	font-family: "FuturaLight";
	src: url(../font/futura-light-bt.woff);
}

html, body {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body h1, body h2, body h3, body h4, body h5, body h6{
	padding: 0px;
	margin: 0px;
	font-family: "FuturaMedium";
	color: #132555;
}
body a, body span, body ul, ol, body li, body p{
	margin: 0px;
	padding: 0px;
	font-family: "FuturaLight";
}

body p {
	font-size: 20px;
	line-height: 32px;
	color: #000000;
	margin-bottom: 40px;
	letter-spacing: 0.5px;
}

body ul {
	list-style: none;
}


.off-screen-parent {
	content-visibility: auto;
	contain-intrinsic-size: 400px; /* A guess at the height of it */
}

.h2-default {
	font-size: 35px;
	line-height: 59px;
	color: #132656;
	text-align: center;
	margin-bottom: 90px;
}

.hero-section, 
.steps-section, 
.way-we-work-section,
.solutions-section,
.path-to-success,
.cta-section,
.team-section {
	float: left;
	width: 100%;
}


/***** HERO SECTION ******/

.hero-section {
	background-color: #132555;
	position: relative;
	padding: 118px 0px 80px 0;
}

.hero-text {
	width: 60%;
	position: relative;
	z-index: 9;
}

.hero-text h1 {
	font-size: 49px;
	letter-spacing: 0.5px;
	line-height: 60px;
	color: #fff;
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
}

.subheading {
	font-size: 21px;
	line-height: 31px;
	color: #ffffff;
	margin-bottom: 50px;
	letter-spacing: 0.5px;
	width: 660px;
}

.underlined-bold {
	text-decoration: none;
	font-family: "FuturaHeavy";
}

.hero-image {
	position: absolute;
	top: 0;
	right: 0;
	height: 87%;
	width: 40%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top right;
}

/****** FORM ******/

.form-holder h3 {
	font-size: 25px;
	line-height: 37px;
	color: #ffffff;
	margin-bottom: 30px;
	letter-spacing: 0.5px;
}

.form-holder .input-field {
	float: left;
	width: 33%;
	padding-right: 15px;
}

.form-holder input[type="text"],
.form-holder input[type="email"],
.form-holder input[type="tel"] {
	float: left;
	width: 100%;
	border: none;
	height: 50px;
	padding-left:15px;
	border: 1px solid rgba(255, 255, 255, 0.75);
	background-color: transparent;
	border-radius: 0px;
	color: #fff;
	font-size: 16px;
	font-family: "FuturaLight";
	outline: none;
	/* 	box-shadow: 0 0 0 30px #132555 inset; */
	/*	-webkit-text-fill-color: #fff!important;
	text-fill-color: #fff!important; */
}

.form-holder textarea{
	font-size: 16px;
}
.form-holder input[type="text"]:focus,
.form-holder input[type="email"]:focus {
	border: 2px solid #fff;
}

.form-holder input[type="text"]::placeholder,
.form-holder input[type="email"]::placeholder {
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: "FuturaLight";
}


.form-holder input[type="text"]:focus::placeholder,
.form-holder input[type="email"]:focus::placeholder,
.form-holder input[type="tel"]:focus::placeholder, 
.form-holder textarea:focus::placeholder {
	-webkit-text-fill-color: #fff!important;
	color: #fff;
}


.form-holder .wpcf7-form-control.wpcf7-submit,
.form-holder .cf7mls_next.action-button,
.hero-link a {
	background: linear-gradient(to right,#BCE01D 50%,#A7CA0B 50%);
	transition: all 0.2s ease-in-out;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border: none;
	color: #fff;
	background-size: 200% 100%;
	background-position: right bottom;
	height: 50px;
	border-radius: 0px;
	font-size: 16px;
	margin: 0px;
	font-family: "FuturaHeavy";
	padding: 0px;
	width: 100%;
	min-height: 100%;
	font-weight:400;
}
.md-pop-up-f-trig .submit-btn {
	width: 300px;
	min-width: 300px;
}
.hero-link a {
	width: auto;
	margin-top:30px; 
	padding: 10px 50px;
	max-width: 250px
}

.form-holder .wpcf7-form-control.wpcf7-submit:hover,
.form-holder .cf7mls_next.action-button:hover,
.hero-link a:hover,
.md-pop-up-f-trig .submit-btn input:hover {
	outline: none;
	text-decoration: none;
	color: #fff;
	opacity: 1;
	background-position: left bottom;
}


.cf7mls-btns,
.submit-btn {
	float: left;
	width: 30%;
	position: relative;
}


.form-holder .fieldset-cf7mls-wrapper .cf7mls_current_fs {
	padding: 0px;
}

.cf7mls_back.action-button {
	display: none;
}

.form-holder .fieldset-cf7mls-wrapper {
	margin: 0px; 
	padding: 0px;
}

.form-holder .wpcf7-validation-errors, 
.form-holder .wpcf7-acceptance-missing {
	float: left;
	color: #ff6537;
	border: 2px solid #ff6537;
}

.form-holder div.wpcf7-mail-sent-ok {
	float: left;
	color: #b0cc15;
	border: 2px solid #b0cc15;
}


.form-holder span.wpcf7-not-valid-tip {
	color: #ff6537;
}

.form-holder span.wpcf7-not-valid-tip {
	float: left;
}


/************** STEPS SECTION *********/

.steps-section {
	padding: 120px 0px;
	background-image: url(/wp-content/uploads/2023/08/dots-background.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
}

.steps-wrapper {
	width: 90%;
	margin: 0px auto;
}

.dd-step {
	position: relative;
	padding: 39px 54px;
	border-top-left-radius: 100px;
	border-bottom-right-radius: 100px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	box-shadow: 0px 0px 29px -2px rgba(0,0,0,0.09);
	min-height: 265px;
}

.dd-step h3 {
	font-size: 24px;
	line-height:36px;
	color: #132555;
	margin-bottom: 10px;
}

.dd-step p {
	font-size: 20px;
	line-height: 28px;
	color: #000000;
	margin-bottom: 0px;
}

.dd-step img {
	position: absolute;
	top: -33px;
	right: -38px;
}

/********* WAY WE WORK SECTION *********/

.way-we-work-section {
	background-color: #f8f8f8;
	position: relative;
}

.image-holder {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 22%;
	display: flex;
	align-items: center;
	background-image: url(/wp-content/uploads/2019/11/the-way-we-work-photo2-1.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.way-we-work-section .text-holder {
	padding: 100px 70px;
	float: right;
	width: 70%;
}

.text-holder h2 {
	font-size: 35px;
	line-height: 50px;
	color: #132656;
	margin-bottom: 30px;
}

.text-holder ul {
	list-style: none;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

.text-holder ul li {
	position: relative;
	padding: 0px 40px;
	margin-bottom: 40px;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
}

.text-holder ul li:before {
	content: "";
	background-image: url(/wp-content/uploads/2019/10/info-icon.png);
	width: 22px;
	height: 22px;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 3px;
}


/********* SOLUTIONS SECTION *********/
.solutions-section {
	/* 	padding: 100px 0px;
	background-image: url(/wp-content/uploads/2019/10/solutions-pattern.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative; */
}

.solutions-section:before {
	/*     content: "";
	position: absolute;
	background-image: url(/wp-content/uploads/2019/11/logo_digital_dot_part.png);
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -34px;
	width: 70px;
	height: 71px;
	left: 50%;
	transform: translateX(-50%); */
}

.solutions-section .h2-default {
	margin-bottom: 75px;
}

.solutions-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 90%;
	margin: 0px auto;
}

.solution-holder {
	width: 33%;
	padding: 0px 25px 50px;
}


.dd-solution-link:visited,
.dd-solution-link:hover,
.dd-solution-link:focus {
	text-decoration: none;
}

.dd-solution {
	box-shadow: 0px 0px 29px -2px rgba(0,0,0,0.09);
	position: relative;
	padding: 72px 60px 0px 68px;
	min-height: 455px;
	background-color: #fff;
	transition: all .5s;
	border: 1px solid #e2e2e2;
}

.dd-solution-link:hover .dd-solution,
.dd-solution-link:focus .dd-solution {
	background-color: #132555;
}

.dd-solution img {
	position: absolute;
	top: 50px;
	left: -60px;
}

.dd-solution h3 {
	font-size: 22px;
	line-height: 35px;
	color: #132555;
	margin-bottom: 20px;
}

.dd-solution p {
	margin-bottom: 35px;
}

.dd-solution-link:hover .dd-solution h3,
.dd-solution-link:focus .dd-solution h3,
.dd-solution-link:hover .dd-solution p,
.dd-solution-link:focus .dd-solution p {
	color: #fff;
}

.view-more,
.view-more:visited {
	font-size: 16px;
	color: #132555;
	font-weight: bold;
	position: relative;
}

.view-more::after {
	content: "";
	background-color: #132555;
	position: absolute;
	top: 11px;
	left: 86px;
	width: 20px;
	height: 1px;
	transition: all .5s;
}

.view-more:before {
	content: "";
	background-color: #ff6537;
	position: absolute;
	top: 11px;
	left: 86px;
	width: 0px;
	height: 1px;
	transition: all .3s;
	z-index: 2;
}

.view-more:hover,
.view-more:focus {
	color: #ff6537!important;
	text-decoration: none;
}
.hp-solution-holder a.dd-solution-link:hover span.view-more {
	color: #ff6537 !important;
}
.md-heroform.md-form.md-new-cta .md-pop-up-f-trig .md-wrap-in-f input{
	color: #fff !important;
}
.md-heroform.md-form.md-new-cta .md-pop-up-f-trig .md-wrap-in-f input#popup-website-input:active,
.md-heroform.md-form.md-new-cta .md-pop-up-f-trig .md-wrap-in-f input#popup-website-input:focus {
	color: #fff !important;
}
.view-more:focus::after,
.view-more:hover::after,
.dd-solution-link:hover .dd-solution .view-more::after,
.dd-solution-link:focus .dd-solution .view-more::after{
	width: 0px;
}

.view-more:focus::before,
.view-more:hover::before,
.dd-solution-link:hover .dd-solution .view-more::before,
.dd-solution-link:focus .dd-solution .view-more::before{
	width: 54px;
}

.dd-solution-link:hover .dd-solution .view-more,
.dd-solution-link:focus .dd-solution .view-more {
	color: #fff;
}


/****** PATH TO SUCCESS *************/

.path-to-success {
	padding: 100px 0px 10px;
}

.path-to-success .h2-default {
	margin-bottom: 0px;
}

.path-wrapper {
	padding: 85px 230px;
	width: 100%;
	display: flex;
	align-items: center;
	margin: 0px auto;
}

.website-link,
.website-link:visited {
	font-size: 13px;
	color: #ff6437;
	float: left;
	/*margin-bottom: 20px;*/
}

.website-link:hover,
.website-link:focus {
	text-decoration: none;
	color: #b0cc15;
}

.path-text h3 {
	font-size: 30px;
	line-height: 42px;
	color: #132555;
	margin-bottom: 20px;
}

.path-text h3:hover {
	color: #ff6437;
}

.path-text h4 {
	font-size: 20px;
	line-height: 28px;
	color: #b4b7bf;
	margin-bottom: 34px;
}

.path-text p {
	margin-bottom: 25px;
}

.path-text .view-more {
	margin-top: 20px;
	float: left;
}

.path-image {
	display: flex;
	justify-content: center;
}

.path-second {
	background-color: #f8f8f8;
}

/******** CTA SECTION ******/

.cta-section {
	padding: 100px 0px;
	background-image: url(/wp-content/uploads/2019/10/contact-us-pattern.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.contact-us-wrapper {
	padding: 75px 169px;
	margin: 0px 95px;
	background-color: #fff;
	position: relative;
	box-shadow: 0px 0px 29px -2px rgba(0,0,0,0.09);
	z-index: 2;
}

.contact-us-wrapper:before {
	content: "";
	position: absolute;
	background-image: url(/wp-content/uploads/2019/11/logo_digital_dot_part.png);
	background-repeat: no-repeat;
	background-size: cover;
	top: -36px;
	width: 70px;
	height: 71px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: 2;
}


.contact-us-wrapper:after {
	content: "";
	position: absolute;
	background-color: #fff;
	top: -36px;
	width: 70px;
	height: 71px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%;
	box-shadow: 0px -13px 19px -7px rgba(0,0,0,0.09);
	z-index: 1;
}

.contact-us-wrapper .h2-default {
	margin-bottom: 15px;
}

.contact-us-wrapper p {
	text-align: center;
	margin-bottom:35px;
}

.contact-us-wrapper .form-holder {
	display: flex;
	justify-content: center;
}

.contact-us-wrapper .form-holder input[type="text"],
.contact-us-wrapper .form-holder input[type="email"] {
	border-bottom: 1px solid #132555;
	color: #132555;
	box-shadow: 0 0 0 30px #fff inset;
	-webkit-text-fill-color:  #132555!important;
	text-fill-color:  #132555!important;

}

.contact-us-wrapper .form-holder input[type="text"]::placeholder,
.contact-us-wrapper .form-holder input[type="email"]::placeholder {
	color: #132555;
}

.contact-us-wrapper .hero-link a {
	margin-top: 0px;
}

/******** TEAM ******/

.team-section {
	padding: 100px 0px 0;
}

.team-section .h2-default {
	margin-bottom: 40px;
	text-align: left;
}

.team-section p {
	margin-bottom: 50px;
}

.team-section a,
.team-section a:visited {
	color: #ff6437;
}

.team-section a:hover, 
.team-section a:focus {
	color: #b0cc15;
	text-decoration: none;
}

.team-gallery {
	/* 	display: flex;
	justify-content: center; */
	width: 100%;
	margin: 0px auto;
}

.img1,
.img3 {
	width: 28%;
	height: auto;
	object-fit: contain;
	padding: 10px;
}

.img2 {
	width: 42%;
	height: auto;
	object-fit: contain;
	padding: 10px;
}
.steps-section {
	padding: 160px 0px 120px;
}
.md-banne-batb-wrap h2.banner-title {
	color: #FFF;
	text-align: center;
	font-size: 38px;
	font-style: normal;
	font-weight: 400;
	line-height: 56px;
	letter-spacing: 0.38px;
	max-width: 662px;
	margin: 0 auto;
}

/* Expertise */
.dd-title {
	font-size: 38px;
	line-height: 48px;
	color: #132656;
}
.expertise-holder {
	padding: 100px 0 0;
}
.expertise-title {
	margin: 0;
}
.expertise-text {
	color: #192454;
	font-size: 22px;
	line-height: 34px;
	letter-spacing: 0.48px;
	margin-bottom: 25px;
}
.expertise-list {
	margin-top: 35px;
}
.expertise-list-item {
	font-size: 18px;
	line-height: 29px;
	font-weight: 600;
	margin-bottom: 13px;
	color: #192454;
	display: flex;
	align-items: flex-start;
	letter-spacing: .5px;
}
.expertise-list-item img {
	margin-right: 10px;
	margin-top: 4px;
}
/* Industries */
#dd-industries {
	background-color: #F9F9F9;
	padding: 190px 0 90px;
}
.industries-title.dd-title {
	text-align: center;
	margin-bottom: 55px;
}
.industries-inner-wrap {
	display: flex;
	justify-content: space-between;
}
.industry-single {
	flex: 1;
	padding: 0 15px;
}
.industry-inner p {
	color: #192454;
	text-align: center;
	font-size: 19px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0.24px;
	font-family: 'FuturaMedium';
	margin: 0;
}
.industry-inner img {
	width: 100%;
	object-fit: cover;
	margin-bottom: 20px;
}
/* Brands */
#dd-brands {
	padding: 120px 0 100px;
}
.brands-title.dd-title {
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto 60px;
	max-width: 680px;
}
.brands-wrap {
	display: flex;
	flex-wrap: wrap;
}
.brand-single {
	margin-bottom: 50px;
}
.brand-hero-wrap {
	width: 100%;
	height: 318px;
	margin-bottom: 20px;
}
.brand-hero-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.brand-text-wrap h3 {
	color: #0B1B47;
	font-family: 'FuturaMedium';
	font-size: 30px;
	font-weight: 400;
	line-height: 46px;
	margin-bottom: 11px;
}
.brand-text-wrap p {
	color: #152655;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 20px;
}
.brand-stat li {
	color: #0B1B47;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 9px;
}
.hero-mobile {
	display: none;
}
.dd-wrap {
	display: flex;
	flex-wrap: wrap;
}
@media only screen and (max-width:1900px) {

	.dd-solution {
		min-height: 515px;
	}
}

@media only screen and (max-width:1700px) {
	.hero-section {
		padding: 118px 0px 80px 0;
	}
	section.hero-section .hero-text h1 {
		font-size: 38px;
		line-height: 50px;
		margin-bottom: 33px;
		max-width: 370px;
	}
	.hero-section .hero-text h1:after {
		right: calc(100% - 43%);
	}
	.md-banner-ra .md-banner-ra-title {
		font-size: 33px;
		max-width: 597px;
		line-height: 53px;
	}
	.md-banner-info {
		background-position: right;
	}
	.subheading {
		font-size: 19px;
		line-height: 27px;
		margin-bottom: 40px;
		width: 590px;
	}

	.form-holder h3 {
		font-size: 23px;
		line-height: 35px;
		margin-bottom: 20px;
	}

	.h2-default {
		font-size: 33px;
		line-height: 53px;
		margin-bottom: 80px;
	}

	.text-holder h2 {
		font-size: 33px;
	}

	body p {
		font-size: 18px;
		line-height: 28px;
	}

	.steps-section {
		padding: 160px 0px 120px;
	}

	.dd-step {
		padding: 39px 50px;
		min-height: 300px;
	}

	.image-holder {
		width: 28%;
	}

	.way-we-work-section .text-holder {
		width: 70%;
	}

	.solutions-wrapper {
		width: 87%;
	}

	.solution-holder {
		padding: 0px 20px 50px;
	}

	.dd-solution img {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 65px;
	}

	.dd-solution {
		padding: 100px 40px 50px 50px;
		min-height: 460px;
	}

	.dd-solution h3 {
		font-size: 21px;
		line-height: 31px;
	}


	.path-wrapper {
		padding: 100px 150px;
	}
	.md-banne-batb-wrap h2.banner-title,
	.md-hp-blog h2.md-big-title {
		font-size: 33px;
		line-height: 43px;
	}
	.expertise-text-wrap {
		padding-left: 30px;
	}
	.expertise-text {
		font-size: 20px;
		line-height: 31px;
	}
	.expertise-list-item {
		font-size: 17px;
	}
	.industries-title.dd-title {
		margin-bottom: 45px;
	}
	.industry-inner p {
		font-size: 17px;
		line-height: 23px;
	}
	#dd-brands {
		padding: 110px 0 90px;
	}
	.brands-title.dd-title {
		margin-bottom: 55px;
	}
	.brand-hero-wrap {
		height: 280px;
	}
	.brand-text-wrap h3 {
		font-size: 27px;
		line-height: 39px;
	}
	.brand-text-wrap p {
		font-size: 17px;
		line-height: 27px;
	}
	.brand-stat li {
		font-size: 17px;
		line-height: 26px;
	}
}

@media only screen and (max-width: 1500px) {

	.hero-text h1 {
		font-size: 35px;
		line-height: 45px;
	}
	.form-holder h3 {
		font-size: 22px;
		line-height: 33px;
		margin-bottom: 24px;
	}

	.h2-default {
		font-size: 31px;
		line-height: 37px;
	}

	.text-holder h2 {
		font-size: 31px;
	}

	.steps-wrapper {
		width: 95%;
	}

	.dd-step {
		min-height: 285px;
	}

	.dd-step h3 {
		font-size: 21px;
		margin-bottom: 15px;
	}

	.dd-step p {
		font-size: 18px;
	}

	.dd-step img {
		position: absolute;
		top: -22px;
		right: -33px;
		width: 70px;
	}

	.text-holder ul li {
		margin-bottom: 30px;
		font-size:18px;
		line-height: 28px;
	}

	.dd-solution {
		padding: 85px 35px 0px 45px;
	}

	.dd-solution p {
		margin-bottom: 20px;
	}

	.path-text h3 {
		font-size: 27px;
	}

	.contact-us-wrapper {
		padding: 75px 114px;
	}
	.md-banne-batb-wrap h2.banner-title,
	.md-hp-blog h2.md-big-title {
		font-size: 31px;
		line-height: 41px;
	}
}

@media only screen and (max-width: 1366px) {
	.hero-section {
		padding: 105px 0px;
	}
	.hero-text h1 {
		font-size: 26px;
		line-height: 38px;
		margin-bottom: 20px;
	}
	.hero-section .hero-text h1 {
		max-width: 380px;
	}
	.subheading {
		font-size: 16px;
		line-height: 25px;
		margin-bottom: 30px;
		width: 502px;
	}

	.form-holder h3 {
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.form-holder input[type="text"], 
	.form-holder input[type="email"], 
	.form-holder input[type="tel"]
	{
		height: 40px;
	}

	.h2-default {
		font-size: 25px;
		line-height: 39px;
		margin-bottom: 60px;
	}

	body p {
		font-size: 16px;
		line-height: 26px;
	}

	.text-holder ul li {
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 26px;
	}

	.text-holder h2 {
		font-size: 25px;
	}

	.steps-section {
		padding: 85px 0px;
	}

	.dd-step {
		padding: 40px;
		min-height: 283px;
	}

	.dd-step h3 {
		font-size: 20px;
	}

	.dd-step p {
		font-size: 16px;
		line-height: 24px;
	}


	.image-holder {
		width: 34%;
	}

	.way-we-work-section .text-holder {
		width: 60%;
	}

	.text-holder ul {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}

	.solutions-wrapper {
		width: 90%;
	}

	.dd-solution {
		padding: 85px 25px 0px 35px;
		min-height: 443px;
	}


	.solutions-section {
		padding: 130px 0px 40px;
	}

	.path-wrapper {
		padding: 80px 150px;
	}

	.path-text h3 {
		font-size: 23px;
	}
	.md-banne-batb-wrap h2.banner-title,
	.md-hp-blog h2.md-big-title {
		font-size: 25px;
		line-height: 35px;
	}
	.info .info-container .md-info-box p {
		font-size: 17px;
		line-height: 25px;
	}
	.md-wy-li-logo img {
		margin-left: auto;
		object-fit: contain;
	}
	section#solutions {
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.brand-hero-wrap {
		height: 250px;
	}
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
	.info .md-info-box h4 {
		font-size: 32px;
		line-height: 42px;
		padding-bottom: 10px;
	}
	.info .info-container .md-info-box p {
		font-size: 18px;
		line-height: 25px;
	}
	.site-main section.info {
		padding: 50px 0 180px;
	}
	.md-why-us-li.col-xs-12 {
		padding-bottom: 30px;
	}
	.path-image.col-md-6.col-xs-12 {
		padding: 0;
		margin-bottom: auto;
	}
	.site-main section#solutions {
		padding-top: 100px;
	}
	.solutions-section.md-services-hp .h2-default {
		margin-bottom: 35px;
	}
	.solution-holder {
		padding: 0px 15px 50px;
	}
	.md-banner-ra .md-banner-info {
		padding: 115px 50px 90px;
		background-position: top;
	}
	.md-banner-info .md-banner-ra-abtitle {
		font-size: 24px;
	}
	.dd-step {
		padding: 60px;
	}
	.md-team-sec-info .h2-default {
		max-width: 320px;
	}
	.info .md-info-box h4 {
		font-size: 32px;
	}
	.site-main section.md-why-us.md-why-us-n {
		padding: 190px 20px 90px;
	}
}
@media only screen and (max-width: 1199px) {
	.md-team-sec-info .md-team-r-cont h3,
	.md-team-sec-info .md-team-r-cont h4 {
		font-size: 24px;
		padding-bottom: 25px;
	}
	.hero-section {
		height: unset;
		align-items: unset;
	}
	.hero-section .hero-text .submit-btn {
		/* 		min-width: 205px; */
	}
	.hero-section .form-holder .md-heroform .submit-btn {
		min-width: 210px;
	}
	.hero-text .form-holder .md-heroform .wpcf7-form-control.wpcf7-submit {
		font-size: 17px;
		height: 50px;
	}
	.hero-text .form-holder .md-heroform input {
		height: 50px;
	}
	.dd-step {
		min-height: 250px;
		margin-bottom: 50px;
	}

	.solutions-wrapper {
		width: 90%;
	}

	.solution-holder {
		width: 50%;
	}

	.dd-solution {
		min-height: 420px;
	}

	.dd-solution {
		padding: 85px 45px 0px;
	}

	.path-wrapper {
		padding: 65px 75px;
	}


	.image-holder {
		width: 40%;
		background-position-x: 100%;
	}

	.text-holder ul li {
		font-size: 18px;
	}
	.md-banner-ra .md-banner-ra-title {
		font-size: 28px;
		max-width: 510px;
		line-height: 35px;
	}
	.md-section-6-title h3 {
		font-size: 23px;
		line-height: 33px;
	}
	.md-section-6-blog-wrap .md-section-6-title h3 {
		padding-bottom: 20px;
	}
	section.md-hp-blog {
		padding-bottom: 80px;
	}
	.md-hp-blog .md-section-6-blog-wrap .md-section-6-title h3 {
		padding-bottom: 20px;
	}
	.info  .md-info-box h4 {
		font-size: 32px;
		line-height: 42px;
	}
	.info  .md-info-box p {
		font-size: 20px;
		line-height: 28px;
	}
	.info  .md-info-box-wrap {
		height: 100%;
	}
	.info .info-container {
		display: inline-flex;
		flex-wrap: wrap;
	}
	.info .md-info-box p {
		margin-bottom: 0;
	}
	.md-path-box .md-pat-cont {
		width: 50%;
	}
	section#solutions {
		padding-top: 100px;
	}
	.dd-title {
		font-size: 30px;
		line-height: 40px;
	}
	.expertise-text-wrap {
		padding-left: 15px;
	}
	#dd-brands {
		padding: 100px 0 70px;
	}
	.brands-title.dd-title {
		max-width: 550px;
	}
	.brand-text-wrap h3 {
		font-size: 25px;
		line-height: 35px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.md-info-box.col-xs-12.col-md-3 {
		width: 50%;
		margin-bottom: 30px;
	}
	.hero-section {
		padding: 120px 0px 70px;
	}
}
@media only screen and (max-width: 991px) {
	.hero-text {
		width: 100%;
	}
	.hero-text h1 {
		width: 62%;
		margin-bottom: 33px;
		line-height: 45px;
	}

	.subheading {
		margin-bottom: 40px;
		font-size: 18px;
		line-height: 28px;
		width: 60%;
	}


	.form-holder h3 {
		margin-bottom: 33px;
	}

	.hero-image {
		height: 59%;
	}
	/* 
	.hero-image img {
	height: 64%;
} */

	.dd-step {
		padding: 60px;
		min-height: 270px;
	}

	.solutions-section {
		padding: 100px 0px 80px;
	}

	.solution-holder {
		width: 50%;
	}
	.md-services-hp .solutions-wrapper {
		margin: 0 auto;
	}
	.solutions-section.md-services-hp {
		display: flex;
		flex-direction: column;
	}
	.md-services-hp .solution-holder .dd-solution {
		padding: 51px 38px 30px 38px;
	}
	.dd-solution {
		padding: 85px 45px 60px 65px;
		min-height: auto;
	}

	.path-to-success {
		padding: 120px 0px 0px;
	}

	.path-to-success .h2-default {
		text-align: left;
		padding-left: 80px;
	}

	.path-wrapper {
		flex-direction: column;
		padding: 70px 66px;
	}

	.path-wrapper.path-second {
		flex-direction: column-reverse;
	}

	.path-text {
		padding-bottom: 30px;
	}

	.path-image {
		margin-top: 20px;
	}

	.contact-us-wrapper {
		padding: 95px 60px;
	}

	.way-we-work-section {
		padding-top: 0px; 
	}

	.image-holder {
		background-image: url(/wp-content/uploads/2019/11/work-photo-2.png);
		height: 450px;
		background-size: contain;
		background-position: right top;
		width: 100%;
		position: relative;
	}

	.way-we-work-section .text-holder {
		width: 100%;
		padding-top: 0px;
		margin-top: -165px;
		z-index: 3;
		position: relative;
		padding-bottom: 80px;
	}

	.text-holder h2 {
		position: unset; 
		left: unset; 
		transform: unset; 
		top: unset;
	}

	.cta-section {
		padding: 150px 0px 100px;
	}

	.team-section {
		padding: 100px 0px;
	}

	.contact-us-wrapper {
		margin: 0px 55px;
	}
	.md-banner-ra .md-banner-info {
		padding: 135px 46px 60px;
	}
	.steps-wrapper {
		display: flex;
		flex-wrap: wrap;
	}
	.team-section .md-team-r-cont h3,
	.team-section .md-team-r-cont h4 {
		font-size: 20px;
		line-height: 38px;
	}
	.md-blog-info {
		flex-wrap: wrap;
	}
	.md-section-6-blog-wrap {
		padding-bottom: 50px;
	}
	p.blog-text {
		margin-bottom: 0;
	}
	.expertise-holder {
		padding-top: 40px;
	}
	.expertise-title {
		margin-bottom: 25px;
	}
	.expertise-text-wrap {
		padding-left: 0;
	}
	#dd-industries {
		padding-top: 170px;
		padding-bottom: 60px;
	}
	.industries-inner-wrap {
		justify-content: center;
		flex-wrap: wrap;
	}
	.industry-single {
		flex: unset;
		width: 33.3333%;
		margin-bottom: 40px;
	}
	.industry-inner p {
		font-size: 19px;
		line-height: 27px;
	}
	#dd-brands {
		padding: 90px 0 60px;
	}
	.brand-hero-wrap {
		height: auto;
	}
}

@media only screen and (max-width: 767px) {
	section.hero-section .hero-text h1 {
		font-size: 30px;
		line-height: 38px;
		margin-bottom: 16px;
		width: 100%;
		max-width: unset;
	}
	.hero-section {
		padding: 80px 0 0;
		align-items: center;
	}
	.subheading {
		font-size: 16px;
		line-height: 25px;
		margin-bottom: 10px;
		width: 100%;
	}
	.hero-link a {
		margin: 40px auto;
	}

	.hero-image {
		display: none;
	}
	.hero-mobile {
		display: block;
	}
	.hero-text {
		padding-bottom: 40px;
		text-align: center;
	}
	.hero-section .hero-text h1:after {
		bottom: -23px;
		right: calc(100% - 40%);
		display: none;
	}
	.hero-section .hero-text .submit-btn {
		display: none;
	}
	.hero-section a.dd-dubai-contact-cta {
		margin-top: 15px;
		background: #A7CA0B;
		border: none;
	}
	.hero-mob-img-holder {
		width: 100%;
	} 
	.hero-mob-img-holder img {
		width: 100%;
		object-fit: cover;
	}
	.form-holder .md-heroform .wpcf7-form-control.wpcf7-submit {
		margin: 0;
		padding: 0 10px;
		width: 190px;
	}
	.hero-section .form-holder .md-heroform .input-field {
		width: 100%;
	}
	.md-heroform form.wpcf7-form.init {
		flex-direction: column;
	}
	.form-holder .md-heroform .wpcf7-form-control.wpcf7-submit {
		margin: 0 auto;
	}
	.text-holder ul {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}

	.path-wrapper {
		padding: 50px 60px;
	}

	.path-to-success .h2-default {
		padding-left: 75px;
	}

	.form-holder .input-field {
		width: 50%;
		padding:0;
		margin-bottom: 10px;
	}

	.cf7mls-btns,
	.submit-btn {
		width: 100%;
	}

	/* 	.form-holder input[type="text"], 
	.form-holder input[type="email"],
	.form-holder input[type="tel"], .form-holder textarea {
	text-align: center;
} */

	.form-holder .wpcf7-form-control.wpcf7-submit, 
	.form-holder .cf7mls_next.action-button {
		margin: 20px auto 0px;
		width: 240px;
		height: 54px;
		float: unset;
	}

	.form-holder .wpcf7 {
		padding: 0px 50px;
	}

	.hero-section .form-holder .wpcf7 {
		padding: 0px;
	}

	.steps-wrapper {
		width: 75%;
	}

	.dd-step {
		min-height: auto;
	}

	.image-holder {
		height: 310px;
	}

	.way-we-work-section .text-holder {
		margin-top: -49px;
	}

	.contact-us-wrapper {
		margin: 0px;
	}

	.contact-us-wrapper .hero-link a {
		margin-bottom: 0px;
	}
	.md-info-box.col-xs-12.col-md-3 {
		margin-bottom: 20px;
	}
	.md-path-box {
		display: inline-flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.md-services-hp .solution-holder {
		width: 100%;
	}
	.md-services-hp .solution-holder a.dd-solution-link {
		padding-left: 41px;
	}
	.md-services-hp .solutions-wrapper .dd-solution img {
		left: -40px;
	}
	.md-team-sec-info {
		flex-direction: column;
	}
	.md-team-r-cont.col-xs-12.col-md-6 {
		display: flex;
		flex-direction: column;
	}
	.team-section a {
		margin: 0 auto;
	}
	.md-pop-up-f-trig .submit-btn input {
		width: 300px;
		min-width: 300px;
	}
	.md-pop-up-f-trig .submit-btn {
		width: 300px;
		min-width: 300px;
	}
	.dd-title {
		font-size: 25px;
		line-height: 35px;
	}
	.expertise-text {
		font-size: 18px;
		line-height: 29px;
		margin-bottom: 20px;
	}
	#dd-industries {
		padding-top: 130px;
	}
	.industries-title.dd-title {
		margin-bottom: 40px;
	}
	.industry-single {
		width: 50%;
		padding: 0 10px;
	}
	.industry-inner img {
		margin-bottom: 15px;
	}
	.industry-inner p {
		font-size: 16px;
		line-height: 24px;
	}
	.brand-text-wrap h3 {
		font-size: 22px;
		line-height: 31px;
	}
	.brand-text-wrap p,
	.brand-stat li {
		font-size: 16px;
	}
}

@media only screen and (max-width: 550px) {
	.hero-image {
		width: 57%;
		height: 40%;
	}
	.form-holder h3 {
		font-size: 21px;
		line-height: 31px;
		margin-bottom: 15px;
	}

	.underlined-bold {
		text-decoration: none;
		font-family: "FuturaLight";
	}

	.form-holder .input-field {
		width: 100%;
		padding:0px;
	}

	.form-holder input[type="text"], 
	.form-holder input[type="email"] {
		height: 42px;
	}

	.hero-section .form-holder .wpcf7 {
		padding: 0px 25px;
	}

	.h2-default {
		font-size: 30px;
		line-height: 40px;
	}

	.steps-section {
		padding: 120px 0px 70px;
		/* 		background-image: url(/wp-content/uploads/2019/11/pattern-steps.png); */
	}

	.steps-wrapper {
		width: 90%;
	}

	.dd-step img {
		right: -27px;
	}

	.image-holder {
		height: 266px;
		background-size: cover;
	}

	.way-we-work-section .text-holder {
		padding: 130px 20px 40px;
		margin-top: -120px;
	}


	.text-holder h2 {
		font-size: 31px;
		line-height: 41px;
	}

	.text-holder ul li {
		position: relative;
		padding: 0px 0px 0px 40px;
	}

	.solutions-section {
		padding: 80px 0px 30px;
		background-image: url(/wp-content/uploads/2019/11/solutions.png);
	}

	.solution-holder {
		padding: 0px 0px 50px;
	}

	.dd-solution {
		padding: 65px 20px 45px 55px;
	}

	.dd-solution img {
		width: 55px;
		height: 55px;
	}

	.path-wrapper {
		padding: 50px 25px;
	}

	.path-to-success .h2-default {
		padding-left: 35px;
	}

	.cta-section {
		background-image: url(/wp-content/uploads/2019/11/send-us-messsage.png);
	}

	.contact-us-wrapper {
		padding: 80px 10px;
	}

	.team-section {
		text-align: center;
	}

	.team-section .h2-default {
		text-align: center;
	}

	.team-gallery {
		flex-direction: column;
	}

	.img1,
	.img3 {
		width: 100%;
		padding: 0px 10px;
	}

	.img2 {
		width: 100%;
		padding: 10px;
		object-fit: cover;
	}

	.contact-us-wrapper {
		padding: 80px 35px;
	}
	div#portfolio-pdf iframe {
		width: 90%!important
	}
	.md-batb-form .wpcf7-form {
		flex-direction: column;
	}
	.md-batb-form input.wpcf7-form-control.wpcf7-submit {
		margin-left: 0!important;
		margin-top: 25px;
	}
	.md-banne-batb-container .dot-typing:before {
		right: calc(100% - 5%);
	}
	.md-banne-batb-container .dot-typing {
		height: 10px;
	}
	.md-banne-batb-wrap .md-batb-form {
		max-width: 100%;
		/* 		margin: 0 15px; */
	}
	.md-batb-form .input-field {
		width: 100%;
	}
	.md-batb-form .submit-btn {
		margin-right: auto;
		width: 100%;
	}
	.md-banne-batb-container .dot-typing {
		width: 70px;
		margin: 0 auto;
		height: 2px;
	}
	.hero-section .form-holder .wpcf7 {
		padding: 0 0px;
	}
	.form-holder .md-heroform input {
		text-align: left;
	}
	.form-holder .md-heroform .wpcf7-form-control.wpcf7-submit {
		width: 100%;
		font-size: 17px;
	}
	.md-wy-li-top {
		padding: 20px;
	}
	section.md-why-us.md-why-us-n .md-wy-li-top,
	section.md-why-us.md-why-us-n .md-wy-li-botom.md-wy-li-botom-hp {
		padding: 17px;
	}
	section.md-why-us.md-why-us-n h2:before {
		width: 100%;
		right: 0;
		background-repeat: no-repeat;
		background-position: center;
	}
	.md-wy-li-top img {
		height: 16px;
	}
	.path-to-success {
		padding: 100px 0px 0px;
	}
	p.md-path-number {
		line-height: 42px;
	}
	.md-pat-cont {
		padding-bottom: 20px;
	}
	.path-text.col-md-6.col-xs-12 {
		padding-bottom: 0;
	}
	.path-image.col-md-6.col-xs-12 {
		padding: 0;
	}
	.path-to-success .h2-default + .path-wrapper {
		padding-top: 35px;
	}
	section.md-why-us h2 {
		padding-bottom: 35px;
	}
	.solutions-section .h2-default {
		margin-bottom: 35px;
	}
	.md-team-sec-info .h2-default {
		margin-bottom: 35px;
	}
	.md-batb-form {
		padding-top: 35px;
	}
	.solutions-section.md-services-hp {
		padding-top: 100px!important;
	}
	.dd-porfoliopdf {
		margin-bottom: 30px;
	}
	.steps-wrapper .dd-step h3 {
		font-size: 21px;
		line-height: 29px;
	}
	.dd-step {
		padding: 60px 40px 40px;
	}
	.md-services-hp .solution-holder {
		padding-bottom: 30px;
	}
	.md-banner-info .md-banner-ra-abtitle {
		font-size: 21px;
		padding-bottom: 19px;
	}
	.md-banner-info {
		background-image: url(/wp-content/uploads/2023/08/banner_image_phone.jpg)!important;
	}
	.md-banner-ra .md-banner-info {
		padding: 60px 30px 485px;
		position: relative;
	}
	.md-banner-ra .md-banner-ra-title {
		font-size: 24px;
		line-height: 36px;
	}
	.md-banner-info:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 202px;
		background-image: url(/wp-content/uploads/2023/08/rocket_phone.png);
		background-repeat: no-repeat;
		background-position: center;
		z-index: 9999;
		left: 0;
		top: -75px;
		background-size: contain;
	}
	.team-section a {
		font-size: 16px;
	}
	.md-banne-batb-container .md-banne-batb-info:before {
		width: 130px;
		height: 130px;
		left: -60px;
		top: -50px;
	}
	section.md-banne-batb-container {
		padding-top: 0!important;
	}
	.md-banne-batb-info .md-banne-batb-wrap {
		padding-top: 70px;
	}
	.md-banne-batb-wrap h2.banner-title {
		max-width: 240px;
	}
	.site-main section.md-banne-batb-container {
		padding-bottom: 100px;
	}
	section.md-hp-blog h2.md-big-title {
		padding-bottom: 35px;
	}
	.md-section-6-blog-wrap.col-xs-12.col-md-6 {
		padding-bottom: 30px;
	}
	.site-main section.md-hp-blog {
		padding-bottom: 85px;
	}
	.md-wy-li-top img {
		width: fit-content;
	}
	.md-path-box .md-pat-cont:nth-child(2n) {
		padding-left: 15px;
	}
}

@media only screen and (max-width: 410px) {
	.hero-image {
		height: 35%;
	}

	.form-holder h3 {
		font-size: 19px;
		line-height: 19px;
		margin-bottom: 15px;
	}

	.form-holder input[type="text"], .form-holder input[type="email"] {
		height: 35px;
	}

	/* 	.form-holder .wpcf7-form-control.wpcf7-submit,
	.form-holder .cf7mls_next.action-button {
	height: 40px;
	font-size: 16px;
	margin: 15px auto 0px;
} */


	.h2-default {
		font-size: 25px;
		line-height: 35px;
	}
	.dd-step h3 {
		font-size: 22px;
	}

	.dd-step p {
		font-size: 18px;
		line-height: 26px;}

	.text-holder h2 {
		font-size: 25px;
		line-height: 35px;
	}

	.dd-solution h3 {
		font-size: 21px;
		line-height: 31px;
	}

	.path-text h3 {
		font-size: 23px;
		line-height: 33px;
	}

	body p {
		font-size: 18px;
		line-height: 28px;
	}
}
.dd-porfolio {
	/*     background-color: #f8f8f8; */
	padding-bottom: 70px;
}
@media only screen and (max-width: 1500px)  {
	.path-wrapper .path-text h4 {
		font-size: 16px;
		line-height: 24px;
	}
	.path-wrapper .path-text h3 {
		margin-bottom: 6px;
	}
	.path-wrapper .path-text h4 {
		margin-bottom: 16px;
	}
}
@media only screen and (max-width: 600px){
	.path-wrapper  .path-text h3 {
		font-size: 20px;
		line-height: 28px;
	}	
}

/* new page */

/* .dot-typing {
position: relative;
left: 0;
width: 10px;
height: 10px;
border-radius: 5px;
background-color: #FF2C47; 
color: #FF2C47;
box-shadow: 0px 0 0 0 #FF2C47, 15px 0 0 0 #339BE7, 30px 0 0 0 #FF682A, 45px 0 0 0 #AFBF0A;
animation: dot-typing 1.5s infinite linear;
} */

.hero-text h1:after {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #132555;
	color: #ff2c4700;
	box-shadow:  0 0 0 0 #132555, 15px 0 0 0 #FF2C47, 30px 0 0 0 #339BE7, 45px 0 0 0 #FF682A, 60px 0 0 0 #AFBF0A;
	animation: dot-typing 1.5s infinite linear;
	right: calc(100% - 44%);
	bottom: 10px;
}
@keyframes dot-typing {
	0% {
		box-shadow: 0px 0 0 0 #132555 , 15px 0 0 0 #FF2C47, 30px 0 0 0 #339BE7, 45px 0 0 0 #FF682A, 60px 0 0 0 #AFBF0A;
		z-index: 9999999999;
	}
	12.5% {
		box-shadow: 0px 0 0 0 #132555, 15px -10px 0 0 #FF2C47, 30px 0 0 0 #339BE7, 45px 0 0 0 #FF682A, 60px 0 0 0 #AFBF0A;
		z-index: 9999999999;
	}
	25% {
		box-shadow:  0px 0 0 0 #132555, 15px 0 0 0 #FF2C47, 30px 0 0 0 #339BE7, 45px 0 0 0 #FF682A, 60px 0 0 0 #AFBF0A;
	}
	37.5% {
		box-shadow:  0px 0 0 0 #132555, 15px 0 0 0 #FF2C47, 30px -10px 0 0 #339BE7, 45px 0 0 0 #FF682A, 60px 0 0 0 #AFBF0A;
	}
	50% {
		box-shadow:  0px 0 0 0 #132555, 15px 0 0 0 #FF2C47, 30px 0 0 0 #339BE7, 45px 0 0 0 #FF682A, 60px 0 0 0 #AFBF0A;
	}
	62.5% {
		box-shadow: 0px 0 0 0 #132555,  15px 0 0 0 #FF2C47, 30px 0 0 0 #339BE7, 45px -10px 0 0 #FF682A, 60px 0 0 0 #AFBF0A;
	}
	75% {
		box-shadow:  0px 0 0 0 #132555, 15px 0 0 0 #FF2C47, 30px 0 0 0 #339BE7, 45px 0 0 0 #FF682A, 60px 0 0 0 #AFBF0A;
	}
	87.5% {
		box-shadow: 0px 0 0 0 #132555, 15px 0 0 0 #FF2C47, 30px 0 0 0 #339BE7, 45px 0 0 0 #FF682A, 60px -10px 0 0 #AFBF0A;
	}
	100% {
		box-shadow:  0px 0 0 0 #132555, 15px 0 0 0 #FF2C47, 30px 0 0 0 #339BE7, 45px 0 0 0 #FF682A, 60px 0 0 0 #AFBF0A;
	}
}
.form-holder .md-heroform input {
	height: 61px;
	background: #3E4C74;
	box-shadow: none;
	border-bottom: none;
	font-size: 19px;
	padding-left: 15px;
	font-family: "FuturaLight";
}
.form-holder .md-heroform .input-field {
	width: 57%;
}
.form-holder .md-heroform .wpcf7-form-control.wpcf7-submit {
	height: 60px;
	font-size: 19px;
}
.md-info-box h4 {
	font-size: 40px;
	line-height: 54px;
	text-align: center;
}
.md-info-box p {
	font-size: 22px;
	line-height: 38px;
	text-align: center;
	margin-bottom: 0;
	color: #6d7A99;
}
section.info {
	display: flex;
	width: 100%;
	flex-direction: column;
	position: relative;
}
.info-container {
	width: 90%;
	margin: 0 auto;
}
section.info {
	padding: 84px 0 180px;
}
.md-info-box-wrap {
	border: 1px solid #F1F1F2;
	background: #FFF;
	box-shadow: 8px 8px 40px 0px rgba(2, 7, 29, 0.08);
	padding: 41px 0;
}
section.md-why-us h2 {
	position: relative;
}
section.md-why-us h2:before {
	position: absolute;
	content: "";
	background: url(/wp-content/uploads/2023/08/quotes_icon.svg);
	width: 54.47px;
	height: 44px;
	top: -68px;
	/* 	right: calc(100% - 50%); */
	left: 50%;
	transform: translateX(-50%);
}
section.md-why-us.md-why-us-n {
	padding: 250px 20px 140px;
}
.md-wy-li-botom.md-wy-li-botom-hp {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 27px 30px 29px;
}
.md-wy-li-botom-hp p.md-wy-li-po {
	padding-bottom: 0;
}
.path-second .path-text {
	order: 2;
}
.path-second .path-image {
	order: 1;
}
p.md-path-number {
	font-size: 34px;
	line-height: 54px;
	margin: 0;
	color: #A7C210;
}
.md-path-box .md-pat-cont {
	padding-left: 0;
}
.md-pat-cont:first-child {
	padding-left: 0;
}
.md-banner-ra-title {
	color: #fff;
	font-size: 38px;
	font-style: normal;
	font-weight: 500;
	line-height: 50px;
	letter-spacing: 0.6px;
	max-width: 770px;
}
a.md-head-phone-c:hover {
	background: #A7CA0B;
	color: #fff;
	text-decoration: none;
}
.md-banner-ra-abtitle {
	color: #FFF;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: 0.28px;
	margin: 0;
	padding-bottom: 35px;
}
.md-banner-info {
	padding: 220px 115px 140px;
}
@media only screen and (min-width:1500px){
	section.md-banner-ra .container {
		min-width: 1480px;
	}
}
.md-team-sec-info {
	display: flex;
}
.md-team-sec-info .h2-default {
	max-width: 400px;
	margin-right: auto;
	color: #192454;
	line-height:48px;
}
.md-team-r-cont h3,
.md-team-r-cont h4 {
	color: #192454;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 54px;
	letter-spacing: 0.28px;
}
.team-section a:hover {
	background: #F66B3E;
	color: #fff;
}
.team-section a {
	width: 209px;
	height: 60px;
	display: flex;
	border: 2px solid #F66B3E;
	background: #F9F9F9;
	align-items: center;
	justify-content: center;
	color: #192354;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.38px;
	font-family: "FuturaHeavy";
}
.team-gallery {
	padding-top: 70px;
}
.md-banne-batb-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #192454;
	padding: 125px 0 85px;
}
.md-batb-form .wpcf7-form input {
	background: linear-gradient(0deg, #3E4C74 0%, #3E4C74 100%), #FFF;
	height: 60px;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.9px;
	color: #fff!important;
	padding-left: 18px;
	border: none;
	border-bottom: 1px solid #fff;
	font-family: "FuturaLight";
	border-radius:0;
}
.md-batb-form input.wpcf7-form-control.wpcf7-submit:hover {
	outline: none;
	text-decoration: none;
	color: #fff;
	opacity: 1;
	background-position: left bottom;
}
.md-batb-form .wpcf7-form input::placeholder {
	color:#fff!important;
}
.md-batb-form .wpcf7-form {
	display: flex;
	align-items: center;
	justify-content: center;
}
.md-batb-form input.wpcf7-form-control.wpcf7-submit {
	/*     width: 272px; */
	height: 60px;
	background: #F66B3E;
	outline: none;
	border: none;
	margin-left: 18px;
	background: linear-gradient(to right, #BCE01D 50%, #A7CA0B 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all 0.2s ease-in-out;
	font-family: "FuturaHeavy";
}
.md-batb-form .submit-btn {
	position: relative;
	/*     width: 290px; */
}
.md-batb-form a.dd-dubai-contact-cta{
	height:60px;
}
.md-banne-batb-wrap .form-holder,.md-banner-2-wrap .form-holder {
	align-items: center;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}
.md-batb-form .submit-btn span.ajax-loader {
	position: absolute;
	right: -50px;
}
.md-batb-form .input-field input {
	width: 100%;
}
.md-batb-form {
	max-width: 776px;
	margin: 0 auto;
	padding-top: 50px;
}
.dot-typing {
	position: relative;
	width: 50px;
	margin: 0 auto;
}
.dot-typing:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #192454;
	color: #ff2c4700;
	box-shadow: 0 0 0 0 #FF2C47, 15px 0 0 0 #339BE7, 30px 0 0 0 #FF682A, 45px 0 0 0 #AFBF0A;
	animation: dot-typing 1.5s infinite linear;
	right: calc(100% - -17%);
	bottom: 9px;
}
section.md-banne-batb-container {
	padding: 172px 0 145px;
	background: linear-gradient(180deg, rgba(249,249,249,1) 50%, rgba(255,255,255,1) 50%);
}
section.team-section {
	background: #F9F9F9;
}
.md-banne-batb-info {
	position:relative;
}
.md-banne-batb-info:before {
	content: "";
	position: absolute;
	background: url(/wp-content/uploads/2023/08/Group-2.svg);
	left: -120px;
	z-index: 1;
	background-repeat: no-repeat;
	background-size: contain;
	width: 261.331px;
	height: 255.03px;
	top: -100px;
}
.md-banne-batb-wrap {
	position: relative;
	z-index: 2;
}
h2.md-big-title {
	color: #192454;
	text-align: center;
	font-size: 38px;
	font-style: normal;
	font-weight: 400;
	line-height: 56px;
	letter-spacing: 0.38px;
	padding-bottom: 45px;
}
.md-section-6-blog-img {
	height: 226px;
	display: flex;
	align-items: end;
}
.md-section-6-date p {
	margin: 0;
	background: #fff;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 33px;
	letter-spacing: 0.3px;
	padding: 0 10px;
}
.md-hp-blog-cont .md-hp-blog-title h3 {
	color: #192454;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 38px;
	letter-spacing: 0.24px;
	padding: 35px 0 15px;
}
p.blog-text {
	margin-bottom: 20px;
}
.md-hp-blog-title a:hover {
	text-decoration: none;
}
a.md-link.md-hp-blog-link {
	color: #192454;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 15px;
}
.md-section-6-iner-wrap {
	box-shadow: 8px 8px 40px 0px rgba(2, 7, 29, 0.08);
}
.md-section-6-title-date-link {
	display: flex;
	padding: 0 35px 50px;
}
.md-hp-blog-cont .md-section-6-title-date-link {
	display: flex;
	padding: 0 35px 50px;
	flex-direction: column;
	height: auto;
}
section.md-hp-blog {
	padding-bottom: 150px;
}
.md-heroform form.wpcf7-form.init {
	display: flex;
}
.hero-text h1 {
	max-width: 470px;
}
.solution-holder a.dd-solution-link {
	padding-left: 56px;
	width: 100%;
	display: flex;
}
.md-services-hp .dd-solution img {
	left: -56px;
	top: 47px;
}
.md-services-hp .dd-solution {
	padding-top: 47px;
	padding-bottom: 39px;
}
.md-services-hp .dd-solution {
	min-height: auto;
}
.md-services-hp .solutions-wrapper {
	display: inline-flex;
}
.md-services-hp .solution-holder {
	height: auto!important;
}
.md-services-hp .solution-holder .dd-solution, .md-services-hp .solution-holder a {
	height: 100%;
	min-height: auto;
}
.md-services-hp .solution-holder .dd-solution {
	display: flex;
	flex-direction: column;
}
.md-services-hp span.view-more {
	margin-top: auto;
}
.dd-porfolio {
	display: flex;
	justify-content: center;
}
section#solutions {
	padding-bottom: 15px;
}
section.md-banner-ra.off-screen-parent{
	padding-top: 20px;
}
a.md-link.md-hp-blog-link {
	position: relative;
}
a.md-link.md-hp-blog-link {
	color: #192454;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 15px;
}
a.md-link.md-hp-blog-link:before {
	content: "";
	background-color: #ff6537;
	position: absolute;
	top: 11px;
	left: 86px;
	width: 0px;
	height: 1px;
	transition: all .3s;
	z-index: 2;
}
a.md-link.md-hp-blog-link::after{
	content: "";
	background-color: #132555;
	position: absolute;
	top: 11px;
	left: 86px;
	width: 20px;
	height: 1px;
	transition: all .5s;
}
a.md-link.md-hp-blog-link:hover::after {
	width: 0;
}
a.md-link.md-hp-blog-link:hover::before {
	width: 40px;
}
.form-holder .md-heroform input {
	border-bottom: 1px solid;
}
.form-holder .md-heroform input:placeholder {
	font-size:19px!important;
	font-family: "FuturaLight";
}
.md-wy-li-logo {
	min-height: 50px;
}
.path-text > p {
	color: #192454;
}
p.md-path-cont-te {
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 0;
}
.path-text h3 span {
	color: #b4b7bf;
	font-family: "FuturaHeavy";
}
.dd-porfoliopdf {
	margin-top: 0;
}
section#solutions {
	padding-top: 130px;
	display: flex;
	flex-direction: column;
}
.md-path-box {
	display: flex;
	flex-wrap: wrap;
}
p.md-path-to-success-subtitle {
	color: #192454;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: 0.48px;
	max-width: 970px;
	margin: 0 auto;
	padding-top: 35px;
}
@media only screen and (min-width:1200px){
	.path-wrapper div:first-child {
		padding-right: 30px;
	}
	.path-wrapper div:nth-child(2) {
		padding-left: 30px;
	}
	.md-path-box .md-pat-cont:not(:first-child) {
		padding-right: 0!important;
		padding-left: 15px!important;
	}
	.md-path-box .md-pat-cont:first-child{
		padding-right: 0!important;
	}
}
@media only screen and (min-width:991px)  and (max-width:1200px) {
	p.md-path-to-success-subtitle {
		font-size: 20px;
		line-height: 34px;
		max-width: 670px;
	}
}
@media only screen and (min-width:768px)  and (max-width:991px) {
	.md-batb-form .wpcf7-form {
		display: flex;
		flex-direction: column;
	}
	.md-batb-form {
		width: 90%;
	}
	.md-batb-form .wpcf7-form .input-field {
		width: 100%;
	}
	.md-batb-form .wpcf7-form .submit-btn {
		margin-right: auto;
		margin-left: 0;
		margin-top: 20px;
	}
	.md-batb-form .wpcf7-form .submit-btn input.wpcf7-form-control.wpcf7-submit.has-spinner {
		margin-left: 0;
	}
	.hero-section .hero-text h1 {
		font-size: 30px;
	}
	.hero-section .hero-text h1:after {
		right: calc(100% - 48%);
		bottom: 12px;
	}
	.hero-text .form-holder .md-heroform input {
		height: 55px;
	}
	.hero-text .form-holder .md-heroform .wpcf7-form-control.wpcf7-submit {
		height: 55px;
	}
	.md-wy-li-botom.md-wy-li-botom-hp {
		padding: 15px 30px;
	}
	.path-to-success .path-text h3 {
		font-size: 20px;
		line-height: 27px;
		margin-bottom: 15px;
	}
	section.md-why-us.md-why-us-n {
		padding: 190px 20px 80px;
	}
	.path-to-success {
		padding: 80px 0px 0px;
	}
	.path-wrapper {
		padding: 35px 66px;
	}
	p.md-path-number {
		line-height: 27px;
	}
	.md-pat-cont.col-xs-12.col-md-3 {
		padding-bottom: 25px;
	}
	.path-image.col-md-6.col-xs-12 {
		padding: 0;
	}
	.dd-porfolio {
		padding-bottom: 90px;
	}
	section#solutions {
		padding-top: 90px;
	}
	.md-services-hp .solution-holder .dd-solution {
		padding: 40px 38px 30px 38px;
	}
	.md-services-hp .dd-solution img {
		top: 40px;
	}
	.dd-solution h3 {
		line-height: 28px;
	}
	.solution-holder {
		padding: 0px 15px 30px;
	}
	.md-banner-ra .md-banner-info {
		padding: 110px 46px 60px;
	}
	.md-banner-info .md-banner-ra-abtitle {
		font-size: 24px;
	}
	.md-banner-ra .md-banner-ra-title {
		line-height: 32px;
	}
	.steps-wrapper .dd-step {
		padding: 38px;
	}
	.dd-step h3 {
		line-height: 29px;
	}
	.steps-section {
		padding: 85px 0px 40px;
	}
	.team-section {
		padding: 90px 0px;
	}
	.md-team-sec-info .h2-default {
		max-width: 300px;
	}
	.md-team-sec-info .h2-default {
		max-width: 300px;
	}
	section.md-banne-batb-container {
		padding-top: 0;
	}
	.md-banne-batb-wrap h2.banner-title {
		max-width: 400px;
	}
	.md-banne-batb-info:before {
		width: 130px;
		height: 130px;
		top: -50px;
		left: -60px;
	}
	.md-banne-batb-wrap {
		padding: 110px 0 85px;
	}
	.md-hp-blog .md-section-6-blog-wrap .md-section-6-title h3 {
		padding: 30px 0 15px;
	}
	.md-section-6-date-link {
		margin-top: 0;
	}
	.md-hp-blog-cont .md-section-6-title-date-link {
		padding: 0 35px 30px;
	}
	section.md-hp-blog {
		padding-bottom: 40px;
	}
	.site-footer .site-info .form-holder {
		padding: 90px 30px 160px;
	}
	.path-text.col-md-6.col-xs-12 {
		padding-bottom: 0;
	}
	.dd-step {
		min-height: auto;
	}
	p.md-path-to-success-subtitle {
		text-align: left;
		padding-left: 80px;
		margin-left: 0;
	}
}
@media only screen and (max-width:991px) {
	.md-batb-form .wpcf7-form .submit-btn {
		display: flex;
		width: 100%;
	}
	.md-batb-form .wpcf7-form .submit-btn input.wpcf7-form-control.wpcf7-submit.has-spinner {
		margin-left: auto;
		margin-right: auto;
	}
	section.info {
		padding: 84px 0 155px;
	}
}

@media only screen and (min-width:1200px)  and (max-width:1600px)  {
	p.md-path-number {
		font-size: 25px;
		line-height: 35px;
	}
	p.md-path-cont-te {
		font-size: 15px;
		line-height: 19px;
	}
}
@media only screen and (min-width:1200px)  and (max-width:1500px)  {
	.hero-section {
		padding: 140px 0px 70px;
	}
	.path-image.col-md-6.col-xs-12 {
		padding: 0;
	}
	.md-banner-ra-abtitle {
		padding-bottom: 25px;
	}
	.md-banner-ra .md-banner-ra-title {
		line-height: 44px;
	}
}


@media only screen and (max-width:550px) {
	.path-to-success .h2-default {
		padding-right: 15px;
	}
	p.md-path-to-success-subtitle {
		text-align: left;
		margin-left: 0;
		padding-left: 35px;
		padding-right: 15px;
		font-size: 18px;
		line-height: 28px;
	}
}
.dd-step {
	padding-top: 60px!important;
}
a.md-link.md-hp-blog-link:hover {
	color: #ff6537;
	text-decoration: none;
}
.form-holder .md-heroform input::placeholder {
	font-size:19px;
}

@media only screen and (min-width:1200px) and (max-width:1400px) {
	.md-info-box-wrap {
		height: 100%;
	}
	.info-container {
		display: flex;
	}
}
@media only screen and (min-width:1200px) {
	.steps-wrapper {
		display: flex;
		flex-wrap: wrap;
	}
	.dd-step {
		min-height: 100%;
	}
}
@media only screen and (min-width:768px) and (max-width:991px) {
	.steps-wrapper {
		display: flex;
		flex-wrap: wrap;
	}
	.steps-wrapper > div {
		margin-bottom: 50px;
	}
	.dd-step {
		min-height: 100%;
		margin: 0;
	}
	.md-pop-up-f-trig {
		justify-content: flex-start;
	}
}
@media only screen and (max-width: 767px) {
	.md-pop-up-f-trig .submit-btn input {
		max-width: 100%!important;
	}

	.md-pop-up-f-trig input,
	.form-holder .md-heroform input {
		text-align: center;
	}
	.md-batb-form {
		width: 100%;
	}
	.md-banne-batb-wrap .md-batb-form {
		padding-left: 15px;
		padding-right: 15px;
	}
	.md-banne-batb-wrap .md-batb-form input.wpcf7-form-control.wpcf7-submit {
		margin-left: 0!important;
		margin-top: 0;
	}
	.md-banne-batb-wrap .md-pop-up-f-trig .md-wrap-in-f input {
		text-align: center;
	}
	.md-banne-batb-wrap .md-pop-up-f-trig .submit-btn {
		margin: 0 auto;
	}
	.md-banne-batb-wrap .md-pop-up-f-trig .submit-btn input,
	.hero-text .form-holder .md-heroform .wpcf7-form-control.wpcf7-submit {
		max-width: 100%;
		width: 100%;
	}
	.md-banne-batb-wrap .md-pop-up-f-trig .submit-btn,
	.hero-section .form-holder .md-heroform .submit-btn {
		max-width: 100%;
		width: 100%;
	}
	img.entered.lazyloaded {
		margin-left: 0;
	}
	section#solutions {
		padding-bottom: 62px;
	}
	section.md-banner-ra.off-screen-parent {
		padding-top: 85px;
	}
}
.form-holder input[type="text"]:-webkit-autofill , .form-holder input[type="email"]:-webkit-autofill , .form-holder input[type="tel"]:-webkit-autofill {
	color: #fff!important;
	background-color:  #132656!important;
}
.md-why-us-wrap .md-why-us-li {
	margin-top: 30px;
}

.hp-badges {
	display: flex;
	justify-content: center;
	gap: 25px;
	position: absolute;
	bottom: -91px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
	width: 100%;
	padding: 0 30px;
}
.hp-badge img {
	width: 176px;
	height: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.hp-badge img {
		width: 170px;
	}
}
@media only screen and (max-width:500px) {
	.hp-badges {
		gap: 20px;
	}
}
@media only screen and (max-width:450px) {
	section.info {
		padding: 84px 0 100px;
	}
	.hp-badges {
		bottom: -60px;
	}
	.hp-badge img {
		width: 110px;
	}
}

.dd-porfolio .hero-link a {
	height: 55px;
	margin-top: 0;
}