@charset "utf-8";
/* CSS Document */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>
:: 1.0 Typography CSS
:: 2.0 Navbar Menu CSS
:: 3.0 About Section CSS
:: 4.0 Company Section CSS
:: 5.0 Services Section CSS
:: 6.0 News and Events Section CSS
:: 7.0 Footer CSS
:: 8.0 Breadcrumb CSS
:: 9.0 About Page CSS
:: 10.0 Founder Page CSS
:: 11.0 Services Page CSS
<<<<<<<<<<<<<<<<<<<<<<<<<<<< */


/* ----------------------------------------------------------------
	:: 1.0 Typography CSS
-----------------------------------------------------------------*/

body {
	/*	font-family: 'Quicksand', sans-serif;*/
	font-family: 'Titillium Web', sans-serif;
}
:root {
 --main-color: #0a223e;
}
/* ----------------------------------------------------------------
	:: 2.0 Navbar Menu CSS
-----------------------------------------------------------------*/

.top_header .top_header .navbar-light .navbar-nav .active>.nav-link, .top_header .top_header .navbar-light .navbar-nav .active .nav-link, .top_header .top_header .navbar-light .navbar-nav .nav-link.show, .top_header .top_header .navbar-light .navbar-nav .show>.nav-link {
	background-color: var(--main-color);
	color: #fff;
	transition: all ease 0.4s;
}
.top_header .navbar.h_stiky .navbar-nav .nav-link {
	color: #000 !important;
	transition: all ease 0.4s;
}
.navbar.h_stiky .navbar-nav .active .nav-link, .navbar.h_stiky .navbar-nav .nav-link:hover {
	color: #fff !important;
	background-color: var(--main-color);
	transition: all ease 0.4s;
}
.navbar .navbar-nav .active .nav-link, .navbar .navbar-nav .nav-link:hover {
	background-color: var(--main-color);
/*	color: #000;*/
	color: #fff !important;
	transition: all ease 0.6s;
}
.navbar .dropdown-item {
	font-size: 16px;
/*	font-weight: bold;*/
	padding: 10px;
	background-color: var(--main-color);
	text-decoration: none;
	color: #fff;
/*	border-bottom: 1px solid #00cfb4;*/
	border-bottom: 1px solid #069683;
	transition: all ease 0.6s;
}
.navbar .dropdown-item:last-child {
	border-bottom: none;
}
.navbar .dropdown-item.active, .navbar .dropdown-item:active, .navbar .dropdown-item:hover {
/*	background-color: #00cfb4;*/
	background-color: #069683;
	text-decoration: none;
	color: #fff;
	transition: all ease 0.6s;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
	padding: 0;
	border-radius: 0;
}
.top_header .navbar-light .navbar-nav .nav-link {
	padding: 3px 8px;
/*	margin: 0px 10px;*/
	margin: 0px 5px;
	/*	text-transform: uppercase;*/
/*	font-weight: bold;*/
	font-size: 18px;
/*	color: #fff;*/
	color: #000;
}
.navbar-brand, nav.navbar.h_stiky .navbar-brand, nav.navbar.h_stiky, nav.navbar {
	-webkit-transition: all ease 0.6s;
	-moz-transition: all ease 0.6s;
	-ms-transition: all ease 0.6s;
	-o-transition: all ease 0.6s;
	transition: all ease 0.6s;
}
.top_header nav.navbar.h_stiky {
	position: fixed;
	top: 0;
	background-color: #ffffff;
	z-index: 9999;
}
nav.navbar.h_stiky {
	box-shadow: 2px 2px 34px #0000008c;
	border: 0;
}
.navbar-brand {
	-webkit-transition: all ease 0.6s;
	-moz-transition: all ease 0.6s;
	-ms-transition: all ease 0.6s;
	-o-transition: all ease 0.6s;
	transition: all ease 0.6s;
/*	max-width: 250px;*/
/*	max-width: 200px;*/
	max-width: 300px;
	padding: 10px 0;
}
.h_stiky li.nav-item.active a.nav-link {
	color: #fff !important;
}
.h_stiky .navbar-brand {
	max-width: 120px;
	-webkit-transition: all ease 0.6s;
	-moz-transition: all ease 0.6s;
	-ms-transition: all ease 0.6s;
	-o-transition: all ease 0.6s;
	transition: all ease 0.6s;
}
.navbar.h_stiky .navbar-nav .active .nav-link, .navbar.h_stiky .navbar-nav .nav-link:hover {
	color: #fff !important;
	background-color: var(--main-color);
}
.top_header.navbar-brand {
	max-width: 190px;
	;
}
.top_header .navbar-brand img {
	height: 100%;
	width: 100%;
}
.top_header nav.navbar {
	/*	border-bottom: 1px solid rgba(0, 0, 0, 0.36);*/
/*	position: absolute;*/
	position: relative;
	left: 0;
	z-index: 99;
	right: 0;
/*	background: transparent;*/
/*	background: #0c2340;*/
	background: #fff;
	padding: 0;
	border-top: 5px solid #0c2340;
	border-bottom: 30px solid #0c2340;
}
.top_header .head-cont ul.navbar-nav.mr-auto {
	padding: 60px 0;
}
.top_header .h_stiky ul.navbar-nav.mr-auto {
	padding: 18px 0;
}
.navbar-collapse {
	-ms-flex-positive: unset !important;
	flex-grow: unset !important;
}
.content-center {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.h_stiky .navbar-brand .stiky-hidden, .navbar-brand .stiky-show {
	transition: all ease 0.1s;
	overflow: hidden;
	display: none;
}
.h_stiky .navbar-brand .stiky-show {
	visibility: visible;
	transition: all ease 0.1s;
	display: block;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show {
	color: #fff !important;
}
/* ----------------------------------------------------------------
	:: 3.0 About Section CSS
-----------------------------------------------------------------*/

.about-section .about-text {
	padding: 30px;
}
.about-section .about-text .about-title {
/*	font-weight: 600;*/
	font-weight: 700;
/*	color: #00cfb4;*/
	color: #069683;
}
.about-section .about-text p {
	text-align: justify;
}
.about-section .about-img-area a.readmore {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 55px;
	height: 52px;
	background: #0c2340;
	color: #ffffff;
	font-size: 22px;
	text-align: center;
	line-height: 55px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.about-section .about-img-area a.readmore:hover {
/*	background: #00cfb4;*/
	background: #069683;
}
.about-section .about-text a.download-brochure {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 52px;
/*	background: #00cfb4;*/
	background: #069683;
	color: #fff;
	line-height: 52px;
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.about-section .about-text a.download-brochure:hover {
	background: #0c2340;
}
/* ----------------------------------------------------------------
	:: 4.0 Company Section CSS
-----------------------------------------------------------------*/

.company-section .company-about {
	height: 400px;
	background: #0c2340 url(../images/background/home_vision_mission.png) no-repeat -400px bottom;
	padding-top: 78px;
}
.company-section .company-about * {
	color: #ffffff;
}
.company-section .success-stories {
	height: 400px;
	background: url(../images/background/bg_success_stories.jpg) no-repeat center center;
	background-size: cover;
}
.company-section .success-stories::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
/*	background-color: rgba(0, 155, 133, 0.8);*/
	background-color: rgba(31, 131, 117, 0.8);
}
.company-section .success-stories .success-stories-text {
	position: relative;
	padding: 80px 0 80px 50px;
	width: 70%;
}
.company-section .success-stories .success-stories-text * {
	color: #ffffff;
}
.bullet-arrow-line {
	margin: 0;
	padding: 0;
}
.bullet-arrow-line li {
	list-style: none;
	position: relative;
	margin-bottom: 24px;
}
.bullet-arrow-line li:last-child:after {
	display: none;
}
.bullet-arrow-line li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: 900;
	font-size: 14px;
	position: absolute;
	left: -18px;
	top: 4px;
	color: #fff;
	line-height: 14px;
}
.bullet-arrow-line li:after {
	content: '';
	position: absolute;
	left: -15px;
	top: 19px;
	width: 1px;
	background: #11cbb2;
	height: 35px;
}
/* ----------------------------------------------------------------
	:: 5.0 Services Section CSS
-----------------------------------------------------------------*/

.services-section {
	background: url(../images/background/bg_services.jpg) no-repeat center center;
	background-size: cover;
	padding: 100px 0;
	position: relative;
}
.services-section::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(12,35,64,0.7);
	z-index: 1;
}
.services-section .services-title {
	position: relative;
	z-index: 2;
	margin-bottom: 50px;
}
.services-section .services-title h3 span {
	color: #ffffff;
/*	background-color: #26d07c;*/
/*	background-color: #00cfb4;*/
	background-color: #069683;
	border: 3px solid #ffffff;
	border-radius: 50px;
	padding: 10px 20px;
}
.services-section .nav-tabs {
	border: none;
	display: inline-block;
}
.services-section .nav {
	position: relative;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
	text-align: center;
	z-index: 2;
}
/*
.services-section .nav:before, .services-section .nav:after {
	content: " ";
    display: table;
}
*/

.services-section .nav:after {
	clear: both;
}
.services-section .nav-tabs>li {
	float: left;
	margin-bottom: -1px;
	padding: 0 30px;
}
.services-section .nav-tabs li a {
	border: none;
	border-radius: 0 0 0 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.42857;
	text-align: center;
	margin: 0;
	/*    padding: 0 30px;*/
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	position: relative;
}
.services-section .nav-tabs li a.active {
	background: none;
	border: none;
	pointer-events: none;
	color: #26d07c;
}
.services-section .nav-tabs li a img {
	margin-bottom: 20px;
}
.services-section .tab-content {
	margin-bottom: 60px;
}
.services-section .tab-content .tab-pane {
	text-align: center;
}
.services-section .tab-content>.tab-pane {
	display: none;
}
.services-section .tab-content>.active {
	display: block;
}
.services-section .tab-content {
	position: relative;
	z-index: 2;
}
.services-section .tab-content .tab-pane h1 {
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 0.6em;
}
.services-section .tab-content .tab-pane p {
	color: #ffffff;
	margin-bottom: 1.5em;
}
.services-section .tab-content .tab-pane .btn {
	webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	padding: 8px 30px 8px 30px;
	font-size: 15px;
	margin-bottom: 60px;
	border: none;
	color: #ffffff;
/*	background: #26d07c;*/
/*	background: #00cfb4;*/
	background: #069683;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.services-section .tab-content .tab-pane hr {
	margin: auto;
	width: 50px;
	height: 1px;
	border: none;
	background: #fff;
	display: block;
}
/* ----------------------------------------------------------------
	:: 6.0 News and Events Section CSS
-----------------------------------------------------------------*/

.news-and-events .home-news {
/*	background: #00cfb4;*/
	background: #069683;
	/*	padding: 60px 50px;*/
	padding: 60px 50px 10px;
}
.news-and-events .home-news h5 {
	color: #ffffff;
	margin-bottom: 20px;
}
.news-and-events .home-news .home-news-slider h4 {
	color: #ffffff;
	margin-bottom: 10px;
	font-weight: 700;
}
.news-and-events .home-news .home-news-slider h5 {
	color: #ffffff;
	margin-bottom: 10px;
}
.news-and-events .home-news .home-news-slider p {
	color: #ffffff;
	text-align: justify;
	font-weight: 600;
}
.news-and-events .home-news .home-news-slider a {
	color: #ffffff;
	font-weight: 600;
}
/*
.news-and-events .home-news .home-news-slider .owl-nav {
	position: absolute;
    right: -50px;
    width: 96px;
    height: 54px;
    bottom: -82px;
    background: #0c2340;
}
*/

/*
.news-and-events .home-news .home-news-slider .owl-nav::after {
	content: '';
    position: absolute;
    top: 17px;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 23px;
    background: #fff;
}
*/

.news-and-events .home-news .home-news-slider .owl-nav .owl-next, .news-and-events .home-news .home-news-slider .owl-nav .owl-prev {
	background: none;
	/*    margin-top: 0;*/
	width: 28px;
	height: 28px;
	color: #0c2340;
	font-size: 40px;
	bottom: auto;
	/*    top: 14px;*/
	text-indent: inherit;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
/*
.news-and-events .home-news .home-news-slider .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	right: 3%;
}
*/

/*
.news-and-events .home-news .home-news-slider .owl-nav .owl-prev {
	right: auto;
    left: 12px;
}

.news-and-events .home-news .home-news-slider .owl-nav .owl-next {
	right: 11px;
}
*/

.news-and-events .home-event {
	background: #f8fbff;
}
.news-and-events .home-event .home-event-text {
	padding: 60px 50px;
}
.news-and-events .home-event .home-event-slider h5 {
	color: #1d428a;
	margin-bottom: 20px;
}
.news-and-events .home-event .home-event-slider h4 {
/*	color: #00cfb4;*/
	color: #069683;
	margin-bottom: 10px;
	font-weight: 700;
}
.news-and-events .home-event .home-event-slider p {
	color: #616161;
	text-align: justify;
	font-weight: 600;
}
.news-and-events .home-event .home-event-slider a {
	color: #ee2737;
	font-weight: 600;
}
/*
.news-and-events .home-event .home-event-slider .owl-nav {
	position: absolute;
    right: 220px;
    width: 96px;
    height: 54px;
    bottom: 0;
    background: #0c2340;
}
*/

/*
.news-and-events .home-event .home-event-slider .owl-nav::after {
	content: '';
    position: absolute;
    top: 17px;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 23px;
    background: #fff;
}
*/

.news-and-events .home-event .home-event-slider .owl-nav .owl-next, .news-and-events .home-event .home-event-slider .owl-nav .owl-prev {
	background: none;
	/*    margin-top: 0;*/
	width: 28px;
	height: 28px;
	color: #0c2340;
	font-size: 40px;
	bottom: auto;
	/*    top: 50%;*/
	text-indent: inherit;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
/*
.news-and-events .home-event .home-event-slider .owl-nav .owl-prev {
	right: auto;
    left: 12px;
}

.news-and-events .home-event .home-event-slider .owl-nav .owl-next {
	right: 11px;
}
*/


/* ----------------------------------------------------------------
	:: 7.0 Footer CSS
-----------------------------------------------------------------*/

footer .footer {
/*	background: #0c2b48 url(../images/background/bg_footer.png) no-repeat right bottom;*/
	background: #0c2340 url(../images/background/bg_footer.png) no-repeat right bottom;
	background-size: auto 100%;
	padding: 60px 0 10px;
}
footer h5 {
	font-size: 16px;
	line-height: 14px;
	margin: 0 0 15px 0;
	color: #fff;
	font-weight: 700;
	text-transform: capitalize;
	letter-spacing: 2px;
}
footer hr {
	width: 15px;
	height: 1px;
	background: #fff;
	display: block;
	border: none;
	margin: 0 0 30px 0;
	text-align: left;
}
footer .big-hr {
	background: #fff;
	border: none;
	width: 100%;
	height: 1px;
	margin-bottom: 30px;
	display: block;
}
footer p {
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
}
footer ul {
	margin: 0 0 30px 0;
	padding: 0;
	overflow: hidden;
}
footer ul li {
	list-style: none;
	display: block;
	margin-bottom: 11px;
	width: 100%;
	float: left;
}
footer ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	position: relative;
	float: left;
}
footer ul li a:hover {
	color: #ffffff;
}
footer ul li a:before {
	height: 1px;
	width: 0;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fff;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
/* ----------------------------------------------------------------
	:: 8.0 Breadcrumb CSS
-----------------------------------------------------------------*/

.inner-banner {
	position: relative;
	height: 380px;
	overflow: hidden;
	background: #0c2340;
}
.inner-banner:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.inner-banner:after {
	background: url(../images/background/bg_footer.png) top left no-repeat;
	height: 100%;
	width: 410px;
	right: 0;
	bottom: 0;
	content: '';
	position: absolute;
}
.inner-banner img {
	height: 300px;
	width: 100%;
	display: block;
	max-width: 100%;
}
.inner-banner .container {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 140px;
	margin: auto;
	z-index: 10;
}
.inner-banner h2 {
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	text-transform: capitalize;
	font-weight: 700;
	text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}
.news-ticker {
	background: #0c2340;
	width: 100%;
	height: 80px;
	overflow: hidden;
	position: relative;
	z-index: 999;
}
.inner-banner .news-ticker .container {
	position: static;
}
.news-ticker h3 {
	color: #fff;
	font-size: 27px;
	margin: 0;
	position: relative;
	z-index: 9;
	font-weight: 100;
	padding-top: 22px;
}
.news-ticker a.more-news {
	color: #ffffff;
	width: 40px;
	height: 60px;
	display: inline-block;
	text-align: center;
	padding: 12px 0 0 0;
	margin: 10px 0 0 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.news-ticker .date {
	color: #26d07c;
	font-size: 27px;
	line-height: normal;
	display: inline-block;
	vertical-align: top;
	padding-right: 26px;
	padding-top: 22px;
}
.news-ticker .date a {
	color: #26d07c;
	text-decoration: none;
}
.news-ticker .news-1-txt {
	font-size: 15px;
	line-height: normal;
	display: inline-block;
	padding: 19px 0 0;
	width: 60%;
	position: relative;/*    margin-right: 36px;*/
}
.news-ticker .news-1-txt a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.about-breadcrumb {
	position: relative;
	height: 300px;
	overflow: hidden;
	background: url(../images/background/bg_breadcrumb_about.jpg) no-repeat top center;
	background-size: cover;
}
.services-breadcrumb {
	position: relative;
	height: 300px;
	overflow: hidden;
	background: url(../images/background/bg_breadcrumb_services.jpg) no-repeat top center;
	background-size: cover;
}
.sector-breadcrumb {
	position: relative;
	height: 300px;
	overflow: hidden;
	background: url(../images/background/bg_breadcrumb_sector.jpg) no-repeat top center;
	background-size: cover;
}
.recruitment-breadcrumb {
	position: relative;
	height: 300px;
	overflow: hidden;
	background: url(../images/background/bg_breadcrumb_recruitment.jpg) no-repeat top center;
	background-size: cover;
}
.contact-breadcrumb {
	position: relative;
	height: 300px;
	overflow: hidden;
	background: url(../images/background/bg_breadcrumb_contact.jpg) no-repeat top center;
	background-size: cover;
}
.clients-breadcrumb {
	position: relative;
	height: 300px;
	overflow: hidden;
	background: url(../images/background/bg_breadcrumb_clients.jpg) no-repeat top center;
	background-size: cover;
}
.about-breadcrumb h2, .services-breadcrumb h2, .sector-breadcrumb h2, .recruitment-breadcrumb h2, .contact-breadcrumb h2, .clients-breadcrumb h2 {
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	text-transform: capitalize;
	font-weight: 700;
	text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
	margin-top: 120px;
}
/* ----------------------------------------------------------------
	:: 9.0 About Page CSS
-----------------------------------------------------------------*/

.inner-section {
/*	padding: 100px 0;*/
	padding: 50px 0;
	background-color: #f3f7f9;
}
.inner-about .inner-white-box .text-box {
	padding: 30px;
}
.inner-about .inner-white-box .text-box p {
	text-align: justify;
}
/* ----------------------------------------------------------------
	:: 10.0 Founder Page CSS
-----------------------------------------------------------------*/

.inner-white-box .text-box.founder h3 {
/*	color: #00cfb4;*/
	color: #069683;
}
.inner-white-box .text-box.founder h5 {
/*	color: #ee2737;*/
	color: #000000;
	font-weight: 600;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e2e2e2;
}
.inner-white-box .text-box.founder p {
	text-align: justify;
}
/* ----------------------------------------------------------------
	:: 11.0 Services Page CSS
-----------------------------------------------------------------*/

.inner-services .inner-white-box + .inner-white-box {
	margin-top: 50px;
}
.inner-services .inner-white-box .text-box {
	padding: 30px;
}
.inner-services .inner-white-box .text-box h4 {
/*	color: #00cfb4;*/
	color: #069683;
	font-weight: 600;
	font-size: 2em;
}
.inner-services .inner-white-box .text-box p {
	text-align: justify;
}
.inner-services .inner-white-box .text-box ul li {
	margin-bottom: 5px;
}
.inner-white-box .text-box.founder h2 {
/*	color: #00cfb4;*/
	color: #069683;
}
.inner-white-box .text-box.founder h1 {
/*	color: #00cfb4;*/
	color: #069683;
}
.h1-fonts {
	font-size: 50px;
}
.h5-fonts {
	font-size: 30px;
}


.quotes-color{
	color: #069683;
}

.img-clientele {
	border: 2px solid #dadada;
}
.pt-5{
	padding-top: 50px;
}
.mt-3{
	padding-top: 30px;
}