
/*---------------------------------------- 
==========================================

  1.  Global

==========================================
/*----------------------------------------*/

* {
    outline: 0 !important;
    font-weight: normal;
}

body {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Playfair Display', serif;
}

a,
button {
    outline: 0 !important;
}

    a:hover,
    a:focus {
        text-decoration: none;
    }

.form-control:focus {
    border: 0 1px 0 0;
    border-color: #fff;
    box-shadow: none;
}

.pos_rel {
    position: relative;
    min-height: 550px;
    /*min-height: 100vh;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.section {
    padding-top: 50px;
    /*margin-top: 85px;*/
}

.d-flex {
    display: flex !important;
    display: -ms-flexbox !important;
    display: -webkit-flex;
}

.d-inline-block {
    display: inline-block;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.fade-in {
    opacity: 0;
}



.fade {
    transition: opacity .5s ease-in-out;
}

.btn-border {
    border: 2px solid #379889;
    padding: 6px 66px;
    background-color: white;
    border-radius: 0;
    color: #379889;
    font-size: 28px;
    text-transform: uppercase;
    transition: all .2s;
}

    .btn-border:hover {
        background-color: #379889;
        color: white;
    }

.text-blue {
    color: #56b3a5;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.padd_lr0 {
    padding: 0;
}

.padd_r0 {
    padding-right: 0;
}

.padd_l0 {
    padding-left: 0;
}


/*----------------------------------------

  1.1.  Fonts

/*----------------------------------------*/
#gallery .section-title {
    margin-bottom: 45px;
}

.navbar-nav > li > a {
    font-weight: normal;
}

#navbar_search input {
}

#footer .form-control,
.section-short,
#menu_items .info .short {
    font-weight: normal;
}

#about_us .short,
.carousel-caption p {
}

#menu_items .info .name {
    font-weight: normal;
}

.carousel-caption h1,
#about_us .title,
.section-title,
.btn-border,
#footer .control-label,
.item_name {
    font-weight: normal;
}

.border_on:before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    /*border: 2px solid #f6a525;*/
    content: '';
}


/*----------------------------------------
==========================================

  2.  Header

==========================================
/*----------------------------------------*/


/*----------------------------------------

  2.1.  Navigation

/*----------------------------------------*/

.affix .navbar_top {
    display: none;
}

.navbar_top {
    overflow: hidden;
    height: 64px;
    position: relative;
}

.top_addr {
    padding: 15px 0;
}

    .top_addr a {
        color: white;
    }

.roboto {
    font-family: 'Roboto', sans-serif;
}

.top_addr span {
    margin-right: 15px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    /*font-weight:600*/
}

    .top_addr span + span {
        padding-left: 11px;
        border-left: 1px solid #f6a525;
    }

.top_addr i.fa {
    color: #fff101;
    margin-right: 7px;
    font-size: 18px;
}

.navigation {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 999;
    background: linear-gradient(to bottom, rgb(4 76 79 / 79%) 10%, rgb(4 76 79 / 66%) 70%, rgb(18 32 45 / 0%) 100%);
}

.navbar {
    padding: 11px 0 0;
    border-radius: 0;
    min-height: 75px;
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.navbar_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    margin-top: 15px;
}

.navbar-collapse.collapse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    justify-content: space-between;
}

.navbar-container.affix .navbar {
    border-bottom: none;
    min-height: 70px;
    padding: 0;
    margin-bottom: 10px;
    border: none;
}

.navbar-container {
    top: -60px;
    transition: top .5s;
}

    .navbar-container.affix {
        position: fixed;
        top: 0px;
        width: 100%;
        background-color: rgb(4 76 79 / 80%);
        z-index: 999;
    }

.affix .navbar {
    margin: 0 !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-brand {
    padding: 0;
}

/*.nav>li+li:after {
    content: "\f111";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    color: #fff;
    font-size: 10px;
    font: normal normal normal 4px/1 FontAwesome;
}*/

.nav > li > a:focus,
.nav > li > a:hover {
    background-color: transparent;
    color: #fff101;
}

.navbar-nav > li > a {
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 0;
    margin: 0 25px;
    position: relative;
    text-shadow: none;
}

.navbar-nav > li:last-child > a {
    margin-right: 0;
}

.navbar-nav > li.active > a {
    color: #fff101;
}

.navbar-nav > li > a:after {
    left: 0%;
    right: 100%;
    content: "";
    height: 1px;
    position: absolute;
    bottom: 0;
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    opacity: 0;
    background: #fff101;
}

.navbar-nav > li.active > a:after,
.navbar-nav > li > a:hover:after {
    left: 0;
    right: 0;
    width: auto;
    opacity: 1;
}

.search-block {
    font-size: 16.1px;
    margin-left: 50px;
    color: white;
}

    .search-block #search {
        cursor: pointer;
        margin-right: 0;
    }

#navbar_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    width: 100%;
}

#navbar_search {
    display: none;
    position: absolute;
    width: 100%;
    height: 50px;
    top: 0;
}

    #navbar_search input {
        background: none;
        border: none;
        box-shadow: none;
        color: white;
        font-size: 20px;
        height: 50px;
    }

    #navbar_search .close {
        position: absolute;
        right: 0;
        color: #fff;
        top: 50%;
        transform: translateY(-50%);
        opacity: 1;
        text-shadow: none;
    }

    #navbar_search .form-control::-webkit-input-placeholder {
        color: #fff;
    }

    #navbar_search .form-control::-moz-placeholder {
        color: #fff;
    }

    #navbar_search .form-control:-ms-input-placeholder {
        color: #fff;
    }

    #navbar_search .form-control:-moz-placeholder {
        color: #fff;
    }


/*-----------------------------------------

  2.2.  Carousel

/*----------------------------------------*/

.carousel1 {
    background: url('../images/banner-bg.jpg') top center no-repeat;
    background-size: cover;
}

.carousel-indicators {
    bottom: 48px;
}

.carousel-control {
    z-index: 1;
    background: none;
    opacity: .9;
    width: auto;
}

    .carousel-control.left .fa {
        left: 0;
    }

    .carousel-control.right .fa {
        right: 0;
    }

    .carousel-control .fa {
        position: absolute;
        top: 50%;
        width: 60px;
        height: 40px;
        font-size: 20px;
        transform: translateY(-50%);
    }

.carousel-inner .carousel-item {
    height: 634px;
    background-position: center;
    background-size: cover;
    transition-duration: .3s;
}

.carousel-caption {
    top: 65%;
    transform: translateY(-50%);
    margin: 0;
    bottom: auto;
    text-shadow: none;
    padding: 0;
}

    .carousel-caption h1 {
        color: #ffffff;
        font-size: 76px;
        border-left: 1px solid #56b3a5;
        border-right: 1px solid #56b3a5;
        display: inline-block;
        padding: 20px 80px;
        position: relative;
        margin-bottom: 50px;
    }

.item_name {
    font-size: 50px;
    line-height: 75px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

    .item_name:after {
        content: "";
        width: 98px;
        height: 4px;
        background-color: #f6a525;
        position: absolute;
        right: 0;
        bottom: 0;
    }

.item_img {
    float: left;
    margin: 0 50px;
    position: relative;
    padding-bottom: 20px;
}

    .item_img img {
        /*width: 500px;
    max-height: 310px;*/
        max-width: 100%;
    }

.item_badge {
    width: 100px;
    height: 100px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #f6a525;
    color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.item_link_box {
    text-align: right;
}

.item_link {
    font-size: 15px;
    line-height: 21px;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    border: 1px solid #f6a525;
    border-radius: 30px;
    color: #fff !important;
    margin-top: 30px;
}

    .item_link:hover {
        background-color: #f6a525;
        color: #fff !important;
        border-color: transparent;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

.badge_btext {
    display: block;
    font-size: 32px;
    flex: 1 100%;
}

.badge_stext {
    font-size: 18px;
    margin-top: -30px;
    flex: 2 100%;
}

.item_details {
    text-align: left;
}

.carousel-caption h1 .border-top:before,
.carousel-caption h1 .border-top:after,
.carousel-caption h1 .border-bottom:before,
.carousel-caption h1 .border-bottom:after {
    content: '';
    position: absolute;
    width: 7%;
    height: 1px;
    background-color: #56b3a5;
}

.carousel-caption h1 .border-top:before {
    top: 0px;
    left: 0px;
}

.carousel-caption h1 .border-top:after {
    top: 0px;
    right: 0px;
}

.carousel-caption h1 .border-bottom:after {
    bottom: 0px;
    right: 0px;
}

.carousel-caption h1 .border-bottom:before {
    bottom: 0px;
    left: 0px;
}

.carousel-caption p {
    color: #fff;
    font-size: 15px;
    text-align: right;
}

.carousel-caption .fadeUp,
.carousel-caption .fadeUpSlow {
    opacity: 0;
    transform: translateY(100%);
    transition: all 1s;
}

.carousel-inner .carousel-item.active .carousel-caption .fadeUp {
    transform: translateY(0);
    opacity: 1;
}

.carousel-caption .fade-slow {
    transition-delay: .4s;
}

.carousel-indicators li,
.carousel-indicators .active {
    width: 13px;
    height: 13px;
    border-width: 2px;
    border-color: #fff;
    margin: 0 4px;
}

.carousel-indicators .active {
    background-color: #fff;
}


/*----------------------------------------
==========================================

  3.  Sections

==========================================
/*----------------------------------------*/

.section-title {
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    color: #11202c;
    margin: 0 0 20px;
}

.title_sty1 {
    color: #fff;
}

.title_sty2 {
    color: #990100;
}

.section .title-block {
    max-width: 600px;
    margin: auto;
    text-align: center;
}

.section-short {
    color: #a5a5a5;
    font-size: 17px;
    line-height: 1.5;
}


/*-----------------------------------------

  3.1.  About Us

/*----------------------------------------*/
.border_on {
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#about_us {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    #about_us .content {
        padding: 40px 50px 40px;
        max-width: 100%;
        background-color: #f6a525;
    }

.about_img {
    max-width: 100%;
}

#about_us .row {
    position: relative;
}

#about_us .border:after {
    content: "";
    position: absolute;
    width: 95%;
    left: 0;
    border: 2px solid #56b3a5;
    height: calc(100% - 24px);
    top: 12px;
}

#about_us .img {
    z-index: 9;
}

#about_us .title {
    margin-bottom: 20px;
}

#about_us .short {
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-align-last: center;
    /*max-height: 168px;*/
    overflow: hidden;
}

.card-4 {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

/*-----------------------------------------

  3.2.  Menu

/*----------------------------------------*/

.filtr-item {
    display: none;
}

    .filtr-item.active {
        display: block;
    }

.menu_filter {
    margin-bottom: 50px;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .menu_filter.nav > li {
        padding-left: 5px;
        padding-right: 5px;
    }

        .menu_filter.nav > li.active > a {
            border-color: #11202c;
            background-color: #11202c;
            color: #fff;
        }

        .menu_filter.nav > li + li:after {
            content: none;
        }

    .menu_filter .item {
        margin-top: 15px;
    }

        .menu_filter .item a,
        .menu_filter .item.active a {
            font-size: 12px;
            line-height: 25px;
            font-weight: 600;
        }

        .menu_filter .item a {
            border: 1px solid #044c4f;
            color: #044c4f;
            padding: 2px 10px;
            border-radius: 30px;
            display: block;
        }

            .menu_filter .item a:hover {
                text-decoration: none;
                background-color: #044c4f;
                color: #fff;
                border-color: #11202c;
                -webkit-transition: all .3s ease-out;
                -moz-transition: all .3s ease-out;
                -ms-transition: all .3s ease-out;
                -o-transition: all .3s ease-out;
                transition: all .3s ease-out;
            }


            .menu_filter .item a:focus {
                background-color: transparent;
                border-color: #11202c;
                color: #11202c;
            }

        .menu_filter .item.active a {
            border-color: #11202c;
            background-color: #11202c;
            color: #fff;
        }

#menu_items {
    height: 100%;
    margin-top: 40px;
}

.filter_item_img {
    position: relative;
    float: left;
    margin-right: 30px;
    overflow: hidden;
}

    .filter_item_img:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        opacity: 0;
        border-radius: 50%;
        background-color: #11202c;
        -webkit-transition: opacity 0.45s;
        transition: opacity 0.45s;
    }

#menu_items .block:hover .filter_item_img:after {
    opacity: .8;
}

.filter_item_img .fa {
    position: absolute;
    left: 40%;
    top: 40%;
    z-index: 1;
    font-size: 30px;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
}

#menu_items .block:hover .filter_item_img .fa {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.filter_item_img img {
    max-width: 100%;
    border-radius: 50%;
    width: 100px;
    min-width: 100px;
    height: 100px;
}

#menu_items .left,
#menu_items .right {
    line-height: 0;
    overflow: hidden;
}

#menu_items .image {
    margin-bottom: 35px;
}

#menu_items .left .image:not(:first-child),
#menu_items .right .image:not(:last-child) {
    width: 50%;
}

#menu_items .block {
    display: block;
    text-decoration: none;
    margin-bottom: 20px;
}

#menu_items .content {
    position: relative;
    overflow: hidden;
}

#menu_items .info div {
    margin: 5px 0;
}

#menu_items .filter_item_price {
    font-size: 17px;
    color: #044c4f;
    font-weight: 600;
    float: right;
    padding-left: 24px;
    text-transform: capitalize;
}

#menu_items .info .name {
    font-size: 19px;
    color: #12585c;
    padding-top: 26px;
    text-transform: capitalize;
    white-space: nowrap;
    display: flex;
    align-items: center;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 600;
    /*border-bottom: 1px dashed #dd6900;*/
}

#menu_items .info .short {
    color: #838383;
    /*white-space: nowrap;
    text-overflow: ellipsis;*/
    overflow: hidden;
    font-size: 13px;
}

#menu_items .left .image:not(:first-child) .info .short,
#menu_items .right .image:not(:last-child) .info .short {
    font-size: 10px;
}

#menu_items .block * {
    transition: all .5s;
}

#menu_items .block:hover .content {
    transform: scale(.87);
}

#menu_items .block:hover .info {
    opacity: 1;
}


/*-----------------------------------------

  3.3.  Photo Gallery

/*----------------------------------------*/

#photo_gallery {
    height: 100%;
}

    #photo_gallery > div {
        margin: 0;
    }

        #photo_gallery > div > div {
            padding: 0;
        }

    #photo_gallery img {
        width: 100%;
    }

    #photo_gallery .block {
        background-color: #d0d0d0;
        display: block;
        text-decoration: none;
    }

    #photo_gallery .content {
        position: relative;
        overflow: hidden;
    }

    #photo_gallery .zoom {
        color: white;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        flex-direction: column;
        background-color: #11202c8f;
        line-height: 1;
        text-transform: uppercase;
        opacity: 0;
    }

.zoom_icon .fa {
    font-size: 28px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
}

#photo_gallery .zoom:hover .zoom_icon .fa {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#photo_gallery .zoom div {
    margin: 5px 0;
}

#photo_gallery .block * {
    transition: all .5s;
}

#photo_gallery .block:hover .zoom {
    opacity: 1;
}

#photo_gallery .block:hover img {
    transform: scale(1.3);
}

#loadMore {
    display: none;
}

.load-dots {
    display: none;
}

    .load-dots.visible {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 45px !important;
    }

.more_btn {
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    padding: 15px;
    min-width: 225px;
    min-height: 45px;
    margin-top: 45px;
    background-color: #f6a525;
    color: #fff;
    border: 2px solid transparent;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

    .more_btn:hover {
        color: #f6a525;
        background-color: #fff;
        border-color: inherit;
    }

    .more_btn .fa {
        margin-right: 10px;
    }


/*-----------------------------------------

  5.  Fixed layer

/*----------------------------------------*/

.fixed_layer {
    position: relative;
    background: url('../images/reservation.jpg') 50% 0 no-repeat fixed;
    background-size: cover;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .fixed_layer:after {
        content: "";
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, .65);
        position: absolute;
        top: 0;
        left: 0;
    }

.fixed_layer_padd {
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

    .fixed_layer_padd > .row {
        justify-content: flex-end;
    }

.fixed_layer_ttl {
    font-size: 59px;
    line-height: 115px;
    text-transform: uppercase;
}

    .fixed_layer_ttl strong {
    }

.fixed_layer_text {
    font-size: 23px;
    line-height: 42px;
}



/*---------------------------------------- 
==========================================

  6.  Footer

==========================================
/*----------------------------------------*/
#footer > .section {
    position: relative;
    overflow: hidden;
    padding-top: 0;
    background-color: #11202c;
}

.footer_pos {
    position: absolute;
    bottom: 0;
    z-index: 9;
    width: 100%;
}

#footer .triangle {
    width: 134%;
    height: 0;
    border-style: solid;
    border-width: 0 67vw 165px 67vw;
    border-color: transparent transparent #379889 transparent;
    position: absolute;
    bottom: 0;
    left: -17%;
}

#footer .social-links {
    float: right;
}

    #footer .social-links .list-inline {
        margin: 0;
    }

    #footer .social-links li {
        padding: 0;
        margin-left: 4px;
    }

    #footer .social-links a {
        color: #fff;
        border: 1px solid;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        font-size: 14px;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

        #footer .social-links a:hover {
            background-color: #fff;
            color: #990100;
        }

#footer .footer-text {
    color: #fff;
    font-size: 17px;
}

#footer .copyright {
    background-color: #990100;
    padding: 10px 0;
}

#footer .footer_content {
    background-color: #f6a525;
    color: #fff;
    padding: 0 45px 0 20px;
}

#footer .week_day {
    float: left;
    background-color: #f6a525;
    position: relative;
    z-index: 1;
    padding-right: 20px;
}

#footer .footer_ttl {
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 30px;
}

#footer .footer_ttl_padd {
    padding-left: 30px;
}

#footer .footer_border {
    padding-left: 30px;
    border-left: 1px solid #d69021;
    min-height: 150px;
    margin-bottom: 20px;
    margin-top: 20px;
}

#footer .footer_txt {
    line-height: 24px;
    font-size: 14px;
    margin-top: 20px;
    padding-left: 30px;
}

#footer .footer_col {
    padding-right: 20px;
    border-right: 1px solid red;
}

#footer .week_time {
    float: right;
    background-color: #f6a525;
    padding-left: 20px;
    position: relative;
    z-index: 1;
}

#footer .week_row {
    position: relative;
    overflow: hidden;
}

    #footer .week_row:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        height: 0;
        width: 100%;
        border-top: 1px dotted #fff;
    }

#footer .footer_cnt {
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}

    #footer .footer_cnt .fa {
        font-size: 17px;
        position: absolute;
        left: 0;
        top: 0;
    }

#footer .week_time {
    min-width: 127px;
}

#footer .footer_cnt span {
}

#footer .week_time_node {
    padding: 0 10px;
}

#footer .copy_text {
    font-size: 12px;
    /*text-transform: uppercase;*/
    color: #fff;
}

    #footer .copy_text span {
        margin: 0 6px;
    }

/*---------------------------------------- 
==========================================

  7.  Mobile right menu

==========================================
/*----------------------------------------*/

.rmenu_list li a {
    font-size: 15px;
    color: #fff;
    display: block;
    padding: 8px 15px;
    letter-spacing: 1px;
}

    .rmenu_list li a:hover {
        background-color: #044c4f7d;
    }

.cd-nav-container .header__open_menu {
    background: none;
    text-align: left;
    padding: 20px 15px;
}

#cd-nav .rmenu_list {
    list-style: none;
    padding-left: 0;
}

    #cd-nav .rmenu_list li a span {
        position: absolute;
        right: 0;
        top: 0;
        color: #fff;
        width: 41px;
        height: 41px;
        font-size: 24px;
        background-color: #69513d;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 999;
        cursor: pointer;
    }

#cd-nav .open + .dropdown-menu {
    display: block;
}

.open {
    background: #69513d;
    color: #fff !important;
}

#cd-nav .rmenu_list li a.open span i {
    transition: transform .2s;
    transform: rotate(90deg);
}

#cd-nav .rmenu_list li a span i {
    transition: transform .2s;
    transform: rotate(0);
}

#cd-nav .rmenu_list li .dropdown-menu {
    position: relative;
    float: none;
    border-radius: 0;
    padding: 0;
    border: 0;
    top: 0;
    margin: 0;
    box-shadow: none;
    background-color: #bba02b;
}

.cd-nav-trigger {
    position: absolute;
    z-index: 3;
    margin-top: 8px;
    font-size: 21px;
    margin-left: 10px;
    height: 44px;
    width: 44px;
}

    .cd-nav-trigger span {
        position: absolute;
        left: 48%;
        top: 45%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        width: 16px;
        height: 16px;
        background-color: transparent;
        color: #fff;
    }

.cd-nav-container {
    padding-right: 0;
    width: 80%;
    background-color: #044c4f;
}

.rmenu_lang {
    margin-bottom: 30px;
    text-align: center;
}

    .rmenu_lang li {
        display: inline-block;
    }

        .rmenu_lang li a {
            color: #fff;
            letter-spacing: 3px;
            padding: 8px 4px;
            margin: 0 8px;
            font-size: 13px;
        }

.rmenu_social {
    margin-top: 20px;
    text-align: center;
}

    .rmenu_social a {
        display: inline-block;
        margin: 0 4px;
        font-size: 20px;
        color: #fff;
        padding: 10px;
    }

.right_menu_icon {
    right: 0;
    margin-left: 0;
    margin-right: 10px;
}

.right_menu {
    right: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.cd-nav-container {
    z-index: 1000;
}

.cd-overlay {
    z-index: 999;
}


/*---------------------------------------- 
==========================================

  8.  Fancybox

==========================================
/*----------------------------------------*/

.fancybox-skin {
    background: none;
}

.fancybox-close {
    top: 14px;
    right: 15px;
}

.fancybox-prev span {
    left: -52px;
}

.fancybox-next span {
    right: -43px;
}

.fancybox-opened .fancybox-skin {
    box-shadow: none;
}

.fancybox-nav span {
    visibility: visible;
}



/*---------------------------------------- 
==========================================

  9.  Loading overlay

==========================================
/*----------------------------------------*/
.loading-overlay {
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.spinner {
    position: relative;
    width: 100px;
    height: 40px;
}

    .spinner span {
        display: block;
        position: absolute;
        bottom: 0;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        background-color: #ffb600;
        opacity: .5;
        animation: move 1.2s ease-in-out infinite;
    }

        .spinner span:nth-of-type(2) {
            -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
            left: 20px;
        }

        .spinner span:nth-of-type(3) {
            left: 40px;
            -webkit-animation-delay: 0.4s;
            animation-delay: 0.6s;
        }

        .spinner span:nth-of-type(4) {
            left: 60px;
            -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
        }

        .spinner span:last-of-type {
            left: 80px;
            -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
        }

@keyframes move {

    0%, 100% {
        opacity: .3;
        transform: translateY(0);
    }

    50% {
        opacity: 1;
        transform: translateY(-15px);
    }
}


/*---------------------------------------- 
==========================================

  10.  Scroll up

==========================================
/*----------------------------------------*/

.scroll-up {
    position: fixed;
    right: 50px;
    bottom: 50px;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    z-index: 10;
    width: 45px;
    height: 45px;
    min-width: 45px;
    background-color: #c10100;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

    .scroll-up:hover {
        -webkit-box-shadow: rgba(153, 1, 0, 0.5);
        box-shadow: rgba(153, 1, 0, 0.5);
    }

    .scroll-up.show {
        visibility: visible;
        opacity: 1;
    }

.scroll-up__icon {
    color: #fff;
    font-size: 18px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #11202c !important;
    border-color: #dee2e6 #dee2e6 #f1f3f4 !important;
    color: white !important;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

.social-media {
    position: fixed;
    width: 45px;
    margin-top: 15%;
    transition: all 0.3s linear;
    box-shadow: 2px 2px 8px 0px rgba(0,0,0,.4);
    z-index: 99;
}

    .social-media ul {
        padding: 0px;
        margin-bottom: 0px;
    }

        .social-media ul li {
            height: 50px;
            position: relative;
        }

            .social-media ul li a {
                color: white;
                display: block;
                height: 100%;
                width: 100%;
                line-height: 50px;
                padding-left: 25%;
                border-bottom: 1px solid rgba(0,0,0,.4);
                transition: all .3s linear;
            }

            .social-media ul li:nth-child(1) a {
                background: #4267B2;
            }

            .social-media ul li:nth-child(2) a {
                background: #1DA1F2;
            }

            .social-media ul li:nth-child(3) a {
                background: #E1306C;
            }

            .social-media ul li:nth-child(4) a {
                background: #2867B2;
            }

            .social-media ul li:nth-child(5) a {
                background: #c4302b;
            }

            .social-media ul li:nth-child(6) a {
                background: #ff0000;
            }

            .social-media ul li a i {
                position: absolute;
                top: 17px;
                left: 12px;
                font-size: 22px;
            }

            .social-media ul li a span {
                display: none;
                font-weight: bold;
                letter-spacing: 1px;
                text-transform: uppercase;
            }

            .social-media ul li a:hover {
                z-index: 1;
                width: 200px;
            }

            .social-media ul li:hover a span {
                padding-left: 30%;
                display: block;
            }


.galleryDetails .col-lg-12 {
    display: flex;
    flex-wrap: wrap;
}

    .galleryDetails .col-lg-12 .col-lg-4 {
        margin: 0 0px 10px;
    }

        .galleryDetails .col-lg-12 .col-lg-4 img {
            height: 200px;
            max-width: 98%;
            object-fit: cover;
        }

.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    text-transform: uppercase;
    /*z-index: 999;*/
}

.white-heading {
    color: #11202c;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}

.white-heading span {
    color: #ffffff;
}
/*-----Testimonial-------*/

.testimonial {
    min-height: 375px;
    position: relative;
    background: url(../images/pattern.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
}

#testimonial4 .carousel-inner:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

#testimonial4 .carousel-inner:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#testimonial4 .carousel-inner .item {
    overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    height: 20px;
    bottom: 15px;
    padding: 0 5px;
    cursor: e-resize;
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    text-align: center;
    white-space: nowrap;
}

    .testimonial4_indicators .carousel-indicators li {
        padding: 0;
        width: 14px;
        height: 14px;
        border: none;
        text-indent: 0;
        margin: 2px 3px;
        cursor: pointer;
        display: inline-block;
        background: #ffffff;
        -webkit-border-radius: 100%;
        border-radius: 100%;
    }

    .testimonial4_indicators .carousel-indicators .active {
        padding: 0;
        width: 14px;
        height: 14px;
        border: none;
        margin: 2px 3px;
        background-color: #9dd3af;
        -webkit-border-radius: 100%;
        border-radius: 100%;
    }

    .testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
        height: 3px;
    }

    .testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
        background: #eeeeee;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

.testimonial4_control_button .carousel-control {
    top: 175px;
    opacity: 1;
    width: 40px;
    bottom: auto;
    height: 40px;
    font-size: 10px;
    cursor: pointer;
    font-weight: 700;
    overflow: hidden;
    line-height: 38px;
    text-shadow: none;
    text-align: center;
    position: absolute;
    background: transparent;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
    transition: all 0.6s cubic-bezier(0.3,1,0,1);
}

    .testimonial4_control_button .carousel-control.left {
        left: 7%;
        top: 50%;
        right: auto;
    }

    .testimonial4_control_button .carousel-control.right {
        right: 7%;
        top: 50%;
        left: auto;
    }

        .testimonial4_control_button .carousel-control.left:hover,
        .testimonial4_control_button .carousel-control.right:hover {
            color: #000;
            background: #fff;
            border: 2px solid #fff;
        }

.testimonial4_header {
    top: 0;
    left: 0;
    bottom: 0;
    width: 550px;
    display: block;
    margin: 30px auto;
    text-align: center;
    position: relative;
}

    .testimonial4_header h4 {
        color: #11202c;
        font-size: 30px;
        font-weight: 600;
        position: relative;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

.testimonial4_slide {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70%;
    margin: auto;
    padding: 20px;
    position: relative;
    text-align: center;
}

    .testimonial4_slide img {
        top: 0;
        left: 0;
        right: 0;
        width: 136px;
        height: 136px;
        margin: auto;
        display: block;
        color: #f2f2f2;
        font-size: 18px;
        line-height: 46px;
        text-align: center;
        position: relative;
        border-radius: 50%;
        box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
        -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
        -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
        -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    }

    .testimonial4_slide p {
        color: #11202c;
        font-size: 14px;
        line-height: 1.4;
        margin: 40px 0 20px 0;
    }

    .testimonial4_slide h4 {
        color: #11202c;
        font-size: 22px;
    }

.testimonial .carousel {
    padding-bottom: 0px;
}

.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
/* ------testimonial  close-------*/

.contact-area {
    border-bottom: 1px solid #9a9c9f;
    padding: 50px 0px 0px;
}

.contact-content p {
    font-size: 14px;
    margin: 10px 0 25px;
    position: relative;
}

    .contact-content p::after {
        background: #dbdcdd;
        bottom: -15px;
        content: "";
        height: 1px;
        left: 50%;
        position: absolute;
        transform: translate(-50%);
        width: 80%;
    }

.contact-content h6 {
    color: #dbdcdd;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}

.contact-content span {
    color: #dbdcdd;
    margin: 0 10px;
}

.contact-social {
    margin-top: 30px;
}

    .contact-social > ul {
        display: inline-flex;
        list-style-type: none;
        padding: 0px;
    }

    .contact-social ul li a {
        border: 1px solid #dbdcdd;
        color: #dbdcdd;
        display: inline-block;
        height: 40px;
        margin: 0 10px;
        padding-top: 7px;
        transition: all 0.4s ease 0s;
        width: 40px;
    }

        .contact-social ul li a:hover {
            border: 1px solid #fff101;
            color: #fff101;
        }

.contact-content img {
    max-width: 210px;
}

section, footer {
    background: #044c4f;
    color: #dbdcdd;
}

    footer p {
        padding: 20px 0;
        font-size: 13px;
        margin-bottom: 0px;
        text-align: center;
    }

    footer img {
        width: 44px;
    }


.overlay {
    color: #fff;
    position: absolute;
    z-index: 12; /*top:50%;*/
    left: 0;
    width: 100%;
    text-align: center;
}

.carousel-caption {
    z-index: 1;
}

.carousel .item {
    height: auto;
    /*background-color: #555;*/
}
/*.carousel img {position: absolute;top: 0;left: 0;min-height: 400px;}*/
.cycle-tab-container {
    /*margin: 30px auto;
  width: 800px;*/
    padding: 20px;
    box-shadow: 0 0 10px 2px #ddd;
}

    .cycle-tab-container h3 {
        font-size: 28px;
        text-align: center;
    }

    .cycle-tab-container p {
        text-align: center;
        margin-bottom: 40px;
    }

    .cycle-tab-container a {
        color: #173649;
        font-size: 16px;
        font-family: roboto;
        text-align: center;
    }

.tabbing-pane {
    text-align: center;
    height: 100px !important;
    margin: 30px auto;
    /*width: 500px;*/
    max-width: 100%;
}

/*.fade {
    opacity: 0;
    transition: opacity 4s ease-in-out;
}*/

.fade.active {
    opacity: 1;
}

.cycle-tab-item {
    width: 260px;
}

    .cycle-tab-item:after {
        display: block;
        content: '';
        border-bottom: solid 3px orange;
        transform: scaleX(0);
        transition: transform 0ms ease-out;
    }

    .cycle-tab-item.active:after {
        transform: scaleX(1);
        transform-origin: 0% 50%;
        transition: transform 5000ms ease-in;
    }




.vaango-dtls {
    background: #044c4f;
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    /*margin-top: 2rem;*/
}

    .vaango-dtls h3 {
        color: white;
    }

    .vaango-dtls .text-inner {
        width: 46.8rem;
        position: relative;
        padding-top: 8rem;
        padding-bottom: 10rem;
        padding-left: 1.5rem;
    }

        .vaango-dtls .text-inner p {
            color: #fff;
            margin-bottom: 1.5rem;
        }

.vaango-parallax {
    position: relative;
}

    .vaango-parallax figure {
        position: absolute;
        /*bottom: 0;*/
        left: 0;
        top: -60px;
    }

        .vaango-parallax figure img {
            width: 100%;
        }

.text-inner {
    padding: 24rem 0 10rem 5rem;
}

.departments {
    overflow: hidden;
    padding-bottom: 60px;
}

.section-title {
    text-align: center;
    /*padding-bottom: 12px;*/
}

    .section-title h2 {
        font-size: 32px;
        margin-bottom: 17px;
        padding-bottom: 3px;
        position: relative;
        color: #0a4c4e;
        text-transform: capitalize;
    }

    .section-title p {
        margin-bottom: 0;
        font-size: 16px;
        text-transform: initial;
    }

.departments .nav-tabs {
    border: 0;
}

.departments .details h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 19px;
    color: #2c4964;
}

.departments .details p {
    color: #000000;
    text-align: justify;
    font-size: 14px;
    line-height: 24px;
}

.departments .details img {
    width: 300px ;
}

.departments .nav-link {
    border: 0;
    padding: 12px 50px 12px 0;
    transition: 0.3s;
    color: #2c4964;
    border-radius: 0;
    /*border-right: 2px solid #356e71;*/
    font-weight: 600;
    border-bottom: 1px dotted #e18804;
    font-size: 15px;
    padding-left: 20px;
}

    .departments .nav-link.active {
        color: #fff;
        border-color: #044c4f;
        background: #044c4f;
    }

.fst-italic {
    font-style: italic !important;
}

.departments .details p:last-child {
    margin-bottom: 0;
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}

.nav-link {
    display: block;
}

.line {
    position: relative;
    display: block;
    height: 2px;
    border: 1px dashed #898484;
    width: 100%;
    flex: 1;
    top: 6px;
    left: 3%;
}

.font-weight-bold {
    font-weight: 600 !important;
}


/*.section-title:after{
       content: "";
    width: 100px;
    position: absolute;
    left: 0;
   top:42px;
    bottom: 1px;
    right: 0;
    height: 2px;
    margin: 0 auto;
    background: #205658;
}*/


.carousel-inner .item img {
    width: 100%;
    height: auto !important;
}

.top_addr a:hover {
    color: #fff;
}

.contact-area .contact-content a {
    color: white;
}

.testim {
    width: 100%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
    display: inline;
}

    .testim .wrap {
        position: relative;
        width: 100%;
        max-width: 900px;
        margin: auto;
    }

    .testim .arrow {
        display: block;
        position: absolute;
        color: #000;
        cursor: pointer;
        font-size: 12px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        padding: 5px;
    }

        .testim .arrow:before {
            cursor: pointer;
        }

        .testim .arrow:hover {
            color: #ea830e;
        }

        .testim .arrow.left {
            left: 15%;
        }

        .testim .arrow.right {
            right: 15%;
        }

    .testim .dots {
        text-align: center;
        width: 100%;
        bottom: 60px;
        left: 0;
        display: block;
        z-index: 3333;
        margin-top: 20px;
        padding: 0px;
    }

        .testim .dots .dot {
            list-style-type: none;
            display: inline-block;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            border: 1px solid #000;
            margin: 0 10px;
            cursor: pointer;
            -webkit-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
            position: relative;
        }

            .testim .dots .dot.active, .testim .dots .dot:hover {
                background: #044c4f;
                border-color: #044c4f;
            }

            .testim .dots .dot.active {
                -webkit-animation: testim-scale .5s ease-in-out forwards;
                -moz-animation: testim-scale .5s ease-in-out forwards;
                -ms-animation: testim-scale .5s ease-in-out forwards;
                -o-animation: testim-scale .5s ease-in-out forwards;
                animation: testim-scale .5s ease-in-out forwards;
            }

    .testim .cont {
        position: relative;
        overflow: hidden;
    }

        .testim .cont > div {
            text-align: center;
            position: absolute;
            top: 0;
            left: 0;
            padding: 0;
            opacity: 0;
        }

            .testim .cont > div.inactive {
                opacity: 1;
            }

            .testim .cont > div.active {
                position: relative;
                opacity: 1;
            }

        .testim .cont div .img img {
            display: block;
            width: 100px;
            height: 100px;
            margin: auto;
            border-radius: 50%;
        }

        .testim .cont div h2 {
            color: #044c4f;
            font-size: 18px;
            margin: 15px 0;
        }

        .testim .cont div p {
            font-size: 1.15em;
            color: #000;
            width: 80%;
            margin: auto;
        }

        .testim .cont div.active .img img {
            -webkit-animation: testim-show .5s ease-in-out forwards;
            -moz-animation: testim-show .5s ease-in-out forwards;
            -ms-animation: testim-show .5s ease-in-out forwards;
            -o-animation: testim-show .5s ease-in-out forwards;
            animation: testim-show .5s ease-in-out forwards;
        }

        .testim .cont div.active h2 {
            -webkit-animation: testim-content-in .4s ease-in-out forwards;
            -moz-animation: testim-content-in .4s ease-in-out forwards;
            -ms-animation: testim-content-in .4s ease-in-out forwards;
            -o-animation: testim-content-in .4s ease-in-out forwards;
            animation: testim-content-in .4s ease-in-out forwards;
        }

        .testim .cont div.active p {
            -webkit-animation: testim-content-in .5s ease-in-out forwards;
            -moz-animation: testim-content-in .5s ease-in-out forwards;
            -ms-animation: testim-content-in .5s ease-in-out forwards;
            -o-animation: testim-content-in .5s ease-in-out forwards;
            animation: testim-content-in .5s ease-in-out forwards;
        }

        .testim .cont div.inactive .img img {
            -webkit-animation: testim-hide .5s ease-in-out forwards;
            -moz-animation: testim-hide .5s ease-in-out forwards;
            -ms-animation: testim-hide .5s ease-in-out forwards;
            -o-animation: testim-hide .5s ease-in-out forwards;
            animation: testim-hide .5s ease-in-out forwards;
        }

        .testim .cont div.inactive h2 {
            -webkit-animation: testim-content-out .4s ease-in-out forwards;
            -moz-animation: testim-content-out .4s ease-in-out forwards;
            -ms-animation: testim-content-out .4s ease-in-out forwards;
            -o-animation: testim-content-out .4s ease-in-out forwards;
            animation: testim-content-out .4s ease-in-out forwards;
        }

        .testim .cont div.inactive p {
            -webkit-animation: testim-content-out .5s ease-in-out forwards;
            -moz-animation: testim-content-out .5s ease-in-out forwards;
            -ms-animation: testim-content-out .5s ease-in-out forwards;
            -o-animation: testim-content-out .5s ease-in-out forwards;
            animation: testim-content-out .5s ease-in-out forwards;
        }

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
    body {
        font-size: 14px;
    }
}

@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }

    .testim .cont div p {
        line-height: 25px;
    }

    .testim .arrow.left {
        left: 0%;
    }

    .testim .arrow.right {
        right: 0%;
    }
}
/*some imporant add*/
.container-fluid {
    /*height:500px;*/
    /*border: 2px solid red;*/
}
/*.container-fluid{
        margin-top:19px;
    }
    .container-fluid .row .col-7 {
        border: 2px solid red;
    }

    .container-fluid .col-md-5 .content-wrapper {
        justify-content: center;
        flex-direction: column;
        display: flex;
        height: 300px;
    }

    .container-fluid .col-md-5 {
        padding-top: 50px;
    }

    .container-fluid .row .col-md-7 .carousel-inner {
        right: 225px;
        top: -18px;
    }
    .container-fluid .col-md-7 .change_carousel{
        right:0px !important;
              left: 237px;
    }*/
/*new feature added*/
.pax_bannr {
    /*margin-top: 10px;*/
    width: 100%;
    background-image: url(../images/idli-background.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /*height: 400px;*/
}

    .pax_bannr .pax_bannr-color {
        background-color: #044c4f8c;
        position: relative;
        width: 100%;
        top: 0;
        /*height: 400px;*/
        padding: 60px 0px;
    }

    .pax_bannr .row {
        max-width: 800px;
        margin: 0 auto;
    }

    .pax_bannr h2 {
        font-size: 32px;
        color: #fff002;
        text-align: center;
        margin-bottom: 40px;
        font-weight: 600;
        letter-spacing: 1rem;
    }

    .pax_bannr p {
        color: white;
        text-align: center;
    }
/*.container-fluid .col-md-7 #myCarousel1 {
    background-image: url(/images/idili-black-background-1.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}*/

a.left.carousel-control {
    background-image: none !important;
}

.carousel-control.right {
    background-image: none !important;
}
/*.container-fluid .black-background {
    background-image: url(/images/right-bg-black.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
   border-bottom-right-radius: 100px;
    border-top-right-radius: 100px;
}*/


/*----------------hostyournextevent------------*/
.padding-common {
    padding: 50px 0;
}

.txt-right {
    z-index: 99;
    padding: 35px 10px;
    margin-right: 57px;
    position: relative; /* margin-top: 20px; */
    border-radius: 12px;
}

    .txt-right h4 {
        color: #fff;
        font-size: 30px;
    }

    .txt-right p {
        font-size: 15px;
        line-height: 25px;
        color: white;
    }

.txt-left {
    z-index: 99;
    padding: 35px 10px;
    margin-left: 57px;
    position: relative; /* margin-top: 20px; */
    border-radius: 12px;
}

    .txt-left h4 {
        color: #fff;
        font-size: 30px;
    }

    .txt-left p {
        font-size: 15px;
        line-height: 25px;
        color: white;
    }


.atf-top-header {
    position: relative;
    z-index: 1;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease;
}

    .atf-top-header::after {
        background-image: url(../images/bg-2.png);
        background-color: #128181;
        content: "";
        position: absolute;
        z-index: 9;
        width: 100%;
        height: 100%;
        top: 0;
        right: calc(56% + 0px);
        -webkit-transform: skewX(-30deg);
        transform: skewX(-30deg);
        border-right: 4px solid #fff;
    }

.atf-top-header1 {
    position: relative;
    z-index: 1;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease;
}

    .atf-top-header1::after {
        background-image: url(../images/bg-2.png);
        background-color: #128181;
        content: "";
        position: absolute;
        z-index: 9;
        width: 100%;
        height: 100%;
        top: 0;
        left: calc(56% + 0px);
        -webkit-transform: skewX(30deg);
        transform: skewX(30deg);
        border-left: 4px solid #fff;
    }

/*responsive css*/
@media only screen and (max-width: 991px) {
    .careers-first-main .container .d-flex {
        display: block !important;
    }
    .atf-top-header1::after {
                   height: 253px;
    top: 358px;
    z-index: 9;
    left:0;
    right:unset;
        transform: none;
        border-left:none;
      
    }
    .atf-top-header::after {
             height: 413px;
    /*top: 480px;*/
    z-index: 9;
    left:0;
    right:unset;
        transform: none;
        border-right:none;
    }
    .atf-top-header1 .container .class_2{
         text-align:justify;
         padding: 21px 21px !important;
             margin-right: 15px;

    }
    .atf-top-header1{
        margin-top:6px;
    }
    .atf-top-header1 .container .carousel-inner{
        height:350px;
    }
    .atf-top-header1 .container .class_1{
        padding:0 !important;
          margin-right:0 !important;
          text-align:justify;
              
    }
     .atf-top-header .container .class_3{
         margin-left:11px;
         text-align:justify;
     }
    /*.atf-top-header .class_3 .atf-top-header::after{
              height: 256px;
    top: 480px;
    z-index: 9;
    left:0;
        transform: none;
        -webkit-transform: none;
    }*/
    .atf-top-header .class_3 .row{
        display:block !important;
    }
    .atf-top-header .imp_height .carousel-inner{
        height:350px;
    }
    .secont_section_tri:after {
        top: 480px!important;
}
     .secont1_section_tri:after {
    top: 480px!important;
    height: 442px;
}
       .atf-top-header1.careers-first-main .d-flex {
    margin: 0;
}
}
.menu_setion_tri {
    display: block;
}
.menu_setion_tri .col-lg-8.col-md-8.col-xs-12 {
    float: right;
    padding: 0;
}
.menu_setion_tri .col-lg-4.col-md-4.col-xs-12 {
    float: left;
}
.menu_setion1_tri:after{
        top: auto!important; bottom:0;
}
.menu_setion1_tri .container {
    padding: 0;
    width: 100%;
}
.atf-top-header1.careers-first-main .d-flex {
    display: block!important;
}