/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 08 2023 | 08:25:27 */
p {
    font-family: PT Sans Narrow;
    letter-spacing: 0.7px;
}

/*-------swap on mobile-------*/
@media only screen and (max-width: 769px) {
	.swap-on-mobile {
		display: flex !important;
		flex-direction: column-reverse;
	}
}


/* ------topheader-------*/ 
#topbar.topbar-dark {
    background-color: #0a253d;
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff !important;
  border: 0px !important;
}
#topbar a {
    color: #fff;
  font-size: 13px;
}
#topbar .top-menu > li i {
    font-size: 13px;
    margin-right: 4px;
    color: #a1a08c;
}

#topbar .top-menu > li > a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    padding: 0 10px;
    text-transform: uppercase;
    border-right: 1px solid rgba(180, 180, 180, 0.2);
}

.topbar-dark .container {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
}

/*-----stunning-header-------*/
#page-title {
    border-bottom: 1px solid rgba(255,255,255,.5);
    clear: both;
    padding: 80px 0;
    position: relative;
    background-color: #f8f8f8;
}
#page-title.page-title-parallax {
    background-size: inherit;
}
.page-title h1 {
    display: block;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-left: -2px;
    margin-top: -4px;
    text-transform: uppercase;
    font-size: 42px;
    text-shadow: 3px 3px 1px #0a253d;
    letter-spacing: 0.7px;
}

/*------header-------*/
#header {
    border-bottom: 2px solid #3ab1af;
    box-shadow: 0px 4px 15px #00000045;

}

#header.header-sticky #header-wrap {
    background-color: #fff;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 70%);
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 199;
    -webkit-animation: fadeInDown 0.5s ease;
    animation: fadeInDown 0.5s ease;
}

/*------------Form-----------*/

input[type=checkbox], input[type=radio] {
    margin-left: 10px;
    margin-right: 5px;
}

span.wpcf7-form-control.wpcf7-acceptance.optional {
    margin-right: 10px;
}

div.wpforms-container-full .wpforms-form input[type="submit"], div.wpforms-container-full .wpforms-form button[type="submit"], div.wpforms-container-full .wpforms-form .wpforms-page-button, .wpcf7-form-control.wpcf7-submit {
    color: #a1a08c;
    border-radius: 0px;
    padding: 12px 24px;
    font-size: 22px;
    width: 250px;
}
form.wpcf7-form.init {
    font-size: 16px;
}


input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px 15px;
    margin-top: 6px;
    margin-bottom: 20px;
    border: 1px solid #a1a08c;
    background-color: white;
    color: #a1a08c;
}

.wpcf7-form-control.wpcf7-submit {
    color: #3ab1af;
    border-radius: 0px;
    padding: 12px 24px;
    font-size: 22px;
    width: 250px;
	background-color: #0a253d;
    border: 1px solid #0a253d;
}

/* --- footer ----*/

.background-dark {
    background-color: #0a253d !important;
 
}

footer .widget {
    margin-bottom: 20px;
    padding-left: 20px;
}

#footer {
    border-top: 3px solid #3ab1af;
}
.footer-content {
    padding: 40px 0 20px 0 !important;
}
#footer p {
    font-size: 16px !important;
    color: #fff;
    line-height: 1.8;
    letter-spacing: 0.5px;
}

#footer h4{
  color: #eee;
}

.footericon {
    font-size: 14px;
    color: #3ab1af;
    margin-right: 6px;
    font-weight: 700;
}
.footer-content .widget-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: 2px;
}


#footer.background-dark a:not(.button) {
    color: #fff !important;
}

#footer.background-dark a:hover {
    color: #3ab1af !important;
}

.copyright-content {
    background-color: #252525;
    min-height: 30px;
    padding: 10px 0;
}

.copyright-text {
    font-size: 11px;
    padding-top: 10px;
    text-align: left;
    text-transform: inherit;
    color: #ccc !important;
}

.oceandivider {
    border-bottom: 2px solid #3ab1af;
    max-width: 95%;
    margin-bottom: 25px;
    margin-top: -35px;
}
.oceandividerfootertitle{
    border-bottom: 2px solid #3ab1af;
    width: 50px;
    margin-bottom: 15px;
    margin-top: 0px;
}