@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic);
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
</style>

html, body {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 1;
	font-weight: 400;
	border: none;
	color: #444;
	position: relative;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	margin: 0px 0px 10px;
	color: #272727;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

h4 {
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 22px;
}

h3 {
	font-size: 26px;
}

p {
	margin-bottom: 22px;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	line-height: 25px;
	color: #727272;
	font-weight: 400;
}
a {
	color:#004D98;
	background:none;
	text-decoration: none;
	outline: none;
}

a:hover, a:active, a:focus {
	color:#F5514B;
	text-decoration: none;
	outline: none;
}

::selection {
 background:#F5514B;
 color:#FFF;
}

::-moz-selection {
 background:#F5514B;
 color:#FFF;
}

img {
	max-width:100%;
}

/* select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .form-control {
	display: inline-block;
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 25px;
	color: #484444;
	height: 46px;
	width: 100%;
	vertical-align: middle;
	box-shadow: none;
	border-radius: 0px;
	transition: all 200ms ease-in 0s;
	background: rgba(255, 255, 255, 0) none repeat scroll 0% 0%;
	border: 2px solid rgba(236, 240, 241, 0.58);
} */


/*-----------------------------------------------------------------*/
/* Common Elements
/*-----------------------------------------------------------------*/

/*::-webkit-input-placeholder {
 color:#FFF !important;
 font-weight: 600;
 letter-spacing:1px;
}*/

:-moz-placeholder {
 color:#FFF !important;
 font-weight: 600;
 letter-spacing:1px;
}

::-moz-placeholder {
 color:#FFF !important;
 font-weight: 600;
 letter-spacing:1px;
}

:-ms-input-placeholder {
 color:#FFF !important;
 font-weight: 600;
 letter-spacing:1px;
}

.clear {
	clear:both;
}

.scrollup {
	width:35px;
	height:35px;
	position:fixed;
	bottom:30px;
	right:15px;
	display:none;
	background:rgba(126, 193, 63, .8);
	text-align: center;
}

.scrollup i {
	color:#fff;
	font-size:15px;
	display:block;
	line-height:33px;
}

.scrollup:hover {
	background:rgba(126, 193, 63, .9);
}

.section {
	padding:100px 0 70px;
	position:relative;
}

.section .container {
	position:relative;
}

.title-box {
	border-bottom-width: 0px;
	margin-bottom: 75px;
	position: relative;
}

.title-box h2.title {
	font-weight: 700;
	font-size: 29px;
	line-height: 32px;
	text-transform: uppercase;
}

.title-box h2:before {
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	margin: -22px auto;
	position: absolute;
	width: 40px;
	background: #00AAB3;
}

.title-box.white h2.title:before {
	background:#FFF;
}

.title-box.white h2.title {
	color:#FFF;
}

.title-box.text-center h2:before {
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	right:0;
	margin: -22px auto;
	position: absolute;
	width: 40px;
	background: #575051;
}

.title-box.text-right:before {
	left: auto;
	right: 0;
}

.title-box.text-center:before {
	left: 50%;
	margin-left: -20px;
}

.color-white h2 {
	color:#fff !important;
}

#pageloader {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color:#FFF;
	z-index: 999999;
}

.loader {
	position: absolute;
	width: auto;
	height:auto;
	margin: -25px 0 0 -25px;
	top:50%;
	left:50%;
	text-align:center;
}

.overlay {
	background:rgba(0, 0, 0, 0.4) url("../images/pattern.png") repeat;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

section {
	position:relative;
}

.parallax .container {
	position:relative;
}

.parallax {
	background-attachment: fixed !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

/*-----------------------------------------------------------------*/
/* Buttons
/*-----------------------------------------------------------------*/

.btn {
    box-shadow: none;
    line-height: 22px;
    font-weight: 600;
    padding: 6px 23px;
    font-size: 15px;
    border-radius: 20px;
    border: 2px solid transparent;
    color: #262B37;
    transition: all 200ms ease 0s;
}

.btn-red {
	background: rgb(243, 88, 91);
	border-color: rgb(243, 88, 91);
	color:#FFF;
}
.btn-red:hover, .btn-red:focus {
	background:#FFF;
	border-color: FFFF;
	color:#000;
}

.btn-white {
	background:#FFF;
	border-color: FFFF;
	color:#5F5A5A;
}

.btn-white:hover, .btn-white:focus {
	color: #FFF;
	background: #004D98;
	border-color:#004D98;
}


.btn-gray-border:hover, .btn-gray-border:focus {
	color: #FFF;
	background: rgb(243, 88, 91);
	border-color: rgb(243, 88, 91);
}

.btn-green {
	background:#004D98;
	border-color: #004D98;
	color:#FFF;
}

.btn-green:hover, .btn-green:focus {
	color: #FFF;
	background:transparent;
	border-color: #FFF;
}

.btn-gray-border {
    border: 2px solid #7A7A7B;
    background: transparent;
    color: #4F4F50;
}

.btn-gray-border:hover, .btn-gray-border:focus {
	color: #FFF;
	background:#004D98;
	border-color:#004D98;
}

/*-----------------------------------------------------------------*/
/* spacing & margin
/*-----------------------------------------------------------------*/


.margin-top-5 {
	margin-top: 5px !important;
}

.margin-top-10 {
	margin-top: 10px !important;
}

.margin-top-15 {
	margin-top: 15px !important;
}

.margin-top-20 {
	margin-top: 20px !important;
}
.margin-top-25 {
	margin-top: 25px !important;
}

.margin-top-30 {
	margin-top: 30px !important;
}

.margin-top-35 {
	margin-top: 35px !important;
}

.margin-top-40 {
	margin-top: 40px !important;
}

.margin-top-45 {
	margin-top: 45px !important;
}

.margin-top-50 {
	margin-top: 50px !important;
}

.no-margin-bottom {
	margin-bottom: opx !important;
}

.margin-bottom-5 {
	margin-bottom: 5px !important;
}

.margin-bottom-10 {
	
	margin-bottom: 10px !important;
}

.margin-bottom-15 {
	margin-bottom: 15px !important;
}

.margin-bottom-20 {
	margin-bottom: 20px !important;
}

.margin-bottom-25 {
	margin-bottom: 25px !important;
}

.margin-bottom-30 {
	margin-bottom: 30px !important;
}

.margin-bottom-35 {
	margin-bottom: 35px !important;
}

.margin-bottom-40 {
	margin-bottom: 40px !important;
}

.margin-bottom-50 {
	margin-bottom: 50px !important;
}

.margin-bottom-50 {
	margin-bottom: 50px !important;
}
.margin-bottom-60 {
	margin-bottom: 60px !important;
}

.margin-bottom-70 {
	margin-bottom: 70px !important;
}

.margin-bottom-80 {
	margin-bottom: 80px !important;
}

.margin-bottom-90 {
	margin-bottom: 90px !important;
}

.margin-left-5 {
	margin-left: 5px !important;
}
.margin-left-10 {
	margin-left: 10px !important;
}
.margin-left-15 {
	margin-left: 15px !important;
}

.margin-left-20 {
	margin-left: 20px !important;
}

.margin-left-25 {
	margin-left: 25px !important;
}

.margin-left-30 {
	margin-left: 30px !important;
}

.margin-left-90 {
	margin-left: 90px !important;
}

.margin-right-5 {
	margin-right: 5px !important;
}

.margin-right-10 {
	margin-right: 10px !important;
}

.margin-right-15 {
	margin-right: 15px !important;
}

.margin-right-20 {
	margin-right: 20px !important;
}

.margin-right-25 {
	margin-right: 25px !important;
}

.margin-right-30 {
	margin-right: 30px !important;
}

.padding-top-5 {
	padding-top:5px;
}

.padding-top-10 {
	padding-top:10px;
}

.padding-top-15 {
	padding-top:15px;
}

.padding-top-20 {
	padding-top:20px;
}

.padding-top-25 {
	padding-top:25px;
}

.padding-top-30 {
	padding-top:30px;
}

.padding-top-35 {
	padding-top:35px;
}

.padding-top-40 {
	padding-top:40px;
}

.padding-top-45 {
	padding-top:45px;
}

.padding-top-50 {
	padding-top:50px;
}

.padding-top-55 {
	padding-top:55px;
}

.padding-top-60 {
	padding-top:60px;
}

.padding-top-70 {
	padding-top:70px;
}

.padding-top-80 {
	padding-top:80px;
}

.padding-top-90 {
	padding-top:90px;
}

.padding-top-100 {
	padding-top:100px;
}

.padding-bottom-5 {
	padding-bottom:5px;
}

.padding-bottom-10 {
	padding-bottom:10px;
}

.padding-bottom-15 {
	padding-bottom:15px;
}

.padding-bottom-20 {
	padding-bottom:20px;
}

.padding-bottom-25 {
	padding-bottom:25px;
}

.padding-bottom-30 {
	padding-bottom:30px;
}

.padding-bottom-35 {
	padding-bottom:35px;
}

.padding-bottom-40 {
	padding-bottom:40px;
}

.padding-bottom-45 {
	padding-bottom:45px;
}

.padding-bottom-50 {
	padding-bottom:50px;
}

.padding-bottom-55 {
	padding-bottom:55px;
}

.padding-bottom-60 {
	padding-bottom:60px;
}

.padding-bottom-70 {
	padding-bottom:70px;
}

.padding-bottom-80 {
	padding-bottom:80px;
}

.padding-bottom-90 {
	padding-bottom:90px;
}

.padding-bottom-100 {
	padding-bottom:100px;
}

.padding-5 {
	padding:5px;
}

.padding-10 {
	padding:10px;
}

.padding-15 {
	padding:15px;
}

.padding-20 {
	padding:20px;
}

.padding-25 {
	padding:25px;
}

.padding-30 {
	padding:30px;
}


/*-----------------------------------------------------------------*/
/* Navigation
/*-----------------------------------------------------------------*/


#header {
	top: 0;
	z-index: 500;
	width: 100%;
	position: relative;
	z-index: 9;
}

#main-menu {
	z-index: 300;
	visibility:visible;
}

.menu-bg {
	background:#202020;
}

#main-menu ul {
	display: block;
	width: 100%;
	text-align: center;
}

#main-menu ul li {
	display: inline-block;
	position: relative;
}

#main-menu ul li a {
	display: inline-block;
	padding:6px 10px;
	line-height: 60px;
	color: #FFF;
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
	transition: all 0.25s ease 0s;
}

#main-menu ul li a:hover {
	color:#FFF;
}

#main-menu ul.nav>li>a:hover, #main-menu ul.nav>li>a:focus {
	background: none;
}

#main-menu ul li.active > a, #main-menu ul li.active.has-child > a {
	color: #FFF;
	box-shadow: inset 0 -2px 0 #FFF;
}

.clear-toggle {
	display:none;
	clear:both;
}

.navbar-toggle {
	color: #FFF;
	margin-top: 4px;
	font-size: 32px;
	margin-bottom: 0px;
	padding-top: 9px;
	position: absolute;
	right: 0px;
	padding-right: 0;
}

.logo {
	width: 100% !important;
	height: 100% !important;
}

.logo-nav {
	float: left;
	line-height: 60px;
}


/*-----------------------------------------------------------------*/
/* Slider
/*-----------------------------------------------------------------*/


.home {
	overflow: hidden;
	font-family: "Raleway", sans-serif;
}

.home .slides {
	display: inline-block;
	width: 100%;
}

.home .flexslider {
	overflow: hidden;
}

.big {
	font-size: 50px;
	font-weight: bold;
	line-height: 70px;
	text-transform: uppercase;
	margin: 6px -10px;
	color: #fff;
}

.small {
    font-size: 20px;
    font-weight: 200;
    color: #FFF;
    margin: 30px 0px 0px;
    text-transform: uppercase;
	font-weight: 600;
}

.home .flexslider .slides img {
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}

.home .flexslider .slides img.parallax {
	background-attachment: fixed;
}

.flexslider.video img {
	background: none !important;
}

#video_player {
	bottom: 0;
	height: auto;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	right: 0;
	width: auto;
}

.slider-text-wrapper {
	position: absolute;
	width: 100%;
	height: 250px;
	top: 50%;
	left: 0;
	margin-top: -125px;
	text-align: center;
	z-index:999;
}

.slider-text-wrapper .btn {
	margin-top: 60px;
	border:2px solid #FFF;
	background:transparent;
	color:#FFF;
}

.flex-control-nav {
	bottom: 40px;
	z-index: 999;
	position: absolute;
	width: 100%;
	text-align: center;
}

.flex-control-nav li {
	display: inline-block;
}

.flex-control-paging li a {
	width: 6px !important;
	height: 6px !important;
	box-shadow: none !important;
	background: #fff !important;
	display: inline-block !important;
	text-indent: -9999px !important;
	border-radius: 50% !important;
	margin: 0 6px !important;
	cursor: pointer !important;
	z-index:9999 !important;
}

.flex-control-paging li a.flex-active {
	background: #18263a;
}

.flexslider {
	position: relative;
}

.flex-prev {
	color: #333;
	font-size: 40px;
	height: 40px;
	left: 20px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 40px;
	z-index: 2;
}

.home .flex-prev, .home .flex-next {
	color: #FFF;
	transition: none 0s ease 0s;
	z-index: 999;
}

.flex-next {
	color: #333;
	font-size: 40px;
	height: 40px;
	right: 0px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 40px;
	z-index: 2;
}
.home .flex-prev, .home .flex-next {
	color: #fff;
	transition: none;
}

#home {
	width: 100%;
	height: 100%;
	color: #fff;
}

.slider-overlay {
	background:url("../images/pattern.png") repeat rgba(0, 0, 0, .4);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}


/*-----------------------------------------------------------------*/
/*  Flexslider
/*-----------------------------------------------------------------*/


.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider .slides img {
	width: 100%;
	display: block;
	height:630px;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

.slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

.no-js .slides > li:first-child {
	display: block;
}

.flex-control-nav {
	position:absolute;
	bottom: 20px;
	text-align:center;
	width: 100%;
}

.flex-control-nav li {
	margin: 0 3px;
	display: inline-block;
}

.flex-control-nav li a {
	width: 30px;
	height: 5px;
	background: #FFF;
	text-indent:-9999px;
	display:block;
	opacity: 0.4;
}

.flex-control-nav li a.flex-active {
	opacity: 1;
}

.flex-direction-nav .flex-prev:hover,  .flex-direction-nav .flex-next:hover {
	opacity: 1;
}


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

.features-icon-box {
	margin-bottom:50px;
}

.features-icon-box .features-icon {
	position: absolute;
	width: 60px;
	height: 60px;
	line-height: 41px;
	font-size: 45px;
	color:#004D98;
}

.features-icon-box .features-info {
	margin-left: 80px;
}


/*-----------------------------------------------------------------*/
/* Fun Facs
/*-----------------------------------------------------------------*/

#facts {
	background:url(../images/parallax/facts.jpg) no-repeat;
	padding: 150px 0px 100px;
}

.facts-box {
	text-align:center;
}

.facts-box h3 {
	font-size: 40px;
	margin-bottom: 12px;
	color: #FFF;
	font-weight: 700;
}

.facts-box span {
	color: #FFF;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}

.facts-box i {
	color: #FFF;
	font-size: 50px;
	margin-bottom: 30px;
}

/*-----------------------------------------------------------------*/
/* Tab
/*-----------------------------------------------------------------*/


.content-tab-1 .nav {
	text-align: center;
	text-transform: uppercase;
}

.content-tab-1 > .nav > li {
	float: none;
	display: inline-block;
	border: 2px solid #B1AEAE;
	padding: 3px 20px;
	box-shadow: 0px 0px 2px #F2F2F2;
	margin-bottom: 5px;
}

.content-tab-1 > .nav li > a {
	color: #CFD9E6;
	background-color: transparent;
	transition: all 0.2s ease 0s;
}

.content-tab-1 > .nav li > a > i {
	color: #474846;
	font-size: 35px;
	margin-bottom: 10px;
}

.content-tab-1 > .nav > li > a > h4 {
	display: block;
	color: #4D3F3F;
	font-size: 16px;
	margin-bottom: 0px;
}

.content-tab-1 > .nav > li.active > a > h4, .content-tab-1 > .nav > li.active > a > i {
    color: #FFF;
}

.content-tab-1 > .nav > li.active {
    border: 2px solid #004D98;
    background: #004D98;
}

.tab-content-main {
	padding: 70px 0px 0px;
}

.tab-content-main img {
	float: left;
	margin-right: 75px;
}

.tab1-features {
	margin-bottom:30px;
}

.tab1-features .icon {
	position: absolute;
	width: 40px;
	height: 40px;
	background: #004D98 ;
	color: #FFF;
	text-align: center;
	line-height: 35px;
	font-size: 20px;
	border:2px solid transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;

}

.tab1-features:hover .icon {
	border-color:#004D98;
	color:#004D98;
	background:transparent;
}

.tab1-features .info {
	margin-left: 60px;
}

.tab-carousel.owl-theme .owl-controls {
	text-align: center;
	position: absolute;
	top: 45%;
	width:100%;
}

.tab-carousel.owl-theme .owl-controls .owl-buttons div {
	display: block;
	width: 30px;
	height: 30px;
	line-height:20px;
	font-size:20px;
	border-radius:0;
	opacity:1;
	background:#004D98;
	position: absolute;
	margin: 0;
}

.tab-carousel .owl-prev {
	left:0;
	position:absolute;
}

.tab-carousel .owl-next {
	right:0;
	position:absolute;
}
.tab-carousel .owl-prev:hover, .tab-carousel .owl-next:hover {
	background:#4F3B3B;
}

.tab-carousel .item img {
	display: block;
	width: 100%;
	height: auto;
}

.tab2-services-box {
	margin-bottom: 30px;
	padding: 15px;
	border: 1px solid #E1DDDD;
}
.tab2-services-box .media {
	margin-bottom:30px;
}

.tab2-services-box .services-info h4 {
}

.tab2-services-box .services-info p {
	margin-bottom:0;
}

.features-tab3 {
	margin-top: 20px;
	display: inline-block;
}

.features-tab3 .features-left, .features-tab3 .features-right {
	padding-top: 20px;
}

.features-tab3 .features-left h4, .features-tab3 .features-right h4, .features-tab3 .features-left p, .features-tab3 .features-right p {
	line-height: 25px;
}

.features-tab3 .features-left .features-item, .features-tab3 .features-right .features-item {
	margin-bottom: 40px;
}

.features-tab3 .features-left .features-icon, .features-tab3 .features-right .features-icon {
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	color: #004D98;
	font-size: 22px;
	font-weight: 600;
	border: 1px solid #004D98;
	position: relative;
	border-radius: 28px;
	transition: all 0.7s ease-in-out 0s;
}

.features-tab3 .features-left .features-item:hover .features-icon, .features-tab3 .features-right .features-item:hover .features-icon {
	color:#FFF;
	border-color:#004D98;
	background:#004D98;
}

.features-tab3 .features-left .features-icon {
	float:right;
}

.features-tab3 .features-right .features-icon {
	float:left;
}

.features-tab3 .features-left .features-info {
	text-align: right;
	margin-right: 90px;
}

.features-tab3 .features-right .features-info {
	text-align: left;
	margin-left: 90px;
}

.tab4-services-box {
	margin-bottom:30px;
	text-align:center;
}

.tab4-services-box .icon {
	text-align: center;
	font-size: 47px;
	display: inline-block;
	color: #004D98;
	width: 100px;
	height: 100px;
	border: 1px solid #004D98;
	line-height: 100px;
	border-radius: 50%;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

.tab4-services-box .info {
	margin-top:20px;
}

.tab4-services-box .info h4 {
	margin-bottom:14px;
}

.tab4-services-box:hover .icon {
	background:#004D98;
	color:#FFF;
	border-color:#004D98;
}

.core-features .list {
	margin: 0px;
	padding: 0px 0px 0px 7px;
}

.core-features .list li {
    font-size: 15px;
    margin: 0px 0px 12px;
    font-weight: 600;
    line-height: 20px;
    position: relative;
    padding: 0px 0px 0px 25px;
    list-style: outside none none;
	color: #6E6D6D;
}

 .core-features .list li::after {
 top: 0px;
 left: 0px;
 content: "\f058";
 position: absolute;
 font-family: "FontAwesome";
}





/*-----------------------------------------------------------------*/
/* History
/*-----------------------------------------------------------------*/


#history {
	background:url(../images/parallax/timeline.jpg);
}

ul.timeline {
	margin: 40px auto 0;
	width: 100%;
	background: url(../images/timeline-bg.jpg) center center repeat-y;
	height: auto;
	position: relative;
	padding: 0 0 80px;
	z-index:200;
}

.timeline .year {
	background: #FFFFFF;
	clear: both;
	color: #3C3D3D;
	font-size: 18px;
	font-weight: 600;
	height: auto;
	margin: 31px auto;
	text-align: center;
	width: 75px;
	height:75px;
	border-radius:50%;
	line-height:72px;
	left: -35px;
	border: 3px solid #919191;
	position: relative;
	top: -5px;
	left: auto;
}

.timeline .timeline-item {
	float: left;
	padding: 20px;
	width: 47.5%;
	background: rgba(0, 0, 0, .7);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	margin: 10px 0;
	position: relative;
	z-index: 550;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.timeline .timeline-item h4 {
	color: #FFF;
	font-size: 15px;
}

.timeline .timeline-item p {
	color: #FFF;
}

.timeline .timeline-item span {
	font-size: 13px;
	font-weight:600;
	text-transform: uppercase;
	color: #FFF;
}

.timeline .timeline-item:after {
	content: '';
	position: absolute;
	right: -6.8%;
	display: block;
	width: 18px;
	height: 18px;
	background: #FFF;
	border: 2px solid #FFF;
	border-radius: 100px;
	top: 18px;
	z-index: 20;
}

 .timeline .timeline-item:nth-of-type(2n):before {
	 border-top: 10px solid rgba(0, 0, 0, 0);
	 border-bottom: 10px solid rgba(0, 0, 0, 0);
	 border-left: 10px solid rgba(0, 0, 0, 0);
	 border-right: 10px solid rgba(0, 0, 0, 0.7);
	 content: "";
	 right: 100%;
	 position: absolute;
	 -webkit-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 transition: all 0.5s;
}

.timeline .timeline-item:before {
	border-top: 10px solid rgba(0, 0, 0, 0);
	border-bottom: 10px solid rgba(0, 0, 0, 0);
	border-right: 10px solid rgba(0, 0, 0, 0);
	border-left: 10px solid rgba(0, 0, 0, 0.7);
	content: "";
	right: -20px;
	position: absolute;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

 .timeline .timeline-item:nth-of-type(2n) {
 float: right;
 clear: right;
}

.timeline .year + .timeline-item {
	margin-top: -20px;
}

 .timeline .timeline-item:nth-of-type(2n):after {
 left: -6.8%;
}

.timeline .end-icon:before {
	clear:both;
}

.timeline .end-icon {
	height: 64px;
	border: 3px solid #919191;
	border-radius: 300px;
	background: #FFF;
	color: #868586;
	font-size: 24px;
	bottom: 0px;
	left: 50%;
	margin-left: -32px;
	text-align: center;
	padding: 19px 0px;
	clear: both;
	position: absolute;
	width: 64px;
}



/*-----------------------------------------------------------------*/
/* Works
/*-----------------------------------------------------------------*/

#works {
    position: relative;
    padding-bottom: 0px;
    line-height: 0;
}

.work-grid .mix {
	opacity: 0;
	display: none;
}

.filtering {
	display: inline-block;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.filter {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.25s linear 0s;
    padding: 20px 24px;
    margin-bottom: 15px;
    color: #5C5C5C;
    font-weight:600;
    font-size: 14px;
    border: 2px solid #B1AEAE;
}

.filter:last-child {
	margin:0px;
}

.filter.active, .filter:hover {
	color:#FFF;
	background:#004D98;
	border-color:#004D98;
}

.work-main {
	width:100%;
	clear: both;
	margin-top: 60px;
	display: inline-block;
}

.work-grid {
	width: 100%;
	padding:0;
}

.work-grid .work-item {
	overflow: hidden;
}

.work-grid .work-item .work-image {
	overflow: hidden;
	width: 100%;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
}

.work-grid .work-item .work-image img {
	width:100%;
	height: auto;
}

.work-grid .work-item .work-caption {
	position: absolute;
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	opacity:0;
}

.work-grid .work-item .work-caption h4 {
    font-size: 16px;
    color: #FFF;
    margin: 30px 0px 0px 30px;
    letter-spacing: 1px;
}

.work-grid .work-item .work-caption p {
    font-size: 17px;
    color: #FFF;
    margin: 2px 0px 0px 30px;
    letter-spacing: 1px;
}

.work-grid .work-item .hover-link {
	left: 50px;
	position: absolute;
	bottom:25px;
	z-index:9999;
	opacity:0;
}

.work-grid .work-item .hover-link a {
	position: relative;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	background: #FFF;
	color: #444;
	width:50px;
	height:50px;
	margin: 0px;
	border-radius: 100%;
	cursor:pointer;
	z-index:200;
}

.work-grid .work-item:hover .hover-link, .work-grid .work-item:hover .work-caption {
	opacity:1;
}

.work-grid .work-item:hover .work-caption {
	background: rgba(0, 0, 0, 0.72);
}

.thumnail-img {
	position: relative;
	float: left;
	display: inline-block;
	width: 25%;
	overflow: hidden;
}
/*--------------Login--------------------*/
.remember-me--forget-password label {
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    display: flex;
    justify-content: left;
    flex-wrap: inherit;
    align-items: center;
}
.box-form {
    margin: 0 auto;
    width: 80%;
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    box-shadow: 0 0 20px 6px #090b6f85;
}
.box-form .left {
    color: #FFFFFF;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://i.pinimg.com/736x/5d/73/ea/5d73eaa…--tumblr-backgrounds-iphone-phone-wallpapers-iphone-wallaper-tumblr.jpg);
    overflow: hidden;
    display: flex;
    width: 75%;
    position: relative;
}

.box-form div {
    height: auto;
}
.box-form .left .overlay {
    padding: 30px;
    width: 100%;
    height: 100%;
    background: #5961f9ad;
    overflow: hidden;
    box-sizing: border-box;
    position: absolute;
}
.box-form .left .overlay h1 {
    font-size: 50px;
    line-height: 1;
    font-weight: 900;
    margin-top: 40px;
    margin-bottom: 20px;
}
.box-form .left .overlay span p {
    margin-top: 30px;
    font-weight: 900;
}
.box-form .left .overlay span a {
    background: #3b5998;
    color: #FFFFFF;
    margin-top: 10px;
    padding: 14px 50px;
    border-radius: 100px;
    display: inline-block;
    box-shadow: 0 3px 6px 1px #042d4657;
}

.box-form .left .overlay span a:last-child {
    background: #1dcaff;
    margin-left: 30px;
}
.box-form .right {
    padding: 40px;
    overflow: hidden;
}
.box-form .right h5 {
    font-size: 33px;
    line-height: 30px;
    margin-bottom: 40px;
	margin-top: 30px;
	text-align:center;
}
label span.text-checkbox {
    display: inline-block;
    height: auto;
    position: relative;
    cursor: pointer;
    transition: all 0.2s linear;
}
.box-form .right p {
    font-size: 14px;
    color: #B0B3B9;
}
.box-form .right .inputs {
    overflow: hidden;
}
.box-form .right input {
    width: 100%;
    padding: 10px;
    margin-top: 0px;
    font-size: 16px;
    border: none;
    outline: none;
    border-bottom: 2px solid #B0B3B9;
}
.box-form .right .remember-me--forget-password {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box-form .right p {
    font-size: 14px;
    color: #B0B3B9;
}
.box-form .right button {
    float: right;
    color: #fff;
    font-size: 16px;
    padding: 12px 35px;
    border-radius: 50px;
    display: inline-block;
    border: 0;
    outline: 0;
    box-shadow: 0px 4px 20px 0px #49c628a6;
    background-image: linear-gradient(
135deg
, #70F570 10%, #49C628 100%);
}

/*-----------------------------------------------------------------*/
/* Call To Action
/*-----------------------------------------------------------------*/

#cta {
	background:url(../images/parallax/cta.jpg) no-repeat;
	padding:130px 0px 130px;
}

#cta h2 {
    color: #FFF;
    font-size: 33px;
    margin-bottom: 36px;
    font-weight: 600;
    text-shadow: 0px 0px 2px #1B1A1A;
}

#cta .btn-white {
	margin-right:15px;
}


/*-----------------------------------------------------------------*/
/* Team
/*-----------------------------------------------------------------*/


#team {
	padding:100px 0px 130px;
	background: #FFF;
}

.team-items {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.team-items .item {
	background: #fff;
	height: auto;
	font-weight: 300;
	margin:0px 10px 10px;
	padding: 15px;
	cursor: pointer;
}

.team-items .item img {
	margin-bottom: 20px;
}

.team-items .item h4 {
	margin-bottom: 6px;
}

.team-items .item h5 {
	font-weight: 600;
	text-transform: none;
	font-size: 14px;
	color: #464745;
}

.team-items .item p {
	margin-bottom: 9px;
}

.socials {
	margin-bottom: 10px;
	margin-top: 15px;
	width: 100%;
}

.socials ul {
	margin:0px;
	padding:0px;
}

.socials ul li {
	display:inline-block;
	list-style:none;
}

.socials ul li a {
	background: #FFF;
	border: 1px solid #A9ACAE;
	color: #A0A3A5;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	height: 30px;
	margin-left: 5px;
	text-align: center;
	width: 30px;
	line-height: 30px;
	border-radius: 50%;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;

}

.socials ul li a:hover {
	background:#004D98;
	border-color:#004D98;
	color:#FFF;
}

#team .owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
	position: relative;
	height: 40px;
}

#team .owl-prev, #team .owl-next {
	display: block;
	width: 30px;
	height: 30px;
	line-height:20px;
	font-size:20px;
	border-radius:0;
	opacity:1;
	background:#FA3636;
	position: absolute;
	transition: all 0.3s ease 0s;
}

#team .owl-prev {
	right: 50%;
	margin-right: 10px;
}

#team .owl-next {
	left: 50%;
	margin-left: 10px;
}

#team .owl-prev:hover, #team .owl-next:hover {
	background:#3C3C3C;
}


/*-----------------------------------------------------------------*/
/* Skills
/*-----------------------------------------------------------------*/

#skills {
	text-align:center;
	padding:100px 0px 0px;
	background:url(../images/parallax/skills.jpg) no-repeat;
}

.pie-chart-main {
	margin-bottom:100px;
}

.pie-chart {
	position: relative;
	display: inline-block;
	width: 150px;
	height: 120px;
	margin-top:70px;
}

.pie-chart canvas {
	position: absolute;
	top: -60px;
	left: 0;
	width: 150px;
	height: 150px;
	color:#FFF;
}

.percent {
	display: inline-block;
	z-index: 2;
	font-weight: 800;
	font-size: 40px;
	line-height: 46px;
	color:#FFF;
}

.percent:after {
	content: '%';
	margin-left: 0.1em;
	font-size: 20px;
}

.pie-chart-main h4, .pie-chart-main p {
	color:#FFF;
}


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

#services {
	padding-bottom:50px;
	background:#FFF;
}

.services-box {
	text-align: center;
	margin-bottom: 50px;
	border: 1px solid #EAE7E7;
	padding: 29px 10px 20px;
}

.services-box .services-icon {
	width: 80px;
	height: 80px;
	color: #FFF;
	font-size: 38px;
	line-height: 80px;
	border-radius: 50%;
	display: inline-block;
	margin: 0px auto;
	background: #004D98 none repeat scroll 0% 0%;
}

.services-box .services-desc {
	margin-top: 25px;
}

.services-box .services-desc h4 {
	margin: 31px 0px 20px;
}


/*-----------------------------------------------------------------*/
/*  Why Choose Us
/*-----------------------------------------------------------------*/


#why-choose {
	background:#FBFBFB;
}

.tabs-main {
	padding-right: 15px;
	margin-bottom:30px;
}

.accordion-main {
	padding: 0 15px;
    margin-bottom: 30px;
}

.tabs .nav-tabs li a {
	border-radius:1px;
	color:#272727;
	font-weight: 700;
	font-size: 16px;
	padding:8px 16px;
	background:#F3F0F0;
	border-top:2px solid #F3F0F0;
}

.tabs .nav-tabs li.active a {
	border-top: 2px solid #004D98;
	background: #FFF;
	color: #272727;
	font-weight: 700;
	font-size: 16px;
	text-transform: none;
}

.tabs .nav-tabs li a:hover {
	background:#ededed;
}

.tabs .nav-tabs li.active a:hover {
	background:#FFF;
}

.tabs .tab-content {
	border:1px solid #dbdbdb;
	border-top:none;
	padding:25px 15px;
	font-size:14px;
	color:#a9a9a9;
}

.panel-group .panel-heading {
	cursor: pointer;
	padding: 15px 0px;
}

.panel-body ul li {
	margin-bottom:5px;
	line-height:20px;
	font-weight:300;
}

.panel-body ul li i {
	margin-right:5px;
}

.panel-title {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-transform: none;
}

.panel-group .panel {
	background: none;
    border-bottom:  1px solid #ffffff;

    border-radius: 0px;
    box-shadow: none;
}
#accordion .accordion-toggle:after {
    margin-right: 6px;
}
.panel-body p {
    color: #fff;
}
.panel-group .panel-body {
	border: none;
}
.pannel-button a {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 48px 10px 22px;
    line-height: initial;
    position: relative;
    font-size: 17px;
}
.pannel-button a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    right: 30px;
    font-size: 20px;
    top: 11px;
}
.pannel-button {
    margin-top: 35px;
}
#accordion .accordion-toggle:after {
	/* symbol for "opening" panels */
	/*font-family:'FontAwesome';
	content:"\f068";
	float: right;
	color: #fff;
	font-size: 12px;*/

}
h6.panel-title.accordion-toggle:after {
    content: "\f105";
    position: absolute;
    font-family: 'FontAwesome';
    right: 0;
    top: 0px;
    font-size: 13px;
    color: #fff;
    transform: rotate( 90deg)!important;
}
.filter-sec h2 {
    font-weight: 600;
    position: relative;
}
.filter-sec-2 button.accordion_2 {
    position: relative;
}
.filter-sec-2 button.accordion_2:after {
     content: "\f105";
    position: absolute;
    font-family: 'FontAwesome';
    right: 20px;
        top: 11px;
    font-size: 25px;
    color: #fff;
    transform: rotate( 
90deg)!important;
}
button.accordion_2 {
    font-weight: 600;
    color: #fff !important;
    border-bottom: 1px solid #fff;
}
h6.panel-title.accordion-toggle {
    position: relative;
	padding-left: 5px
}
.four-listing-section {
    display: inline-block;
    width: 24%;
        border: 1px solid #004c98;
      padding: 10px 10px 30px 10px;
	  vertical-align: top;
	  min-height: 454px;
}
section.section_2 .heading h2 {
    color: #707172;
    font-weight: bold;
    font-size: 60px !important;
}
.filter-sec h2:after {
    content: "";
    position: absolute;
    background: #a9abae;
    width: 70px;
    height: 2px;
    right: 0;
    top: 16px;
}

.accordion_2 {
  background-color: #004d98 !important;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;

}

.accordion_2:hover {
  background-color: #ccc; 
}
.panel_2 p {
    color: #fff;
}
.panel_2 {
  padding: 0 18px;
  display: none;
  background-color: #004d98 !important;
  overflow: hidden;
    border-bottom: 1px solid #fff;
}
/*-----------------------------------------------------------------*/
/*  Video
/*-----------------------------------------------------------------*/


#video {
	background:url(../images/parallax/cta.jpg) no-repeat;
}

.video-caption-main {
	margin-bottom:30px;
}

.video-caption {
	margin-bottom:30px;
	color: #E7E7E7;
}

.video-caption h4 {
	line-height: 26px;
	font-size: 18px;
	color: #FFF;
	text-transform: none;
}

.video-caption p {
	color: #FFF;
}

.video-caption .video-icon {
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #FFF;
	font-size: 30px;
	float: left;
	border-radius: 50%;
	border: 1px solid #FFF;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

.video-caption:hover .video-icon{
	background:#FFF;
	border-color:#FFF;
	color:#004D98;
}

.video-caption .video-caption-info {
	margin-left:100px;
}

.play-video {
	margin-bottom:30px;
}

.play-video iframe {
	width:100%;
	height:350px;
}

/*-----------------------------------------------------------------*/
/* Blog
/*-----------------------------------------------------------------*/

.blog-post {
	padding: 10px;
	background: #FEFDFD;
	border: 1px solid #F6F3F3;
	margin-bottom: 30px;
	box-shadow: 0px 0px 2px 1px rgba(216, 213, 213, 0.14);
}
a.blogbutton {
    background: #FF5E14;
    padding: 10px 20px;
    color: #fff;
    border-radius: 20px;
	display: inline-block;
}
form.search-form {
    position: relative;
}
.blog-listpop {
    padding: 50px 0;
}
.four-listing-section a.btn.btn-danger.change-status {
    position: absolute;
    right: 0;
    top: 0;
}
.search-form button {
    position: absolute;
    right: 0;
    top: 0;
    background: #004D98;
    color: #fff;
    border: 0px;
    padding: 13px;
}
h3.widget-title {
    margin-top: 30px;
}
ul.sidebar-list {
    list-style: none;
    padding: 0;
}

ul.sidebar-list li a {
    line-height: 28px;
    position: relative;
    padding-left: 20px;
}
ul.tag-info.list-inline {
    padding: 10px 0;
}
.post-desc {
	padding: 25px 20px;
}

.post-desc h4 {
	font-size:15px;
	line-height:20px;
	margin-bottom: 8px;
}

.post-desc h5 {
    color: #585957;
    font-size: 13px;
    font-weight: 700;
    text-shadow: 0px 0px 1px #E0D6D6;
    font-style: italic;
}

.post-media {
	overflow: hidden;
	max-height: 360px;
}
.post-media img {
	max-width:100%;
	height:auto;
}

.post-blog .btn {
	text-transform: uppercase;
	margin-top: 15px;
}


/*-----------------------------------------------------------------*/
/* Testimonial
/*-----------------------------------------------------------------*/


#testimonials {
	background:url(../images/parallax/testimonials.jpg) no-repeat;
}

#testimonials {
	color:#fff;
	position:relative;
	padding:100px 0px;
}

#testimonials .container {
	position:relative;
}

#testimonials .items {
	margin-bottom: 30px;
	margin-top:-7px;
	color:#fff;
	text-align:center;
}

#testimonials .testimonial-pic {
	margin: 10px 0px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
}

#testimonials .desc {
	font-size:19px;
	line-height: 36px;
	margin-bottom: 30px;
	font-style: italic;
	font-family: "Roboto";
}

#testimonials .name {
	color:#FFF;
	font-weight: 600;
	margin-top:20px;
	font-size: 18px;
}

#testimonials .owl-controls .owl-page span {
	background:none;
	display: block;
	margin: 5px 4px;
	opacity: 1;
	width:12px;
	height:12px;
	margin-right:10px;
	border:2px solid #ccc;
}

#testimonials .owl-controls .owl-page.active span {
	background:#004D98;
	border-color:#004D98;
}

/*-----------------------------------------------------------------*/
/* Client Logo Carousel
/*-----------------------------------------------------------------*/

#clients {
	background:#FFF;
	text-align:center;
}

.clients-carousel .item figure {
	margin: 10px;
	width: 150px;
	margin: 0 auto;
}

.clients-carousel .item figure img {
	display: block;
	margin: 0 auto;
	opacity:0.5;
}

.clients-carousel .item figure img:hover {
	opacity:1;
}


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


#featured-works {
	background:#FBFBFB;
	padding-top: 70px;
}

.featured-work-carousel {
	display:inline-block;
	width: 100%;
}

#featured-works .item {
	height: auto;
	z-index: 300;
	cursor: pointer;
}

#featured-works .item .fworks-image {
	overflow: hidden;
	width: 100%;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
}

#featured-works .item .fworks-image img {
	width:100%;
	height: auto;
}
#featured-works .item .featured-caption {
	position: absolute;
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	opacity: 0;
	background:rgba(0, 0, 0, .5);
}
input.profiebtn {
    background: #004C98;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 45px;
    border-radius: 20px;
    font-size: 15px;
    margin-top: 20px;
}

#featured-works .item .featured-caption h4 {
	font-size:15px;
	color:#FFF;
	margin: 30px 0px 0px 30px;
}
a.addjobs {
    background: #004c98;
    color: #fff;
    padding: 10px 30px;
    margin-top: 20px;
    display: inline-block;
    border-radius: 20px;
}
#featured-works .item .featured-caption p {
	font-size: 14px;
	color: #FFF;
	margin: 5px 0px 0px 30px;
	text-transform: uppercase;
}

#featured-works .item .hover-link {
	left: 100px;
	position: absolute;
	bottom: 15px;
	opacity:0;
	z-index:200;
}

#featured-works .item .hover-link a {
	position: relative;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	background: #FFF;
	color: #444;
	width: 50px;
	height: 50px;
	margin: 0px;
	border-radius: 100%;
}

#featured-works .item:hover .hover-link, #featured-works .item:hover .featured-caption {
	opacity:1;
}

#featured-works .owl-controls {
	margin-top: 30px;
	position: absolute;
	top: 28%;
	width: 100%;
}

#featured-works .owl-prev, #featured-works .owl-next {
	display: block;
	width: 30px;
	height: 30px;
	line-height:20px;
	font-size:20px;
	border-radius:0;
	opacity:0.9;
	background:#004D98;
	position: absolute;
}

#featured-works .owl-prev {
	left: 0;
}

#featured-works .owl-next {
	right: 0;
}

#featured-works .owl-prev:hover, #featured-works .owl-next:hover {
	background:#004D98;
	opacity:1;
}

/*-----------------------------------------------------------------*/
/*   Single Work Page
/*-----------------------------------------------------------------*/

#page-header {
	background:url('../images/page-header.jpg');
	padding: 130px 0px 80px;
	text-align: center;
}

#page-header:after {
	background:rgba(0, 0, 0, .5);
	position:absolute;
	left:0px;
	right:0px;
}

#page-header h1 {
	margin-bottom: 0px;
	color: #FFF;
	font-weight: 600;
}

 .breadcrumb {
	background: none;
	padding: 0;
	margin:0;
	/*padding-top: 35px;*/
} 

.breadcrumb ul {
	list-style: none;
	padding:0;
	margin: 0;
}

.breadcrumb ul li {
	display: inline-block;
	padding: 0px 5px;
}

 .breadcrumb ul li::after {
 content: "\f101";
 font-family: 'fontawesome';
 color: #FFF;
 line-height: 21px;
 vertical-align: middle;
 padding-left: 10px;
}

 .breadcrumb ul li:last-child::after {
 display: none;
}

.breadcrumb ul li a {
	color: #C8C1C1;
	font-weight: 600;
	font-size: 14px;
}

.breadcrumb ul li a:hover {
	color:#004D98;
}

.breadcrumb ul li.current a {
	color: #FFF;
}

.breadcrumb ul li.current a:hover {
	color: #004D98;
}

.work-detail .btn {
	margin-top:15px;
}
.work-detail h3, #featured-works h3 {
	text-transform:none;
}

.work-detail-list {
	list-style:none;
	padding:0;
	margin:0;
}

.work-detail-list {
	list-style:none;
	padding:0;
	margin:0;
}

.work-detail-list li {
	padding: 0px 0px 7px;
	line-height: 22px;
	font-size: 16px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 7px;
}

.work-detail-list li span {
	padding-right: 15px;
	text-transform: uppercase;
	font-size: 13.3px;
	font-weight: 600;
	color: #3E3E3E;
}

#single-work-slider {
	margin-bottom: 30px;
}

#single-work-slider .owl-controls {
	margin-top: 30px;
	position: absolute;
	width: 100%;
	top: 37%;
}

#single-work-slider .owl-prev, #single-work-slider .owl-next {
	display: block;
	width: 30px;
	height: 30px;
	line-height:20px;
	font-size:20px;
	border-radius:0;
	opacity:0.8;
	background:#004D98;
	position: absolute;
}

#single-work-slider .owl-prev {
	left:0;
}

#single-work-slider .owl-next {
	right:0;
}

#single-work-slider .owl-prev:hover, #single-work-slider .owl-next:hover {
	opacity:1;
	background:#004D98;
}

#single-work-slider .item img {
	display: block;
	width: 100%;
	height: auto;
}

#related-project {
	background:url('../images/pattern.png') repeat;
	padding:100px 0 80px;
	position:relative;
}

#related-project .image-wrapper {
	margin-bottom:20px;
}

.owl-theme .owl-controls .owl-page span {
	background: #a0a0a0;
}

/*-----------------------------------------------------------------*/
/* Blog Page
/*-----------------------------------------------------------------*/

.post-content {
	margin-top:0;
}

.post-img {
	margin: 0 0 25px 0;
	overflow: hidden;
	position: relative;
}

.post-img img {
	width:100%;
}

.blog-img-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity:0;
	text-align: center;
	background:rgba(0, 0, 0, 0.5);
}

.post-img:hover .blog-img-hover {
	opacity:1;
}

.blog-img-hover span {
	font-size: 15px;
	position: absolute;
	top: 40%;
	width: 30px;
	height: 30px;
	background: #F0353A;
	color: #FFF;
	line-height: 30px;
	border-radius: 50%;
}

.post-meta {
	margin: 10px 0px 20px;
	line-height: 20px;
	color: #999;
}

.post-meta a {
	font-size: 13px;
	color: rgb(56, 54, 54);
	font-weight: 600;
}

.post-meta a i {
	color: #383636;
	margin-right: 6px;
}

.post-description p {
	margin-bottom:25px;
}
.post-description h3 {
	text-transform: none;
	font-size: 20px;
}

.post-description h3 a {
	color:#2E343C;
}

.post-description h3 a:hover {
	color:#F0353A;
}

blockquote {
	display: block;
	padding: 20px;
	background: rgba(245, 245, 245, 0.46) none repeat scroll 0% 0%;
	margin: 25px 15px;
	font-size: 15px;
	line-height: 21px;
	text-align: justify;
	color: #929292;
	letter-spacing: 0.1px;
	border-left: 5px solid #004D98;
}

blockquote a {
	text-decoration: none;
	background: #eee;
	cursor: pointer;
	padding: 0 3px;
}

blockquote a:hover {
	color: #666;
}

blockquote em {
	font-style: italic;
}

.comments-section {
	padding:50px 0;
}

.comments-section h3 {
	margin-bottom: 35px;
	text-transform: none;
}

.comment-form input, .search-box input, .comment-form textarea {
	border:2px solid #CFCBCB;
}

.comment-form .form-control:focus , .search-box .form-control:focus{
	border:2px solid #B6DC93 !important;
}


.comment-form ::-webkit-input-placeholder, .inputs ::-webkit-input-placeholder, .input-group-form ::-webkit-input-placeholder{
 color:#5C5C5C !important;
 font-weight: 600;
 letter-spacing:1px;
}

.comment-form :-moz-placeholder, .inputs :-moz-placeholder , .input-group-form :-moz-placeholder {
 color:#5C5C5C !important;
 font-weight: 600;
 letter-spacing:1px;
}

.comment-form ::-moz-placeholder, .inputs ::-moz-placeholder, .input-group-form ::-moz-placeholder{
 color:#5C5C5C !important;
 font-weight: 600;
 letter-spacing:1px;
}

.comment-form :-ms-input-placeholder, .inputs :-ms-input-placeholder, .input-group-form :-ms-input-placeholder {
 color:#5C5C5C !important;
 font-weight: 600;
 letter-spacing:1px;
}

.comment-list {
	margin: 40px 0;
	padding-top: 20px;
}
section.innerbanner {
    background: #ccc;
    padding: 20px;
}
section.innerpages {
    padding: 30px 0;
}

.con-deatils-company ul {
    padding: 0;
    margin: 0;
    background: #004D98;
    list-style: none;
    color: #fff;
    display: flex;
}

.con-deatils-company ul li {
    padding: 10px;
    position: relative;
}
.breadcrumb ul li a {
    color: #004d98;
    font-weight: 600;
    font-size: 14px;
}
.carousel-indicators .active, .carousel-indicators li {
   
    background-color: #004d98;
}
.advslidercarousalshortdescription {
    background: #C8C1C1;
    padding: 10px;
	min-height: 188px;
}

.advslidercarousalshortdescription p {
    text-align: left;
    font-size: 12px;
    line-height: 14px;
}
.carousel-indicators {
    bottom: 0;
}
.companyenrollform {
    clear: both;
    background: #e8e8e8;
    width: 80%;
    margin: 30px auto;
    padding: 50px 20px;
    
}
.companyenrollform h2 {
    margin-bottom: 40px;
    position: relative;
	text-align: center;
}

.companyenrollform h2:first-letter {
    color: #004D98;
    font-size: 40px;
    font-weight: bold;
}

.companyenrollform h2:after {
    background: #004D98;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 100px;
    height: 2px;
    margin: auto;
    bottom: -3px;
}
.middlelisting .four-listing-section {
    display: inline-block;
    width: 49.3%;
    border: 1px solid #004c98;
    padding: 10px 10px 30px 10px;
}
.mar20{margin-top:20px;}
.filter-sec-2.company_detailsfilter {
    background: #357DED;
    padding: 20px;
    list-style: none;
}

.filter-sec-2.company_detailsfilter ul {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

.filter-sec-2.company_detailsfilter ul li {
    padding: 8px 0;
    position: relative;
    border-bottom: 1px solid #ccc;
}

.filter-sec-2.company_detailsfilter ul li:last-child {
    border: none;
    padding-bottom: 0;
}

.filter-sec-2.company_detailsfilter ul li:first-child {
    padding-top: 0;
}
.con-deatils-company-text h2 {
    font-size: 25px;
    font-weight: bold;
    margin-top: 20px;
    position: relative;
}
.locationmap {
    margin-top: 30px;
}

.locationmap h2 {
    font-weight: 600;
}
.companysub {
    padding: 50px 0;
}
.job {
    border: 1px solid #ebf0f6;
    padding: 24px 24px 16px;
    display: inline-block;
    width: 100%;
    box-shadow: 0 1px 2px 0 rgb(0 106 194 / 20%);
	margin: 10px 0;
}
.job.detailpops ul {
    display: block;
}

.job.detailpops ul li {
    padding: 5px 0;
    font-size: 14px;
}

.job.detailpops ul li span {
    color: #999;
    padding-right: 11px;
    width: 25%;
    display: inline-block;
}
h3.jobtitle {
    text-transform: capitalize;
    color: #333;
    font-size: 22px;
}
a.registerapply {
    border: 2px solid #4A90E2;
    color: #4A90E2;
    padding: 10px 20px;
    margin-right: 20px;
    font-weight: 600;
}

a.loginapply {
    background: #4A90E2;
    padding: 10px 20px;
    border: 2px solid #4A90E2;
    color: #fff;
    font-weight: bold;
}

.customapply {
    margin: 20px 0;
}

.job ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    list-style: none;
    color: #536777;
    font-size: 13px;
    padding: 10px 0;
}
.con-deatils-company-text h2:before {
    background: #357ded;
    position: absolute;
    left: 0;
    height: 2px;
    width: 50px;
    content: "";
    bottom: -6px;
}
button.accordion_2pop {
    background-color: #004d98 !important;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}
input.companysumbit {
    background: #004d98;
    border: 1px solid #ccc;
    color: #fff;
    font-size: 20px;
    border-radius: 29px;
    padding: 7px 50px;
    margin-top: 20px;
}
h3.h3pop {
    padding: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.con-deatils-company ul li:after {
    background: #fff;
    height: 16px;
    width: 1px;
    content: "";
    position: absolute;
    right: 1px;
    top: 12px;
}
.con-deatils-company-text p {
    margin-top: 20px;
}
section.innerpages {
    padding: 30px 0;
}
.comment-list h3 {
	margin-bottom: 35px;
	text-transform: none;
}

.comment-list ol {
	list-style: none;
	margin-left: 0px;
	padding: 0;
}

.comment-list ol.comment-sub {
	list-style: none;
}

li.comment .single_comment.first-comment {
	margin-top:25px;
}
.infotab ul {
    background: #FF5E14;
    padding: 0px 0;
    list-style: none;
    text-align: left;
}

.infotab ul li {
    color: #fff;
    padding: 9px 10px;
    border-bottom: 1px solid #fff;
}

.infotab ul li a {
    color: #fff;
}
h2.myaccheading {
    margin-bottom: 20px;
}
.form-pop {
    display: block;
    margin-bottom: 15px;
    clear: both;
}

li.comment .single_comment {
	padding: 20px;
	background: #FFF none repeat scroll 0% 0%;
	margin-bottom: 20px;
	box-shadow: 0px 0px 2px #ccc;
}

li.comment ol.comment-sub {
	margin-left: 65px;
}

.comment-list ol .comment-avatar {
	float: left;
	margin-right: 25px;
}

.comment-list ol .comment-avatar img {
	width:100px;
	height:100px;
	border-radius: 50%;
}

.comment-list ol .comment-content {
	overflow: hidden;
}

.comment-list ol .comment-name {
	font-weight: 700;
}

.comment-list ol .comment-name span {
	font-weight: normal;
	color: #aaa;
	margin: 0 8px;
}

.comment-list ol .comment-name a {
	font-size: 15px;
	font-weight: 600;
	color: rgb(87, 87, 87);
}

.comment-list ol .comment-name a.comment-reply {
	font-size: 13px;
	font-weight: 600;
	color: rgb(126, 193, 63);
}

.comment-list ol .comment-desc {
	font-size: 13px;
	margin-bottom: 10px;
	color: #5A5656;
	margin-top: 10px;
	font-weight: 600;
}

.widget-main {
	margin-bottom:30px;
	padding:20px 20px 10px 20px;
	border: 1px solid #EAEAEA;
}

.widget-sidebar .search-box {
	position: relative;
}

.widget-sidebar .search-box input {
	padding-left:10px;
}

.widget-sidebar .search-box i {
	position: absolute;
	right: 20px;
	top: 14px;
	font-size: 16px;
}

.post-categories ul {
	padding:0px;
	margin:0px;
}

.post-categories li {
	list-style: none;
	margin-bottom: 5px;
	border-bottom: 1px solid #f0f1f2;
	padding: 4px 0 4px 15px;
	position: relative;
}

.post-categories li:last-child {
	border-bottom:none;
	margin-bottom:0px;
}

.post-categories li a:before {
	content: "\f105";
	display: block;
	font-family: FontAwesome;
	position: absolute;
	left: -15px;
}

.post-categories a {
	position: relative;
	color: #383636;
	font-size: 13.1px;
	display: inline-block;
	width: 100%;
	letter-spacing: 0.9px;
	padding-bottom: 10px;
	line-height: 20px;
	transition: all 0.2s ease 0s;
	font-weight: 600;
}

.post-categories a:hover {
	color:#004D98;
}

.sidebar-widget {
	font-size: 11px;
	line-height: 15px;
	margin-right: 8px;
}

.sidebar-widget a {
	color: #8D8B8B;
	font-weight: 600;
	font-size: 13px;
}

.sidebar-widget a:hover {
	color:#004D98;
}

.sidebar-widget img {
	float: left;
	width: 96px;
	margin: 6px 14px 22px 0px;
}

.sidebar-widget p.date {
	color: #333;
	font-weight: 600;
	font-size: 13px;
}

.sidebar-widget p.sidebar-widget-title {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 6px;
}

.tags {
	padding: 10px 0 10px;
	display:inline-block;
}

.tags a {
	float: left;
	padding: 10px 7px;
	font-size: 13px;
	color: #504C4C;
	margin: 0px 6px 6px 0px;
	background: transparent;
	font-weight: 600;
	border: 1px solid #ccc;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

.tags a:hover {
	background:#004D98;
	color:#FFF;
	border: 1px solid #ccc;
}

.pagenation {
	padding: 40px 0 50px;
}

.pagenation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin: auto;
}

.pagenation li {
	float: left;
	margin-left: 4px;
	background: #fff;
	border: 1px solid #e4e7e8;
}

.pagenation li.active {
	border: 1px solid #F0353A;
}

.pagenation li:hover {
	border: 1px solid #F0353A;
}

.pagenation li:first-child {
	margin-left: 0;
}

.pagenation li a {
	color: #868e9c;
	font-size: 14px;
	padding: 12px 15px;
	line-height: 12px;
	display:inline-block;
	text-align: center;
	text-transform: uppercase;
}

.pagenation li.active a, .pagenation li:hover a {
	color: #F0353A;
}

/*-----------------------------------------------------------------*/
/*  Contact
/*-----------------------------------------------------------------*/

#contact {
	background:url(../images/parallax/contact.jpg) no-repeat;
}

.contact-form {
	display: block;
	padding: 0px 0px 30px 0px;
}

.contact-info {
	margin-bottom:65px;
}

.contact-info p {
    font-size: 17px;
    line-height: 13px;
    margin-bottom: 16px;
    color: #FFF;
}

footer {
	padding: 17px 0px 10px;
	background: #1C1C1C;
}

.copyright {
	margin-top: 15px;
}

.copyright p{
	color:#CCC;
}

.social-icons {
	width: 100%;
	display: block;
	overflow: hidden;
	text-align:right;
}

.social-icons ul {
	margin:0px;
	padding:0px;
}

.social-icons ul li {
	list-style:none;
	display:inline-block;
}

.social-icons ul li a {
	color: #A7A4A4;
	margin-right:10px;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	position: relative;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.social-icons ul li a:hover {
	color:#FFF;
}
.horizontalscreen.four-listing-section {
	display: inline-block;
    width: 100%;
    min-height: auto;
    position: relative;

}
.horizontalscreen.four-listing-section:after{left:50%;}
 @media (min-width: 992px) and (max-width: 1024px) {
	 
.navbar-right {
	float:none !important;
}

}

 @media (min-width: 768px) and (max-width: 992px) {
	 
 .thumnail-img {
	width:50%;
}

}

 @media (max-width: 768px) {
	 
 .thumnail-img {
	width:50%;
}

}

 @media (max-width: 550px) {
	 
.thumnail-img {
	width:100%;
}

}


 @media (max-width:480px) {
	 
.big {
    font-size: 35px;
    line-height: 52px;
}

.small {
    font-size: 19px;
}

}

 @media (min-width: 992px) {
	 
 #main-menu.collapse {
 display: block !important;
}

}

 @media (max-width: 992px) {

#main-menu {
	background:#202020;
}
	 
 .navbar-right {
 float:none !important;
 margin-right:0px !important;
}

 .clear-toggle {
 display:block;
}

 .navbar-toggle {
 display: block !important;
}

 #main-menu ul li {
 display: block;
 text-align: left;
}

#main-menu ul li a {
    line-height: 23px;
    display: inherit;
    border-bottom: 1px solid #2C2C2C;
    padding: 5px 20px;
	background:transparent;
}

#main-menu ul li a:hover, #main-menu ul li.active a {
	background:#2C2C2C !important;
	color:#FFF;
}

#main-menu ul li.active > a {
    box-shadow: none !important;
}


}
.navbar-right {
    float: none !important;
}
header#header {
    background: #004d98;
}
.top-right a.login {
    background: #ff5e14;
    color: #Fff;
    padding: 5px 20px;
    border-radius: 5px;
    margin-right: 15px;
}
.top-right a.signup {
    background: #357ded;
    color: #Fff;
    padding: 5px 20px;
    border-radius: 5px;
    margin-right: 20px;
}
header#header .logo {
    margin-top: 10px;
}
header#header .top-right {
    display: flex;
    align-items: center;
    margin-top: 25px;
    justify-content: end;
}
header#header .top-right i {
    font-family: 'FontAwesome';
    font-style: normal;
    padding: 0px 10px;
    color: #fff;
    font-size: 15px;
}
i.fab.fa-linkedin-in:after {
    content: "\f0e1";
}
.lacation-map {
    position: relative;
}
.lacation-map p {
    position: absolute;
    top: 50%;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.lacation-map iframe {
    opacity: .3;
}
.quick-search h2 {
    font-weight: 600;
    position: relative;
    font-size: 25px;
}
.quick-search h2:after {
    content: "";
    position: absolute;
    background: #a9abae;
    width: 50px;
        right: 0;
    height: 2px;
    top: 50%;
}
div#accordion {
    background: #ff5e14;
}
.sectionfilone div#accordion{min-height: 370px;}
.four-listing-section span:after {
       content: "";
    position: absolute;
    background-image: url(../images/loremicon.png);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    left: -19px;
    top: 0px;
}
.four-listing-section span.second:after
{	content: "";
    position: absolute;
    background-image: url(../images/globe-pop.png);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    left: -19px;
    top: 3px;
}
.four-listing-section span {
    position: relative;
        margin-left: 21px;
    font-size: 13px;
    font-weight: 600;
	display: block;
    margin-bottom: 10px;
    word-break: break-word;
}
.four-listing-section h6 {
    font-size: 15px;
    font-weight: 600;
    color: #4d4f50 !important;
    text-transform: capitalize;
    margin-top: 20px;
	min-height: 30px;
}
.four-listing-section p {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}
.four-listing-section {
	margin: 3px;
    margin-bottom: 50px;
    position: relative;
	
}
.four-listing-section:after {
    content: "\f105";
    position: absolute;
    font-family: 'FontAwesome';
    bottom: -15px;
    left: 40%;
    font-size: 30px;
    color: #fff;
    background: #004d98;
    padding: 10px;
    border-radius: 50%;
    line-height: 10px;
}
section.section_2 {
    margin-top: 50px;
}
.section_3 {
    background-image: url(../images/job-seekar.png);
    padding: 50px 0px;
        margin-top: 50px;
        background-repeat: no-repeat;
    background-size: cover;
}
.job-seekar h2 {
    color: #fff;
    font-weight: 600;
}
.job-seekar p {
    color: #fff;
    font-size: 15px;
}
.job-seekar-bottom {
    /*background: #c6cad0;*/
        padding: 15px 0px 50px 15px;
        position: relative;
            background-color: rgb(198 202 208 / 70%);
}
.job-seekar-bottom p {
    color: #000;
    font-size: 18px;
}
.job-seeker-btn a {
    background: #004d98;
    border-radius: 5px;
    padding: 15px 50px;
    color: #fff;
    text-transform: capitalize;
}
.job-seeker-btn {
    margin-top: 40px;
}
.job-seekar-bottom:after {
    content: "";
    position: absolute;
    background-image: url(../images/jop-seekar-after.png);
    width: 100px;
    height: 190px;
    right: -68px;
    top: -17px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.job-seeker-btn a:nth-child(2) {
    margin-left: 20px;
}
section.section_4 {
    margin-top: 50px;
}
section.section_4 h2 {
    text-align: center;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 50px;
    color: #656768;
        margin-bottom: 50px;
}
section.section_4 h2 span {
    font-size: 30px;
}
.how-it-works {
    text-align: center;
}
.how-it-works img {
    background: #cecfd0;
    width: 40%;
    padding: 25px;
    border-radius: 50%;
}
.how-it-works p {
    color: #004c98;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 20px;
}
section.section_5 {
    background-image: url(../images/our_testimonial.jpg);
        padding: 50px 0px;
    background-size: cover;
    background-repeat: no-repeat;
        margin-top: 50px;
}
.testimonial h2 {
    color: #fff;
    font-weight: 600;
    position: relative;
}
.testimonial img {
    margin-top: 50px;
    width: 6%;
        margin-bottom: 30px;
}
.testimonial p {
    color: #fff;
    font-size: 14px;
        margin: 0;
}
.testimonial p strong {
    color: #f5daa1;
    font-size: 18px;
}
.testimonial p:nth-child(3) {
      margin-top: 30px;
}
.testimonial p span {
    color: #f5daa1;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
.testimonial h2:after {
    content: "";
    /*background-image: url(../images/preffered.png);*/
    position: absolute;
    left: 7px;
    top: -7px;
    width: 150px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-featured {
    display: flex;
    align-items: center;
        border: 1px solid #939191;
            margin-bottom: 20px;
}
.main-featured-text h2 {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}
.main-featured-text p {
    font-weight: 500;
    margin: 5px auto;
    font-size: 13px;
    line-height: 17px;
}
.main-featured-text span {
    font-size: 13px;
    position: relative;
    margin-left: 20px;
}
.main-featured-text span:after {
    content: "";
    position: absolute;
    background-image: url(../images/bluedil.png);
    width: 15px;
    height: 12px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    left: -20px;
    top: 2px;
}
.main-featured-img img {
    width: 95%;
}
.section_6 h2.featured {
    font-size: 40px;
    font-weight: 600;
    margin: 50px auto;
    text-align: center;
    position: relative;
}
.section_6 h2.featured:after {
    content: "";
    position: absolute;
    background-image: url(../images/popular.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 27%;
    height: 50px;
    left: 37%;
    top: -6px;
}
.section_6 {
    margin-top: 50px;
}
.section_7 h2.featured {
    font-size: 40px;
    font-weight: 600;
    margin: 50px auto;
    text-align: center;
    position: relative;
}
.section_7 h2.featured:after {
    content: "";
    position: absolute;
    background-image: url(../images/preffered.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 35%;
    height: 50px;
    left: 33%;
    top: -6px;
}
.section_7 {
    margin-top: 50px;
}
.section_8 {
    margin-top: 100px;
    background: #004c98;
    padding: 50px 0px;
}
.footer-about h2, .footer-navigation h2, .transport-office h2, .working-hours h2, .footer-navigation-2 h2 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}
.footer-about p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
    line-height: 20px;
}
.footer-navigation li, .footer-navigation-2 li {
    list-style: none;
    padding: 2px 0px;
    line-height:30px;
}

.footer-navigation li a, .footer-navigation-2 li a {
    color: #fff;
    text-transform: capitalize;
}
.footer-navigation-2 h2 {
    visibility: hidden;
}
.transport-sub i {
    font-family: 'FontAwesome';
    font-style: normal;
    color: #fff;
    font-size: 15px;
        margin-right: 10px;
            line-height: inherit;
}
.transport-sub {
    display: flex;
    flex-wrap: wrap;
}
.footer-navigation.footer-about ul {
    column-count: 1;
}
p.sm {
    font-size: 11px;
    margin-top: -20px;
    margin-left: 30px;
}
a.pplog {color: #fff;margin-top: 13px;display: inline-block;}
.transport-sub p {
    color: #fff;
        margin-bottom: 20px;
            line-height: 20px;
}
.working-hours-timing {
    display: flex;
        justify-content: space-between;
}
.working-hours-timing p {
    color: #fff !IMPORTANT;
    margin-bottom: 0px;
}
.working-hours p {
    color: #fff;
        line-height: 20px;
}
.bottom-footer p {
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
}
.bottom-footer {
    background: #ff5e14;
}
.footer-about img {
    margin-bottom: 15px;
}
.footer-navigation ul {
    padding-left: 0;
    column-count: 2;
}
.footer-about img {
    width: 200px;
}

section.myaccount {
    padding: 100px 0 0;
}

.my-acc-inner {
    background: #eee;
    padding: 20px;
    margin: 15px 0;
}
.my-icon i {
    font-size: 35px;
    margin-bottom: 20px;
}
@media(max-width: 320px){
	.section_6 h2.featured:after {
    width: 96%;
    height: 100%;
    left: 5px;
    top: 0px;
}
.section_7 h2.featured:after {
    width: 100%;
    height: 40px;
    left: 0;
    top: 0px;
}
}
@media (min-width: 321px) and (max-width: 374px){
	.section_6 h2.featured:after {
    width: 100%;
    height: 58px;
    left: 0%;
    top: -7px;
}
}

@media (min-width: 375px) and (max-width: 424px){
	.section_6 h2.featured:after {
    width: 100%;
    height: 60px;
    left: 0%;
    top: -13px;
}
.job-seeker-btn a {
    padding: 15px 40px;
}
.section_7 h2.featured:after {
    width: 100%;
    height: 50px;
    left: 0;
    top: -6px;
}
}

@media (min-width: 425px) and (max-width: 767px){
	.section_6 h2.featured:after {
    width: 100%;
    height: 65px;
    left: 0%;
    top: -13px;
}
.section_7 h2.featured:after {
    width: 100%;
    height: 55px;
    left: 0;
    top: -6px;
}
}


@media (max-width: 767px) {
	section.section_1 {
    margin-top: 175px;
}
	  body .middleimage .bl1 h3 {
    font-size: 20px !important;
    padding: 0px !important;
    margin: 0px !IMPORTANT;
}
.brands-logos {
    text-align: center;
    padding: 20px 0px;
}
.footer-navigation, .transport-office, .working-hours {
    margin-top: 30px;
}
.navbar-toggle {
    position: absolute;
    right: 15px;
    top: -145px;
}
.logo img {
    width: 90%;
}
.job-seekar-bottom {
    width: 81%;
}
.job-seeker-btn a:nth-child(2) {
    margin-left: 0px;
    line-height: 100px;
}
.top-right a.signup {
    margin-right: 0px;
}
header#header .top-right i {
    padding: 0px 7px;
}
.four-listing-section {
    display: block;
    width: 100%;
}
.testimonial img {
    width: 25%;
}
}

@media (min-width: 768px) and (max-width: 1023px){
	section.section_1 {
    margin-top: 180px;
}
.navbar-toggle {
    top: -150px !important;
}
.section_1_img img {
    width: 100%;
}
.job-seekar-bottom {
    width: 90%;
}
.section_6 h2.featured:after {
    width: 50%;
    height: 55px;
    left: 26%;
    top: -6px;
}
.featured-main-img img {
    width: 100%;
}
.section_7 h2.featured:after {
    width: 50%;
    height: 50px;
    left: 24%;
    top: -5px;
}
.footer-navigation, .transport-office, .working-hours {
    margin-top: 30px;
}
.how-it-works img {
    width: 60%;
}
.filter-sec h2:after {
    width: 30px;
    height: 2px;
}
}

@media (min-width: 1024px) and (max-width: 1199px){
	.section_7 h2.featured:after {
    width: 40%;
    height: 50px;
    left: 29%;
    top: -6px;
}
	.middleimage .bl1 h3 {
    margin: 0px !IMPORTANT;
}
.footer-navigation-2 h2 {
    font-size: 10px;
}
.section_6 h2.featured:after {
    width: 40%;
    height: 60px;
    left: 30%;
    top: -9px;
}
.quick-search h2:after {
    width: 15px;
}
}


header#header.sticky div#main-menu {
    background: #004d98;
}
header#header.sticky div#main-menu {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 9;
    top: 0;
    padding: 10px 170px 10px 174px;
    transition: all .4s;
    display: flex;
}
.testimonial .carousel-control.left, .testimonial .carousel-control.right {
    background-image: none;
}

.testimonial .carousel-control {
    text-shadow: none;
}

.register_tab .tablink {
  background-color: #8e94fb;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 25%;
}

.register_tab .tablink:hover {
  background-color: #8e94fb;
}

/* Style the tab content (and add height:100% for full page content) */
.register_tab .tabcontent {
  color: white;
  display: none;
  padding: 100px 20px;
  height: 100%;
}

/*#Home {background-color: red;}
#News {background-color: green;}
#Contact {background-color: blue;}
#About {background-color: orange;}*/

.register_tab .box-form {
    width: 100%;
}
form.register_form input {
    border: 1px solid #B0B3B9 !important;
}
form.register_form input {
    border: 1px solid #B0B3B9 !important;
    margin-bottom: 20px;
    color: #000;
}
input#html, input#css, input#javascript, input#vehicle1 {
    width: auto !important;
}
label {
    color: #B0B3B9;
}
.box-form.register_form_sec button.register {
    width: 100%;
    margin-top: 30px;
}
form.register_form input::placeholder {
    color: #B0B3B9 !important;
}
.box-form .left .overlay {
    background: #004d98;
}
.box-form .left .overlay p {
    color: #fff;
}
.box-form .right button {
    box-shadow: 0px 4px 20px 0px #357ded;
    background-image: linear-gradient( 
135deg
 , #357ded 10%, #357ded 100%);
}
.register_tab .tablink {
    background-color: #357ded;
}
.register_tab .tablink:hover {
    background-color: #357ded;
}
.box-form.register_form_sec {
    margin-top: 60px;
}
section.innerbanner {
   background-color: rgb(198 202 208 / 70%);
}
.box-form .left .overlay span a:last-child {
    background: #357ded;
}
.box-form .left .overlay span a {
    padding: 7px 40px;
}
.box-form .left .overlay span a i {
    font-size: 20px;
}
.box-form .left .overlay span a i:last-child {
    margin-right: 5px;
}
a.google_email {
background: #357ded !important;
}
a.google_email img {
    width: 13%;
    margin-right: 5px;
}
a.google_email {
    width: 38%;
}
.box-form {
    width: 100% !important;
}


@media(max-width: 767px){
	.box-form {
    display: block;
}
.job ul {
    display: block !important;
}
.job ul li {
    padding: 5px 0px !important;
}
.job h3 {
    font-size: 22px;
}
.job ul li i {
    margin-right: 5px;
}
p.login-text {
    margin: 20px auto !important;
    width: 100% !important;
    padding: 20px !important;
}
.box-form .left {
    display: block;
        width: 100%;
}
.box-form .left .overlay {
    position: relative;
}
a.google_email {
    width: 100%;
}
.box-form .left .overlay span a:last-child {
    margin-left: 0;
}
.box-form .left .overlay {
    text-align: center;
}
.box-form .right .remember-me--forget-password {
    display: inline-block;
}
.con-deatils-company ul {
    display: block;
}
.advslider {
    margin-bottom: 20px;
}
.customapply {
    display: flex;
    align-items: center;
    text-align: center;
}
}

 @media (min-width: 768px) and (max-width: 1023px){
 	.box-form .left .overlay span a:last-child {
    margin-left: 15px;
}
p.login-text {
    margin: 20px auto !important;
    width: 100% !important;
    padding: 20px !important;
}
.advslider {
    margin-bottom: 20px;
}
.box-form .left .overlay span a {
    padding: 7px 32px;
}
a.google_email {
    width: 66%;
}
a.google_email img {
    width: 10%;
}
.box-form .left .overlay span a i {
    font-size: 15px;
}
 }
 @media (min-width: 1024px) and (max-width: 1199px){
 	a.google_email {
    width: 48%;
}
.advslider {
    margin-bottom: 20px;
}
 }
 p.login-text {
    margin: 50px auto;
    text-align: center;
    width: 50%;
    border: 1px solid #ccc;
    padding: 40px;
}
.warehouseaddress {
    border: 1px solid #ccc;
    padding: 15px;
}

.warehouseaddress p {
    margin-bottom: 0;
}
section.section_1 {
    margin-top: 30px;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0%;
}
.compant-image {
    width: 100%;
    margin: auto;
}
a.left.carousel-control {
    left: 20px;
}
a.right.carousel-control {
    right: 20px;
}
.compant-image img {
    width: 100%;
}
button#homeSearch {
    width: 100%;
    margin-top: 10px;
    background: #FF6B27;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.filter-sec button#clearFilter {
    background: transparent !important;
    color: #212121;
    border: none;
    font-weight: 300;
    font-size: 11px;
}
#map {
    height: 405px !important;
    margin-top: 15px;
}
button.ms-choice {
    border: none;
}
a#addWareHousing {
    float: right;
}
.profiledp .table-responsive {
    padding: 0 15px;
}
a.btn.btn-danger.change-status {
    color: #fff;
}
div#DataTables_Table_0_paginate a {
    padding: 5px;
}
a.paginate_button.current {
    background: #FF5E14 !important;
    color: #fff !important;
    line-height: 10px;
}
.heading.warehouseheading {
    margin: 50px 0;
}

.heading.warehouseheading h2 {position: relative;}
 .heading.warehouseheading h2:before{
   background: #357ded;
    position: absolute;
    left: 0;
    height: 2px;
    width: 50px;
    content: "";
    bottom: -6px;
}
.compant-image.warepop a.left.carousel-control {
    left: 30px;
}
.compant-image.warepop a.right.carousel-control {
    right: 30px;
}
.compant-image.warepop {
    width: 100%;
}
div#st-1 {
    margin: 20px 0;
}
.four-listing-section p {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    min-height: 65px;
    overflow: hidden;
}
select#filter_type {
    background: transparent;
    padding: 0;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff;
	padding: 15px 0px;
	height: auto;
	font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.form-control:focus{box-shadow: none;}
.middleimage{ display: flex;
    align-items: center; background: url(../images/our_testimonial.jpg); padding: 20px 30px; position: relative; min-height: 406px;}
.bl1 {
	width: 100%;
    display: block;
    padding: 10px;
    color: #fff;
    text-align: left;
    vertical-align: top;
    position: relative;
}
.bl1 center a {
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 20px;
    margin-top: 20px;
    display: inline-block;
}
.quick-search option {
    color: #000;
}
.bl1 h3 {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
}

.bl1 p {
    color: #fff;
    text-align: left;
    line-height: initial;
    font-size: 14px;
}
.middleimage:before {
    background: rgba(0,0,0,0.5);
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
}
.testimonial .compant-image img {
    max-width: 100%;
    width: auto;
}
.blog-pop h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}
/* a.readmore{
    background: #FF5E14;
    padding: 10px 20px;
    color: #fff;
    border-radius: 20px;
    display: inline-block;
} */
.blog-pop {
	padding: 10px;
    background: #FEFDFD;
    border: 1px solid #F6F3F3;
    margin-bottom: 30px;
    box-shadow: 0px 0px 2px 1px rgb(216 213 213 / 14%)
}
.middleimagetransport {
    background: url(../images/transport-image.png);
    padding: 240px 17px 0px 0px;
    /* width: 100%; */
    background-repeat: no-repeat;
    background-size: auto;
}
.middleimage.roadtransportmiddle {
    /* background: url(../images/mapwarehouse.PNG); */
    padding: 50px;
    position: relative;
	min-height: 405px;
	background: none;
	display: inline;
}
.middleimage.roadtransportmiddle:before {
    background: none;
}

.job.jobmain {
    box-shadow: none;
    border: none;
    padding: 0;
}
div#comment {
    display: none;
}
ul.tag-info.list-inline li:last-child {
    display: none;
}
.four-listing-section img {
    width: 100%;
}
.filter-sec-2.company_detailsfilter ul li a {
    color: #fff;
}
.backgrey {
    background: #f2f2f2;
    display: inline-block;
    width: 100%;
}
ul.tag-info.list-inline {
    padding: 10px 0;
    display: flex;
    align-items: center;
}
.modal-body p {
    color: #212121;
}

.modal-body p span {
    display: block;
    font-style: italic;
    margin-top: 20px;
}
@media (max-width:767px){
    .four-listing-section img {
    width: 100%;
    height: auto;
}
section, header, footer {
    overflow-x: hidden;
}
header#header .top-right{
    flex-wrap: wrap;
    justify-content: center;
}
    .top-right a.login{margin:5px;padding:5px 10px;}
    .top-right a.signup{padding:5px 10px;margin:5px;}
	ul.tag-info.list-inline {
		padding: 10px 0;
		display: block;
		align-items: center;
	}
	.embed-responsive-16by9 {
		padding-bottom: 56.25%;
		background-size: cover;
	}
}
.succesfulpopinner {
    text-align: center;
    padding: 30px;
    width: 50%;
    margin: auto;
    border: 1px solid #eee;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 1px 2px 12px 1px rgb(0 0 0 / 30%);
    position: relative;
}
.succ {
    background: #8bc752;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 30px;
    border-radius: 53px;
    padding: 3px;
    position: absolute;
    top: -27px;
    left: 0;
    right: 0;
    margin: auto;
}
.failed {
    background: #db1f1f;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 30px;
    border-radius: 53px;
    padding: 3px;
    position: absolute;
    top: -27px;
    left: 0;
    right: 0;
    margin: auto;
}
.newabtn {
  background-color: #004A7F;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
/*  font-family: Arial;*/
  font-size: 20px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing {
  0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}


body font {
    background: none !important;
    box-shadow: none !important;
}
.dlanding {
    background: #ff5e14;
    padding: 20px;
    min-height: 392px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.dlanding h2 {
    text-align: center;
    color: #fff;
}

.dlanding h2:after {
    display: none;
}
.dlanding h3 {
    font-size: 16px;
    text-align: center;
    color: #fff;
    text-transform: initial;
}

a.searchbtn {
    text-align: center;
    display: inline-block;
    background: #004d98;
    color: #fff;
    padding: 10px 31px;
    border-radius: 22px;
    margin: auto;
}
section.landing-two {
    padding: 60px 0;
}

.detailslan p {
    font-size: 18px;
    line-height: 35px;
}

section.landing-two .detailslan {
    align-items: center;
    display: flex;
}
section.section-3odd{margin:60px 0; background:#004c98;}
/*section.section-3odd:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    background: url(../images/back.jpg);*/
/*    left: 0;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    height: 100%;*/
/*    width: 50%;*/
/*}*/
/*section.section-3odd:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    background: #004c98;*/
/*    right: 0;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    height: 100%;*/
/*    width: 50%;*/
/*}*/
.section-3odd .row {
    margin: 0;
}

.oddimage img {
    width: 100%;
}
.nopad{padding:0;}
.stdetails {
    position: relative;
    z-index: 9;
    padding:20px 0;
}

.stdetails h3 {
    color: #ffff;
    margin-bottom: 37px;
}
section.section-3odd .row {
    display: flex;
    align-items: center;
}
.stdetails p {
    color: #fff;
    font-size: 18px;
}

.stdetails p span {
    display: block;
    margin-top: 20px;
    font-size: 22px;
}

.stdetails .searchbtn {
    background: #ff5e14;
}
.banner-caption {
    position: absolute;
    top: 30%;
}
.landing_section .carousel-inner .item img {
    height: 171px;
    margin: auto;
}
.banner-caption h2 {
    color: #fff;
    font-size: 45px;
    margin-bottom: 15px;
    font-weight: 700;
}
.advslider .mySwiper .swiper-slide-active img {
    height: 202px;
    object-fit: cover;
    width: 100%;
}

.advslider .mySwiper .swiper-slide-active .advslidercarousalshortdescription {
    min-height: 190px;
}
.banner-caption p {
    color: #fff;
    font-size: 25px;
    margin-bottom: 25px;
}
.landingtext {
    width: 85%;
    margin: auto;
    text-align: center;
}
.landingtext h2{}
.banner-caption .searchbtn:nth-child(1){background:#ff5e14;}
section.landingpage-banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
}
section.landingpage-banner img {
    width: 100%;
    min-height: 350px;
    object-fit: cover;
}
@media (max-width:767px){
    .landingtext {
    width: 100%;
    }
    section.section-3odd .row {
    display: block;
    }
    section.section-3odd:after {
    content: "";
    position: absolute;
    background: #004c98;
    right: 0;
    top: auto;
    bottom: 0;
    height: 50%;
    width: 1000%;
}
section.landing-two .detailslan {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.banner-caption h2 {
    color: #fff;
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 700;
}
.banner-caption a.searchbtn {
    text-align: center;
    display: inline-block;
    background: #004d98;
    color: #fff;
    padding: 10px 20px;
    border-radius: 22px;
    margin: auto;
}
.four-listing-section {
    margin: 20px 0px;
}
.banner-caption p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
}
section.landingpage-banner img {
    height: 250px;
    object-fit: cover;
}
}



span.input-group-addon.bg-primary.searchbtnHome {
    cursor: pointer;
}

.roadtransportmiddle .bl1{display:none;}