
.common-hero {
	min-height: 350px;
	display: flex;
	padding-top: 90px;
	align-items: center;
	position: relative;
	z-index: 0;
	overflow: hidden;
	background: #E5FFF4;
}

.common-hero .main-heading h1 {
	font-size: 36px;
	line-height: normal;
	font-weight: bold;
	color: #103F2A;
}
.space16 {
	height: 16px;
}

.common-hero .main-heading span.span {
	display: inline-block;
	font-size:16px;
	line-height: normal;
	font-weight: bold;
	color: #103F2A;
	margin-bottom: 16px;
}

.common-hero .main-heading span.span img {
	margin-top: -3px;
	margin-right: 2px;
}

.common-hero .main-heading span.span a {
	color: #103F2A;
}

.common-hero .main-heading span.span span.arrow {
	display: inline-block;
	padding: 0px 3px;
}


#header {
	background: #050f11;
}

.sp {
	padding: 80px 0px;
}

.about2 .about2-images {
	position: relative;
	height: 500px;
	text-align: center;
}

.about2 .about2-images .image1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

img {
	max-width: 100%;
	max-height: 100%;
}

.about2 .about2-images .image2 {
	padding-top: 50px;
}

.about2 .about2-images .image3 {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}


.about2 .about2-images .counter-box {
	background-color: #103F2A;
	width: 200px;
	padding: 20px;
	border-radius: 7px;
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
}


.about2.about-page-sec .counter-box {
	background-color: #103F2A;
	width: 200px;
	padding: 20px;
	border-radius: 7px;
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
}

.about2.about-page-sec .counter-box h3 {
	font-size: 40px;
	line-height: normal;
	color: #fff;
	font-weight: bold;
}

.about2.about-page-sec .counter-box p {
	text-align: start;
	padding-left: 16px;
	font-size:16px;
	line-height: var(--f-fs-font-fs24);
	font-weight: var(--f-fw-regular);
	color: #fff;
}
.space30 {
	height: 15px;
}
.heading1 span.span {
	display: inline-block;
	font-size: 19px;
	line-height: normal;
	font-weight: bold;
	color: #103F2A;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.heading1 span.span img {
	margin-top: -3px;
	margin-right: 2px;
}

.heading1 h2 {
	font-size: 35px;
	line-height: normal;
	font-weight: 600;
	color: #0E0F11;
	margin: 0;
}

/* .heading1 {
	padding-left: 20px;
} */

.space16 {
	height: 16px;
}

.heading1 p {
	font-size:16px;
	line-height: var(--f-fs-font-fs28);
	font-weight: var(--f-fw-regular);
	color: var(--ztc-text-pera-text-1);
	transition: all 0.4s;
}

.space10 {
	height: 10px;
}

.about2 .porgress-line-all {
	background-color: var(--ztc-bg-bg-4);
	border: 1px solid var(--ztc-bg-bg-5);
	border-radius: 7px;
	padding: 0;
	margin-top: 0;
	margin-bottom: 40px;
}

.about2.about-page-sec .porgress-line-all {
	background: #F8F9FA;
	border: none;
}

.about2 .porgress-line-all .progress-line {
	margin-top: 32px;
	position: relative;
}

.about2 .porgress-line-all .progress-line:nth-child(1) {
	margin-top: 0;
}

.about2.about-page-sec .porgress-line-all .heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 12px;
}

.about2.about-page-sec .porgress-line-all h6 {
	color: var(--ztc-text-text-1);
	font-size: var(--f-fs-font-fs20);
	line-height: var(--f-fs-font-fs20);
	font-weight: bold;
}

.heading1 p {
	font-size: 14px;
	line-height: normal;
	font-weight: 500;
	color: #454545;
	transition: all 0.4s;
}

.about2.about-page-sec .porgress-line-all .progress {
	height: 10px;
}


.progress {
	--bs-progress-height: 1rem;
	--bs-progress-font-size: 0.75rem;
	--bs-progress-bg: #e9ecef;
	--bs-progress-border-radius: 0.375rem;
	--bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
	--bs-progress-bar-color: #fff;
	--bs-progress-bar-bg: #0d6efd;
	--bs-progress-bar-transition: width 0.6s ease;
	display: flex;
	height: var(--bs-progress-height);
	overflow: hidden;
	font-size: var(--bs-progress-font-size);
	background-color: var(--bs-progress-bg);
	border-radius: var(--bs-progress-border-radius);
}

.about2.about-page-sec .porgress-line-all .progress .progress-bar {
	background: #103F2A;
}

.w-75 {
	width: 75% !important;
}


.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	color: var(--bs-progress-bar-color);
	text-align: center;
	white-space: nowrap;
	background-color: var(--bs-progress-bar-bg);
	transition: var(--bs-progress-bar-transition);
}


.bg1 {
	background-color: #E5FFF4;
}
.solution .solution-images {
	text-align: center;
	height: 500px;
	position: relative;
}

.solution .solution-images .image1 {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
}


.solution .solution-images .image2 {
	padding-top: 50px;
}

.solution .solution-images .image3 {
	position: absolute;
	left: 0;
	bottom: 0;
}
.about-solution .images img {
	width: 100%;
	border-radius: 7px;
}

.solution .item-box {
	display: flex;
	align-items: start;
	margin-top: 30px;
}

.solution .item-box .icon {
	margin-right: 20px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	background-color: rgba(161, 233, 52, 0.0941176471);
	transition: all 0.4s;
}

.about-solution .item-box .icon {
	background: #E7EBF7 !important;
}

.solution .item-box .icon img {
	height: auto;
	transition: all 0.4s;
}

.heading1 h3 a {
	color: #0D0E10;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
}

.our-value .we_slider_box img {
	width: 50px;
	margin: 0 0 30px 0;
	height: 50px;
}

.our-value .we_slider_box h4 {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #020202;
}

.our-value .we_slider_box p {
	margin-bottom: 10px;
	font-size: 14px;
  line-height: normal;
}

.w-bg {background-color: #fff !important;}

.ptext {
	font-size: 14px;
	text-align: center;
	margin: 11px 0 0 0;
}

.heading-tow h2 {
	font-size: 30px;
	font-weight: bold;
	color: #020202;
}

.heading-tow {
	margin-bottom: 50px;
}

.why-box span {
	background: #fff;
	width: 100px;
	height: 100px;
	display: flex;
	margin: auto;
	padding: 15px;
	justify-content: center;
	align-content: center;
	border-radius: 100px;
}

.why-box h3 {
	color: #020202;
	font-weight: 600;
	font-size: 22px;
	margin: 20px 0 12px 0;
}

.why-box p {
	font-size: 14px;
}
.why-box span img {
	width: 90%;
}

.space100 {
	height: 100px;
}

.contact-page .contact-boxs {
	padding-right: 60px;
}

.contact-page .contact-boxs .contact-box {
	display: flex;
	align-items: center;
	background-color: #F8F9FA;
	border-radius: 7px;
	padding: 20px 24px;
	margin-top: 30px;
	transition: all 0.4s;
}

.contact-page .contact-boxs .contact-box .icon {
	height: 60px;
	width: 60px;
	background-color: rgba(14, 55, 177, 0.1725490196);
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
}

.contact-page .contact-boxs .contact-box .heading {
	padding-left: 16px;
}

.contact-page .contact-boxs .contact-box .heading h5 {
	font-size: 20px;
	line-height: normal;
	font-weight: 600;
	color: #020202;
}

.contact-page .contact-boxs .contact-box .heading a {
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	padding-top: 0px;
	display: inline-block;
  color: #656677;
}

.contact-form-details {
	background-color: #F8F9FA;
	padding: 32px;
	border-radius: 7px;
}

.contact-form-details .single-input input, .contact-form-details .single-input textarea {
	padding: 16px;
	border: none;
	background-color: #fff;
	margin-bottom: 20px;
	border-radius: 4px;
	width: 100%;
	color: #676879;
	border: 1px solid #eee;
}
.map-contact iframe {
	width: 100%;
}

.pt-0 {
  padding-top: 0px !important;
}

.carer-three {
	border: 3px solid #81A595;
	box-shadow: -3px 8px 15px hsl(0deg 0% 0% / 20%);
	padding: 30px;
	border-radius: 20px;
	min-height: 460px;
}

.carer-three span {
	width: 120px;
	height: 120px;
	background: #efefef;
	padding: 20px;
}
.we-hire-box h4 {
	font-size: 25px;
	font-weight: 600;
	color: #020202;
}

.we-hire {
	border: 2px solid #81A595;
	box-shadow: -3px 8px 15px hsl(0deg 0% 0% / 20%);
	padding: 25px;
	border-radius: 20px;
	position: relative;
	margin-bottom: 20px;
}

.we-hire h5 {
	font-size: 18px;
	color: #020202;
	margin-bottom: 17px;
	font-weight: 600;
}

.we-hire p {
	font-size: 15px;
	margin: 0 0 10px 0;
}


.we-hire p b {
	font-weight: 600;
	color: #2f2f2f;
}
.we-hire .btn {
	position: absolute;
	right: 30px;
	bottom: 30px;
}

.head-in-page {
	margin-top: 90px;
	padding: 60px 0 80px 0;
	background: #0b1c20;
	color: #fff;
}
.head-title h2 {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 25px;
	line-height: 60px;
	font-size: 45px;
}

.head-title {
	display: grid;
	height: 100%;
	align-content: center;
}
.head-title p {
	line-height: 28px;
	font-size: 16px;
  width: 90%;
}

.head-title h2 span {
	display: block;
	color: #508568;
	font-weight: 700;
}


.whiteBtn {
	width: 25px;
	height: 25px;
	margin: 0 8px 0 0;
}


.pt-8 {
  padding-top: 80px;
}

.pb-8 {padding-bottom: 80px;}

.section-head h3 {
	color: #020202;
	font-weight: 600;
	font-size: 35px;
	margin: 0 0 20px 0;
}
.tx-heading {
	text-align: center;
	width: 80%;
	display: block;
	margin: 0 auto;
}

.section-head p {
	font-size: 17px;
	width: 80%;
	margin: auto;
	display: block;
}
.section-head h4 {
	font-size: 27px;
	font-weight: 600;
	color: #366149;
	margin: 20px 0 10px 0;
	display: block;
}

.section-box .title a {
	width: 80%;
	margin: auto;
	display: block;
	line-height: normal;
}

.services.section-box .service-item {
	min-height: 310px;
}


.title-one {
	color: #020202;
	font-weight: 600;
	font-size: 35px;
	margin: 0 0 20px 0;
}

.technology-we-in {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-column-gap: 25px;
	text-align: center;
	margin-top: 35px;
}
.tech-we-box span {
	width: 55%;
	margin: 10px auto 10px;
	display: block;
	background: #103F2A;
	border-radius: 100px;
	padding: 25px;
	border: 2px solid #fff;
}
.why-choose-box span {
	width: 85%;
}
.tech-we-box {
	background: #103F2A;
	color: #fff;
	border-radius: 20px;
	padding: 20px 10px;
	border: 2px solid #103F2A;
  transition: 0.5s;
}

.tech-we-box:hover {
	background: #fff;
}

.tech-we-box:hover p {
  color: #020202;
}
.tech-we-box img {
	border-radius: 10px;
}

.tech-we-box p {
	font-size: 17px;
	font-weight: 500;
	margin: 0;
	padding: 10px 0 5px 0;
	color: #fff;
}

.why-choose-box {
	background: #fff;
	border-radius: 20px 50px 20px 50px;
	box-shadow: 5px 5px 10px #ddd;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	border: 2px dotted #103F2A;
	transition: 0.5s;
	padding: 40px;
}

.why-choose-box:hover {
	border-radius: 50px 10px 50px 10px;
}

.title-two {
	font-size: 23px;
	font-weight: 600;
	color: #020202;
	margin: 0 0 20px 0;
}
.title-two-p {
	margin: 0;
	font-size: 15px;
	line-height: normal;
}

.grid-span {
	display: grid;
	grid-template-columns: 120px 1fr;
	grid-column-gap: 20px;
	/* min-height: 230px; */
	align-content: center;
	align-items: center;
	height: 100%;
}

.get-start {
	background: #103F2A;
	padding: 50px;
	border-radius: 20px;
	color: #fff;
	display: grid;
	grid-template-columns: 1fr 0.3fr;
	grid-column-gap: 50px;
}

.get-start h4 {
	color: #fff;
}


.btn-get-started {
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	display: inline-block;
	padding: 8px 40px;
	border-radius: 8px;
	transition: 0.5s;
	border: 2px solid #fff;
}

.btn-get-started:hover {
	color: #103F2A;
	background: #fff;
	border-color: #103F2A;
}



.btn-sechedule {
  color: #103F2A;
	font-weight: 400;
	font-size: 16px;
	display: inline-block;
	padding: 8px 40px;
	border-radius: 8px;
	transition: 0.5s;
	border: 2px solid #fff;
  background-color: #fff;
}

.get-btn {
	display: flex;
	margin-top: 30px;
}



.get-btn a {
	display: flex;
	grid-column-gap: 10px;
}

.get-btn a img {
	width: 23px;
	height: 23px;
}

.get-btn a {
	padding: 8px 20px;
}

.img-fluid.get-img-bot {
	max-width: 80%;
}


.img-ani{ animation: jumping 3s linear 0s infinite alternate;}
@keyframes jumping { 0% { transform: translateY(5px); }
  100% { transform: translateY(-25px); } }


  .tech-box-smart {
	border: 2px dotted #103F2A;
	padding: 20px;
	border-radius: 10px 50px 10px 10px;
	min-height: 320px;
	margin-top: 50px;
	transition: 0.5s;
	
}
.tech-height {
	height: 100%;
	min-height: initial;
}
.tech-height p {
	margin: 0;
}

.tech-box-smart:hover {
	border-radius: 50px 10px 10px 10px;
}

.tech-box-smart h3 {
	font-size: 22px;
	font-weight: 600;
	color: #020202;
	margin: 0 0 18px 0;
}

.tech-box-smart p {
	font-size: 14px;
}

.tech-box-smart span {
	width: 80px;
	height: 80px;
	display: block;
	margin: 10px 0 15px 0;
}

.tech-box-smart span img {
	max-width: 80%;
	max-height: 80%;
}

.why-smart-box {
	min-height: 310px;
}

.mlm-why-choose {
	min-height: 350px;
}
.mlm-why-choose:hover {
	background: #fff;
}
.semi-dapp {
	margin: 50px 0 50px 0;
	display: inline-block;
	width: 100%;
}

.semi-dapp h3 {
	font-size: 25px;
	font-weight: 600;
	color: #020202;
	margin: 0 0 20px 0;
}
.semi-dapp h4 {
	padding-left: 40px;
	margin-top: 40px;
	color: #020202;
	font-size: 22px;
	margin-bottom: 15px;
}

.semi-benifits {
	display: inline-block;
	width: 100%;
	padding-left: 40px;
}
.semi-benifits span {
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 15px;
	margin: 0 0 9px 0;
	padding-left: 21px;
}

.semi-benifits span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 8px;
	height: 8px;
	background: #777;
}

.why-height-box {
	height: 100%;
}

/*Footer css*/

.client-box {
    width: 96%;
    position: relative;
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #ddd;
}
.client-profile .video_btn {
    position: absolute;
    right: -5px;
    bottom: 0;
    background: #ed2b1e;
    font-size: 20px;
    width: 35px;
    height: 35px;
    color: #fff;
    border-radius: 100%;
    line-height: 35px;
}
.client-comment {
    background: url(../img/client-p-after.png) no-repeat top center;
    padding-top: 75px;
}

.client-section .client-comment p {
    font-weight: 400;
    position: relative;
    height: 160px;
}

.client-profile {
    margin: 20px auto 0;
    width: 100px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    position: relative;
    box-shadow: 0 0 10px hsl(0deg 0% 0% / 26%);
}
.owl-carousel .owl-item img {
    display: block;
}
.client-profile img {
    border-radius: 50%;
    width: 100px;
    overflow: hidden;
}

.client-name p {
    font-size: 16px;
    margin: 12px 0;
    text-align: center;
}
.client-name p span {
    font-size: 12px;
    display: block;
    font-weight: 400;
}
footer {
    background: #103c76;
    color: #fff;
    padding: 70px 0 0 0;
}
.add-svg {
	height: 30px;
	position: absolute;
	left: 20px;
	top: 22px;
}
.foot-add {
	position: relative;
	padding-left: 70px;
	margin-bottom: 10px;
	background: #193E2D;
	padding: 20px 20px 20px 70px;
	border-radius: 13px;
}
.foot-add span {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
}
.foot-add p {
	font-size: 13px;
	margin: 0;
}
.get-in-touch {
	margin-top: 30px;
}
.get-in-touch h2 {
    font-size: 23px;
    margin:  0 0 30px 0;
}

.email-svg, .skype-svg {
    width: 35px;
    margin: 3px 0 0 0;
}
.get-in-box {
	display: flex;
	grid-column-gap: 20px;
	align-items: start;
	align-content: start;
	background: #193E2D;
	padding: 20px;
	border-radius: 10px;
	margin: 0 0 10px 0;
}
.get-in-tx p {
	margin: 0;
}
.foo-right h2 {
	font-size: 18px;
	font-weight: 600;
	margin: 0;
}
.foo-right p {
	margin: 0 0 20px 0;
	font-size: 13px;
}
.foot-fea-logo {
    display: inline-flex;
    grid-column-gap: 20px;
    margin-bottom: 30px;
    margin-top: 10px;
}
.foot-fea-logo img {
	width: 100px;
	border: 2px solid #fff;
	border-radius: 100px;
	padding: 3px;
}

.foot-social h3 {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 10px 0;
}
.foot-social-bx {
    display: grid;
    color: #fff;
}
.foot-social-bx a {
	color: #fff;
	margin: 10px 0 0px 0;
	font-weight: 500;
	font-size: 14px;
}


.foot-social-bx a img {
    width: 20px;
    margin: 0 10px 0 0;
}

.foot-social-bx a img {
    width: 20px;
    margin: 0 10px 0 0;
    filter: invert(1);
}
.foo-right {
	margin-top: 0;
	padding-left: 20px;
	margin-bottom: 20px;
}

p.copy-right {
	text-align: center;
	margin-top: 20px;
	font-size: 13px;
}

p.copy-right a {
    color: #fff;
}





.footer-bot .get-in-touch {
    margin-top: 0;
}
.footer-bot {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 20px;
}

.grid-two {
    display: flex;
    grid-column-gap: 40px;
}
.foo-right-tx {
    margin-top: 40px;
}
.foot-social-bx {
	/* display: grid; */
	/* color: #fff; */
	/* grid-template-columns: 1fr 1fr; */
	grid-row-gap: 7px;
}
.foo-right-tx {
	margin-top: 0;
	/* background: #193E2D; */
	padding: 0 0px 0 20px;
	border-radius: 10px;
	/* margin-top: 0; */
}
textarea.form-control {
	height: 100px;
	padding: 15px !important;
}
.get-in-touch h2 {
    font-size: 19px;
    margin: 0 0 13px 0;
}
footer {
	background: #1D4D37;
	color: #fff;
	padding: 70px 0 0 0;
}

.foot-add h3 img {
	width: 40px;
	border-radius: 6px;
}
.foot-add h3 {
	font-size: 18px;
}

.php-email-form.pe-md-5.aos-init.aos-animate {
	background: #275C44;
	padding: 30px;
	border-radius: 15px;
}

.navmenu ul ul h6 {
	margin: 10px 0 10px 20px !important;
}

#gettouch .modal-body {
	padding: 0;
	margin: 0;
}

#gettouch .modal-dialog {
	max-width: 750px;
}
.modal-body .btn-close {
	position: absolute;
	right: 0;
	top: 0;
	opacity: 1;
	background-color: #fff;
	padding: 0;
	width: 40px;
	height: 40px;
	font-size: 12px;
	border-radius: 0px 0px 0px 20px;
}

.modal-content {
	background: transparent;
}

#gettouch textarea.form-control {
	height: 100px;
	padding: 15px !important;
}
.form-modal {
	color: #fff;
}

#gettouch .php-email-form.pe-md-5.aos-init.aos-animate {
	padding: 50px;
}

#gettouch .btn {
	background: #103826;
	border: 2px solid #103826;
	color: #fff;
	padding: 8px 30px;
}

.still-expert {
	margin-top: 30px;
}

.still-expert h3 {
	font-size: 30px;
	margin: 0 0 30px 0;
}

.still-expert b {
	display: inline-block;
	width: 100%;
	font-weight: normal;
	font-size: 18px;
	margin: 0 0 12px 0;
	padding-left: 30px;
	position: relative;
}

/* .still-expert b::before {
	content: "";
	position: absolute;
	left: 9px;
	top: 10px;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 30px;
} */

.still-expert b img {
	width: 22px;
	margin: 0 10px 0 0;
}