@font-face
{
	font-family: 'jost';
	font-style: normal;
	font-weight: 400;
	src : url(../fonts/Jost400Book.otf)
}
@font-face
{
	font-family: 'jost';
	font-style: medium;
	font-weight: 500;
	src : url(../fonts/Jost500Medium.otf)
}

@font-face
{
	font-family: 'jost';
	font-style: semi;
	font-weight: 600;
	src : url(../fonts/Jost600Semi.otf)
}

@font-face
{
	font-family: 'jost';
	font-style: bold;
	font-weight: 700;
	src : url(../fonts/Jost700Bold.otf)
}

@font-face
{
	font-family: 'jost';
	font-style: bold;
	font-weight: 900;
	src : url(../fonts/Jost900Black.otf)
}

@font-face
{
	font-family: 'Quiet Sans';
	font-style: normal;
	font-weight: 400;
	src : url(../fonts/Flatit-QuietSansRegular.otf)
}

@font-face
{
	font-family: 'Quiet Sans';
	font-style: medium;
	font-weight: 500;
	src : url(../fonts/Flatit-QuietSansSemiBold.otf)
}

@font-face
{
	font-family: 'Quiet Sans';
	font-style: bold;
	font-weight: 700;
	src : url(../fonts/Flatit-QuietSansBold.otf)
}

@font-face
{
	font-family: 'Sen';
	font-style: normal;
	font-weight: 400;
	src : url(../fonts/Sen-Regular.otf)
}

@font-face
{
	font-family: 'Sen';
	font-style: bold;
	font-weight: 600;
	src : url(../fonts/Sen-Bold.otf)
}

:root 
{
	--text-primary: #F25900;
	--text-secondary: ;
	--bg-primary: #F25900;
	--bg-secondary: ;
	--body-font: normal normal normal 16px/25px Jost;


}
*
{
	margin: 0;
	padding: 0;
}
html 
{
	overflow-x: hidden;
	scroll-behavior: smooth;
}
body 
{
	font: var(--body-font);
	background: #000000 0% 0% no-repeat padding-box;
}
a 
{
	text-decoration: none;
}
b, strong
{
	font-family: "Jost";
}
.text-primary
{
	color: #F25900!important;
}
.btn 
{
	border-radius: 47px;
	opacity: 1;
	font: normal normal bold 18px/30px Sen;
	letter-spacing: -0.86px;
	padding: 8px ;
	min-width: 180px;
	border-width: 2px;
}
.btn-primary
{
	background: #F25900 0% 0% no-repeat padding-box;
	border-color: #F25900;
}
.btn-primary:hover
{
	background: #EC691C 0% 0% no-repeat padding-box;
	border-color: #EC691C;
}
.btn-outline-primary
{
	color: var(--text-primary);
	border-color: var(--text-primary);
}
.btn-outline-primary:hover 
{
	background: var(--text-primary);
	border-color: var(--text-primary);
	color: #fff;
}
/*header*/
header
{
	background: #000000 0% 0% no-repeat padding-box;
	padding: 20px 0;
}
header .navbar
{
	background: transparent;
}
header .navbar .navbar-brand img
{

}
header .navbar .nav-item .nav-link 
{
	text-align: left;
	font: normal normal 500 18px/32px Jost;
	letter-spacing: 0.88px;
	color: #FFFFFF;
	text-transform: uppercase;
	opacity: 1;
	position: relative;
}
header .navbar .nav-item .submenu 
{
	position: absolute;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 11px 32px #0000001F;
	border-radius: 9px;
	opacity: 1;	
	width: 320px;
	display: none;
	z-index: 9;
}
header .navbar .nav-item .submenu li 
{
	display: block;
	width: 100%;
	border-bottom: 1px solid #0000001F;
	padding: 5px 15px;
}
header .navbar .nav-item .submenu li a 
{
	text-align: left;
	font: normal normal 600 18px/40px Jost;
	letter-spacing: 0.88px;
	color: #2A2A2A;
	opacity: 1;
	position: relative;
}
header .navbar .nav-item .submenu li a:hover
{
	color: #C54900;
}
header .navbar .nav-item .submenu li a:after
{
	content: '';
	position: absolute;
	right: -20px;
	top: 0;
	width: 10px;
	height: 20px;
	background-image: url(../img/home/chevron-right.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 85%;
}
header .navbar .nav-item:hover .submenu
{
	display: block;
}
/*banner*/

.banner, .banner .carousel, .banner .carousel .carousel-inner, .banner .carousel .carousel-inner .carousel-item, .banner .carousel .carousel-inner .carousel-item img 
{
	height: 90vh;
}
.banner .carousel .carousel-inner .carousel-item img 
{
	object-position: center;
	object-fit: cover;
}
.banner .carousel .carousel-control-prev, .banner .carousel .carousel-control-next
{
	
	width: 50px;
	opacity: 0;
}
.banner .carousel:hover .carousel-control-prev, .banner .carousel:hover .carousel-control-next
{
	opacity: 1;
}
.banner .carousel-caption
{
	top: 40%;
	left: 50%;
	transform: translate(-50%, -40%);
	width: 100%;
}
.banner .slide1 .carousel-caption
{

}
.banner .carousel-caption h5 
{
	text-align: center;
	font: normal normal bold 16px/30px Jost;
	letter-spacing: 3.72px;
	color: #A02000;
	text-transform: capitalize;
	opacity: 1;
	margin-bottom: 0;
}
.banner .slide1 .carousel-caption h1
{
	font: normal normal 900 60px/65px Jost;
	color: #000;
	-webkit-text-stroke: 2px #FFF;
    -webkit-text-fill-color: #000;
    text-transform: capitalize;
}
.banner .slide1 .carousel-caption .text-img 
{
	object-fit: inherit!important;
    height: auto!important;
    width: 70%!important;
}
.banner .slide1 .carousel-caption .btn-light
{
	border: 2px solid var(--text-primary);
}
.banner .slide1 .carousel-caption .btn-light:hover
{
	background: var(--bg-primary);
	color: #fff;
}
.banner .carousel-caption .btn 
{
	margin: 30px 15px 15px;
}
.banner .slide2 .carousel-caption h1 
{
	text-shadow: 0px 3px 26px #FF660080;
	text-transform: capitalize;
	text-align: center;
	font: normal normal bold 45px/50px Jost;
	letter-spacing: 0.4px;
	color: #FFFFFF;

}
.banner .slide3 .carousel-caption h1 
{
	text-align: center;
	font: normal normal bold 45px/50px Jost;
	letter-spacing: 0.53px;
	color: #FFFFFF;
	text-shadow: 0px 3px 33px #FF6600B3;
	text-transform: capitalize;
	opacity: 1;
}
.banner .carousel-indicators [data-bs-target]
{
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 10px;
	opacity: 0.45;
	width: 15px;
	height: 6px;
	border: 1px solid #fff;
	transition: 0.5s;
	margin: 0 5px;
}
.banner .carousel-indicators .active
{
	opacity: 1;
	width: 30px;
	transition: 0.5s;
}

.main
{
	float: left;
	width: 100%;
	background-image: url(../img/home/body-bg.webp);
	background-color: #242424;

}
.home1 
{
	position: relative;
	float: left;
	width: 100%;
	padding-bottom: 130px;
}
.home1 .col-md-5.position-relative
{
	margin-left: -100px;
    margin-bottom: -80px;
}
.home1 .aboutus-box
{
	padding: 35px 80px;
	/*position: absolute;
	bottom: -10%;
	right: 15%;*/
	background-image: url(../img/home/bg1.webp);
	background-color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 15px;
}
.home1 .aboutus-box h4
{
	font: normal normal bold 28px/30px Jost;
	letter-spacing: -1.25px;
	color: #6F3C1E;
	text-transform: capitalize;
	opacity: 1;
}
.home2 
{
	float: left;
	width: 100%;
	position: relative;
	padding: 20px 0 50px;
}
.home2 .heading 
{
	background: #E97300 0% 0% no-repeat padding-box;
	text-align: center;
	font: normal normal bold 25px/50px Jost;
	letter-spacing: 0.42px;
	color: #FFFFFF;
	text-transform: uppercase;
	opacity: 1;
}
.home2 .service-box
{
	background-image: url(../img/home/bg2.webp);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 15px;
	text-align: center;
	padding: 40px 30px;
}
.home2 .service-box .img-box
{
	border-radius: 5px ;
	border: 1px solid var(--text-primary);
	padding: 10px;
	width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}
.home2 .service-box .service-img.onhover
{
	display: none;
}
.home2 .service-box:hover .img-box
{
	background: var(--text-primary);	
}
.home2 .service-box:hover .service-img.offhover
{
	display: none;
}
.home2 .service-box:hover .service-img.onhover
{
	display: inline-block;
	border: 1px solid var(--text-primary);
}
.home2 .service-box .service-name
{
	margin-bottom: 0;
	font: normal normal 600 16px/25px Jost;
	letter-spacing: 0.26px;
	color: #F25900;
	text-transform: uppercase;
	opacity: 1;
}	
.home2 .service-box a 
{
	color: #6F3C1E;
}

.home3 
{
	float: left;
	width: 100%;
	padding-bottom: 50px;
}
.home3 .useful-resource
{
	width: 100%;
	background-image: url(../img/home/bg3.webp);
	background-color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 15px;
	padding: 50px 100px;
	margin-left: -50px;
}
.home3 .useful-resource h6 
{
	text-align: left;
	font: normal normal bold 25px/40px Jost;
	letter-spacing: 1.44px;
	color: var(--text-primary);
	text-transform: uppercase;
	opacity: 1;
}
.home3 .useful-resource p 
{
	text-align: left;
	font: normal normal normal 16px/25px Quiet Sans;
	letter-spacing: 0.28px;
	color: #000000;
	opacity: 1;
}

.home4
{
	float: left;
	width: 100%;
	padding: 200px 0;
	background-image: url(../img/home/home-contact.png);
	background-color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.home4 h5 
{
	text-align: left;
	font: normal normal bold 26px/40px Jost;
	letter-spacing: 1.44px;
	color: #FFFFFF;
	text-transform: capitalize;
}
.home4 p
{
	text-align: left;
	font: normal normal 300 20px/26px Quiet Sans;
	letter-spacing: 0.31px;
	color: #FFFFFF;
	opacity: 1;
}

/*about*/
.page-banner
{
	float: left;
	width: 100%;
	padding: 150px 0 ;
	background-image: url(../img/about/banner.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.page-banner h1 
{
	text-align: center;
	font: normal normal bold 60px/100px Jost;
	letter-spacing: 5.64px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-shadow: 1px 1px 15px #0047d6;
}
.page-banner .breadcrumb-item
{
	text-align: center;
	font: normal normal bold 18px/30px Jost;
	letter-spacing: 0px;
	text-shadow: 0px 3px 6px #00000029;
	color: #DFDFDF;
}
.breadcrumb-item+.breadcrumb-item::before
{
	content: '>'!important;
	color: #fff;
}
.page-banner .breadcrumb-item.active
{
	color: #FFFFFF;
}
.about1
{
	float: left;
	width: 100%;
	padding: 50px 0;
	background: #000000 0% 0% no-repeat padding-box;
}
.about1 h2 
{
	text-align: center;
	font: normal normal bold 35px/45px Jost;
	letter-spacing: 2.88px;
	color: #FFFFFF;
	text-transform: uppercase;
	opacity: 1;
}
.about1 p 
{
	text-align: center;
	font: normal normal normal 20px/28px Jost;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	opacity: 0.9;
}
.about2 
{
	float: left;
	width: 100%;
	background: #000000 0% 0% no-repeat padding-box;
}
.about3 
{
	float: left;
	width: 100%;
	padding: 50px 0;
}
.about3 .about-text
{
	color: #fff;
}
.about3 .about-text h5
{
	text-align: left;
	font: normal normal bold 16px/24px Jost;
	letter-spacing: 1.08px;
	color: #FFFFFF;
	text-transform: uppercase;
	opacity: 1;
	margin-bottom: 0;
} 
.about3 .about-text h3 
{
	text-align: left;
	font: normal normal bold 28px/35px Jost;
	letter-spacing: 2.4px;
	color: #FFFFFF;
	text-transform: uppercase;
	opacity: 1;
}
.about3 .about-text .countries
{
	text-align: left;
	font: normal normal normal 14px/25px Jost;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
}
.about4
{
	float: left;
	width: 100%;	
}
.about4 h6 
{
	font: normal normal bold 16px/30px Jost;
	letter-spacing: 1.32px;
	color: #FFFFFF;
	text-transform: uppercase;
	opacity: 1;
	text-align: center;
	margin-bottom: 0;
}
.about4 h4
{
	text-align: center;
	font: normal normal bold 35px/45px Jost;
	letter-spacing: 2.94px;
	color: #FFFFFF;
	text-transform: uppercase;
	opacity: 1;
	margin-bottom: 15px;
}
.about4 .container-fluid
{
	padding: 50px 0;
	background-image: url(../img/about/service-bg.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
}
.about4 .container-fluid ul li 
{
	text-align: left;
	font: normal normal normal 20px/35px Jost;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
}
.about5 
{
	padding: 100px 0;
}
.about6 
{
	background-image: url(../img/about/plane.webp)!important;
}

/*services*/
.all-services
{
	float: left;
	width: 100%;	
}
.all-services .tab-section
{
	background: #F25900 0% 0% no-repeat padding-box;
	opacity: 1;
	padding: 20px 0;
	margin-bottom: 50px;
}
.all-services .tab-section .nav-pills .nav-link
{
	text-align: left;
	font: normal normal bold 20px/30px Sen;
	letter-spacing: -0.86px;
	color: #FFFFFF;
	opacity: 1;
	padding: 0;
	border-radius:0;
	position: relative;
}
.all-services .tab-section .nav-pills .nav-link:after
{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;	
	border-bottom: 2px solid;
	transition: 0.5s;
}
.all-services .tab-section .nav-pills .nav-link.active:after, .all-services .tab-section .nav-pills .nav-link:hover:after
{	
	width: 100%;
	transition: 0.5s;
}
.all-services .tab-section .nav-pills .nav-link.active, .all-services .tab-section .nav-pills .nav-link:hover
{
	background: none;
}
.all-services .tab-content .service-text
{
	background-image: url(../img/home/bg2.webp);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #fff;
	padding: 70px 100px;
	border-radius: 10px 10px 0 0;
}
.all-services .tab-content .service-text .inner-service-text
{
	width: 90%;
	margin: 0 auto;
}
.all-services  #exhibition .service-text .inner-service-text
{
	width: 100%;
}
.all-services #exhibition .service-text .inner-service-text ul  
{
	padding-left: 15px;
}
.all-services #exhibition .service-text 
{
	padding: 50px 50px 50px 80px;
}
.all-services .tab-content .service-text h5 
{
	text-align: left;
	font: normal normal bold 30px/40px Jost;
	letter-spacing: 0px;
	color: #F25900;
	opacity: 1;
}
.all-services .tab-content .service-text p
{
	font-size: 18px;
}
.all-services .tab-content .service-text p.countries
{
	font-size: 14px;
}
.all-services .tab-content .service-text ul li::marker
{
	color: var(--text-primary);
}
.all-services #exhibition, .all-services #air-freight
{
	background-image: url(../img/home/bg1.webp);
	background-position: center;
	background-size: cover;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	border-top-left-radius: 10px;
	margin-top: 100px;
}
.all-services #exhibition .col-md-6 img, .all-services #air-freight .col-md-6 img
{
	margin-top: -30px;
}
.all-services #exhibition .service-text, .all-services #air-freight .service-text
{
	padding-bottom: 0;
	border-radius: 0;
	border-top-left-radius: 10px;
	background: none;
	margin-bottom: 50px;
}
.all-services .third-party .col-lg-12
{
	padding: 20px 80px;
}
.all-services .third-party .col-lg-12 .country-box
{
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 2px solid #F25900;
	border-radius: 8px;
	opacity: 1;
	padding: 20px 30px;	
}
.all-services .third-party .col-lg-12 .country-box h6 
{
	text-align: left;
	font: normal normal bold 16px/25px Jost;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	margin-bottom: 0;
}
.all-services .third-party .col-lg-12 .country-box p 
{
	text-align: left;
	font: normal normal normal 14px/20px Jost;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	margin-bottom: 0;
}
.all-services .third-party h6 
{
	text-align: left;
	font: normal normal bold 22px/25px Jost;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	margin-bottom: 15px;
}
.all-services .third-party ul li 
{
	font: normal normal normal 16px/30px Jost;
}

/*resources*/
.equipments 
{
	float: left;
	width: 100%;
	padding: 80px 0 30px;
}
.equipments h2 
{
	text-align: center;
	font: normal normal bold 40px/63px Jost;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
}
.equipments .equipments-container
{
	padding: 10px;
	margin-bottom: 30px;
}
.equipments .equipments-container .img-box
{
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 15px 51px #00E2F240;
	border-radius: 8px;
	padding: 15px;
	position: relative;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 250px;
}
.equipments .equipments-container .img-box img 
{
	width: 80%;
}
.equipments .equipments-container .img-box:before
{
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
	height: 100%;
	background: #00848D 0% 0% no-repeat padding-box;
	border-radius: 8px;
	opacity: 0.45;
	z-index: -1;
}
.equipments .equipments-container a 
{
	background: #00737B 0% 0% no-repeat padding-box;
	border-radius: 4px;
	text-align: center;
	font: normal normal bold 18px/30px Jost;
	padding: 14px 10px;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	width: 100%;
	display: inline-block;
}
.equipments .equipments-container a:hover
{
	background: #00848D 0% 0% no-repeat padding-box;
}
.equipments .main-img 
{
	
}
.equipments .main-img img 
{
	width: 100%;
	background: #FFFFFF 0% 0% no-repeat padding-box;	
	border-radius: 8px;
	padding: 15px;
	margin-bottom: 10px;
}
.equipments .main-img h5, .ano-pro
{
	text-align: left;
	font: normal normal bold 22px/30px Jost;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
}
.equipments .product-details
{
	padding-left: 10px;
	color-interpolation: #fff;
	
}
.equipments .product-details .table 
{
	background: #FFFFFF;
	font-size: 15px;
}
.equipments .product-details .table th 
{
	border: 0;	
	padding: 8px 20px;
}
.equipments .product-details .table tbody td 
{
	line-height: 35px;
	border-bottom: 0;
	border-top: 2px solid #F84D0C;
	padding: 8px 20px;
}
.equipments .product-title
{
	text-align: center;
	font: normal normal bold 50px/70px Jost;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
}
.warning 
{
	float: left;
	width: 100%;
	padding-bottom: 50px;
}
.warning .container-fluid
{
	padding: 20px 0;
	background: #FAB800;
}
.warning .container-fluid h3 
{
	font: normal normal bold 40px/45px Jost;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;	
}
.warning .container-fluid ul 
{
	padding-left: 18px;
}
.warning .container-fluid ul li
{
	margin-bottom: 10px;
}
.warning .container-fluid ul li:nth-last-child
{
	margin-bottom: 0;
}
.warning .container-fluid ul li::marker 
{
	background: #000483;
}
.warning .back-to-top a
{
	text-align: center;
	font: normal normal bold 18px/30px Jost;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
}

/*forwarding */

.forwarding
{
	float: left;
	width: 100%;
	padding: 50px 0;
}
.forwarding h3.title 
{
	text-align: center;
	font: normal normal normal 41px/97px Jost;
	letter-spacing: 2.46px;
	color: #FFFFFF;
	opacity: 1;
}
.forwarding .nav-pills
{
	background: #D66900 0% 0% no-repeat padding-box;
	border-radius: 57px;
	opacity: 1;
}
.forwarding .nav-pills .nav-link 
{
	text-align: center;
	font: normal normal bold 20px/30px Jost;
	letter-spacing: 1.92px;
	color: #FFFFFF;
	opacity: 1;
	border-radius: 0;
	position: relative;
	padding: 0;
	margin: 10px 30px;
}
.forwarding .nav-pills .nav-link:after
{
	content: '';
	position: absolute;	
	left: 0;
	bottom: 0;
	height: 2px;
	width: 0;
	background-color: #fff;
	transition: 0.3s;
}
.forwarding .nav-pills .nav-link.active
{
	background: none;
}
.forwarding .nav-pills .nav-link.active:after, .forwarding .nav-pills .nav-link:hover:after
{
	transition: 0.3s;
	width: 100%;	
}
.forwarding .tab-content .tab-pane
{
	padding: 50px 50px 0;
	color: #FFFFFF;
}
.forwarding .tab-content .tab-pane .term-title span 
{
	text-align: center;
	font: normal normal bold 50px/50px Jost;	
	color: #FFFFFF;
	opacity: 1;
	position: relative;
}
.forwarding .tab-content .tab-pane .term-title span:after
{
	content: '';
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	border-bottom: 2px solid var(--text-primary);
}
.forwarding .tab-content .tab-pane p
{
	letter-spacing: 1.56px;
	color: #FFFFFF;
}
.forwarding .tab-content .tab-pane p strong 
{
	font: normal normal bold 18px/30px Jost;
}

/*currency-exchange*/

.currency-exchange
{
	float: left;
	width: 100%;
	padding: 40px 0 70px;
}
.currency-exchange h3 
{
	text-align: center;
	font: normal normal bold 40px/50px Jost;
	letter-spacing: 3.12px;
	color: #FFFFFF;
	opacity: 1;
	margin-bottom: 80px;
}
.currency-exchange .col-md-6 .company-logo
{
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 35px;	
}
.currency-exchange .col-md-6 .company-logo img 
{
	border-radius: 15px;
}
.currency-exchange .col-md-6 .company-logo img.uob
{
	border-radius: 15px;
	background: #fff;
	height: 130px;
	width: 350px;
	padding: 5px;
}
.currency-exchange .col-md-6 .company-logo img.xe:hover 
{
	box-shadow: 0px 12px 32px #0016E0B5;
}
.currency-exchange .col-md-6 .company-logo img.uob:hover 
{
	box-shadow: 0px 12px 32px #FFFFFF78;
}
.currency-exchange .col-md-6 p 
{
	text-align: center;
	font: normal normal normal 20px/30px Jost;
	letter-spacing: 1.92px;
	color: #FFFFFF;
	opacity: 1;
}


/*stc*/

.stc
{
	float: left;
	width: 100%;
	padding: 50px 0;
	color: #fff;
}
.stc h3
{
	font: normal normal bold 30px/40px Jost;
	letter-spacing: 0px;
	color: #FF6C16;
	opacity: 1;
}
.stc p 
{
	margin-bottom: 20px;
}

/*time-conversion*/

.time-conversion
{
	float: left;
	width: 100%;
	padding: 100px 0;
	color: #fff;
	text-align: center;
}
.time-conversion p strong 
{

	letter-spacing: 1.32px;
	color: #F25900;
}

/*contact */
.contact 
{
	float: left;
	width: 100%;
	padding: 50px 0 ;
}
.contact .has-bg
{
	background-image: url(../img/contact/net.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 0 30px 0 80px;
}
.contact .has-bg .contact-form
{
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 4px;
	opacity: 1;
	-webkit-backdrop-filter: blur(19px);
	backdrop-filter: blur(19px);
	padding: 25px 35px;
}
.contact .has-bg h3
{
	font: normal normal bold 45px/55px Jost;
	letter-spacing: 6.3px;
	color: #FF650C;
	text-transform: uppercase;
	opacity: 1;
	padding-left: 35px;
}
.contact .has-bg p 
{
	text-align: left;
	font: normal normal bold 18px/25px Jost;
	letter-spacing: 0.52px;
	color: #FFFFFF;
	opacity: 1;
	margin-bottom: 30px;
	padding-left: 35px;
}
.contact .has-bg-color
{
	background: #00142B 0% 0% no-repeat padding-box;
	border-radius: 0px 0px 16px 16px;
	opacity: 1;
	border-radius: 10px;
}
.contact .has-bg-color iframe
{
	border-radius: 10px 10px 0  0;
}
.contact .has-bg-color .location
{
	float: left;
	width: 100%;	
}
.contact .has-bg-color .location .icon 
{
	width: 35px;
	float: left;
}
.contact .has-bg-color .location .text 
{
	width: calc(100% - 35px);
	float: left;
}
.contact .has-bg-color .location .text h5
{
	font: normal normal bold 18px/30px Jost;
	letter-spacing: 0px;
	color: #F25900;
	opacity: 1;
	margin-bottom: 0;
}
.contact .has-bg-color .location .text p 
{
	text-align: left;
	font: normal normal normal 15px/25px Jost;
	letter-spacing: 0px;
	color: #FFE4D4;
	opacity: 1;
}

.form-control
{
	background: transparent;
	border: none;
	border-bottom: 2px solid var(--text-primary);
	border-radius: 0;
	text-align: left;
	font: normal normal normal 16px/25px Jost;
	letter-spacing: 1.36px;
	opacity: 1;
	padding-left: 0;
	color: #fff;
}
.form-control::placeholder
{
	color: #FFF;
}


/*gallery*/
.gallery
{
	float: left;
	width: 100%;
	padding: 50px 0;
	color: #fff;
}
.gallery h4.title
{
	font: normal normal bold 30px/40px Jost;
	letter-spacing: 2.28px;
	color: #FFFFFF;
	text-transform: uppercase;
	opacity: 1;
	margin-bottom: 30px;
}
.gallery #counter 
{
	position: absolute;
    right: 35px;
    bottom: 3px;
}
.gallery .owl-carousel .owl-nav
{
	text-align: right;
}
.gallery .owl-carousel .owl-nav button:hover
{
	background: none;
}
.gallery .owl-carousel .owl-nav button.owl-prev
{
	transform: translateX(-35px);
}
.gallery .owl-carousel .item 
{
	cursor: pointer;
}
#demo .carousel-inner .carousel-item 
{
	background: #1D1C1C 0% 0% no-repeat padding-box;
}
#demo .carousel-indicators 
{
	background: #404040 0% 0% no-repeat padding-box;
	width: 100%;
	position: inherit;
}
#demo  .carousel-indicators
{
	margin: 0;
}
#demo .carousel-indicators [data-bs-target]
{
	text-indent: inherit;
	width: 100px;
	height: 80px;
}
#demo  .carousel-indicators [data-bs-target] img 
{
	width: 100%;
}
#demo .carousel-control-prev, #demo .carousel-control-next
{
	position: absolute;
    width: 30px;
    height: 30px;
    opacity: 1;
    border-radius: 50%;
    top: inherit;
    bottom: 25%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F25900;
}
#demo .carousel-control-prev 
{
	right: 30%;
	left: inherit;
}
#demo .carousel-control-next
{
	right: 20%;
}
#myModal .btn-close
{
	position: absolute;
	right: 30px;
    top: 10px;
    z-index: 999;
    opacity: 1;
}
#demo .carousel-inner .carousel-item  .gallery-details-box
{
	padding: 100px;
}
#demo .carousel-inner .carousel-item  .gallery-details-box p 
{
	text-align: left;
	font: normal normal normal 22px/28px Jost;
	letter-spacing: 1.32px;
	color: #FFFFFF;
	opacity: 1;
}





/*footer*/
footer
{
	float: left;
	width: 100%;
	background: #070707FC 0% 0% no-repeat padding-box;
	opacity: 1;
	padding: 50px 0 0;
}
footer .footer-title 
{
	text-align: left;
	font: normal normal bold 24px/35px Jost;
	letter-spacing: 0.29px;
	color: #F25900;
	opacity: 1;
	margin-bottom: 30px;
}
footer ul 
{
	float: left;
	width: 100%;
	list-style-type: none;
	padding-left: 0;	
}
footer ul li  
{
	width: 100%;
	float: left;	
	margin-bottom: 20px;
	display: flex;
	align-items: flex-start;
}
footer ul li  .icon 
{
	width: 40px;
	float: left;
	/*margin-right: 10px;*/
	display: flex;
	align-items: center;
}
footer ul li  .text 
{
	width: calc(100% - 40px);
	float: left;
	text-align: left;
	font: normal normal normal 16px/19px Quiet Sans;
	letter-spacing: 0.19px;
	color: #FFFFFF;
	opacity: 1;
}
footer ul li a 
{
	text-align: left;
	font: normal normal 500 16px/23px Jost;
	letter-spacing: 0.19px;
	color: #FFFFFF;
	text-transform: uppercase;
	opacity: 1;
}
footer ul li a:hover
{
	color: #fff;
}
footer ul.footer-menu
{
	columns: 2;
}
footer ul.footer-menu li  
{
	margin-bottom: 25px;
}
footer ul li:last-child
{
	margin-bottom: 0;
}
footer .copyright-section
{
	margin-top: 50px;	
	background: #C54900 0% 0% no-repeat padding-box;
}
footer .copyright-section p
{
	padding: 10px 0;
}
footer .copyright-section p, footer .copyright-section p a 
{
	font: normal normal normal 15px/20px Quiet Sans;
	letter-spacing: 0.2px;
	color: #FFFFFF;
	opacity: 1;
}

/*back to top*/
.back-to-top
{
	position: fixed;
    bottom: 60px;
    right: 8px;
    z-index: 99;
}
.back-to-top img 
{
	width: 60px;
}


/*media query*/

@media only screen and (max-width: 767px)
{
	body 
	{
		overflow-x: hidden;
	}
	.container, .container-sm
	{
		max-width: 100%;
	}
	header .navbar .navbar-brand img
	{
		width: 200px;
	}
	.home1 .col-md-5.position-relative
	{
		margin-top: -60px;
		margin-left: 0;
	}
	.home1 .aboutus-box
	{
		padding: 30px;
	}
	.home2 .service-box
	{
		margin-bottom: 15px;
	}
	.home3 .useful-resource
	{
		margin-left: 0;
		margin-top: -50px;
		padding: 50px;
	}
	footer .copyright-section p, footer .copyright-section p a
	{
		text-align: center;
	}
	footer .copyright-section p
	{
		padding: 5px 0;
	}
	.about3 .about-text
	{
		margin-top: 30px;
	}
	.all-services .tab-content .service-text
	{
		padding: 30px 15px;
	}
	.all-services .tab-content .service-text br 
	{
		display: none;
	}
	.footer-logo
	{
		margin-bottom: 20px;
	}
	.all-services #exhibition .service-text
	{
		padding: 30px;
	}
	.all-services .third-party .col-lg-12
	{

	}
	.equipments .product-details
	{
		padding-left: 0;
	}
	#demo .carousel-inner .carousel-item .gallery-details-box
	{
		padding: 50px 30px;
	}
	.contact .has-bg
	{
		padding: 15px;
	}
	.contact .has-bg h3, .contact .has-bg p 
	{
		padding-left: 0;
	}


}

@media only screen and (max-width: 576px)
{
	.banner .slide1 .carousel-caption .text-img
	{
		width: 95%!important;
	}
	.banner .slide3 .carousel-caption h1, .banner .slide2 .carousel-caption h1
	{
		font: normal normal bold 30px/35px Jost;
		padding: 0 10px ;
	}
	.banner .slide3 .carousel-caption h1 br, .banner .slide2 .carousel-caption h1 br 
	{
		display: none;
	}
	.banner .slide1 .carousel-caption h1
	{
		font: normal normal bold 30px/40px Jost;
		-webkit-text-stroke: 1px #fff;
	}
	.banner .carousel-caption .btn
	{
		margin: 25px 5px ;
		min-width: 150px;
	}
	.banner, .banner .carousel, .banner .carousel .carousel-inner, .banner .carousel .carousel-inner .carousel-item, .banner .carousel .carousel-inner .carousel-item img
	{
		height: 65vh;
	}
	.home3 .useful-resource
	{
		padding: 30px;
	}
	.home4
	{
		padding: 50px 0;
		background-position: left;
	}
	.page-banner h1
	{
		font: normal normal bold 40px/50px Jost;
		letter-spacing: 3.64px;
	}
	.about1 h2
	{
		font: normal normal bold 22px/35px Jost;
	}
	.about1 p
	{
		font: normal normal normal 16px/24px Jost;
	}
	.all-services .nav-pills
	{
		display: block;
	}
	.all-services .nav-pills .nav-item 
	{
		margin-bottom: 10px;
	}
	.all-services .third-party .col-lg-12
	{
		padding: 20px;
	}
	.all-services .third-party .col-lg-12 .country-box
	{
		margin-bottom: 15px;
	}
	.equipments h2
	{
		font: normal normal bold 30px/40px Jost;
	}
	.page-banner
	{
		padding: 80px 0;
	}
	.equipments .product-details .table tbody td, .equipments .product-details .table th
	{
		white-space: nowrap;
	}
	.warning .container-fluid
	{
		padding: 20px;
	}
	.equipments .product-title
	{
		font: normal normal bold 35px/55px Jost;
	}
	.equipments .product-title br 
	{
		display: none;
	}
	#demo .carousel-control-prev
	{
		left: 40%;
		bottom: 20%;
    	transform: translate(-40%, -20%);
    	right: inherit;
	}
	#demo .carousel-control-next
	{
		left: 60%;
		bottom: 20%;
    	transform: translate(-60%, -20%);
    	right: inherit;
	}
	.contact .has-bg h3
	{
		font: normal normal bold 35px/55px Jost;
	}
	.contact .has-bg-color
	{
		padding: 0 15px!important;
	}
	.contact 
	{
		padding: 10px 0;
	}
	.forwarding .nav-pills .nav-link
	{
		font: normal normal bold 16px/30px Jost;
		margin: 10px;
	}
	.forwarding .tab-content .tab-pane
	{
		padding: 50px 0px 0;
	}
	.currency-exchange .col-md-6 .company-logo
	{
		margin-bottom: 10px;
		margin-top: 20px;
		height: auto;
	}
}
@media only screen and (max-width: 425px)
{
	.banner .slide3 .carousel-caption h1, .banner .slide2 .carousel-caption h1
	{
		font: normal normal bold 27px/35px Jost;		
	}
}
.help-block {
   display: inline-block;
   font-size: 13px;
   background: #ff7171;
   color: white;
   padding: 2px 10px;
   margin-top: 8px;
   position: relative;
   border-radius: 3px;
}
.help-block:after {
   content: "";
   display: block;
   position: absolute;
   top: -5px;
   left: 10px;
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 0 5px 5px 5px;
   border-color: transparent transparent #ff7171;
}