body {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	background-color: #efefef;
}

h1, h2, h3, h4, h5, h6 {
	color: #07263e;
}

p {
	color: #3e3e3e;
}

.left-heading-highlight, .centre-heading-highlight {
	width: 15%;
	height: 2px;
	background-color: #07263e;
}

.left-heading-highlight {
	margin-bottom: 2rem;
}

.centre-heading-highlight {
	display: table;
	margin: 0 auto 2rem;
}

.text-capital {
	text-transform: uppercase;
}

.c-color {
	color: #07263e;
}

.s-color {
	color: #162f68;
}

.cs-btn {
	background-color: #404144;
	padding: .5rem 3rem .5rem 1rem;
	color: #fff;
    text-decoration: none;
    border-radius: 5px;
    position: relative;
}

.cs-btn:hover {
	text-decoration: none;
	background-color: #103382;
	color: #fff;
}




/*---------------------------------------------------------------------------------------------
	Navbar
---------------------------------------------------------------------------------------------*/

.navbar {
	/*background: linear-gradient(to bottom, #04122d, #45b2ea);
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.2);*/
	background-color: #fff!important;
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}

.logo-img {
	width: 160px;
}

.nav-item {
	margin-right: 1rem;
}

.nav-link {
	color: #252525!important;
	text-transform: uppercase;
	font-family: 'KoHo', sans-serif;
	font-weight: 500;
	position: relative;
	padding: 1.5rem 0.5rem;
}

.nav-item.active .nav-link::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	height: 2px;
	background-color: #05a5ff;
}

/*---------------------------------------------------------------------------------------------
	Carousel
---------------------------------------------------------------------------------------------*/

#mainCarousel {
	position: relative;
}

.mainCarousel-caption1, .mainCarousel-caption2, .mainCarousel-caption3 {
	position: absolute;
    text-align: center;
}

.mainCarousel-caption1 {
	top: 15%;
    right: 10%;
}

.mainCarousel-caption2 {
	top: 15%;
    left: 10%;
}

.mainCarousel-caption3 {
	bottom: 25%;
    left: 50%;
    transform: translateX(-50%);
}

.carouselHead1, .carouselHead2, .carouselHead3 {
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: 600;
    text-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.carouselHead1 {
	color: #07385f;
}

.carouselHead2 {
	color: #07385f;
}

.carouselHead3 {
	color: #fff;
}

.carouselDesc {
	color: #0872c6;
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: capitalize;
}


/*---------------------------------------------------------------------------------------------
	Home Page
---------------------------------------------------------------------------------------------*/

.main-wrapper {
	padding: 85px 0;
}

.why-wrapper {
	padding: 7rem 0 9rem;
	background: url(../img/bg5.jpg);
	background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 81%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, 100% 81%, 0% 100%);
}

.why-head {
	text-align: center;
	margin-bottom: 3rem;
}

.why-box {
	animation-delay: .5s;
}

.why-inner-wrap {
	width: 50%;
	display: table;
	margin: 0 auto 1rem;
	padding: 1.4rem;
	border-radius: 50%;
	background-color: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

.why-title {
	text-align: center;
    margin-top: 2rem;
	font-size: 0.9rem;
}

.cargo-wrapper {
	background: url(../img/bg1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 8rem 0;
	/*-webkit-clip-path: polygon(0 13%, 100% 0%, 100% 86%, 0% 100%);
	clip-path: polygon(0 13%, 100% 0%, 100% 86%, 0% 100%);*/
	transform: skewY(-5deg);
	position: relative;
	top: -60px;
}

.cargo-inner-wrapper {
	transform: skewY(5deg);
}

.cargo-head-wrapper {
	text-align: center;
}

.cargo-head {
	text-align: center;
	color: #fff;
	margin-bottom: 3rem;
	box-shadow: 0 2px 60px rgba(0,0,0,0.2);
	display: inline-block;
	padding: .75rem 1.5rem;
	background-color: #248bd4;
	border-radius: 50px;
}

.cargo-inner-wrap {
	position: relative;
}

.cargo-inner-text {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(8, 111, 183, 0.5);
	padding: 0.5rem;
	transition: all 2s ease;
}

.cargo-inner-text h6 {
	margin-bottom: 0;
	text-align: center;
	color: #fff;
}

.cargo-inner-wrap:hover .cargo-inner-text {
	transition-duration: 2s;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.compliance-wrapper	{
	padding: 6rem 0;
}

.compliance-head {
	text-align: center;
	margin-bottom: 3rem;
}

.compliance-box {
	margin-bottom: 2rem;
}

.compliance-img-wrap {
	width: 50%;
	display: table;
	margin: 0 auto 2rem;
	border-radius: 50%;
	overflow: hidden;
	padding: 1rem;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

.compliance-title {
	text-align: center;
}

.counter-wrapper {
	padding: 6rem 0;
	background: url(../img/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	transform: skewY(-5deg);
	position: relative;
	top: -60px;
}

.counter-inner-wrapper {
	transform: skewY(5deg);
}

.counter-inner-wrap p {
	text-align: center;
	font-size: 1.1rem;
    font-weight: 500;
    color: #fff;
}

.project-count {
	font-weight: 600;
	font-size: 2rem;
	color: #fff;
}


/*--------------------------------------------------------------------------------------------------
	About Us
--------------------------------------------------------------------------------------------------*/

.main-wrapper-about {
	padding: 85px 0;
	background: url(../img/bg6.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.about-us-banner-wrap {
	background: url(../img/about-us-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 150px;
}

.about-banner-inner {
	position: relative;
	min-height: 150px;
}

.breadcrumb-nav {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	/*background-color: transparent;*/
}

.breadcrumb-nav ol.breadcrumb {
	background-color: transparent!important;
	margin-bottom: 0;
}

.breadcrumb-nav li.breadcrumb-item a {
	color: #fff;
}

.breadcrumb-nav li.breadcrumb-item a:hover {
	text-decoration: none;
	color: #fff;
}

.breadcrumb-nav li.breadcrumb-item.active {
	color: #ccc;
}

.page-title {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	margin-bottom: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.5rem;
	font-weight: 600;
    letter-spacing: 1.5px;
}

.about-wrapper {
	padding: 6rem 0 1rem;
	/*background: url(../img/bg6.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;*/
}

.about-spacer {
	height: 50px;
}

.abt-side-nav {
	background-color: #fff;
}

.abt-side-nav-title {
	background-color: #0773c5;
	padding: 1rem;
}

.abt-side-nav-title h6 {
	color: #fff;
	margin-bottom: 0;
	text-transform: uppercase;
}

.abt-side-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

.abt-side-nav ul li {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #9c9c9c;
	padding: 0 1rem;
}

.abt-side-nav ul li:hover {
	background-color: #e6e6e6;
}

.abt-side-links {
	color: #4e4e4e;
	font-weight: 500;
	display: block;
}

.abt-side-links:hover {
	text-decoration: none;
	color: #252525;
}

.profile-heading, .vision-heading, .mission-heading, .management-heading {
	position: relative;
	display: inline-block;
}

.profile-heading::after, .mission-heading::after, .management-heading::after {
	position: absolute;
	right: -70px;
	font-family: 'font awesome 5 free';
	font-weight: 900;
}

.vision-heading::after {
	position: absolute;
	right: -86px;
	font-family: 'font awesome 5 free';
	font-weight: 900;
}

.profile-heading::after {
	content: "\f4df";
}

.vision-heading::after {
	content: "\f06e";
}

.mission-heading::after {
	content: "\f140";
}

.management-heading::after {
	content: "\f508";
}

.team-img-wrap {
	border-radius: 50%;
	margin-bottom: 2rem;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
	overflow: hidden;
}

.manager-name-wrap {
	/*margin-bottom: 2rem;*/
}

.manager-name-wrap h6 {
	text-align: center;
}





/*--------------------------------------------------------------------------------------------------
	Services
--------------------------------------------------------------------------------------------------*/

.services-wrapper {
	padding: 6rem 0;
}

.services-heading {
	font-size: 2.2rem;
}

.services-row {
	margin-top: 3rem;
}

.services-box {
	margin-bottom: 4rem;
}

.services-inner-box {
	display: flex;
	flex-direction: column;
	position: relative;
	height: 100%;
}

.services-text-wrap {
	padding: 1rem;
}

.services-btn-wrap {
	position: absolute;
	bottom: -1rem;
	left: 1rem;
	right: 1rem;
	text-align: right;
}

.services-btn {
	background-color: #0773c5;
	padding: 0.5rem 1rem;
	color: #fff;
	text-decoration: none;
}

.services-btn:hover {
	background-color: #1692f1;
	text-decoration: none;
	color: #fff;
}


/*---------------------------------------------------------------------------------------------
	FAQ Page
---------------------------------------------------------------------------------------------*/




/*---------------------------------------------------------------------------------------------
	Channel Partner Page
---------------------------------------------------------------------------------------------*/




/*---------------------------------------------------------------------------------------------
	Contact Us Page
---------------------------------------------------------------------------------------------*/

.contact-outer-wrapper {
	padding-top: 85px;
}

.contact-wrapper {
	padding-top: 3rem;
}

.contact-head {
	text-align: center;
	margin-bottom: 1rem;
}

.contact-form-wrapper {
	margin-bottom: 2rem;
}

.map-wrapper iframe {
	display: block;
}

#mail-msg-alert button.btn-warning {
	display: table;
	margin: 0 auto;
}

#mail-msg {
	color: #251c01;
}

#mail-msg:hover {
	text-decoration: none;
}



/*--------------------------------------------------------------------------------------------------
	Footer
--------------------------------------------------------------------------------------------------*/

.custom-footer {
	background-color: #292929;
	padding-top: 3rem;
}

.ft-white-head {
	color: #fff;
}

.ft-top-row ul {
	list-style: none;
	padding-left: 0;
}

.ft-white-links {
	color: #c1c1c1;
}

.ft-white-links:hover {
	text-decoration: none;
	color: #fff;
}

.ft-address {
	color: #c1c1c1;
}

.ft-address i {
	margin-right: 10px;
}

.ft-address a {
	color: #c1c1c1;
}

.ft-address a:hover {
	color: #fff;
	text-decoration: none;
}

.footer-branding {
	background-color: rgba(0,0,0,0.5);
	padding: 0.75rem 0;
}

.footer-branding p {
	color: #c1c1c1;
	text-align: center;
	margin-bottom: 0;
}

.cr-agency {
	color: #ff9900;
}

.cr-agency:hover {
	color: #fff;
	text-decoration: none;
}


/*---------------------------------------------------------------------------------------------
	Admin Panel
---------------------------------------------------------------------------------------------*/

