@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600,700&display=swap');
html {
    font-size: 1rem;
}
body {
	color:#37383c; 
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	margin: 0; 
	padding: 0; 
	line-height: normal;
}
.oswald {
    font-family: 'Oswald', sans-serif;
}
.z-container {
    max-width: 990px;
}
input:focus{
    outline: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
p {
    line-height: 28px;
}
a, a:hover, a img, a:hover img {
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;	
}
.z-default-subpage-header{display:none;}

#header {
    padding: 17px 0;
    background-color: #ebebeb;
}
#header a, #header a, #header .logot {
    display: inline-block;
    vertical-align: top;
}
#header .logot {
    color: #6f6d6d;
    line-height: 20px;
    font-size: 15px;
    padding: 66px 0 0 66px;
    letter-spacing: 2px;
}
#header a.tel {
    color: #000000;
    margin: 10px 90px 0 0;
}
#header a.tel:hover {
    color: #9a0101;
}
#header a.quote {
    background-color: #9a0101;
    color: #fff;
    padding: 15px 50px;
    letter-spacing: 3px;
    border-bottom: 2px solid #2798d4;
}
#header a.quote:hover {
    background-color: #2798d4;
}
#header .right {
    margin: 50px 0 0 0;
}
.main-menu {
    display: inline-block;
    width: 100%;
    background-color: #000000;
}
.main-menu li {
    display: inline-block;
    padding: 17px 0 17px 30px;
    position: relative;
}
.main-menu li:first-child {
    padding-left: 0;
}
.main-menu li a {
    color: #fff;
    text-transform: uppercase;
}
.main-menu li a:hover {
    color: #d50000;
}

.main-menu ul.sub-menu:blank {
    display: none;
}
.main-menu ul.sub-menu {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    padding: 20px;
    float: left;
    background-color: #1a1a1a;
    z-index: 999;
    width: 210px;
    text-transform: none;
}
.main-menu ul ul li {
    width: 100%;
    margin: 0;
    text-align: left;
    padding: 0;
}
.main-menu ul ul li a {
    text-transform: none;
    margin: 0;
    padding: 0;
}
.main-menu ul li:hover ul a:hover {
    color: #e9033a;
}
.main-menu ul li:hover > ul {
    display: block;
}
#footer {
    background-color: #000000;
}
#footer .head {
    letter-spacing: 3px;
}
#footer .box {
    float: left;
    padding: 0 0 35px 0;
}
#footer .box.box1 {
    width: 65%;
}
#footer .box.box2 {
    width: 35%;
}
#footer .box1 .text {
    float: left;
    width: 40%;
    vertical-align: top;
}
#footer .box.box1 a.face {
    float: left;
    margin: 15px 0 0 0;
}
#footer ul.menu li {
    display: inline-block;
    width: 60%;
    padding: 5px 0;
}
#footer ul.menu li:nth-child(2n) {
    width: 38%;
}
#footer .copyr {
    border-top: 2px solid #ffffff;
    font-size: 14px;
    padding: 30px 0;
}
#footer a:hover {
    color: #73ccf3;
}
.hsec1 {
    background: url(../images/main-bg.jpg);
    background-size: cover;
    margin: -7px 0 0 0;
}
.hsec1 .box {
    max-width: 315px;
}
.hsec1 .box a {
    display: inline-block;
    background-color: #000000;
    color: #fff;
    text-transform: uppercase;
}
.hsec1 .box a .text {
    display: inline-block;
    width: 100%;
    padding: 0 15px 4px 15px;
    letter-spacing: 2px;
}
.hsec1 .box a .z-arrow-right-10 {
    border-left-color: #790000;
    border-width: 10px 10px;
    margin: 5px -11px 0 0;
}
.hsec1 .box a:hover {
    background-color: #3b3b3b;
}
.hleft {
    border-right: 3px solid #b96262;
    padding-right: 30px;
}

.hleft img {
    float: right;
    padding: 50px 0 0 50px;
}
.hleft a.more:hover {
    color: #000000;
}
.htesti {
    width: 100%;
    display: inline-block;
}
.htesti {
    width: 100%;
    display: inline-block;
    color: #888888;
    font-size: 21px;
    line-height: 30px;
    position: relative;
    padding: 26px 40px;
    margin: 0;
}
.htesti:before, .htesti:after {
    content: '';
    background-image: url(../images/quote1.png);
    width: 28px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 0;
}
.htesti p {
    padding: 0;
}
.htesti:after {
    background-image: url(../images/quote2.png);
    left: auto;
    top: auto;
    right: 0;
    bottom: 57px;
}
.htesti .by {
    text-align: right;
    color: #212f63;
    padding: 15px 0 0 0;
}
.z-default-subpage-title{ display:block; float:left;}
.events .event {
    padding: 12px 0 5px 0;
}
.events .event p {
    padding: 0;
}
.events .all a:hover {
    color: #000000;
}
@media screen and (max-width: 1362px) {
}
@media screen and (max-width: 992px) {	
	#header .logo, .main-menu {display: none;}
	#header {padding: 0;}
	#header .right {text-align: center !important;width: 100%;padding: 10px 15px;}
	.hleft {border-right: 0;padding-right: 2%;}
	#footer {padding-left: 15px;padding-right: 15px;}
    #header {border-top: 0px solid #bbc3c7;}
    .z-mobile-header .z-mobile-menu, .z-mobile-menu-icon span {background-color: #a7aeaf;}
    .z-mobile-header, .z-mobile-header-fixed {background-color: #f0f0f0 !important;}
    .z-mobile-menu-icon.open span {background: #fff;}
    .z-default-subpage-header {margin-top: 0;}
    .z-mobile-header .z-mobile-header-logo {width: 60px;}
    #header .right {margin: 0;}
}
@media screen and (max-width: 767px) {
    .z-mobile-header .z-mobile-header-logo {width: 75px;}
    .z-default-subpage-title {margin-top: 100px;}
    .z-mobile-header .z-mobile-header-logo {width: 40px;}
}
@media screen and (max-width: 479px) {
	#header a.tel {margin: 0 0 6px 0;}
	#header a.quote {padding: 7px 20px;margin: 0 0 0 15px;}
	.hsec1 .box a .z-arrow-right-10 {display: none;}
	.hleft img {float: none;padding: 0 0 20px 0;}
	.hleft, .hright {padding: 0;}
	.htesti {font-size: 18px;line-height: 27px;}
	#footer .box.box1, #footer .box.box2, #footer .box1 .text {width: 100%;}
	#footer .box1 .text {padding: 4px 0;}
	#footer ul.menu li {padding: 2px 0;}
    .z-mobile-header .z-mobile-header-logo img {max-width: 70px;}
    .p-title, .z-default-subpage-title {font-size: 32px;}
}