@import url(https://fonts.googleapis.com/css2?family=Poppins&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Muli&display=swap);

@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');
:root {
	--body-f: 'Muli', sans-serif;
	--tile-f: 'Poppins', sans-serif;
	--tile-f-2: 'Roboto Slab', serif;
	--primary-color: #FFFFFF;
	/*--secondary-color: rgb(241, 242, 243);*/
	--secondary-color: rgba(64,224,208,0.1);
	--secondary-color-gx: linear-gradient( 178.6deg,  rgba(64,224,208,0.1) 11.2%, rgba(0,0,0,0) 91.1% );
	--secondary-color-gx-btm:linear-gradient( 0.6deg,  rgba(64,224,208,0.1) 11.2%, rgba(0,0,0,0) 91.1% );
	--primary-text: #212529;
	--secondary-text: #6C757D;
	/*--main-color: #65dfc9;*/
	--main-color: rgba(64,224,208,1);
	--main-color-2: #1B1D20;
	--main-color-3: #0F1117;
        /*--main-color: rgba(253,185,51,1);
	    --main-color-2: rgba(47,71,79,1);
    --main-color-3: rgba(159,188,198,1);*/
	--overlay-bg: rgba(0, 0, 0, 0.25);
	--overlay-bg-2:rgba(0, 0, 0, 0.35);
	--back-filter: saturate(130%) blur(10px);
    --back-filter2: saturate(180%) blur(20px);
	--back-droup: rgb(255, 255, 255, 0.85);
	--white-color-95: rgba(255,255,255,0.95);
	/*--gold-color: linear-gradient(to right, #F09819 0%, var(--main-color) 51%, #F09819 100%);*/
	--main-gx: linear-gradient(to right top, #65dfc9, #6cdbeb);
	--main-gx-2: linear-gradient(to right bottom, rgba(255, 255, 255,0.7), rgba(255, 255, 255,0.3));
	--fb-color: #3b5998;
	--w-color: #25D366;
	--linkedin-color: #0e76a8;
	/*--insta-color: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);*/
	--border: #dee2e6;
	--b-light: rgba(255, 255, 255, .5);
	--b-dark: rgba(34, 36, 38, .1);
	--color-light: #f8f9fa;
	--main-shadow: 0px 0px 21px 5px rgba(253, 219, 58, 0.1);
	--shadow-dark: 0px 0px 19px 0px rgba(0, 0, 0, 0.24);
	--shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10) !important;
	--in-shadow: inset 0px 0px 36px 3px rgba(0, 0, 0, 0.1);
	--top-shadow: 0px -5px 14px 0px rgba(0, 0, 0, 0.08);
	--btm-shadow: 0px 13px 24px 0px rgba(0, 0, 0, 0.08);
	--text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	--red-color: red;
}
/*==========================================
  1. Default CSS
============================================*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}
body{
	position: relative;
}
body,
html {
	width: 100vw;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-family: var(--body-f);
	background-color: var(--primary-color);
	transition: .6s all ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media (max-width:991px) {
	html {
		font-size: 88%;
	}

}

@media (max-width:600px) {
	html {
		font-size: 87%;
	}

}

h1,h2,h3,h4,h5,h6 {
	font-family: var(--tile-f);
	color: var(--primary-text);
	font-weight: 500;
	line-height: 1.5;
	transition: .6s all ease;
}

p {
	font-family: var(--body-f);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	transition: .6s all ease;
}

ul li {
	list-style: none;
}

a,
a:active,
a:hover {
	text-decoration: none;
	color: var(--primary-text);
}

img {
	width: 100%;
	height: auto;
}
.tf{
	font-family: var(--tile-f);
}
.tf-2{
	font-family: var(--tile-f-2);
}
.backdroup-bg {
	background-color: var(--back-droup);
	backdrop-filter: saturate(180%) blur(20px);
}
.glass-gx{
	background: var(--primary-color);
	backdrop-filter: blur(2rem);
}
.primary-bg {
	background-color: var(--primary-color);
}
.secondary-bg {
	background-color: var(--secondary-color);
}
.secondary-bg-gx {
	background-image: var(--secondary-color-gx);
}
.secondary-bg-gx-btm{
	background-image: var(--secondary-color-gx-btm);
}
.main-bg {
	background-color: var(--main-color);
}
.main-bg-2 {
	background-color: var(--main-color-2);
}
.main-bg-3 {
	background-color: var(--main-color-3);
}
.red-color{
	background-color: red;
}
.bg-light-1 {
	background-color: var(--color-light) !important;
}

.primary-text {
	color: var(--primary-text);
}
.secondary-text {
	color: var(--secondary-text);
}
.text-main {
	color: var(--main-color);
}
.text-main-2 {
	color: var(--main-color-2);
}
.text-light-1 {
	color: var(--primary-color) !important;
}
.text-or{
	color: var(--bs-orange) !important;
}
.border-t-light {
	border-top: 1px solid var(--b-light);
}
.border-r-light {
	border-right: 1px solid var(--b-light);
}
.border-l-light {
	border-left: 1px solid var(--b-light);
}

.border-b-light {
	border-bottom: 1px solid var(--b-light);
}

.border-r-dark {
	border-right: 1px solid var(--b-dark);
}

.border-t-dark {
	border-top: 1px solid var(--b-dark);
}

.border-l-dark {
	border-left: 1px solid var(--b-dark);
}

.border-b-dark {
	border-bottom: 1px solid var(--b-dark);
}

.border-dark-1 {
	border: 1px solid var(--b-dark);
}

.focus-off:focus {
	box-shadow: none !important;
	border: 0;
}

.shadow-dark {
	-webkit-box-shadow: var(--shadow-dark);
	-moz-box-shadow: var(--shadow-dark);
	box-shadow: var(--shadow-dark);
}

.shadow {
	-webkit-box-shadow: var(--shadow);
	-moz-box-shadow: var(--shadow);
	box-shadow: var(--shadow);
}

.in-shadow {
	-webkit-box-shadow: var(--in-shadow);
	-moz-box-shadow: var(--in-shadow);
	box-shadow: var(--in-shadow);
}

.shadow-none {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

@media (max-width:991px) {
	.shadow-md-none {
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
	}

}

.text-shadow {
	text-shadow: var(--text-shadow);
}

.layer-a::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:  var(--overlay-bg);
}
.layer-a.c-10::after{
	background-color: rgba(0, 0, 0, 0.10);
}
.layer-b::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--overlay-bg);
}

.z-1 {
	z-index: 1;
}

.z-n1 {
	z-index: -1;
}
.z-n1-a:after {
	z-index: -1;
}
.top-1 {
	top: .625rem;
}

.btm-1 {
	bottom: .625rem;
}

.left-1 {
	left: .625rem;
}

.right-1 {
	right: .625rem;
}

.border-1 {
	border: 1px solid var(--border);
}

.o-1 {
	opacity: 1 !important;
}

.o-08 {
	opacity: .8 !important;
}

.o-line-0 {
	outline: 0 !important;
}

.ul li {
	position: relative;
}

.ul li:before {
	content: '\2022';
	padding-left: .625rem;
	position: absolute;
	left: -.688rem;
	top: 0;
	color: var(--main-color);
	margin-left: -.9rem;
}

.main-btn {
	background-color: var(--main-color);
	color: var(--color-light);
	border-radius: 1.563rem;
	padding: .563rem 1.25rem;
	transition: .6s all ease;
}
.bg-or{
	background-color: var(--bs-orange);
}
.main-btn:hover {
	background-color: var(--main-color-3);
	color: var(--primary-color);
	background-image: var(--secondary-color-gx-btm);
}

/*-------------------------------------------------
	Preloder
--------------------------------------------------*/
#preloder {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--primary-color);
	display: flex;
	z-index: 999;
	justify-content: center;
	align-items: center;
	background-image: url(../assets/images/background/preloder.jpg);
	/*filter: grayscale(100%);*/
}
#preloder:after{
	background-color: var(--back-droup);
}
.loaded {
	visibility: hidden;
	opacity: 0;
}
#preloder .load-logo {
	position: absolute;
	width: 17rem;
}
/*#preloder .loder{
	margin: auto;
      width: 10rem;
}*/
#preloder .loader{
	width: 10px;
	height: 10px;
	border-radius: 70%;
	display: block;
	margin: 15px auto;
	position: relative;
	color: var(--main-color);
	top: 2.5rem;
	left: -100px;
	box-sizing: border-box;
	animation: shadowRolling 2.5s linear infinite;
}
@keyframes shadowRolling {
	0% {
		box-shadow: 0 0 rgba(255, 255, 255, 0), 0 0 rgba(255, 255, 255, 0), 0 0 rgba(255, 255, 255, 0), 0 0 rgba(255, 255, 255, 0)
	}

	12% {
		box-shadow: 100px 0 var(--main-color-3), 0 0 rgba(255, 255, 255, 0), 0 0 rgba(255, 255, 255, 0), 0 0 rgba(255, 255, 255, 0)
	}

	25% {
		box-shadow: 110px 0 var(--main-color-3), 100px 0 var(--main-color-3), 0 0 rgba(255, 255, 255, 0), 0 0 rgba(255, 255, 255, 0)
	}

	36% {
		box-shadow: 120px 0 var(--main-color-3), 110px 0 var(--main-color-3), 100px 0 var(--main-color-3), 0 0 rgba(255, 255, 255, 0)
	}

	50% {
		box-shadow: 130px 0 var(--main-color-3), 120px 0 var(--main-color-3), 110px 0 var(--main-color-3), 100px 0 var(--main-color-3)
	}

	62% {
		box-shadow: 200px 0 rgba(255, 255, 255, 0), 130px 0 var(--main-color-3), 120px 0 var(--main-color-3), 110px 0 var(--main-color-3)
	}

	75% {
		box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 var(--main-color-3), 120px 0 var(--main-color-3)
	}

	87% {
		box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 var(--main-color-3)
	}

	100% {
		box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0)
	}

}

.titel-section .title {
	font-weight: 700;
	letter-spacing: .02rem;
	position: relative;
}

.titel-section .title .one-text {
	color: var(--main-color);
	font-weight: 600;
	margin-right: 2px;
}
.titel-section .title-line {
	position: relative;
}
.titel-section .tp-1::before {
	top: 3.75rem;
}
.titel-section .title-line::before {
	content: '';
    position: absolute;
    width: 99%;
    height: .350rem;
    background: var(--main-color);
    bottom: -2px;
    clip-path: polygon(0 0, 95% 0, 90% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 95% 0, 90% 100%, 0% 100%);
    left: 0;
    transition: .5s all ease;
}
.titel-section .title-line.lr-cut::before{
	clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
	-webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}
.titel-section .title-line.no-cut::before{
	clip-path: polygon(0 2%, 100% 0, 100% 100%, 0% 100%);;
	-webkit-clip-path: polygon(0 2%, 100% 0, 100% 100%, 0% 100%);;
}
@media (max-width:1199px) {
	.titel-section .tp-1::before {
		top: 3.3rem;
	}

}

@media (max-width:991px) {
	.titel-section .title-line::before {
		height: .188rem;
	}
	.titel-section .title.t-md-c {
		text-align: center;
	}
}

@media (max-width:767px) {
	.titel-section .tp-1::before {
		top: 3rem;
	}
	.titel-section .title.t-sm-c {
		text-align: center;
	}

}

@keyframes l-to-r {
	0% {
		transform: translateX(-1px);
		-webkit-transform: translateX(-1px);
	}

	50% {
		transform: translateX(3px);
		-webkit-transform: translateX(3px);
	}

	100% {
		transform: translateX(-1px);
		-webkit-transform: translateX(-1px);
	}

}

@keyframes t-to-b {
	0% {
		transform: translateY(-2px);
		-webkit-transform: translateY(-2px);
	}

	50% {
		transform: translateY(4px);
		-webkit-transform: translateY(4px);
	}

	100% {
		transform: translateY(-2px);
		-webkit-transform: translateY(-2px);
	}

}
.scale-up-center {
	-webkit-animation: scale-up-center 0.6s ease-in-out 0s both;
	        animation: scale-up-center 0.6s ease-in-out 0s both;
}
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.l-to-r,
.hvr-bx:hover .l-to-r-hvr{
	animation: l-to-r 5s ease-in-out infinite;
}

.t-b-ani {
	animation: t-to-b 5s ease-in-out infinite;
}
.bg-t-a:after{
	background-color: transparent;
}
.my-bg {
	background-repeat: no-repeat;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax-a:after,
.parallax{
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.ptrn-1-a:after,
.ptrn-1{
	background-image: url('../assets/images/background/patern.png');
    background-size: 20rem;
    background-position: 0 -64px;
    opacity: .4;
    background-attachment: unset;
}
.ptrn-2-a:after,
.ptrn-2{
	background-image: url(../assets/images/background/world-map.png);
    background-size: 70%;
    background-position: center;
    opacity: .3;
}
@media (max-width:600px) {
	.ptrn-2-a:after,
	.ptrn-2{
		background-size: 90%;
	}
	.parallax {
		background-image: none !important;
	}

}
.text-justify {
	text-align: justify;
}
.ul-li-circle li{
	list-style: disc;
}

/*==========================================
  1. header section CSS
============================================*/
/*
.i-facebook {
	color: var(--fb-color) !important
}

.i-instagram {
	background: var(--insta-color) !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important
}

.i-whatsapp {
	color: var(--w-color)
}

.i-linkedin {
	color: var(--linkedin-color)
}*/

.top-header {
	z-index: 100;
	position: relative;
	padding-top: .25rem;
	padding-bottom: .25rem;
	transition: .6s all ease;
	
}
.top-header .in-right-box{
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 3% 100%);
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 3% 100%);
}

.top-header a {
	position: relative;
	vertical-align: middle;
	line-height: 1;
	padding: .50857143em 1.14285714em;
	color: var(--main-2);
	transition: .5s all ease
}

.top-header .r-menu a {
	/*background-color: var(--primary-color);
	clip-path: circle(35% at 50% 50%);
	-webkit-clip-path: circle(35% at 50% 50%);*/
	padding: .5rem .85rem;
	margin:0;
	/*margin: 0 .25rem;
	transform: scale(1.12)*/
}
.top-header .r-menu a i{
	color: var(--primary-color) !important;
}
.top-header .user-name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 6.563rem
}

.top-header .r-menu a i {
	transition: .5s all ease;
}

.top-header .r-menu a:hover {
	transform: scale(1.23);
}

.top-header a:hover {
	color: var(--main-color);
}

.top-header .r-menu {
	display: flex;
}

.top-header .r-menu i {
	margin: auto;
}
.top-header .right-menu i {
	font-size: 17px;
}
.top-header .right-menu .inner-box {
	margin-left: auto;
}
header {
	/*top: 0;
	-webkit-box-shadow: var(--btm-shadow);
	-moz-box-shadow: var(--btm-shadow);
	box-shadow: var(--btm-shadow);
	background-color: var(--back-droup);
	backdrop-filter: saturate(180%) blur(2px);
	z-index: 100;
	transition: .6s all ease-in;*/
	top: 0;
    -webkit-box-shadow: var(--btm-shadow);
    -moz-box-shadow: var(--btm-shadow);
    box-shadow: var(--btm-shadow);
    background-color: var(--white-color-95);
    backdrop-filter: var(--back-filter2);
    z-index: 100;
    transition: .6s all ease;
    padding-top: .5rem;
		padding-bottom: .5rem;
}
header.add-header{
	background-color: var(--primary-color);
}
/* header .logo {
	width: 15rem;
    left: -10px;
    position: relative;
} */


header .logo {
	width: auto;
	height: 100px;
    left: -10px;
    position: relative;
}

header .logo-box{
	transition: .6s all ease;
}

@media (min-width:991px) {
	header .navbar-nav .nav-link {
	    padding-right: .7rem !important;
	    padding-left: .7rem !important;
	}
	header.add-header{
		background-image: var(--secondary-color-gx);
	}
	header:not(.add-header) .logo-box {
		position: absolute;
		/* top: -25px; */
		top: -40px;
	}
	header:not(.add-header){
		/* padding-top: .9rem !important; */
		padding-top: 1.3rem !important;
		padding-bottom: 1.3rem !important;
		/* padding-bottom: .9rem !important; */
	}
}
@media (max-width:991px) {
	header .logo {
		/* width: 11rem; */
		height: 60px;
		width: auto;
		left: 10px;
	}

}

header nav ul li a {
	color: var(--primary-text);
	transition: .6s all ease;
	position: relative
}
@media (max-width:991px) {
	header nav ul li a:hover {
		color: var(--main-color)
	}
}

.navbar-toggler:active,
.navbar-toggler:focus {
	outline: 0
}

.navbar-toggler span {
	display: block;
	background-color: var(--main-color-2);
	height: 3px;
	width: 25px;
	margin-top: 4px;
	margin-bottom: 3px;
	border-radius: 10px;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	position: relative;
	left: 0
}
.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
	-webkit-transition:all .35s ease-in-out;
	-moz-transition:all .35s ease-in-out;
	-o-transition:all .35s ease-in-out;
	transition:all .35s ease-in-out
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
	top: 10.5px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg)
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
	height: 12px;
	visibility: hidden;
	background-color: transparent
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
	top: -12px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg)
}
/*hover*/
header nav .right-menu>li a{
	transition: .6s all ease;
	padding: .4rem 1rem
}
header nav .right-menu>li:not(.dropdown-item){
	overflow: hidden;
}
header nav .right-menu>li a:focus,
header nav .right-menu>li a:active{
	background-color: var(--main-color);
}
header nav .right-menu>li a:hover,
header nav .right-menu>li a:focus{
	/*transform: translateY(-2px);
	color: var(--main-color);*/
	/*background-color: var(--main-color);*/
	color: var(--primary-color);
}
header nav li .dropdown-item:hover,
header nav li .dropdown-item:focus,
header nav li .dropdown-item:active,
header nav li.dropdown-item:hover,
header nav li.dropdown-item:focus,
header nav li.dropdown-item:active{
	color: var(--primary-color) !important;
	background-color: var(--main-color) !important;
}
@media (min-width:991px) {
	header nav .right-menu>li a.active{
		background-color: var(--bs-orange) !important;
		color: var(--primary-color);
		border-radius: 100%;
	}
	header nav .right-menu>li a.active:after{
		background-color: var(--bs-orange) !important;
	}
	header nav .right-menu li a {
		font-size: 1.1rem;
	}
	header nav .right-menu>li:not(.dropdown-item) a::after,
	header nav .right-menu>li:not(.dropdown-item) a::after{
		content: '';
		position: absolute;
		width: 95%;
		height: 100%;
		background: var(--main-color);
		bottom: -100%;
		left: 2.5%;
		transition: bottom .4s ease, border-radius .6s linear;
		z-index: -1;
		/*border-radius: 20px 0;*/
		
	}
	header nav .right-menu>li:not(.dropdown-item) a.active::after,
	header nav .right-menu>li:not(.dropdown-item) a:hover::after {
		bottom: 0;
		/*border-radius: 0;*/
	}

}
header nav .right-menu li a {
	color: var(--primary-text);
	font-family: var(--tile-f-2);
}
@media (max-width: 991px){
	.header nav .right-menu li a{
		padding-left: .625rem !important;
	}
}
/*droupdown*/
.dropdown-menu{
	background-color: var(--main-color-2);
}
.dropdown-menu a{
	color: var(--primary-color) !important;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: 1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
    display: block;
	margin-top: -15px !important;
	top: 3rem;
}

ul.dropdown-menu.l-0{
	left: 0 !important;
}
ul.dropdown-menu .dropdown-menu{
	top: 14px !important;
} 
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: 100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.dropdown-item{
	width: auto;
}
.l-type-none{
	list-style-type: none;
}
@media (max-width:991px) {
.dropdown-submenu>.dropdown-menu{
	display: none;
	padding: 0;
	margin-top: 0px !important;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
}
@media (min-width:991px) {
	.dropdown-submenu>.dropdown-menu{
		visibility: hidden;
		opacity: 0;
		transition: visibility .2s, opacity .6s linear, top .0s ease, transform .5s ease;
		transform: scale(0);
		-webkit-transform: scale(0);
	}
	.dropdown-submenu:hover>.dropdown-menu{
	    visibility: visible;
		opacity: 1;
		transform: scale(1);
		-webkit-transform: scale(1);
		/*display: none;*/
	}
}
/*--------------------------------------------------
	Bs Slider
----------------------------------------------------*/
/*.bs-slider {
	margin-top: -4.75rem;
}*/
.bs-slider .carousel-item{
	transition:.6s ease-in-out !important;
	/*display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;*/
	
}
.bs-slider .carousel-item.active{
	display: flex;
	align-items: center;
}
.bs-slider .carousel-item .carousel-caption{
	z-index: 3;
	bottom: inherit;
	text-align: left;
}
/*bs indicators*/
@media (min-width:991px) {
	.bs-slider .carousel-indicators	{
		margin-bottom: 2rem;
	}
}
.bs-slider .carousel-indicators button{
    border-radius: 100%;
    height: 12px;
    width: 12px;
    border: 0;
    background-color: var(--main-color-3);
}
.bs-slider .carousel-indicators .active{
	background: var(--main-color);
}
/*img animation*/
.bs-slider .carousel-item img{
	-webkit-animation: kenburns-left 25s ease-out both;
	        animation: kenburns-left 25s ease-out both;
}
@-webkit-keyframes kenburns-left {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 16% 50%;
            transform-origin: 16% 50%;
  }
  100% {
    -webkit-transform: scale(1.25) translate(-20px, 15px);
            transform: scale(1.25) translate(-20px, 15px);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
@keyframes kenburns-left {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 16% 50%;
            transform-origin: 16% 50%;
  }
  100% {
    -webkit-transform: scale(1.25) translate(-20px, 15px);
            transform: scale(1.25) translate(-20px, 15px);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
/*text animation*/
.r-to-l-a {
	-webkit-animation: tracking-in-contract 1.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: tracking-in-contract 1.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes tracking-in-contract {
  0% {
    opacity: 0;
    -webkit-transform: translateX(500px);
            transform: translateX(500px);
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes tracking-in-contract {
  0% {
    opacity: 0;
    -webkit-transform: translateX(500px);
            transform: translateX(500px);
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/*.text-ani {
	-webkit-animation: tracking-in-contract 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: tracking-in-contract 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes tracking-in-contract {
  0% {
    letter-spacing: .3em;
  }
  100% {
    letter-spacing: normal;
  }
}
@keyframes tracking-in-contract {
  0% {
    letter-spacing: .3em;
  }
  100% {
    letter-spacing: normal;
   }
}*/

/*.text-ani {
	-webkit-animation: tracking-in-contract 1.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: tracking-in-contract 1.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes tracking-in-contract {
  0% {
    letter-spacing: .6em;
    opacity: 0;
    -webkit-transform: translateX(500px);
            transform: translateX(500px);
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes tracking-in-contract {
  0% {
    letter-spacing: .6em;
    opacity: 0;
    -webkit-transform: translateX(500px);
            transform: translateX(500px);
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}*/

/*carousel control btn*/
.bs-slider .carousel-control-next, 
.bs-slider .carousel-control-prev{
	opacity: 1;
}
.bs-slider .carousel-control-next .control-btn, 
.bs-slider .carousel-control-prev .control-btn{
	visibility: hidden;
	opacity: 0;
	transition: visibility .2s, opacity .6s linear, top .0s ease, transform .5s ease;
	transform: scale(0);
	-webkit-transform: scale(0);
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.70);
	padding:.6rem .6rem;
	/*border-radius: 100%;*/
}
@media (max-width:991px) {
	.bs-slider .carousel-control-next .control-btn, 
	.bs-slider .carousel-control-prev .control-btn{
		padding:.2rem .2rem;
	}
}
.bs-slider .control-btn svg{
	position: relative;
	width: 1.875rem;
	height: 1.875rem;
}
.bs-slider .carousel-control-next .control-btn svg{
	right: 3px;
}
.bs-slider .carousel-control-prev .control-btn svg{
	left: 3px;
}
.bs-slider:hover .carousel-control-next .control-btn, 
.bs-slider:hover .carousel-control-prev .control-btn{
	visibility: visible;
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
}

/*	
.dropdown-submenu>.dropdown-menu{
		visibility: hidden;
		opacity: 0;
		transition: visibility .2s, opacity .6s linear, top .0s ease, transform .5s ease;
		transform: scale(0);
		-webkit-transform: scale(0);
	}
	.dropdown-submenu:hover>.dropdown-menu{
	    visibility: visible;
		opacity: 1;
		transform: scale(1);
		-webkit-transform: scale(1);
	}
*/



/*--------------------------------------------------
	all section
----------------------------------------------------*/
/*img responsive scale*/
.all-section .box-img {
    width: 100%;
    height: auto;
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
 }
.all-section .img-scale-r{
	transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
@media (max-width: 991px){
 .all-section .box-img.set-w {
    max-width: 17.25rem;
 }
}
@media (max-width: 767px){
	/*.all-section .img-scale-r{
		transform: scale(.9);
		-webkit-transform: scale(.9);
	}*/
}

/*--------------------------------------------------
	About us Section
----------------------------------------------------*/
.About-section.layer-a:after{
	background-color: transparent;
    background-image: url(../assets/images/background/white-layer.png);
    background-position: -15rem 0rem;
    z-index: -1;
    background-repeat: no-repeat;
}
.About-section{
	background-image: url(../assets/images/background/about-bg-img.png);
    background-position: center right;
    background-size: contain;
    position: relative;
    z-index: 1;
}

@media (max-width:1199px) {
	/*.About-section{
		background-image: url(../assets/images/background/img-about-2.jpg);
		background-size: contain;
	}*/

}
@media (max-width:991px) {
	.About-section{
		background-size: cover;
	}
	.About-section.layer-a:after{
		opacity: .97;
	}

}

/*--------------------------------------------------
	Our Services Section
----------------------------------------------------*/
.Services-section .s-card{
	overflow: hidden;
	border:0;
	transition: .6s all ease;
}
.Services-section .s-card:hover{
	transform: scale(.99);
}
.Services-section .s-card .top-shp{
	position: absolute;
	top: -1px;
	left: -1px;
	background-color: var(--main-color);
	clip-path: polygon(50% 0, 100% 0, 0 100%, 0 0);
	-webkit-clip-path: polygon(50% 0, 100% 0, 0 100%, 0 0);
}
.Services-section .s-card .top-shp img{
	max-width: 4rem;
	padding: .313rem;
	position: relative;
	top: -.938rem;
	left: -.313rem;
}
.Services-section .s-card .card-body{
	position: absolute;
	bottom: 20px;
	right: 0;
	width: 70%;
	background-color: var(--main-color-3);
	backdrop-filter: var(--back-filter2);
}

/*--------------------------------------------------
	Our Core Features Section
----------------------------------------------------*/
.Our-Core-Features-section .F-card{
	transition: .6s all ease;
}
.Our-Core-Features-section .F-card .icon-box{
	max-width: 5rem;
    margin: auto;
}
/*==========================================
  Footer section CSS
============================================*/
footer{
  background-color: var(--main-color-2);
  transition: .6s all ease;
  box-shadow: var(--top-shadow);
  -moz-box-shadow: var(--top-shadow);
  box-shadow: var(--top-shadow);
}
footer .logo{
  width: auto;
  /* height: 5rem; */
  height: 100px;
  width: auto;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  /* left: -24px; */
}
footer .title{
	color: var(--color-light);
	position: relative;
	padding-left: .525rem;
	font-weight: 400;
	letter-spacing: 1px;
	font-family: var(--tile-f-2);
}
/*footer .title::after{
  content: '';
  position: absolute;
  width: .325rem;
  height: .825rem;
  border-radius: 1.5625rem;
  background: var(--main-color);
  top: 0.325rem;
  left: 0; 
  transition: .6s all ease;
}*/
footer .news-card .card-subtitle{
  font-size: .9rem !important;
  opacity: .6;
}
@media only screen and (max-width: 480px){
  footer .title{
  	font-size: .875rem;
  }
}
footer ul{
  padding: 0;
}
footer ul li{
  margin-bottom: 5px;
  position: relative;
}
footer ul li a,
footer ul li p,
footer ul li span{
  color: var(--color-light);
  transition: 0.2s all ease;
  opacity: .8;
  display: inline-block;
}
footer .box-1 ul li a:hover,
footer .box-2 ul li a:hover,
footer .box-3 ul li a:hover{
  opacity: 1;
  color: var(--color-light);
   -webkit-transform: translateX(0.625rem);
   -moz-transform: translateX(0.625rem);
   -o-transform: translateX(0.625rem); 
   transform: translateX(0.625rem);
}
.follow-section a{
    margin-right: 10px;
}
.follow-section a div{
    padding: .4rem .8rem;
    background-image: var(--secondary-color-gx-btm);
    display: inline-block;
    background-color: var(--main-color);
}
.follow-section a::after,
footer .contact-box a::after{
  display: none;
}
.follow-section a i{
  margin: 0 !important;
  color: var(--main-color-3);
}
 /*hover*/
footer ul li a::after {
    content: '\f111';
    position: absolute;
    font-size: 8px;
    left: 9px;
    top: 6px;
    transition: .6s all ease;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--main-color);
    opacity: 0;
}
footer ul li a:hover::after{
    left: -12px;
    opacity: 1;
    /*width: 9px;*/
}
footer a i{
  color: var(--primary-color-i);
  transition: 0.2s all ease;
}
footer .bottom-footer{
	border-top-left-radius: .625rem;
	border-top-right-radius: .625rem;
}
footer .bottom-footer p:hover a{
  opacity: .8;
  color: var(--main-color);
}
@media only screen and (max-width: 767px){
  footer{
    padding-bottom: 3.5rem;
  }
  footer ul li a:hover{
     -webkit-transform: translateX(0.325rem);
     -moz-transform: translateX(0.325rem);
     -o-transform: translateX(0.325rem); 
     transform: translateX(0.325rem);
  }
}
footer .contact-box a:hover{
	  transform: none !important;
}
/*go to top*/
.go-to-top {
    position: fixed;
    right: -100%;
    bottom: 5rem;
    z-index: 99;
    visibility: hidden;
	opacity: 0;
	transition: .6s all ease;
}
.go-to-top.add-top-btm{
    visibility: visible;
	opacity: 1;
	right: 0;
}
.go-to-top a {
    color: var(--primary-color);
    transform: rotate(-90deg);
    display: inline-block;
    cursor: pointer;
}
.go-to-top a i{
    content: '';
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    transition: .5s all ease-in-out;
}
.go-to-top a i::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--main-color);
    border-radius: 50%;
    z-index: -1;
    left: -2px;
    bottom: 10px;
    box-shadow: var(--shadow);
    -webkit-box-shadow: var(--shadow);
	-moz-box-shadow: var(--shadow);
}
.go-to-top span{
    color: var(--secondary-text);
    position: relative;
    bottom: 3px;
}
@media only screen and (max-width: 991px){
	.go-to-top a i::after{
		bottom: 11px;
	}
}
@media only screen and (max-width: 600px){
	.go-to-top a span{
		display: none;
	}
	.go-to-top {
    	bottom: .625rem;
	}
}
/*Social*/
/*[title~=Facebook]{
  background-color: var(--fb-color);
}
[title~=youtube]{
  background-color: var(--youtube-color);
}
[title~=Instagram]{
  background: var(--insta-color);
}
[title~=twitter]{
  background-color: var(--twitter-color);
}
*/



/*==========================================
  All page Services section CSS
============================================*/
.All-s-page-section{
	height: 18rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.All-s-page-section.Air-Freight-bg{
	background-image: url(../assets/images/background/Air-Freight.jpg) !important;
	background-position-y: -4rem;
}
@media only screen and (max-width: 991px){
	.All-s-page-section{
		height: 14rem;
		background-size: cover;
    	background-attachment: unset;
	}
	.All-s-page-section.Air-Freight-bg{
		background-position-y: -3.75rem;
	}
}
@media only screen and (max-width: 767px){
	.All-s-page-section{
		height: 11rem;
	}
	.All-s-page-section.Air-Freight-bg{
		background-position-y: -1.25rem;
	}
}
@media only screen and (max-width: 600px){
	.All-s-page-section.Air-Freight-bg{
		background-position-y: 0;
	}
}
/*==========================================
  Custom Clearance page Services section CSS
============================================*/
.All-s-page-section.Custom-Clearance{
	background-image: url(../assets/images/background/Custom-clearance-bg-main.jpg) !important;
}
/*==========================================
  Ocean Freight page Services section CSS
============================================*/
.All-s-page-section.Ocean-Freight-bg{
	background-image: url(../assets/images/background/Ocean-Freight.png) !important;
}
/*==========================================
  Land Freight page Services section CSS
============================================*/
.All-s-page-section.Land-Freight-bg{
	background-image: url(../assets/images/background/Land-Freight-2.jpg) !important;
	background-position-y: bottom;
}
.All-s-page-section.Value-Added-Services-bg{
	background-image: url(../assets/images/background/newpic.jpg) !important;
}
/*==========================================
  Inquiry page Section CSS
============================================*/
.Inquiry-page-s form input,
.Inquiry-page-s form textarea,
.Inquiry-page-s form select{
	-webkit-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.03);
	-moz-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.03);
	box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.03);
}
/* Chrome, Safari, Edge, Opera */
.Inquiry-page-s input::-webkit-outer-spin-button,
.Inquiry-page-s input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
.Inquiry-page-s input[type=number] {
  -moz-appearance: textfield;
}
.Inquiry-page-s .accordion .f-card{
  border:0;
  border-radius: 0;
  border-top: 2px dashed var(--main-color-2);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.Inquiry-page-s .accordion .f-card .btn:focus{
  box-shadow: none;
}
.Inquiry-page-s .accordion .f-card .btn{
    font-size: 1.2rem;
    letter-spacing: .03rem;
    line-height: 1.375rem;
    color: var(--primary-text);
    font-weight: 700;
    vertical-align: middle;
}
.Inquiry-page-s .accordion .f-card .btn i{
  transition: .6s all ease-in;
  color: var(--bs-orange);
}
.Inquiry-page-s .accordion .f-card .btn.collapsed i{
  transform: rotate(-180deg);
  color: var(--bs-orange);
}
@media (max-width: 576px) {
  .Inquiry-page-s .accordion .f-card{
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
@media (min-width: 991px) {
	.Inquiry-page-s .accordion .f-card{
	    padding-left: 0;
	    padding-right: 0;
	  }
}
.Inquiry-page-s .accordion .multi-collapse{
	transition: .4s all ease-in-out;
}
/*==========================================
  About us Page section CSS
============================================*/
.All-s-page-section.About-us-bg{
	background-image: url(../assets/images/background/about-5.jpg) !important;
}
.about-page-section .about-bg-2{
	background-image: url(../assets/images/background/about-2.jpg) !important;
}
/*==========================================
  Contact us Page section CSS
============================================*/
.All-s-page-section.contact-us-bg{
	background-image: url(../assets/images/slider/slider-img-3.jpg) !important;
}
.all-section.contact-section .F-card{
	/*background-image: var(--secondary-color-gx);*/
	background-color: var(--white-color-95);
	    backdrop-filter: var(--back-filter2);
}
.all-section.contact-section .F-card .card-body{
    border-bottom: 5px solid var(--main-color-2);
}




/*==========================================
 Ripple E CSS
============================================*/
.ripple {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	border-radius: inherit;
	pointer-events: none;
	animation: ripple-shadow .4s forwards;
	-webkit-animation: ripple-shadow .4s forwards
}

.rippleWave {
	backface-visibility: hidden;
	position: absolute;
	border-radius: 50%;
	transform: scale(.7);
	-webkit-transform: scale(.7);
	background: #fff;
	opacity: .45;
	animation: ripple 2s forwards;
	-webkit-animation: ripple 2s forwards
}

@keyframes ripple-shadow {
	0% {
		box-shadow: 0 0 0 transparent
	}

	20% {
		box-shadow: 0 4px 16px rgba(0, 0, 0, .3)
	}

	100% {
		box-shadow: 0 0 0 transparent
	}

}

@-webkit-keyframes ripple-shadow {
	0% {
		box-shadow: 0 0 0 transparent
	}

	20% {
		box-shadow: 0 4px 16px rgba(0, 0, 0, .3)
	}

	100% {
		box-shadow: 0 0 0 transparent
	}

}

@keyframes ripple {
	to {
		transform: scale(24);
		opacity: 0
	}

}

@-webkit-keyframes ripple {
	to {
		-webkit-transform: scale(24);
		opacity: 0
	}

}












