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

body {
	padding: 0px;
	margin: 0px;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #272727;
	font-weight: 400;
}
a {
	color: #cf973d;
	text-decoration: none;
}
a:hover, a:focus {
	color: #0c5899;
	text-decoration: underline;
}
hr {
	width: 100%;
	margin: 10px 0%;
	border: none;
	border-top: 1px solid #c7c7c7 !important;
}
.p-0 {
	padding-right: 0;
	padding-left: 0;
}
#wrap {
	float:left;
	width:100%;
}
.container {	
	max-width: 1200px;
	padding:0;
	margin:0px auto;
}
#header * {
	transition: all 0.3s ease-in-out;
}
#header {
	position: relative;
	float: left;
	width: 100%;
	padding: 20px 0 0px 0;
	background-color:#fff;
	transition: all 0.3s ease-in-out;
}
#header .logo {
	width: auto;
}
#header .logo img {
	width: 300px;
	height: auto;
}
#header .top_right {
	float: right;
	width: auto;
}
#header .top_right ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
}
#header .top_right ul li {
	position: relative;
	float: left;
	padding-right: 15px;
	margin: 5px 0;
}
#header .top_right ul li:last-child {
	padding-right: 0px;
	margin: 0px 0;
}
#header .top_right ul li a {
	display: inline-block;
	font-size: 25px;
	color: #ffffff;
	font-weight: 600;
	line-height: 40px;
	text-decoration: none;
	text-transform: uppercase;
	background-color:#22211f;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 100%;
}
#header .top_right ul li a:hover {
	color: #fff;
	background-color: #a5aaae;
}
#header .top_right ul li.phone a {
	position: relative;
	padding-left: 0px;
	font-size: 25px;
	font-weight: 600;
	color: #fff;
	background-color: #cf973d;
	width: auto;
	height: auto;
	border-radius: 5px;
	padding: 5px 8px 5px 38px;
}
#header .top_right ul li.phone a:hover {
	color: #fff;
	background-color: #0c5899;
}
#header .top_right ul li.phone a:before {
	position: absolute;
	content: "\F03F2";
	font-family: 'Material Design Icons';
	font-size: 20px;
	color: #ffffff;
	left: 12px;
	top: 5px;
}
.menu_box {
	float: left;
	width: 100%;
	background-color: #0c5899;
	margin-top: 20px;
}
.menu_box ul.menu {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.menu_box ul.menu li {
	position: relative;
	float: left;
	width: auto;
}
.menu_box ul.menu li a {
	padding: 15px 28px;
	display: block;
	font-size: 18px;
	color: #ffffff;
	font-weight: 600;
	line-height: 28px;
	text-decoration: none;
}
.menu_box ul.menu > li > a:hover,  .menu_box ul.menu > li.current_page_item > a {
	color: #fff;
	background-color: #cf973d;
}
.menu_box ul.menu li a svg {
	display: none;
}
.menu_box ul.menu > li:hover > ul.sub-menu {
	display: block;
}
.menu_box ul.menu li ul.sub-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	width: 220px;
	background-color: #ffffff;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2;
	display: none;
}
.menu_box ul.menu li ul.sub-menu li {
	float: left;
	width: 100%;
	padding: 0 0px;
}
.menu_box ul.menu li ul.sub-menu li a {
	padding: 10px 20px;
	font-size: 16px;
	color: #000000;
	text-transform: none;
}
.menu_box ul.menu li ul.sub-menu li a:hover {
	background-color: #c70000;
	color: #ffffff;
	text-decoration: none;
}
.menu_box ul.menu li ul.sub-menu li.current_page_item a {
	background-color: #c70000;
	color: #ffffff;
	text-decoration: none;
}
.menu_box ul.menu li ul li ul.sub-menu {
	top: 0;
	left: 100%;
	display: none;
}
.menu_box ul.menu > li > ul > li:hover > ul.sub-menu {
	display: block;
}
/*-------------- Sticky Header Start --------------*/

#header.stiky {
	padding-top: 10px;
	padding-bottom: 0px;
	position: sticky;
	top: 0;
	z-index: 3;
	background: #ffffff;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
 transition: all .3s ease-in-out;
}
#header.stiky .logo {
	width: auto;
}
#header.stiky .logo img {
	width: 250px;
	height: auto;
}
#header.stiky .top_right {
	padding-top: 0px;
}
#header.stiky .top_right ul li a {
	font-size: 18px;
	line-height: 35px;
	width: 35px;
	height: 35px;
}
#header.stiky .top_right ul li.phone a {
	font-size: 18px;
	line-height: 30px;
	width: auto;
	height: auto;
	padding: 5px 15px 5px 40px;
}
#header.stiky .top_right ul li.phone a:before {
	font-size: 18px;
	left: 12px;
	top: 5px;
}
#header.stiky .menu_box ul.menu li a {
	padding: 10px 28px;
	font-size: 18px;
}
/*-------------- Sticky Header End --------------*/

#slider {
	position: relative;
	float: left;
	width: 100%;
	margin: 10px 0 10px 0;
}
#slider .item {
	position: relative;
	float: left;
	width: 100%;
}
#slider .item img {
	width: 100%;
	height:auto;
}
#slider .caption {
	position: absolute;
	width: auto;
	bottom: 50px;
	right: 30px;
	z-index: 1;
}
#slider .caption .call_btn {
	display: inline-block;
	padding: 18px 20px;
	background-color: rgb(12 88 153 / 89%);
	font-size: 22px;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	border-radius: 5px;
}
#slider .caption .call_btn:hover {
	background-color: rgb(207 151 61);
	color: #ffffff;
}
#middle {
	float: left;
	width: 100%;
}
.service_sec {
	padding-top: 40px;
	padding-bottom: 50px;
}
.service_sec h2 {
	margin: 0 0 20px 0;
	font-size: 40px;
	color: #282828;
	font-weight: 600;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
}
.service_sec .thumbnail {
	position: relative;
	float: left;
	width: 100%;
	padding: 10px;
	background-color: #0c5899;
	border: 0 solid #ddd;
	border-radius: 0px;
	min-height: 425px;
	overflow: hidden;
}
.service_sec .thumbnail .service_thumb {
	float: left;
	width: 100%;
}
.service_sec .thumbnail .service_thumb img {
	width: 100%;
	height: auto;
}
.service_sec .thumbnail .caption {
	/*float: left;
	width: 100%;
	min-height: 330px;
	background-color: #22211e;
 	padding: 30px 10px;
	overflow: hidden;	*/
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	background-color: #0c5899;
	overflow: hidden;
	width: 100%;
	height: 110px;
	transition: .5s ease;
	padding: 16px 30px 25px 30px;
	text-align: center;
}
.service_sec .thumbnail:hover .caption {
	height: 100%;
	background-color: rgb(12 88 153 / 80%);
}
.service_sec .thumbnail .caption h4 {
	margin: 0 0 30px 0;
	font-size: 28px;
	color: #ffffff;
	font-weight: 600;
	line-height: 38px;
	min-height: 76px;
	display: inline-block;
}
.service_sec .thumbnail:hover .caption h4 {
	min-height: auto;
}
.service_sec .thumbnail .caption p {
	margin: 0 0 20px 0;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	line-height: 26px;
}
.service_sec .thumbnail .caption p:last-child {
	margin: 0 0 0 0;
}
.service_sec .thumbnail .caption ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.service_sec .thumbnail .caption ul li {
	position: relative;
	padding: 0 0 10px 30px;
	width: 100%;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
}
.service_sec .thumbnail .caption ul li:last-child {
	padding: 0 0 30px 30px;
}
.service_sec .thumbnail .caption ul li:before {
	position: absolute;
	content:'\f05e0';
	font-family: 'Material Design Icons';
	font-size: 18px;
	color: #fff;
	left: 0;
	top: 0;
}
.service_sec .thumbnail .caption a {
	color: #ffffff;
	text-decoration: none;
}
#footer {
	float: left;
	width: 100%;
	background-color: #0c5899;
}
#footer .footer_sec {
	padding-top: 60px;
	padding-bottom: 60px;
}
.footer_sec h3 {
	margin: 0 0 20px 0;
	font-size: 25px;
	color: #ffffff;
	font-weight: 600;
	line-height: 28px;
}
.footer_sec .ftr_logo {
	display: inline-block;
}
.footer_sec .ftr_social {
	display: inline-block;
	text-align: center;
	padding-top: 30px;
}
.footer_sec .ftr_social ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer_sec .ftr_social ul li {
	display: inline-block;
	padding: 0 8px;
}
.footer_sec .ftr_social ul li a {
	display: block;
	width: 40px;
	height: 40px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	font-size: 20px;
	font-weight: 400;
	color:#ffffff;
	line-height:40px;
	text-align:center;
 transition: all .03s ease-in-out;
}
.footer_sec .ftr_social ul li a:hover {
	border-color:#a5aaae;
	color:#a5aaae;
}
.footer_sec .ftr_menu {
	display: inline-block;
}
.footer_sec .ftr_menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer_sec .ftr_menu ul li {
	padding: 0 0 5px 0;
}
.footer_sec .ftr_menu ul li a {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	line-height: 28px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.footer_sec .ftr_menu ul li a:hover {
	color: #ff9d00;
}
.footer_sec .ftr_contact {
	display: inline-block;
}
.footer_sec .ftr_contact ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer_sec .ftr_contact ul li {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 0 0 15px 25px;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	line-height: 28px;
}
.footer_sec .ftr_contact ul li:last-child {
	padding:0 0 0 25px;
}
.footer_sec .ftr_contact ul li:before {
	position:absolute;
	content:"";
	font-family:"Material Design Icons";
	font-size:16px;
	color: #ffffff;
	left:0;
}
.footer_sec .ftr_contact ul li.address:before {
	content: "\F034E";
}
.footer_sec .ftr_contact ul li.phone:before {
	content: "\F03F2"
}
.footer_sec .ftr_contact ul li.fax:before {
	content: '\F0212';
}
.footer_sec .ftr_contact ul li.email:before {
	content: "\F01EE";
}
.footer_sec .ftr_contact ul li a {
	text-decoration: none;
	color: #ffffff;
	transition: all 0.3s ease-in-out;
}
.footer_sec .ftr_contact ul li a:hover {
	color: #ff9d00;
}
.footer_sec .ftr_hours ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer_sec .ftr_hours ul li {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 0 0 5px 25px;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	line-height: 28px;
}
.footer_sec .ftr_hours ul li strong {
	position: relative;
	display: inline-block;
	width: 33%;
	font-weight:400;
}
.footer_sec .ftr_hours ul li:last-child {
	padding:0 0 0 30px;
}
.footer_sec .ftr_hours ul li:last-child strong {
	width: auto;
}
.footer_sec .ftr_hours ul li:before {
	position:absolute;
	content:"\F0150";
	font-family:"Material Design Icons";
	font-size:18px;
	color: #fff;
	left:0;
}
#footer .ftr_bottom {
	padding-top: 60px;
	padding-bottom: 45px;
	background-color: #0c5899;
}
.ftr_bottom .copy_right {
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	line-height: 28px;
	text-align:center;
}

/* contact form 7 */
.wpcf7-form-control-wrap { display: block; }
body .wpcf7 form .wpcf7-response-output { padding: 8px 10px; margin: 20px 0 0 0; box-sizing: border-box; border-color: #ff0000; }
body span.wpcf7-not-valid-tip { position: absolute; top: 15px; right: 10px; font-size: 14px; white-space: nowrap; }
body .wpcf7-not-valid {	border-color: #f00 !important; }

/*------------- inner pages -------------*/

.alignleft, .alignnone {
	float: left;
	max-width: 100%;
	height: auto;
	margin: 0 20px 20px 0;
}
.alignright {
	float: right;
	max-width: 100%;
	height: auto;
	margin: 0 0 20px 20px;
}
.aligncenter {
	float: none;
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto 20px auto;
}
#inner_banner {
	position: relative;
	float: left;
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	margin-top: 10px;
}
#inner_banner img {
	width: 100%;
	height: auto;
}
#inner_banner .caption {
	position: absolute;
	top: 50%;
	left: 3%;
	width: auto;
	background-color: rgb(0 0 0 / 85%);
	transform: translateY(-50%);
	padding: 10px 20px;
	border-top: 10px solid #cf973d;
	z-index: 1;
}
#inner_banner .caption h1 {
	margin: 0 0 10px 0;
	font-size: 40px;
	color: #ffffff;
	font-weight: 600;
	line-height: 50px;
	text-transform: uppercase;
}
#inner_banner .caption .breadcrumb {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: 0px;
	font-size: 18px;
	font-weight: 400;
	list-style: none;
	background-color: transparent;
	border-radius: 0px;
	color: #ffffff;
}
.breadcrumb a {
	color: #ffffff;
	text-decoration: none;
	font-weight: 400;
	transition: all 0.3s ease-in-out;
}
.breadcrumb a:hover {
	color: #cf973d;
}
.breadcrumb > li + li:before {
	padding: 0 2px;
	color: #ffffff;
	content: "/\00a0";
}
.breadcrumb a.current-item {
	color: #d8dfe5;
}
.inner_section {
	padding-top: 40px;
	padding-bottom: 40px;
}
.inner_section h2 {
	margin: 0 0 30px 0;
	font-size: 34px;
	color: #000000;
	font-weight: 600;
	line-height: 44px;
	text-transform: uppercase;
}
.inner_section h3 {
	margin: 0 0 15px 0;
	font-size: 32px;
	color: #22211f;
	font-weight: 600;
	line-height: 42px;
}
.inner_section h4 {
	margin: 0 0 15px 0;
	font-size: 24px;
	color: #22211f;
	font-weight: 600;
	line-height: 30px;
}
.inner_section p {
	margin: 0 0 20px 0;
	font-size: 18px;
	color: #282828;
	font-weight: 400;
	line-height: 28px;
}
.inner_section ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.inner_section ul li {
	position: relative;
	padding: 0 0 10px 30px;
	display: block;
	font-size: 18px;
	color: #282828;
	font-weight: 400;
	line-height: 28px;
}
.inner_section ul li:last-child {
	padding: 0 0 30px 30px;
}
.inner_section ul li:before {
	position: absolute;
	content:'\f05e0';
	font-family: 'Material Design Icons';
	font-size: 18px;
	color: #539ebb;
	left: 0;
	top: 0;
}
.inner_section ul li a {
	color: #282828;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.inner_section ul li a:hover {
	color: #539ebb;
}
.inner_section img.about_page {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

/*----------------- contact page -----------------*/

.contact_sec {
	padding-bottom:40px;
}
.contact_form {
	padding: 0px 0 0 0;
}
.contact_form h2 {
	margin: 0 0 20px 0 !important;
	padding:0px;
}
.contact_form h2:after {
	display:none;
}
.contact_form .form-group {
	position: relative;
	margin-bottom: 20px;
}
.contact_form .form-group label {
	margin-bottom: 4px;
}
.contact_form .form-group br {
	display: none;
}
.contact_form .form-group .form-control {
	margin-bottom: 0px;
	background-color: transparent;
    border-radius: 0;
	height: 50px;
    padding: 8px 20px;
	font-size: 18px;
    color: #59595b;
}
.contact_form .form-group textarea.form-control {
    height: auto;
}
.contact_form .form-group input[type="file"]::-webkit-file-upload-button {
	display: none;
}
.contact_form .form-group input[type="file"]::before {	
	content: 'Upload Resume';
	color: #000000;
	margin-right: 10px;
	display: inline-block;
	background: #efefef;
	border: 1px solid #000000;
	border-radius: 3px;
	padding: 5px 8px;
	outline: none;
	cursor: pointer;
	font-weight: 400;
	letter-spacing: 0px;
	font-size: 16px;
}
.contact_form .form-group input[type="file"]:hover::before {
	background: #e8e2e2;
}
.contact_form .form-group .submit-btn {
    display: inline-block;
    min-width: auto;
    padding: 15px 30px;
    border: none;
    background: #0c5899;
    border-radius: 6px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
}
.contact_form .form-group .submit-btn:hover {
    background: #cf973d;
    color: #fff;
    text-decoration: none;
}
.contact_detail {
	padding: 0 0 0 40px;
}
.contact_detail h2 {
	margin: 0 0 20px 0 !important;
	padding:0px;
}
.contact_detail h2:after {
	display:none;
}
.contact_detail .details {
	position: relative;
	padding: 0 0 10px 25px;
	color: #22211f;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}
.contact_detail .details:before {
	position: absolute;
	left : 0;
	font-family: "Material Design Icons";
	font-size: 20px;
	line-height: 28px;
    color: #22211f;
}
.contact_detail .address:before {
	content: '\F034E';
}
.contact_detail .phone:before {
	content: '\F03F2';
}
.contact_detail .fax:before {
	content: '\F0212';
}
.contact_detail .email:before {
	content: '\F01EE';
}
.contact_detail a {
	color: #22211f;
	text-decoration: none;
}
.contact_detail a:hover {
	color: #0c5899;
	text-decoration: none;
}
.contact_sec .map {
	width: 100%;
    display: inline-block;
	padding-top: 50px;
}
.contact_sec .map p {
	margin-bottom:0;
}
.contact_sec .map iframe {
	width: 100%;
    display: block;
}