
.nav-link-style
{
    color: #083f88!important;
}
.nav-link-style:hover {
    color: #ffcb08 !important;
}
.carousel-images
{
    position: relative;
}
.btn-form
{
    background-color:#ffcb08 !important;
    border-color: #ffcb08;
}
.btn-form:hover
{
    border-color: #ffcb08;
    opacity: 0.9;
}
.btn-primary-main
{
    background-color:#083f88 ;
    border-color: #083f88 ;
}
.btn-primary-main:hover
{
    border-color: #083f88;
    opacity: 0.9;
}

.service-item:hover
{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px!important;
}
.service-item i
{
    background-color: #083f88!important;
    color: #fff!important;
}
.hero-area {
    height: 80vh!important;
}
.mobile-buttons
{
    display: none;
}
@media screen and (max-width: 600px) {

    /*.parent {*/
    /*    display: flex;*/
    /*    flex-wrap: wrap-reverse;*/
    /*}*/
    .hero-area {
       height: 155vh!important;
    }
    .mobile-buttons {
        display: block!important;
        background-color: #083f88!important;
    }
}

@media only screen and (max-width: 767px)
{
    .hero-area {
        height: 26vh !important;
        background-size: 100% !important;
    }
    #contactformtop
    {
        position:relative !important;
        top:auto !important;
    }
    .mobile-buttons {
        display: block !important;
        background-color: #083f88 !important;
    }
}
.service-style{ padding:20px 10px !important; margin-bottom: 20px !important;}
.service-style p{
    text-align: justify;
}
.btn-whatsapp-link {
    display: block;
    z-index: 22;
    position: fixed;
    right: 0.5vw;
    font-size: 0;
    bottom: 30%;
    padding: 19px 10px;
    padding: 2rem;
    width: 9.3rem;
    height: 10.3rem;
    border: 0;
    border-radius: 3px;
    bottom: 12%;
    background: #27b34b url(../images/whatsapp.svg) center center no-repeat;
    background-size: 50%;
}
.btn-call-us {
    top: 50.3%;
    display: block;
    z-index: 22;
    position: fixed;
    right: 2px;
    font-size: 0;
    bottom: 40%;  
    padding: 0rem;
    width: 3.3rem;
    height: 3.3rem;
    border: 0;
    border-radius: 3px;
    background: #27b34b url(../images/whatsapp.svg) center center no-repeat;
}
.btn-call-us a {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    .btn-whatsapp-link {
        bottom: 30%;
        right: 2px;
    }
@media (max-width: 991px) {
    
}

footer .widgetheading {
    position: relative;
}

.widget h4, .widget h5 {
    font-weight: 300;
    margin-bottom: 20px;
}

.widgetheading {
    width: 100%;
    padding: 0;
}

ul.general {
    list-style: none;
    margin-left: 0;
}

ul.link-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.link-list li {
        margin: 0;
        padding: 2px 0 2px 0;
        list-style: none;
    }

footer ul.link-list li a {
    color: #fff;
}


footer {
    background: #111;
    padding: 50px 0 0 0;
    color: #bbb;
}

    footer a {
        color: #eee;
    }

    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
        color: #eee;
    }

    footer address {
        line-height: 1.6em;
    }

    footer h5 a:hover, footer a:hover {
        text-decoration: none;
    }

ul.social-network {
    list-style: none;
    margin: 0;
}

    ul.social-network li {
        display: inline;
    }

#sub-footer {
    background: #0a0a0a;
    text-shadow: none;
    color: #5d5d5d;
    padding: 0;
    padding-top: 30px;
    margin: 20px 0 0 0;
}

    #sub-footer p {
        margin: 0;
        padding: 0;
    }

    #sub-footer span {
        color: #c7c7c7;
    }

.copyright {
    text-align: left;
    font-size: 12px;
    color: #ddd;
}

#sub-footer ul.social-network {
    float: right;
}

body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6em;
    color: #000;
}