/*---------------Pop up css------------*/ #css-only-modals { position:fixed; pointer-events:none; left:0; top:0; right:0; bottom:0; z-index:10000000; text-align:center; white-space:nowrap; height:100%; } #css-only-modals:before { content:''; display:inline-block; height:100%; vertical-align:middle; margin-right:-.25em; } .css-only-modal-check { pointer-events:auto; display:none; } .css-only-modal-check:checked ~ .css-only-modal { opacity:1; pointer-events:auto; } .css-only-modal { width: 700px; background:#fff; z-index:1; display:inline-block; position:relative; pointer-events:auto; padding:25px; text-align:right; border-radius:4px; white-space:normal; display:inline-block; vertical-align:middle; opacity:0; pointer-events:none; max-width: 90%; } .css-only-modal h2 { text-align:center; } .css-only-modal p { text-align:left; } .btn-primary:hover { color:#fff; background-color:#999; border-color:#999; } .btn-primary { color:#fff; background-color:#777; border-color:#777; border-radius: 4px; padding: 6px 12px; } .css-only-modal-check:checked ~ #screen-shade { opacity:.5; pointer-events:none; } #modal1 { display: none; } #screen-shade { opacity:0; background:#000; position:absolute; left:0; right:0; top:0; bottom:0; pointer-events:none; transition:opacity .8s; } .css-only-modal-content {max-height:80vh; overflow-y:auto; } /*------------End pop up css------*/ 

.logo__link {
    margin-top: -40px !important;
}

body:before {
    background: none !important;
    background-color: white !important;
}

body {
    background: none !important;
    background-color: white !important;
}
.logo__title {
    font-size: 56px;

}
.wrap__header-area {
    background: #ffffff;
}
.logo__title, .logo__description{
    font-family: "Encode Sans", Times, serif !important;
    color: #00a89e !important;
}
.logo__title {
    font-size: 56px;
}
.logo__description {
    font-size: 30px;
}
.wrap__locationsHeader .locations{
    color:#01A89E;
}
.socialmedia__link{
    background-color:#046FF1;
    color:#fff;
}

.wrap__slider .slider__title,.wrap__slider .slider__caption {

    color: #01A89E;
}
.form__title,.form__caption{
     color:#fff;
}

.form{
background:#046FF1;
    
}
.wrap__offer .submit:hover {
    background-color: #fff;
    color: #51585a;
    border-color: #51585a;
}
.wrap__offer .submit{
    background: #01A89E;
}
.wrap__featuredblocks .featuredblock__button, .wrap__featuredblocks .featuredblock__icon--bottom{
    background:#01A89E;
    color:#fff;
}
.wrap__featuredblocks .featuredblock__icon{
    border:1px solid #01A89E;
    background: #01a89e;
}
.wrap__featuredblocks .featuredblock__button .icon{
    color:#fff;
}
.wrap__featuredblocks .featuredblock__icon .icon{
    color:#fff;
}
.wrap__contact .submit:hover {
    background: #01A89E;
}
.google-map {
    position:relative;
    padding-bottom:58%; 
    height:0;
    overflow:hidden;
}
.map__display{
    overflow: hidden;
}
 .google-map iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%!important;
    height:100%!important;
}
.logo__description{
	font-family: "Encode Sans", Times, serif !important;
	color: #00a89e !important;
}
.wrap__header-area{
    
}
@media(max-width:1024px){
    .logo__title {
        font-size: 46px;
    }
    .logo__description {
        font-size: 25px;
    }
    
    .wrap__locationsHeader {
        position: absolute;
    }
    .wrap__featuredblocks .featuredblock__containerlink .featuredblock__button{
        background:#01A89E;
    }
    .middlelogo {
        margin-right: 22%;
    }
    .wrap__featuredblocks .featuredblock__containerlink .featuredblock__icon{
        background-color:#01A89E;
    }
    .wrap__locationsHeader .location p {
        font-size: 14px;
    }
    .socialmedia__item {
        margin: 0 5px;
    }
}
@media(max-width:767px){
    .logo__title {
        font-size: 36px;
    }
    .logo__description {
        font-size: 18px;
    }
    .wrap__locationsHeader--inner .socialmedia{
        display: none;
    }
    .wrap__locationsHeader .location {
        position: fixed;
        top: 2%;
        right: 4%;
        font-size: 26px;

    }
    }
@media(max-width: 519px){
    .logo__image {
    max-width: 150px;
    }
}


.wrap__header.sticky {
    background-color: #fff;
}

.wrap__headerContainer {
    position: fixed;}
    
.logo__link.logo__left .logo__image {
    margin-top: 19px;
}

.wrap__page-area--inner {
    padding-top: 186px;
}


.featuredblock__item.hasimage .featuredblock__image, .featuredblock__item.hasicon .featuredblock__icon {
    min-height: auto;
}