/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 04 2022 | 06:35:20 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 


/***
=============================================
    Your Project One
=============================================
***/
.your-project-one {
	position: relative;
	display: block;
}

.your-project-one__wrapper {
	position: relative;
	display: block;
	background: #fff9f1;
	padding: 70px 0px 50px;
	padding-left: 40px;
	padding-right: 35px;
	margin-top: 45px;
	z-index: 2;
}

.your-project-one__wrapper:before {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	/*border: 1px solid #0b0b0c;*/
	content: "";
}

.your-project-one__wrapper ul {
	position: relative;
	display: flex;
	align-items: center;
}

.your-project-one__single {
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 40px;
	padding-right: 40px;
	z-index: 1;
}

.your-project-one__single:last-child {
	padding-right: 0;
}

.your-project-one__single:first-child {
	padding-left: 0;
}

.your-project-one__single::before {
	content: "";
	position: absolute;
	top: -35px;
	right: 0;
	bottom: -20px;
	width: 1px;
	background: #ece7e3;
	z-index: -1;
}

.your-project-one__single:last-child:before {
	display: none;
}

.your-project-one__single-content-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	margin-right: 40px;
	z-index: 1;
	margin-left:auto;
}

.your-project-one__single-content-box a {
	color: inherit;
	transition: all 500ms ease;
}

.your-project-one__single-content-box a:hover {
	color: #392917;
}

.your-project-one__single-content-box::before {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background: #f37e21;
	z-index: -1;
	border-radius: 50%;
	content: "";
}

.your-project-one__single-content-box::after {
	position: absolute;
	top: -10px;
	left: -10px;
	bottom: -10px;
	right: -10px;
	background: #f8ece1;
	z-index: -2;
	border-radius: 50%;
	content: "";
}

.your-project-one__single-content-box h4 {
	color: #ffffff;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	text-transform: uppercase;
}

.your-project-one__single-text-box {
	position: relative;
	display: block;
}

.your-project-one__single-text-box h2 {
	font-size: 28px;
	line-height: 40px;
	margin-bottom: 15px;
}

.your-project-one__single-text-box p {
	font-size: 20px;
	line-height: 34px;
}

.your-project-one__single-btn {
	position: relative;
	display: block;
	padding-left: 45px;
}

.your-project-one__single-btn .thm-btn {
	background: #392917;
	color: #ffffff;
}

.your-project-one__single-btn .thm-btn::after {
	background: #f37e21;
}

/***
=============================================
    Thm Btn
=============================================
***/
.thm-btn {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	-webkit-appearance: none;
	border: none;
	outline: none !important;
	background-color: #ed1c24;
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 16px 45px 15px;
	border-radius: 40px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	font-family: 'Domine', serif;;
	letter-spacing: 0.025em;
	overflow: hidden;
	z-index: 1;
}

.thm-btn:hover {
	color: #ffffff;
}

.thm-btn:after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #ffc20e;
	border-radius: 40px;
	content: "";
	transform: scaleY(0) rotateX(0deg);
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.thm-btn:hover:after {
	transform: scaleY(1) rotateX(0deg);
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	z-index: -1;
}

/***
=============================================
    Section Title
=============================================
***/
.sec-title {
	position: relative;
	display: block;
	margin-top: -9px;
	margin-bottom: 61px;
}

.sec-title__tagline {
	position: relative;
	display: inline-block;
	color: #727274;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Kumbh Sans', sans-serif;
	margin-bottom: 22px;
}

.sec-title__title {
	color: #392917;
	font-size: 50px;
	line-height: 1.2em;
	font-weight: 700;
	margin-bottom: 27px;
}

.sec-title__text {
	font-size: 20px;
}

/***
=============================================
    About One
=============================================
***/
.about-one {
	position: relative;
	display: block;
	background: #ffffff;
	padding: 120px 0px 193px;
	z-index: 1;
}

.about-one .sec-title__title {
	font-size: 48px;
}

.about-one__img {
	position: relative;
	display: block;
	max-width: 550px;
	width: 100%;
	z-index: 1;
}

.about-one__img .shape1 {
	position: absolute;
	left: -45px;
	bottom: -170px;
	z-index: -1;
}

.about-one__img1 {
	position: relative;
	display: block;
}

.about-one__img2 {
	position: absolute;
	left: 0px;
	bottom: -120px;
	right: 0;
	max-width: 375px;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
}

.about-one__img2::before {
	position: absolute;
	top: -14px;
	left: -14px;
	bottom: -14px;
	right: -14px;
	background: #ffffff;
	content: "";
	z-index: -1;
}

.about-one__img2 .video-icon {
	position: absolute;
	left: -67px;
	bottom: 75px;
}

.about-one__img2 .video-icon .video-popup {
	position: relative;
	display: inline-block;
	width: 150px;
	height: 130px;
	line-height: 130px;
	background: #f37e21;
	border-radius: 10px;
	color: #ffffff;
	font-size: 45px;
	font-weight: 700;
	text-align: center;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.about-one__img2 .video-icon .video-popup:hover {
	background: #392917;
}

.about-one__content {
	position: relative;
	display: block;
	margin-left: 25px;
}

.about-one__content .sec-title {
	margin-bottom: 38px;
}

.about-one__content-text {
	position: relative;
	display: block;
	padding-top: 36px;
	padding-bottom: 45px;
	border-top: 1px solid #e9e9e9;
}

.about-one__content-list {
	position: relative;
	display: block;
	border-top: 1px solid #e9e9e9;
	padding-top: 30px;
}

.about-one__content-list li {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.about-one__content-list li:last-child {
	margin-bottom: 0;
}

.about-one__content-list li .icon {
	position: relative;
	display: block;
	color: #392917;
	font-size: 40px;
	line-height: 40px;
	transition-delay: 0.1s;
	transition: all 500ms ease;
}

.about-one__content-list li:hover .icon {
	transform: rotateY(180deg);
	transition-delay: 0.1s;
}

.about-one__content-list li .title {
	position: relative;
	display: block;
	padding-left: 20px;
}

.about-one__content-list li .title h3 {
	font-size: 18px;
	line-height: 28px;
}
ul.about-one__content-list, ul.best-logistics-one__content-counter{
	padding-left:0;
}

/***
=============================================
    Best Logistics One
=============================================
***/
.best-logistics-one {
	position: relative;
	display: block;
	background: #fef7f1;
	padding: 120px 0px 0px;
	z-index: 1;
}

.best-logistics-one .shape2 {
	position: absolute;
	top: 50px;
	left: -110px;
	z-index: -1;
}

.best-logistics-one__content {
	position: relative;
	display: block;
	max-width: 560px;
	width: 100%;
}

.best-logistics-one__content .sec-title {
	margin-bottom: 58px;
}

.best-logistics-one__content-counter {
	position: relative;
	display: block;
}

.best-logistics-one__content-counter li {
	position: relative;
	display: inline-block;
	width: 230px;
	height: 230px;
	padding-top: 45px;
	text-align: center;
	margin-right: 60px;
	z-index: 1;
}

.best-logistics-one__content-counter li:last-child {
	margin-right: 0;
}

.best-logistics-one__content-counter li::before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #ffffff;
	border-radius: 50%;
	z-index: -1;
	content: "";
}

.best-logistics-one__content-counter li::after {
	position: absolute;
	top: -10px;
	left: -3px;
	bottom: 0px;
	right: 0px;
	background: #f8ece1;
	z-index: -2;
	border-radius: 50%;
	content: "";
}

.best-logistics-one__content-counter li h2 {
	color: #f37e21;
	font-size: 40px;
	line-height: 1em;
	margin-bottom: 10px;
	font-family: 'Domine', serif;
	display: flex;
	justify-content: center;
	align-items: baseline;
	font-weight: bold;
}

.best-logistics-one__content-counter li h2 .odometer.odometer-auto-theme {
	font-family: 'Domine', serif;
}

.best-logistics-one__content-counter li h2 span.k {
	font-family: 'Domine', serif;
}

.best-logistics-one__content-counter li h2 .plus-icon {
	position: relative;
	display: inline-block;
	bottom: 3px;
	padding-left: 6px;
	color: #f37e21;
	font-size: 12px;
	font-weight: 700;
	display: block;
}

.best-logistics-one__content-counter li h2 .plus-icon.pd-l {
	padding-left: 5px;
}

.best-logistics-one__content-counter-title {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 2px;
}

.best-logistics-one__content-counter-text {
	color: rgba(11, 11, 12, 0.8);
	font-size: 16px;
	line-height: 26px;
}

.best-logistics-one__content-counter li h2 span.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.best-logistics-one__content-counter li h2 span.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
	text-align: left;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: -5px;
	bottom: 0;
	overflow: hidden;
}

.best-logistics-one__content-bottom {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 35px;
	overflow: hidden;
	z-index: 1;
}

.best-logistics-one__content-bottom-text {
	position: relative;
	display: block;
}

.best-logistics-one__content-bottom-text h2 {
	font-size: 28px;
	line-height: 38px;
	margin-bottom: 10px;
}

.best-logistics-one__content-bottom-text p {
	font-size: 20px;
	line-height: 34px;
}

.best-logistics-one__content-bottom-btn {
	position: relative;
	display: block;
}

.best-logistics-one__content-bottom-btn .thm-btn {
	background: #ffffff;
	color: #0b0b0c;
	font-size: 16px;
	text-transform: capitalize;
	padding: 11px 30px 10px;
}

.best-logistics-one__content-bottom-btn .thm-btn:hover {
	color: #ffffff;
}

.best-logistics-one__img {
	position: relative;
	display: block;
	max-width: 475px;
	width: 100%;
	margin-left: 90px;
	z-index: 1;
}

.best-logistics-one__img .shape1 {
	position: absolute;
	top: -40px;
	left: -40px;
	z-index: -1;
}

.best-logistics-one__img .shape3 {
	position: absolute;
	top: 105px;
	right: -256px;
	z-index: -1;
}

.best-logistics-one__img-inner {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
}

.best-logistics-one__img-inner::before {
	position: absolute;
	top: 0;
	left: -100%;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
	transform: skewX(-25deg);
	z-index: 1;
}

.best-logistics-one__img:hover .best-logistics-one__img-inner::before {
	-webkit-animation: shine 1.5s;
	animation: shine 1.5s;
}

.best-logistics-one__img-inner img {
	width: 100%;
}

.best-logistics-one__img .overlay-content {
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 270px;
	padding: 21px 0px 19px;
	padding-left: 30px;
	padding-right: 15px;
	z-index: 5;
}

.best-logistics-one__img .overlay-content::before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #734c38;
	opacity: 0.4;
	content: "";
	z-index: -1;
}

.best-logistics-one__img .overlay-content::after {
	position: absolute;
	top: -8px;
	left: 8px;
	right: -8px;
	bottom: 8px;
	border: 1px solid #ffffff;
	z-index: -1;
	content: "";
}

.best-logistics-one__img .overlay-content h2 {
	color: #ffffff;
	font-size: 28px;
	line-height: 40px;
}

/***
=============================================
    Services One
=============================================
***/
.services-one {
	position: relative;
	display: block;
	background: #ffffff;
	padding: 120px 0px 90px;
	overflow: hidden;
	z-index: 1;
}

.services-one__single {
	position: relative;
	display: block;
	background: #ffffff;
	box-shadow: 0px 0px 26px 0px rgba(215, 212, 212, 0.35);
	padding: 65px 40px 40px;
	border-radius: 5px;
	margin-bottom: 30px;
	z-index: 1;
}

.services-one__single::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: transparent;
	border: 1px solid #392917;
	border-radius: 5px;
	transition: all 500ms ease;
	transform: scaleY(0);
	z-index: -1;
}

.services-one__single:hover:before {
	transform: scaleY(1);
}

.services-one__single-icon {
	position: relative;
	display: inline-block;
	margin-bottom: 27px;
	transition-delay: 0.1s;
	transition: all 500ms ease;
	z-index: 1;
}

.services-one__single:hover .services-one__single-icon {
	transform: rotateY(180deg);
	transition-delay: 0.1s;
}

.services-one__single-icon::before {
	content: "";
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: #ecfdfe;
	z-index: -1;
}

.bg2.services-one__single-icon::before {
	background: #ffe9e0;
}

.bg3.services-one__single-icon::before {
	background: #fff6e5;
}

.bg4.services-one__single-icon::before {
	background: #fcebe5;
}

.bg5.services-one__single-icon::before {
	background: #ecf0ec;
}

.bg6.services-one__single-icon::before {
	background: #fcf1f7;
}

.services-one__single-icon span::before {
	position: relative;
	display: inline-block;
	color: #392917;
	font-size: 80px;
	line-height: 80px;
}

.services-one__single h2 {
	font-size: 28px;
	line-height: 40px;
	font-weight: 500;
}

.services-one__single h2 a {
	color: #392917;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.services-one__single h2 a:hover {
	color: #f37e21;
}

.services-one__single .text {
	position: relative;
	display: block;
	margin-top: 16px;
	margin-bottom: 26px;
}

.services-one__single .text p {
	font-size: 18px;
}

.services-one__link {
	font-size: 18px;
	color: #392917;
	font-weight: 500;
	transition: all 500ms ease;
}

.services-one__link:hover {
	color: #f37e21;
}

.services-one__link i {
	font-size: 18px;
	position: relative;
	top: 6px;
	margin-left: 2px;
}
.serviceicob span {
    font-size: 40px;
    background: #ecfdfe;
    padding: 20px;
    border-radius: 50%;
}

/***
=============================================
    Our Material One
=============================================
***/
.our-material-one {
	position: relative;
	display: block;
	background: #ffffff;
	padding: 0px 0px 120px;
	z-index: 1;
}

.our-material-one__content {
	position: relative;
	display: block;
}

.our-material-one__content .sec-title {
	margin-bottom: 51px;
}

.our-material-one__img {
	position: relative;
	display: block;
	max-width: 565px;
	width: 100%;
}

.our-material-one__img1 {
	position: relative;
	display: block;
	overflow: hidden;
	margin-left: 7px;
	z-index: 1;
}

.our-material-one__img1::before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	z-index: 1;
}

.our-material-one__img:hover .our-material-one__img1::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}

.our-material-one__img1 img {
	width: 100%;
	transform: scale(1);
	transition: all 0.7s ease 0s;
}

.our-material-one__img1:hover img {
	transform: scale(1.1);
}

.our-material-one__img2 {
	position: absolute;
	right: 50px;
	bottom: -45px;
	z-index: 5;
}

.our-material-one__img2 img {
	width: 100%;
}


/***
=============================================
    Work One
=============================================
***/
.work-one {
	position: relative;
	display: block;
	background: #ffffff;
	padding: 45px 0px 90px;
	counter-reset: count;
	z-index: 1;
}

.work-one .shape1 {
	position: absolute;
	bottom: 0;
	right: -111px;
	z-index: -1;
}

.work-one .sec-title {
	margin-bottom: 83px;
}

.work-one__single {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.work-one__single-icon {
	position: relative;
	display: inline-block;
	color: #392917;
	font-size: 60px;
	width: 120px;
	height: 120px;
	line-height: 100px !important;
	border-radius: 50%;
	background: #fcf7e8;
	text-align: center;
	margin-bottom: 22px;
	padding-top: 15px;
	transition-delay: 0.1s;
	transition: all 500ms ease;
	z-index: 1;
}

.work-one__single-icon::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	text-align: center;
	border-radius: 50%;
	z-index: -1;
	content: "";
}

.bg2.work-one__single-icon::before {
	background: #faf1f1;
}

.bg3.work-one__single-icon::before {
	background: #eff9ff;
}

.bg4.work-one__single-icon::before {
	background: #f9f5ed;
}

.work-one__single-icon .count-box {
	position: absolute;
	top: -27px;
	left: 0px;
	right: 0;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	margin: 0 auto;
	font-size: 20px;
	background: #0b0b0c;
	color: #ffffff;
	border-radius: 50%;
	font-family: 'Domine', serif;
	font-weight: 700;
	z-index: 1;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.work-one__single-icon .count-box::before {
	top: -27px;
	left: 0px;
	right: 0;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	margin: 0 auto;
	font-size: 20px;
	border-radius: 50%;
	font-family: 'Domine', serif;
	font-weight: 700;
	
}

.work-one__single h2 {
	font-size: 24px;
	line-height: 34px;
}

.work-one__single h2 a {
	color: #392917;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.work-one__single h2 a:hover {
	color: #f37e21;
}