/* body */
body {
    font-family: Roboto;
	color:#2b2b2b;
	font-size: 15px;
	line-height:2;
}
a {
    color: #2d2d2d;
	text-decoration:none;
	transition:all 0.7s;
	-webkit-transition:all 0.7s;
	-moz-transition:all 0.7s;
	-o-transition:all 0.7s;
}
a:active,
a:focus,
a:hover {
    color: #2d2d2d;
	text-decoration:none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: Roboto
}


.container {
	max-width: 1250px;
}
/* ======= common ====== */
/* section */
section{
    padding: 6rem 0
}
/* btn */
.theme-btn{
	display: inline-block;
    padding: 10px 30px;
    background-color: #2b2b2b;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
	text-align:center;
	border: 1px solid transparent;
	transition:all 0.7s;
	-webkit-transition:all 0.7s;
	-moz-transition:all 0.7s;
	-o-transition:all 0.7s;
}
.theme-btn:hover,
.theme-btn:active,
.theme-btn:focus{
	color:#fff;
}
.btn-default{
    background-size: 300% 100%;
    moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
	background-image: linear-gradient(to right, #E94615, #b3211f);
}
.btn-default:hover{
	background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn-border{
	background: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.btn-border:hover{
	background:#fff;
}
.btn-border:hover{
	color:#2b2b2b;
}
button,
button:focus{
	border:0;
	outline:0;
	border-radius:0;
}
button:hover{
	cursor:pointer;
}


.emergency-info {
	color:#000;
	text-align:center
}

.btn-emergency{
	background-size: 300% 100%;
	moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	-webkit-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
	background-image: linear-gradient(to right, #E94615, #be3a12);
	color:#fff !important;
	font-weight: 700;
    font-family: Roboto;
}

.btn-emergency:hover {
	background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

/* col bg */
.col-bg{
    width: 100%;
    padding: 30px 20px;
	margin-bottom:4px;
    display: inline-block;
    box-shadow: 0px 5px 10px 0px #eee;
    background: #fff;
    position: relative;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
}
.col-bg:hover{
	box-shadow: 0px 5px 10px 0px #ccc;
}

.col-hover span {
	animation: flip;
	animation-duration: 0.5s;
}



/* icon bg */
.icon-bg{
	position: absolute;
    width: 70px;
    height: 70px;
	left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
	background: linear-gradient(to top left, #1b2fbb 0%, #cc115e 100%);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
}
.col-bg:hover .icon-bg{
	-webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.iconbg-lx{
	z-index: 9;
    position: relative;
    color: #E94615;
    line-height: 100px;
	font-size: 100px;


}
.iconbg-sx{
	position:relative;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height:30px;
	background: linear-gradient(to top left, #E94615 0%, #E94615 100%);
	color:#fff;
	display:inline-block;
}
.iconbg-sx:hover{
	color:#fff;
	background: linear-gradient(to right, #E94615, #ae1c1a);
}

/* content center */
.col-center{
	text-align: center;
    width: 66.66%;
    left: 0;
    right: 0;
    position: relative;
    margin: 0 auto;
}

.form-control {
    border: 1px solid #333;
}

/* heading bg */
.head-bg{
	margin-bottom:00px;
}
.headbg-head{
	position:relative;
	margin-bottom:30px;
}
.headbg-head:after{
	content:"";
	position: absolute;
    left: 50%;
    margin-top: 15px;
    width: 100px;
    height: 2px;
    display: block;
    background:linear-gradient(to top left, #E94615 0%, #E94615 100%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* img full width */
.img-full{
	width:100%;
}
/* ======= end common ====== */

/* banner */
#banner{
	background: url(../images/cargo-slide.jpg);
	background-size: cover;
	background-position: center;
	padding-top: 8rem;
    padding-bottom: 1rem;
	position:relative;	
}

#banner h3 {
	color:#f7f7f7;
	animation:bounceInRight;
	animation-duration: 2s;
}

#banner.emergency-banner {
	background: url(../images/emergency.jpg);
	background-size: cover;
	background-position: center;
}

#banner.account-banner {
	background: url(../images/oaccount.jpg);
	background-size: cover;
	background-position: center;
}

#banner::before{
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:rgba(0,0,0,0.6);
	z-index:2;
}

#banner::after{
	content:"";
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:6px;
	background:#E94615;
	z-index:4;
}

#banner .b-left {
	z-index:3;
}

#banner p {
	color: #fdfdfdb3;
	font-size: 2.2rem;
	margin-bottom: 30px;
}

#banner-menu {
	color: #000;
	max-width: 800px;
	margin: 0 auto;
	margin-top:100px;
	animation: fadeIn;
	animation-duration: 4s;
}

#banner-menu h4 {
	font-size: 1.3rem;
}

#banner-menu .abtcol-content {
	font-size:32px;
	min-height: 150px;
}

.b-left h2 {
    font-size: 3.5rem;
    position: relative;
    margin-bottom: 50px;
    color: #EDEDED;
}

#banner-menu .col-bg {
	box-shadow: none;
}

#banner-menu .col-bg.bg-2 {
	background: #EDEDED !important;
}

#banner-menu .col-bg.bg-3 {
	background: #D6D6D6 !important;
}



#banner-2{
	background-image:url(../images/banner-2.png);
	background-size:cover;
	background-repeat:no-repeat;
	background-position: center;
	padding-top: 12rem;
    padding-bottom: 6rem;
	position:relative;
}
#banner .theme-btn,
#banner-2 .theme-btn{
	margin-top:10px;
	margin-right: 15px;
}
.b-left{
	margin:110px 0px;
	color:#fff;
	text-align:center;
}
.b-left h2{
	font-size:3.2rem;
	position: relative;
	margin-bottom: 50px;
	color:#EDEDED;
	animation: bounceInRight;
	animation-duration: 3s;
}
.b-left h2:after{
	content:"";
	position: absolute;
	width:80px;
	height:6px;
	background:#E94615;
	margin:0 auto;
	margin-top:10px;
	bottom: -20px;
	left: calc(50% - 40px);
}

.b-right{
	text-align:right;
}

/* nav menu */
#mainNav {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-family: Roboto;
	background:#ffffff;
}
#mainNav .navbar-brand {
    color: #fff;
    font-weight: 700;
}
#mainNav .navbar-nav-2 .navbar-brand{
	color:#2b2b2b;
}
#mainNav .navbar-nav {
    margin-top: 1rem;
    letter-spacing: .0625rem;
}
#mainNav .navbar-nav>li{
	margin-left:5px;
}
#mainNav .navbar-nav li a{
    color: #000;
	padding:5px 20px;
}
#mainNav .navbar-nav-2 li a{
	color:#2b2b2b;
}

#mainNav .navbar-nav-2 .navbar-nav li a:after{
	background: linear-gradient(to top left, #1b2fbb 0%, #cc115e 100%);
}
#mainNav .navbar-nav li a:hover:after,
#mainNav .navbar-nav>li>a.active {
    color: #DF4213;
	font-weight: 500;
}
.menu-btn{
	margin:-4px 0px;
}
#mainNav .navbar-nav .menu-btn a{
	color:#fff;
}
#mainNav li.menu-btn a:hover:after{
	width:0;
}
.menu-btn a{
	padding:10px 20px !important;
}
#mainNav .navbar-toggler {
    padding: 12px 15px;
	background: #fff;
	color: #000;
}


#mainNav.navbar-shrink{
	background: #ffffff;
	transition: all 0.3s;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

#mainNav.navbar-shrink .emergency-info{
	display: none;
}

#mainNav.navbar-shrink #logo {
	width:220px;
	transition: all 0.3s;
}

.navbar-shrink .navbar-nav-2 li a{
	color:#fff !important;
}
.navbar-shrink .navbar-nav-2 .navbar-brand{
	color:#fff !important;
}
.navbar-shrink .navbar-nav-2 li a:after{
	border-bottom:1px solid #fff !important;
}

#services{
	padding:80px 0px;
	text-align:center;
	background-color: #fff;
		background-size: cover;
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1920' height='800' preserveAspectRatio='none' viewBox='0 0 1920 800'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1077%26quot%3b)' fill='none'%3e%3crect width='1920' height='800' x='0' y='0' fill='rgba(243%2c 241%2c 237%2c 0.15)'%3e%3c/rect%3e%3cpath d='M 0%2c188 C 128%2c214.8 384%2c333.2 640%2c322 C 896%2c310.8 1024%2c137.8 1280%2c132 C 1536%2c126.2 1792%2c260.8 1920%2c293L1920 800L0 800z' fill='rgba(231%2c 229%2c 226%2c 0.2)'%3e%3c/path%3e%3cpath d='M 0%2c709 C 192%2c650.2 576%2c401.2 960%2c415 C 1344%2c428.8 1728%2c705.4 1920%2c778L1920 800L0 800z' fill='rgba(255%2c 255%2c 255%2c 0.15)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1077'%3e%3crect width='1920' height='800' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
	
}

.bg-grey {
	background: #f7f7f7 !important;
}

#services .col-bg {
	animation: fadeIn;
    animation-duration: 3s;
}

#services .col-bg span {
	font-size: 50px;
	font-weight: 700;
	color:#E94615;
}

#services h4 {
	font-size: 1.2rem;
	margin-bottom: 25px;
}

#services p {
	font-size: 18px;
	line-height: normal;
}

#why{
	padding:80px 0px;
	text-align:center;
}

#why h4 {
	font-size: 1.1rem;
	margin-bottom: 25px;
	min-height:50px;
}

#why p {
	font-size: 18px;
	line-height: normal;
}

#why .abtcol-content{
	margin-top:25px;
	min-height: 80px;
}

#services .abtcol-content{
	margin-top:25px;
	min-height: 180px;
}

#why .col-bg {
	opacity: 0.7;
}

/* features */
#about{
	padding:80px 0px;
	background:#f7f7f7;
	background-size:cover;
	text-align:center;
}

#about p {
	font-size: 1.1rem;
	line-height: 1.6;
}

/* preview */
#preview{
	padding:80px 0px;
	text-align:center;
}
#preview-owl{
	position:relative;
}
#preview-owl:before{
	content:"";
	position:absolute;
	left:0;
	right:0;
	width:440px;
	height:827px;
	text-align:center;
	margin:0 auto;
	z-index:9;
	background:url(../images/g-phone.png) no-repeat;
}
#preview-owl .item{
	margin-top:88px;
	margin-bottom:30px;
}
#preview-owl .item img{
	width:100%;
	box-shadow: 0px 5px 10px 0px #ddd;
}
#preview-owl .owl-controls{
	margin-top:60px;
}

/* services-full */
#services-full{
	padding:80px 0px;
	text-align:center;
	background:#fff;
}

.services-full .col-bg {
	border: 1px solid #eceaea;
}
.services-full ul{
	margin:25px;
	padding:0px;
}
.services-full ul li{
    margin: 0px;
    padding: 6px;
    list-style: none;
    line-height: 26px;
    border-bottom: 1px solid #ddd;
}
.services-full .theme-btn{
	margin-top:30px;
	line-height:2;
}
.p-head{
	padding:15px;
	margin-bottom: 40px;
	color:#fff;
	font-size:20px;
	background-image: linear-gradient(to right, #db4214, #a22905)
}


/* contact-main */
#contact-main{
	padding:60px 0px;
	text-align:center;
	background:#2b2b2b;
	color:#fff;
    background: url(../images/cargo-slide.jpg);
    background-size: cover;
    background-position: bottom;
	position: relative;
}
.contact-main .theme-btn i{
	font-size:30px;
	display:block;
}
.contact-main-btn .theme-btn{
	margin-bottom:20px;
}

#contact-main::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 2;
}

#contact-main h3, #contact-main a {
	z-index:3;
	position: relative;
}

/* f.a.q */
#faq{
	padding:80px 0px;
	text-align:center;
}
.toogle-col{
     position: relative;
	 margin: 40px 0px;
}
.toogle-panel-c{
	margin-bottom:0.5rem;
}
.toogle-title{
     display: block;
     position: relative;
     cursor: pointer;
	 border: 1px solid #e4e4e4;
	 background:#fff;
	 margin:0px;
	 padding:10px 60px;
}
.toogle-title:after{
     position: absolute;
	 font-family: FontAwesome;
     content: "\f067";
     top: 50%;
     left: 0;
     width: 0;
     height: 0;
     background: linear-gradient(to right, #44bbff, #8f44ff);
     color: #fff;
	 width:50px;
	 height:50px;
	 text-align:center;
	 line-height:50px;
	 transform: translate(0, -50%);
}
.toogle-panel{
     display: none;
     background-color: #fff;
     padding: 25px 25px;
     border: 1px solid #e4e4e4;
}
.toogle-panel p{
	margin:0px;
}
.toogle-title.active:after{
     position: absolute;
     content:"\f068";
	 background: linear-gradient(to top left, #1b2fbb 0%, #cc115e 100%);
}
.toogle-panel.active{
	display:block;
}

/* contact */
.contact{
	padding:80px 0px;
	text-align:center;
	font-size:18px;
}

/* map */
.map{
	width: 100%;
	position: relative;
	display: flex;
}
.map iframe{
	width:100%;
	height:500px;
	border:0;
}
.cnt-info{
	margin-top:60px;
}

/* sub footer */
#sub-footer{
	padding:50px 0px 0px;
	text-align:left;
	background-color:#202020;
	font-size:16px;
	border-top: 6px solid #E94615;
}
#sub-footer p{
	color:#fff;
	margin-bottom:0;
}

#sub-footer h5{
	color:#fff;
	font-size:16px;
}

#sub-footer ul{
	text-align: left;
	font-size:15px;
	font-weight:100;
	margin:0;
	margin-block-start: 0;
	margin-block-end: 0;
	padding-inline-start: 0;
}

.footer-bottom {
	border-top:1px solid #666;
	padding:20px 0px;
	margin-top:30px;
}

#sub-footer ul li {
	list-style: none;
	color:#d6d6d6;

}

#sub-footer a {
	color:#b1b0b0;
	margin-bottom:0;
}

.m-icon p{
	display:inline-block;
}
.m-icon a:hover{
	background:linear-gradient(to right, #44bbff, #8f44ff);
}

@media (min-width:992px) {
    #mainNav {
        padding-top: 1rem;
        padding-bottom: 1rem;
        -webkit-transition: padding-top .3s, padding-bottom .3s;
        transition: padding-top .3s, padding-bottom .3s
    }
    #mainNav .navbar-brand {
        font-size: 2em;
        -webkit-transition: font-size .3s;
        transition: font-size .3s;
		animation: fadeIn;
		animation-duration: 2s;

    }
    #mainNav .navbar-nav {
        margin-top: 0
    }
    #mainNav.navbar-shrink {
        padding-top: .5rem;
        padding-bottom: .5rem
    }
    #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.5em
    }
}

@media (max-width:992px) {
	.b-right{
    	text-align: center;
	}

	#subpage h1 {
		color: #fff;
		z-index: 3;
		position: relative;
		font-size:28px;
	}

	#mainNav {
		background:#fff;
		padding-top: 16px;
		padding-bottom: 15px;
		padding-left: 18px;
        padding-right: 18px;
		font-family: Roboto;
	}

	#banner-menu h4 {
		font-size: 20px;
	}

	#mainNav .navbar-toggler {
		padding: 12px 15px;
		background: #ededed;
		color: #000;
	}
	
	.b-left h2 {
		font-size: 2.5rem;
		position: relative;
		margin-bottom: 50px;
		color: #EDEDED;
	}

	#mainNav .navbar-nav li a{
		color:#000;
	}

	.emergency-info{
		text-align: left;
	}

	#logo{
		width:206px;
	}

	.menu-btn {
    	margin: 20px 0px;
	}
	#mainNav .navbar-nav li a {
		padding: 5px 0px;
	}
	#banner{
		padding-top:5rem;
	}
	#preview-owl:before{
		display:none;
	}
	#banner-2{
		background:linear-gradient(to top left, #1b2fbb 0%, #cc115e 100%);
	}
	
	.topbar {
		width: 100%;
		text-align: right;
		color: white;
		position: absolute;
		right: 96px;
		top: 35px !important;
	}
}

@media (max-width:767px) {
	#sub-footer p{
		margin-top: 5px;
		margin-bottom: 5px;
	}

}

@media (max-width:400px) {
	.b-left h2{
		font-size:1.5rem;
	}
}



#contact {
    padding: 80px 0px;
    text-align: center;
	background-color: #F8F8F6;

}

#contact .container {
	animation: fadeIn;
	animation-duration: 3s;
}

#contact h4 {
	font-size: 1.5rem;
	margin-bottom: 25px;
	border-bottom: 3px solid #E94615;
	padding-bottom:15px;
}

#selector .row {
	display: flex;
	
}

#selector #select-left {
	font-size: 1.2rem;
	padding: 20px;
	background: #000;
	color:#fff;
	margin-bottom: 20px;
	margin:0px;
	padding:40px;
	min-height: 600px;
	align-content: center;
}

#selector #select-right  {
	font-size: 1.2rem;
	margin-bottom: 25px;
	min-height: 50px;
	background: #E94615;
	color:#fff;
	margin:0px;
	padding:40px;
	min-height: 500px;
	align-content: center;
}

#selector .box {
	text-align: center;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #E94615 !important;
    color: #fff;
    font-size: 1em;
}


.topbar {
	display:block;
	top:0px;
	width:100%;
	text-align:right;
	color:white;
   }

.topbar a {
color: #fff;  
}

#partners{
	padding:100px 0px;
	text-align:center;
	background-color: #fff;
}

#partners .col-bg span {
	font-size: 50px;
	font-weight: 700;
	color:#E94615;
}

#partners h4 {
	font-size: 1.2rem;
	margin-bottom: 25px;
	min-height:50px;
}

#partners p {
	font-size: 18px;
	line-height: normal;
}

#partners .partner-logo {
    display: inline-block;
    vertical-align: middle;
    margin: 20px;
}

#partners .partner-logo img {
    max-height: 100px;
}

#subpage {
	background: url(../images/cargo-slide.jpg);
	background-size: cover;
	background-position: center;
    padding-top: 12rem;
    padding-bottom: 4rem;
    position: relative;
    text-align: center;
}

#subpage::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 2;
}

#subpage h1{
	color: #fff;
	z-index: 3;
	position: relative;
	animation: pulse;
	animation-duration: 2s;
}


.form-control {
    display: block;
    width: 100%;
    padding: 15px 15px !important;
}


