body {
    font-family: 'Roboto', sans-serif;
    color: #000; 
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    color: #2B2A3D;
    margin: 0px;
}

h4 {
    font-size: 1.4em;
    margin-bottom: 0.2em;
}

.hero_content h3 {
    color: #fff;
}

a {
    color: #0073c2;
}

h5 {
    font-size: 30px;
    margin-bottom: 1em;
    color:  #0073c2;
}

h4.confidence {
    font-size: 28px;
    margin-top: 1em;
}

h4.sideBar {
    font-size: 1.1em;
    /*font-weight: bold;*/
    margin-bottom: 1em;
}

h4.heading {
    font-size: 1.8em;
}

h6 {
    font-size: 22px;
}

.section_title p {
    margin-top: 15px;
    font-size: 16px;
    color: #2B2A3D;
}

/*
.heroLight p, .heroLight h2.hero_title {
    color:#0073c2;
}*/



p { 
    font-size:16px;
    font-weight: 400;
    line-height: 24px;
    color:  #2B2A3D;
    margin: 0px;
    margin-bottom: 1em;
}

.bottomFooter {
    background: #2B2A3D;
}

p.credit {
    margin-bottom: 0;
}

.hero_content .hero_title {
    font-size: 50px;
}

.section_title .title {
    font-size: 30px;
    font-weight: 100;
}

.about_image .image_content {
    height: 60px;
    padding: 0.5em;
}

.single_hero::before {
    background-color: rgba(0,115,194, 0.1);
    background-color: rgba(0,0,0,0.1);
    /*background-color: rgba(0,0,0,0);*/
}

@media only screen and (min-width: 1400px) {
    .single_hero {
        height: 650px;
    }
}

.single_hero {
    height: 650px;
}

.hero_content {
    padding-top: 0px;
}



.navbar-brand img {
    width: 240px;
}


@media only screen and (min-width: 991px) {
    .navbar-brand img {
        width: 340px;
    }
}



.lightForm .single_form input, .lightForm .single_form textarea {
    border: 1px solid rgba(118, 118, 118, 0.6);
    color:  #2B2A3D;
}

.lightForm .single_form .main-btn {
    margin-top: 0px;
    background-color: #0073c2;
    color: #fff;
}

.main-btn:hover, .lightForm .single_form .main-btn:hover {
    background-color: #09c9cf;
}

.back-to-top {
    background-color:  #09c9cf;
}

.back-to-top:hover {
    background-color: #09c9cf;
}

.credit a {
    color:  #09c9cf;
}

.about_image .image_content .experience span {
    font-size: 30px;
    font-weight: 100;
}

.about_image .image_content .experience {
    font-size: 20px;
}

.contact_area::before {
    background-color:#fff
}


iframe.map {
    width: 100%;
    height: 50vh;
}

.footer_area {
    padding-top: 0px; 
    padding-bottom: 0px;
}

footer li {
    color: #fff;
}

footer li a.tel {
    font-size: 16px;
}

.hero_content p {
    font-size: 20px;
    line-height: 30px; 
}

button.close {
    padding-right: 1em;
}

#mapid { 
    width: 100%;
    height: 40vh;
    /*z-index:-1;*/
}


.testimonial-section .single-testimonial .rating {
    color:  #09c9cf;
}



.floatLeft {
    float:left;
    width: 100%;
    padding-bottom: 10px;
}

.floatRight {
    float:right;
    width: 100%;
    padding-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    .floatLeft {
        max-width: 468px;
        padding-right: 20px;
    }
    
    .floatRight {
        max-width: 468px;
        padding-left: 20px;
    }
}

#contact-form label {
    display: none;
}

.sticky {
    z-index: 9999;
}

.experience p {
    color:#fff;
    font-size: 15px;
}

/* For Mapbox */ 
.leaflet-control-layers-base label div span {
/*i, span, a {*/
    padding-left: 5px;
}

@keyframes spinner {
    to {transform: rotate(360deg);}
}

.spinner {
    margin-bottom: 20px;
}
   
.spinner:after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    /*top: 50%;
    left: 50%;*/
    width: 16px;
    height: 16px;
    margin-top: 2px;
    margin-left: 5px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #000;
    animation: spinner .6s linear infinite;
}

h4.experience2 {
    background-color: #0073c2;
    text-align: center;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0em;
}

.experience2 p {
    color: #fff;
    font-size: 15px;
}

.experience2 {
    font-size: 20px;
    padding: 0.5em;
}

.experience2 span {
    font-size: 1.2em;
    font-weight: 100;
}


.homeImage {
    width: 100%;
    height: 350px;
    object-fit: cover;
}


.glightbox-clean .gslide-title {
    margin-bottom: 0px;
}

.single_form label {
    display:none;
}

.nav-item a.dropdown-item {
    color: #000;
    padding-left: 1em;
    padding-right: 1em;
}

.testimonial-wrapper h2 {
    margin-bottom: 0.3em;
    font-size: 1.6em;
}