/***
=============================================
    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: 'Domine', serif;
	margin-bottom: 22px;
}

.sec-title__title {
	color: #392917;
	font-size: 50px;
	line-height: 1.2em;
	font-weight: 700;
	margin-bottom: 27px;
	font-family: 'Domine', serif;
}

.sec-title__text {
	font-size: 20px;
}

.bootstrap-select .dropdown-menu {
	padding-top: 0;
	padding-bottom: 0;
	border-radius: 0;
}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
	background-color: #727274;
}

.preloader {
	position: fixed;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999999999999;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.preloader__image {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60px auto;
}


/***
=============================================
    Thm Btn
=============================================
***/
.thm-btn {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	-webkit-appearance: none;
	border: none;
	outline: none !important;
	background-color: #f37e21;
	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: 'Kumbh Sans', sans-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: #392917;
	
	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;
}

/***
=============================================
    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;
	padding-left: 0;
}

.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;
}


/***
=============================================
    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: #392917;
	font-size: 50px;
	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:  #392917;
	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: 20px;
	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: var(--alori-gray);
	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;
}
ul.best-logistics-one__content-counter{
	padding-left: 0;
}

/***
=============================================
    Youtube Video
=============================================
***/

.adjustcontainer {
	position: relative;
   
  }
  
  .adjustimage {
	display: block;
	width: 100%;
	height: auto;
  }
  
  .adjustoverlay {
	position: absolute;
	bottom: 0;
	left: 100%;
	right: 0;
	overflow: hidden;
	width: 0;
	height: 100%;
	transition: .5s ease;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
  }
  
  .adjustcontainer:hover .adjustoverlay {
	width: 100%;
	left: 0;
  }
  
  
.adjusttext {
	color: white;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	white-space: nowrap;
  }
  .hoverWrapper:hover #hoverShow1 {
   display: block;
   
  
   
  }
  
  .hoverWrapper #hoverShow1 {
   display: none;
   position: absolute;
   background-color: #fff;
   width: 100%;
   height: 120px;
  transition: .5s;
	  
  
  }
  #hoverShow1 span{
		  margin-bottom: 10px;
	  color: #000;
	  font-weight: bold;
	  font-size: 13px;
  }
  #hoverShow1 p {
	  
	  padding: 15px;
	  margin-bottom: 0px;
	 
	  font-size: 12px;
	  color: #222;
  }
  .adjustfootdiv{
	background:#000;
	padding:20px;
}
.adjustmaindiv .adjustfootdiv{
		border-bottom:5px solid #000;
}
.adjustmaindiv:hover .adjustfootdiv{


	border-bottom:5px solid #ffc20e;
	
}
.adjustfootdiv span{
	font-weight: 800;
	color: #ffc20e;
}
.adjustfootdiv p{
	margin:0;
}