.about_single_icon {
    border: 1px solid #eee;
    border-radius: 500px;
    display: inline-block;
    float: left;
    height: 110px;
    margin-bottom: 30px;
    margin-right: 30px;
    position: relative;
    width: 110px;
}

    .about_single_icon i {
        background: #f7f7f7 none repeat scroll 0 0;
        border: 1px dashed #e8e8e9;
        border-radius: 500px;
        color: #333;
        font-size: 30px;
        height: 80px;
        left: 50%;
        line-height: 80px;
        text-align: center;
        margin: auto;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 80px;
    }

.section-title {
    margin-bottom: 60px;
}

.section_promotions {
    background: #edf3fe none repeat scroll 0 0;
}

.single_promotion {
    background: #fff none repeat scroll 0 0;
    padding: 30px 20px;
    box-shadow: 0 5px 40px 0 rgb(42 111 199 / 20%);
}

    .single_promotion i {
        color: #ffb900;
        font-size: 30px;
        margin-bottom: 15px;
    }

.our_offer {
    background: #edf3fe;
}

.single_offer {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
    padding: 20px;
    border-radius: 5px;
}

.single_offerNoshadow {
    background: #fff none repeat scroll 0 0;
    padding: 20px;
    border-radius: 5px;
}

.single_offer_img {
    overflow: hidden;
}

    .single_offer_img img {
        display: block;
        position: relative;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

.single_offer h4 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 20px;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
}


.single_service {
    min-height: 600px;
    text-align: justify;
}

.f_whatsapp {
    background-color: green;
}

.fa-10x {
    font-size: 5rem !important;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

    .map-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }
/*START DROPDOWN MENU*/
.menu_dropdown ul {
    list-style-type: none;
}

    .menu_dropdown li ul.sub-menu,
    .menu_dropdown ul li ul.sub-menu li ul.sub-menu {
        background: #fff;
        left: 10px;
        opacity: 0;
        filter: alpha(opacity=0);
        padding: 15px;
        position: absolute;
        top: 115%;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        visibility: hidden;
        width: 200px;
        z-index: -99;
    }

    .menu_dropdown ul li ul.sub-menu li ul.sub-menu {
        top: 0;
        left: 100%;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

    .menu_dropdown ul li ul.sub-menu li {
        padding: 0;
        width: 100%;
    }

    .menu_dropdown ul li:hover ul.sub-menu {
        top: 100%;
        opacity: 1;
        filter: alpha(opacity=100);
        z-index: 999;
        visibility: visible;
    }

    .menu_dropdown ul.nav > li ul li:hover ul.sub-menu {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
    }

    .menu_dropdown ul li ul.sub-menu li a {
        border-bottom: 1px solid #eee;
        color: #333 !important;
        cursor: pointer;
        display: block;
        font-size: 12px;
        font-weight: 400;
        padding: 13px 10px 12px;
        text-transform: uppercase;
    }

    .menu_dropdown ul li ul.sub-menu li:last-child a {
        border-bottom: none;
    }
/*START HOME SLIDESHOW*/
#home-slider {
    overflow: hidden;
    position: relative;
}

.caption {
    position: absolute;
    top: 80%;
    margin-top: -104px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 15;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    background-color: #0000003b;
}

    .caption h2 {
        color: #fff;
        font-size: 30px;
        line-height: 70px;
        text-transform: uppercase;
        margin: 0;
        font-weight: 600;
        letter-spacing: 1px;
    }

    .caption h1 {
        color: #fff;
        font-size: 52px;
        line-height: 52px;
        text-transform: uppercase;
        font-weight: 600;
    }




    .caption p {
        color: #fff;
        letter-spacing: 1px;
        margin-bottom: 0;
        padding-bottom: 35px;
        padding-top: 15px;
    }

.carousel-fade .carousel-inner .item {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition-property: opacity;
    transition-property: opacity;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
}

    .carousel-fade .carousel-inner .item:after {
        content: " ";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        /*background: rgba(0,0,0,.4);*/
    }

.carousel-fade .carousel-inner .active {
    opacity: 1;
    filter: alpha(opacity=100);
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    filter: alpha(opacity=100);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.left-control,
.right-control {
    background: #fff;
    color: #222;
    font-size: 24px;
    height: 51px;
    line-height: 48px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 51px;
    z-index: 20;
}

.left-control {
    left: -51px;
}

.right-control {
    right: -51px;
}



#home-slider:hover .left-control {
    left: 0px;
}

#home-slider:hover .right-control {
    right: 0px;
}

#home-slider .fa-angle-down {
    position: absolute;
    left: 50%;
    bottom: 50px;
    color: #fff;
    display: inline-block;
    width: 24px;
    margin-left: -12px;
    font-size: 24px;
    line-height: 24px;
    z-index: 999;
    -webkit-animation: bounce 3000ms infinite;
    animation: bounce 3000ms infinite;
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    border-radius: 16px;
}

    .hovereffect .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        opacity: 0;
        background-color: rgba(0,0,0,0.5);
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .hovereffect img {
        display: block;
        position: relative;
        -webkit-transition: all .4s linear;
        transition: all .4s linear;
    }

    .hovereffect h2 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 17px;
        background: rgba(0,0,0,0.6);
        -webkit-transform: translatey(-100px);
        -ms-transform: translatey(-100px);
        transform: translatey(-100px);
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        padding: 10px;
    }

    .hovereffect a.info {
        text-decoration: none;
        display: inline-block;
        text-transform: uppercase;
        color: #fff;
        border: 1px solid #fff;
        background-color: transparent;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        margin: 50px 0 0;
        padding: 7px 14px;
    }

        .hovereffect a.info:hover {
            box-shadow: 0 0 5px #fff;
        }

    .hovereffect:hover img {
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    .hovereffect:hover .overlay {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .hovereffect:hover h2, .hovereffect:hover a.info {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-transform: translatey(0);
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }

    .hovereffect:hover a.info {
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
    }
