﻿body {
    font-family: EnviroD !important;
    width: 100%;
}
::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #fff; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: rgb(180, 180, 180); 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: rgb(143, 143, 143); 
  }
@font-face {
    font-family: 'EE17800D';
    src: url('../fonts/EE17800D.ttf') format('truetype');
}

@font-face {
    font-family: 'EnviroAntD';
    src: url('../fonts/EnviroAntD.ttf') format('truetype');
}

@font-face {
    font-family: 'EnviroD';
    src: url('../fonts/EnviroD.ttf') format('truetype');
}

@font-face {
    font-family: 'EnviroSCD';
    src: url('../fonts/EnviroSCD.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-Black';
    src: url('../fonts/Lato-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-BlackItalic';
    src: url('../fonts/Lato-BlackItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-Bold';
    src: url('../fonts/Lato-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-BoldItalic';
    src: url('../fonts/Lato-BoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-Italic';
    src: url('../fonts/Lato-Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-Light';
    src: url('../fonts/Lato-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-Regular';
    src: url('../fonts/Lato-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-Thin';
    src: url('../fonts/Lato-Thin.ttf') format('truetype');
}

@font-face {
    font-family: 'revicons90c6';
    src: url('../fonts/revicons/revicons90c6.eot') format('embedded-opentype');
}

@font-face {
    font-family: 'revicons90c6';
    src: url('../fonts/revicons/revicons90c6.svg') format('svg');
}

@font-face {
    font-family: 'revicons90c6';
    src: url('../fonts/revicons/revicons90c6.ttf') format('truetype');
}

@font-face {
    font-family: 'revicons90c6';
    src: url('../fonts/revicons/revicons90c6.woff') format('woff');
}

/*html {
    scroll-behavior: smooth;
}*/

.font_family {
    font-size: 10px !important;
    font-family: Lato;
}

.font_fam {
    font-family: Lato !important;
}

.h2_01 {
    font-size: 38px;
    color: #fff;
    text-align: center;
}

.h2_02 {
    font-size: 38px;
    color: #fff;
    text-align: center;
    font-weight: 600;
}

.wl_hd_pd40 {
    /*padding-top: 40px;
            padding-bottom: 40px;*/
}

/*.pg_wlm {
            font-family: Lato;
            font-size: 18px;
            color: #fff;
            text-align: justify;
        }*/

.main_about_sec {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 80px;
    padding-right: 80px;
    width: 100%;
}

.img_wel {
    width: 100%;
    height: 470px;
    object-fit: cover;
    box-shadow: 0px 0px 12px 1px #183106;
}

.h2_wl {
    color: #fff;
    letter-spacing: 3px;
    font-size: 32px !important;
    border-bottom: 1px solid #fff;
}

.pg_wlm {
    font-size: 16px;
    padding-bottom: 12px;
    color: #9a8e8e !important;
    letter-spacing: 3px;
    font-family: Lato;
}

.pg_wlm_2 {
    color: #fff !important;
    font-size: 18px;
    font-family: Lato !important;
    text-align: justify;
}

.pg_wlm_2-1 {
    color: #fff !important;
    font-size: 18px;
    font-family: Lato !important;
    text-align: justify;
    margin-top: -8rem;
    padding: 15px;
}

.h4_text_st {
    padding-top: 14px;
    margin-bottom: 0;
    font-family: lato;
    color: #295905 !important;
    font-size: 16px !important;
}

.pd_30 {
    padding-top: 30px;
}

.mb-3, .my-3 {
    margin-bottom: 2rem !important;
}


/* Bob */
@-webkit-keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@-webkit-keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

.hvr-bob {
    /*display: inline-block;*/
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

    .hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
        -webkit-animation-name: hvr-bob-float, hvr-bob;
        animation-name: hvr-bob-float, hvr-bob;
        -webkit-animation-duration: .3s, 1.5s;
        animation-duration: .3s, 1.5s;
        -webkit-animation-delay: 0s, .3s;
        animation-delay: 0s, .3s;
        -webkit-animation-timing-function: ease-out, ease-in-out;
        animation-timing-function: ease-out, ease-in-out;
        -webkit-animation-iteration-count: 1, infinite;
        animation-iteration-count: 1, infinite;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-direction: normal, alternate;
        animation-direction: normal, alternate;
    }
/*-----------------------------------------------------------*/
.pd_tp0 {
    padding-top: 0 !important;
}
/*---------------------------time line image style--------------------------------*/
.c-container {
    margin: auto;
    width: 93%;
    position: relative;
    z-index: 1;
}


.card-view {
    /*-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);*/
    border-radius: 4px;
    /*padding: 22px;
            margin-bottom: 20px;*/
    /*background: #fff;*/
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.spacer {
    padding-top: 50px;
    padding-bottom: 50px;
}

.bg-gray {
    background: #F8F8F8;
}

.no-margin {
    margin: 0 !important;
}

.flex-row .flex-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

/* common css up */
.timeline {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

    .timeline li.right {
        margin-left: auto;
    }

    .timeline li:first-child {
        margin-top: 0;
    }

    .timeline li {
        width: 47%;
        position: relative;
        margin-top: 50px;
    }

    .timeline:before {
        content: '';
        width: 4px;
        height: 100%;
        background: #ffffff;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
    }

    .timeline li:before {
        content: '';
        --size: 16px;
        width: var(--size);
        height: var(--size);
        background: #b7d47b;
        display: block;
        position: absolute;
        left: -48px;
        border-radius: 50%;
    }

@media screen and (max-width:420px) {
    .timeline li:before {
        content: '';
        --size: 16px;
        width: var(--size);
        height: var(--size);
        background: #b7d47b;
        display: block;
        position: absolute;
        left: -28px;
        border-radius: 50%;
    }
}

.time-thumb-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

    .time-thumb-row .time-content {
        /*margin-left: 14px;*/
    }

        .time-thumb-row .time-content h4 {
            margin: 0;
            color: #fff;
            font-weight: 600;
            font-size: 17px;
            font-family: Lato !important;
            letter-spacing: 1px;
        }

        .time-thumb-row .time-content time {
            font-size: 14px;
            color: #666666;
        }

.timeline li.left:before {
    left: inherit;
    right: -48px;
}

.width100 {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    object-position: center;
}


.fade-in[data-scroll] {
    opacity: 0;
    will-change: transform, scale, opacity;
    -webkit-transform: translateY(6rem) scale(0.93);
    transform: translateY(6rem) scale(0.93);
    transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.fade-in-right[data-scroll] {
    opacity: 0;
    will-change: transform, scale, opacity;
    -webkit-transform: translatex(6rem) scale(0.93);
    transform: translatex(6rem) scale(0.93);
    transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.fade-in-left[data-scroll] {
    opacity: 0;
    will-change: transform, scale, opacity;
    -webkit-transform: translatex(-6rem) scale(0.93);
    transform: translatex(-6rem) scale(0.93);
    transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.fade-in[data-scroll="in"], .fade-in-right[data-scroll="in"], .fade-in-left[data-scroll="in"] {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
}

p {
    color: #5d5d5d;
    line-height: 1.5;
}
/*------------------------time line image style-----------------------------------*/
.img_activity {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.div_tumb_cnt {
    text-align: center;
    width: 100%;
    padding: 12px;
    border-radius: 5px;
    border: 2px solid #e6e6e6;
}

.lt_to_rt {
    text-align: center;
    width: 100%;
    padding: 12px;
    border-radius: 5px;
    border: 2px solid #e6e6e6;
}

.contact_form {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}

.row_pd_55 {
    padding-top: 55px;
    /*padding-bottom: 55px;*/
}

.cont_fnt {
    font-size: 18px;
    color: #fff;
    text-align: center;
    /*padding: 30px;*/
    /*width: 500px;*/
}

.add_img {
    width: 15%;
}

.center_con {
    text-align: center;
}

.hd_contact {
    margin: 0;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    border-bottom: 1px solid;
    margin-bottom: 12px;
}
@media screen and (max-width:768px){
    /*.div_tumb_cnt{
        width: auto;
    }
    .lt_to_rt{
        width:auto;
    }
    .timeline li {
    width: 40%;
    position: relative;
    margin-top: 50px;
}*/
   
    .img_activity {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
}
/*-----------------------------------------*/
.social {
    position: fixed;
    top: 30%;
    width: 0;
}

    .social ul {
        list-style-type: none;
        padding: 0;
        transform: translatex(-270px);
    }

        .social ul li {
            display: block;
            margin: 5px;
            background-color: rgba(0, 0, 0, 0.5);
            width: 300px;
            text-align: right;
            padding: 10px;
            border-radius: 0 30px 30px 0;
            transition: all 1s;
        }

            .social ul li:hover {
                transform: translatex(110px);
            }

            .social ul li.twitter:hover {
                background-color: #55acee;
            }

            .social ul li.facebook:hover {
                background-color: #3b5999;
            }

            .social ul li.google-plus:hover {
                background-color: #dd4b39;
            }

            .social ul li.instagram:hover {
                background-color: #e4405f;
            }
            .social ul li.whatsapp:hover {
                background-color: #28a745;
            }

            .social ul li a {
                color: white;
                text-decoration: none;
                font-family: Lato !important;
            }

            .social ul li i {
                text-align: center;
                margin-left: 14px;
                color: black;
                background-color: white;
                border-radius: 50%;
                width: 20px;
                height: 20px;
                font-size: 13px;
                padding-top: 4px;
                transform: rotate(0deg);
            }

            .social ul li:hover i {
                transform: rotate(360deg);
                transition: all 1s;
            }

.a_link_01 {
    color: #fff;
}

.pd_btm {
    padding-bottom: 24px;
}

.pd_0 {
    padding: 0 !important;
}

.pd_180 {
    padding-left: 180px;
    padding-right: 180px;
}

@media screen and (max-width:420px) {
    .pd_180 {
        padding-left: 0;
        padding-right: 0;
    }

    html {
        scroll-behavior: smooth;
    }
}
/*navbar design*/
.img_log {
    width: 35%;
}

.bar_nav {
    position: fixed;
    top: 0;
    z-index: 3;
    background: #00000061;
}
/*navbarLinks style*/
nav {
    font-family: Raleway;
}
/*-------------------------------------------------------------*/
.link {
    display: inline-block;
    position: relative;
    text-decoration: none;
    padding: 2px 0;
    color: #fff;
    font-family: Raleway;
}

.link-wrapper {
    position: relative;
    display: inline-block;
    padding: 30px 0 10px;
    float: right;
    padding-right: 28px;
}

.hover-7:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: white;
    transform: scaleX(0);
    transform-origin: top left;
    transition: transform 0.3s;
}

.hover-7:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: white;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s;
}

.hover-7:hover:before {
    transform: scaleX(1);
}

.hover-7:hover:after {
    transform: scaleX(1);
}

.a_nav_link {
    color: #fff !important;
    text-decoration: none !important;
    font-size: 14px;
    padding: 3px 2px 3px 2px;
    margin: 0px 20px 0px 0px;
    font-family: Lato !important;
}
/*-----------------------------------------------------------------------------------*/
header {
    background: #00000061;
    color: #fff;
    position: fixed;
    z-index: 999999;
    width: 100%;
}

    header::after {
        content: '';
        clear: both;
        display: block;
    }

/*.logo {
            float: left;
            font-size: 1rem;
            margin: 0;
            text-transform: uppercase;
            font-weight: 700;
        }*/

.logo span {
    font-weight: 400;
}

.site-nav {
    position: absolute;
    top: 100%;
    right: 0%;
    background: #464655;
    clip-path: circle(0px at top right);
    transition: clip-path ease-in-out 700ms;
    /*   display: none; */
}

.site-nav--open {
    clip-path: circle(250% at top right);
    /*   display: block; */
}

.site-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-nav li {
    border-bottom: 1px solid #575766;
}

    .site-nav li:last-child {
        border-bottom: none;
    }

.site-nav a {
    color: #EBEBD3;
    display: block;
    padding: 2em 4em 2em 1.5em;
    text-transform: uppercase;
    text-decoration: none;
}

    .site-nav a:hover,
    .site-nav a:focus {
        background: #E4B363;
        color: #464655;
    }

.site-nav--icon {
    display: inline-block;
    font-size: 1.5em;
    margin-right: 1em;
    width: 1.1em;
    text-align: right;
    color: rgba(255,255,255,.4);
}

.menu-toggle {
    padding: 1em;
    position: absolute;
    top: .5em;
    right: .5em;
    cursor: pointer;
}

.hamburger,
.hamburger::before,
.hamburger::after {
    content: '';
    display: block;
    background: #EBEBD3;
    height: 3px;
    width: 1.75em;
    border-radius: 3px;
    transition: all ease-in-out 500ms;
}

    .hamburger::before {
        transform: translateY(-6px);
    }

    .hamburger::after {
        transform: translateY(3px);
    }

.open .hamburger {
    transform: rotate(45deg);
}

    .open .hamburger::before {
        opacity: 0;
    }

    .open .hamburger::after {
        transform: translateY(-3px) rotate(-90deg);
    }
.menu-toggle {
        display: none;
    }
                        .whatsapp-div-1{
                          justify-content: end;
                        }
                        .whatsapp-div-mob-1{
                            visibility: hidden;
                          margin-top: 40px;
    margin-bottom: 10px;
justify-content: end;
                        }
                        .whatsapp-div img, .whatsapp-mob-div img{
                                    width: 100%;
    max-width: 39px;
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
                        }
                        .whatsapp-div h6, .whatsapp-mob-div h6{
                         margin: 0;
    background-color: #e7e7e7;
    font-family: Lato !important;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 5px 10px 5px 40px;
                        }
                        .h6-div, .h6-mob-div{
                               padding: 5px;
                        }
                        .map iframe{
                            width: 100%;
                        }
@media (min-width: 1100px) {
    .site-nav {
        height: auto;
        position: relative;
        background: transparent;
        float: right;
        clip-path: initial;
    }

        .site-nav li {
            display: inline-block;
            border: none;
        }

        .site-nav a {
            padding: 0;
            margin-left: 3em;
        }

            .site-nav a:hover,
            .site-nav a:focus {
                background: transparent;
            }

    .site-nav--icon {
        display: none;
    }
}

.desk_none {
    display: none;
}

.btn_show_more {
    color: #fff;
    background: #202020;
    padding: 10px 18px 10px 18px;
    border-radius: 3px;
    font-family:Lato!important;
}
.btn_show_more:hover{
    background:#fff;
    color:#202020!important;
    text-decoration:none!important;
}
.img_radius{
    border-radius: 5px 5px 5px 5px !important;
}
    .rs_hd {
        text-align: center;
        font-family: Lato !important;
        padding-top: 10px;
        padding-bottom: 0px;
        font-weight: 500 !important;
    }

    .rs_pg {
        font-family: Lato !important;
        font-size: 15px;
        font-weight: 700;
        border: 1px solid #e4e4e4;
        padding: 8px 5px 8px 5px;
        background: #f5f5f5;
        border-radius: 3px;
        margin-bottom: 10px;
    }

    .rs_span {
        color: #295905;
        font-weight: 700;
    }

    .rs_content {
        text-align: left;
        font-family: Lato !important;
        font-size: 15px;
        margin: 0 0 10px;
    }
    .rs_infcontent {
        text-align: left;
        font-family: Lato !important;
        font-size: 15px;
        margin: 0 0 6px;
    }
    /* .rs_content p{
         margin: 0 0 10px;
     }*/

    .rs_content_span {
        color: #0088cc;
    }

    .book_btn {
        background: #202020;
        color: #fff;
        padding: 8px 16px 8px 16px;
        border-radius: 3px;
        /*box-shadow: 6px 6px 10px 0px #aba2a2;*/
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        font-family:Lato!important;
    }
    .book_btn:hover{
        background: #295905;
        color:#fff!important;
        text-decoration:none!important;
    }
    .rs_hght {
        height: 500px;
    }
    .pd_btm_2{
        padding-bottom:2em;
    }

@media screen and (max-width:1100px) {
    .mobile_none {
        display: none;
    }

    .desk_none {
        display: block;
    }
    .menu-toggle {
        display: block;
    }
    .whatsapp-div-1{
    display: none;
    }
    .whatsapp-div-mob-1{
        visibility: inherit;
    }
    .whatsapp-mob-div img{
                                    width: 100%;
    max-width: 39px;
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
                        }
      .whatsapp-mob-div h6{
                         margin: 0;
    background-color: #e7e7e7;
    font-family: Lato !important;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 5px 10px 5px 40px;
                        }
     .h6-mob-div{
       padding: 5px;
    }
} 
@media screen and (max-width:768px) {
    .whatsapp-div-mob-1{
        margin-top: 0;
    }
    .map iframe{
        margin-top: 15px;
    }
    }