:root {
	--primary: #ed1c24;
	--primary-bg: #fff1fa;
	--dark: #363833;
}

html {
  scroll-behavior: smooth;
}

.container {
	max-width: 95%;
}

/*Landing Page*/
/* HERO */

.landing_page {
	background: url(../images/landing_page_banner.jpg) center/cover no-repeat;
	position: relative;
	color: #fff;
}

.landing_page::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(359deg, #000000, transparent);
}

.landing_page .container {
	position: relative;
	z-index: 2;
}

.hero_content {
	min-height: 75vh;
	align-items: center;
}

.hero_text h1 {
	font-size: 44px;
	font-weight: 700;
	margin-bottom: 20px;
}

.hero_text p {
	font-size: 20px;
}

.hero_buttons .btn {
	margin-right: 10px;
	padding: 10px 24px;
}

.hero_buttons img {
	height: 24px;
	margin-right: 5px;
}

.quote_form {
	background: #fff;
	padding: 25px;
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
	color: #000;
	text-align: center;
}


/* FEATURES */

.features {
	background: var(--yellow);
	padding: 20px 0;
	font-weight: 600;
	font-size: 18px;
}

.features img {
	height: 30px;
	margin-right: 8px;
}

.feature_item {
	text-align: center;
	font-weight: 500;
}

/* SERVICES */

.services {
	padding: 60px 0;
}

.service_card {
	background: #fff;
	padding: 8px;
	border-radius: 8px;
	text-align: center;
	box-shadow: 0 4px 15px rgba(0, 0, 0, .08);
}

.service_card img {
	margin-bottom: 14px;
	border-radius: 4px;
	aspect-ratio: 4 / 3;
}

.service_card h6 {
	font-weight: 700;
	text-transform: uppercase;
}

/* INDUSTRIES */
.industries {
	margin-bottom: 60px;
}

.industry-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 20px;
}

.industry_card {
	text-align: center;
	padding: 20px;
}

.industry_card img {
	height: 40px;
	margin-bottom: 10px;
}

/* WHY */

.why {
	padding: 60px 0;
	background: #f7f8fc;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}

.why img {
	border-radius: 8px;
}

.why ul {
	list-style: none;
	padding: 0;
}

.why li {
	margin-bottom: 10px;
}


/* PRINT TAGS */

.print_jobs {
	padding: 60px 0;
}

.job_tag {
	display: inline-block;
	padding: 8px 15px;
	margin: 6px;
	background: #eee;
	border-radius: 6px;
}

/* CTA */

.cta {
	background: url(../images/talktous.jpg) center/cover no-repeat;
	padding: 60px 0;
	color: #fff;
	text-align: center;
}

.cta input {
	margin-bottom: 10px;
}

/* FOOTER */

.lp_footer {
	background: #0c2a4a;
	color: #fff;
	padding: 40px 0;
}

.lp_footer ul {
	list-style: none;
	padding: 0;
}

.lp_footer ul li {
	line-height: 2rem;
}

/*Thankyou*/
.thankyou {
    margin: 10% auto;
    text-align: center;
    display: grid;
    gap: 15px;
}

@media (max-width: 767px) {
	.hero_content {
		gap: 30px;
		padding: 50px 0;
	}

	.features img {
		display: block;
		margin: 5% auto;
	}

	.industry-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.why h3 {
		margin-top: 20px;
	}

	.job_tag {
		padding: 8px 8px;
	}
	/*Thankyou*/
    .thankyou {
        margin: 20% auto;
    }
}


@font-face {
	font-family: 'Bio Sans';
	src: url('../fonts/BioSans-Regular.eot');
	src: url('../fonts/BioSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/BioSans-Regular.woff2') format('woff2'), url('../fonts/BioSans-Regular.woff') format('woff'), url('../fonts/BioSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Bio Sans';
	src: url('../fonts/BioSans-SemiBold.eot');
	src: url('../fonts/BioSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/BioSans-SemiBold.woff2') format('woff2'), url('../fonts/BioSans-SemiBold.woff') format('woff'), url('../fonts/BioSans-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Bio Sans';
	src: url('../fonts/BioSans-Light.eot');
	src: url('../fonts/BioSans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/BioSans-Light.woff2') format('woff2'), url('../fonts/BioSans-Light.woff') format('woff'), url('../fonts/BioSans-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Bio Sans';
	src: url('../fonts/BioSans-Bold.eot');
	src: url('../fonts/BioSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/BioSans-Bold.woff2') format('woff2'), url('../fonts/BioSans-Bold.woff') format('woff'), url('../fonts/BioSans-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Work Sans';
	src: url('../fonts/WorkSans-SemiBold.eot');
	src: url('../fonts/WorkSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/WorkSans-SemiBold.woff2') format('woff2'), url('../fonts/WorkSans-SemiBold.woff') format('woff'), url('../fonts/WorkSans-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

.BioSans-regular {
	font-family: 'Bio Sans';
	font-weight: normal;
}

.BioSans-semibold {
	font-family: 'Bio Sans';
	font-weight: 600;
}

.BioSans-light {
	font-family: 'Bio Sans';
	font-weight: 300;
	font-style: normal;
}

.BioSans-bold {
	font-family: 'Bio Sans';
	font-weight: bold;
	font-style: normal;
}

.Worksans {
	font-family: 'Work Sans';
	font-weight: 600;
	font-style: normal;
}

body {
	margin: 0 auto;
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
}

a:focus {
	outline: 0;
}

a {
	outline: 0;
}

a:focus,
a:hover {
	text-decoration: unset;
}

ul {
	margin: 0px;
	padding: 0px;
}

.padzero {
	padding: 0 !important;
}

.header-top {
	padding: 0px 0 5px;
	background: var(--primary);
}

.header-top a {
	color: #fff;
	font-size: 13px;
	font-family: 'Bio Sans';
	font-weight: normal;
}

.dp-menu-bar {
	height: 60px;
	display: flex;
	align-items: center
}

.navbar-dark .navbar-nav.dp-menu li a {
	color: var(--dark);
	font-size: 15px;
	text-transform: uppercase;
}

.navbar-dark .navbar-nav.dp-menu li a:hover {
	color: var(--dark);
}

.navbar.navbar-expand-md {
	padding: 0;
}

/*.navbar-expand-md .navbar-nav .nav-link {*/
/*	padding-right: 0.6rem;*/
/*	padding-left: 2.6rem;*/
/*}*/

#collapsibleNavbar {
	padding-left: 50px;
}

.dp-social-icon {
	padding-top: 2%;
	float: left;
	width: 100%;
}

.dp-social-icon li {
	float: left;
	list-style: none;
	padding: 0px 5px;
}

.dp-social-icon li:first-child a {
	background: var(--dark);
	color: #fff;
	font-size: 15px;
	font-family: 'Bio Sans';
	font-weight: normal;
	padding: 0px 15px;
	border-radius: 20px;
	display: block;
}

.dp-social-icon li:first-child {
	padding-right: 20px;
}

.dp-social-icon li a span {
	padding: 5px 6px;
	border-left: 1px solid #fff;
	display: inline-block;
}

.dp-social-icon li:first-child a img {
	margin-right: 4px;
}

#dp-wrapper {
	padding: 0px 30px 30px;
}

.ic-owl-carousel .item h2 {
	color: #fff;
	font-size: 52px;
	margin: 7px 0 5px;
}

.ic-owl-carousel .item p {
	color: #fff;
	font-size: 12px;
	margin-bottom: 0;
	line-height: 22px;
}

.ic-owl-carousel {
	margin-top: 3%;
}

.ic-owl-carousel .item .black {
	color: var(--dark);
}

.ic-owl-carousel .owl-item:nth-child(1),
.ic-owl-carousel .owl-item:nth-child(4) {
	background: var(--primary);
}

.ic-owl-carousel .owl-item:nth-child(2),
.ic-owl-carousel .owl-item:nth-child(5) {
	background: #faca3a;
}

.ic-owl-carousel .owl-item:nth-child(3),
.ic-owl-carousel .owl-item:nth-child(6) {
	background: var(--dark);
}

.dp-design {
	padding: 32px;
}

.ic-owl-carousel .owl-item {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 340px;
}

.dp-our-service-bg {
	background: #ececec;
	padding: 7% 0 5%;
}

.dp-cmn-head h1 {
	color: #000;
	font-size: 52px;
	margin: 0 0 12px;
	line-height: 42px;
}

.dp-cmn-head p {
	color: var(--dark);
	font-size: 13px;
	margin: 0;
	line-height: 22px;
}

.dp-cmn-head span {
	background: var(--primary);
	font-family: 'Work Sans';
	font-weight: 600;
	color: #fff;
	font-size: 13px;
	padding: 4px 5px 2px;
	margin-left: -20px;
}

.dp-all-services-name {
	padding-top: 15px;
}

.dp-all-services-name h2 {
	font-size: 24px;
	margin: 10px 0 0;
	line-height: 1.2;
}

.dp-all-services-name p {
	color: #595959;
	font-size: 15px;
}

.dp-relative {
	position: relative;
}

.mask {
	background-color: rgba(255, 204, 51, 0.8);
	position: absolute;
	z-index: 1;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0;
}

.hover_icon:hover .mask {
	opacity: 1;
}

.icons {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.icons a {
	position: absolute;
	z-index: 10;
	top: 33%;
	left: 39%;
	-webkit-transform: scale(0.3, 0.3);
	-ms-transform: scale(0.3, 0.3);
	transform: scale(0.3, 0.3);
	-webkit-transition: all 0.5s ease, transform 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
	-ms-transition: all 0.5s ease, transform 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
	transition: all 0.5s ease, transform 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
	opacity: 0;
}

.hover_icon:hover .icons a {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: all 0.5s ease, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	-ms-transition: all 0.5s ease, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	transition: all 0.5s ease, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.dp-all-services-top {
	margin-top: 13%;
}

.dp-all-services-bottom {
	margin-bottom: 8%;
}

.dp-all-services-bottom:last-child {
	margin-bottom: 0;
}

.dp-whyus-bg {
	background: #f7f2ee;
	padding: 5% 0;
}

.dp-whyus-text h2 {
	color: var(--dark);
	font-size: 19px;
	margin: 8px 0 2px;
	text-transform: uppercase;
}

.dp-whyus-text p {
	color: #939393;
	font-size: 12px;
	margin-bottom: 0;
}

.dp-whyus-text {
	padding: 25% 15px;
	background: #fff;
	height: 40vh;
}

.dp-whyus-text-right .col-lg-3 {
	padding: 0px 5px;
}

.dp-whyus-text-right .col-lg-3:first-child {
	padding-left: 0;
}

.dp-whyus-text-right .col-lg-3:last-child {
	padding-right: 0;
}

.dp-whyus-bg .col-lg-4 .dp-cmn-head {
	margin-top: 18%;
}

.dp-whyus-p {
	color: var(--dark);
	font-size: 16px;
	margin: 2% 0 0;
	text-align: center;
}

.dp-client-bg {
	background: var(--primary);
	padding: 4% 0 5.6%;
}

.white {
	color: #fff !important;
}

span.dp-yellow {
	background: #f9ca3a;
	margin-left: -230px;
}

.dp-client .item {
	text-align: center;
}

.dp-client {
	margin-top: 3%;
}

.owl-nav div {
	display: inline-block;
}

.dp-client .owl-nav div {
	margin: 0px 7px;
}

.dp-client .owl-nav {
	text-align: center;
	margin-top: 4%;
}

.ic-owl-carousel .owl-nav {
	position: absolute;
	width: 100%;
	text-align: center;
	margin-top: 22px;
}

.ic-owl-carousel .owl-nav div {
	margin: 0px 10px;
}

.dp-footer-bg {
	background: var(--dark);
	padding-top: 100px !important;
	margin-top: -0.5%;
}

.footer-social ul li {
	list-style: none;
	display: inline-block;
	padding-right: 18px;
}

.footer-address ul li {
	list-style: none;
	color: #fff;
	font-size: 12px;
	padding-bottom: 15px;
	font-family: 'Bio Sans';
	font-weight: normal;
	background-repeat: no-repeat !important;
	background-position: 0px top;
	padding-left: 26px;
}

.footer-address ul li a {
	color: #fff;
}

.footer-address {
	padding-left: 5%;
}

.footer-address ul li:nth-child(1) {
	background: url('../images/sprites-min.png');
	background-position: -225px -79px !important;
}

.footer-address ul li:nth-child(2) {
	background: url('../images/sprites-min.png');
	background-position: -224px -104px !important;
}

.footer-address ul li:nth-child(3) {
	background: url('../images/sprites-min.png');
	background-position: -225px -154px !important;
}

.footer-form {
	background: var(--primary);
	padding: 5% 20px;
	margin-top: -232px;
}

.footer-form input,
.footer-form textarea {
	width: 100%;
	background: transparent;
	border-bottom: 1px solid #b77ba1;
	border-top: 0px solid #d8d8d8;
	border-left: 0px solid #d8d8d8;
	border-right: 0px solid #d8d8d8;
	margin-bottom: 20px;
	padding: 4px 4px;
	width: 100%;
	font-size: 13px;
	color: #fff;
	font-family: 'Bio Sans';
	font-weight: normal;
}

.footer-form textarea {
	resize: none;
	height: 78px;
	margin-top: 40px;
}

.footer-form input::placeholder,
.footer-form textarea::placeholder {
	color: #fff;
	opacity: 1;
}

.footer-form input:-ms-input-placeholder,
.footer-form textarea:-ms-input-placeholder {
	color: #fff;
}

.footer-form input::-ms-input-placeholder,
.footer-form textarea::-ms-input-placeholder {
	color: #fff;
}

.width-25 {
	width: 28% !important;
}

.width-50 {
	width: 44% !important;
}

.footer-form button {
	border: 1px solid #ffffff;
	background: #ffffff;
	color: var(--dark);
	font-family: 'Bio Sans';
	font-weight: normal;
	font-size: 17px;
	padding: 4px 32px;
	border-radius: 30px;
}

.footer-form form {
	text-align: center;
	margin-top: 20px;
}

.dp-yellows {
	background: #f9ca3a !important;
	margin-left: -282px !important;
}

.footer-social h2 {
	margin: 0 0 15px;
	color: #fff;
	font-size: 30px;
	line-height: 28px;
	text-transform: uppercase;
}

.power {
	color: #fff;
	font-size: 12px;
	padding: 8px 0;
}

.power a {
	color: #fff;
}

.bg_load {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: url('../images/loading.gif') 50% 50% no-repeat rgb(249, 249, 249);
}

.scrollToTop {
	background-image: url(../images/scroll_img.png);
	background-repeat: no-repeat;
	bottom: 40px;
	cursor: pointer;
	display: none;
	height: 64px;
	position: fixed;
	right: 44px;
	width: 47px;
	z-index: 99
}

.sticky_header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	animation-duration: .7s;
	-webkit-animation-duration: .7s;
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;
	background-color: var(--primary-bg);
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.sticky_height {
	height: 112px;
}

.animation-element.slide-top {
	opacity: 0;
	transition: all .6s linear;
	-moz-transform: translate3d(0, -80px, 0);
	-webkit-transform: translate3d(0, -80px, 0);
	-o-transform: translate(0, -80px);
	-ms-transform: translate(0, -80px);
	transform: translate3d(0, -80px, 0)
}

.animation-element.slide-bottom {
	opacity: 0;
	-moz-transition: all .5s linear;
	-webkit-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
	-moz-transform: translate3d(0, 50px, 0);
	-webkit-transform: translate3d(0, 50px, 0);
	-o-transform: translate(0, 50px);
	-ms-transform: translate(0, 50px);
	transform: translate3d(0, 50px, 0)
}

.animation-element.slide-left {
	opacity: 0;
	transition: all .6s linear;
	-moz-transform: translate3d(-50px, 0, 0);
	-webkit-transform: translate3d(-50px, 0, 0);
	-o-transform: translate(-50px, 0);
	-ms-transform: translate(-50px, 0);
	transform: translate3d(-50px, 0, 0)
}

.animation-element.slide-right {
	opacity: 0;
	-moz-transition: all .6s linear;
	-webkit-transition: all .6s linear;
	-o-transition: all .6s linear;
	transition: all .6s linear;
	-moz-transform: translate3d(30px, 0, 0);
	-webkit-transform: translate3d(30px, 0, 0);
	-o-transform: translate(30px, 0);
	-ms-transform: translate(30px, 0);
	transform: translate3d(30px, 0, 0)
}

.animation-element.slide-bottom.in-view,
.animation-element.slide-left.in-view,
.animation-element.slide-right.in-view,
.animation-element.slide-top.in-view {
	opacity: 1;
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate3d(0, 0, 0)
}

.ml10 {
	font-size: 45px;
	margin-bottom: 32px;
}

.ml10 .letter {
	display: inline-block;
	line-height: 1em;
	transform-origin: 0 0;
	color: #fff;
}

.dp-think {
	position: absolute;
	padding: 20px 15px;
	top: 0;
}

.dp-think a {
	color: var(--dark);
	font-size: 21px;
	background: #ffffff;
	border-radius: 30px;
	padding: 13px 34px;
}

.dp-whyus-text {
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-ms-transition: -ms-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

.dp-whyus-text:hover {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

button:focus {
	outline: none;
}

.dp-cont-left {
	margin-left: -310px !important;
}

.dp-get-touch {
	background: #f7f2ee;
	padding: 4% 0 6.5%
}

.dp-get-touch form input,
.dp-get-touch form textarea {
	background: transparent;
	border-bottom: 1px solid #dbdbdb;
	border-top: 0px solid #d8d8d8;
	border-left: 0px solid #d8d8d8;
	border-right: 0px solid #d8d8d8;
	margin-bottom: 25px;
	padding: 4px 4px;
	width: 100%;
	font-size: 13px;
	color: #000;
	font-family: 'Bio Sans';
	font-weight: normal;
}

.dp-get-bg {
	background: #fff;
	width: 72%;
	margin: 0 auto;
	padding-top: 4%;
	padding-bottom: 5%;
	margin-top: 4%;
}

.dp-get-bg .col-lg-6,
.dp-get-bg .col-lg-12 {
	padding: 0px 30px;
}

.dp-get-touch form textarea {
	height: 78px;
	resize: none;
	margin-top: 50px;
}

input:focus,
textarea:focus {
	outline: none
}

.dp-get-touch form input::placeholder,
.dp-get-touch form textarea::placeholder {
	color: #000;
	opacity: 1;
}

.dp-get-touch form input:-ms-input-placeholder,
.dp-get-touch form textarea:-ms-input-placeholder {
	color: #000;
}

.dp-get-touch form input::-ms-input-placeholder,
.dp-get-touch form textarea::-ms-input-placeholder {
	color: #000;
}

.dp-get-submit {
	position: absolute;
	bottom: -28px;
	left: 50%;
	transform: translate(-50%, 0);
	background: #f7f2ee;
	border-radius: 44px;
	text-align: center;
	padding: 12px 15px;
}

.dp-get-touch form button {
	border: 1px solid var(--primary);
	background: var(--primary);
	color: #fff;
	font-family: 'Bio Sans';
	font-weight: normal;
	font-size: 18px;
	padding: 4px 40px;
	border-radius: 30px;
}

.dp-inner-banner h2 {
	font-size: 48px;
	margin: 0;
	color: #fff;
	line-height: 52px;
}

.dp-inner-banner {
	position: absolute;
	bottom: 64px;
	left: 0;
}

.dp-gal-left {
	margin-left: -210px !important;
}

.dp-gallery {
	padding: 4% 0 1%;
	background: #f7f2ee;
}

#portfolio {
	margin: 1rem 0;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.4rem;
	-moz-column-gap: 1.4rem;
	column-gap: 1.4rem;
	-webkit-column-width: 33.33333333333333%;
	-moz-column-width: 33.33333333333333%;
	column-width: 33.33333333333333%;
}

.tile {
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
}

.scale-anm {
	transform: scale(1);
}

.tile img {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin-bottom: 1.4rem;
}

.btn:hover {
	text-decoration: none;
}

.btn:focus {
	outline: none;
	box-shadow: 0 0 0 3px var(--darken-3);
}

.toolbar .btn {
	font-family: 'Bio Sans';
	font-weight: normal;
	color: #000;
	font-size: 18px;
	background: #faca3a;
	padding: 3px 20px;
	border-radius: 20px;
	margin: 0px 8px;
}

.toolbar {
	padding: 4% 0;
	text-align: center;
}

.toolbar .btn.active {
	background: var(--primary);
	color: #fff;
}

.scale-anm:hover div {
	opacity: 1;
	display: block !important;
}

.scale-anm div {
	position: absolute;
	height: 92%;
	background: rgba(0, 0, 0, 0.7);
	top: 0;
	width: 100%;
	padding: 20px;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.scale-anm div h1 {
	margin: 0;
	text-align: center;
	color: #fff;
	font-size: 32px;
	margin-top: 26%;
	text-transform: uppercase;
}

.dp-cmn-about p {
	font-size: 16px;
	color: #000;
	line-height: 24px;
}

.dp-everything div {
	background: #fff;
	padding: 45px 25px;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.dp-everything div:hover {
	margin-top: -15px;
}

.dp-everything h1 {
	margin: 14px 0 10px;
	font-size: 20px;
	color: #000;
}

.dp-everything p {
	margin: 0 0 10px;
	font-size: 15px;
	color: #000;
}

.dp-cmn-about span {
	margin-left: -480px;
}

.dp-everything.col-lg-4 {
	margin-top: 6%;
	padding: 0px 10px;
}

.dp-about-bg {
	background: #f7f2ee;
	padding: 4% 0 5%;
}

.dp-vis-black {
	background: var(--dark);
}

.dp-vis-left {
	padding: 50px 30px 60px 85px;
}

.dp-lorem-list h1 {
	margin: 14px 0 4px;
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
}

.dp-lorem-list p {
	margin: 0 0 10px;
	font-size: 12px;
	color: #939393;
}

.dp-lorem-list div {
	background: #fff;
	padding: 45px 25px;
	text-align: center;
}

.dp-lorem-list {
	float: left;
	width: 255px;
	padding-right: 40px;
	margin-top: 7%;
}

.dp-vis-bg-img {
	background: url('../images/mission-bg-min.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.dp-vis-about span {
	background: #f9ca3a;
	margin-left: -40px;
	color: #000;
}

.dp-vis-about p {
	margin-top: 20px;
	font-size: 15px;
}

.dp-value-bg {
	padding: 3% 0;
	background: #ececec;
}

.dp-helping h2 {
	color: #000;
	font-size: 20px;
	margin: 5px 0px;
}

.dp-helping img {
	max-width: 100%;
}

.col-lg-3.dp-helping {
	padding: 0px 10px
}

.dp-value-bg .row {
	margin-top: 5%;
}

.m-t-50 {
	margin-top: 50px;
}

.visible-xs {
	display: none
}

@media (max-width:767px) {
	.dp-menu-bar .col-lg-4 {
		display: none;
	}

	.visible-xs {
		display: block !important
	}

	.hidden-xs {
		display: none
	}

	.dp-all-services-bottom:last-child {
		margin-bottom: 8%;
	}

	.dp-all-services-name {
		padding: 0px 0px 18px;
	}

	.dp-whyus-text-right {
		margin-top: 20px;
	}

	.dp-whyus-text {
		padding: 14% 15px;
		height: auto;
	}

	.dp-menu-bar,
	#dp-wrapper,
	.dp-menu-bar .col-lg-8 {
		padding: 0;
	}

	.ml10 {
		font-size: 36px;
	}

	.ic-owl-carousel {
		margin-top: 0;
	}

	.ic-owl-carousel .owl-item {
		height: auto;
	}

	.ic-owl-carousel .item h2 {
		font-size: 32px;
	}

	.navbar-dark .navbar-toggler {
		background: var(--primary);
		margin-right: 15px;
	}

	.header-top {
		padding: 0px 15px 5px;
	}

	.navbar-brand img {
		padding-left: 15px;
	}

	.dp-cmn-head h1 {
		font-size: 32px;
		margin: 0;
	}

	.dp-cmn-head p br {
		display: none;
	}

	.dp-cmn-head span {
		margin-left: 0 !important;
	}

	.dp-our-service-bg {
		padding: 66px 0 5%;
	}

	.dp-cmn-head {
		text-align: center !important;
	}

	.icons a {
		top: 29%;
		left: 31%;
	}

	.dp-whyus-bg .col-lg-4 .dp-cmn-head {
		margin-top: 0;
	}

	.dp-whyus-bg,
	.dp-client-bg {
		padding: 20px 15px;
	}

	.dp-whyus-text:hover {
		transform: unset;
	}

	.dp-whyus-text-right .col-lg-3 {
		padding: 0px 0px;
		margin-bottom: 10px;
	}

	.width-25,
	.width-50 {
		width: 100% !important;
	}

	.footer-form {
		margin-top: 0;
	}

	.footer-social {
		padding: 0 15px 15px;
	}

	.footer-address {
		padding: 20px 15px 0;
	}

	.dp-menu-bar .row {
		margin: 0;
	}

	.dp-inner-banner {
		display: none;
	}

	.sticky_height {
		height: 72px;
	}

	.dp-everything div:hover {
		margin-top: 0;
	}

	.dp-vis-left {
		padding: 25px 15px;
	}

	.dp-lorem-list {
		width: 100%;
		padding-right: 0;
	}

	.dp-lorem-list div {
		padding: 25px;
	}

	.m-t-50 {
		margin-top: 0;
	}

	.dp-helping {
		margin-bottom: 10px;
		text-align: center;
	}

	.toolbar .btn {
		margin: 0 0 10px;
		width: 90%;
	}

	.toolbar {
		display: none;
	}

	#portfolio {
		column-count: 1;
	}

	.dp-get-bg {
		width: 100%;
	}

	.dp-get-touch {
		padding: 20px 0 30px;
	}

	#collapsibleNavbar {
		position: absolute;
		top: 59px;
		background: #fff;
		z-index: 9;
		width: 100%;
		padding: 0;
		text-align: center;
		left: 0;
	}

	.dp-menu {
		padding: 10px 0
	}

	.scrollToTop {
		right: 4px;
	}

	.dp-cmn-about p {
		padding: 0px 15px;
	}

	.dp-client .item img {
		width: auto !important;
	}

	.dp-all-services-bottom {
		margin-bottom: 0;
	}


}

@media (min-width:768px) and (max-width:991px) {
	.dp-menu-bar .col-lg-4 {
		display: none;
	}

	.dp-inner-banner {
		bottom: 30px;
	}

	.dp-inner-banner h2 {
		font-size: 26px;
		line-height: 29px;
	}

	.dp-helping {
		margin-bottom: 10px;
		text-align: center;
	}

	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 1.6rem;
		padding-left: 1.6rem;
	}

	.ml10 {
		font-size: 25px;
		margin-bottom: 20px;
	}

	.dp-think a {
		font-size: 20px;
		padding: 8px 34px;
	}

	.toolbar .btn {
		margin: 0px 8px 10px;
	}

	#dp-wrapper {
		padding: 0;
	}
}

.dp-client .owl-prev {
	background: url('../images/sprites-min.png');
	background-position: -411px -102px;
	width: 29px;
	height: 29px;
}

.dp-client .owl-next {
	background: url('../images/sprites-min.png');
	background-position: -455px -102px;
	width: 29px;
	height: 29px;
}

.ic-owl-carousel .owl-prev {
	background: url('../images/sprites-min.png');
	background-position: -308px -102px;
	width: 29px;
	height: 29px;
}

.ic-owl-carousel .owl-next {
	background: url('../images/sprites-min.png');
	background-position: -357px -102px;
	width: 29px;
	height: 29px;
}

.dp-social-icon li:nth-child(2) a {
	margin-top: 5px;
	background: url('../images/sprites-min.png');
	background-position: -308px -64px;
	width: 27px;
	height: 26px;
	display: block
}

.dp-social-icon li:nth-child(3) a {
	margin-top: 5px;
	background: url('../images/sprites-min.png');
	background-position: -346px -64px;
	width: 26px;
	height: 26px;
	display: block
}

.dp-social-icon li:nth-child(4) a {
	margin-top: 5px;
	background: url('../images/sprites-min.png');
	background-position: -383px -64px;
	width: 27px;
	height: 26px;
	display: block
}

.dp-social-icon li:nth-child(5) a {
	margin-top: 5px;
	background: url('../images/sprites-min.png');
	background-position: -420px -64px;
	width: 27px;
	height: 26px;
	display: block
}

.dp-social-icon li:nth-child(6) a {
	margin-top: 5px;
	background: url('../images/sprites-min.png');
	background-position: -458px -64px;
	width: 26px;
	height: 26px;
	display: block
}

.footer-social ul li:nth-child(1) a {
	background: url('../images/sprites-min.png');
	background-position: -309px -207px;
	width: 31px;
	height: 31px;
	display: block
}

.footer-social ul li:nth-child(2) a {
	background: url('../images/sprites-min.png');
	background-position: -364px -207px;
	width: 31px;
	height: 31px;
	display: block
}

.footer-social ul li:nth-child(3) a {
	background: url('../images/sprites-min.png');
	background-position: -418px -207px;
	width: 31px;
	height: 31px;
	display: block
}

.footer-social ul li:nth-child(4) a {
	background: url('../images/sprites-min.png');
	background-position: -472px -207px;
	width: 31px;
	height: 31px;
	display: block
}

.footer-social ul li:nth-child(5) a {
	background: url('../images/sprites-min.png');
	background-position: -528px -207px;
	width: 31px;
	height: 31px;
	display: block
}

.letters br {
	display: none;
}

.letters br:nth-child(20),
.letters br:nth-child(52) {
	display: block;
}

.nav-link.active {
	color: var(--primary) !important;
}