@import url('myriad-pro/style.css');
@import url('AGaramondPro-Regular/styles.css');
html {
    font-size: 1rem;
}
body {
	color:#37383c; 
	font-family: 'Myriad Pro Regular', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	margin: 0; 
	padding: 0; 
	line-height: 1.3;
}

.garamond {
    font-family: 'AGaramondPro-Regular';
}
.z-container {
    max-width: 990px;
}
input:focus{
    outline: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
    text-align:center;
    line-height:1.3;
}
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;	
}
#header {
    background-image: url(../images/header-bg.jpg);
    background-position: center top;
    background-size: cover;
    padding: 15px 0;
}
#header a, #header a, #header .logot {
    display: inline-block;
    vertical-align: top;
}
#header .logo {
    padding: 0px 20px 0 0;
}

#header .right {
    padding: 55px 0 0 0;
}
.main-menu {
    display: inline-block;
    width: 100%;
    background-color: #042d63;
}
.main-menu li {
    display: inline-block;
    padding: 17px 50px 17px 50px;
}
.main-menu li a {
    color: #fff;
    text-transform: uppercase;
}
.main-menu li a:hover {
    color: #ce9907;
}
.section-slideshow {
    border-top: 8px solid #cf9e11;
    border-bottom: 8px solid #cf9e11;
}
.section-slideshow div#slideshowHomeDiv1 {
    margin: 0 0 -8px 0;
}
#footer {
    background-color: #042d63;
}
#footer .head {
    color: #7cb9fc;
}
#footer .box {
    float: left;
    padding: 0 0 15px 0;
}
#footer .box.box1 {
    width: 65%;
}
#footer .box.box2 {
    width: 35%;
}
#footer .box1 .left, #footer .box1 .right {
    display: inline-block;
    width: 48%;
    vertical-align: top;
}
#footer .box1 strong {
    font-weight: normal;
    font-size: 18px;
} 
#footer ul.menu li {
    display: inline-block;
    width: 33%;
    padding: 5px 0 12px 0;
} 
#footer .copyr {
    border-top: 2px solid #cd9703;
    padding: 25px 5px;
}
#footer .copyr p {
    font-size: 12px;
    line-height: 15px;
}
#footer a:hover {
    color: #7cb9fc;
}
.hsec1 {
    background-image: url(../images/hsec1bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #ffffff;
}
.hsec1 .box {
    max-width: 315px;
}
.hsec1 .box a {
    display: inline-block;
    background-color: #3370b6;
    color: #fff;
    text-transform: uppercase;
}
.hsec1 .box a .text {
    display: inline-block;
    width: 100%;
    padding: 10px 22px 13px 22px;
    font-weight: bold;
}
.hsec1 .box a .text img {
    float: right;
    margin: 2px 0 0 0;
}
.hsec1 .box a:hover {
    background-color: #cf9e11;
}
.hleft {
    border-right: 1px solid #282828;
    padding-right: 30px;
}
.hsec1 .head {
    color: #000000;
    font-size: 33px;
    font-weight: 500;
    text-transform: uppercase;
}
.hleftimg {
    float: right;
    padding: 0 0 0 50px;
}
.hleft a.more {
    color: #3370b6;
    font-size: 14px;
}
.hleft a.more:hover {
    color: #000;
}
.hleft .text {
    line-height: 25px;
}
.hform input, .hform textarea, .hform button {
    display: inline-block;
    width: 100% !important;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 15px 0;
    border: none;
    background-color: #ebebeb;
    padding: 5px 10px;
    font-size: 14px;
    color: #363f47;
}
.hform button {
    text-transform: uppercase;
}
.hform input::placeholder, .hform textarea::placeholder {
    color: #363f47;
}
.hform textarea {
    height: 65px !important;
}
.hform button {
    background-color: #1b73d3 !important;
    text-align: left;
    padding: 8px 20px;
    color: #fff;
    font-size: 16px;
    font-family: 'AGaramondPro-Regular';
    font-weight: bold;
    background-image: url(../images/arrow.png);
    background-position: 90% 50%;
    background-repeat: no-repeat;
}
.hform button:hover {
    background-color: #b88f2e !important;
    color:#FFF !important;
    background-image: url(../images/arrow.png);
    background-position: 90% 50%;
    background-repeat: no-repeat;
}
.hform td {
    padding: 0;
}
.hform td div {
    line-height: 6px;
}
.hleft a.more img {
    padding: 7px 0 0 12px;
}
.hleft a.more:hover{ 
    color:#b88f2e !important;
}
#footer .copyr p {
    display: inline-block;
    vertical-align: top;
}
#footer .slink {
    display: inline-block;
    float: right;
    margin: -7px 0 8px 0;
}
#footer .slink a {
    margin: 0 4px;
}

.z-default-subpage-title{ margin-top:170px;}


@media screen and (max-width: 1362px) {
.z-default-subpage-title{ margin-top:144px;}
	.main-menu li {padding: 17px 0 17px 63px;}
}
@media screen and (max-width: 992px) {	
	#header .logo, .main-menu, #header .logo-text {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;}
	.hleft, .hright {height: auto !important;}
    .z-mobile-header .z-mobile-header-logo{width:264px;}
    .z-mobile-header .z-mobile-menu, .z-mobile-menu-icon span {background-color: #013e85;}
    .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;}
    #header .language {padding-top: 12px;}
    .zEditorHTML img{max-width:100%;}
}
@media screen and (max-width: 767px) {

    #footer ul.menu li {
        display: inline-block;
        width: 49%;
    }
    .z-mobile-header .z-mobile-header-logo{width:200px;}
}
@media screen and (max-width: 479px) {
	#header a.tel {margin: 0 0 6px 0;}
	#header a.quote {padding: 7px 20px;}
	.hsec1 .box a .z-arrow-right-10 {display: none;}
	.hleft img {float: none;padding: 0 0 20px 0;}
	.hsec1 .head, .p-title.z-t-50 {font-size: 28px;}
	.hleft, .hright {padding: 0;}
	#footer .box.box1, #footer .box.box2, #footer .box1 .text {width: 100%;}
	#footer .box1 .text {padding: 4px 0;}
	#footer ul.menu li {padding: 2px 0;}
	#header .btns a.btn1 {margin: 0 0 10px 0;}
	#header .btns a {padding: 10px 20px;}
    .z-mobile-header .z-mobile-header-logo img{max-width:200px;}
    #footer .slink {float: left;margin: 0 0 8px 0;}
}