/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url("../fonts/fa-solid-900.eot");
	src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}
@font-face {
	font-family: 'Font Awesome 5 Brands';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url("../fonts/fa-brands-400.eot");
	src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}
a[href^=tel] {
	color: inherit;
	text-decoration: none;
}
::selection {
	color: #fff;
	background: #00c2e5;
}
::-moz-selection {
	color:#fff;
	background:#00c2e5;
}
body {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 22px;
	color: #1b1c1f;
	background-color: inherit;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
	font-family: 'Poppins', sans-serif;
	color: #31363c;
}
h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 4.5rem;
	line-height: 70px;
	color: #31363c;
	margin-bottom: 30px;
}
h1 span{
	color: #44b85b;
	border-bottom: solid 2px #44b85b;
	display: inline-block;
}
h2 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size:2.625rem;
	line-height:48px;
	color: #002144;
	padding: 0;
	margin: 0;
}

h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1.5rem;
	line-height: 50px;
	color: #31363c;
	background-color: inherit;
	padding: 0;
	margin: 0 0 0 0;
}
h4 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1.75rem;
	line-height: 30px;
	color: #31363c;
	background-color: inherit;
	padding: 0;
	margin: 0;
}
h4 span {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #31363c;
}
h5 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 21px;
	line-height: 30px;
	color: #31363c;
	background-color: inherit;
	text-transform:uppercase;
	padding: 0;
	margin: 0 0 2px 0;
}
h6 {
	font-size: 22px;
	line-height: 26px;
	color: #31363c;
	padding: 0;
	margin: 0;
}
b{
	color: #44b85b;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 0.03em;
}
p {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #31363c;
	font-size: 17px;
	line-height: 27px;
	padding: 0;
	margin: 0;
}
p a {
	color: #44b85b;
}
p a:hover {
	color: #44b85b;
}
a {
    color: #44b85b;
    text-decoration: none;
    background-color: transparent;
}
.btn {
	border: none;
}
.btn-primary {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 14px;
	color: #fff;
	background-color: #44b85b;
	text-transform:uppercase;
	letter-spacing: 1px;
	transition: 0.5s;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: none;
	padding: 18px 35px;
	margin: 0;
	-webkit-box-shadow: -1px 7px 15px 0px rgba(163,42,57,0.23);
	-moz-box-shadow: -1px 7px 15px 0px rgba(163,42,57,0.23);
	box-shadow: -1px 7px 15px 0px rgba(163,42,57,0.23);
}
.btn-primary:focus {
	color: #fff !important;
	background-color: #44b85b;
	border: none !important;
	outline: none !important;
	-webkit-box-shadow: -1px 7px 15px 0px rgba(163,42,57,0.23);
	-moz-box-shadow: -1px 7px 15px 0px rgba(163,42,57,0.23);
	box-shadow: -1px 7px 15px 0px rgba(163,42,57,0.23);
}
.btn-primary:visited {
	color: #fff !important;
	background-color: #44b85b;
	border: none !important;
	outline: none !important;
	-webkit-box-shadow: -1px 7px 15px 0px rgba(163,42,57,0.23);
	-moz-box-shadow: -1px 7px 15px 0px rgba(163,42,57,0.23);
	box-shadow: -1px 7px 15px 0px rgba(163,42,57,0.23);
}
.btn-primary:hover {
	color: #fff !important;
	background-color: #44b85b;
	outline: none !important;
	border: none !important;
}
.btn-primary svg{
	float: right;
	margin-top: 4px;
	margin-left: 10px;
}

.btn-secondary2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 14px;
	line-height: 18px;
	color: #0d3f60!important;
	background-color: inherit!important;
	text-transform:uppercase;
	letter-spacing: 1px;
	transition: 0.5s;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 2px solid #0d3f60 !important;
	padding: 14px 24px;
	margin: 0;
}
.btn-secondary2:focus {
	color: #0d3f60!important;
	background-color: inherit!important;
	border: 2px solid #0d3f60;
	outline: none !important;
	-webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(0,0,0,0) !important;
	box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(0,0,0,0) !important;
}
.btn-secondary2:visited {
	background-color: inherit!important;
	border: 2px solid #0d3f60 !important;
	outline: none !important;
	-webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(0,0,0,0) !important;
	box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(0,0,0,0) !important;
}
.btn-secondary2:hover {
	color: #FFFFFF!important;
	background-color: #57a7b2!important;
	outline: none !important;
	border: 2px solid #57a7b2 !important;
}
/**/
.btn-secondary {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 14px;
	line-height: 18px;
	color: #fff!important;
	background-color: inherit!important;
	text-transform:uppercase;
	letter-spacing: 1px;
	transition: 0.5s;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 2px solid #fff !important;
	padding: 14px 24px;
	margin: 0;
}
.btn-secondary:focus {
	color: #fff!important;
	background-color: inherit!important;
	border: 2px solid #fff;
	outline: none !important;
	-webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(0,0,0,0) !important;
	box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(0,0,0,0) !important;
}
.btn-secondary:visited {
	background-color: inherit!important;
	border: 2px solid #fff !important;
	outline: none !important;
	-webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(0,0,0,0) !important;
	box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(0,0,0,0) !important;
}
.btn-secondary:hover {
	color: #002144!important;
	background-color: #fff!important;
	outline: none !important;
	border: 2px solid #fff !important;
}
a {
	text-decoration: none;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
a:focus, a:hover {
	text-decoration: none !important;
	outline: none !important;
}
button:focus {
	outline: none !important;
	outline: 0px auto -webkit-focus-ring-color !important;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	padding: 0 0px;
	margin: 0 0 0 0;
	height: auto;

	/*  transition: all 0.5s;*/
	z-index: 9;
	display: flex;
	background-color: #d1d2d2;
}
#header #logo {
	float: left;
	margin-top: 10px;
}

#header #logo h1 {
	font-size: 36px;
	margin: -4px 0 0 0;
	padding: 0;
	line-height: 1;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	letter-spacing: 3px;
	text-transform: uppercase;
}
#header #logo h1 a, #header #logo h1 a:hover {
	color: #fff;
}

@media (max-width: 768px) {
#header #logo h1 {
	font-size: 28px;
	margin-top: 0;
}
#header #logo img {
	max-height: 40px;
}
}
/*#header.header-fixed {
  background: linear-gradient(45deg, #1de099, #1dc8cd);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}*/

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */

#navbg {
    margin-top: 0; 
}
.nav-sec {
	width:100%;
	margin-top: 99px;
}
/*.nav-sec .container {
	max-width:1195px;
}*/

.nav-menu, .nav-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}
.nav-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.nav-menu li {
	position: relative;
	white-space: nowrap;
}
.nav-menu > li {
	float: left;
}
.nav-menu li:hover > ul, .nav-menu li.sfHover > ul {
	display: block;
	margin-left: 0;
}
.nav-menu ul li:hover > ul{
	display: block;
	margin-left: 10px;
}
.nav-menu ul ul {
	top: 0;
	left: 100%;
}
.nav-menu ul li {
	min-width: 180px;
}
/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
	padding-right: 15px;
}
.sf-arrows .sf-with-ul:after {
	content: "\f107";
	position: absolute;
	right: 1px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
}
.sf-arrows ul .sf-with-ul:after {
	content: "\f105";
}
/* Nav Meu Container */
#nav-menu-container {
	float: right;
	margin: 0;
	position: relative;
	padding:0;
	margin-right: 45px;
}

 @media (max-width: 768px) {
#nav-menu-container {
	display: none;
}
}
/* Nav Meu Styling */
.nav-menu a {
	padding: 0 10px;
	text-decoration: none;
	display: inline-block;
	color: #0d3f60;
	font-style:normal;
	font-weight:500;
	font-size: 15px;
	line-height: 76px;
	text-transform: uppercase;
	outline: none;
	letter-spacing: 0.05em;
	border-bottom: solid 4px #002144;

}
.nav-menu a:hover {
	color: #57a7b2;
	border-bottom: solid 4px #44b85b;
}
.nav-menu li:hover > a {
	color: #57a7b2;
	border-bottom: solid 4px #44b85b;
}
/*.nav-menu > li:last-child  a {
    padding-left:20px;
	padding-right:0px;
}*/
.nav-menu > li {
	margin-left: 25px;
}
.nav-menu ul {
	margin: 0 0 0 0;
	padding: 10px;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	background: #0d3f60;
	margin-left: 0;
}
.nav-menu ul li {
	transition: 0.3s;
}
.nav-menu ul li a {
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 400;
	padding: 4px;
	color: #fff;
	transition: 0.3s;
	display: block;
	font-size: 15px;
	line-height: 22px;
	text-transform: none;
	width: 100%;
	border-bottom: 0px !important;
}
.nav-menu ul li:last-child a {
	border-bottom:0px;	
}
.nav-menu ul li:hover > a {
	color: #c3ecaf;
}
.nav-menu ul ul {
	margin: 0;
}
/* Mobile Nav Toggle */
#mobile-nav-toggle {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
	margin: 20px 20px 0 0;
	border: 0;
	background: none;
	font-size: 24px;
	display: none;
	transition: all 0.4s;
	outline: none;
	cursor: pointer;
}
#mobile-nav-toggle i {
	color: #fff;
}
#mobile-nav-toggle i.fa.fa-times {
	color: #fff;
}
@media (max-width: 767px) {
#mobile-nav-toggle {
	display: inline;
}
}
/* Mobile Nav Styling */
#mobile-nav {
	position: fixed;
	top: 0;
	padding-top: 18px;
	bottom: 0;
	z-index: 9999;
	background: #0d3f60;
	left: -260px;
	width: 260px;
	overflow-y: auto;
	transition: 0.4s;
}
#mobile-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#mobile-nav ul li {
	position: relative;
}
#mobile-nav ul li a {
	color: #fff;
	font-size: 18px;
	overflow: hidden;
	padding: 10px 22px 6px 15px;
	position: relative;
	text-decoration: none;
	width: 100%;
	display: block;
	outline: none;
	text-transform: uppercase;
}
#mobile-nav ul li a:hover {
	color: #fff;
}
#mobile-nav ul li li {
	padding-left: 30px;
	font-size:14px;
}
/*#mobile-nav ul li li:last-child {
	border-bottom: 0px;
}*/
#mobile-nav ul li li a {
	color: #e8ff0f;
	padding: 10px 22px 0px 15px;
}

#mobile-nav ul .menu-has-children i {
	position: absolute;
	right: 0;
	z-index: 99;
	padding: 15px;
	cursor: pointer;
	color: #fff;
}
#mobile-nav ul .menu-has-children i.fa-chevron-up {
	color: #fff;
}
#mobile-nav ul .menu-item-active {
	color: #fff;
}
#mobile-body-overly {
	width: 100%;
	height: 100%;
	z-index: 997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(52, 59, 64, 0.9);
	display: none;
}
/* Mobile Nav body classes */
body.mobile-nav-active {
	overflow: hidden;
}
body.mobile-nav-active #mobile-nav {
	left: 0;
}
body.mobile-nav-active #mobile-nav-toggle {
	color: #fff;
}



#header #hright {
	float: right;
	margin-left: 0;
}
#header .btn-secondary{
	margin-top: 15px;
	float: right;
}
#header .btn-secondary2{
	margin-top: 15px;
	float: right;
}
.cart{
	width: 50px;
	height: 50px;
	background-color: #0d3f60;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	margin-top: 15px;
	float: right;
	display: flex;
	justify-content: center;
	 align-items: center;
	 margin-right: 30px;
	 cursor: pointer;
}
.cart i{
	color: #fff;
}


/* ============ header title =========== */
.home-banner {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	background: url(../images/slider.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: calc(100vh - 80px);
}
.home-banner .row{
	height: 100%;
}
.banner-caption{
	display: flex;
	flex-direction: column;
	height: 100%;
	align-items: center;
	justify-content: center;
}
.banner-caption h1{
	color: #fff;
	margin-bottom: 4rem;
	margin-top: -10px;
}

.home-banner .btn-primary {
	margin-top: 0;
	position: relative;
	z-index: 9;
	width: 100% !important;
	text-align: center;
	display: block;
	padding: 16px 10px !important;
}

.banner-form{
	background-color: rgba(255,255,255,0.9);
	padding: 40px 40px 28px 40px;
	width: 100%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #000;
    border-color: #44b85b;
    background-color: #44b85b;
    margin-top: -4px;
}
.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
    margin-top: -4px;
}
.custom-control-label::after {
    background: no-repeat 90%/90% 90%;
    top: .50rem;
    left: -1.3rem;
    margin-top: -4px;
}
.custom-control{
    margin-bottom: 12px;
}
.custom-control-label {
    padding-left: 20px;
}
.custom-control-label{
   color: #2b2e37;
   font-size: 16px;
   outline: inherit !important;
   outline: 0px auto -webkit-focus-ring-color !important;
   outline-offset: -2px;
   box-shadow: none !important;
}
.banner-form .btn.dropdown-toggle.btn-light {
   background-color: #ffffff;
   border: solid 1px #d4d4d4;
   padding: 14px;
   box-shadow: none !important;
   color: #666666;
}
.banner-form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100% !important;
}
.banner-form .dropdown-toggle::after {
    border-top: .5em solid;
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: .4em solid transparent;
}
.banner-form .bootstrap-select .dropdown-toggle:focus {
    outline: inherit !important;
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}
.banner-form .dropdown-toggle::after {
    margin-top: 8px;
    position: absolute;
    right: 10px;
}

/* ============ header title =========== */

.client-sec {
    padding: 40px 0;
    display: flex;
	width: 100%;
	border-bottom:solid 1px #ebebec;
	padding-bottom: 40px;
	margin-bottom: 0;
}
.client-sec h5{
	font-size: 17px;
	margin-bottom: 30px;
	text-align: center;
}

.client-sec ul{
	margin: 0px;
	padding: 0px;
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.client-sec ul li{
	display: inline-block;
	list-style-type: none;
}
.client-sec ul li img{
	display: inline-block;
	list-style-type: none;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	opacity: 0.5;
}
.client-sec ul li img:hover{
	opacity: 1;
	-webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
	filter: grayscale(0);
	cursor: pointer;
}
/* ============ client end =========== */

.services-outer {
    padding: 60px 0 0 0;
    display: flex;
	width: 100%;
}
.services-outer h2{
	text-align: center;
	margin-bottom: 15px;
}
.services-outer p{
	text-align: center;
	width: 700px;
	margin: auto;
	color: #6a6a6a;
	margin-bottom: 50px;
}

.serviceimg{
	margin-bottom: 6px;
	position: relative;
}
.serviceimg img{
	position: relative;
	z-index: 9;
}
.services-outer .col-md-4{
	padding-right: 3px;
	padding-left: 3px;
}
.services-outer .row{
	padding-right: 3px;
	padding-left: 3px;
}
.servicesimouerlay{
	position: relative;
	margin-bottom: 6px;
}
.servicesimouerlay .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    transition: 0.5s;
    overflow: hidden;
}
.servicesimouerlay:hover .overlay{
    height: 100%;
    background: rgb(25, 125, 40, 0.9);
    transition: 0.5s;
}
.servicesimouerlay .text h3{
	color: #0d3f60;
	text-transform: uppercase;
	margin-bottom: 8px;
	background:#abced3;
}
.servicesimouerlay .text p{
	display: none;
	color: #fff;
	width: auto;
	padding: 0 50px;
	line-height: 25px;
	font-size: 17px;
	margin-bottom: 20px;
	
}
.servicesimouerlay:hover .text p{
	display: block;
}
.servicesimouerlay a.more{
	display: none;
	width: 44px;
	height: 44px;
	background-color: #fff;
	color: #0d3f60;
	margin: auto;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	line-height: 44px;
	margin-top: 20px;
	margin-bottom: 0;
}
.servicesimouerlay:hover a.more{
	display: block;
}

/* ============ returning end =========== */

.work-outer{
	padding: 80px 0px 100px 0px;
	display: flex;
	background: url(../images/ourwork-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
	color: #fff;
}
.work-outer h2{
	text-align: center;
	color: #fff;
	margin-bottom: 60px;
}
.iconwork{
	width: 240px;
	height: 240px;
	background-color: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: center;
	margin-bottom: 30px;
}
.work-outer .col-md-4{
	display: flex;
	flex-direction: column;
}
.work-outer p{
	color: #fff;
	margin-bottom: 30px;
}
.work-outer .btn-secondary{
	width: 200px;
	margin: auto;
}
.work-outer .row .row{
	content: "";
	background: url(../images/dotted-line.png) center 10px no-repeat;

}
/* ============ our work end =========== */

.cargo-outer{
    padding: 80px 0 80px 0;
    display: flex;
	width: 100%;
}
.cargo-outer h2{
	text-align: center;
	margin-bottom: 10px;
}
.cargo-outer b{
	text-align: center;
	margin-bottom: 10px;
	display: block;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #31363c;
	font-size: 17px;
	line-height: 27px;
	margin-bottom: 60px;
}
.cargo-outer .row .row{
	position: relative;
}

.cargo-row:first-child .row{
	flex-direction: row-reverse;
}
.cargo-outer .row .row:after{
	content: "";
	width: 2px;
	position: absolute;
	background-color: #e9e9e9;
	left: calc(50% - 1px);
	height: 100%;
}
.cargo-outer .row .row:before{
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	background-color: #0d3f60;
	left: calc(50% - 6px);
	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
	border-radius: 100%;
	z-index: 99;
	margin-top: 20px;
}
.cargomoving-info{
	padding-left: 60px;
	padding-bottom: 50px;
}
.cargomoving-info h3{
	color: #0d3f60;
	margin-bottom: 15px;
}
.cargomoving-info ul{
	padding: 0px;
	margin: 0px;
}
.cargomoving-info ul li{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	margin-bottom: 16px;
	display: flex;
}
.cargomoving-info ul li i{
	font-style: normal;
	color: #0d3f60;
	margin-right: 10px;
}
.cargo-icon{
	text-align: right;
	padding-right: 60px;
	padding-top: 16px;
}
/* ============ statistics end =========== */

.footer-sec {
	background: url(../images/footer-bg.jpg) center 0 no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 50px 0 20px 0;
	display: flex;
	color: #fff;
}
.footer-sec h2{
	color: #fff;
	margin-bottom: 40px;
}
.footer-sec h3{
	color: #fff;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-size: 16px;
}
.footer-sec h5 {
	color: #fff;
	margin-bottom:30px;
}
.footer-sec p {
	color: #fff;
	margin-bottom:10px;
	font-size: 15px;
	line-height: 24px;
	margin-top:30px;
	display: flex;
	padding-right: 40px;
}
.footer-sec p i{
	font-size: 1rem;
	margin-right: 15px;
	margin-top: 5px;
}

.footer-sec ul {
	padding:0 0 0 0;
	margin:0 0 0 0;
	list-style-type:none;
}
.footer-sec ul li {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:16px;
	line-height:22px;
	color: #fff;
	padding:0 0 0 0;
	margin:0 0 10px 0;
	text-transform: uppercase;
}
.footer-sec ul li a{
	color: #fff;
}
.footer-sec ul li a:hover{
	color: #44b85b;
}
.footer-sec ul.social {
	padding:0 0 0 0;
	margin:0 0 0 0;
	list-style-type:none;
}
.footer-sec ul.social li {
	width: 36px;
	height: 36px;
	border: solid 2px #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
	border-radius: 100%;
	float: left;
	margin-right: 15px;
}
.footer-sec ul li a{
	color: #fff;
	display: block;
}
.footer-sec ul li a:hover{
	color: #44b85b;
}

.footer-sec p svg{
	float: left;
	width: 38px;
	color: #44b85b;
	margin-right: 10px;
	margin-top: 5px;
}
.footer-bottom{
	margin-top: 30px;
	border-top: solid 1px;
	border-color: rgba(255,255,255, 0.2);
}
.footer-bottom p{
	color: #fff;
	text-align: center;
	display: block;
}

/* ============ footer =========== */


.inner-banner {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	background-color: #0d3f60;
	flex-direction: row-reverse;
}
.innerbanner-img {
	width: 50%;
	float: right;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.innerbanner-caption {
	width: 50%;
	float: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 50px;
}
.innerbanner-caption h1{
	font-size: 3.125rem;
	line-height: 58px;
	color: #fff;
	text-transform: uppercase;
	padding: 80px 0px;
}


/*****about page*****/
.aboutinfo{
	padding: 80px 0px;
	text-align: center;
}
.aboutinfo p{
	padding: 0 80px;
}

/** testimonial **/
.testimonial-outer{
	padding: 80px 0px;
	background: url(../images/testimonial-bg.jpg) center 0 no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.testimonial-outer h2{
	color: #fff;
	text-align: center;
	margin-bottom: 40px;
}
.testimonial-box{
	width: 840px;
	background-color: #fff;
	padding: 60px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	border-radius: 6px;
	margin: auto;
}
.review-box {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
}
.review-box i{
	font-size: 3rem;
	color: #0d3f60;
	margin: 0 0 30px 0;
}
.review-box p{
	font-size: 1.375rem;
	line-height: 35px;
	margin-bottom: 30px;
}
.review-box b{
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 35px;
	margin-bottom: 0;
	color: #0d3f60;
}
.review-box span{
	font-size: 1rem;
	line-height: 25px;
	margin: 0;
	color: #002144;
}
.testimonial-outer .owl-carousel3 .owl-stage {
    position: relative;
    display: flex;
    height: 100%;
}
.testimonial-outer .owl-theme .owl-dots {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.testimonial-outer .owl-nav .owl-prev {
	position: absolute;
	left: -33px;
	background-color: inherit;
	padding: 0;
	font-size: 0;
}
.testimonial-outer .owl-nav .owl-prev::before {
	content: "\f3cf";
	font-family: Ionicons;
	font-style: normal;
	font-weight: normal;
	font-size: 48px;
	line-height: 48px;
	color: #000;
	display: inline-block;
}
.testimonial-outer .owl-nav .owl-prev:hover::before {
	color: #000;
	background: none;
}
.testimonial-outer .owl-nav .owl-next {
	position: absolute;
	right: -33px;
	background-color: inherit;
	padding: 0;
	font-size: 0;
}
.testimonial-outer .owl-nav .owl-next::before {
	content: "\f3d1";
	font-family: Ionicons;
	font-style: normal;
	font-weight: normal;
	font-size: 48px;
	line-height: 48px;
	color: #000;
	display: inline-block;
}
.testimonial-outer .owl-nav .owl-next:hover::before {
	color: #000;
	background: none;
}
.testimonial-outer .owl-carousel3 .owl-dot{
	background-color: #dedee8;
	width: 10px;
	height: 10px;
	float: left;
	margin-right: 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.testimonial-outer .owl-carousel3 .owl-dot.active{
	background-color: #0d3f60;
}
.testimonial-outer .owl-nav{
	display: none;
}
/** team ***/
.team-outer{
	padding: 80px 0px;
}
.team-outer h2{
	text-align: center;
	margin-bottom: 40px;
}
.team-box{
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.08);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.08);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.08);
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	padding: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.teamimg{
	width: 230px;
	height: 230px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.teamimg:after{
	content: "";
	position: absolute;
	width: 230px;
	height: 230px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background-color: #0d3f60;
	margin: -15px 0 0 0;
}
.teamimg img{
	width: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	position: relative;
	z-index: 9;
}
.teaminfo{
	text-align: center;
	margin-top: 25px;
}
.teaminfo b{
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 35px;
	margin-bottom: 0;
	color: #002144;
	display: block;
}
.teaminfo span{
	font-size: 1rem;
	line-height: 25px;
	margin: 0;
	color: #4b4b4b;
}

/*****contact page*****/
.contact-outer{
	padding: 80px 0px;
	overflow: hidden;
}
.contactinfo h2{
	margin-bottom: 40px;
	position: relative;
	padding-top: 20px;
}
.contactinfo h2:before{
	content: "";
	width: 112px;
	height: 6px;
	position: absolute;
	background-color: #0d3f60;
	top: 0;
}
.contactinfo p {
	margin-bottom:10px;
	font-size: 1.125rem;
	line-height: 24px;
	margin-bottom:20px;
	display: flex;
	padding-right: 40px;
}
.contactinfo p i.fa.fa-envelope{
	font-size: 1rem;
}
.contactinfo p i{
	font-size: 1.325rem;
	margin-right: 15px;
	margin-top: 5px;
	color: #0d3f60;
}
.contactinfo h5{
	color: #002144;
	text-transform: inherit;
	font-size: 17px;
	font-weight: 500;
	border-top: solid 1px #f1f1f1;
	padding-top: 30px;
	margin-top: 40px;
	padding-right: 60px;
	margin-bottom: 40px;
}
.contactform{
	background-color: #f5f5f5;
	padding: 0 50px 50px 50px;
}
.contactform h2{
	margin-bottom: 35px;
	position: relative;
	padding-top: 20px;
}
.contactform h2:before{
	content: "";
	width: 112px;
	height: 6px;
	position: absolute;
	background-color: #0d3f60;
	top: 0;
}
.contactform .wpcf7-form-control{
	width: 100%;
	background-color: #fff;
	border: solid 1px #dddddd;
	padding: 8px;
	font-size: 14px;
	line-height: 30px;
	color: #4b4b4b;
}
.contactform form{
	margin-top: 30px;
}
.contactform .row{
	margin-bottom: 10px;
	margin-left: -5px;
	margin-right: -5px;
}
.contactform .row .col-md-6{
	padding: 0px 5px;
}
.contactform .row .col-md-12{
	padding: 0px 5px;
}
.contactform .row .wpcf7-submit{
	background-color: #0d3f60;
	border: solid 1px #0d3f60;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	letter-spacing:0.05em;
}
.contactform:after {
	content: "";
	position: absolute;
	width: 1000%;
	height: 100%;
	background-color: #f5f5f5;
	margin-right: 15px;
	right: -1000%;
	top: 0;
}

/*****blog page*****/
.blog-outer{
	padding: 80px 0px;
}
.blog-outer h2{
	text-align: center;
	margin-bottom: 60px;
}
.blog-box{
	margin-bottom: 40px;
}
.blogimg{
	height: 240px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.bloginfo{
	background-color: #fff;
	padding: 20px;
	margin: -20px 12px 0 12px;
	position: relative;
}
.bloginfo b{
	text-transform: uppercase;
}
.bloginfo h3{
	font-size: 1.375rem;
	line-height: 28px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.bloginfo h3 a{
	color: #31363c;
}
.bloginfo p{
	margin-bottom: 35px;
}
.bloginfo .btn-secondary{
	border-color: #0d3f60 !important;
	color: #0d3f60 !important;
}


.common-outer{
	padding: 80px 0px;
}
.common-outer h2{
	text-align: center;
	margin-bottom: 60px;
}
.commonimg{
	width: 50%;
	margin-right: 40px;
	margin-top: 6px;
	margin-bottom: 30px;
	float: left;
}
.common-outer p{
	margin-bottom: 30px;
}
.modal .wpcf7-form-control{
	width: 100%;
	background-color: #fff;
	border: solid 1px #dddddd;
	padding: 8px;
	font-size: 14px;
	line-height: 30px;
	color: #4b4b4b;
	margin-bottom: 15px;
}
.modal-header{
	border-bottom: 0px none;	
}
.modal-header h2{
	font-size: 1.5625rem;
	line-height: 35px;
}
.modal-content {
	padding: 0 20px 20px 20px;
}
.modal-footer{
	border-top: 0px none;	
	padding-top: 0px;
}
.modal-footer label{
	width: 100%;
	text-align: center;
	margin-top: 20px;
	font-size: 16px;
}





/**blog page css**/

.blog-banner{
	position: relative;
}
.blog-banner h2{
	color: #fff;
	font-size: 60px;
	line-height: 65px;
	width: 680px;
	margin: auto;
}
.blog-banner-sub{
	position: absolute;
    width: 100%;
    display: flex;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    text-align: center;
	z-index: 99;
}
.blog-banner:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	z-index: 9;
}
.blog-banner:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -1px;
	background: url(../images/b-arow.png) 0 0 no-repeat;
	width: 57px;
	height: 17px;
	z-index: 999;
}
.blog-banner p{
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 400;
	margin-top: 50px;
}
#custom-search-input{
    padding: 3px;
    border: solid 1px #fff;
    border-radius: 10px;
    background-color: #fff;
	margin-top: 20px;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 23px;
}
#custom-search-input .form-control {
    height: calc(3em + .75rem + 2px);
}
#custom-search-input button {
    margin: 14px 0 0 0;
    border-left: 0px none;
}
#custom-search-input button:hover {
	border-left: 0px none;
}

.blog2-outer{
	padding: 80px 0px;
}
.blog2-outer h3{
	text-align: center;
	margin-bottom: 60px;
	font-size: 42px;
	font-weight: 700;
}
.blog2-box{
	border: solid 1px #f2f2f2;
	width: 100%;
}
.blog2-box ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}
.blog2-box ul li{
	width: 50%;
	padding: 40px 90px;
	border-right: solid 1px #f2f2f2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.blog2-box ul li h4{
	margin: 30px 0px 20px 0px;
	font-size: 1.75rem;
	line-height: 30px;
	font-weight: 600;
}
.blog2-box ul li a{
	color: #0d3f60;
	font-weight: 500;
	margin-top: 15px;
	display: inline-block;
}
.blog2-box ul li a:hover{
	text-decoration: underline;
}
.blog2-box ul li:nth-child(3){
	width: 100%;
	padding: 40px;
	border-right: solid 1px #f2f2f2;
	background: #f6f6f6;
}
.blog2-box ul li:nth-child(2){
	border-right: 0px none;
}
.blog2-box ul li:nth-child(3){
	border-right: 0px none;
}
.blog2-box ul li:nth-child(5){
	border-right: 0px none;
}
.searched-outer{
	background-color: #f7f7f7;
	padding: 80px 0px;
	margin-top: 80px;
}
.searched-topics ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}
.searched-topics li{
	width: 50%;
	padding: 80px 90px;
	display: flex;
	flex-direction: column;
	background-color: #ffffff;
}
.searched-topics li h4{
	margin-bottom: 30px;
}
.searched-topics li p{
	margin-bottom: 10px;
	background: url(../images/check.png) 0 4px no-repeat;
	padding-left: 35px;
}
.searched-topics li:nth-child(1){
	background-color: #0d3f60;
	color: #fff;
}
.searched-topics li:nth-child(1) h4{
	color: #fff;
}
.searched-topics li:nth-child(1) p{
	color: #fff;
	background: url(../images/check-w.png) 0 4px no-repeat;
}
.searched-topics li:nth-child(4){
	background-color: #f1f1f1;
}
.searched-topics li:nth-child(5){
	background-color: #002144;
}
.searched-topics li:nth-child(5) h4{
	color: #fff;
}
.searched-topics li:nth-child(5) p{
	color: #fff;
	background: url(../images/check-w.png) 0 4px no-repeat;
}
.latest-outer{
	background-color: #fff;
	padding: 80px 0px;
	padding-bottom: 0px;
}
.latest-box{
	margin-bottom: 60px;
}
.latest-box-img{
	height: 240px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.latest-box h5{
	text-transform: inherit;
	margin-bottom: 4px;
}
.latest-box span{
	color: #919292;
	font-size: 14px;
}
.latest-box p{
	margin-top: 10px;
}
.blog-bottom{
	width: 100%;
	display: flex;
}
.blog-bottom-img{
	width: 25%;
	float: left;
	position: relative;
}
.blog-bottom-img:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	left: 0;
	right: 0;

}