﻿

a.fill-div {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}










.imageClass {
    width: 60px;
    height: 50px;
    /*border-radius: 50%;*/
    /*padding-right: 50px;
             padding-left: 5px;*/
}

#HomeBadge {
    position: absolute;
    top: +8px;
    right: -5px;
    background: red;
}

#HomeBadge2 {
    position: absolute;
    top: +8px;
    /*right: -5px;*/
    background: red;
}

#HomeBadge3 {
    position: absolute;
    top: +5px;
    /*right: -5px;*/
    background: red;
}

.modal {
    background-color: Black;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.center {
    margin-top: 150px;
    margin-left: 550px;
}
/* navbar */

.navbar {
    height: 100px !important; /*i assume your navbar size 100px*/
}



.navbar-brand {
    padding: 0 30px;
    height: 90px;
    line-height: 90px;
}

.navbar-toggle {
    /* (80px - button height 34px) / 2 = 23px */
    margin-top: 30px;
    padding: 9px 10px !important;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        /* (80px - line-height of 27px) / 2 = 26.5px */
        padding-top: 36.5px;
        padding-bottom: 36.5px;
        line-height: 27px;

    }
    
}




.navbar-default {
    background-color: #a4c639;
    
    /* height: 100px;*/
}
    /* Title */
    .navbar-default .navbar-brand {
        color: white;
    }

    /* Link */
    .navbar-default .navbar-nav > li > a {
        color: white;
        font-weight: bold;
        margin: 0px 5px 0px 5px;
        font-size: 18px;
        
    }

    .navbar-default .navbar-brand:hover,
    .navbar-default .navbar-brand:focus {
        color: white;
    }

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        color: blue;
    }

.navbar-toggle.navbar-left {
    float: left;
    margin-left: 10px;

}


.dropdown-menu {
    background-color: #a4c639;
}


    .dropdown-menu > li > a {
        color: white;
        font-weight: bold;
    }


        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            color: blue;
           
        }



 
.Winfield {
    font-family: 'Bodoni MT Black';
    color: #FDBF43;
    font-size: 18px;
}

#ProfileBadge {
    position: absolute;
    top: +16px;
    right: -10px;
    background: green;
}

.error {
    color: red;
}

.WinfieldSmall {
    font-family: 'Bodoni MT Black';
    color: #F7AF20;
    font-size: small;
}



.cover {
    width: 100%;
    height: 250px;
    overflow: hidden;
    /*object-fit: cover;*/
}

    .cover > img {
        position: center;
        width: auto;
        height: 250px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

.fa {
    padding: 2px;
    font-size: 20px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    margin: 3px 1px;
}

    .fa:hover {
        opacity: 0.7;
    }

/* Facebook */
.fa-facebook {
    background: #3B5998;
    color: white;
}

/* Twitter */
.fa-twitter {
    background: #55ACEE;
    color: white;
}

/* Twitter */
.fa-whatsapp {
    background: #25D366;
    color: white;
}

.fa-instagram {
    background: #e95950;
    color: white;
}


.fa fa-check-square {
    background: #25D366;
    color: white;
}

.cover_post1 {
    /*max-height: 100%;
    max-width: 100%;*/
    height: 300px;
    width: 100%;
    overflow: hidden;
    /*background-color: black;*/
}

    .cover_post1 > img {
        position: center;
        width: auto;
        height: 200px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
@media screen and (max-width: 600px) {
    .cover_post1 {
        /*max-height: 100%;
    max-width: 100%;*/
        height: 200px;
        width: 100%;
        overflow: hidden;
        /*background-color: black;*/
    }

        .cover_post1 > img {
            position: center;
            width: auto;
            height: 200px;
            display: block;
            margin-left: auto;
            margin-right: auto;
        }
}


    .cover_post2 {
        /*max-height: 100%;
    max-width: 100%;*/
        height: 150px;
        width: 100%;
        overflow: hidden;
        /*background-color: black;*/
    }

        .cover_post2 > img {
            position: center;
            width: auto;
            height: 150px;
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

    .cover_post3 {
        height: 300px;
        width: 100%;
        overflow: hidden;
    }

        .cover_post3 > img {
            position: center;
            width: auto;
            height: 300px;
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

    .cover_post4 {
        height: 100px;
        width: 100%;
        overflow: hidden;
    }

        .cover_post4 > img {
            position: center;
            width: auto;
            height: 100px;
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

    .cover_post5 {
        height: 170px;
        width: 100%;
        overflow: hidden;
        /*background-color: grey;*/
    }

        .cover_post5 > img {
            position: center;
            width: auto;
            height: 170px;
            display: block;
            margin-left: auto;
            margin-right: auto;
            /*background-color: grey;*/
        }

    .cover_post6 {
        height: 220px;
        width: 100%;
        overflow: hidden;
        /*object-fit: cover;*/
    }

        .cover_post6 > img {
            position: center;
            width: auto;
            height: 220px;
            /*height: auto;*/
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

    #outer {
        width: 100%;
        height: 40px;
        background: #BD2513;
    }

    #outer_band {
        width: 100%;
        height: 40px;
        background: #E86848;
        position: fixed;
    }

    .caption_band {
        width: 100%;
        height: 40px;
        background-color: white;
        opacity: 0.7;
    }



    .caption {
        text-align: center;
    }

        .caption a {
            color: #122939;
        }

    .caption_price {
        color: darkgreen;
        font-size: medium;
    }

    .caption_previousprice {
        color: red;
        font-size: medium;
    }

    .caption_price2 {
        color: red;
        font-size: x-large;
    }

    .xlargeTotal {
        font-size: x-large;
    }

    .caption_price3 {
        font-size: large;
    }


    .caption_price4 {
        font-size: large;
    }

    .fixed_band {
        overflow: hidden;
        background-color: #333;
        position: fixed; /* Set the navbar to fixed position */
        top: 0; /* Position the navbar at the top of the page */
        width: 100%; /* Full width */
    }

    .footer2 {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: whitesmoke;
        /*color: white;*/
        text-align: center;
    }

    .sidenav {
        /*background-color: #182663;*/
        height: 100%;
        width: 220px;
        position: fixed;
        /* z-index: 1;*/
        /* top: 0;*/
        left: 0;
        background-color: #182663;
        overflow-x: hidden;
        /* padding-top: 50px;*/
        /*display: none;*/
    }

    .openbtn {
        font-size: 20px;
        cursor: pointer;
        background-color: #182663;
        color: white;
        padding: 10px 10px;
        border: none;
        left: 0;
    }

        .openbtn:hover {
            background-color: #73787A;
        }

    .sidenav a {
        padding: 6px 8px 6px 16px;
        text-decoration: none;
        font-size: 14px;
        font-weight: bold;
        color: white;
        display: block;
    }

        .sidenav a:hover {
            color: #F7AF20;
        }

    .main {
        margin-left: 130px; /* Same as the width of the sidebar */
        padding: 0px 0px;
    }

    @media screen and (max-height: 450px) {
        .sidenav {
            padding-top: 15px;
        }

            .sidenav a {
                font-size: 18px;
            }
    }


    @media screen and (max-width: 600px) {
        .main {
            margin-left: 0px; /* Same as the width of the sidebar */
            padding: 0px 0px;
        }
    }


    .sidenav2 {
        height: 100%;
        width: 200px;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        /*background-color: #207269;*/
        background-color: #32A41E;
        overflow-x: hidden;
        padding-top: 50px;
    }

        .sidenav2 a {
            padding: 6px 8px 6px 16px;
            text-decoration: none;
            font-size: 14px;
            font-weight: bold;
            color: white;
            display: block;
        }

    .sidenav a:hover {
        color: #F7AF20;
    }

    .main2 {
        margin-left: 160px; /* Same as the width of the sidenav */
        /*font-size: 28px;*/ /* Increased text to enable scrolling */
        padding: 0px 10px;
    }

    @media screen and (max-height: 450px) {
        .sidenav2 {
            padding-top: 15px;
        }

            .sidenav2 a {
                font-size: 18px;
            }
    }
















    .hero {
        position: relative;
        width: 100%;
        height: 70vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .hero::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            /*background: url('../images/geo.jpg');*/
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
            filter: brightness(60%);
        }

    .hero-content {
        position: relative;
        font-family: "Monserrat", sans-serif;
        color: #6B8E23;
        text-align: center;
        margin: 0.625rem;
    }

    .hero-title {
        font-size: 5rem;
        font-weight: 800;
        margin-bottom: 0;
        color: #6B8E23;
    }



    .hero-subtitle {
        font-size: 2rem;
        font-weight: 200;
        margin-top: 1rem;
        color: black;
    }


@media screen and (max-width: 991.98px) {
    .hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../images/test1.jpg) center center no-repeat;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        filter: brightness(60%);
    }

    .hero-subtitle {
        font-size: 2rem;
        font-weight: 200;
        margin-top: 1rem;
        color: white;
    }

    .hero-title {
        font-size: 4rem;
        font-weight: 800;
        margin-bottom: 0;
        color: white;
    }



    .hero1::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../images/test1.jpg) center center no-repeat;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        filter: brightness(60%);
    }

    .hero-title1 {
        font-size: 4rem;
        font-weight: 600;
        margin-bottom: 0;
        color: white;
    }




}





    @media screen and (max-width: 768px) {
        .hero::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../images/test1.jpg) center center no-repeat;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
            filter: brightness(60%);
        }

        .hero-subtitle {
            font-size: 2rem;
            font-weight: 200;
            margin-top: 1rem;
            color: white;
        }

        .hero-title {
            font-size: 4rem;
            font-weight: 800;
            margin-bottom: 0;
            color: white;
        }

        .contact-item {
            margin-bottom: 30px;
        }

        .about-info .right-content {
            margin-right: 0px;
            margin-bottom: 30px;
        }

        .more-info .right-content {
            margin-left: 15px;
        }

        .request-form {
            text-align: center;
        }

            .request-form a.border-button {
                float: none;
                margin-top: 30px;
            }

        .services-item {
            margin-bottom: 30px;
        }
    }


    .hero1 {
        position: relative;
        width: 100%;
        height: 50vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .hero1::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            /*background: url('../images/geo.jpg');*/
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
            filter: brightness(60%);
        }

    .hero-content1 {
        position: relative;
        font-family: "Monserrat", sans-serif;
        color: #6B8E23;
        text-align: center;
        margin: 0.625rem;
    }

    .hero-title1 {
        font-size: 5rem;
        font-weight: 800;
        margin-bottom: 0;
    }



    @media screen and (max-width: 768px) {
        .hero1::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../images/test1.jpg) center center no-repeat;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
            filter: brightness(60%);
        }

        .hero-title1 {
            font-size: 4rem;
            font-weight: 600;
            margin-bottom: 0;
            color: white;
        }

        .section-heading {
            text-align: center;
            margin-bottom: 70px;
        }
    }









    .btn {
        background-color: #4CAF50;
        color: white;
        border: 1px solid #4CAF50;
        margin-top: 5rem;
        padding: 0.9375rem.875rem;
        font-family: "Monserrat", sans-serif;
        font-size: 16px;
        font-weight: 200;
        cursor: pointer;
        border-radius: 12px;
    }

    .hero-button:hover {
        background-color: #4CAF50;
        border: 1px solid #4CAF50;
    }



    /* Three image containers (use 25% for four, and 50% for two, etc) */
    .column {
        float: left;
        width: 33.33%;
        padding: 5px;
    }

    @media screen and (max-width: 768px) {
        .column {
            float: left;
            width: 100%;
            padding: 5px;
        }
    }

    .column2 {
        float: left;
        width: 50%;
        padding: 8px;
    }

    @media screen and (max-width: 768px) {
        .column2 {
            float: left;
            width: 100%;
            padding: 8px;
        }
    }

    /* Clear floats after image containers */
    .row::after {
        content: "";
        clear: both;
        display: table;
    }


    hr {
        margin: 1rem 0;
        color: inherit;
        border: 0;
        border-top: 1px solid;
        opacity: 0.25;
    }

        hr.divider {
            height: 0.2rem;
            max-width: 3.25rem;
            margin: 1.5rem auto;
            background-color: #f4623a;
            opacity: 1;
        }


    .float {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 20px;
        right: 20px;
        background-color: #25d366;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        /*font-size: 50px;*/
        /* box-shadow: 2px 2px 3px #999;*/
        box-shadow: 0;
        z-index: 100;
    }

    .my-float {
        margin-top: 10px;
        margin-right: 8px;
        font-size: 40px;
    }



    ul {
        margin: 0px;
        padding: 0px;
    }



    .footer-section {
        background-color: #778899;
        position: relative;
        clear: both;
        bottom: 0;
    }

    .footer-cta {
        border-bottom: 1px solid #373636;
    }

    .single-cta li i {
        color: orange;
        font-size: 25px;
        margin-top: 8px;
    }

    .cta-text {
        padding-left: 15px;
        display: inline-block;
    }

        .cta-text h4 {
            color: #fff;
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 2px;
        }

        .cta-text span {
            color: #757575;
            font-size: 15px;
        }

    .footer-content {
        position: relative;
        z-index: 2;
        margin-bottom: 40px;
    }

    .footer-pattern img {
        position: absolute;
        top: 0;
        left: 0;
        height: 330px;
        background-size: cover;
        background-position: 100% 100%;
    }

    .footer-logo {
        margin-bottom: 20px;
    }

        .footer-logo img {
            width: 90px;
            height: 80px;
            margin-top: 30px;
        }

    .footer-text p {
        margin-bottom: 14px;
        font-size: 14px;
        color: white;
        line-height: 28px;
    }

    .footer-social-icon span {
        color: #fff;
        display: block;
        font-size: 20px;
        font-weight: 700;
        font-family: 'Poppins', sans-serif;
        margin-bottom: 20px;
    }





    .footer-widget-heading h3 {
        color: white;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 40px;
        margin-top: 30px;
        position: relative;
    }

        .footer-widget-heading h3::before {
            content: "";
            position: absolute;
            left: 0;
            bottom: -15px;
            height: 2px;
            width: 50px;
            background: #ff5e14;
        }

    .footer-widget ul li {
        line-height: 32px;
    }

        .footer-widget ul li a:hover {
            color: orange;
        }

        .footer-widget ul li a {
            color: white;
            text-transform: capitalize;
        }





    .copyright-area {
        background: #202020;
        padding: 25px 0;
    }

    .copyright-text p {
        margin: 0;
        font-size: 14px;
        color: #878787;
    }

        .copyright-text p a {
            color: #ff5e14;
        }

    .footer-menu li {
        display: inline-block;
        margin-left: 20px;
    }

        .footer-menu li:hover a {
            color: #ff5e14;
        }

        .footer-menu li a {
            font-size: 14px;
            color: #878787;
        }


    .px-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }


    .logo {
        width: 105px;
        height: 80px;
    }




    body {
        background-color: #FFF5EE;
    }



    .center {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 60%;
    }




    /* hero */
    .page-heading {
        text-align: center;
        background-image: url(../images/her1.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 230px 0px 150px 0px;
        color: #fff;
    }

        .page-heading h1 {
            text-transform: capitalize;
            font-size: 36px;
            font-weight: 700;
            letter-spacing: 2px;
            margin-bottom: 18px;
        }

        .page-heading span {
            font-size: 15px;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #fff;
            display: block;
        }

    .bg-header {
        background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../images/her1.jpg) center center no-repeat;
        background-size: cover;
    }



    /* More Info */

    .more-info {
        margin-top: 110px;
    }

        .more-info .left-image img {
            width: 100%;
            overflow: hidden;
        }

        .more-info .more-info-content {
            background-color: #f7f7f7;
        }

    .about-info .more-info-content {
        background-color: transparent;
    }

    .about-info .right-content {
        padding: 0px !important;
        margin-right: 30px;
    }

    .more-info .right-content {
        padding: 45px 45px 45px 30px;
    }

        .more-info .right-content span {
            text-transform: uppercase;
            font-size: 15px;
            color: #666;
            letter-spacing: 1px;
            margin-bottom: 10px;
            display: block;
        }

        .more-info .right-content h2 {
            font-size: 36px;
            font-weight: 600;
            margin-bottom: 35px;
            color: red;
        }




        .more-info .right-content em {
            font-style: normal;
            color: #a4c639;
        }

        .more-info .right-content p {
            margin-bottom: 30px;
        }


    /* button */
    a.filled-button {
        background-color: #a4c639;
        color: #fff;
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 700;
        padding: 12px 30px;
        border-radius: 30px;
        display: inline-block;
        transition: all 0.3s;
    }

        a.filled-button:hover {
            background-color: #fff;
            color: #a4c639;
        }


    /* Portfolio-information */


    .portfolio {
        margin-top: 50px;
    }

        .portfolio .item {
            padding: 60px 30px;
            background-color: #FFEBCD;
            text-align: center;
            margin-bottom: 30px;
        }


            .portfolio .item a {
                font-weight: 600;
                color: #a4c639;
                font-size: 18px;
            }

            .portfolio .item img {
                width: 100%;
                overflow: hidden;
                padding-bottom: 20px;
            }




    /* contact-information */

    .contact-information {
        margin-top: 50px;
    }

        .contact-information .contact-item {
            padding: 60px 30px;
            background-color: #FFEBCD;
            text-align: center;
            margin-bottom: 30px;
        }

            .contact-information .contact-item i {
                color: #a4c639;
                font-size: 48px;
                margin-bottom: 40px;
            }

            .contact-information .contact-item h4 {
                font-size: 20px;
                font-weight: 700;
                letter-spacing: 0.25px;
                margin-bottom: 15px;
            }


            .contact-information .contact-item p {
                margin-bottom: 20px;
            }

            .contact-information .contact-item a {
                font-weight: 600;
                color: #a4c639;
                font-size: 15px;
            }

            .contact-information .contact-item img {
                width: 100%;
                overflow: hidden;
                padding-bottom: 20px;
            }


    .section-heading {
        text-align: center;
        margin-bottom: 80px;
    }

        .section-heading h2 {
            font-size: 42px;
            font-weight: 800;
            color: red;
        }

        .section-heading em {
            font-style: normal;
            color: #a4c639;
        }

        .section-heading span {
            display: block;
            margin-top: 15px;
            text-transform: uppercase;
            font-size: 15px;
            color: #666;
            letter-spacing: 1px;
        }

    /* Call Back Style */

    .callback-services {
        border-top: 1px solid #eee;
        padding-top: 50px;
    }

    .contact-us {
        background-color: #f7f7f7;
        padding: 140px 0px;
    }

        .contact-us .contact-form {
            background-color: transparent !important;
            padding: 0 !important;
        }

    .callback-form {
        margin-top: 20px;
    }

        .callback-form .contact-form {
            background-color: lightgrey;
            padding: 60px;
            border-radius: 5px;
            text-align: center;
        }

            .callback-form .contact-form input {
                border-radius: 20px;
                height: 40px;
                line-height: 40px;
                display: inline-block;
                padding: 0px 15px;
                color: #6a6a6a;
                font-size: 13px;
                text-transform: none;
                box-shadow: none;
                border: none;
                margin-bottom: 35px;
            }

                .callback-form .contact-form input:focus {
                    outline: none;
                    box-shadow: none;
                    border: none;
                }

            .callback-form .contact-form textarea {
                border-radius: 20px;
                height: 120px;
                max-height: 200px;
                min-height: 120px;
                min-width: 100%;
                max-width: 100%;
                display: inline-block;
                padding: 15px;
                color: #6a6a6a;
                font-size: 13px;
                text-transform: none;
                box-shadow: none;
                border: none;
                margin-bottom: 35px;
                width: 100%;
            }

                .callback-form .contact-form textarea:focus {
                    outline: none;
                    box-shadow: none;
                    border: none;
                }

            .callback-form .contact-form ::-webkit-input-placeholder { /* Edge */
                color: #aaa;
            }

            .callback-form .contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
                color: #aaa;
            }

            .callback-form .contact-form ::placeholder {
                color: #aaa;
            }

            .callback-form .contact-form button.border-button {
                background-color: transparent;
                color: #fff;
                border: 2px solid #fff;
                font-size: 13px;
                text-transform: uppercase;
                font-weight: 700;
                padding: 10px 28px;
                border-radius: 30px;
                display: inline-block;
                transition: all 0.3s;
                outline: none;
                box-shadow: none;
                text-shadow: none;
                cursor: pointer;
            }

                .callback-form .contact-form button.border-button:hover {
                    background-color: #fff;
                    color: #a4c639;
                }

    .contact-us .contact-form button.filled-button {
        background-color: #a4c639;
        color: #fff;
        border: none;
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 700;
        padding: 12px 30px;
        border-radius: 30px;
        display: inline-block;
        transition: all 0.3s;
        outline: none;
        box-shadow: none;
        text-shadow: none;
        cursor: pointer;
    }

        .contact-us .contact-form button.filled-button:hover {
            background-color: #fff;
            color: #a4c639;
        }

    /* Single Service */

    .single-services {
        margin-top: 140px;
    }

    #tabs ul {
        margin: 0;
        padding: 0;
    }

        #tabs ul li {
            margin-bottom: 10px;
            display: inline-block;
            width: 100%;
        }

            #tabs ul li:last-child {
                margin-bottom: 0px;
            }

            #tabs ul li a {
                text-transform: capitalize;
                width: 100%;
                padding: 30px 30px;
                display: inline-block;
                background-color: #a4c639;
                font-size: 20px;
                color: #121212;
                letter-spacing: 0.5px;
                font-weight: 700;
                transition: all 0.3s;
            }

                #tabs ul li a i {
                    float: right;
                    margin-top: 5px;
                }

        #tabs ul .ui-tabs-active span {
            background: #faf5b2;
            border: #faf5b2;
            line-height: 90px;
            border-bottom: none;
        }

        #tabs ul .ui-tabs-active a {
            color: #fff;
        }

        #tabs ul .ui-tabs-active span {
            color: #1e1e1e;
        }

    .tabs-content {
        margin-left: 30px;
        text-align: left;
        display: inline-block;
        transition: all 0.3s;
    }

        .tabs-content img {
            max-width: 100%;
            overflow: hidden;
        }

        .tabs-content h4 {
            font-size: 20px;
            font-weight: 700;
            letter-spacing: 0.25px;
            margin-bottom: 15px;
            margin-top: 30px;
        }

        .tabs-content p {
            font-size: 14px;
            color: #7a7a7a;
            margin-bottom: 0px;
        }

    /* services */

    .services {
        background-color: #FFF5EE;
        margin-top: 140px;
        margin-bottom: -140px;
        padding: 120px 0px;
    }

    .services-item img {
        width: 100%;
        overflow: hidden;
    }

    .services-item .down-content {
        background-color: #fff;
        padding: 12px;
    }

        .services-item .down-content h4 {
            font-size: 17px;
            font-weight: 700;
            letter-spacing: 0.25px;
            margin-bottom: 10px;
            text-align: center;
        }

            .services-item .down-content h4 a {
                color: #00008B;
            }



        .services-item .down-content span {
            color: #a4c639;
            font-weight: 600;
            font-size: 14px;
            display: block;
            margin-bottom: 15px;
        }

        .services-item .down-content p {
            margin-bottom: 20px;
        }


    /*------------------------------------------------------
	Basic Layout Styles 
--------------------------------------------------------*/
    .title-section {
        margin-bottom: 80px;
    }

        .title-section h2 {
            font-size: 36px;
            font-weight: 600;
            color: red;
            display: block;
            margin-bottom: 10px;
        }



    .widget-title {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 30px;
    }

    .mainBtn {
        background-color: #e3722e;
        color: white;
        display: inline-block;
        text-transform: uppercase;
        padding: 10px 15px;
        font-weight: 600;
        font-size: 14px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .mainBtn:hover {
            background-color: #444444;
        }

    /*------------------------------------------------------
	Services Styles 
--------------------------------------------------------*/
    #services .service-item .service-header {
        padding-bottom: 20px;
        clear: both;
    }


        #services .service-item .service-header h3 {
            color: orange;
            font-weight: bold;
        }


    #services .service-item .service-description {
        white-space: pre-wrap;
        font-family: Verdana, sans-serif;
        line-height: 2;
    }


    .panel panel-success {
        display: block;
    }


    panel {
        background-color: lightblue;
        height: 2rem;
        margin-bottom: .2rem;
    }

   
