body{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #010101;
}
p{line-height: 1.75;}
a, a:hover{color: #000;text-decoration: none;}
h1, h2, h3, h4, h5, h6{color: #001659;}
.btn{font-size: 13px;font-weight: 600;padding: 1rem 1.5rem;border-width: 1.5px;}
.btn-primary{
	background-color: #334985;
	border-color: transparent;
	background-image: linear-gradient(to right, #f48534, #fcd055);
	background: linear-gradient(to right, #139cd3, #334985);
}
.btn-primary:hover{
    background: linear-gradient(to right, #334985, #334985);
}
.btn-danger{
	background-color: #f53b1b;
	border-color: transparent;
	background-image: linear-gradient(to right, #f53b1b, #bf2525);
    transition: 0.5s all ease;
}
.btn-danger:hover{
    background-image: linear-gradient(to right, #f53b1b, #f53b1b);
}
.btn-link{
	background: linear-gradient(to right, #139cd3, #334985);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    padding: 0;
}
.btn-link:focus{
    box-shadow: none;
}
.btn-link img {
    width: 20px !important;
    margin-left: 0.5rem;
    transition: 0.5s all ease;
}
.top-header a , .top-header ul li{
    font-weight: 500;
    font-size: 12px;
    color: #fff;
}
.top-header {
    background-color: #EEEEEE;
    background-image: linear-gradient(to right, #334985, #139cd3);
    padding: .75rem 0;
    color: #f27b21;
    font-weight: 500;
    font-size: 15px;
    position: relative;
}
.top-header:after {
    background-color: #FFFFFF;
    content: '';
    position: absolute;
    height: 25px;
    width: 400px;
    left: -1.5rem;
    bottom: 0;
    -webkit-transform: skew(50deg, 0deg);
    -ms-transform: skew(50deg, 0deg);
    transform: skew(50deg, 0deg);
}
.top-header img{width: 13px;vertical-align: middle;}
.navbar .navbar-brand{width: 7%;margin-top: -1.75rem;}
.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 12px;
    margin: 0 .5rem;
    font-weight: 700;
}
.navbar .btn{font-size: 12px;font-weight: 700}
.dropdown-divider{border-color: #f7f8f9;}
.dropdown-toggle::after{display: none;}
.navbar-nav .dropdown-menu {
    box-shadow: 0 0 1rem rgb(0 0 0 / 15%);
    padding: 0rem;
}
.navbar-nav .dropdown:hover .dropdown-menu{display: block;}
.dropdown-submenu {position: relative;}
.dropdown-submenu>.dropdown-menu {
	display: none !important;
	left: 100%;
	margin-left: 1px;
	top: 0;
}
.dropdown-submenu:hover>.dropdown-menu {display: block !important;}
.dropdown-submenu>a:after {
    border-color: transparent;
    border-left-color: #ccc;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: -10px;
    margin-top: 5px;
    width: 0;
}
.dropdown-submenu.pull-left {float: none;}
.dropdown-submenu.pull-left>.dropdown-menu {
	-moz-border-radius: 6px 0 6px 6px; 
	-webkit-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
	left: 100%;
	margin-left: 10px;
}
.dropdown-menu{margin-top: 0;}
.dropdown-submenu a, .dropdown-item a, .dropdown-item{
	color: #000; 
	display: block;
	font-size: 12px; 
	font-weight: 600;
}
.dropdown-item{padding: 0.5rem 1rem;}
.dropdown-submenu a:hover, .dropdown-item a:hover, .dropdown-item:focus a, .dropdown-item:hover{color: #fff;background-color: #0ba4e1;}
.dropdown-item.dropdown-submenu:hover a.dropdown-toggle{color: #000;}
.navbar-nav .dropdown-menu.right-0{right: 0;left:auto;}

.banner .carousel-item img{
    height: 82vh;
    object-fit: cover;
}
.banner .carousel-caption {
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: linear-gradient(to right, rgb(0 0 0 / 70%), rgb(51 73 133 / 80%), rgb(0 0 0 / 70%));
}
.inner-banner{
    background-image: linear-gradient(to right, rgb(0 0 0 / 70%), rgb(51 73 133 / 80%), rgb(0 0 0 / 70%)), url(../images/banner-01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    font-size: 17px;
    color: #fff;
    height: 45vh;
}
.banner span{font-size: 26px;}
.banner span, .heading span{
	font-weight: 700;
	letter-spacing: 3px;
	color: #ff3c1a;
}
.banner h1{
	font-size: 3rem;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
  text-transform: uppercase;
}
.inner-banner h1{
    font-size: 3.15rem;
}
.banner h1 span{
	font-size: 3rem;
	color: #fff;
}
.banner .carousel-caption p{width: 65%;}
.sec-padd{padding: 4rem 0;}
.heading h2{
	font-size: 2.5rem;
    font-weight: 600;
}
.heading p span {
    letter-spacing: normal;
    font-size: 19px;
    font-weight: 600;
}
.text-justify{text-align: justify;}
.service-box{
	padding: 2rem ;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.10);
	transition: 0.3s all ease;
	position: relative;
	overflow: hidden;
}
.service-box img{width: 52px;position: relative;z-index: 1;transition: 0.4s all ease;}
.service-box h3{font-size: 1.5rem; font-weight: 600;transition: 0.3s all ease;}
.service-box ul{padding-left: 1.25rem;}
.service-box li::marker {
    color: #001659;
    font-weight: 700;
}
.service-box:hover li::marker {
    color: #ff7109;
    font-weight: 700;
}
.service-box-img:after {
    position: absolute;
    left: -3px;
    top: 33px;
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background: #f53b1b;
    border-radius: 50%;
}
.service-box:hover{
	background-image: url(../images/air-freight.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}
.service-box:hover h3{color: #fff;}
.btn-plus {
    position: absolute;
    display: block;
    right: 0rem;
    bottom: 0rem;
}
.btn-plus img {
    width: 18px;
    position: relative;
    right: 0.75rem;
    bottom: 0.75rem;
}
.service-box .btn-plus:before {
    position: absolute;
    right: 0px;
    bottom: -60px;
    width: 60px;
    height: 60px;
    border-top: 80px solid transparent;
    border-right: 80px solid #f53b1b;
    border-bottom: 50px solid transparent;
    content: "";
    display: block;
    cursor: pointer;
}

.service-box:hover .btn-link{
	background: linear-gradient(to right, #ffffff, #ffffff);
    -webkit-background-clip: text;
    box-shadow: none;
}

.service-box:hover .service-box-img img{
	filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(22deg) brightness(200%) contrast(101%);
}
.parallax{
	background-image: linear-gradient(to right, rgb(19 156 211 / 20%), rgb(51 73 133 / 50%)), url(../images/parallax-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #fff;
	background-attachment: fixed;
}
.parallax .carousel-caption{
    width: 70%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
}
.parallax .carousel-item{
    height: 70vh;
}
.parallax .heading h2{color: #fff;}
.about ul{padding-left: 1.25rem;}
.about ul li::marker{
    color: #ff0000;
    font-size: 16px;
    font-weight: 700;
}
.why-choose:before {
    position: absolute;
    display: block;
    height: 100%;
    background-color: #ff3c1a;
    left: 0px;
    top: 0px;
    content: "";
    width: 2px;
}
.why-choose-inner {
    padding-left: 40px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}
.why-choose-inner:before {
    position: absolute;
    display: block;
    height: 2px;
    background-color: #ff3c1a;
    left: 0px;
    top: 50%;
    margin-top: -1px;
    content: "";
    width: 40px;
}
.why-choose-inner img{width: 55px;}
.work-process, .project, .bg-grey{background-color: #f7f8f9;}
.bg-grey-gradient{
    background-image: linear-gradient(to bottom, #fff, #f7f8f9);
}
.work-process h3{
    font-size: 1.25rem;
    font-weight: 600;
}
.work-process-box-img img{
    width: 50px;
}
.work-process-box-img {
    background: transparent;
    border: 2px dashed #001659;
    height: 115px;
    width: 115px;
    line-height: 115px;
    text-align: center;
    display: inline-block;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.work-process-box-img span {
    position: absolute;
    top: -20px;
    right: -20px;
    border-radius: 999px;
    background: #ff3c1a;
    font-size: 18px;
    color: #fff;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
}
.work-process-inner .work-process-box-img span{background: linear-gradient(to right, #334985, #139cd3);}
.project{padding: 8rem 0 5rem;}
.project .col-lg-2 {
    width: 20%;
}
.project-details{
    background-color: #212121;
    padding: 1.5rem 1rem;
    color: #fff;
}
.project-icon-box{
    background-image: linear-gradient(to right, #f53b1b, #bf2525);
    padding: 1rem;
    width: 36%;
    margin-top: -3.5rem;
    margin-bottom: .75rem;
}
.project-details p{
    font-size: 17px;
    font-weight: 700;
}
.project-details span{
    font-size: 30px;
    color: #f53b1b;
    font-weight: 700;
}
.portfolio {
    display: grid;
    grid-template-columns: repeat(4, 4fr);
    grid-template-rows: repeat(6, 16vw);
  grid-gap: 1.5rem; 
}
.gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.0);
  transition: 0.5s all ease; 
}
.gallery-item{margin-bottom: 0;overflow: hidden;}
.gallery-item:hover .gallery-img{
    transform: scale(1.2);
}
.news .card{flex-direction: inherit;}
.news .card .card-text{
    background-color: #f7f8f9;
    color: #535151;
    padding: 2.5rem 1.5rem;
    position: relative;
}
.blog-wrapper .category {
    background: linear-gradient(to right, #139cd3, #334985);
    color: #fff;
    display: inline;
    padding: 2px 40px 2px 5px;
    font-size: 13px;
    font-weight: 500;
    position: relative;
}
.blog-wrapper .category:after {
    content: "\2192";
    font-size: 27px;
    font-weight: 900;
    margin-left: 7px;
    position: absolute;
    color: #fff;
    top: 7%;
    right: 5px;
    line-height: .5;
}
.blog-wrapper .caret:after {
    content: "\25BC";
    content: "\25BC";
    font-size: 16px;
    font-weight: 900;
    color: #212529;
}
.news .card .card-text h3{color: #000;font-size: 1.25rem;font-weight: 600;}
.archive h3{
    font-size: 1.5rem;
    font-weight: 600;
}
.archive .card .archive-img{
    height: 230px;
    object-fit: cover;
}
.footer-logo{
    width: 30%;
}
.top-footer {
    background-color: #101f43;
    padding: 4.5rem 0 2rem;
    position: relative;
    color: #e9eaef;
    overflow: hidden;
    font-size: 14px;
}
.top-footer:after {
    background-color: #f7f8f9;
    content: '';
    position: absolute;
    height: 25px;
    width: 450px;
    right: -15px;
    top: 0;
    -webkit-transform: skew(50deg, 0deg);
    -ms-transform: skew(50deg, 0deg);
    transform: skew(50deg, 0deg);
}
.home-footer .top-footer:after {
    background-color: #fff;
}
.opening-hour .dropdown-divider {
    margin: 1rem 0;
    border-top: 1px dashed #e9eaef;
    opacity: 0.75;
}
.social{
    width: 30px;
    margin-right: 1.35rem;
    display: inline-block;
}
.top-footer h5 {
    color: #FFFFFF;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.top-footer span{color: #ff3c1a;font-weight: 500;}
.top-footer ul{
    padding-left: 1.25rem;
}
.top-footer li{margin-bottom: 1rem;}
.top-footer li::marker {
    color: #ff3c1a;
    font-size: 18px;
}
.top-footer a, .bottom-footer a {
    color: #e9eaef;
}
.top-footer a:hover, .bottom-footer a:hover{color: #ff3c1a;}
.bottom-footer{
    background-color: #09152c;
    color: #fff;
    padding: 1.35rem 0;
    font-size: 12px;
}
.breadcrumb-nav{
    filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(22deg) brightness(200%) contrast(101%);
}
.breadcrumb-item a, .breadcrumb-item.active{color: #000;}
form{
    background-color: #e7e7e7;
    padding: 3.5rem 3rem;
}
.form-label {
    font-weight: 600;
    font-size: 14px;
}
.forn-control, ::placeholder{
    font-size: 14px;
}
@media screen and (max-width: 1399.98px){
.container {
    max-width: 1180px;
}}