

@font-face {
    font-family:'HelveticaNeueLTCom-Lt';
    src: url('../font/HelveticaNeueLTCom-Lt.eot?') format('eot'),
    url('../font/HelveticaNeueLTCom-Lt.woff') format('woff'),
    url('../font/HelveticaNeueLTCom-Lt.ttf')  format('truetype'),
    url('../font/HelveticaNeueLTCom-Lt.svg#HelveticaNeueLTCom-Lt') format('svg');
}


@font-face {
    font-family:'HelveticaNeueLTCom-Cn';
    src: url('../font/HelveticaNeueLTCom-Cn.eot?') format('eot'),
    url('../font/HelveticaNeueLTCom-Cn.woff') format('woff'),
    url('../font/HelveticaNeueLTCom-Cn.ttf')  format('truetype'),
    url('../font/HelveticaNeueLTCom-Cn.svg#HelveticaNeueLTCom-Cn') format('svg');
}


@font-face {
    font-family:'HelveticaNeueLTCom-BdCn';
    src: url('../font/HelveticaNeueLTCom-BdCn.eot?') format('eot'),
    url('../font/HelveticaNeueLTCom-BdCn.woff') format('woff'),
    url('../font/HelveticaNeueLTCom-BdCn.ttf')  format('truetype'),
    url('../font/HelveticaNeueLTCom-BdCn.svg#HelveticaNeueLTCom-BdCn') format('svg');
}

@font-face {
    font-family: 'HelveticaNeueLTCom-UltLt';
    src: url('../font/HelveticaNeueLTCom-UltLt.eot?') format('eot'),
    url('../font/HelveticaNeueLTCom-UltLt.woff') format('woff'),
    url('../font/HelveticaNeueLTCom-UltLt.ttf')  format('truetype'),
    url('../font/HelveticaNeueLTCom-UltLt.svg#HelveticaNeueLTCom-UltLt') format('svg');
}



@font-face {
    font-family: 'HelveticaNeueLTCom-Th';
    src: url('../font/HelveticaNeueLTCom-Th.eot?') format('eot'),
    url('../font/HelveticaNeueLTCom-Th.woff') format('woff'),
    url('../font/HelveticaNeueLTCom-Th.ttf')  format('truetype'),
    url('../font/HelveticaNeueLTCom-Th.svg#HelveticaNeueLTCom-Th') format('svg');
}




body {
    background-color: #fff;
    font-family: 'Roboto', sans-serif;

}


.logo-div { padding: 15px 0;}

.top-contact ul { float: right; margin-top: 20px; }
.top-contact ul li { list-style: none; text-align: right; margin-top: 3px;}
.help { font-size: 18px; color: #65879f;}
.phone { font-size: 22px; font-weight: bold; color: #1b4a60;}
.time { font-size: 12px; color: #65879f;}

.footer { background: #1a4960;}

.slider { overflow: hidden; position: relative; display: block; background-size: cover;}
.slider img { width: 100%; }

.call { overflow: hidden; position: relative; display: block; background-size: cover;}
.call img { width: 100%; }

.carousel-control { display: none; }
.main-form { position: absolute; top:30%;  background-color:rgba(27, 73, 95, 0.6); border-radius: 5px; }
.main-form .wpcf7-form-control { margin-bottom: 10px; }
.main-form h3 { color:#fff; font-size: 24px; padding-bottom: 10px; }
.main-form img { width:auto; }

.form-control { border: none; border-radius: 0 !important; }

.content-box h1 { font-family: HelveticaNeueLTCom-BdCn !important; font-size: 48px;  }

.call_to_action {
    position: absolute;
    top: 35%;
    margin-left: -20px;
     }
.call_to_action h2 { font-size:54px; color: #333; font-family: HelveticaNeueLTCom-BdCn; margin-bottom: 0; padding-bottom: 0; }
.call_to_action h3 { font-size:42px; color: #333; font-family: HelveticaNeueLTCom-UltLt; margin-top: 0; padding-bottom: 0; }
.call_to_action p { font-size: 24px; }

.call_to_action span a { float: left; font-size: 18px; color: #fff; background: #f1721e; border: 1px solid #f1721e; padding:10px 15px; margin-top: 15px;   }
.call_to_action span a:hover { color: #1b4a60; text-decoration: none; }

.page-sidebar { margin-top: 35px; margin-bottom: 35px; }
.page-sidebar ul { padding-left: 0px; }
.page-sidebar ul, .page-sidebar ul:hover { color: rgba(0,0,0,.6); }
.page-sidebar ul li {
    margin-bottom: 15px;
    font-size: 13px;
    color: #bbb;
    display: block;

}

.page-sidebar ul li:before {
    content: "\f105";
    padding: 0 10px 0 5px;
    display: inline-block;
    font-family: FontAwesome;
}
.search-form label span { display: none; }

.widget-title, .widgettitle {
    font-family: HelveticaNeueLTCom-BdCn; font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin-top: 35px;
    margin-bottom: 15px;
    position: relative;
    clear: both;
    padding-top: 25px;
}


.textwidget ul { padding: 0; }
.textwidget ul li { list-style: none; color: #fff; }
.copyright p { color:#fff; }
.main-menu { background: #1a4960; ma}
.nav { background: none; margin:0;}
.nav ul { float: left; background: none; color: #fff;}

.nav ul li a:hover { background: none;}

.nav ul li a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #65879f;
    transition: width .3s;
}
.nav ul li a:hover::after {
    width: 100%;
    background: #65879f;
}


.nav a, .nav a:hover, .nav a:active, .nav a:visited {
    color: #fff; padding: 10px 0px;
    background: #1a4960;
    display: inline-block;
    text-decoration: none;
    padding-right: 20px;
}

.page-sidebar h2 { color: #333; font-size: 18px; margin-top: 0; }
.page-sidebar h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: rgba(0,0,0,.1);
}

.widget_search label { display: inherit; }
.search-field { display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.62857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -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; }
.search-submit , .submit { display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    margin-top: -38.7px;
    float: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    background: #f1721e;
    color: #fff;
    border-radius: 0px; }

.tp-revslider-mainul >li, .rev_slider >ul >li, .rev_slider >ul >li:before, .tp-revslider-mainul >li:before, .tp-simpleresponsive >ul >li, .tp-simpleresponsive >ul >li:before, .tp-revslider-mainul >li, .tp-simpleresponsive >ul >li { visibility: inherit !important; }

.maps iframe{
    pointer-events: none;
}

.social-media li { float: left; margin-right: 15px; font-size: 24px; color: #fff;  }
.social-media a { color: #fff; }

.comments-area {
    background: #fbfbfb;
    padding: 15px;
    margin-bottom: 15px;
}
.comments-title {
    font-size: 16px;
    font-weight: bold;
    padding: 20px 0;
    margin: 0;
}
.comment {
    background: #efefef;
    padding: 13px;
    margin-bottom: 10px;
}
.comment-form-comment textarea { display: block;
    width: 100%;
    height: 204px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -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; }

.default-content {  }
.default-content h2 { font-family: HelveticaNeueLTCom-BdCn; }

.front-boxes { margin-top: 30px; background: #ccc; position: inherit; height: 220px; background-position: center; background-size: cover; }
.front-boxes h2 { font-size:34px; color: #fff; font-family: HelveticaNeueLTCom-BdCn; margin-bottom: 0; padding-bottom: 0; }
.front-boxes h3 { font-size:22px; color: #fff; font-family: HelveticaNeueLTCom-UltLt; margin-top: 0; padding-bottom: 0; }
.front-boxes p { height: 90px; color: #fff;  font-size: 14px;  }
.front-boxes span a { position: absolute; right: 35px; bottom:25px; font-size: 18px; color: #fff; background: #f1721e; padding:10px 15px;   }
.front-boxes span a:hover { color: #1b4a60; }
.opacity { background-color:rgba(0, 0, 0, 0.5); float: left;  position: absolute; padding:15px; width: 100%;  }

.full-div { background-color: #ccc; height: 350px; }
.color-box-div { height: 350px; position: relative; }
.color-box { bottom:0; float: left; position: absolute; background: rgba(27, 74, 96, 0.7); padding: 15px; margin-bottom: 30px;  }
.color-box h2 { font-size:54px; color: #fff; font-family: HelveticaNeueLTCom-BdCn; margin-bottom: 0; padding-bottom: 0; }
.color-box h3 { font-size:34px; color: #fff; font-family: HelveticaNeueLTCom-UltLt; margin-top: 0; padding-bottom: 0; }
.color-box p { height: 90px; color: #fff; font-size: 14px; padding-right: 45px;  }
.color-box span a { position: absolute; right: 35px; bottom:25px; font-size: 18px; color: #fff; background: #f1721e; border: 1px solid #f1721e; padding:10px 15px;   }
.color-box span a:hover { color: #1b4a60; }

.wpcf7-form-control { margin-bottom: 25px; }

.nav-button { margin-top: 20px;  }
.nav-button:hover { text-decoration: none; }
.nav-button:focus { text-decoration: none; }

.nav {padding-top: 6.4rem;}
.nav a, .nav a:hover, .nav a:active, .nav a:visited { width:100%; padding-left: 20px; }
.nav ul { float: right; }
.nav ul li a:hover {  background: #1a4960;  }

.button, html input[type="button"], input[type="reset"], input[type="submit"] {
    background: #f1721e;
    border: #f1721e;
    color: #fff; }


@media only screen and (min-width : 992px) {
    .nav ul { float: left; }
    .nav a, .nav a:hover, .nav a:active, .nav a:visited { padding-left: 0px; }


    .color-box-div { height: 350px; }
    .color-box h2 { font-size: 32px; }
    .color-box h3 { font-size: 25px; }
    .call_to_action p { font-size: 16px; }
    .main-form { top:10%; z-index: 9;}
    .call_to_action { top: 25%; }
}


@media(max-width:768px) {

    .logo { text-align: center; }
    .top-contact ul {
        float: right;
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }
    .top-contact ul li { text-align: center; }
    .nav-button { margin-top: 20px;  }
    body { margin-top: 0; padding-top: 0;}
    .nav a, .nav a:hover, .nav a:active, .nav a:visited { width:100%; padding-left: 20px; }
    .nav ul { float: right; }
    .nav ul li a:hover {  background: #1a4960;  }
    .color-box-div { height: 350px; }
    .color-box h2 { font-size: 32px; }
    .color-box h3 { font-size: 25px; }
    .widget { clear: both; }
    .slider { height: 570px; }
    .call { height: 330px; }
    .call_to_action h2 { font-size: 24px; }
    .call_to_action h3 { font-size: 18px; }
    .call_to_action p { font-size: 16px; }
    .main-form { margin-right: 15px; }
    .call { height: 390px; }
    .call_to_action { top: 35%; position: inherit; margin-left: -15px; }
}
