/*-----------Header-----*/
.header-top {
    background: linear-gradient(45deg, #b39852 12%, #000 51%);
}
.header-top i.fa {
    color: #b39852;
    margin-right: 15px;
}
ul.dropdown_menu {
    width: 200px;
}
li.dropdown .dropdown_menu li a {
    padding: 10px !important;
    margin: unset;
}

.nav.navbar-nav li:hover a {
    color: #222;
}
/*--------Menu-------*/
.nav.navbar-nav li a {
    color: #02659f;
    font-size: 16px;
    margin-top: 20px;
    padding: 18px 15px !important;
    font-family: sans-serif;
}
.is-sticky .navigation-area .navbar-nav li.active a, .is-sticky .navigation-area .navbar-nav li:hover a {
    color: #02659f;
}
.dropdown:hover > .dropdown_menu li a {
    background: #b39852;
    color: #fff;
}
li.dropdown .dropdown_menu li a {
    padding: 5px 10px !important;
    margin: unset;
    text-align: left;
    font-size: 15px;
    line-height: 1.4;
}
.is-sticky .navigation-area .navbar-nav .dropdown:hover .dropdown_menu a {
    color: #fff !important;
}

/*---banner---*/
.bg-overlay:after {
    background: none;
}
#home-slider .teashop-btn {
    display: none;
}


.about-us{
    padding: 100px 0;
    background: url('../images/about-us-bg.svg') no-repeat;
    background-position: bottom left;
    background-size: auto;
}

.about-image{
    position: relative;
    display: flex;
    justify-content: end;
    padding-top: 150px;
    margin-right: 40px;
}





.about-img-1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 300px;
}

.about-img-2 figure,
.about-img-1 figure{
    display: block;
    border-radius: 40px;
}

.about-img-1 figure img{
    border-radius: 40px;
}

.about-img-2 img{
    border: 10px solid var(--white-color);
    aspect-ratio: 1 / 1.22;
    object-fit: cover;
    border-radius: 40px;
}

.company-experience{
    position: absolute;
    top: 50px;
    right: -55px;
    display: flex;
	align-items: center;
	max-width: 250px;
}

.company-experience-counter{
	width: 120px;
}

.company-experience-counter h2 {
    font-size: 50px;
    color: #b39852;
}

.company-experience-content p{
	font-size: 18px;
	line-height: 1.4em;
	text-transform: capitalize;
	color: var(--primary-color);
	margin: 0;
}

.about-content-list{
	margin-bottom: 20px;
}

.about-content-list ul{
	margin: 0;
    padding: 0;
    list-style: none;
}

.about-content-list ul li {
    position: relative;
    color: #222222;
    text-transform: capitalize;
    padding-left: 40px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.about-content-list ul li:last-child{
	margin-bottom: 0;
}

.btn-default {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 0.6em;
    text-transform: capitalize;
    color: #222222;
    background-color: #b39852;
    border-radius: 10px;
    padding: 2px 40px 2px 2px;
    border: none;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}
.btn-default span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    background-color: #ffffff;
    color: #222222;
    border-radius: 8px;
    padding: 15px 20px;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}
.about-content-body {
    margin-top: 30px;
}
.btn-default::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    border-radius: 8px;
    background: #222222;
    transition: all 0.4s ease-in-out;
    z-index: 0;
}
.btn-default span::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  border-radius: 8px;
  background: #F90;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
btn-default:hover span::after {
  width: 100%;
  left: 0;
  right: auto;
}
.btn-default:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.btn-default:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}
.btn-default::before {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    width: 12px;
    height: 12px;
    /*background-image: url(../images/arrow-white.svg);*/
        content: "\f061";
    font-family: 'FontAwesome';
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px auto;
    transform: translate(-15px, -50%) rotate(-45deg);
    
    transition: all 0.4s ease-in-out;
    z-index: 1;
}
.btn-default:hover::before {
   transform: translate(-15px, -50%);
   color:#fff;
}
.btn-default:hover {
    color: #fff;
    background-color: #000000;
}
.btn-default:hover span {
    background-color: #b39852;
}

.section-title h3 {
    color: #b39852;
    font-size: 20px;
    font-family: 'manrope';
}
.section-title h2 {
    color: #02659f;
    font-weight: 100;
     font-family: manrope !important;
     line-height: 1.5;
}
.section-title h2 span {
    display: block;
    font-weight: bold;
    line-height: 1.5;
     font-family: manropes !important;
}
/*---------------Home-End-------*/

/*-----------------About-------------*/
.our-services{
    position: relative;
	padding: 100px 0 280px;
	background: url('../images/our-service-bg.jpg') no-repeat center center;
	background-size: cover;
}

.our-services:before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--primary-color);
	opacity: 70%;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.our-services .container{
	position: relative;
	z-index: 1;
}

.our-services-list{
	position: relative;
	z-index: 2;
	margin-top: -180px;
}

.services-list-box{
	background: #fff;
	border: 1px solid #f5f5f5;
	border-radius: 40px;
	padding: 60px;
	box-shadow: 0px 4px 30px 0px #0000000A;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 60px;
}

.services-list-box .service-item{
	width: calc(25% - 45px);
	position: relative;
}

.services-list-box .service-item:after{
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	right: -30px;
	bottom: 0;
	left: auto;
	border-right: 1px solid var(--divider-color);
}

.services-list-box .service-item:nth-child(4n   4):after{
	display: none;
}

.service-item .icon-box{
	margin-bottom: 30px;
    text-align: center;
}

.service-item .icon-box img {
    width: 90px;
}

.service-body{
	margin-bottom: 60px;
}

.service-body h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    line-height: 1.5;
    font-family: sans-serif;
}

.service-item:hover .service-footer a{
	background: #b39852;
}
.service-item .service-footer a span {
    color: #000;
}
.service-item .service-footer a img{
	max-width: 18px;
	transform: rotate(45deg);
	transition: all 0.3s ease-in-out;
}

.service-item .service-footer a:hover img{
	filter: brightness(0) invert(1);
}
.about-content-list .fa.fa-cog {
    color: #b39852;
    font-size: 25px;
}
.our-services:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #222222;
    opacity: 70%;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.service-item .service-footer a {
    background: #f5f5f5;
    border-radius: 8px;
    width: 70px;
    height: 40px;
    transition: all 0.3s ease-in-out;
    line-height: 40px;
}
.service-footer {
    text-align: center;
}
.services-list-box .service-item:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: -30px;
    bottom: 0;
    left: auto;
    border-right: 1px solid #ebebeb;
}
.our-services .section-title h2 {
    color: #ffffff;
    font-size: 29px;
    line-height: 1.5;
    font-weight: 100;
}
.our-services .section-title h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 100;
}
.our-services p {
    color: #d3d0d0;
    line-height: 2;
    font-size: 18px;
}
.our-services .section-title h2 span {
    display: block;
    font-weight: bold;
}
.our-story {
    padding: 100px 0;
    background: #f5f5f5;
}

.image-anime{
    position: relative;
	overflow: hidden;
}

.image-anime:after{
	content: "";
	position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.our-story{
    padding: 100px 0;
}

.our-story-header-img{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.our-story-header-img figure{
	width: calc(50% - 15px);
	display: block;
	border-radius: 40px;
}

.our-story-header-img figure img{
	aspect-ratio: 1 / 0.71;
	object-fit: cover;
	border-radius: 40px;
}

.our-story-img{
	margin-right: 40px;
}

.our-story-img figure,
.our-story-img img{
	width: 100%;
	display: block;
	border-radius: 40px;
}

.our-story-img img{
	aspect-ratio: 1 / 0.85;
	object-fit: cover;
}

.our-story-content-body{
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 60px;
	padding-bottom: 60px;
}

.our-story-content-body p:last-child{
	margin: 0;
}

.our-story-counters{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 60px;
}

.our-story-counter{
	width: calc(33.33% - 20px);
}

.our-story-counter h3{
	font-size: 50px;
	font-weight: 700;
	color: var(--accent-color);
	margin-bottom: 5px;
}

.our-story-counter p{
	font-size: 20px;
	font-weight: 100;
	line-height: 1.4em;
	text-transform: capitalize;
	color: #222222;
	margin: 0;
}

.our-story-intro-video{
	display: flex;
	align-items: center;
}

.our-story-client-img{
	margin-right: 50px;
}

.our-story-client-img .client-image{
    display: inline-block;
	border: 1px solid var(--white-color);
	border-radius: 50%;
    margin-left: -18px;
	overflow: hidden;
}

.our-story-client-img .client-image:first-child{
    margin: 0;
}

.our-story-client-img .client-image figure{
	display: block;
}

.our-story-client-img .client-image img{
    max-width: 60px;
}
.img-row {
    margin-bottom: 60px;
}
.our-story .section-title h2 span {
    display: block;
    font-weight: bold;
    line-height: 1.5;
    font-size: 46px;
}
.our-story .section-title h2 {
    color: #02659f;
    font-weight: 100;
    font-size: 46px;
    line-height: 1.5;
}
.our-story-counter h3 {
    font-family: sans-serif;
    color: #b39852;
}
.our-story-content-body p {
    font-family: 'manrope';
    line-height: 2;
}
/*-------------WhatWe Do--------*/
.what-we-do{
    background: url('../images/what-we-do-bg.svg'), #222222;
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: auto;
}

.what-we-do-content{
	padding: 50px 10px;
	height: 100%;
}

.what-we-do-list{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
}

.what-we-do-list-box-1,
.what-we-do-list-box-2{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.what-we-do-item{
	width: calc(50% - 40px);
	border: 1px solid #ffffff1a;
	border-radius: 40px;
	padding: 30px;
}

.what-we-do-list-box-1 .what-we-do-item:nth-child(even){
	background: #ffffff1a;
}

.what-we-do-list-box-2 .what-we-do-item:nth-child(odd){
	background: #ffffff1a;
}

.what-we-do-item .icon-box{
	margin-bottom: 30px;
}

.what-we-do-item .icon-box img{
	max-width: 50px;
}

.what-we-item-content h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: #d3d3d3;
    margin-bottom: 10px;
    font-family: manrope;
    line-height: 1.3;
}

.what-we-item-content p {
    color: #fff;
    opacity: 80%;
    margin: 0;
    font-family: 'manrope';
}

.what-we-do-footer{
	margin-top: 40px;
}

.what-we-do-footer p {
    color: #d1d1d1;
    margin: 0;
    font-family: 'manrope';
}
.what-we-do-footer p span{
	color: var(--accent-color);
	text-decoration: underline;
}

.what-we-do-image{
	position: relative;
}

.contact-now-circle{
	content: '';
	position: absolute;
	display: block;
	left: 30px;
	top: 50%;
	transform: translate(-50% , -50%);
	z-index: 1;
}

.contact-now-circle img{
	width: 130px;
	height: 130px;
	animation: contactrotate 20s infinite linear;
}

@keyframes contactrotate{
	from{
		transform: rotate(0deg);
	  }
	to{
		transform: rotate(360deg);
	}
}

.what-we-do-image figure, .what-we-do-image figure img {
    width: 100%;
    height: 1075px;
    position: relative;
    right: -15px;
}
.what-we-do .section-title h2 {
    color: #ffffff;
    font-weight: 100;
    font-size: 46px;
    line-height: 1.5;
}
.our-process{
    background: var(--secondary-color);
	padding: 100px 0;
}

.our-process-image{
	margin-right: 30px;
}

.our-process-image figure{
	display: block;
	border-radius: 40px;
	overflow: hidden;
}

.our-process-image img{
	width: 100%;
	aspect-ratio: 1 / 0.93;
	object-fit: cover;
	border-radius: 40px;
}

.process-step-item{
	position: relative;
	border: 1px solid #ebebeb;
	border-radius: 40px;
	display: flex;
	align-items: center;
	padding: 30px;
	margin-bottom: 30px;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
}

.process-step-item:last-child{
	margin-bottom: 0;
}

.process-step-item::before{
	content: '';
    display: block;
    position: absolute;
    top: auto;
	bottom: 0;
	left: 0;
    right: 0;
    background: #b39852;
	width: 100%;
    height: 0;
    transition: all 0.4s ease-in-out;
	z-index: 0;
}

.process-step-item.active:before,
.process-step-item:hover:before{
	height: 100%;
	top: 0;
	bottom: auto;
}

.process-step-no{
	position: relative;
	margin-right: 20px;
	z-index: 1;
}

.process-step-no h2{
	font-size: 50px;
	font-weight: 700;
	color: var(--accent-color);
	transition: all 0.3s ease-in-out;
    color: #b39852;
    font-family: 'manropes';
}

.process-step-content{
	position: relative;
	z-index: 1;
}

.process-step-content h3{
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 10px;
	transition: all 0.3s ease-in-out;
    font-family: 'manropes';
}

.process-step-content p {
    margin: 0;
    transition: all 0.3s ease-in-out;
    font-family: 'manrope';
    color: #484848;
}

.process-step-item.active .process-step-content p,
.process-step-item.active .process-step-content h3,
.process-step-item.active .process-step-no h2,
.process-step-item:hover .process-step-content p,
.process-step-item:hover .process-step-content h3,
.process-step-item:hover .process-step-no h2{
	color: #fff;
}

.client-box {
    position: relative;
    text-align: center;
   box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    border-radius: 10px;
}
.client-box .ttm-client-logo-tooltip{
    margin-top: 45px;
    margin-bottom: 45px;
    overflow: hidden;
}
.client-box .ttm-client-logo-tooltip,
.client-box .ttm-client-logo-tooltip-inner{
    position: relative; 
}
.client-box .ttm-client-logo-tooltip img{
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 200px;
}
.client-box:hover .ttm-client-logo-tooltip img {opacity: 1;}



.client-box .ttm-client-logo-tooltip .client-thumbnail_hover,
.client-box .ttm-client-logo-tooltip .client-thumbnail {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    padding: 10px;
}
.client-box .ttm-client-logo-tooltip .client-thumbnail_hover{
    transform: translateY(-100%);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
}
.client-box:hover .ttm-client-logo-tooltip .client-thumbnail_hover {
    visibility: visible;
    transform: translateY(0%);
}
.client-box:hover .ttm-client-logo-tooltip .client-thumbnail {
    transform: translateY(100%);
}
.client-box .ttm-client-logo-tooltip .client-thumbnail_hover img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: .4;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#clientsec_id .section-title h2 span {
    display: inline;
}
.ab4_contdiv {
    text-align: center;
}

/*QC FOOTER STYLE START*/
#qcfooter-block {
    padding: 40px 0px 20px;
    background: url(../../images/images/client/client1/footer.jpg);
    color: #fff;
    background-size: cover;
}
#qcfooter-block h3 {font-size: 16px;}
.footer-content {margin: 5px 0px;}
.footer-content .qc-brand {height: 60px; display: block; margin: 10px 0;}
.footer-content .qc-brand img {height: 100%; border-radius: 10px;}
.footer-content p {font-size: 13px; line-height: 20px;}
.footer-content .quicklinks {margin: 0; padding: 0; line-height: 2;}
.footer-content .quicklinks li {list-style: none; display: block;}
.footer-content .quicklinks li a {padding: 5px 0px; display: block; color: #fff;}
.footer-content .quicklinks li i {margin-right: 5px;}
.footer-content .social-links .qc-social-list {margin: 10px 0px; padding: 0; color: #ddd; font-size: 15px;}
.footer-content .social-links .qc-social-list li {display: inline-block; margin-right: 10px;}
.qc-social-list .qc-social .social {width: 40px;height: 40px;line-height: 40px;text-align: center;display: block;font-size: 16px;color: #fff; border: 1px solid #fff; border-radius: 3px;}
.footer-content .mobile-apps {display: flex; padding: 10px 0px;}
.footer-content .mobile-apps .mobApp {padding-right: 5px;}
.qcinput {border: 2px solid #fff; color: #fff; padding: 5px; margin-bottom: 10px;}
.qcEmailSubBtn {padding: 10px; line-height: 0;font-size: 14px; background: #26A69A; color: #fff; border: 2px solid transparent; margin-bottom: 5px; outline: none;}
.qcEmailSubBtn:hover, .qcEmailSubBtn:focus {background: #26A69A; color: #fff; border: 2px solid #fff; outline: none;}
.qcEmailSubBtn i {font-size: 13px;}
#qcfooter-copyrights .copyright {font-size: 14px; color: #fff;}
#qcfooter-copyrights .developer {color: #fff; text-decoration: underline;}
.con-content p {
    line-height: 1.8;
}
#qcfooter-copyrights {
    padding: 15px 0;
    background: linear-gradient(45deg, #000 52%, #b39852 125%);
    border-top: 1px solid #ddd;
}
/*QC FOOTER STYLE END*/



/*------------------AboutUs-------*/
.about-three {
  position: relative;
  display: block;
  padding: 110px 0px 20px;
  z-index: 1;
}

.about-three .shape4 {
  position: absolute;
  top: -160px;
  left: 0;
  z-index: -1;
}

.about-three .shape5 {
  position: absolute;
  top: -110px;
  right: 0;
  z-index: -1;
}

.about-three__img {
  position: relative;
  display: block;
  margin-left: -305px;
  margin-right: -18px;
  z-index: 1;
}

.about-three__img .shape2 {
  position: absolute;
  top: 60px;
  right: 25px;
  width: 20px;
  height: 60px;
  background: var(--ontech-black);
  z-index: 1;
}

.about-three__img .shape3 {
  position: absolute;
  top: 135px;
  right: 25px;
  width: 20px;
  height: 220px;
  background: var(--ontech-base);
  z-index: 1;
}

.about-three__img1 {
  position: relative;
  display: block;
  margin-right: 70px;
  z-index: 1;
}

.about-three__img2 {
  position: absolute;
  right: 0;
  bottom: -33px;
  border: 8px solid #ffffff;
  z-index: 2;
}

.about-three__img2 .shape1 {
  position: absolute;
  top: -55px;
  left: -65px;
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #ffffff;
  border-radius: 50%;
  z-index: 5;
}

.about-three__img2 .shape1 img {
  width: auto;
}

.about-three__img2 .inner {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.about-three__img2 .inner::before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}

.about-three__img:hover .about-three__img2 .inner::before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.about-three__img2 .inner img {
  width: 100%;
  transition: 0.5s ease;
  transform: scale(1.05);
}

.about-three__img:hover .about-three__img2 .inner img {
  transform: scale(1);
}

.about-three__content {
  position: relative;
  display: block;
  margin-left: 54px;
}

.about-three__content .sec-title {
  padding-bottom: 28px;
}

.about-three__content-text1 {
  position: relative;
  display: block;
}

.about-three__content-text1 p {
  font-size: 18px;
  line-height: 34px;
  margin: 0;
}

.about-three__content-text2 {
  position: relative;
  display: block;
  margin-top: 36px;
}

.about-three__content-text2-left {
  position: relative;
  display: block;
  max-width: 310px;
  width: 100%;
}

.about-three__content-text2-left ul {
  position: relative;
  display: block;
  overflow: hidden;
}

.about-three__content-text2-left ul li {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd4ce;
  padding-bottom: 22px;
  margin-bottom: 22px;
}

.about-three__content-text2-left ul li:last-child {
  border: none;
  padding: 0;
  margin: 0;
}

.about-three__content-text2-left ul li .icon-box {
  position: relative;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--ontech-black);
}

.about-three__content-text2-left ul li .icon-box span::before {
  position: relative;
  display: inline-block;
  color: var(--ontech-base);
  font-size: 45px;
}

.about-three__content-text2-left ul li .content-box {
  position: relative;
  display: block;
  margin-left: 20px;
  flex: 1;
}

.about-three__content-text2-left ul li .content-box h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 2px;
}

.about-three__content-text2-left ul li .content-box p {
  margin: 0;
}

.about-three__content-text2-progress {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  max-width: 255px;
  background: var(--ontech-base);
  padding: 30px 0px 22px;
  margin-left: -16px;
  margin-top: 18px;
  z-index: 1;
}

.about-three__content-text2-progress .shape6 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.about-three__content-text2-progress .shape7 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.about-three__content-text2-progress .progress-box {
  position: relative;
  display: block;
  line-height: 0;
}

.about-three__content-text2-progress .progress-box .graph-outer {
  position: relative;
  display: inline-block;
  text-align: center;
  z-index: 1;
}

.about-three__content-text2-progress .progress-box .graph-outer .count-box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.about-three__content-text2-progress .progress-box .graph-outer .count-text {
  position: relative;
  display: inline-block;
  color: var(--ontech-black);
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-family: var(--ontech-font);
}

.about-three__content-text2-progress .progress-box .graph-outer .count-Parsent {
  position: relative;
  display: inline-block;
  color: var(--ontech-black);
  font-size: 20px;
  font-weight: 600;
}

.about-three__content-text2-progress .title-box {
  position: relative;
  display: block;
  margin-top: 8px;
}

.about-three__content-text2-progress .title-box h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-family: var(--ontech-font);
}

.about-three__content-text3 {
  position: relative;
  display: block;
  margin-top: 38px;
}

.about-three__content-text3 ul {
  position: relative;
  display: block;
}

.about-three__content-text3 ul li {
  position: relative;
  display: block;
}

.about-three__content-text3 ul li p {
  margin: 0;
}

.about-three__content-text3 ul li p span::before {
  position: relative;
  display: inline-block;
  color: var(--ontech-base);
  font-size: 17px;
  padding-right: 5px;
  top: 2px;
}

.about-three__content-text4 {
  position: relative;
  display: flex;
  align-items: center;
  background: var(--ontech-base);
  padding: 10px 25px 10px;
  max-width: 560px;
  width: 100%;
  margin-top: 46px;
}

.about-three__content-text4 .img-box {
  position: relative;
  display: block;
}

.about-three__content-text4 .img-box img {
  width: auto;
}

.about-three__content-text4 .text-box {
  position: relative;
  display: block;
  margin-left: 20px;
}

.about-three__content-text4 .text-box p {
  color: var(--ontech-black);
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
}
#tem529_about_page .contact-now-circle {
    left: 11px;
    top: 2%;
}
.about-three-para {
    padding-bottom: 30px;
}

/*----------pricing-----*/
.page-pricing{
    padding: 100px 0;
}
.pricing-box {
    position: relative;
    background-color: #e5e5e5;
    border-radius: 40px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 50px;
    overflow: hidden;
}
.pricing-list {
    margin-bottom: 60px;
}
.pricing-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.pricing-list ul li {
    width: 100%;
    position: relative;
    color: #222222;
    text-transform: capitalize;
}
.pricing-title {
    margin-bottom: 60px;
}
.pricing-box.highlighted-box {
    background-color: #b39852;
}
.btn-highlighted {
    background-color: #ffffff;
}
.btn-highlighted span {
    color: #ffffff;
    background-color: #b39852;
}
.pricing-title h2 {
    font-size: 60px;
    font-weight: 700;
    color: #b39852;
    margin-bottom: 10px;
}
.pricing-title h2 sub {
    font-size: 16px;
    font-weight: 400;
    color: #81848a;
    bottom: 0;
}
.pricing-box.highlighted-box .pricing-title h2 {
    color: #ffffff;
}
.pricing-box.highlighted-box .pricing-title h2 sub {
    color: #ffffff;
}
.clr {
    color: #fff !important;
}
.vcnt p {
    color: #fff;
}
.pricing-list p {
    line-height: 2;
    text-align: center;
}
.page-pricing .section-title {
    text-align: center;
    margin-bottom: 50px;
}
.about_title, .product_title, .gallery_title, .contact_title {
    color: #b39852;
    font-size: 50px;
    font-family: 'manrope';
    text-align: left;
    padding-left: 50px;
}
.section-top{
     padding: 75px 0;
    background: url(../../images/images/breadcru.jpg);
}


/*----------------Product Page-------*/

.how-it-work{
    padding: 100px 0 150px;
	background-color: var(--white-color);
}

.trusted-client-content{
	display: flex;
	justify-content: flex-end;
}

.trusted-client-box{
	display: inline-flex;
	align-items: center;
	border: 1px solid var(--divider-color);
	border-radius: 100px;
}

.trusted-client-images{
	position: relative;
    display: inline-flex;
    align-items: center;
	padding: 18px 15px;
	border-right: 1px solid var(--divider-color);
}

.client-image{
    position: relative;
    border: 1px solid var(--white-color);
    border-radius: 50%;
    margin-left: -20px;
    width: 60px;
    height: 60px;
    overflow: hidden;
    z-index: 1;
}

.client-image:first-child{
    margin: 0;
}

.client-image figure{
    display: block;
}

.client-image img{
    width: 100%;
    border-radius: 50%;
}

.client-image.add-more{
    width: 60px;
    height: 60px;
    background-color: var(--accent-color);
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.client-image.add-more h3{
	font-size: 18px;
	font-weight: 700;
    color: var(--white-color);
}

.trusted-client-title{
	padding: 18px 15px;
	width: 100%;
	max-width: 180px;
}

.trusted-client-title h3{
	font-size: 20px;
}

.how-work-image{
	display: flex;
	align-items: center;
}

.how-work-image-title{
	margin-right: 30px;
}
.how-work-image-title h2 {
    font-size: 100px;
    font-weight: 100;
    text-transform: uppercase;
    color: var(--divider-color);
    transform: rotate(-180deg);
    writing-mode: vertical-rl;
    cursor: none;
    transition: all 0.3s ease-in-out;
    font-family: 'manropes';
}
.how-work-image:hover .how-work-image-title h2{
	color: var(--accent-color);
	opacity: 60%;
}

.how-work-image figure{
	display: block;
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
}

.how-work-image img{
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 1.37;
	border-radius: 20px;
}

.how-work-steps{
	margin-left: 30px;
}

.how-work-step-item {
    display: block;
    border-bottom: 1px solid var(--divider-color);
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-top: 40px;
}

.how-work-step-item:last-child{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.how-work-step-item .icon-box{
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    width: 80px;
    background-color: var(--secondary-color);
    border-radius: 10px;
    margin-right: 20px;
}

.how-work-step-item .icon-box::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--accent-color);
    border-radius: 10px;
    height: 100%;
    width: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}

.how-work-step-item:hover .icon-box::before{
	transform: scale(1);
}

.how-work-step-item .icon-box img{
	position: relative;
	max-width: 50px;
	transition: all 0.3s ease-in-out;
	z-index: 1;
}

.how-work-step-item:hover .icon-box img{
	filter: brightness(0) invert(1);
}

.how-work-step-content h3{
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.how-work-step-content h3 span{
	color: var(--accent-color);
}
.how-work-step-content p {
    margin-bottom: 20px;
    text-align: justify;
    font-family: 'manrope';
}
/*----------fluke-instruments---*/
.page-blog {
    padding: 70px 0;
}
.page-blog{
    padding: 100px 0;
}

.page-blog .post-item{
    height: calc(100% - 40px);
    margin-bottom: 40px;
}

.page-blog .post-featured-image img{
    aspect-ratio: 1 / 0.91;
}

.page-blog .post-item .post-item-body{
	display: block;
}

.page-blog .post-item .post-item-content{
	width: 100%;
	margin-bottom: 20px;
}

.page-pagination{
    margin-top: 10px;
    text-align: center;
}
.post-featured-image figure,
.post-featured-image a{
    display: block;
    border-radius: 40px;
}

.post-featured-image img{
    width: 100%;
    aspect-ratio: 1 / 0.63;
    object-fit: cover;
	border-radius: 40px;
    transition: all 0.4s ease-in-out;
}

.post-item:hover .post-featured-image img{
    transform: scale(1.1);
}
.post-item-content h2 {
    font-size: 20px;
    text-align: center;
    color: #222222;
}
.post-item-content h2 {
    font-size: 18px;
    text-align: center;
    color: #222222;
    padding-top: 20px;
    font-family: 'manrope';
}



/*-------------------- service --------------------------------------*/
li.service_li {
    font-size: 15px;
    text-align: justify;
    font-family: 'manrope';
    line-height: 2;
}
li.service_li span {
    color: #b39852;
    font-size: 18px;
    margin-right: 10px;
}

.lifting .page-blog {
    padding: 50px 0;
}
.lifting {
    padding: 100px 0;
    text-align: center;
}
.lift-cnt {
    padding-bottom: 30px;
    line-height: 2;
}
.lift-cnt p {
    font-family: 'manrope';
}
.lifting .section-title p {
    font-family: 'manrope';
}

/*-----------___Conntact Us------*/

.page-contact-us{
    padding: 100px 0;
    background: url(../images/about-us-bg.svg) no-repeat;
    background-position: bottom left;
    background-size: auto;
}

.contact-information{
	margin-right: 40px;
}

.contact-info-item{
    display: flex;
    flex-wrap: wrap;
	align-items: center;
	border-bottom: 1px solid var(--divider-color);
	padding-bottom: 15px;
    margin-bottom: 0px;
}

.contact-info-item:last-child{
	border: none;
	padding-bottom: 0;
    margin-bottom: 0;
}

.contact-info-item .icon-box{
	position: relative;
	background-color: #b39852;
	border-radius: 10px;
	height: 60px;
	width: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
    margin-right: 20px;
	transition: all 0.5s ease-in-out;
}

.contact-info-item:hover .icon-box {
    background-color: #222222;
    color: #fff;
}

.contact-info-item .icon-box::before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
	right: 0;
	bottom: 0;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.contact-info-item:hover .icon-box::before{
	transform: scale(1);
}

.contact-info-item .icon-box img{
	position: relative;
    max-width: 30px;
	z-index: 1;
}

.contact-info-content{
    width: calc(100% - 80px);
}

.contact-info-content h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 5px;
    font-family: 'manrope';
}

.contact-info-content p{
    margin-bottom: 0;
}
.contc h2 span {
    display: inline-block;
}
.contc p {
    font-family: 'manrope';
    line-height: 2;
}
.contact_details.pad_tb40 {
    padding-bottom: 70px;
}
/*ul.featurs-navigation.main-gall-list {
    display: none;
}*/
.gall_pg.pg_mar {
    padding: 50px 0;
}
ul.featurs-navigation li {
    width: 100%;
    margin: 20px 0 0;
    background: #02659f;
    padding: 10px 0;
    color: #fff;
}
.featurs-navigation li.active, .featurs-navigation li:hover {
    background: #b39852;
    color: #000;
}
.how-work-step-item h3 {
    font-weight: bold;
    line-height: 1.5;
    font-family: manropes !important;
    color: #02659f;
}


@media(max-width: 767px){
    .single-slide-item {
    padding: 65px 0;
}
    .top-bar {
    text-align: center;
}
    .header-top span {
    margin-left: 0px;
    }
    .navbar-toggle.collapsed, .is-sticky .navbar-toggle.collapsed {
    margin-top: 40px;
}


    .about-img-1 {
    display: none;
}
.about-image {
    margin-right: 0px;
}
.about-us {
    padding: 50px 0;
}
.company-experience {
  
    right: 0;
}
.section-title {
    margin-top: 30px;
    text-align: justify;
}
.section-title h2 {
    font-size: 46px;
    text-align: left;
}
.services-list-box .service-item {
    width: 100%;
}
.services-list-box {
    padding: 10px;
    display: block;
}
.our-story .section-title h2 span {
    font-size: 28px;
    text-align: left;
}
.our-story {
    padding: 30px 0;
}
.our-story-header-img figure {
    width: 100%;
    padding-bottom: 30px;
}
.our-story-header-img {
    display: block;
}
.our-story-img {
    padding-bottom: 30px;
}
.story-counters {
    display: block;
}
.our-story-counter {
    width: 100%;
    padding-bottom: 30px;
}
.our-story-counters {
    display: block;
    text-align: center;
}
.our-story-intro-video {
    display: none;
}
.our-story-content-body {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.what-we-do .section-title h2 {
    font-size: 34px;
    text-align: left;
}
.what-we-do-list-box-1, .what-we-do-list-box-2 {
    display: block;
}
.what-we-do-item {
    width: 100%;
}
.what-we-do-list-box-2 .what-we-do-item:nth-child(odd) {
    margin-bottom: 30px;
}
.what-we-do-image figure, .what-we-do-image figure img {
    width: 100%;
     height: unset;
    position: relative;
    right: 0;
}
.section-title {
    margin-top: 30px;
    text-align: justify;
    padding: 0 15px;
}
.about_title, .product_title, .gallery_title, .contact_title {
    font-size: 45px;
    padding: 85px 0 36px;
    text-align: center;
    line-height: 1.5;
}
.section-top {
    padding: 75px 0 5px;
}
.about-three__img {
    margin-left: 0px;
    margin-right: 0px;
}
.about-three__img1 {
    margin-right: 0px;
}
.about-three__img2 {
    position: absolute;
    right: 0;
    bottom: 0;
}
.about-three__img1.wow.fadeInLeft.animated img {
    max-width: unset;
}
.about-three__content {
    
    margin-left: unset;
}
.abt_pg .section-title h2 {
    font-size: 38px;
}
.contc {
    padding-bottom: 30px;
}
.contc {
    padding-bottom: 30px;
}
}