* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Arvo', sans-serif;
}

/* Helper */

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}

.bg-white {
	background-color: #fff;
}

.bg-light {
    background-color: #f4f9f8;
}

/* Paddings */
.pal-1 { padding: 5px !important; }
.pal-2 { padding: 10px !important; }
.pal-3 { padding: 15px !important; }
.pal-4 { padding: 20px !important; }
.ptb-1 { padding: 5px 0px !important; }
.ptb-2 { padding: 10px 0px !important; }
.ptb-3 { padding: 15px 0px !important; }
.ptb-4 { padding: 20px 0px !important; }
.plr-1 { padding: 0px 5px !important; }
.plr-2 { padding: 0px 10px !important; }
.plr-3 { padding: 0px 15px !important; }
.plr-4 { padding: 0px 20px !important; }
.np-left {padding-left: 0px !important;}
.np-right {padding-right: 0px !important;}

.line-devider {
	margin: 10px auto;
	border-color: #478a87;
	width: 100%;
}

/**/

body {
    background-image: url(../images/bg-01.jpg);
    /*background-attachment: fixed;*/
    background-position: center;
     background-size: cover; 
    /* background-repeat: no-repeat; */
}

.header {
    background-color: #fff;
}

/* Navigation */

.site-navigation {
	position: relative;
}

.top-nav {
    background: #dbefed;
}

.nav-item {
    display: inline-block;
    padding: 0px 10px;
}

.nav-link {
    text-decoration: none;
    color: #000;
    font-size: 15px;
    cursor: pointer;
    font-weight: 700;
    transition: .2s all;
}

.bottom-nav {
    padding: 10px;
}

.nav-link.light {
    font-weight: 400 !important;
}

.nav-link:hover {
    color: #478a87;
    font-weight: 600;
}

.site-logo {
    position: absolute;
    /* top: 5px;
    left: 45px; */
}

.logo-image {
    width: 90px;
}

/* Section */

.main-section {
	margin: 50px 0;
}

.section-inner {
    background-color: #fff;
    padding: 30px;
    margin: 0px 20px;
    border-radius: 3px;
    box-shadow: 0px 2px 5px #a6a5a5f5;
    text-align: center;
    width: 60%;
    margin: auto;
}

.section-title h4 {
    font-size: 2em;
    margin: 0px 0px 30px 0px;
    padding: 0 30px 15px;
    display: inline-block;
    border-bottom: 3px solid #477f79;
}

.section-title h3 {
    font-size: 1.4em;
    margin: 0px 0px 30px 0px;
    padding: 0 30px 15px;
    display: inline-block;
    border-bottom: 3px solid #477f79;
}

.input-field-outer {
    margin-bottom: 15px;
}

.input-field {
    width: 350px;
    padding: 10px;
}

.input-field:focus {
	outline-color: #477f79;
}

.btn-submit {
    background-color: #629e99;
    font-weight: 700;
    font-size: 15px;
    border: 1px solid #477f79;
    border-radius: 3px;
    color: #12413c;
    transition: .4s all;
}

.btn-submit:hover {
	cursor: pointer;
	box-shadow: 0px 2px 5px 0px #477f79;
}

.forgot-link-div {
    margin-top: 12px;
    font-size: 13px;
}

.reset-link {
    color: #000;
    text-decoration: none;
}

.reset-link:hover {
    color: red;
    text-decoration: underline;
}

/* Footer */

.footer {
    background-color: #f4f9f8;
    padding: 30px 0px;
}

.col-row {
    width: 100%;
    overflow: hidden;
}

.footer-col {
    width: 33.333%;
    float: left;
    padding-right: 50px;
}

.footer-col-title {
    margin:0 0 30px 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    word-spacing: 10px;
}

.content-line {
    margin-top: 15px;
    font-size: 12px;
}

.site-link {
    margin-top: 2px;
}

.footer-link {
    font-size: 12px;
    color: #000;
    text-decoration: none;
}

/* Footer Form */

.footer-form {
    width: 100%;
}

.form-input-group {
    position: relative;
}

.group-input-field {
    width: 100%;
    padding: 10px;
}

.search-button {
    position: absolute;
    padding: 10px;
    top: 0;
    right: 0;
    background: #629e99;
    border: 2px solid #629e99;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #fff;
    cursor: pointer;
}

.footer-map {
	padding-top: 10px;
}


/* Mobile Menu */

.mobile-menu-button {
    padding-top: 10px;
    display: none;
    text-align: right;
}

.mobile-menu-trigger {
    background-color: #629e99;
    padding: 10px;
    border: 1px solid;
    border-radius: 5px;
    color: #17615b;
}

/*  Quote Table  */

.table-tag {
	width: 100%;
}

.table-tag th {
	width: 16.66%;
}

.table-tag td {
	padding: 5px;
	border:1px solid;
}

.noborder {
	border: none !important;
}

.table-bottom {
	margin-top: 20px;
	text-align: left;
}

.buttons-div {
    margin-top: 20px;
}

.quote-buttons {
    padding: 9px 65px;
}

/*  POP-UP  */
.pop-up-open {
	position: relative;
    /*overflow: hidden;*/
}
.pop-up {
    display: none;
    width: 100%;
    position: absolute;
    height: 100%;
    background: #d4d4d4cf;
    top: 0;
    text-align: center;
    z-index: 999;
}

.popup-context {
    display: none;
}

.popup-outer {
    margin: 150px auto;
    width: 50%;
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
    position: relative;
}

.pop-up-close {
    position: absolute;
    top: -8px;
    right: -5px;
    background: #000;
    padding: 5px;
    border-radius: 50px;
    line-height: 12px;
    color: #fff;
    cursor: pointer;
}

.input-box label {
    display: block;
    text-align: left;
    width: 350px;
    margin: auto;
    padding-bottom: 6px;
}

.color-red {
    color: red;
}

.alert {
    font-size: 13px;
}

.footer-row {
    width: 100% ;
}

.col-50 {
    width: 50%;
    float: left;
}

.footer-bottom-text {
    background: #5dbeb1;
    color: #fff;
    padding: 3px;
    text-align: center;
}

.footer-tit h2 {
    padding-bottom: 15px;
}

.col-4 {
    width: 32%;
    float: left;
}

.col-3 {
    width: 25%;
    float: left;
}

.footer-nav ul {
    list-style: none;
    text-align: center;
}

.footer-nav ul li a {
    color: #000;
    text-decoration: none;
    font-weight: 700;
}

.footer-nav ul li {
    margin: 5px 0;
}

.footer-images {
    display: flex;
}

.footer-icon {
    width: 30px;
    display: block;
    margin: auto;
    margin-top: 11px;
}