@charset "utf-8";
/* CSS Document */
body {
	padding: 0px;
    margin: 0px;   	
    font-size: 16px;
	font-family: 'Open Sans', sans-serif;
    color: #282828;
    font-weight: 400;
}
a {
	color: #e0282a;
	text-decoration: none;
}
a:hover , a:focus {
	color: #000000;
	text-decoration: underline;
}
hr {
    width: 100%;
	margin: 30px 0%;
    border: none;
	border-top: 1px solid #c7c7c7 !important;
}
p {
	margin: 0;
}
.p-0 {
	padding-right: 0;
	padding-left: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Raleway', sans-serif;
}
#wrap {
	float:left;
	width:100%;
}
.container {
	max-width:1250px;
	padding:0;
	margin:0px auto;
}
#header * {
	transition: all 0.3s ease-in-out;
}
#header {
	position: relative;
	float: left;
	width: 100%;
	padding: 15px 0 65px 0;
}
#header .top_right {
	float: right;
	width: 92%;
}
.top_right .top_contact {
    float: right;
    width: 100%;
    padding: 5px 0;
    text-align: right;
}
.top_right .top_contact ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.top_right .top_contact ul li {
	position: relative;
    display: inline-block;
    padding: 0 5px 0 20px;
    font-size: 16px;
    color: #282828;
    font-weight: 400;
    line-height: 18px;
}
.top_right .top_contact ul li:last-child {
	padding: 0 0 0 20px;
}
.top_right .top_contact ul li:before {	
	position:absolute;
	content:"";
	left:0;
	font-family:"Material Design Icons";
	font-size:16px;
	color: #e0282a;
}
.top_right .top_contact ul li.address:before {
	content: "\F34E";
}
.top_right .top_contact ul li.email:before {
	content: "\F1EE";
}
.top_right .top_contact ul li a {
	text-decoration: none;
	color: #282828;
}
.top_right .top_contact ul li a:hover {
	color:#e0282a;
}
#header .logo {
	position: absolute;
	float: left;
	width: 140px;
	z-index: 2;
}
#header .logo img {
	width: 100%;
	height: auto;
}
.menu_box {
	position: relative;
	float: right;
	width: 92%;
	margin-bottom: 16px;
	padding: 0px 0px 0px 140px;
	background-color: #000000;
	z-index: 1;
	top: 15px;
}
.menu_box ul.menu {
	float: right;
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu_box ul.menu li {
	float: left;
	width: auto;
	padding: 28px 30px;
	position: relative;
}
.menu_box ul.menu li a {
	display: block;
	font-size: 18px;
	color:#ffffff;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}
.menu_box ul.menu > li > a:hover,
.menu_box ul.menu > li.current_page_item > a {
	color: #a5a5a5;	
}
.menu_box .phone_number {
	position: relative;
	float: right;
	width: auto;
	padding: 14px 20px 14px 58px;
	background-color:#e0282a;
	font-size: 18px;
	color: #ffffff;
	font-weight: 400;
}
.menu_box .phone_number a {
    font-size: 22px;
	color: #ffffff;
	font-weight: 700;
	line-height: 28px;    
}
.menu_box .phone_number:before {
    position: absolute;
    left: 6px;
    content: '\F3F2';
    font-family: Material Design Icons;
    font-size: 45px;
    color: #fff;
    line-height: 30px;
    top: 25px;
}
.menu_box .phone_number a:hover {
	color: #282828;
	text-decoration: none;
}
.menu_box ul.menu li svg {
	display: inline-block;
	width: 20px;
	height: 17px;
	fill: white;
	position: relative;
	top: 3px;
	left: 5px;
}
.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: 250px;
    background-color: #e0282a;
    position: absolute;
    top: 90%;
    left: 20px;
    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 15px;
	font-size: 16px;
	color: #ffffff;
}
.menu_box ul.menu li ul.sub-menu li a:hover {
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
}
.menu_box ul.menu li ul.sub-menu li.current_page_item a {
	background-color: #000000;
	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;
}
.menu_mobile {
	display:none;
}
#slider {
	position: relative;
	float: left;
	width: 100%;
}
#slider .owl-carousel .owl-item {
    overflow: hidden;
}
#slider .caption {
	position: absolute;
	width: auto;	
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
#slider .caption h5 {
	margin: 0;
	font-size: 30px;
	color: #ffffff;
	font-weight: 700;
	line-height: 35px;
	text-transform: uppercase;
}
#slider .caption h1 {
	margin: 0;
	font-size: 60px;
	color: #ffffff;
	font-weight: 700;
	line-height: 70px;
	text-transform: uppercase;
}
#slider .caption p {
	margin: 0 0 20px 0;
	font-size: 18px;
	color: #ffffff;
	font-weight: 400;
	line-height: 28px;	
}
#slider .caption .read_more {
	display: inline-block;
	background-color: #e0282a;
	padding: 15px 45px;
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out;
}
#slider .caption .read_more:hover {
	background-color: #a5a5a5;
}
#slider .owl-carousel .owl-item img {
    overflow: hidden;
}
#middle {
	float: left;
	width: 100%;
}
.about_sec {
	padding-top: 50px;
	padding-bottom: 50px;
}
.about_sec .about_image {
	position: relative;
	margin-top: -120px;
	z-index: 1;
}
.about_sec .about_image img {
	width: 100%;
	height: auto;
	border: 20px solid #ffffff;
}
.about_sec .about_image:before {
	position: absolute;
	content:'';
	width: 144px;
	height: 259px;
	background-image:url(../images/about-before-img.png);
	background-position: center;
	background-repeat: no-repeat;
	bottom: 30px;
	right: calc(100% - 15px);
	z-index: -1;
}
.about_sec .about_cont {
	padding-top: 10px;
	padding-bottom: 10px;
}
.about_sec .about_cont h2 {
	position: relative;
	margin: 0 0 20px 0;
	padding: 75px 0 0 0;
	font-size: 40px;
	color: #e0282a;
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
}
.about_sec .about_cont h2:before {
	position: absolute;
	content:'';
	background-color: #d7ab7a;
	width: 2px;
	height: 73px;
	top: 0px;
	left: 0;
}
.about_sec .about_cont p {
	margin: 0 0 20px 0;	
	font-size: 18px;
	color: #282828;
	font-weight: 400;
	line-height: 28px;
}
.about_sec .about_cont .read_btn {
	display: inline-block;
	background-color: transparent;
	border: 1px solid  #e0282a;
	padding: 14px 44px;
	font-size: 18px;
	color: #e0282a;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out;
}
.about_sec .about_cont .read_btn:hover {
	background-color: #000000;
	border: 1px solid  #00000;
	color: #ffffff;
}
.request_sec {
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url(../images/request-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.request_sec .request_cont {
	float: left;
	width: 100%;
	padding-top: 50px;
	text-align: center;
}
.request_sec .request_cont h2 {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	font-size: 40px;
	color: #000000;
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
}
.request_sec .request_cont h2:after {
	position: absolute;
	content:'';
	background-color: #000000;
	margin: 0 auto;
	width: 60px;
	height: 1px;
	left: 0;
	right: 0;
	bottom: 0;
}
.request_sec .request_cont p {
    margin: 0 0 30px 0;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    line-height: 28px;
}
.request_sec .request_cont .learn_btn {
    display: inline-block;
    background-color: #e0282a;
    padding: 12px 32px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
}
.request_sec .request_cont .learn_btn:hover {
	background-color: #000000;
}
.request_sec .content {
	float: left;
	width: 100%;
	padding-top: 50px;	
}
.request_sec .content .item {
	float: left;
    width: 100%;
	margin-bottom: 0;
	background-color: #fff;
	transition: all .3s ease-out;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
}
.request_sec .content .item .post_img {
	position: relative;
}
.request_sec .content .item .post_img img {
	width: 100%;
	height: auto;
}
.request_sec .content .item .post_img .post_date {
	position: absolute;
	content: '';
	padding: 10px 15px;
	background-color: #e0282a;
	left: 0;
	right: 0;
	bottom: 0;
}
.request_sec .content .item .post_img .post_date p {
	margin: 0;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	line-height: normal;
}
.request_sec .content .item .post_img .post_date p a{	
	color: #ffffff;
	text-decoration: none;
}
.request_sec .content .item .info {
	width: 100%;
	padding: 28px 20px;
	background-color: #ffffff;
}
.request_sec .content .item .info h4 {
	margin: 0 0 20px 0;
	min-height: 60px;
	font-size: 25px;
	color: #010101;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
}
.request_sec .content .item .info p {
	margin: 0 0 40px 0;
	font-size: 18px;
	color: #353535;
	font-weight: 400;
	line-height: 28px;
}
.request_sec .content .item .info .arrow {
	display: inline-block;
	padding: 2px 11px;
	background-color: #e0282a;
	font-size: 0;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	line-height: normal;
}
.request_sec .content .item .info .arrow:hover {
	background-color: #000000;
}
.request_sec .content .item .info .arrow i {
	font-size: 30px;
	line-height: normal;
	vertical-align: middle;
}
.request_sec .content .view_btn {
	display: inline-block;
	margin-top: 50px;
    background-color: #000000;
    padding: 13px 50px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
}
.request_sec .content .view_btn:hover {
	background-color: #e0282a;
}
.safety_sec {
	position: relative;
	min-height: 405px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top 20px center;
	background-size: cover;
	z-index:1;
}
.safety_sec:after {
	position: absolute;
	content: '';
	background-color: rgba(0,0,0,0.69);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.safety_sec .safety_cont {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	z-index: 2;
}
.safety_sec .safety_cont h3 {
	margin: 0 0 10px 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 56px;
	color: #ffffff;
	font-weight: 700;
	line-height: 60px;
	text-transform: uppercase;
}
.safety_sec .safety_cont h4 {
	margin: 0 ;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	color: #ffffff;
	font-weight: 700;
	line-height: 40px;
	text-transform: uppercase;
}
.safety_sec .safety_cont h4 a {
	color: #ffffff;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.safety_sec .safety_cont h4 a:hover {
	color: #e0282a;
}
.contact_sec {
	padding-top: 70px;
	padding-bottom: 70px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.contact_sec .contact_form {
	float: left;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 70px;
}
.contact_sec .contact_form h2 {
	position: relative;
    margin: 0 0 60px 0;
    padding: 0 0 10px 0;
    font-size: 40px;
    color: #000000;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
}
.contact_sec .contact_form h2:after {
    position: absolute;
    content: '';
    background-color: #000000;
    margin: 0 auto;
    width: 60px;
    height: 1px;    
    left: 0;
    bottom: 0;
}
.contact_sec .contact_form .field {
    float: left;
    width: 100%;
}
.contact_sec .contact_form .field .form-group.half {
    float: left;
    width: 49%;
    margin-bottom: 15px;
    margin-right: 2%;
}
.contact_sec .contact_form .field .form-group.half:last-child {
	float: right;
	margin-right: 0;
}
.contact_sec .contact_form .field .form-control {
    display: inline-block;
    width: 100%;
    height: 55px;
	padding: 10px 14px;
    margin: 0;
    outline: 0;
    border: 1px solid #c3c3c3;
    background-color: #ffffff;
    border-radius: 0;
    font-size: 18px;
    color: #424242;
    font-weight: 400;
}
.contact_sec .contact_form .field .form-control::placeholder {
	color: #424242;
}
.contact_sec .contact_form .field textarea.form-control {
    height: auto;
    resize: none;
}
.contact_sec .contact_form .field .submit_btn {
	display: inline-block;
	padding: 15px 58px;
	border: none;
	background-color: #e0282a;
	border-radius: 0;
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: 0px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.contact_sec .contact_form .field .submit_btn:hover {
	background-color: #000000;
}
#footer {
	position: relative;
    float: left;
    width: 100%;
	background-image: url(../images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
#footer .footer_section {
	padding-top: 60px;
	padding-bottom: 60px;
}
#footer .footer_section h5 {
	margin: 0 0 20px 0;
	font-size: 22px;
	color: #d7ab7a;
	font-weight: 700;
	line-height: 28px;
	text-transform: uppercase;
}
.footer_section .ftr_logo {
	float: left;
	width: 100%;
}
.footer_section .ftr_logo img {
	max-width: 100%;
	height: auto;
}
.footer_section .ftr_social {
	float: left;
	width: 100%;
	padding-top: 40px;
}
.footer_section .ftr_social .social_btn {
	position: relative;
	display: inline-block;
	padding: 10px 20px 10px 40px;
	background-color: transparent;
	border: 1px solid #ffffff;
	font-size: 18px;
	color: #ffffff;
	font-weight: 400;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.footer_section .ftr_social .social_btn:before {
	position: absolute;
	content: "\F20C";
	font-family: "Material Design Icons";
	font-size: 22px;
	color: #ffffff;
	left: 10px;
	top: 7px;
}
.footer_section .ftr_social .social_btn:hover {
	border: 1px solid #e0282a;
	background-color: #e0282a;
}
.footer_section .ftr_menu {
	display: inline-block;
}
.footer_section .ftr_menu ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer_section .ftr_menu ul li {
	display: block;
	padding: 0 0 8px 0;
}
.footer_section .ftr_menu ul li a {
	display: block;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	line-height: 28px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.footer_section .ftr_menu ul li a:hover {
	color: #e0282a;
}
.footer_section .ftr_contact {
	float: left;
	width: 100%;
}
.footer_section .ftr_contact ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer_section .ftr_contact ul li {
	display: block;
	padding: 0 0 10px 0;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	line-height: 28px;	
}
.footer_section .ftr_contact ul li a {
	color: #ffffff;
	text-decoration: none;
	transition: all 0.3s ease-in-out;	
}
.footer_section .ftr_contact ul li a:hover {
	color: #e0282a;
}
.footer_section .footer_content {
	float: left;
	width: 100%;
    font-size: 14px;
    color: #737373;
    font-weight: 400;
	line-height: 24px;
}
#footer .footer_bottom {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
.footer_bottom .copy_right {
	font-size: 16px;
    color: #ffffff;
    font-weight: 400;
	line-height: 26px;
}

/* contact form 7 */
body div.wpcf7-response-output { padding: 0 0px; margin: 10px 0 0 0!important; display: inline-block; width: 100%; text-align: center;  box-sizing: border-box; border: none; }
body span.wpcf7-not-valid-tip { position: absolute; top: 15px; right: 15px; font-size: 12px; white-space: nowrap; }
body .wpcf7-not-valid {	border-color: #97292c !important; }
div.wpcf7 .ajax-loader { margin: 15px 0 0 10px; }
body .wpcf7-form-control-wrap { position: relative; display: block; }

/*----------------- 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;  border: 10px solid #e0282a; }
.aligncenter { float: none; display: block; max-width: 100%; height: auto; margin: 0 auto 20px auto;}

#inner_banner {
	position: relative;
    float: left;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	z-index: 0;
}
#inner_banner:after {
	position: absolute;
	content:'';
	background: rgba(0,0,0,0.40);
	width: 100%;
	height: 100%;
}
#inner_banner .caption {
	position: absolute;
	width: 100%;
    top: 50%;
	transform: translateY(-50%);
    left: 0;    
    z-index: 1;
}
#inner_banner .caption h1 {
	margin: 0;
    font-size: 50px;
    color: #ffffff;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
}
.inner_section {
    padding-top: 50px;
    padding-bottom:50px;
}
.inner_section h2 {
	margin: 0 0 20px 0;
	font-size: 35px;
    color: #e0282a;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
}
.inner_section h3 {
	margin: 0 0 20px 0;   
    font-size: 30px;
    color: #000000;
    font-weight: 700;
    line-height: 40px;
}
.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;
    float: left;
    width: 100%;
    padding: 0px 0px 5px 30px;
	font-size: 18px;
	color: #282828;
	font-weight: 400;
	line-height: 28px;
}
.inner_section ul li:last-child {
	padding: 0px 0px 10px 30px;
}
.inner_section ul li:before {
	position: absolute;
    display: block;
    content: '\f5e0';
    font-family: "Material Design Icons";
    font-size: 18px;
    color: #e0282a;
    top: 0px;
    left: 0px;
}
.inner_section ul li a {
	color: #282828;	
}

.left_content .field {
    float: left;
    width: 100%;
}
.left_content .form-group {
	float: left;
	width: 100%;
}
.left_content .field .form-group label {
	margin-bottom: 10px;
	font-size: 16px;
	color: #282828;
	font-weight: 600;
	line-height: 28px;
}
.left_content .field .form-group.half {
    float: left;
    width: 49%;
    margin-bottom: 20px;
    margin-right: 2%;
}
.left_content .field .form-group.half:last-child {
    float: left;
    margin-right: 0;
}
.left_content .field .form-group .form-control {
    display: inline-block;
    width: 100%;
    height: 40px;
    padding: 10px 14px;
    margin: 0;
    outline: 0;
    border: 1px solid #c3c3c3;
    background-color: #ffffff;
    border-radius: 0;
    font-size: 16px;
    color: #424242;
    font-weight: 400;
}
.left_content .field .form-group .form-control::placeholder {
	color: #424242;
}
.left_content .field .form-group textarea.form-control {
    height: auto;
    resize: none;
}
.left_content .field .submit_btn {
    display: inline-block;
    padding: 15px 58px;
    border: none;
    background-color: #e0282a;
    border-radius: 0;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.left_content .field .submit_btn:hover {
	background-color: #000000;
}


/*--------------------------------*/
.request_content {
	float: left;
	width: 100%;
}
.request_content p {
	margin: 0 0 10px 0;
}
.request_content .field {
    float: left;
    width: 100%;
}
.request_content .form-group {
	float: left;
	width: 100%;
}
.request_content .field .form-group label {
	margin-bottom: 10px;
	font-size: 16px;
	color: #282828;
	font-weight: 600;
	line-height: 28px;
}
.request_content .field .form-group.half {
    float: left;
    width: 49%;
    margin-bottom: 20px;
    margin-right: 2%;
}
.request_content .field .form-group.half:last-child {
    float: left;
    margin-right: 0;
}
.request_content .field .form-group .form-control {
    display: inline-block;
    width: 100%;
    height: 40px;
    padding: 10px 14px;
    margin: 0;
    outline: 0;
    border: 1px solid #c3c3c3;
    background-color: #ffffff;
    border-radius: 0;
    font-size: 16px;
    color: #424242;
    font-weight: 400;
}
.request_content .field .form-group .form-control::placeholder {
	color: #424242;
}
.request_content .field .form-group textarea.form-control {
    height: auto;
    resize: none;
}
.request_content .field .submit_btn {
    display: inline-block;
    padding: 15px 58px;
    border: none;
    background-color: #e0282a;
    border-radius: 0;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.request_content .field .submit_btn:hover {
	background-color: #000000;
}
.request_content .field .check {
	float: left;
	width: 100%;
}
.request_content .field .check .wpcf7-list-item {
    float: left;
	width: 100%;
    margin: 0;
}
.request_content .field .check .wpcf7-list-item label {
	font-size: 14px;
    font-weight: 400;
}
.request_content .download_btn {
	position: relative;
	display: inline-block;
	margin: 30px 0 20px 0;
	padding: 12px 35px 12px 15px;
	background-color: #e0282a;
	font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.request_content .download_btn:after {
	position: absolute;
	content:'\f1da';
	font-family: "Material Design Icons";
	font-size: 18px;
	color: #ffffff;
	top: 15px;
	right: 10px;
}
.request_content .download_btn:hover {
	background-color: #000000;
}




/*----------------- Contact Page -----------------*/
.form_sec {
    float: left;
    width: 100%;
}
.form_sec .field {
	float: left;
	width: 100%;
}
.form_sec .field .form-group .form-control {
    display: inline-block;
    width: 100%;
    height: 55px;
	padding: 10px 14px;
    margin: 0;
    outline: 0;
    border: 1px solid #c3c3c3;
    background-color: #ffffff;
    border-radius: 0;
    font-size: 18px;
    color: #424242;
    font-weight: 400;
}
.form_sec .field .form-group textarea.form-control {
    height: auto;
	resize: none;
}
.form_sec .field .form-group .submit_btn {
    display: inline-block;
    padding: 15px 58px;
    border: none;
    background-color: #e0282a;
    border-radius: 0;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.form_sec .field .form-group .submit_btn:hover {
	background: #000000;
}
.contact_detail {
    float: left;
    width: 100%;
    padding: 0px 0 0 0;
}
.contact_detail .detail {
    position: relative;
    float: left;
    width: 100%;
    padding: 0px 0px 10px 25px;    
    font-size: 18px;
    color: #282828;
    line-height: 28px;
    font-weight: 400;
}
.contact_detail .detail:before {
	position: absolute;
    left: 0px;
    content: '';
    font-family: Material Design Icons;
    font-size: 18px;
    color: #e0282a;
    line-height: 26px;
}
.contact_detail .address:before {   
    content: '\F34E';    
}
.contact_detail .phone:before {    
    content: '\F3F2';
}
.contact_detail .email:before {    
    content: '\F1EE';
}
.contact_detail a {
    color: #282828;
    text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.contact_detail a:hover {
	color: #e0282a;
}
.map_sec {
	float: left;
	width: 100%;
}
.map_sec iframe {
	width: 610px;
	height: 500px;
}

/*----------------- blog page -----------------*/
.blog_content {	
	width: 100%;
    margin: 0 0 40px 0;
    display: inline-block;
}
.blog_content h3 {	
	margin: 0 0 10px 0;
    padding-bottom: 0;
    font-size: 24px;
    color: #004191;
    font-weight: 600;
    line-height: 34px;
    text-transform: none;
    text-align: left;
}
.blog_sec h2 {
	position: relative;	
	margin: 0 0 20px 0;
	padding-bottom: 20px;
	font-size: 35px;
	color: #004191;
	font-weight: 700;
	line-height: 40px;
	text-transform: uppercase;
}
.blog_sec h2:after {
	position: absolute;
	display: block;
	content:'';
	left: 0px;
    right: 0;
	bottom: 0px;
	width: 100px;
	height: 5px;	
	background: url(../images/blue_stripe.png);
}
.single .blog_sec h2 {
	position: relative;	
	margin: 0 0 20px 0;
	padding-bottom: 20px;
	font-size: 35px;
	color: #004191;
	font-weight: 700;
	line-height: 40px;
	text-transform: uppercase;
	text-align:center;
}
.single .blog_sec h2:after {
	position: absolute;
	display: block;
	content:'';
	left: 0px;
    right: 0;
	bottom: 0px;
	width: 100px;
	height: 5px;
	margin: 0 auto;	
	background: url(../images/blue_stripe.png);
}
.single .blog_items h2.entry-title {
	margin: 0 0 10px 0;
    padding-bottom: 0;
    font-size: 28px;
    color: #010101;
    font-weight: 600;
    line-height: 35px;
    text-transform: none;
    text-align: left;
}
.single .blog_items p.post-meta {
	position: relative;
    padding: 0;
    margin: 0 0 30px 0;
    background: #ffffff;
    color: #010101;
}
.single .blog_items p.post-meta a {
    color: #010101;
    transition: .5s all;
}

.left_content {
	float: left;
    width: 100%;
}
.left_content .search-form {
	position: relative;
    padding: 20px 0;
}
.left_content .search-form label {
	font-size: 17px;
    color: #424242;
    font-weight: 700;
    text-transform: uppercase;
}
.left_content .search-form .search-field {
	display: inline-block;
    width: 100%;
    height: 40px;
    padding: 7px 40px 7px 10px;
    margin-bottom: 0;
    border: 2px solid #004191;
	outline: 0;
    background-color: #fff;
    font-size: 16px;
    color: #000;
    line-height: normal;
    vertical-align: top;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.left_content .search-form .search-submit {
    display: inline-block;
    min-width: auto;
    padding: 3px 7px;
    margin-bottom: 0;
    background-color: transparent;
    border: none;
    font-size: 25px;
    color: #004191;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    line-height: normal;
	cursor: pointer;
	position: absolute;
    top: 49px;
    right: 0;
}
.left_content .search-form .search-submit:hover {
	color: #000000;
    text-decoration: none;
}
.blog_items {
    margin-bottom: 30px;
}
.blog_items .blog-image {
	position: relative;
	margin-bottom: 30px;
}
.blog_items .blog-image a {
    position: relative;
	display: inline-block;
	vertical-align: top;
}
.blog_items .blog-image img {
    max-width: 100%;
	height: auto;
}
.blog_items .blog-image a:before,
.blog_items .blog-image a:after {
    content: "";
	position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
	left: 10px;
	z-index: 2;
	transition: opacity .55s,transform .55s;
}
.blog_items .blog-image a:hover:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.blog_items .blog-image a:hover:after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}
.blog_items .blog-image a span.overlay {
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: .5s all;
}
.blog_items .blog-image a:hover span.overlay {
    background-color: rgb(25 177 255 / 0.7);
    opacity: 1;
}
.blog_items h3.entry-title {
    margin: 0 0 20px 0;
    min-height: 60px;
    font-size: 25px;
    color: #010101;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}
.blog_items h3.entry-title:after {
    display: none;
}
.blog_items h3.entry-title a {
    color: #010101;
	text-decoration: none;
	transition: .5s all;
}
.blog_items h3.entry-title a:hover {
    color: #e0282a;
}
.blog_items p.post-meta {
	position: absolute;
	content: '';
    padding: 10px 15px;
    background-color: #e0282a;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
	font-size: 16px;
	color: #ffffff;
}
.blog_items p.post-meta i {
    color: #19b1ff;
}
.blog_items p.post-meta a {
    color: #ffffff;
	transition: .5s all;
}
.blog_items p.post-meta a:hover {
    color: #004191;
}

.blog_items p {
    margin: 0 0 20px 0;
    font-size: 18px;
    color: #353535;
    font-weight: 400;
    line-height: 28px;
}
.blog_items h3 {
    margin: 0 0 10px 0;
    font-size: 23px;
    color: #004191;
    line-height: normal;
}
.blog_items .blog-read-more{
    display: inline-block;
    padding: 2px 11px;
    background-color: #e0282a;
    font-size: 0;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    line-height: normal;
}
.blog_items .blog-read-more i {
    font-size: 30px;
    line-height: normal;
    vertical-align: middle;
}
.blog_items .blog-read-more:hover {
    background: #000000;
}

.blog_items .share {
    margin-top: 20px;
	clear: both;
}
.blog_items .share #os-share-more {
	transform: translateX(-50%);
}



.single .blog_items {
	margin-bottom: 0px;
}
.single .blog_items .post-media {
    margin-bottom: 20px;
}
.single .blog_items .post-media img {
    max-width: 100%;
	height: auto;
}
.blog_sidebar {
	padding: 0px;
	margin-bottom: 30px;
	border: 0px solid #dddddd;
	border-radius: 0px;
}
.blog_sidebar:last-child {
    margin-bottom: 0px;
}
.blog_sidebar .title {
	padding: 0 0 7px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #e0282a;
	font-size: 25px;
    color: #e0282a;
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
}
.blog_sidebar .search-form {
    position: relative;
}
.blog_sidebar .search-form label {
    display: none
}
.blog_sidebar .search-form .search-field {
    display: inline-block;
    width: 100%;
    height: 40px;
    padding: 7px 40px 7px 10px;
    margin-bottom: 0;
    border: 2px solid #c3c3c3;
	outline: 0;
    background-color: #fff;
    font-size: 16px;
    color: #424242;
    line-height: normal;
    vertical-align: top;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.blog_sidebar .search-form .search-submit {
	display: inline-block;
    min-width: auto;
    padding: 3px 7px;
    margin-bottom: 0;
    background-color: transparent;
    border: none;
    font-size: 25px;
    color: #c3c3c3;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    line-height: normal;
	cursor: pointer;
	position: absolute;
    top: 0;
    right: 0;
}
.blog_sidebar .search-form .search-submit:hover {
    color: #000000;
    text-decoration: none
}
.blog_sidebar ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.blog_sidebar ul li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 25px;		
	font-size: 18px;
	font-weight: 400;
}
.blog_sidebar ul li:before {
	position: absolute;
	content:'\f142';
	font-family:"Material Design Icons";
	font-size: 20px;
	color: #282828;
	left: 0;
	top: 0;
}
.blog_sidebar ul li.hover {
}
.blog_sidebar ul li:last-child {
	margin-bottom: 0px;
}
.blog_sidebar ul li a {
	color: #282828;
	text-decoration: none;
}
.blog_sidebar ul li a:hover,
.blog_sidebar ul li.current_page_item a {
	color: #e0282a;
	text-decoration: none;
}
.blog_sidebar ul li a + span {
    display: block;
    font-size: 14px;
	color: #999999;
	font-style: italic;
}
.blog_sidebar ul.wp-tag-cloud li {
	display: inline-block;
	margin: 0 4px 7px 0;
	padding-left: 0px;
	background: none;
}
.blog_sidebar ul.wp-tag-cloud li.hover {
	background: none;
}
.blog_sidebar ul.wp-tag-cloud li a {
	display: block;
	padding: 4px 10px;
	border: 1px solid #666666;
	color: #666666;
	text-decoration: none;
}
.blog_sidebar ul.wp-tag-cloud li a:hover {
	color: #004191;
	text-decoration: none;
}
.pagination {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}
.pagination ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.pagination ul li {
	display: inline-block;
	width: auto;
	padding: 0 7px;
	font-size: 16px;
	color: #666666;
	text-align: center;
}
.pagination ul li a {
	display: block;
	padding: 5px 12px;
	border: 1px solid #a1a1a1;
	color: #666666;
	text-decoration: none;
}
.pagination ul li a:hover {
	border: 1px solid #000000;
	background: #000000;
	color: #ffffff;
}
.pagination ul li.active .current {
	display: block;
	padding: 5px 12px;
	border: 1px solid #000000;
	background: #000000;
	color: #ffffff;
}
.user_cmt_box {
	float: left;
	width: 100%;
	margin-top: 30px;
	padding: 30px 0 0 0;
	border-top: 1px solid #cccccc;
}
.user_cmt_box h3 {
	margin: 0px;
	padding-bottom: 20px;
	font-size: 24px;
	color: #004191;
	font-weight: 600;
}
.user_cmt_box .media_list {
	display: inline-block;
	width: 100%;
	padding: 10px 0;
}
.user_cmt_box .media_list .blog-user-image {
	display: inline-block;
	width: 69px;
}
.user_cmt_box .media_list .blog-user-image img {
	border-radius: 50%;
}
.user_cmt_box .media_list .blog-user-comment-body {
	float: right;
	width: calc(100% - 69px);
	padding: 0px 12px;
	box-sizing: border-box;
}
.user_cmt_box .media_list .blog-user-comment-body .user_name {
	display: inline-block;
	width: auto;
	padding-right: 10px;
	font-size: 18px;
	color: #000000;
	font-weight: 600;
}
.user_cmt_box .media_list .blog-user-comment-body .date {
	display: inline-block;
	width: auto;
	padding-right: 10px;
	font-size: 16px;
	color: #777777;
	font-weight: 400;
}
.user_cmt_box .media_list .blog-user-comment-body .comment_reply {
	display: inline-block;
	width: auto;
	font-size: 16px;
	color: #777777;
	font-weight: 400;
}
.user_cmt_box .media_list .blog-user-comment-body .comment_reply a {
	color: #777777;
	text-decoration: none;
}
.user_cmt_box .media_list .blog-user-comment-body .comment_reply a:hover {
	color: #004191;
}
.user_cmt_box .media_list .blog-user-comment-body p {
	margin: 0;
	padding: 5px 0;
	font-size: 16px;
	color: #000000;
	font-weight: 400;
	line-height: 25px;
}
.user_cmt_box .children {
	margin: 0;
	padding-left: 40px;
}
.comment-respond {
	float: left;
	width: 100%;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px dashed #cccccc;
}
.comment-respond h3 {
	margin: 0px;
	padding-bottom: 20px;
	font-size: 24px;
	color: #010101;
	font-weight: 600;
}
.comment-respond h3 small {
	padding-left: 10px;
	font-size: 17px;
	font-weight: 400;
	text-transform: none;
}
.comment-respond a {
	color: #333333;
	text-decoration: none;
}
.comment-respond a:hover {
	color: #004191;
	text-decoration: none;
}
.comment-respond p {
	display: inline-block;
	width: 100%;
	padding: 10px 0px;
	margin: 0px;
	font-size: 15px;
	color: #222;
	font-weight: 400;
	line-height: normal;
}
.comment-respond p label {
	float: left;
	width: 20%;
	margin: 0;
	padding-right: 20px;
	font-weight: 400;
	text-transform: none;
	text-align: right;
	cursor: pointer;
}
.comment-respond p textarea {
	float: left;
	width: 70%;
	height: 100px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	outline: 0;
	font-size: 16px;
	color: #222;
	resize: none;
}
.comment-respond p input {
	float: left;
	width: 70%;
	height: 37px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	outline: 0;
	font-size: 16px;
	color: #222;
}
.comment-respond p.comment-form-cookies-consent input {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 2px 4px 0 20%;
	background-color: transparent;
	border: none;
}
.comment-respond p.comment-form-cookies-consent label {
	float: left;
	width: calc(70% - 20px);
	margin: 0;
	padding-right: 0px;
	font-size: 14px;
	text-align: left;
}
.comment-respond p .submit {
	float: left;
	width: auto;
	height: auto;
	padding: 12px 32px;
	margin-left: 20%;
	border: 0px solid #e0282a;
	background-color: #e0282a;
	border-radius: 0;
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	letter-spacing: 0px;
	transition: .5s all;
}
.comment-respond p .submit:hover {
	background-color: #000000;
}
.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 1em 0 0;
	width: 33.33%;
}
.gallery-columns-1 .gallery-item {
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}
.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}
.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

