/*
	Theme Name: LDM
	Theme URI: http://html5blank.com
	Description: WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
h2.light {
    font-weight: 100;
}.h1, .h2, .h3, h1, h2, h3 {
    margin: 0;
    color: #003470;
    }
h4.samibold {
    font-weight: 600;
}

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-size: 16px;
	transition:0.5s;
	font-family: 'Roboto', sans-serif;
	color:#4a4947;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#003470;
	font-weight: 400;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* Menu Bar */

.menu_bar {
    position: absolute;
    top: 0;
    z-index: 10;
    left: 0;
    right: 0;
    margin: 0 auto;
}
header {
    overflow: hidden;
    position: relative;
}

/* Slider */
.home_slider {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 200px 0 0;
    height: 754px;
}
.home_slider h1 {
    text-transform: uppercase;
    text-shadow: 4px 4px 15px #131313;
    font-weight: bold !important;
    font-size: 73px;
    color: #fff;
    margin: 0;
}
.home_slider h2 span {
    color: #fdbd21;
}
.home_slider h1 span {
    color: #afd02d;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
}
.home_slider .box {
    padding: 15px 138px;
    min-height: 260px;
    width: 790px;
    position: relative;
    display: inline-block;
    background-color: #11476b59;
}
.home_slider h2 {letter-spacing: 1px;text-shadow: 2px 2px 2px #000;font-weight: 600;color: #fff;font-size: 40px;}
.home_slider p {
    margin-top: 10px;
    font-weight: 300;
    font-size: 25px;
    color: #fff;
}.home_slider h2 b {
    font-size: 65px;
    text-transform: uppercase;
}
.home_slider .box a {
    position: absolute;
}
.home_slider a, .sec1 a.vc_general {
    transition: 0.5s;
    margin-top: 35px;
    display: inline-block;
    text-decoration: none;
    padding: 10px 40px;
    font-size: 14px;
    color: #fff;
    background: #009cdf;
    text-transform: uppercase;
}.home_slider a:hover {
    background: #003470;
}
.owl-pagination {
    position: absolute;
    bottom: 15px;
    text-align: center;
    width: 100%;
}.owl-pagination .owl-page.active {
    width: 10px;
    height: 10px;
    margin: 5px;
    background-color: #6e7174;
}.owl-pagination .owl-page {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #c4c3c7;
    border: 1px solid #fff;
    border-radius: 10px;
}


/* Home Styling */


/*Inner Styling*/
.inner_header {
    padding-top: 150px;
    background-size: cover;
    background-color: #ccc;
    position: relative;
    background-repeat: no-repeat;
    text-align: center;
    height: 435px;
}.inner_header h1 {
    display: inline-block;
    text-transform: uppercase;
    text-shadow: 4px 4px 15px #131313;
    font-weight: bold !important;
    font-size: 73px;
    color: #fff;
    margin: 0;
    padding: 20px 35px;
    background: #40403ec9;
}


.middle {
    padding: 80px 0;
}
.page p {
    font-size: 16px;
    line-height: 30px;
	color: #000000;
/*	font-weight:100;
text-align: justify;
text-align-last: center;*/
}
.middle h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.middle p {
    text-align: justify !important;
    text-align-last: center;
    color: #fff;
    font-size: 18px;
}

.page h3 {
	color:#003470;
	font-size:22px;
	margin-bottom:20px;
}



/* Footer Styling */
footer {
	padding: 70px 0 0;
	line-height: 25px;

	background: #404040;
	border-bottom: 12px solid #009cdf;
}
footer a {
    transition: 0.5s;
    color: #b1b1b1;
}footer ul li:hover a, footer a:hover, .top_bar a:hover {
    text-decoration: none;
    color: #fff;
}
footer h3 {
    color: #fff !important;
    font-weight: 100 !important;
    margin: 3px 0 22px !important;
    font-size: 18px !important;
}
.myform input, .myform textarea {
    margin-bottom: 6px;
    width: 100%;
    padding: 6px 10px;
}
footer .myform textarea {
    height: 118px;
}
.copyright {
    padding: 20px 0 12px;
    margin-top: 30px;
    overflow: hidden;
    border-top: 1px solid #7a7a7a;
    clear: both;
    color: #fff;
    font-size: 12px;
}
.copyright p { color:#fff !important; text-align:left !important; text-align-last:left !important; font-size:18px !important; font-weight:300!important; }
.contact-frm input, .contact-frm textarea, .contact-frm select {
    margin-bottom: 14px;
    padding: 6px 17px;
    width: 100%;
}.contact-frm input.wpcf7-submit {
    padding: 10px 0;
    border: 0;
    background: #0b5fab;
    color: #fff;
    text-transform: uppercase;
    transition: 0.5s;
}.contact-frm input.wpcf7-submit:hover {
    background: #eb2625;
}footer .col-md-5 {
    padding-right: 90px;
}i.icon {
    background: url(img/sprite.png);
}.top_bar i.icon {
    margin-right: 8px;
}

i.icon.email {
    width: 19px;
    background-position: -37px -1px;
}.sec1 .more p::before {
    content: '';
    background: url(img/sprite.png) -75px 0;

    position: absolute;
    right: 0;
    left: 0;
    bottom: 15px;
    margin: 0 auto;
    height: 17px;
    width: 19px;
}.sec2 .left .box a.icon.phone::before {
    content: '';
    background: url(img/sprite.png) 0 -38px;
    position: absolute;
    top: 3px;
    left: -45px;
    height: 31px;
    width: 31px;
}footer .widget_media_image {
    margin-left: 30px;
}footer ul.menu {
    font-weight: 300;
    font-size: 14px;
    list-style: none;
    padding: 0;
}

footer ul.menu li {
    transition: 0.75s;
    position: relative;
    padding: 0 0 0 16px;
}

footer ul.menu li::before {
    transition: 0.75s;
    content: '';
    background: url(img/sprite.png) -111px 0;
    position: absolute;
    top: 5px;
    left: 0;
    height: 31px;
    width: 6px;
}footer ul.menu li:hover::after {
    right: 0;
}
.page h1 {
    font-weight: 300;
}
.top_bar ul li {
    display: inline-block;
}.top_bar ul li a {padding-left: 15px;}
.page main {
    min-height: 140px;
}.boldx p {
    padding: 50px 0;
    text-align: justify;
    font-weight: 300;
    font-size: 30px;
}.foot.subx {
    background: #fdbd21;
    padding: 45px 0;
}.home .foot.subx {
    display: none;
}.con_dtl {
    color: #fff;
}
.con_dtl .vc_column-inner {
    padding: 42px 45px !important;
}.con_dtl .wpb_text_column {
    padding: 45px 0 0;
}

.con_dtl .wpb_text_column img {
    margin-right: 10px;
}.contact_formx input {
    /* background: #f0f0f0; */
    border: 0;
    border-bottom: 1px solid #009cdf;
    font-size: 16px;
    height: 35px;
    width: 100%;
    margin-bottom: 24px;
}

.contact_formx h2 {
    margin-bottom: 40px;
    font-size: 22px;
    color: #009cdf;
}
a.logo img {
    margin-top: 17px;
}
.contact_formx  label {
    font-size: 14px;
    font-weight: 400;
}.contact_formx textarea {
    height: 100px;
    border: 0;
    border-bottom: 1px solid #009cdf;
    font-size: 16px;
    width: 100%;
}
.con_bor {
    border: 1px solid #e6028c;
}
.contact_formx {
    padding: 60px 30px 75px;
}.contact_formx input.wpcf7-form-control.wpcf7-submit {
    background: url('img/con_btn.png');
    height: 75px;
    width: 75px;
    border-radius: 90px;
    position: absolute;
    left: -15px;
    top: 85px;
    color: #0000;
    background-color: #fdbd21;
    border: 0;
}
/* Menu Styling */
#cssmenu ul li.bg::before {
    transition: 0.75s;
    background: #4b2682;
    content: '';
    position: absolute;
    top: 0;
    width: 173%;
    height: 100%;
}

#cssmenu ul li.bg a {
    color: #fff;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
	border: 0;
	list-style: none;
	line-height: 1;
	margin: 0;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#cssmenu:after, #cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
#cssmenu #head-mobile {
	display: none
}
#cssmenu {
	clear: both;
	display: block;
	float: right;
}
#cssmenu > ul > li {
	float: left;
	margin: 0px 0;
	position: relative;
}#cssmenu ul li.bg:hover a {
    background: none;
}
#cssmenu > ul > li > a {
	transition: 0.75s !important;
	line-height: 16px;
	position: relative;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	margin-left: 42px;
	padding: 37px 12px 22px;
	letter-spacing: 1px;
}
#cssmenu > ul > li > a:before {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: '';
	right: 0;
}#cssmenu ul li.bg:hover::before {
    background: #0e61ae;
}
#cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
	color: #ffffff;
}#cssmenu > ul > li.button {
    transition: 0.75s;
    padding: 11px 0 14px;
    text-align: center;
    width: 220px;
    border-radius: 5px;
    background: #09591f;
    margin-top: 0 !important;
    margin-left: 12px;
}#cssmenu > ul > li.button:hover a, #cssmenu > ul > li.button:hover {
    color: #000;
    background: #fdc70c;
}
#cssmenu > ul > li:hover a, #cssmenu > ul > li.current-menu-item a, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
	/* color: #ffffff; */
	background: #11476b;
	-webkit-transition: background .3s ease;
	-ms-transition: background .3s ease;
	transition: background .3s ease;
}
#cssmenu > ul > li.has-sub > a {
	padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
	position: absolute;
	top: 21px;
	right: 13px;
	width: 8px;
	height: 2px;
	display: block;
	background: #000000;
	content: '';
}
#cssmenu > ul > li.has-sub > a:before {
	position: absolute;
	top: 22px;
	right: 16px;
	display: block;
	width: 2px;
	height: 8px;
	background: #000000;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
	top: 23px;
	height: 0
}
#cssmenu ul ul {
	position: absolute;
	left: -9999px;
	opacity: 1;
	z-index: 100;
}
#cssmenu ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	background: transparent;
	transition: all .25s ease;
}
#cssmenu ul ul li:hover {
}
#cssmenu li:hover > ul {
	padding: 0;
	left: 0px;
}

#cssmenu li:hover > ul > li {
	height: 35px;
}
#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0
}
#cssmenu ul ul li a {
	border-bottom: 1px solid rgba(150,150,150,0.15);
	width: 190px;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	padding: 10px 20px;
	font-weight: 400;
	display: block;
	text-align: left;
	text-transform: capitalize;
}
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
	border-bottom: 0
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
	background: #071689;
	color: #fff;
}
#cssmenu ul ul li.has-sub > a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: ''
}
#cssmenu ul ul li.has-sub > a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}
#cssmenu ul ul > li.has-sub:hover > a:before {
	top: 17px;
	height: 0
}
#cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
	background: #363636;
}
#cssmenu ul ul ul li.active a {
	border-left: 1px solid #fff
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active> a {
	border-top: 1px solid #fff
}



.sidebar h2 {    background: #0e61ae;
    padding: 12px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 4px solid #f31818;}

.conatct_area h3 {
    font-size: 36px;
    font-weight: 600;
    padding-top: 50px;
    padding-bottom: 15px;
}

.conatct_area p { padding: 0 100px;}
.page-id-167 .conatct_area { display:none;}


 @media screen and (max-width:767px) {
nav {
	width: 100%;
}
#cssmenu {

	width: 92%;
	float: none;
	position: absolute;
	padding: 0;
	top: 0;
}
#cssmenu ul {
	padding: 0;
	width: 96%;
	left: 15px;
	position: absolute;
	top: 0;
	display: none;
	z-index: 100000;
	background: #353535;
}
#cssmenu ul li {
	width: 100%;
	border-top: 1px solid #fff
}
#cssmenu ul li:hover {
	background: #363636;
}
#cssmenu ul ul li, #cssmenu li:hover > ul > li {
	height: auto
}
#cssmenu ul li a, #cssmenu ul ul li a {
	width: 100%;
	border-bottom: 0
}
#cssmenu > ul > li {
	float: none
}
#cssmenu ul ul li a {
	padding-left: 25px
}
#cssmenu ul ul li {
	background: #333!important;
}
#cssmenu ul ul li:hover {
	background: #363636!important
}
#cssmenu ul ul ul li a {
	padding-left: 35px
}
#cssmenu ul ul li a {
	color: #fff;
	background: none;
	text-transform: capitalize;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
	color: #fff
}
#cssmenu ul ul, #cssmenu ul ul ul {
	position: relative;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: left;    top: 0;
}
#cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
	display: none
}
#cssmenu #head-mobile {
	display: block;
	padding: 12px;
	color: #ddd;
	font-size: 12px;
	font-weight: 700;
}
#cssmenu .button {
	width: 35px;
	height: 34px;
	position: absolute;
	right: 0;
	top: -40px;
	cursor: pointer;
	z-index: 12399994;
	background: #01113a;
}
#cssmenu ul ul li a strong {
	color: #01d7e1;
}
#cssmenu > ul > li > a {
	color: #fff;
	margin-left: 0;
	font-size: 14px;
	padding: 15px;
}
#cssmenu .button:after {
	position: absolute;
	top: 16px;
	right: 0;
	left: 0;
	display: block;
	height: 8px;
	width: 20px;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	content: '';
	margin: 0 auto;
}
#cssmenu .button:before {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	top: 10px;
	right: 0;
	display: block;
	height: 2px;
	width: 20px;
	background: #ffffff;
	content: '';
	left: 0;
	margin: 0 auto;
}
#cssmenu .button.menu-opened:after {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	top: 16px;
	border: 0;
	height: 2px;

	width: 19px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#cssmenu .button.menu-opened:before {
	top: 16px;
	background: #fff;
	width: 19px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#cssmenu .submenu-button {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 0;
	display: block;
	border-left: 1px solid #444;
	height: 46px;
	width: 46px;
	cursor: pointer
}
#cssmenu .submenu-button.submenu-opened {
	background: #262626
}
#cssmenu ul ul .submenu-button {
	height: 34px;
	width: 34px
}
#cssmenu .submenu-button:after {
	position: absolute;
	top: 22px;
	right: 19px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;

	content: ''
}
#cssmenu ul ul .submenu-button:after {
	top: 15px;
	right: 13px
}
#cssmenu .submenu-button.submenu-opened:after {
	background: #fff
}
#cssmenu .submenu-button:before {
	position: absolute;
	top: 19px;
	right: 22px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: ''
}
#cssmenu ul ul .submenu-button:before {
	top: 12px;
	right: 16px
}
#cssmenu .submenu-button.submenu-opened:before {
	display: none
}
#cssmenu ul ul ul li.active a {
	border-left: none
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {






	border-top: none
}
}


/* New Styling */



.home h2 {
    font-size: 36px;
    font-weight: 600;
    padding-top: 50px;
    padding-bottom: 50px;
}

.sec1 {
    min-height: 756px;
}

.sec1 a.vc_general {
    margin-top: 65px;
    color: #fff !important;
    background: #797979 !important;
    border-radius: 0;
}

.sec1 p {
    text-align: justify;
}.sec2 {
    text-align: center;
    padding: 0 0 50px;
}.sec-video {
    padding: 40px 0;
}/*.sec-map {
    padding-top: 100px;
    min-height: 582px;
}*/
.sec-map {
    padding-top: 40px;
    min-height: auto;
    padding-bottom: 40px;
}
.sec-map .location {
    /*padding: 0 30px;
    border: 1px solid #959595;
    background: #fff;*/
}.sec-map .location .vc_column-inner {
    padding-right: 0;
    padding-left: 0;
}.sec-map .location p {
    font-size: 20px;
	margin-bottom:30px;
}

.sec-map .location h5 {
    color: #32469c;
    text-transform: uppercase;
}
.sec-map .location input, .sec-map .location textarea {
    font-size: 14px;
    width: 100%;
    padding: 7px 12px;
    margin-bottom: 8px;
}

.sec-map .location textarea {
    margin: 0;
    height: 70px;
}

.sec-map .location input.wpcf7-submit {
    padding: 10px 0;
    text-transform: uppercase;
    position: absolute;
    bottom: -16px;
    background: #797979;
    width: 150px;
    color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 0;
    transition: 0.75s;
}.sec-map .location input.wpcf7-submit:hover {
    background: #003470;
}.copyright ul {
    float: right;
    list-style: none;
    padding: 0;
}

.copyright ul li {
    display: inline-block;
    margin-left: 15px;
}footer ul.menu li:hover {
    padding: 0 0 0 20px;
}.sec2 ul.wpb_image_grid_ul li {
    padding: 0 18px;
}

.sec2 ul.wpb_image_grid_ul li img {
    padding: 2px;
}footer label {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

footer  input {
    padding: 5px;
    background-color: #2d2d2d;
    border: 0;
}
h2 {
    font-size: 36px;
}
footer  input#es_txt_button {padding: 8px 0;font-size: 12px;background: #009cdf;color: #fff;}
.map-contact-details p {text-align:left; line-height:inherit;text-align-last:left;}
#cssmenu > ul > li > a {
    margin-left: 0;
    font-size: 16px;    text-transform: capitalize;
    padding: 17px 10px;
}
ul.onmbfx {
    margin: 0;
    padding: 0;
}
/*.right-top-info a {
    float: right;
    padding-left: 17px;
    display: inline-block;
    padding: 15px;font-size: 17.57px;
    padding-right: 0;color:#fff;
}*/
.right-top-info a {
    float: right;
    /* padding-left: 17px; */
    display: inline-block;
    padding: 5px 15px;
    font-size: 17.57px;
    /* padding-right: 0; */
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}
.right-top-info a .fa {
    margin-right: 5px;
    background: #11476b;
    width: 34px;
    height: 34px;
    text-align: center;
    border-radius: 50%;
    font-size: 17px;
    display: inline-block;
    padding-top: 7px;
}
.right-top-info a i.fa.fa-phone {
    font-size: 20px;
}
.home_slider h1 {
    font-size: 58.5px;
}
.home_slider h3 {
    font-size: 38.5px;color:#ffd803;    text-transform: uppercase;
    font-weight: 700;    margin-bottom: 0;
}
.home_slider p{
    font-size: 24px;color:#fff;font-weight:700;text-align:left;text-align-last: left;    margin-bottom: 0;
}
.home_slider .box {
    width: auto;
    padding: 25px 25px;
    min-height: 300px;
}
.home_slider .box a {
    margin-top: 0;
    background: #000;
}
.home_slider .box a:hover {
    background: #11476b;
}
.sec-map .location input.wpcf7-submit {
    background: #11476b;
}
.sec1 a.vc_general {
    background: #32469c !important;
}
.menu_bar {
    background: url(img/header-bg.png);
}
footer {
    padding: 70px 0;
    line-height: 25px;
    background: #020202;
    border-bottom: 0 solid #009cdf;
}
.copyright {
    padding: 13.5px 0;
    margin-top: 0px;
    overflow: hidden;
    border-top: 0;
    clear: both;
    color: #fff;
    font-size: 12px;
    background: #11476b;
}
.copyright p {
    color: #fff !important;
    text-align: center !important;
    text-align-last: center !important;
    font-size: 16px !important;line-height:16px;
    font-weight: 300!important;margin: 0px;
}
footer ul.menu li {
    display: inline-block;padding: 0;
}
footer ul.menu li a{
    display: block;padding:10px;
}
footer ul.menu li a {
    display: block;
    padding: 0 10px;
    border-left: 1px solid;
    line-height: 14px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
}
footer ul.menu li:first-child a {
    border-left: 0 solid;
}
footer ul.menu li::before{
    display:none;    
}
.widget_nav_menu h3{
    display:none;   
}
.widget_nav_menu {
    padding:40px 0 20px 0;
}
footer .widget_text h3 {
    font-size: 20px !important;
    font-weight: 700 !important;
}
.es_subscription_form_submit.es_submit_button.es_textbox_button {
    background: #11476b;
    color: #fff;
    font-size: 12px;    float: left;
    padding: 7px 19px;
}
footer input.es_required_field.es_txt_email.ig_es_form_field_email {
    font-size: 14px;
    color: #c5c5c5;
    padding: 5.5px;
    width: 100%;
    padding-left: 25px;
    background: #3c3c3c url(img/email.png) no-repeat;
    background-position: left center;
    border: 0 !important;
    border-left: 10px solid #3c3c3c !important;
    padding-right: 0;
}
footer .es-field-wrap label {
    width: 100%;background: url(img/email.png) no-repeat;
}
.es-field-wrap {
        width: auto;   float: left;
    display: inline-block;
}
.emaillist {
    width: 289px;
    margin: 0 auto;
}
.menu_bar{
     transition: all .8s ease;

}
.menu_bar.fixed {
    position: fixed;
    top: 0;transition: all .8s ease;
    width: 100%;
    background: #3c3c3ceb;
    box-shadow: 0px 5px 20px #000000a8;
}
.logged-in .menu_bar.fixed {
    top: 32px;
}
.menu_bar.fixed .row.right-top-info {
    display: none;
}
.menu_bar.fixed a.logo img {
    margin: 5px 0;
    height: 57px;
    width: auto;
}
.menu_bar.fixed nav#cssmenu {
    margin-top: 10px;
}
a {
  text-decoration: none !important;transition: all .8s ease;
}
.right-top-info a:hover {
    background: #11476b;transition: all .8s ease;
}
.sec1 a.vc_general:hover {
    background: #11476b !important;
}
.es_subscription_form_submit.es_submit_button.es_textbox_button:hover{
    background: #ffd803 !important;color: #000 !important;
}
footer ul.menu li:hover {
    padding: 0;
}
footer ul.menu li:hover a {
    color: #11476b !important;
}
.box1 {
    height: 754px;
    display: table;
    vertical-align: middle;
}
.home_slider {
    padding: 0;
}
.home_slider .box {
    display: table-cell;
    vertical-align: middle;padding: 0;
    background-color: transparent;
}
.box3 {
    background-color: #11476b59;
    width: auto;
    padding: 25px 25px;
    min-height: 300px;
}
@media screen and (max-width:1100px){
div#owl-demo div {
    width: 100% !important;
}
#cssmenu > ul > li > a {
    font-size: 14px;
    padding: 17px 7px;
}
.right-top-info a {
    margin-top: 0;
    margin-bottom: 0;
}
.home_slider {
    height: 100vh;
}
.box1 {
    height: 100vh !important;
}
}
@media screen and (max-width:820px){
 footer ul.menu li a {
   font-size: 13px;
}
.home_slider {
    height: 500px;
}
.box1 {
    height: 500px !important;
}
.vc_column-gap-20 .wpb_column.vc_column_container.vc_col-sm-3.vc_col-has-fill {
    width: 50%;
}
.menu_bar .col-sm-8 {
    width: 70%;
}
.menu_bar .col-sm-4 {
    width: 30%;
}
#cssmenu > ul > li > a {
    font-size: 11px;
    padding: 17px 5px;
}
.right-top-info a {
    padding: 5px 0 0px 15px;
    font-size: 14.57px;
}
.sec-map .location .wpb_column.vc_column_container.vc_col-sm-5, .sec-map .location .wpb_column.vc_column_container.vc_col-sm-7 {
    width: 50%;
}
}
@media screen and (max-width:740px){
   .menu_bar .col-sm-4 {
    width: 60%;
    float: left;
}
.menu_bar .col-sm-8 {
    width: 30%;
    float: left;
}
a.logo img {
    padding-top: 5px;
    width: 100%;
    margin: 0;
}
.right-top-info a {
    padding: 5px 0 0px 5px;
    font-size: 0;
    display: inline-block;
    float: left;
    margin: 0;
}
nav#cssmenu {
    position: relative;
    margin-top: 10px;
}
#cssmenu .button {
   right: -30px;
   top: -44px;
}
.row.right-top-info {
    padding-top: 7px;
}
#cssmenu #head-mobile {
    padding: 0;
}
#cssmenu .button {
    right: 20px;
    top: -50px;
}
.menu_bar .col-sm-8 {
    width: 100%;
    float: left;
}
#cssmenu {
    width: 100%;
    float: none;
    position: absolute;
    padding: 0;
    top: 0;
}
#cssmenu ul {
    padding: 0;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    display: none;
    z-index: 100000;
    background: #353535;
}
#cssmenu > ul > li > a {
    text-align: center;
}
.row.right-top-info a {
    display: none;
}
.menu_bar .col-sm-4 {
    width: 100%;
    float: left;
}
a.logo {
    width: 54%;
    float: left;
}
.right-top-info.hidden.formobile {
    display: inline-block !important;
    float: left;margin-top: 10px;
    width: 46%;
}
a.logo img {
    padding-top: 16px !important;
}
div.home_slider .box {
    width: auto;
    padding: 0;
}
div.home_slider .box h1 {
    font-size: 23px;
}
div.home_slider h3 {
    font-size: 15.5px;
    padding-top: 10px;
}
div.home_slider p {
    font-size: 13px;
    line-height: 24px;
}
div.home_slider p br {
    display: none !important;
}
div.box1 {
    height: 300px !important;
}
div#owl-demo div.container {
    width: 100% !important;
    padding: 0;
}
.vc_column-gap-20 .wpb_column.vc_column_container.vc_col-sm-3.vc_col-has-fill {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
}
.copyright p {
    font-size: 13px !important;
}
.menu_bar.fixed {
    position: relative;
}
.sec-map .location .wpb_column.vc_column_container.vc_col-sm-5, .sec-map .location .wpb_column.vc_column_container.vc_col-sm-7 {
    width: 100%;
 
}
.sec-map .location p {
    font-size: 14px;
    text-align: center;
    text-align-last: center;
}
.sec-map .location {
    text-align: center;
    margin: 0 4%;
    width: 95%;
}
div#contact-us {
    margin-top: 0 !important;
}
footer .widget_media_image {
    margin-top: 0px !important;
}
}
@media screen and (min-width:1100px) and (max-width:3000px){
    .box3 {
    margin-top: 114px;
}
}
@media screen and (min-width: 500px) and (max-width: 740px){
.sec-map .location {
    text-align: center;
    margin: 0;
    width: 100%;
    border: 0;
}
.vc_column-gap-20 .wpb_column.vc_column_container.vc_col-sm-3.vc_col-has-fill {
    width: 50%;
    padding: 5px;
    margin-bottom: 0px;
}
#cssmenu .button {
    top: -64px;
}
}
@media screen and (min-width: 600px) and (max-width: 740px){
.right-top-info.hidden.formobile {
    margin-top: 26px;
}
.home_slider {
    height: 300px !important;
}
}
.inner_header h1 {
    margin-top: 57px;
}
.joinmiddle p {
    text-align: left !important;
    color: #fff;
    font-size: 18px;
}
.sec-map .location input, .sec-map .location textarea, .sec-map .location select {
    font-size: 14px;
    width: 100%;
    padding: 7px 12px;
    margin-bottom: 8px;
    height: 47px !important;
    background-color: #f7f7f7;
    border-radius: 5px;
    border: 1px solid #4a4947;
    padding-left: 20px;
    color: #000000;
    font-size: 14px;

}
.wpcf7-not-valid-tip{
    
    text-align:left;
    }
.sec-map .location textarea{
    height: 100px !important;margin-bottom: 5px;
}
div.slidecap {
    background: url(https://bpopros.com//wp-content/uploads/2018/09/slider-bg.png);
    padding: 50px !important;
    max-width: 1500px !important;
    display: block;
    max-height: 700px !important;
    background-repeat: repeat !important;
    height: 300px !important;
	padding-top: 30px !important;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    color: #ffffff !important;
    border-color: #003470;
    background-color: #003470 !important;
    padding: 15px 70px;
    font-size: 25px;
    font-weight: 900;
	text-transform: uppercase;

}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {

    background-color: #40403ec9 !important;
}
.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern {
    color: #ffffff !important;
    border-color: #40403ec9 !important;
    background-color: #40403ec9 !important;
    padding: 15px 70px;
    font-size: 25px;
    font-weight: 900;
	text-transform: uppercase;
}
.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:hover {
	color: #000 !important;
    border-color: #fff;
    background-color: #fff !important;
}
replace.middle p {
    text-align: left !important;
    text-align-last: center;
    color: #fff !important;
    font-size: 18px;
}
.container.blogpage {
    margin-top: 200px;
}
 
.blogs{}
.blogs li {width: 100%;margin-bottom: 20px;min-height: 210px;clear: both;float: left;border-bottom: 1px solid #dcdcdc;}
.blogs li:last-child{ border:none;}
.blogs li h4{text-transform: capitalize;background: #f0f0f0;padding: 10px;position: relative;margin-bottom: 20px;font-weight: 600;color: #2f2f2f;}
.blogs li h4 span{width: 7%;text-align: center;background: #b12224;font-size: 11px;line-height: 18px;text-transform: uppercase;color: #fff;position: absolute;right: 0;top: 0;}
.blogs li h4 span strong{ display:block; font-size:26px; font-weight:normal;}
.blogs li a{ float:right;}
.blogs li .meta {background: #f0f0f0;padding: 10px;position: relative;margin: 38px 0 0;font-weight: 500;float: right;clear: right;width: 67%;color:#989898;font-size:16px;line-height:21px;}
.blogs li .meta span{ background:url('images/user-bg.png') no-repeat;padding: 3px 30px;}
.blogs li .meta span.comments{ margin-left:10px; background:url('images/comments.png') no-repeat;}
.blogs li .meta span strong{color: #258ef9;font-weight: normal;text-transform: capitalize;}
.sidebar ul{ padding:0; margin:0;}
.sidebar ul li{ list-style:none;}
.sidebar-pro{ border:1px solid #c2c2c2;    padding: 0 !important; border-radius:5px; overflow:hidden;}
.sidebar-pro h4{background: #b12224;color: #fff;padding: 10px;font-size: 20px;line-height: 29px;margin: 0;}
.sidebar-pro .cat li{margin-bottom: 6px;list-style: none;padding: 10px;}
.sidebar-pro .cat li:hover{background: #b12224;}
.sidebar-pro .cat li:hover a{color: #fff;}
.sidebar-pro .cat li.current-cat{background: #b12224;}
.sidebar-pro .cat li:last-child{ margin-bottom:0;}
.sidebar-pro .cat .product-categories{ margin-bottom:0;}
.sidebar-pro .cat li a{ color:#424242; font-size:14px;}
.sidebar .recent li{border-bottom: 1px solid #c7c7c7;margin:5px 0; padding:5px 0;overflow:hidden;font-size: 14px;}
.sidebar .recent li h5{ margin-top:0;}
.sidebar .recent li:last-child{ border:none;}
.sidebar h4{background: #303030;color: #fff;padding: 10px;font-size: 20px;line-height: 29px;}
.sidebar .recent h5{ color:#231f20; font-size:14px; margin-bottom:10px;}
.sidebar .recent p{ color:#6d6d6d; line-height:16px;}
.sidebar .recent .more a{ color:#258ef9; float:right;}
.sidebar .cat li{border-bottom:1px solid #ddd;font-weight:600; margin:5px 0;padding:5px 0;}
.blogs .loop {border-bottom: 1px solid #ddd;margin: 10px 0;overflow: hidden;padding: 10px 0;}
.sidebar .section{ margin-top:10px; overflow:hidden;}
.blogs .title{ margin:0;}
.blogs small{ margin-bottom:10px; display:inline-block; color:#888;}
.sidebar .cat li:last-child{ border:0; margin-bottom:0; padding-bottom:0;} 
.sidebar .cat li a{ color:#424242; font-size:14px;}
.blogs .meta {background: #ddd;margin-top: 10px;padding: 5px;}
footer ul.menu li a {
    font-size: 13px;
}
.col-md-9.nopad.blogs img {
    height: auto;
}
.container.blogpage img {
    height: auto;
    margin-bottom: 20px;
}
a.learnmore button {
    padding: 10px 0;
    text-transform: uppercase;
    /* position: absolute; */
    /* bottom: -16px; */
    background: #11476b;
    width: 150px;
    color: #fff;
    /* left: 0; */
    /* right: 0; */
    /* margin: 0 auto; */
    border: 0;
    transition: 0.75s;
}
a.learnmore:hover button {
    background: #003470;
    transition: 0.75s;
}
.loop h2.title {
    font-size: 24px;
}
 footer ul.menu li a {
    font-size: 13px;
    padding: 10px;
    border: 0;
}
footer ul.menu li {
    display: block;
    text-align: left;
    border: 0;
}
footer .widget_media_image {
    margin-bottom: 30px;
}
footer .widget_nav_menu h3 {
    display: block;
    text-align: left;
    font-weight: 700 !important;
    padding-left: 10px;
    font-size: 30px !important;
}
footer iframe {
    margin-top: 50px;
    min-height: 180px;
}