@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;1,400&family=Ms+Madi&family=Poppins:ital,wght@1,200&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: Poppins;
}

body {
	font-size: 15px;
	font-weight: 300;
	color: #142333;
	overflow-x: hidden;
}

/*new menu*/
nav {
	background-color: #fff;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	height: 100px;
	line-height: 90px;
}
.rotate,.rotate-two {
    -moz-transition: all .4s linear;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}
.rotate.down {
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
}
.rotate-two.down-two {
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
}
.offer-banner~div {
	background-color: #fff;
	width: 100%;
	z-index: 999;
	height: 100px;
	line-height: 90px;
}

.offer-banner~div .wrap {
	position: relative;
	max-width: 1250px;
	padding: 0 30px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

nav .wrap {
	position: relative;
	max-width: 1250px;
	padding: 0 30px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.wrap .nav-links {
	display: inline-flex;
}

.nav-links li {
	list-style: none;
}

.nav-links li a {
	font-size: 16px;
	font-weight: 500;
	color: #2f281e;
	text-decoration: none;
	padding: 9px 15px;
	transition: all 0.3s ease;
}

.nav-links li a:hover {
	color: #1fa5f8;
}

.nav-links li:hover .mega-box {
	top: 65px;
	opacity: 1;
	visibility: visible;
	transition: all 0.3s ease;
}

.nav-links .mobile-item {
	display: none;
}

.wrap input {
	display: none;
}

.wrap .btn {
	color: #000;
	font-size: 20px;
	cursor: pointer;
	display: none;
}

.wrap .btn.cancel-btn {
	position: absolute;
	right: 30px;
	top: 10px;
}

.desktop-item li,
.mobile-item li {
	font-size: 16px;
	font-style: normal;
	text-align: left;
	color: #484848;
}

.wrap .appther-logo img {
	margin-bottom: 30px;
}

.nav-links .drop-menu {
	background-color: #fff;
	width: auto;
	top: 95px;
	line-height: 2.05;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	overflow: scroll;
}

.nav-links .drop-menu::-webkit-scrollbar {
	width: 0px;
}

.nav-links li:hover .drop-menu {
	top: 75px;
	opacity: 1;
	visibility: visible;
	transition: all .7s ease;
}

.drop-menu li a {
	width: 100%;
	display: block;
	padding: 0 20px 0 20px;
	font-size: 16px;
	font-weight: 400;
	border-radius: 0px;
}

.increa-line::before {
	content: "";
	position: absolute;
	top: 60px;
	margin-left: -10px;
	width: 7%;
	height: 4px;
	background-color: #76d3fb;
	border-radius: 5px;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

.increa-line:hover::before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.increa-line-large::before {
	content: "";
	position: absolute;
	top: 60px;
	margin-left: -10px;
	width: 13%;
	height: 4px;
	background-color: #76d3fb;
	border-radius: 5px;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

.increa-line-large-two::before {
	content: "";
	position: absolute;
	top: 60px;
	margin-left: -10px;
	width: 11%;
	height: 4px;
	background-color: #76d3fb;
	border-radius: 5px;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

.increa-line-large:hover::before,
.increa-line-large-two:hover::before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.increa-line-small::before {
	content: "";
	position: absolute;
	top: 60px;
	margin-left: -10px;
	width: 5%;
	height: 4px;
	background-color: #76d3fb;
	border-radius: 5px;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

.increa-line-small:hover::before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.increa-line-cont::before {
	content: "";
	position: absolute;
	top: 60px;
	margin-left: -10px;
	width: 9%;
	height: 4px;
	background-color: #76d3fb;
	border-radius: 5px;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

.increa-line-cont:hover::before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

/*new menu end*/
#top {
	background-color: #76d3fb;
	padding: 15px;
	color: #fff;
	position: fixed;
	bottom: 15px;
	right: 15px;
	height: 50px;
	width: 50px;
	font-size: 22px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	border-radius: 10px;
	display: none;
	box-shadow: 2px 2px 5px black;
	z-index: 99;
}

#top:hover {
	background-color: #60bae0;
}

/*typing css*/
.wrapper {
	display: inline-flex;
	margin-top: 0;
}

.wrapper-two {
	display: inline-flex;
	margin-top: 0;
}

.wrapper .dynamic-txts {
	margin-left: -40px;
	height: 90px;
	line-height: 90px;
	overflow: hidden;
}

.wrapper-two .dynamic-txts-two {
	margin-left: -40px;
	height: 90px;
	line-height: 90px;
	overflow: hidden;
}

.dynamic-txts li {
	font-family: Poppins;
	font-size: 54px;
	font-weight: bold;
	text-align: left;
	color: #333757;
	list-style: none;
	position: relative;
	top: 0;
	-webkit-animation: slide 38s steps(4) infinite;
	-moz-animation: slide 38s steps(4) infinite;
	-ms-animation: slide 38s steps(4) infinite;
	-o-animation: slide 38s steps(4) infinite;
	animation: slide 38s steps(4) infinite;
}

.dynamic-txts-two li {
	font-family: Poppins;
	font: normal normal bold 42px/85px Poppins;
	font-weight: bold;
	text-align: left;
	color: #333757;
	list-style: none;
	position: relative;
	top: 0px;
	-webkit-animation: slide 38s steps(4) infinite;
	-moz-animation: slide 38s steps(4) infinite;
	-ms-animation: slide 38s steps(4) infinite;
	-o-animation: slide 38s steps(4) infinite;
	animation: slide 38s steps(4) infinite;
}

@keyframes slide {
	100% {
		top: -360px;
	}
}

.dynamic-txts li span {
	position: relative;
}

.dynamic-txts-two li span {
	position: relative;
}

.dynamic-txts li span::before {
	content: "";
	position: absolute;
	left: 45px;
	height: 100%;
	width: 105%;
	border-left: 4px solid #333757;
	background-color: #fff;
	-webkit-animation: typing 4.75s steps(20) infinite alternate;
	-moz-animation: typing 4.75s steps(20) infinite alternate;
	-ms-animation: typing 4.75s steps(20) infinite alternate;
	-o-animation: typing 4.75s steps(20) infinite alternate;
	animation: typing 4.75s steps(20) infinite alternate;
}

.dynamic-txts-two li span::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 105%;
	border-left: 4px solid #333757;
	background-color: #f4f4f3;
	-webkit-animation: typing 4.75s steps(20) infinite alternate;
	-moz-animation: typing 4.75s steps(20) infinite alternate;
	-ms-animation: typing 4.75s steps(20) infinite alternate;
	-o-animation: typing 4.75s steps(20) infinite alternate;
	animation: typing 4.75s steps(20) infinite alternate;
}

@keyframes typing {
	0% {
		left: -40px;
		margin: 0 -35px 0 35px;
	}

	100% {
		left: 100%;
		margin: 0 -35px 0 35px;
	}
}

.slider {
	width: 100%;
	min-height: 450px;
}

.slider-wrapper {
	position: relative;
}

.slide {
	object-fit: contain;
	position: absolute;
	opacity: 0;
	transition: opacity 3s linear;
}

.slider-wrapper>.slide:first-child {
	opacity: 1;
}

/*img animation end*/
.vertical-text {
	display: flex;
	flex-direction: row;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: relative;
	left: -190px;
}

.vertical-text p {
	font-family: Poppins;
	font-size: 16px;
	text-align: left;
	color: #333757;
}

.ver-green {
	width: 42px;
	height: 4px;
	margin: 10px 5px 0 0;
	border-top: 3px solid #45bd62;
}

.bg-code-img {
	background-image: url('../images/Mask Group 24.png');
	box-sizing: border-box;
	background-repeat: no-repeat;
	width: 100%;
}

.zoom-ani {
	transition: all .3s linear;
}

.zoom-ani:hover {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.btn-warning {
	background: #ff9900;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 35px;
}

.re-margin {
	margin-top: 150px;
}

.top-header {
	position: fixed;
	width: 100%;
	min-height: 50px;
	left: 0px;
	top: 0px;
	padding: 10px 0px;
	z-index: 2000;
}

.slider-box {
	padding: 40px 0px;
}

.slider-heading,
.slider-titel {
	font-family: Poppins;
	font-size: 50px;
	font-weight: bold;
	line-height: 1.44;
	letter-spacing: normal;
	text-align: left;
	color: #333757;
}

.slider-desc {
	font-family: Poppins;
	font-size: 16px;
	line-height: 1.33;
	text-align: left;
	color: #333757;
}

.text-after-ani {
	margin: -530px 0 0 0;
}

.slider-ready {
	font-family: Poppins;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.75;
	color: #2f281e;
	margin-top: 50px;
}

.expert {
	margin-top: -80px;
}

.section-titel {
	font-size: 36px;
	font-weight: bold;
	color: #2f281e;
	margin-top: 70px;
}

.icons-fet-box {
	width: 50px;
	height: 50px;
	margin: 0 0.5px 0 0;
	padding: 8px 0px;
	border-radius: 19px;
	font-size: 23px;
	color: #fff;
	text-align: center;
}

.testment-sec .btn {
	margin-left: -50px;
}

.color1 {
	background-color: #7752be;
	box-shadow: 0 4px 8px 0 rgb(149, 125, 196), 0 6px 20px 0 rgb(222, 215, 234);
	margin: 0 8px 10px 0;
}

.color2 {
	background-color: #fab005;
	box-shadow: 0 4px 8px 0 rgb(229, 199, 135), 0 6px 20px 0 rgb(234, 206, 145);
	margin: 0 8px 10px 0;
}

.color3 {
	background-color: #f03e3d;
	box-shadow: 0 4px 8px 0 rgb(234, 178, 178), 0 6px 20px 0 rgb(237, 168, 168);
	margin: 0 8px 10px 0;
}

.color4 {
	background-color: #4dadf7;
	box-shadow: 0 4px 8px 0 rgb(164, 208, 242), 0 6px 20px 0 rgb(181, 205, 224);
	margin: 0 8px 10px 0;
}

.title-count,
.title-count~span {
	font-size: 22px;
	font-weight: 600;
	color: #2f281e;
	margin-top: 40px;
	display: inline;
}

.dscrip-titel {
	font-size: 16px;
	font-weight: 500;
	color: #544837;
}

.design-process {
	padding: 15px 0px;
	width: 100%;
	min-height: 400px;
}

.design-process-text h3 {
	font-size: 30px;
	font-weight: bold;
	color: #2f281e;
}

.design-process-text p {
	font-size: 14px;
	font-weight: 300;
	color: #544837;
	line-height: 1.86;
}

.design-process-text h4 {
	font-size: 16px;
	font-weight: bold;
	color: #2f281e;
}

.pet-porter

/*,.cdd*/
	{
	width: 100%;
	position: relative;
}

.dogi {
	background-image: url('../images/Group 9428.png');
	box-sizing: border-box;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 600px;
}

.pet-porter-text {
	padding: 0 50px;
}

.pet-porter-text h4 {
	font-size: 55px;
	font-weight: 300;
	color: #000000;
}

.pet-porter-text .color-text {
	font-size: 16px;
	font-weight: 300;
	color: #ee4323;
}

.pet-porter-text .descri {
	font-size: 14px;
	font-weight: 300;
	color: #544837;
	line-height: 1.86;
}

.contect-btn {
	width: 202px;
	height: 50px;
	background-color: #1fa5f8;
	border: 1px solid #1fa5f8;
	color: #fff;
	font-family: Poppins;
	font-size: 16px;
	margin-top: 5px;
}

.footer {
	width: 100%;
	margin-top: -30px;
}

.footer-dark {
	background-color: #fff;
	padding-top: 10px;
}

.footer-titel {
	font-size: 20px;
	font-weight: bold;
	color: #1a1a1a;
	margin-top: 90px;
	margin-bottom: 40px;
}

.footer-list {
	padding: 0px;
	margin: 0px;
}

.footer-list li {
	display: block;
	margin-bottom: 10px;
}

.footer-list li a {
	font-size: 14px;
	color: #3b3b3b;
	font-weight: normal;
}

.footer-list-contact {
	padding: 0px;
	margin: 0px;
}

.footer-list-contact li {
	display: block;
	margin-bottom: 25px;
}

.footer-list-contact li a {
	display: block;
	position: relative;
	padding-left: 95px;
	font-size: 18px;
	color: #707070;
}

.footer-list-contact li a span {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 18px;
	font-weight: 500;
	color: #1c1c1c;
	width: 80px;
	border-right: 1px solid #000;
}

.btn-blue {
	padding: 14px 54px 13px;
	border-radius: 9px;
	background-color: #1fa5f8;
	font-size: 16px;
	color: #fff;
}

.service-sec {
	width: 100%;
	height: auto;
	margin-top: -70px;
}

.serset img {
	animation: rotating 15s linear infinite;
	animation-delay: 1s;
}

.service-titel {
	font-size: 28px;
	font-weight: bold;
	color: #3a3a3a;
}

.shadow-hover {
	text-align: center;
}

.shadow-hover:hover {
	border-radius: 7px;
	box-shadow: 17px 19px 32px 0 rgba(0, 0, 0, 0.14);
	background-color: #f8f8f8;
}

.shadow-hover h4 {
	font-family: Poppins;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	color: #333333;
}

.shadow-hover p {
	font-family: Poppins;
	font-size: 13px;
	font-weight: normal;
	color: #707070;
}

.shadow-hover p a {
	font-size: 20px;
	font-weight: 500;
	color: #ffbb11;
}

.services-titel {
	font-size: 52px;
	font-weight: 500;
	color: #002ed9;
	margin-top: 30px;
}

.service-sub-titel {
	font-size: 47px;
	font-weight: 500;
	color: #002ed9;
	margin-top: 30px;
}

.border-box-service {
	border: solid 1px #dcdcdc;
	border-radius: 7px;
	padding: 15px;
	min-height: 400px;
}

.border-box-service h4 {
	font-size: 20px;
	font-weight: 500;
	color: #333333;
	margin-top: 30px;
}

.border-box-service p {
	font-size: 13px;
	color: #707070;
}

.border-box-service p a {
	font-size: 20px;
	font-weight: 500;
	color: #002ed9;
}

.service-form .form-control {
	border: solid 1.5px #002ed9;
	background-color: #f8f8f8;
	padding: 20px 76px 19px 30px;
	border-radius: 30px;
}

.service-form .btn-primary {
	background: #002ed9;
}

.contact-us,
.contact-us-two {
	min-height: 600px;
	padding: 50px 0px;
	width: 100%;
	position: relative;
	background: #000;
	padding-top: 140px;
	background: url('../images/g-map.jpg');
}

.contact-titel {
	font-size: 49px;
	color: #ffffff;
	font-weight: 600;
}

.contact-titel-2 {
	font-size: 15px;
	color: #ffffff;
}

.contact-us:after {
	position: absolute;
	right: 0px;
	content: '';
	background: transparent;
	bottom: 0px;
	width: 0;
	height: 0;
	border-bottom: 364px solid #f8f8f8;
	border-left: 1000px solid transparent;
}

.contact-us-two:after {
	position: absolute;
	right: 0px;
	content: '';
	background: transparent;
	bottom: 0px;
	width: 0;
	height: 0;
	/* border-bottom: 364px solid #f8f8f8; */
	border-left: 1000px solid transparent;
}

.contact-form-box {
	padding: 39px 34px 38px 35px;
	border-radius: 30px;
	box-shadow: 33px 41px 27px 0 rgba(0, 0, 0, 0.11);
	background-color: #ffffff;
	max-width: 511px;
	width: 100%;
	min-height: 568px;
	position: relative;
	z-index: 10;
}

.contact-form-box {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 15px 15px 14px #00000029;
	border: 0.5px solid #C1C1C1;
	border-radius: 8px;
}

.contact-room-box {
	padding: 39px 34px 38px 35px;
	border-radius: 30px;
	width: 100%;
	min-height: 568px;
	position: relative;
	z-index: 10;
}

.contact-form-box h3 {
	font-size: 16px;
	font-weight: 500;
	color: #191919;
}

.contact-form-box p {
	font: normal normal medium 12px/37px Poppins;
	letter-spacing: 0px;
	color: #333757;
	margin-top: 30px;
}

.contact-form-box h2 {
	font: normal normal bold 22px/25px Poppins;
	color: #333757;
}

.with-us-on {
	padding: 200px 30px 0px 30px;
}

.with-us-on h1 {
	font-size: 49px;
	font-weight: bold;
	color: #000000;
}

.with-us-on p {
	font-size: 15px;
	font-weight: bold;
	font-weight: 300;
	color: #000000;
}

.second-contact {
	height: auto;
	box-shadow: inset 0px 3px 6px #00000029, 33px 41px 27px #0000001C;
	border-radius: 30px;
	margin-top: 70px;
	margin-bottom: 80px;
}

.contact-form-section .input-group {
	position: relative;
	margin: 28px 0 24px;
}

.contact-form-section .input-group input {
	font-size: 18px;
	padding: 5px 6px 5px 5px;
	display: block;
	width: 100%;
	height: 32px;
	border: none;
	border-bottom: 1px solid #e2e2e2;
}

.contact-form-section .input-group input:focus {
	outline: none;
}

.contact-form-section .input-group label {
	color: #333757;
	font: normal normal medium 12px/37px Poppins;
	position: absolute;
	pointer-events: none;
	left: 5px;
	top: 10px;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}

.contact-form-section .input-group input:focus~label,
.contact-form-section .input-group input:valid~label {
	top: -12px;
	font-size: 13px;
	color: #5b5a5a;
}

.contact-form-section .check-box label {
	font-size: 13px;
	color: #5b5a5a;
	line-height: 25px;
	font-weight: normal;
}

.whatsapp {
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	margin-top: -45px;
}

.whatsapp-two {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.whatsapp p {
	font-size: 12px;
	font-weight: 400;
}

.whatsapp span {
	font-size: 14px;
	font-weight: 500;
}

.cont-div {
	margin-top: -25px;
}

.whats-div {
	margin-top: -15px;
}

.captcha {
	margin-top: 30px;
}

.under-captcha {
	width: 100%;
	display: flex;
	justify-content: space-between;
}


/* .contact-form-section .input-group label {
	color: #333757;
	font: normal normal medium 12px/37px Poppins;
	position: absolute;
	pointer-events: none;
	left: 5px;
	top: 10px;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}

.contact-form-section .input-group input:focus~label,
.contact-form-section .input-group input:valid~label {
	top: -12px;
	font-size: 13px;
	color: #5b5a5a;
} */

.under-captcha #user-input {
	width: 100%;
}

.under-captcha input {
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	padding-left: 10px;
	color: #333757;
	font-size: 14px;
}

.verify {
	display: flex;
}

.verify-btn button {
	font-size: 12px;
	background-color: rgb(58, 173, 58);
	border: 1px solid rgb(58, 173, 58);
	padding: 5px 10px;
	border-radius: 20px;
	color: #fff;
}

.captcha-wrapper {
	width: 100%;
	border-bottom: 1px solid #e2e2e2;
	display: flex;
}

.captcha-font {
	font-family: 'Ms Madi', cursive;
	font-size: 50px;
}

.async {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.async i {
	color: #ad9d9d;
}

.btn-contact {
	border: solid 1px #1fa5f8;
	background-color: #1fa5f8;
	padding: 7px 40px;
	border-radius: 25px;
	color: #fff;
	font-size: 20px;
}

.adress-box {
	position: relative;
	min-height: 188px;
	top: 10%;
	margin-bottom: 80px;
}

.location-name {
	width: 100%;
	min-height: 90px;
	background: #ff3d8b;
	border-radius: 20px;
	max-width: 480px;
	padding: 20px;
	position: relative;
}

.location-name h3 {
	font-size: 19px;
	color: #ffffff;
	font-weight: 500;
}

.location-name p {
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 0px;
}

.arrow-down {
	width: 0;
	height: 0;
	border-left: 19px solid transparent;
	border-right: 19px solid transparent;
	border-top: 30px solid #ff3d8b;
	position: absolute;
	bottom: -30px;
	left: 57px;
}

.adress-box .blink-img {
	position: absolute;
	left: 46px;
	bottom: 0px;
	width: 60px;
}

.icons-list-box {
	text-align: center;
}

.icons-list-box .icons-fet-box {
	display: inline-block;
}

/* Our works css */
.first-sec {
	margin-top: 80px;
}

.first-sec img {
	width: 62px;
	height: 63px
}

.first-sec h1 {
	font-size: 47px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	text-align: left;
	color: #333333;
	margin-top: 100px;
}

.first-sec p {
	font-family: Poppins;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.15;
	letter-spacing: normal;
	text-align: left;
	color: #707070;
}

.our-mobile svg {
	width: 100%;
	height: 450px;
	position: relative;
	z-index: 2;
}

.map {
	position: absolute;
	width: 107.8px;
	height: 78.8px;
	margin: 41.1px 124.7px 51.2px 40px;
	padding: 16px 37.3px 17.8px 36.4px;
	background-color: #4479fa;
	border-radius: 10px;
	top: 150px;
	left: -10px;
	z-index: 3;
}

.map i {
	font-size: 60px;
	color: #fff;
	margin-top: -7px;
	animation: mapz 2s linear infinite;
}

@keyframes mapz {
	0% {
		font-size: 60px;
	}

	50% {
		color: #4479fa;
	}

	100% {
		font-size: 65px;
	}
}

.gap-all {
	margin-top: 5px;
}

.setting {
	position: absolute;
	width: 77.5px;
	height: 69.2px;
	margin: 51.2px 0 0 100.7px;
	padding: 17.6px 21.8px 17.6px 21.8px;
	background-color: #dc761c;
	border-radius: 10px;
	top: 270px;
	left: 150px;
	z-index: 3;
}

.setting i {
	font-size: 45px;
	color: #fff;
	margin-top: -5px;
	margin-left: -2px;
	animation: travel 10s linear infinite;
}

@keyframes travel {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(370deg);
	}
}

.ocheck {
	position: absolute;
	width: 65px;
	height: 65px;
	margin: 0 207.8px 41.1px 0;
	padding: 26.4px 21.5px 26.3px 22.8px;
	background-color: #dc761c;
	border-radius: 50%;
	top: 100px;
	left: 0px;
	animation: road 1.5s linear infinite alternate;
	animation-delay: 1s;
}

.ocheck i {
	font-size: 45px;
	color: #fff;
	margin-top: -17px;
	margin-left: -10px;
}

@keyframes road {
	0% {
		margin-left: 0%;
	}

	100% {
		margin-left: 2.3%;
	}
}

.change_header_bg {
	box-shadow: 1px 1px 10px #76d3fb;
	background-color: #f8f8f8;
	z-index: 1111;
}

.cloud-1 svg {
	position: absolute;
	width: 70px;
	height: 50px;
	top: 60px;
	left: 350px;
	z-index: 1;
	animation: cloudl 8s linear infinite alternate;
}

@keyframes cloudl {
	0% {
		left: 80%;
	}

	100% {
		left: 0%;
	}
}

.cloud-2 svg {
	width: 70px;
	height: 50px;
	position: absolute;
	top: -40px;
	left: 170px;
	animation: cloudt 12s linear infinite alternate;
}

@keyframes cloudt {
	0% {
		left: 0%;
	}

	100% {
		left: 80%;
	}
}

.cloud-3 svg {
	width: 70px;
	height: 50px;
	position: absolute;
	top: 20px;
	left: 0px;
	z-index: 1;
	animation: cloudb 10s linear infinite alternate;
}

@keyframes cloudb {
	0% {
		left: 0%;
	}

	100% {
		left: 80%;
	}
}

.brows {
	margin-top: 100px;
	padding: 0 70px;
}

.brows h4 {
	font-family: Poppins;
	font-size: 55px;
	font-weight: 300;
	color: #000000;
}

.brows .child,
.bob-t .child {
	font-family: Poppins;
	font-size: 16px;
	font-weight: 300;
	color: #fe6c6c;
}

.fig {
	background-image: url('../images/Group 9429.png');
	box-sizing: border-box;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 600px;
}

.brows .combo,
.bob-t .combo,
.salam .combo,
.dealA .combo,
.YesW .combo {
	font-family: Poppins;
	font-size: 14px;
	font-weight: 300;
	color: #544837;
}

.brows .case-study {
	border-radius: 25px;
	background-color: #fe6c6c;
	box-shadow: 2px 2px 4px #000;
}

.bob-t {
	padding: 0 70px;
	margin-top: 120px;
}

.kids-img {
	background-image: url('../images/Group 9430.png');
	box-sizing: border-box;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 600px;
}

.expertise-doctors {
	background-image: url('../images/Group 9431.png');
	box-sizing: border-box;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 600px;
}

.never-rewarding {
	background-image: url('../images/Group 9432.png');
	box-sizing: border-box;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 600px;
}

.legit-cannabis {
	background-image: url('../images/Group 9427.png');
	box-sizing: border-box;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 600px;
}

.bob-t h4 {
	font-family: Poppins;
	font-size: 55px;
	font-weight: 300;
	color: #000000;
}

.bob-t .child {
	width: 116px;
	height: 23px;
	font-size: 16px;
	font-weight: 300;
	color: #ef5f76;
}

.bob-t .case-study {
	width: 210px;
	height: 50px;
	margin: 78.5px 193px 0 0;
	padding: 14px 56px 13px;
	border-radius: 25px;
	background-color: #ef5f76;
	box-shadow: 2px 2px 4px #000;
}

.mod {
	margin-top: 120px;
}

.salam {
	padding-left: 70px;
	margin-top: 150px;
}

.salam h4 {
	width: 231px;
	height: 77px;
	font-size: 55px;
	font-weight: 300;
	color: #000000;
}

.salam .child {
	width: 116px;
	height: 23px;
	font-size: 16px;
	font-weight: 300;
	color: #216077;
}

.salam .case-study {
	width: 210px;
	height: 50px;
	margin: 78.5px 193px 0 0;
	padding: 14px 56px 13px;
	border-radius: 25px;
	background-color: #216077;
	box-shadow: 2px 2px 4px #000;
}

.dealA {
	padding: 0 70px;
	margin-top: 150px;
}

.YesW {
	padding-left: 70px;
	margin-top: 150px;
}

.dealA h4 {
	width: 233px;
	height: 77px;
	font-size: 55px;
	font-weight: 300;
	color: #000000;
}

.dealA .child {
	width: 116px;
	height: 23px;
	font-size: 16px;
	font-weight: 300;
	color: #a68025;
}

.dealA .case-study {
	width: 210px;
	height: 50px;
	margin: 78.5px 193px 0 0;
	padding: 14px 56px 13px;
	border-radius: 25px;
	background-color: #a78025;
}

.YesW h4 {
	font-family: Poppins;
	font-size: 55px;
	font-weight: 300;
	color: #000000;
}

.YesW .child {
	font-size: 16px;
	font-weight: 300;
	color: #4b8f20;
}

.YesW .case-study {
	margin: 78.5px 193px 0 0;
	padding: 14px 56px 13px;
	border-radius: 25px;
	background-color: #4b8f20;
}

.fline {
	width: 250px;
	height: 0px;
	border-bottom: solid 1px #707070;
	margin-top: 50px;
}

.ther {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.icon-with {
	display: flex;
	flex-direction: row;
}

.icon-with img {
	width: 30px;
	height: 30px;
	margin-left: 10px;
}

.footer-dark p {
	text-align: center;
}

/* about-us */
.fabout h5 {
	width: 150px;
	height: 37px;
	font-size: 27px;
	font-weight: bold;
	color: #1fa5f8;
}

.fabout p {
	height: 88px;
	font-size: 16px;
	line-height: 1.94;
	color: #182737;
}

.jhon figure img {
	width: 66.9px;
	height: 55.3px;
	margin: 123.8px 155.1px 22px 119px;
}

.jhonh h4 {
	width: 536px;
	height: 168px;
	margin: 22px 72px 22px 102px;
	font-size: 40px;
	line-height: 1.25;
	color: #000000;
}

.jhonh p {
	width: 75px;
	height: 19px;
	margin: 22px 164px 124px 102px;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}

.jhonh figure img {
	width: 154px;
	height: 154px;
	padding: 1px 0 0 1px;
	margin-top: 20px;
}

/*
.check--re{
margin-top: 100px;
}*/
.bds {
	margin-top: 10%;
}

.sgd {
	margin-top: 10%;
}

.human p {
	width: 207px;
	height: 19px;
	font-size: 15px;
	margin: 24px 215px 29px 0px;
	letter-spacing: 7.5px;
	color: #000000;
}

.human h3 {
	width: 513px;
	height: 61px;
	margin: 29px 47px 49px 0px;
	font-size: 50px;
	font-weight: bold;
	line-height: 1.22;
	color: #000000;
}

.firetrip img {
	width: 45px !important;
	height: 60px;
}

.jetpack img {
	margin-top: -10px;
}

.card {
	height: 161px;
}

.card-i img {
	width: 170.9px;
	margin: 0 44.1px 0 0;
	border: solid 1px #eaeaea;
}

.hov {
	margin-left: -15px;
	height: 158px;
}

.card:hover .hov {
	background-image: linear-gradient(to right, #6c63ff, #c77cf1);
}

.img-ppl {
	margin-top: 100px;
}

.for-bottom {
	margin-bottom: 80px;
}

.step-path img {
	width: 70%;
	height: 100vh;
	margin: 100px 0 50px 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.sh-box {
	height: 200px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 3px 10px 0 rgba(0, 0, 0, 0.16);
	border-radius: 20px;
	padding: 25px 0px;
	margin: 20px;
	flex: 1 1 200px;
}

.presence {
	position: relative;
}

.presence h2 {
	font-size: 29px;
	font-weight: 600;
	line-height: 1.48;
	text-align: left;
	color: #142333;
	margin-bottom: 50px;
}

.presence h3 {
	font: normal normal bold 42px/85px Poppins;
	color: #333757;
}

.looking {
	font: normal normal normal 14px/25px Poppins;
	color: #333757;
	margin-top: -15px;
}

.presence h2::before {
	content: "";
	position: absolute;
	top: 45px;
	border-radius: 10px;
	width: 53px;
	height: 4px;
	background-color: #1fa5f8;
}

.presence-before {
	position: relative;
	margin-top: 50px;
	z-index: 1;
}

.presence-before h2 {
	font-size: 29px;
	font-weight: 600;
	line-height: 1.48;
	text-align: left;
	color: #142333;
	margin-bottom: 50px;
}

.presence-before p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.56;
	text-align: left;
	color: #544837;
}

.presence-before h2::before {
	content: "";
	position: absolute;
	top: 50px;
	border-radius: 10px;
	width: 180px;
	height: 4px;
	background-color: #1fa5f8;
}

.android-stacks {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.android-stacks h6 {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.86;
	text-align: center;
	color: #142333;
	margin-top: 5px;
}

.android-stacks img {
	/*width: 90px;
	height: 90px;*/
}

.android-shadow {
	width: 160px;
	height: auto;
	margin: 20px;
	border-radius: 16px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 3px 10px 0 rgba(0, 0, 0, 0.16);
	flex: unset;
	text-align: center;
	padding-top: 10px;
}

.country {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.india-box h6 {
	font-size: 16px;
	font-weight: 900;
}

.for-border-this {
	margin-top: 150px;
}

.top-count {}

.india-box p {
	font-size: 11px;
	font-weight: 500;
	line-height: 2.18;
	color: #000000;
}

.stacks {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
}

.stacks h6 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.86;
	text-align: center;
	color: #142333;
	margin-top: -10px;
}

.java-shadow {
	background: #F5F5F5;
	box-shadow: 5px 2px 2px #00000029;
	border-radius: 15px;
	padding: 20px 10px 10px 10px;
	position: relative;
}

.java-shadow h5 {
	font-size: 16px;
	color: #142333;
	position: absolute;
	top: 85px;
	left: 50%;
	transform: translate(-50%, -50%);
}

.java-shadow img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.satck-develop {
	padding-top: 20px;
}

.satck-develop h6 {
	font-size: 21px;
	font-weight: bold;
	color: #142333;
}

.satck-develop p {
	font-size: 14px;
	color: #544837;
}

.enno {
	margin-top: 100px;
}

.hereyet-img {
	background-image: url('../images/Group 11513.png');
	background-color: #f7b928;
	box-sizing: border-box;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
	padding: 50px 20px 0px 50px;
}

.hereyet-img-in {
	background-image: url('../images/Group 11513.png');
	background-color: #f7b928;
	box-sizing: border-box;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
	padding: 50px 20px 50px 30px;
	border-radius: 20px 0 0 20px;
}

.samten {
	height: 100vh;
}

.sugar-limited {
	background-color: #B1B1B1;
	box-sizing: border-box;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
	padding: 80px 80px 100px 50px;
	border-radius: 20px 0 0 20px;
}

.sugar-limited-in img {
	width: 30px;
	height: 30px;
}

.sugar-limited-in h6 {
	font-size: 16px;
	line-height: 1.34;
	color: #000;
	margin: 0px 0 0 5px;
}

.sugar-limited p {
	font-size: 12px;
	color: #fff;
	margin-top: 20px;
}

.sugar-limited a {
	background: transparent;
	font-size: 12px;
	color: #fff;
	border: 1px solid #fff;
	text-decoration: none;
	padding: 3px 15px;
}

.hereyet-logo,
.hereyet-logo-in,
.sugar-limited-in {
	display: flex;
}

.browsr-venue h1 {
	font-size: 18px;
	color: #000000;
	margin-top: 65px;
}

.browsr-venue p {
	font-size: 12px;
	color: #544837;
	margin-top: 30px;
}

.browsr-venue a {
	font-size: 12px;
	color: #FFFFFF;
	background: #FE6C6C;
	border-radius: 25px;
	padding: 7px 12px;
}

.casestd {
	margin-top: 50px;
}

.brower-img-in img {
	width: 100%;
	height: 398px;
	margin-left: 40px;
}

.here-imgss img {
	margin-top: 70px;
}

.hereyet-logo-in img {
	width: 50px;
	height: 50px;
}

.hereyet-logo-in h6 {
	font-size: 16px;
	line-height: 1.34;
	color: #ffffff;
	margin: 10px 0 0 5px;
}

.hereyet-logo h6 {
	font-size: 35px;
	line-height: 1.34;
	text-align: left;
	color: #ffffff;
	margin: 50px 0 0 25px;
}

.hereyet-img p {
	font-size: 17px;
	line-height: 1.59;
	text-align: left;
	color: #ffffff;
	margin-top: 30px;
}

.hereyet-img-in p {
	font-size: 12px;
	line-height: 1.59;
	color: #ffffff;
	margin-top: 10px;
}

.store-btn {
	display: flex;
	flex-wrap: wrap;
}

.store-btn .img-2,
.store-btn .img-1 {
	margin-left: 20px;
}

.store-btn img {
	width: 150px;
	height: 44.5px;
	margin-top: 10px;
}

.store-btn-ios img {
	width: 80px;
	height: 28px;
	margin-top: 30px;
}

.hereyet-img button {
	font-size: 16px;
	line-height: 1.75;
	text-align: center;
	color: #ffffff;
	border: 1px solid #fff;
	background-color: transparent;
	padding: 10px 50px;
	margin-top: 50px;
}

.hereyet-img-in button {
	font-size: 12px;
	line-height: 1.75;
	text-align: center;
	color: #ffffff;
	border: 1px solid #fff;
	background-color: transparent;
	padding: 5px 20px;
	margin-top: 40px;
}

.store-btn-in {
	display: flex;
}

.store-btn-in img {
	width: 80px;
	height: 28px;
	margin-top: 10px;
}

.store-btn-in .img-2 {
	margin-left: 5px;
}

.hereyer-gray {
	height: auto;
	background-color: #c6c6c6;
	padding-bottom: 50px;
}

.hereyer-gray img,
.offerride img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 450px;
}

/*.hereyer-gray .img-1{
	margin:0 0 0 50px;
}
.hereyer-gray .img-2{
	margin: 0px 0 0 80px;
}*/
.offerride-img {
	background-image: url('../images/Group 11515.png');
	background-color: #1877f2;
	box-sizing: border-box;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
	padding: 70px 30px 70px 30px;
}

.offerride-img-ios {
	background-image: url('../images/Group 11515.png');
	background-color: #1877f2;
	box-sizing: border-box;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
	padding: 70px 30px 70px 30px;
	border-radius: 20px 0 0 20px;
}

.offerride-logo {
	display: flex;
}

.offerride-img p {
	font-size: 17px;
	line-height: 1.59;
	color: #ffffff;
	margin-top: 40px;
}

.cesubtn {
	margin-top: 50px;
}

.offerride-img-ios p {
	font-size: 12px;
	line-height: 1.59;
	color: #ffffff;
	margin-top: 35px;
}

.offerride-img button {
	font-size: 16px;
	line-height: 1.75;
	text-align: center;
	color: #ffffff;
	border: 1px solid #fff;
	background-color: transparent;
	padding: 10px 50px;
	margin-top: 50px;
}

.offerride-img-ios button {
	font-size: 12px;
	line-height: 1.75;
	text-align: center;
	color: #ffffff;
	border: 1px solid #fff;
	background-color: transparent;
	padding: 5px 20px;
	margin-top: 38px;
}

.offerride {
	padding-top: 20px;
}

.offerride .img-1,
.offerride .img-2 {
	margin-left: 50px;
}

.browsr-img {
	background-image: url('../images/Group 11518.png');
	background-color: #f3425f;
	box-sizing: border-box;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
	padding-top: 80px;
	padding: 20px 50px 70px 30px;
}

.ui-browsr-img {
	background-image: url('../images/Group 11518.png');
	background-color: #f3425f;
	border-radius: 20px 0 0 20px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 100%;
	height: 350px;
	padding-top: 30px;
}

.asseting {
	padding-top: 50px;
}

.uilx a {
	font-size: 12px;
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent !important;
	padding: 5px 10px;
}

.browsr-logo {
	display: flex;
}

.ui-browsr-logo {
	display: flex;
}

.browsr-logo h6 {
	font-size: 35px;
	line-height: 1.34;
	color: #ffffff;
	margin: 40px 0 0 0;
}

.ui-browsr-logo h6 {
	font-size: 21px;
	line-height: 1.34;
	color: #ffffff;
	margin-top: 12px;
	margin-left: 10px;
}

.ui-browsr-logo img {
	width: 50px;
	height: 50px;
}

.browsr-img p {
	font-size: 17px;
	line-height: 1.59;
	text-align: left;
	color: #ffffff;
	margin-top: 40px;
}

.uilx p {
	font-size: 12px;
	color: #fff;
}

.deal-logo-ios img {
	width: 50px;
	height: 50px;
}

.browsr-img button {
	font-size: 16px;
	line-height: 1.75;
	text-align: center;
	color: #ffffff;
	border: 1px solid #fff;
	background-color: transparent;
	padding: 10px 50px;
	margin-top: 50px;
}

.browsr {
	background-color: #ffd1d8;
}

.browsr img {
	height: 490px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.browsr .img-1 {
	margin: 20px 0 0 30px;
}

.browsr .img-3 {
	margin: 20px 0 0 0;
}

.deal-img {
	background-color: #ad8434;
	height: auto;
	padding: 50px 50px 50px 30px;
}

.deal-img-ios {
	background-color: #ad8434;
	height: auto;
	padding: 50px 30px 44px 30px;
	border-radius: 20px 0 0 20px;
}

.left-side-ios {
	border-radius: 20px;
	transition: all .5s ease;
	padding: 0px 40px;
	overflow: hidden;
}

.left-side-ios:hover {
	box-shadow: inset 0px 0px 0px #00000029, 2px 2px 2px #00000029;
	transform: scale(1.03);
}

.port-black h1 {
	font-size: 30px;
	font-weight: bold;
	color: #2F281E;
	text-align: center;
	margin: 20px 0px 50px 0;
}

.deal-logo img {
	width: 80px;
	height: 80px;
	margin-top: 10px;
}

.deal-logo {
	display: flex;
}

.deal-logo-ios {
	display: flex;
}

.deal-logo h6 {
	font-family: Poppins;
	font-size: 50px;
	color: #0a0a0a;
}

.deal-logo-ios h6 {
	font-family: Poppins;
	font-size: 30px;
	color: #0a0a0a;
	margin-top: 10px;
}

.deal-logo h6 span {
	font-weight: 900;
}

.deal-logo-ios h6 span {
	font-weight: 900;
}

.deal-img p {
	font-size: 17px;
	line-height: 1.59;
	text-align: left;
	color: #ffffff;
	margin-top: 40px;
}

.deal-img-ios p {
	font-size: 12px;
	line-height: 1.59;
	color: #ffffff;
	margin-top: 40px;
}

.offer-ride-index {
	background-image: url('../images/Group 17086.png');
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 100px;
}

.deal {
	background-color: #fff;
	position: relative;
}

.deal img {
	height: 450px;
	margin-top: 70px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.deal .img-1 {
	position: absolute;
	left: 100px;
}

.deal .img-2 {
	position: absolute;
	top: 350px;
	left: 100px;
}

.deal .img-3 {
	position: absolute;
	top: 80px;
	right: 325px;
}

.promo-fit h3 {
	font-size: 19px;
}

.deal .img-4 {
	position: absolute;
	top: 440px;
	right: 325px;
}

.deal .img-5 {
	position: absolute;
	top: 250px;
	right: 70px;
}

.car-img {
	display: flex;
	flex-wrap: wrap;
}

.car-img-ios {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}

.car-img-ios img {
	width: 100px;
	height: 60px;
	margin-top: -1px;
}

.deal-img button {
	width: 202px;
	height: 50px;
	font-size: 16px;
	line-height: 1.75;
	text-align: center;
	color: #ffffff;
	border: 1px solid #fff;
	background-color: transparent;
	margin-top: 80px;
	display: inline;
}

.deal-img-ios button {
	font-size: 12px;
	line-height: 1.75;
	text-align: center;
	color: #ffffff;
	background-color: transparent;
	border: 1px solid #fff;
	padding: 5px 20px;
}

/* case study */
.first-case {
	background-image: url('../images/Group 11526.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	min-height: 550px;
	margin-top: 100px;
	display: flex;
	justify-content: flex-end;
	padding: 100px 120px 0 0;
}

.first-case h1 {
	font-size: 59px;
	font-weight: 800;
	line-height: 1.44;
	color: #142333;
}

.about-pro h1 {
	font-size: 52px;
	line-height: 1.56;
	letter-spacing: normal;
	text-align: center;
	color: #4f5155;
	margin-top: 80px;
}

.fixing-the-pic {
	padding-top: 90px;
}

.fixing-the-pic img {
	height: 220px;
}

.desktop-green {
	padding-top: 50px;
}

.desktop-green img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.about-pro span {
	font-weight: bold;
	color: #1f2227;
}

.about-pro p {
	font-size: 18px;
	line-height: 1.64;
	text-align: center;
	color: #707070;
	margin-top: 40px;
}

.behind-browsr h1 {
	font-size: 52px;
	line-height: 1.56;
	color: #4f5155;
	margin-top: 100px;
}

.behind-browsr p {
	font-size: 18px;
	line-height: 1.64;
	color: #707070;
}

.behind-browsr img {
	margin-top: 100px;
}

.requir {
	margin-top: 150px;
}

.requir-me {
	position: relative;
}

.requir-me .img-1 {
	position: absolute;
}

.requir-me .img-2 {
	position: absolute;
	top: 450px;
	right: 53px;
}

.requir-you {
	padding-right: 50px;
}

.requir-you h1 {
	font-size: 52px;
	line-height: 1.56;
	text-align: left;
	color: #4f5155;
	margin-bottom: 120px;
}

.requir-you p {
	font-size: 18px;
	line-height: 1.64;
	text-align: left;
	color: #707070;
	margin-top: 60px;
}

.developed h1 {
	font-size: 48px;
	line-height: 1.56;
	color: #4f5155;
	margin-top: 80px;
}

.developed p {
	font-size: 18px;
	line-height: 1.64;
	color: #707070;
}

.developed-me h3 {
	font-size: 30px;
	line-height: 1.56;
	color: #4f5155;
}

.developed-you {
	position: relative;
}

.developed-you .img-1 {
	position: absolute;
}

.developed-you .img-2 {
	position: absolute;
	top: 200px;
	left: 200px;
}

.developed-me h3 {
	margin-top: 50px;
}

.yellow-bg {
	background-image: url('../images/Path 10984.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-top: 100px;
	padding-top: 50px;
	padding-bottom: 100px;
}

.bland {
	background-image: url('../images/Group 19324@2x.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 100vh;
	margin-top: 15px;
}

.yellow-bg h2 {
	font-size: 38px;
	font-weight: bold;
	line-height: 1.71;
	text-align: center;
	color: #000000;
}

.hobbies h3 {
	font-size: 38px;
	font-weight: bold;
	line-height: 1.71;
	text-align: center;
	color: #3d3d3c;
}

.unix-ui {
	padding-top: 200px;
}

.unix-ui-img {
	padding-top: 120px;
}

.unix-ui h1 {
	font-size: 55px;
	font-weight: 800;
	color: #FFFFFF;
}

.unix-ui p {
	font-size: 16px;
	font-weight: 300;
	color: #FFFFFF;
}

.hobbies-img .img-2 {
	margin-top: 150px;
}

.hobbies-img .img-3 {
	margin-top: 300px;
}

.lastp {
	margin-bottom: 50px;
}

.lastp p {
	font-size: 18px;
	line-height: 1.64;
	color: #707070;
	margin-top: 30px;
}

.testtt {
	background-color: blue;
}

/* toranto css */
.toronto-text {
	margin-top: 120px;
}

.top-toronto {
	padding-left: 70px;
}

.top-toronto h1 {
	width: 785px;
	font-size: 50px;
	font-weight: bold;
	color: #333757;
	line-height: 1.44;
	margin-top: 30px;

}

.top-toronto h6 {
	width: 653px;
	font-size: 20px;
	color: #333757;
	line-height: 1.85;
	margin: 30px 0px 50px 0px;
}

.top-toronto p {
	font-size: 16px;
	font-weight: 500;
	color: #2f281e;
}

.top-toronto button {
	width: 202px;
	height: 50px;
	background-color: #1fa5f8;
	border: 1px solid #1fa5f8;
	color: #fff;
	font-family: Poppins;
	font-size: 16px;
	margin-top: 5px;
}

.toronto-img {
	background-image: url('../images/Mask Group 34.png');
	box-sizing: border-box;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 100vh;
}

.head-progress h2 {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	color: #2f281e;
}

.progress-img {
	background-image: url('../images/Group 11512.png');
	box-sizing: border-box;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 280px;
	margin-top: 100px;
	transition: all .5s ease;
}

.progress-img:hover {
	-ms-transform: scaleY(1.06);
	transform: scaleY(1.06);
}

.head-progress h4 {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	color: #151d41;
	margin-top: 90px;
}

.head-progress p {
	font-size: 9px;
	font-weight: 600;
	text-align: center;
	color: #151d41;
}

.meri {
	margin-top: 90px;
}

.toronto-service h6 {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	color: #2f281e;
	margin-top: 100px;
}

.toronto-service img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

.toronto-service p {
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 0.32px;
	text-align: center;
	color: #091e40;
	margin-top: 20px;
}

.toronto-tech h2 {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	color: #2f281e;
	margin-top: 100px;
}

.toronto-tech-img {
	border: solid 1px #c5c5c5;
	border-radius: 5px;
	margin: 50px 0 0 0px;
	padding: 10px 30px;
}

.toronto-tech-img:hover {
	border: solid 1px #2496ed;
}

.toronto-tech-img img {
	margin-left: -20px;
}

.toronto-tech-img h6 {
	font-size: 19px;
	font-weight: 500;
	color: #142333;
}

.toronto-tech-img p {
	font-size: 14px;
	font-weight: 300;
	color: #544837;
}

.aoother-uas {
	background-image: url('../images/Mask Group 33.png');
	box-sizing: border-box;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 510px;
}

.usa-head h2 {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	color: #2f281e;
	margin-top: 100px;
}

.satisfied-img {
	width: 80%;
	border-radius: 23px;
	box-shadow: 0 3px 42px 0 rgba(142, 142, 142, 0.32);
	background-color: #ffffff;
	padding: 20px 0px 10px 0px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin: 70px 0px 50px 0px;
	transition: all .5s ease;
}

.satisfied-img:hover {
	transform: scale(1.1);
}

.satisfied-img img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.satisfied-img h4 {
	font-size: 39px;
	font-weight: bold;
	text-align: center;
	color: #333757;
	margin-top: 10px;
}

.satisfied-img p {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	color: #333757;
}

/******Thanks******/
.thanks-page {
	margin-top: 120px;
}

.thanks-page h1 {
	width: 60%;
	font-size: 46px;
	font-weight: bold;
}

.thanks-page span {
	color: #419bf9;
}

.thanks-page p {
	font-size: 26px;
	color: #000;
	font-weight: 400;
	line-height: 1.8;
}

.thanks-logo {
	padding-left: 60px;
}

/*here yet*/
.hereyet {
	background-image: url('../images/HereYet_Cover.png');
	box-sizing: border-box;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 530px;
	margin-top: 100px;
}

.here-yet {
	margin-top: 100px;
}

.here-yet h1,
.interface h1 {
	font-size: 50px;
	color: #1F2227;
	font-weight: bold;
	margin-bottom: 30px;
}

.here-yet p,
.advance p,
.modarna p,
.interface p,
.P-Timeline p,
.deadline p,
.location p {
	font-size: 22px;
	color: #707070;
}

.advance h1 {
	font-size: 50px;
	color: #1F2227;
	font-weight: bold;
	margin: 50px 0 100px 0;
	text-align: right;
}

.modarna {
	padding-right: 100px;
}

.modarna h2 {
	font-size: 55px;
	color: #1F2227;
	margin: 100px 0 50px 0;
}

.deadline h1 {
	font-size: 50px;
	color: #1F2227;
	margin: 50px 0 20px 0;
}

.interface {
	padding-left: 50px;
}

.interface img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.interface h2 {
	font-size: 45px;
	color: #4F5155;
	text-align: center;
	font-weight: 400;
}

.type-imgs {
	width: 60px;
	height: 60px;
}

.P-Timeline h4 {
	font-size: 25px;
	color: #1F2227;
}

.location h1 {
	font-size: 55px;
	color: #1F2227;
	font-weight: bold;
}

.location h6 {
	font-size: 25px;
	color: #000000;
}

.chilli-bg {
	background-image: url('../images/circle.png');
	box-sizing: border-box;
	background-size: 45% 100%;
	background-repeat: no-repeat;
	height: 700px;
	padding-left: 100px;
}

.features {
	padding: 0 110px;
}

.features h1 {
	font-size: 50px;
	color: #1F2227;
	font-weight: bold;
	text-align: center;
	margin: -300px 0 50px 0;
}

.features p {
	font-size: 22px;
	color: #707070;
	text-align: center;
}

/*.fresh-idea{
	position: sticky;
}*/
.fix-cont-ani {
	top: 100px;
	width: 100%;
	display: flex;
	z-index: 5;
}

.fix-cont-ani-first {
	min-width: 100%;
	height: auto;
}

.fix-cont-ani-second {
	min-width: 100%;
	height: auto;
}

.fix-cont-ani-third {
	min-width: 100%;
	height: auto;
}

.fingo {
	margin-top: 28px;
}

.fix-cont-ani-fourth {
	min-width: 100%;
	height: auto;
}

.item img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.item p {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: #142333;
}

.jango-im {
	height: 70px;
}

.dart img {
	height: 60px;
}

.un-item img {
	height: 100px;
}

.css-view {
	margin-top: 30px;
}

.realm img {
	width: 50px !important;
	height: 50px;
}

.csharp p {
	font-size: 14px;
	margin-top: 5px;
}

.kotlin img,
.javaaf img {
	height: 60px;
}

.full img {
	height: 77px;
}

.css-view img {
	height: 60px;
}

.cimg {
	height: 100px;
	margin-top: -15px;
}

.offer-banner {
	background-image: url('../images/header_bg.png');
	box-sizing: border-box;
	background-repeat: no-repeat;
	width: 100%;
	height: 100vh;
	padding-top: 150px;
}

.offer-banner h1 {
	font-size: 55px;
	font-weight: bold;
	color: #FFFFFF;
	opacity: 1;
}

/*.off-ride{
	position: fixed;
	width: 100%;
	min-height: 50px;
	left: 0px;
	top: 0px;
	padding: 10px 0px;
	z-index: 2000;
	background: rgba(37, 38, 40, .5);
	
}
.offride{
	background: rgba(37, 38, 40, 1);
}
.off-ride li a{
	color: #fff;
	opacity: .9;
}
.off-ride li li a{
	color: #000;
}*/
.offer-banner p {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.black-bg-text {
	width: 70%;
	height: 100px;
	background: #000;
	border-radius: 0 50px 50px 0;
	margin-left: -25px;
	margin-top: 145px;
}

.black-trx {
	display: flex;
	justify-content: space-around;
}

.black-trx p {
	margin: 0 0 -2px 0;
}

.off-content h1 {
	font-size: 36px;
	font-weight: bold;
	color: #000000;
}

.off-content p {
	font-size: 18px;
	color: #707070;
}

.boxtext {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.under-boxtext {
	width: 430px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 5px 10px 6px #00000029;
	border: 1px solid #707070;
	border-radius: 33px;
	padding: 20px;
}

.boxtext h6 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #2F281E;
}

.boxtext p {
	font-size: 22px;
	color: #544837;
}

.out-boxtext h1 {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #2F281E;
	margin-bottom: 50px;
}

.dev-mobile h6 {
	font-size: 36px;
	font-weight: bold;
	color: #2F281E;
}

.dev-mobile p {
	font-size: 18px;
	color: #544837;
	margin-top: 30px;
}

.dev-mobile p span {
	font-size: 18px;
	font-weight: bold;
	color: #544837;
}

.dev-mobile-img {
	background-image: url('../images/Group 12143.png');
	box-sizing: border-box;
	background-repeat: no-repeat;
	width: 100%;
}

.project-timeline h6 {
	font-size: 36px;
	font-weight: bold;
	color: #000000;
	margin-top: 50px;
}

.project-timeline p {
	font-size: 18px;
	color: #707070;
}

.feature-part h1 {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #2F281E;
	margin-top: 50px;
}

.feature-part h2 {
	font-size: 36px;
	font-weight: bold;
	color: #2F281E;
}

.feature-part p {
	font-size: 18px;
	color: #544837;
}

.feature-part img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.appstore {
	display: flex;

}

.appstore img {
	display: inline;

}

.appstore img {
	width: 150px;
	height: 44px;
	margin-bottom: 20px;
}

.appstore div {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.other-planing h1 {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #2F281E;
	margin: 70px 0 50px 0;
}

.item-owl h6 {
	font-size: 22px;
	font-weight: bold;
	color: #544837;
}

.item-owl p {
	font-size: 18px;
	color: #544837;
	text-align: left;
	font-weight: 400;
	line-height: 1.5;
}

.item-owl-bg {
	background-image: url('../images/desktop.png');
	box-sizing: border-box;
	background-repeat: no-repeat;
	width: 100%;
	margin-top: 30px;
}

.item-owl-bgtwo {
	background-image: url('../images/growth.png');
	box-sizing: border-box;
	background-repeat: no-repeat;
	width: 100%;
	margin-top: 30px;
}

.node-item-owl-bgfour img {
	width: 90px !important;
	height: 75px;
	margin-top: 20px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.node-item-owl-bgfour h5 {
	margin-top: 10px;
}

.wear-slider img {
	width: 100px !important;
	height: 170px !important;
}

.iWatch-app h3 {
	font-size: 18px;
	font-weight: 600;
	color: #000000;
}

.iWatch-app p {
	font-size: 14px;
	font-weight: 300;
	color: #707070;
}

.node-planing h5 {
	font-size: 18px;
	font-weight: bold;
	color: #142333;
	text-align: center;
}

.node-item-owl-bgthree img {
	width: 50px;
	height: 90px;
	margin-top: 20px;
}

.node-item-owl-bgtwo img {
	width: 40px;
	height: 90px;
	margin-top: 20px;
}

.node-item-owl-bg h5 {
	margin-top: 27px;
}

.node-planing p {
	font-size: 16px;
	color: #707070;
	text-align: left;
}

.node-planing h1 {
	font-size: 30px;
	font-weight: bold;
	color: #2F281E;
	margin: 20px 0;
}

.item-owl-bgthree {
	background-image: url('../images/clipboard (1).png');
	box-sizing: border-box;
	background-repeat: no-repeat;
	width: 100%;
	margin-top: 30px;
}

.mobile-arrc {
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}

.mobile-arrc-2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.mobile-arrc div {
	width: 25%;
}

.mobile-arrc p {
	font-size: 18px;
	color: #142333;
}

.mobile-arrc-2 p {
	font-size: 18px;
	color: #142333;
}

.android-iOs h1 {
	font-size: 36px;
	font-weight: bold;
	color: #142333;
	margin-top: 30px;
}

.android-iOs h6 {
	font-size: 22px;
	font-weight: bold;
	color: #142333;
	margin-top: 20px;
	margin-bottom: 40px;
}

.android-iOs span {
	font-size: 22px;
	font-weight: normal;
	color: #142333;
}

.rereact {
	margin-top: -7px;
}

.dev-mobile h3 {
	font-size: 36px;
	font-weight: bold;
	color: #000000;
}

.manuel-chimuco {
	box-shadow: 5px 10px 6px #00000029;
	border: 1px solid #707070;
	border-radius: 20px;
	width: 80%;
	height: 250px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.manuel-chimuco~h1 {
	font-size: 22px;
	color: #142333;
	margin-top: 20px;
	text-align: center;
}

.gold-offer {
	height: 550px;
	background: #BF8F3A;
	margin-top: 100px;
	padding-top: 90px;
}

.gold-text {
	padding-top: 70px;
}

.gold-text h1 {
	font-size: 55px;
	font-weight: bold;
	color: #FFFFFF;
}

.gold-text p {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	width: 561px;
}

.gold-img {
	background-image: url('../images/carrre.png');
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 450px;
	padding-left: 70px;
}

.gold-img h2 {
	font-size: 30px;
	letter-spacing: 0.6px;
	color: #FFFFFF;
	text-shadow: 0px 2px 8px #00000033;
}

.gold-img h1 {
	font-size: 53px;
	letter-spacing: 1.06px;
	color: #FFFFFF;
	text-shadow: 0px 2px 18px #00000033;
	margin-left: 32px;
}

.gold-img h3 {
	font-size: 26px;
	letter-spacing: 0.52px;
	color: #FFFFFF;
}

.deal-gold h4 {
	font-size: 36px;
	font-weight: bold;
	color: #000000;
	margin-top: 30px;
}

.wearable-logo h3 {
	font-size: 22px;
	font-weight: 600;
	color: #000000;
}

.wearable-logo p {
	font-size: 22px;
	font-weight: 30px;
	color: #707070;
}

.deal-gold p {
	font-size: 18px;
	color: #707070;
}

.deal-gold img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.working-tea h1 {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #2F281E;
}

.working-tea h2 {
	font-size: 22px;
	font-weight: bold;
	color: #000000;
}

.working-tea p {
	font-size: 18px;
	color: #707070;
	opacity: 1;
}

.planning-part h1 {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #2F281E;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #000;
}

.slider-carousel h5 {
	font-size: 20px;
	color: #142333;
	font-weight: 500;
}

.dongo {
	width: 70px !important;
	height: 70px;
}

.slider-carousel p {
	font-size: 18px;
	color: #707070;
	font-weight: 400;
}

.lines {
	display: flex;
	justify-content: space-between;
}

.lineone {
	width: 1px;
	height: 20px;
	background: #000;
	margin-top: -10px;
}

.planning-text {
	display: flex;
	justify-content: space-between;
}

.in-put h2 {
	font-size: 36px;
	font-weight: bold;
	color: #2F281E;
}

.in-put p,
.analy p {
	color: #544837;
	font-size: 18px;
}

.analy h2 {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #2F281E;
}

.outcom h2 {
	text-align: right;
	font-size: 36px;
	font-weight: bold;
	color: #2F281E;
}

.outcom p {
	color: #544837;
	font-size: 18px;
	margin-left: 50px;
}

.dev-deal h6 {
	font-size: 36px;
	font-weight: bold;
	color: #2F281E;
}

.dev-deal span {
	font-size: 18px;
	font-weight: bold;
	color: #544837;
}

.dev-deal p {
	font-size: 18px;
	color: #544837;
}

.dev-deal-img img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.clint-gold {
	padding: 50px 0;
	background: rgba(191, 143, 58, 1);
	position: relative;
}

.clint-blue {
	padding: 50px 0;
	background: #448FEF;
	position: relative;
}

.clint-blue-cannabis {
	padding: 50px 0;
	background: #829420;
	position: relative;
}

.clint-green-dark {
	padding: 50px 0;
	background: #0ba206;
	position: relative;
}

.clint-yello-dark {
	padding: 50px 0;
	background: #ffa200;
	position: relative;
}

.clint-blue-dark {
	padding: 50px 0;
	background: #036292;
	position: relative;
}

.clint-gray {
	padding: 50px 0;
	background: #dcdcdb;
	position: relative;
}

.clint-sky {
	padding: 50px 0;
	background: #54cef8;
	position: relative;
}

.clint-lightblue {
	padding: 50px 0;
	background: #66CCCC;
	position: relative;
}

.clint-brown {
	padding: 50px 0;
	background: #707070;
	position: relative;
}

.clint-purpal {
	padding: 50px 0;
	background: #FFFF0E;
	position: relative;
}

.clint-blue-node {
	padding: 50px 0;
	background: #07A566;
	position: relative;
}

.clint-red-node {
	padding: 50px 0;
	background: #ff2d20;
	position: relative;
}

.clint-red-erp {
	padding: 50px 0;
	background: #8bb9f3;
	position: relative;
}

.under-clint-gold {
	background-image: url('../images/Group 15550.png');
	box-sizing: border-box;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.under-clint-blue {
	background-image: url('../images/Group 16774.png');
	box-sizing: border-box;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.under-clint-blue-cannabis {
	background-image: url('../images/backblack.svg');
	box-sizing: border-box;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.under-clint-green-dark {
	background-image: url('../images/Group 15865.svg');
	box-sizing: border-box;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.under-clint-yello-dark {
	background-image: url('../images/Group15865.svg');
	box-sizing: border-box;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.under-clint-blue-dark {
	background-image: url('../images/Group15865wed.svg');
	box-sizing: border-box;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.under-clint-gray {
	background-image: url('../images/Group 15865@2x.png');
	box-sizing: border-box;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.under-clint-sky {
	background-image: url('../images/edcfdc.svg');
	box-sizing: border-box;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.under-clint-lightblue {
	background-image: url('../images/Group 15866.png');
	box-sizing: border-box;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.under-clint-brown {
	background-image: url('../images/Group 158656.png');
	box-sizing: border-box;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.under-clint-purpal {
	background-image: url('../images/Group 16774.png');
	box-sizing: border-box;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.under-clint-green {
	background-image: url('../images/Group 15865.png');
	box-sizing: border-box;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.under-clint-red {
	background-image: url('../images/Group 17033@2x.png');
	box-sizing: border-box;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.under-clint-erp {
	background-image: url('../images/Group 15w865.png');
	box-sizing: border-box;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.under-clint-gold h1 {
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.under-clint-blue h1 {
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.under-clint-blue-cannabis h1 {
	font-family: Poppins;
	font-size: 36px;
	font-weight: 300;
	color: #fff;
	text-align: center;
}

.under-clint-green-dark h1,
.under-clint-yello-dark h1,
.under-clint-blue-dark h1 {
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.under-clint-gray h1,
.under-clint-sky h1 {
	font-size: 36px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

.under-clint-lightblue h1 {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}

.under-clint-brown h1 {
	font-size: 25px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.under-clint-green h1 {
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.under-clint-red h1 {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.under-clint-erp h1 {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.under-clint-gold p {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.under-clint-blue p {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.under-clint-blue-cannabis p {
	font-family: Poppins;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.64;
	color: #fff;
	text-align: center;
}

.under-clint-green-dark p,
.under-clint-yello-dark p,
.under-clint-blue-dark p {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.under-clint-gray p,
.under-clint-sky p {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.under-clint-lightblue p {
	font-size: 18px;
	font-weight: 500;
}

.under-clint-brown p {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.under-clint-green p {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.under-clint-red p {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}

.under-clint-erp p {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
}

.under-clint-gold h2 {
	font-size: 22px;
	color: #FFFFFF;
	text-align: center;
}

.under-clint-blue h2 {
	font-size: 22px;
	color: #FFFFFF;
	text-align: center;
}

.under-clint-blue-cannabis h2 {
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	color: #fff;
}


.under-clint-green-dark h2,
.under-clint-yello-dark h2,
.under-clint-blue-dark h2 {
	font-size: 22px;
	color: #FFFFFF;
	text-align: center;
}

.under-clint-gray h2,
.under-clint-sky h2 {
	font-size: 22px;
	color: #000;
	text-align: center;
}

.ashadow {
	padding-bottom: 10px;
}

.under-clint-lightblue h2 {
	font-size: 22px;
	text-align: center;
}

.under-clint-brown h2 {
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
}

.under-clint-green h2 {
	font-size: 22px;
	color: #FFFFFF;
	text-align: center;
}

.under-clint-red h2 {
	font-size: 22px;
	color: #FFFFFF;
	text-align: center;
}

.under-clint-erp h2 {
	font-size: 22px;
	color: #FFFFFF;
	text-align: center;
}

.double-courts {
	position: absolute;
	left: 80%;
	right: 50%;
	transform: translate(-50%, -50%);
}

.ios-topp {
	margin-top: 100px;
}

.ios-topp img {
	margin-top: 20px;
}

.ios-left h1 {
	font-size: 50px;
	font-weight: bold;
	color: #000000;
	margin-top: 100px;
}

.lara-left h1 {
	font-family: Poppins;
	font-size: 50px;
	font-weight: bold;
	color: #000000;
	margin-top: 70px;
}

.lara-left p {
	font-family: Poppins;
	font-size: 14px;
	font-weight: 300;
	color: #000000;
	margin-top: 30px;
}

.larabel {
	margin-top: 100px;
}

.ios-left p {
	/* font-size: 16px;
	font-weight: 300;
	color: #000000; */
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #000000;
}

.ios-python,
.pythonlog {
	padding-top: 30px;
}

.ios-python h1 {
	font-size: 50px;
	font-weight: bold;
	color: #000000;
	margin-top: 30px;
	font-family: Poppins;
}

.lara {
	padding-top: 25px;
}

.lara img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.ios-python p {
	font-size: 16px;
	font-weight: 400;
	color: #000000;
}

.heading-ios h1 {
	font-size: 30px;
	font-weight: bold;
	color: #000000;
	margin: 50px 0 50px 0;
}

.after-heading-ios {
	display: flex;
}

.heading-ios-box {
	width: 150px;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 16px;
	margin-left: 20px;
}

.hybrid h1 {
	font-family: Poppins;
	font-size: 25px;
	color: #000000;
}

.hybrid h2 {
	font-family: Poppins;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.hybrid p,
.hybrid ol li {
	font-family: Poppins;
	font-size: 14px;
	font-weight: 300;
	color: #707070;
}

.heading-ios-box p {
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: #142333;
	margin-top: 5px;
}

.heading-ios-box img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.without-ios h1 {
	font-size: 25px;
	font-weight: 500;
	color: #2F281E;
	margin-top: 50px;
}

.without-one h3 {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.64;
	color: #000;
}

.saley p {
	font-family: Poppins;
	font-size: 11px;
	font-weight: 300;
	line-height: 1.64;
	color: #707070;

}

.without-one h6 {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #142333;
	margin-top: 5px;
}

.numpy img {
	width: 80px;
	height: 80px;
}

.bearyell {
	width: 70px;
	height: 110px;
}

.jeast {
	width: 100px;
	height: 70px;
}

.without-one h4 {}

.without-one h5 {
	font-size: 20px;
	font-weight: bold;
	color: #142333;
}

.without-one img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.without-one p {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.64;
	color: #707070;
}

.bg-without h2 {
	font-size: 30px;
}

.bg-without {
	background: #fafafa;
	padding: 50px 0 20px 0;
}

.resizing-img img {
	width: 50px;
	height: 50px;
}

.aproved-this h1 {
	font-size: 25px;
	font-weight: bold;
	color: #000000;
}

.aproved-this p {
	font-size: 14px;
	color: #707070;
}

.joylogo img {
	width: 50px;
	height: 50px;
}

.petport-img img {
	height: 350px;
}

.petport {
	padding-top: 70px;
}

.petport h3 {
	font-size: 21px;
	font-weight: 300;
	color: #000000;
}

.petport p {
	font-size: 12px;
	font-weight: 300;
	color: #544837;
}

.petport a {
	font-size: 10px;
	color: #707070;
	border: 1px solid #707070;
	padding: 5px 15px;
}

.joylogo span {
	font-size: 22px;
	color: #fff;
	font-weight: 900;
	margin: 10px 0 0 5px;
}

.bluies {
	height: 400px;
	background: #555A85;
	padding: 50px 50px;
}

.bluies-el {
	height: 400px;
	background: #1f780a;
	padding: 50px 50px;
}

.bluies a {
	font-size: 14px;
	color: #fff;
	background: transparent;
	border: 1px solid #fff;
	padding: 5px 15px;
	text-decoration: none;
}

.bluies-el a {
	font-size: 14px;
	color: #fff;
	background: transparent;
	border: 1px solid #fff;
	padding: 5px 15px;
	text-decoration: none;
}

.bluies p,
.bluies-el p {
	font-size: 14px;
	color: #fff;
	margin-top: 30px;
}

.aproved-this img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.down-joy,
.down-joy-el {
	display: flex;
	margin-bottom: 40px;
}

.down-joy .img1,
.down-joy-el .img1 {
	margin-left: 5px;
}

.down-joy img {
	width: 80px;
	height: 28px;
}

.down-joy-el img {
	width: 90px;
	height: 28px;
}

.andru img {
	width: 60px;
	height: 60px;
}

.aproved-node h1 {
	font-size: 30px;
	font-weight: bold;
	color: #000000;
}

.aproved-node p {
	font-size: 18px;
	color: #707070;
	font-weight: 400;
}

.aproved-node h6 {
	font-size: 18px;
	color: #707070;
	font-weight: 400;
	line-height: 2;
}

.aproved-node h5 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.aproved-node h6 span {
	font-weight: bold;
}

#accordion-1 {
	position: relative;
	box-shadow: 0px 1px 7px #DBDBDB;
	border-radius: 5px;
	margin-top: 5px;
}

#accordion-1 .head {
	background-color: #FFFFFF;
	color: #563e6e;
	padding: 20px 30px;
	cursor: pointer;
	transition: 0.2s ease;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.head h2 {
	font-size: 16px;
	font-weight: 500;
	color: #707070;
}

.pythonlog img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.content p {
	font-size: 14px;
	color: #707070;
}

.content li {
	font-size: 14px;
	color: #707070;
}

#accordion-1 .arrow {
	color: #563e6e;
	font-size: 20px;
	transition: 0.25s ease;
	opacity: 0.3;
	transform: rotate(-90deg);
}

#accordion-1 .head:hover .arrow {
	opacity: 1;
}

#accordion-1 .head:hover,
#accordion-1 .active {
	background: #fafafa;
}

#accordion-1 .arrow-animate {
	transform: rotate(0deg);
	opacity: 1;
}

#accordion-1 .content {
	background-color: #FFFFFF;
	display: none;
	padding: 20px 30px;
	color: #333333;
}

.timeing img {
	width: 30%;
	height: 100%;
}

.ncb-img {
	width: 100px;
	height: 60px;
}

.yellow-light {
	width: 80px;
	height: 80px;
}

.smmen h1 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.33;
	color: #000;
	margin-bottom: 30px;
}

.smmen p {
	font-size: 18px;
	line-height: 1.64;
	color: #707070;
	margin-top: 20px;
}

.conflex button {
	background: #eaf7f9;
	border: none;
	border-radius: 50px;
	padding: 5px 10px;
	margin-top: 5px;
	color: #33a4dd;
	transition: all ease .5s;
}

.conflex-two button {
	background: #F4F4F4 0% 0% no-repeat padding-box;
	border: 1px solid #F4F4F4;
	border-radius: 18px;
	font: normal normal normal 12px/37px Poppins;
	color: #1FA5F8;
	padding: 0 10px;
	line-height: 30px;
}

.conflex button:hover {
	background: #33a4dd;
	color: #fff;
}

.quality-control img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 400px;
}

.quality-control h1 {
	margin: 20px 0;
	font-size: 30px;
	font-weight: 500;
	color: #000;
}

.dispatch h1 {
	font-family: Poppins;
	font-size: 22px;
	font-weight: 500;
	line-height: 3.17;
	color: #000;
}

.dispatch p {
	font-family: Poppins;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.64;
	color: #707070;
}

.texy-shadow {
	height: 450px;
	padding: 20px 40px;
	box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, 0.16), inset 0 1.5px 3px 0 rgba(0, 0, 0, 0.16);
	border-radius: 10px;
}

.texy-shadow li,
.texy-shadow p {
	font-size: 14px;
	font-weight: 300;
	line-height: 2;
	color: #707070;
	word-spacing: 3px;
}

.recurt {
	padding: 0 50px;
}

.recurt h6 {
	font-size: 22px;
	font-weight: 500;
	line-height: 3.17;
	color: #000;
	margin-top: 30px;
}

.recurt img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 400px;
}

.recurt p {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.64;
	color: #707070;
	margin-top: 40px;
}

.froo h1 {
	margin-top: 10px;
}

.sugar-brick img {
	height: 100px;
}

.can-planning h1 {
	font-size: 25px;
	text-align: center;
}

.can-planning img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 350px;
}

.inventory img {
	height: 70px;
}

.inventory h3 {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	color: #142333;
}

.oracle h1 {
	font-size: 25px;
	font-weight: 500;
	line-height: 3.17;
	color: #000;
}

.oracle h4 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.64;
	color: #000;
}

.oracle p {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.64;
	color: #707070;
}

.trello {
	padding: 0 50px;
}

.trello h1 {
	font-size: 25px;
	font-weight: 500;
	line-height: 3.17;
	color: #000;
}

.Moules h1 {
	font-size: 25px;
	font-weight: 500;
	color: #000;
	text-align: center;
}

.egov img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.egov-driv h1 {
	font-size: 25px;
	font-weight: 500;
	line-height: 3.17;
	color: #000;
}

.egov-driv h2 {
	font-size: 25px;
	font-weight: 500;
	line-height: 3.17;
	color: #000;
}

.egov-driv p {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.64;
	color: #707070;
}

.egov-driv img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.grayback {
	background-color: #f3f3f3;
	padding: 20px 0;
}

.grayback-two {
	background-color: #f3f3f3;
}

.grayback img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.grayback h1 {
	font-size: 25px;
	font-weight: 500;
	color: #000;
	text-align: center;
}

.firmapp {
	padding: 10px 50px;
}

.firmapp p {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.64;
	color: #707070;
	margin-top: 20px;
}

.martio img {
	margin-top: -70px;
}

.martio h2 {
	margin-bottom: -30px;
}

.feaimg h1 {
	font-size: 30px;
	font-weight: 500;
	line-height: 3.17;
	color: #000;
	text-align: center;
}

.enter-soft h1 {
	font-size: 15px;
	font-weight: 500;
	color: #000;
}

.brick h1 {
	font-size: 25px;
	font-weight: 500;
	line-height: 3.17;
	color: #000;
	text-align: center;
}

.brick p,
.enter-soft p {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.64;
	color: #707070;
}

.diract h1 {
	font-size: 30px;
	font-weight: 500;
	line-height: 3.17;
	color: #000;
}

.diract P {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.64;
	color: #707070;
}

.sales-side {
	padding-left: 50px;
}

.sales-side h5 {
	font-size: 25px;
	font-weight: 500;
	line-height: 3.17;
	color: #000;
}

.sales-side p {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.64;
	color: #707070;
}

.developing-cost h1 {
	font-size: 25px;
	font-weight: 500;
	line-height: 3.17;
	color: #000;
	text-align: center;
}

.developing-cost p {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.64;
	color: #707070;
	margin-top: 25px;
	padding-right: 40px;
}

.oracal img {
	width: 100px;
}

.aproved-oracal h1 {
	font-size: 25px;
	font-weight: 600;
	color: #000;
}

/*cannabies*/
.cannabis-first {
	padding-top: 150px;
}

.cannabis-first h1 {
	font-family: Poppins;
	font-size: 50px;
	font-weight: 800;
	line-height: 1.27;
	color: #283a14;
}

.cannabis-first img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.cannabis-first p {
	font-size: 16px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: left;
	color: #000;
}

.cannabis-second h2 {
	font-size: 27px;
	font-weight: 500;
	line-height: 3.17;
	color: #283a14;
	text-align: center;
}

.cannabis-second p {
	font-family: Poppins;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.64;
	color: #707070;
}

.outer-leaf {
	position: relative;
	margin-top: 100px;
}

.outer-leaf .leaf-one {
	position: absolute;
	right: 0;
	height: 200px;
}

.outer-leaf .leaf-two {
	position: absolute;
	left: 0;
	height: 200px;
	bottom: 0;
}

.cannabis-second~img {
	height: 500px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*.planning1{
	height: 250px;
}*/
.cannabis-second h3 {
	font-family: Poppins;
	font-size: 23px;
	font-weight: 300;
	line-height: 3.8;
	color: #283a14;
}

.drop-leaf-image {
	background-image: url('../images/drop-leaf.svg');
	background-size: cover;
	background-repeat: no-repeat;
}

.drop-leaf-image h4 {
	font-family: Poppins;
	font-size: 55px;
	font-weight: bold;
	line-height: 1.67;
	text-align: center;
	color: #fff;
	text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}

.under-leaf {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.drop-content {
	background: #4e5f14;
	width: 330px;
	padding: 0px 10px;
	border-radius: 5px;
	margin-top: 80px;
}

.drop-content h5 {
	font-family: Poppins;
	font-size: 10px;
	font-weight: 600;
	line-height: 4;
	color: #fff;
}

.drop-content p {
	font-family: Poppins;
	font-size: 10px;
	font-weight: 300;
	color: #fff;
	display: none;
}

.drop-content:hover p {
	display: block;
	transition: all .5s ease;
	margin: -10px 0 0px 0;
	padding-bottom: 10px;
	transition: all .5s ease;
}

.dating-resolution h2 {
	font-weight: 700;
	font-size: 30px;
	line-height: 45px;
	color: #000000;
	text-align: center;
	text-transform: capitalize;
}

.dating-resolution h2::before {
	content: "";
	position: absolute;
	margin-left: -23px;
	top: 45px;
	width: 320px;
	height: 4px;
	border-radius: 20px 0 20px 0;
	background: #76D3FB;
}

.dating-resolution p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}

.problem-box {
	background: #FAFDFF;
	border: 1px solid #5C5F66;
	box-sizing: border-box;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 4px;
	padding: 10px;
}

.problem-box h3 {
	font-weight: 700;
	font-size: 22px;
	line-height: 33px;
	color: #000000;
}

.problem-box h3::before {
	content: "";
	position: absolute;
	top: 137px;
	width: 96px;
	height: 2px;
	background: #76D3FB;
}

.problem-box p {
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	color: #000000;
}

.dating-resolution-two h2::before {
	width: 760px;
}

.dating-resolution-two p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}

.outer-pull-row {
	background: #FAFDFF;
}

.rope-pull p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	margin-top: 40px;
}

.dating-resolution-three h2::before {
	width: 570px;
}

.dating-resolution-four h2::before {
	width: 680px;
}

.for-doctors {
	padding: 0 50px;
}

.for-doctors img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.for-doctors h3 {
	font-weight: 600;
	font-size: 22px;
	line-height: 33px;
	color: #000000;
	text-align: center;
}

.for-doctors h3::before {
	content: "";
	position: absolute;
	top: 230px;
	width: 145px;
	height: 2px;
	background: #76D3FB;
	margin-left: -10px;
}

.for-doctors-two h3::before {
	width: 160px;
}

.for-doctors-three h3::before {
	width: 290px;
}

.for-doctors p {
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	color: #000000;
}

.for-ios h4 {
	font-weight: 700;
	font-size: 30px;
	line-height: 45px;
	color: #000000;
}

.xcode h4 {
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
	color: #000000;
	margin-top: 20px;
}

.xcode p {
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #000000;
	margin-top: 20px;
}

.dating-resolution-five h2::before {
	width: 520px;
}

.dating-resolution-six h2::before {
	width: 470px;
}

.dating-resolution-sev h2::before {
	width: 430px;
}

.dating-resolution-seven h2::before {
	width: 260px;
}

.dating-resolution-eight h2::before {
	width: 290px;
}

.dating-resolution-eight~div p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	margin-top: 30px;
}

.dating-resolution-five ol li {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	margin-left: 20px;
}

.building-date {
	padding-top: 100px;
}

.building-date p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #000000;
}

.dark-blur {
	background-color: #def1fe;
}

.premium-offer ul li {
	font-weight: 600;
	font-size: 25px;
	line-height: 38px;
	color: #000000;
}

.premium-offer p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}

.browsr-slid-outer {
	background: #EDF8FF;
	box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 25px;
	margin-top: 20px 15px;
}

.browsr-slid {
	display: flex;
	justify-content: space-between;
}

.browsr-slid h5 {
	font-weight: 600;
	font-size: 25px;
	line-height: 38px;
	color: #000000;
}

.browsr-slid p {
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #000000;
	text-align: left;
}

.browsr-slid i {
	color: #FF7A00;
	margin: 0 3px;
}

.clint-test {
	background-image: url('../images/right-quote-sign 1.svg');
	box-sizing: border-box;
	background-repeat: no-repeat;
	width: 100%;
}

.clint-test h4 {
	font-weight: 600;
	font-size: 36px;
	line-height: 54px;
	text-transform: capitalize;
	color: #000000;
	text-align: center;
}

.for-faqs h2::before {
	width: 130px;
}

.date-accordion .head {
	background-color: #EDF8FF !important;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
}

.rastaurant h1 {
	font-size: 50px;
	font-weight: bold;
	color: #000000;
	text-transform: capitalize;
}

.rastaurant p {
	font-size: 16px;
	font-weight: 300;
	color: #000000;
}

.rise-of-restorent h2 {
	font-size: 25px;
	color: #000000;
	text-align: center;
	margin: 20px 0;
}

.rise-of-restorent p {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0px;
	color: #707070;
	margin-top: 50px;
}

.rise-of-restorent h3 {
	font-size: 20px;
	color: #000000;
}

.online-relotion {
	padding: 0 30px;
}

.online-relotion img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.online-relotion h4 {
	font-size: 20px;
	color: #000000;
	margin: 10px;
}

.online-relotion p {
	font-size: 14px;
	font-weight: 300;
	color: #000000;
	margin-top: 10px;
}

.inner-resolution {
	display: flex;
}

.hire {
	margin-top: 100px;
	padding: 40px 0px;
}

.hire h1 {
	font: normal normal bold 42px/85px Poppins;
	letter-spacing: 0px;
	color: #333757;
	opacity: 1;
}

.anim-hire {
	margin-left: -40px;
}

.hire h4 {
	font: normal normal bold 22px/37px Poppins;
	letter-spacing: 0px;
	color: #333757;
	margin-top: -20px;
}

.hire p {
	font: normal normal 400 15px Poppins;
	color: #333757;
}

.hire p span {
	font: normal normal bold 15px Poppins;
}

.hire h5 {
	font: normal normal bold 22px/37px Poppins;
	letter-spacing: 0px;
	color: #333757;
}

.outer-hire-three {
	background-image: url('../images/back-banner.png');
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-size: 100% 100%;

}

.outer-hire {
	background-color: #EDEEF1;
}

.outer-hire-two {
	height: 660px;
}

.enquire {
	background: #1FA5F8 0% 0% no-repeat padding-box;
	border: 1px solid #1FA5F8;
	color: #fff;
	font: normal normal normal 16px/28px Poppins;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 25px;
	padding: 5px 20px;
	transition: all .3s ease;
}

.enquire-two {
	width: 200px;
}

.enquire:hover {
	background-color: #fff;
	color: #1FA5F8;
	border: 2px solid #1FA5F8;
	font-weight: 500;
	text-decoration: none;
}

.risk-free {
	display: flex;
	align-items: center;
	background: #333757;
	box-shadow: 0px 3px 6px #00000029;
	padding: 10px;
	height: 130px;
	/* margin-top: 60px; */
	margin-top: 80px;
}

.risk-free h6 {
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

.risk-free h4 {
	font-size: 20px;
	font-weight: normal;
	/* font: normal normal 600 20px/37px Poppins; */
	color: #FFFFFF;
}

.risk-free p {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

.on-demand h3 {
	font: normal normal bold 42px/85px Poppins;
	color: #333757;
}

.on-demand p {
	font: normal normal normal 15px/25px Poppins;
	color: #333757;
}

.on-demand h5 {
	font: normal normal bold 22px/37px Poppins;
	color: #333757;
}

.on-demand button {
	font-family: Poppins;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 2px solid #707070;
	font: normal normal medium 22px/37px Poppins;
	color: #333757;
	padding: 5px 20px;
	transition: all .5s ease;
	margin: 30px 0;
}

.on-demand button:hover {
	background-color: #707070;
	color: #fff;
}

.on-demand-img {
	display: flex;
	justify-content: center;
	align-items: center;
}

.help-part h2 {
	font: normal normal normal 45px/68px Poppins;
	text-align: center;
	color: #002ED9;
	padding: 0 120px;
}

.help-part h2 span {
	font: normal normal bold 45px/68px Poppins;
}

.help-part p {
	font: normal normal normal 15px/28px Poppins;
	color: #142333;
	text-align: center;
}

.request-quote {
	/* background-image: url('../images/Steps_path.svg');
	box-sizing: border-box;
	background-repeat: no-repeat;
	height: 300px; */
	visibility: hidden;
}

.request-quote-two {
	background-image: url('../images/Step-Path.svg');
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 350px;
	margin-top: 40px;
}

.request-quote p {
	font: normal normal normal 10.5px/28px Poppins;
	text-align: left;
	line-height: 20px;
	margin-left: 20px;
}

.request-quote-one {
	/* width: 200px; */
	/* position: absolute;
	top: 120px; */
}

.request-quote-two {
	/* width: 250px; */
	/* position: absolute;
	left: 230px;
	top: 230px; */
}

.request-quote-three {
	/* width: 200px; */
	/* position: absolute;
	left: 466px;
    top: 140px; */
}

.request-quote-four {
	/* width: 200px; */
	/* position: absolute;
	right: 227px;
    top: 226px; */
}

.request-quote-five {
	/* width: 200px; */
	/* position: absolute;
	right: 0px;
    top: 128px; */
}

.request-quote-one h4 {
	font: normal normal bold 15px/28px Poppins;
	letter-spacing: 1.13px;
	color: #44C4FF;
	text-transform: uppercase;
}

.request-quote-two h4 {
	font: normal normal bold 15px/28px Poppins;
	letter-spacing: 1.13px;
	color: #5044FF;
	text-transform: uppercase;
}

.request-quote-three h4 {
	font: normal normal bold 15px/28px Poppins;
	letter-spacing: 1.13px;
	color: #852DEE;
	text-transform: uppercase;
}

.request-quote-four h4 {
	font: normal normal bold 15px/28px Poppins;
	letter-spacing: 1.13px;
	color: #FF44A0;
	text-transform: uppercase;
}

.request-quote-five h4 {
	font: normal normal bold 15px/28px Poppins;
	letter-spacing: 1.13px;
	color: #FF445B;
	text-transform: uppercase;
}

.request-quote-one p::before {
	content: "";
	position: absolute;
	left: 19px;
	top: 30px;
	width: 62px;
	border: 2px solid #44C4FF;
}

.request-quote-two p::before {
	content: "";
	position: absolute;
	left: 19px;
	top: 30px;
	width: 62px;
	border: 2px solid #5044FF;
}

.request-quote-three p::before {
	content: "";
	position: absolute;
	left: 19px;
	top: 30px;
	width: 62px;
	border: 2px solid #852DEE;
}

.request-quote-four p::before {
	content: "";
	position: absolute;
	left: 19px;
	top: 30px;
	width: 62px;
	border: 2px solid #FF44A0;
}

.request-quote-five p::before {
	content: "";
	position: absolute;
	left: 19px;
	top: 30px;
	width: 62px;
	border: 2px solid #FF44A0;
}


.startups p {
	font-size: 20px;
	font-weight: normal;
	font-family: Poppins;
	color: #333757;
}

.outer-startups {
	border-bottom: 15px solid #EDEEF0;
	padding-bottom: 30px;
}

.startups h6 {
	font: normal normal bold 22px/37px Poppins;
	color: #333757;
}

.Quytech {
	font-size: 15px;
	font-family: Poppins;
	color: #333757;
}

.under-startups {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.project-img {
	width: 25%;
	display: flex;
	justify-content: center;
}

.project-img .good {
	width: 95%;
}

.project-img img {
	width: 80%;
}

.hireing-modal {
	padding-top: 40px;
	margin: 40px 0;
}

.hireing-modal h3 {
	font: normal normal bold 42px/85px Poppins;
	color: #333757;
}

.hireing-modal h5 {
	font: normal normal bold 22px/38px Poppins;
	color: #333757;
	margin: 30px 0 20px 0;
	padding-right: 100px;
}

.hireing-modal button {
	background: #1FA5F8 0% 0% no-repeat padding-box;
	border: 1px solid #1FA5F8;
	box-shadow: 0px 3px 6px #00000029;
	font: normal normal normal 16px/28px Poppins;
	color: #FFFFFF;
	padding: 5px 20px;
	transition: all .3s ease;
}

.hireing-modal button:hover {
	background-color: #fff;
	color: #1FA5F8;
	font-weight: 500;
	border: 2px solid #1FA5F8;
	border-radius: 3px;
}

.resource-model {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 10px;
	padding: 5px 10px 2px 10px;
}

.resource-model h6 {
	font: normal normal 600 19px/32px Poppins;
	color: #333757;
}

.resource-model p {
	font: normal normal normal 15px/25px Poppins;
	color: #333757;
	margin-top: -10px;
}

.choise-app h2 {
	font: normal normal bold 42px/85px Poppins;
	color: #333757;
}

.choise-app p {
	font: normal normal normal 15px/25px Poppins;
	color: #333757;
}

.choise-app h6 {
	font: normal normal 600 22px/37px Poppins;
	color: #333757;
}

.outer-choise-app {
	border-bottom: 15px solid #f4f4f3;
}

.major-pain {
	padding: 35px 0;
}

.major-pain h2 {
	font: normal normal bold 42px/85px Poppins;
	color: #333757;
}

.major-pain h6 {
	font: normal normal bold 18px/37px Poppins;
	color: #333757;
}

.major-pain p {
	font: normal normal normal 15px/25px Poppins;
	color: #333757;
	margin-top: -10px;
}

.outer-point {
	display: flex;
}

.points {
	width: 70px;
	height: 35px;
	background: #333757 0% 0% no-repeat padding-box;
	border: 3px solid #A0A2B4;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 8px;
}

.local-cost {
	margin-left: 8px;
}

.points h4 {
	font: normal normal 600 20px/37px Poppins;
	color: #FFFFFF;
	display: inline;
}

.points-one {
	width: 126px;
}

.points-four {
	width: 51px;
}

.delivering-world {
	margin-top: 150px;
}

.delivering-world h1,
.enabling h2 {
	font: normal normal bold 42px/59px Poppins;
	color: #333757;
}

.delivering-world p,
.enabling p {
	font: normal normal normal 16px/25px Poppins;
	color: #333757;
}

.enabling {
	margin-top: 100px;
	background: transparent linear-gradient(180deg, #FFFFFF 0%, #EDEEF1 100%) 0% 0% no-repeat padding-box;
}

.team-project {
	display: flex;
}

.team-project h5 {
	font-size: 20px;
	font-weight: bold;
	color: #333757;
	font-family: Poppins;
}

.team-project h4 {
	font-size: 25px;
	font-weight: bold;
	color: #0080F9;
	font-family: Poppins;
}

.team-project p {
	font-size: 16px;
	font-family: Poppins;
	color: #333757;
}

.under-team-project {
	padding: 10px;
	position: relative;
}

.under-team-project h5 {
	font-feature-settings: 20px;
	font-weight: normal;
	font-family: Poppins;
	color: #333757;
	margin-top: 7px;
}

.project-border {
	width: 2px;
	height: 110px;
	position: absolute;
	top: 10px;
	right: 0;
	background: transparent linear-gradient(180deg, #C9C9C9 0%, #525252 48%, #C9C9C9 100%) 0% 0% no-repeat padding-box;
}

.project-border-two {
	width: 2px;
	height: 239px;
	position: absolute;
	top: 10px;
	left: 0;
	background: transparent linear-gradient(180deg, #C9C9C9 0%, #525252 48%, #C9C9C9 100%) 0% 0% no-repeat padding-box;
}

.healthcare-fream {
	display: flex;
	padding-bottom: 5px;
}

.under-team-project img {
	width: 90px;
	height: 48px;
}

.healthcare {
	background: transparent linear-gradient(180deg, #EDEEF1 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

.healthcare p {
	font-size: 16px;
	font-family: Poppins;
	color: #333757;
	margin-top: 8px;
}

.globally {
	background: transparent linear-gradient(90deg, #FFFFFF 0%, #FBFBFB 100%) 0% 0% no-repeat padding-box;
}

.under-globally {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: transparent linear-gradient(90deg, #F2F2F2 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

.globally h4 {
	font-size: 39px;
	font-weight: bold;
	font-family: Poppins;
	color: #333757;
}

.globally-one {
	background-color: #f1f1f1;
}

.under-globally button {
	width: 250px;
	font-size: 16px;
	font-family: Poppins;
	color: #333757;
	background: #00000000 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border: 1px solid #333757;
	padding: 5px 20px;
	margin-top: 10px;
	transition: all ease .5s;
}

.under-globally button:hover {
	background-color: #333757;
	color: #fff;
}

.digitalize h3 {
	font-size: 42px;
	font-weight: bold;
	font-family: Poppins;
	color: #333757;
	margin-top: 50px;
}

.digitalize p {
	font-weight: 16px;
	font-family: Poppins;
	color: #333757;
}

.digitalize ol {
	counter-reset: my-awesome-counter;
	list-style: none;
}

.digitalize ol li {
	margin: 0 0 0.5rem 0;
	counter-increment: my-awesome-counter;
	position: relative;
}

.digitalize ol li::before {
	content: counter(my-awesome-counter);
	position: absolute;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 35px;
	background: #0080F9 0% 0% no-repeat padding-box;
	border: 3px solid #A0A2B4;
	border-radius: 5px;
	font-size: 22px;
	font-weight: normal;
	font-family: Poppins;
	color: #FFFFFF;
}

.digitalize h6 {
	font-size: 22px;
	font-weight: 600;
	font-family: Poppins;
	font: normal normal 600 22px/37px Poppins;
	color: #333757;
}

.digitalize ol li p {
	font-size: 15px;
	font-family: Poppins;
	color: #333757;
}

.whole-salamat {
	display: flex;
	height: 689px;
	overflow-x: hidden;
}

.salamat-sec {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #007BA8 0% 0% no-repeat padding-box;
	padding-left: 100px;
	padding-right: 30px;
}

.salamat-sec h4 {
	font-size: 42px;
	font-weight: bold;
	font-family: Poppins;
	color: #FFFFFF;
}

.salamat-sec p {
	font-size: 15px;
	font-family: Poppins;
	color: #FFFFFF;
}

.salamat-sec button {
	width: 253px;
	font-weight: 16px;
	font-family: Poppins;
	color: #FFFFFF;
	background: #00000000 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border: 1px solid #FFFFFF;
	padding: 10px 0;
	transition: all ease .5s;
	margin-top: 20px;
}

.salamat-sec button:hover {
	background-color: #fff;
	color: #007BA8;
}

.salamat-phone {
	flex: 1;
	background: #55D1FF 0% 0% no-repeat padding-box;
	position: relative;
}

.salamat-phone .one {
	width: 254px;
	height: 509px;
	position: absolute;
	top: 50px;
	left: 80px;
}

.salamat-phone .two {
	width: 220px;
	height: 443px;
	position: absolute;
	right: -20px;
	bottom: 80px;
}

.healthcare-application h4 {
	font-size: 39px;
	font-weight: bold;
	font-family: Poppins;
	color: #333757;
}

.healthcare-application p {
	font-size: 16px;
	font-family: Poppins;
	color: #333757;
}

.healthcare-application h6 {
	font-size: 20px;
	font-weight: bold;
	font-family: Poppins;
	color: #333757;
	text-decoration: underline;
}

.custom-medical {
	padding: 30px 0;
	background: #EFF0F3 0% 0% no-repeat padding-box;
}

.custom-medical h3 {
	font-size: 39px;
	font-weight: bold;
	font-family: Poppins;
	color: #333757;
}

.custom-medical p {
	font-size: 16px;
	font-family: Poppins;
	color: #333757;
}

.custom-medical h6 {
	font-size: 20px;
	font-weight: 600;
	font-family: Poppins;
	color: #333757;
}

.heart-sec {
	margin-left: 10px;
}

.heart-red {
	display: flex;
}

.heart-red img {
	width: 35px;

}

/* addition varification */
.varification #success,
.varification #fail {
	display: none;
}

.varification#message,
.varification #success,
.varification #fail {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.varification p {
	display: inline;
	margin-right: 5px;
	font-size: 14px;
	font-weight: 600;
}

.varification input,
.varification button {
	font-size: 12px;
}

.varification input {
	border: 2px solid gray;
	border-radius: 5px;
	width: 50px;
	height: 25px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
}

.varification button {
	border: solid 1px #1fa5f8;
    background-color: #1fa5f8;
    padding: 7px 40px;
    color: #fff;
    font-size: 20px;
	border: none;
	border-radius: 1.5em;
	cursor: pointer;
	transition: background .5s ease-in-out;
}

.varification button:hover:enabled {
	background: #303030;
}

.varification button:disabled {
	opacity: .5;
	cursor: default;
}
.input-group #w3review{
	outline: none;
	border: none;
	border-bottom: 1px solid #e2e2e2;
}