body {
    margin: 0;
    padding: 0;
    font-family: "f1";
    font-size: 15px;
    overflow-x: hidden
}

@font-face {
    font-family: "f1";
    src: url(../fonts/Lato/Lato-Regular.ttf)
}

@font-face {
    font-family: "f2";
    src: url(../fonts/Lato/Lato-Bold.ttf)
}

@font-face {
    font-family: "f3";
    src: url(../fonts/Lato/Georgia.ttf)
}

@font-face {
    font-family: "f4";
    src: url(../fonts/Lato/georgiab.ttf)
}

::focus {
    outline: 0
}

:focus {
    outline: -webkit-focus-ring-color auto 0
}


.cust-container {
    max-width: 90%;
    margin: 0 auto;
}

li {
    list-style: none;
}

p {
    font-family: "f1";
}

.mobile-view {
    display: none;
}

.navbar-nav li a {
    padding: 0 20px;
}

/* footer social icons */
ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}


.top-head {
    padding: 6px 0 30px 0;
}

.top-head li p {
    margin: 0;
    font-family: "f1";
    padding-left: 4rem;
}
.top-head li p a{
    color: #222;
    text-decoration: none;
    font-family: "f1";
}
.top-addrrs li {
    padding-top: 20px;
    position: relative;
}

/*
.top-addrrs li:before {
    position: absolute;
    top: 30px;
    left: 0;
    background: url(../images/location.jpg)no-repeat;
    content: "";
    width: 53px;
    height: 53px;
}




.top-addrrs .top-left:before {
    top: 32px;
     position: absolute;    
    left: 0;
    background: url(../images/phone.png)no-repeat;
    content: "";
    width: 53px;
    height: 53px;
}*/

.top-addrrs .top-left {
    padding-top: 34px;
}

.socia-top {
    padding-top: 38px;
    text-align: right;
}

.top-location img {
    float: left;
    padding-top: 12px;
}

.top-left img {
    float: left;
}

/*
.social-network a.icoFacebook:hover {
    background-color: #3B5998;
    border: 1px solid #3B5998;
}

.social-network a.icoTwitter:hover {
    background-color: #33ccff;
    border: 1px solid #33ccff;
}

.social-network a.icoGoogle:hover {
    background-color: #BD3518;
    border: 1px solid #BD3518;
}
*/

.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i {
    color: #fff;

}

.social-network a.icoGoogle:hover,
.social-network a.icoTwitter:hover,
.social-network a.icoFacebook:hover {
    background: #28c085;
}

a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 46px;
    height: 46px;
    font-size: 28px;
    line-height: 46px;
    border: 1px solid #28c085;
}

.social-circle li i {
    margin: 0;
    line-height: 40px;
    text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: #28c085;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.banner-top {
    position: relative;
}

.banner-top .menu-bar {
    position: absolute;
    top: -48px;
    width: 100%;
    left: 0;
}

.max-menu .active:before {
    background: url("../images/hover-logo.png")no-repeat;
    position: absolute;
    top: -17px;
    left: 8px;
    content: "";
    width: 60px;
    height: 40px;
}

.banner-top .menu-bar .max-menu ul {
    width: 85%;
    margin: auto;
    text-align: center;
    padding: 18px 0;
    display: block;
    background: #333;
    display: inline-block;

}

.max-menu .active a {
    color: #fff !important;
}

.banner-top .menu-bar .max-menu ul li {
    color: #fff;
    display: inline;
    list-style: none;
    padding: 0 24px;
    position: relative;
}

.banner-top .menu-bar .max-menu ul li a {
    color: #28c085;
    font-family: "f1";
    text-decoration: none;
    font-size: 14px;

}

.banner-top .menu-bar .max-menu {
    text-align: center;
    padding: 15px;
}

.enq-mth {
    background: #28c085;
    margin: 0;
    padding: 19.5px 40px;
    font-family: "f1";
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    width: 15%;
    float: right;
    cursor: pointer;
}

.enq-mth:hover {
    color: #fff;
}

/***index***/

.about-welcome h2 {
    margin: 0;
    font-family: "f2";
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
}

.about-welcome {
    padding: 24px 0;
}

.about-para p {
    font-family: "f1";
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
    line-height: 24px;
}

.about-para h5 {
    color: #28c085;
    text-align: center;
    font-size: 18px;
    font-family: "f1";
    margin: 0;
    padding: 10px 0;
}
.ecr-top{
    margin: 0 auto;
    text-align: center;
}
.ecr-top ul li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-family: "f1";
}

.ecr-top h3 {
    font-size: 18px;
    font-family: "f1";
    color: #222;
    font-weight:700;
}

.ecr-top h4 {
    font-size: 16px;
    font-family: "f1";
    color: #28c085;
    font-weight: 600;
    text-transform: uppercase;
}

.ecr-top p {
    font-size: 16px;
    font-family: "f1";
    color: #222;

}

.ecr-top ul {
    padding: 0;
}

.ecr-top ul .bed-room:before {
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/bed-room.png")no-repeat;
    background-size: 100% 100%;
    content: "";
    width: 70px;
    height: 55px;
}

.ecr-top ul .person:before {
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/person-img.png")no-repeat;
    content: "";
    width: 77px;
    height: 55px;
}


.ecr-top ul .bed-room {
    padding-left: 68px;
    padding-top: 15px;
}

.ecr-top ul .person {
    padding-left: 85px;
    padding-top: 15px;
}

.ecr-bg {
    padding: 3rem 0;
}

.ecr-bg .row {
    margin: 0;
}

.ecr-bg .pt {
    padding: 0;
}



.ecr-full .info-search {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    color: #2f2f2f;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.ecr-full .icon-box:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #e0e0e0;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;

}

.ecr-full .icon-box img {
    width: 53px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ecr-full .icon-box {
    position: relative;
    top: 0px;
    display: block;
    width: 100px;
    height: 100px;
    font-size: 50px;
    line-height: 60px;
    color: #28c085;
    margin: 0 auto 10px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.ecr-full .info-search:hover .icon-box:before {
    border-color: #28c085;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #222;
    z-index: -1;
}

.ecr-full .icon-box:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #e0e0e0;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.ecr-full .facilities-bg {
    padding: 2rem 0;
}

.ecr-full .info-search .title {
    position: relative;
    font-size: 16px;
    font-family: "f1";
    text-transform: uppercase;
    line-height: 24px;
}

.ecr-full .info-search:hover .icon-box {
    -webkit-transform: translate(0px, -10px) scale(0.85);
    -ms-transform: translate(0px, -10px) scale(0.85);
    -o-transform: translate(0px, -10px) scale(0.85);
    -moz-transform: translate(0px, -10px) scale(0.85);
    transform: translate(0px, -10px) scale(0.85);


}

.place-around-bg h2 {
    text-align: center;
    font-weight: 700;
    font-family: "f1";
    font-size: 20px;
    text-transform: uppercase;
}

.place-img {
    position: relative;
    padding: 30px 0 0 0;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}


.place-img p {
    visibility: hidden;
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 15px 0;
    text-align: center;
    background: rgba(40, 192, 133, 0.83);
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "f1";

}

.place-img:hover p {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 15px 0;
    text-align: center;
    background: rgba(40, 192, 133, 0.83);
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "f1";
    visibility: visible;

}

.place-top {}

/***testimonial***/

/* Carousel */

.carousel-testimonial .carousel-indicators .active {
    background: #333;
}

.carousel-testimonial .carousel-indicators li {

    width: 15px;
    height: 15px;
    transform: rotatez(45deg);
    margin: 0 8px;
    background: #fff;
}

.check-testimonial-bg {
    /*    background: url("../images/check-client-bg.jpg");*/
    background-size: cover;
    padding: 3rem 1rem;

}

.check-client {
    padding: 2rem 0;
}

.testimonial-para p {
    width: 70%;
    margin: 0 auto !important;
    margin: 0;
    color: #fff;
}

.testimonial-para h5 {
    color: #fff;
}

.testimonial-para {
    min-height: 230px;
    margin: 70px 0;
}

.check-client h2 {
    margin: 0;
    font-family: "f2";
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
}

.beach-gallery-bg h2 {
    margin: 0;
    font-family: "f2";
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
}



/****gallery***/

.beach-gallery-bg {
    padding: 2rem 0;
}

.gt-pd {
    margin: 30px 0;
}

.gally-topper {
    padding: 2rem 0;
}

.gallery-list {
    position: relative;
}

.gallery-list .overlay-inner {
    position: absolute;
    left: 0px;
    right: 0;
    bottom: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    /*    display: table;*/
    vertical-align: middle;
    /*    padding: 10px 30px;*/
    background: rgba(40, 192, 133, 0.88);
}

.gallery-list:hover .overlay-box {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.gallery-list .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff;
    /*    border: 15px solid transparent;*/
    opacity: 0;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
}

.content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: table-cell;
    vertical-align: middle;
}

.content a {
    color: #fff;
    text-decoration: none;
    display: block;
}

.content a:hover {
    color: #fff;
    text-decoration: none;
}

.content span {
    font-size: 20px;
    color: #fff;
    border: 1px solid #333;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: #333;
}

.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.button.cta {
    display: inline-block;
    position: relative;
    padding: 12px 30px;

    border: none;
    text-decoration: none;
    font-weight: 700;
    color: #fff;
    margin: 0 auto;
    background: #333;
}

.button.cta:hover {
    background: #28c085;
}

.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

/*****/
.ftr-bg {
    background: url(../images/footer-bg.jpg)no-repeat;
    background-size: cover;
    padding: 1rem 0;
}

.link-ftr {
    padding: 0;
}

.link-ftr li {
    padding: 6px 0;
    position: relative;
    padding-left: 25px;
}

.ftr-line {
    padding: 1rem 0 0 0;
}

.ftr-top ul li a {
    color: #fff;
    font-family: "f1";
    display: block;
}

.ftr-top ul li a:hover {
    color: #28c085;
    text-decoration: none;
}

.ftr-cnt p {
    margin: 0;
    color: #fff;
    font-family: "f1";
    padding: 5px 0;
    position: relative;
}
.ftr-cnt p  a{
    margin: 0;
    color: #fff;
    font-family: "f1";
    padding: 5px 0;    
    text-decoration: none;
}


.ftr-cnt .tel-phone:before {
    background: url(../images/tel-phone.png)no-repeat;
    top: 0;
    left: -45px;
    width: 32px;
    height: 32px;
    content: "";
    position: absolute;
}

.ftr-cnt .e-mail:before {
    background: url(../images/e-mail.png)no-repeat;
    top: 0;
    left: -45px;
    width: 32px;
    height: 32px;
    content: "";
    position: absolute;
}

/*
.ftr-cnt {
    padding-left: 80px !important;
    
}
*/
.ftr-cnt ul {
    padding: 0;
}

.ftr-dowm {
    padding: 2rem 0 0 0;
}

.ftr-dowm p {
    color: #fff;
}

.ftr-dowm p a {
    color: #f3c852;
    text-decoration: none;
}

.link-ftr li:before {
    position: absolute;
    top: 10px;
    left: 0;
    background: url(../images/footer-icon.png)no-repeat;
    width: 16px;
    height: 16px;
    content: "";
}

.link-ftr li:hover:before {
    background: url(../images/footer-icon-hvr.png)no-repeat;

}


/***about-page**/
.about-vs-bg {
    padding: 2rem 0;
}

.about-hd h2 {
    font-size: 24px;
    font-family: "f1";
    font-weight: 700;
    text-transform: uppercase;
}

.about-hd h4 {
    font-size: 20px;
    font-family: "f1";
    color: #28c085;
}

.about-head p {
    font-family: "f1";
    font-size: 15px;
    text-align: justify;
}

.about-hd {
    border-left: 4px solid #28c085;
    padding-left: 20px;
    margin-bottom: 30px;
}

/*

.at-Call-left {
    float: left;
    width: 50%;
    margin-left: -5%;
    background: #28c085;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    overflow: hidden;
    border-right: 10px solid #ffffff;
}

.at-inside-Call {
    padding: 100px 80px 100px 170px;
    text-align: right;
    -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
}
.about-apart{
    position: relative;
}
.about-apart:before{
   
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
     background-color: rgba(0, 0, 0, 0.9); 
}
.at-Call-right {
    text-align: right;
}
.at-Call-right {
    padding: 80px 0 30px 70px;
    padding-right: 8%;
}
.at-Call-right-inside {
    padding: 20px;
}
.at-inside-Call h2 {
    color: #ffffff;
    margin-bottom: 0;
    letter-spacing: 1px;
    font-size: 26px;
}
 .at-Call-right-inside h2 {
    color: #ffffff;
    font-size: 24px;
    z-index: 1;
    letter-spacing: 1px;
}
.at-Call-right-inside h3{
     color: #ffffff;
    font-size: 24px;
    z-index: 1;
    letter-spacing: 1px;
}
.at-Call-right-inside h3 span {
    color: #28c085;
    letter-spacing: 8px;
}*/

.about-inner {
    padding: 2rem 0;
    /*    background: url(../images/about-bg.jpg)no-repeat;*/
    background-size: cover;
    margin: 2rem 0 0 0;
}

.about-inner h2 {
    font-family: "f1";
    font-size: 18px;
    text-align: center;
    padding: 2rem 0;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.about-icon-box {
    border: 1px solid #fff;
    display: inline-block;
    padding: 10px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

}

.about-icon-box img {

    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.about-icon-box:hover {
    background: rgba(40, 192, 133, 0.16);
    border: 1px solid #28c085;
}

.abt-text {
    padding: 2rem 0 0 0;
}

.abt-text p {
    color: #fff;
    font-family: "f1";
    font-size: 15px;
}

.place-service h2 {

    text-align: center;
    font-family: "f1";
    font-size: 20px;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}
.swimming-head h2 {
    text-align: center;
    font-family: "f1";
    font-size: 20px;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}
.swimming-head{
    padding-bottom: 1rem;
}
.swimming-pool ul{
    padding: 0;
}

.manna-index-body {
    padding: 1rem 0;
}

.place-ttx {
    padding: 0;
}

.place-service {
    padding: 2rem 0;
}


/***about-end***/


/****contact-page***/

.contact-area {

    position: relative;
    z-index: 1;
    padding: 50px 0;
}

.form-area {
    background: url(../images/enq-backg.jpg) no-repeat;
    background-size: cover;
    padding: 50px;
    box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.34);
}

.contact-area:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*    background: #e7e7e7;*/
    z-index: -1;
}

.form-area input.form-control,
.form-area .custom-select {
    border: 1px solid #bbbbba;
    margin-bottom: 30px;
    background: rgba(255, 255, 255, 0.2196078431372549);
    border-radius: 4px;
    color: #fff;
}
::placeholder{
    color: #fff !important;
}
.form-area .custom-select {
    margin-bottom: 20px;
}

.custom-select option{
    color: #333;
   
}
.form-area textarea {
    color: #fff;
} 
.form-area .form-control { 
    border: 1px solid #bbbbba;
    margin-bottom: 30px;
    background: rgba(255, 255, 255, 0.2196078431372549);
    border-radius: 4px;
    color: #fff;
}

.form-area .btn-cnt {
    border-radius: 0;
    background: #fff;
    color: #282828;
    height: 55px;
    outline: none;
    width: 160px;
    font-weight: 500;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0.1rem #fff;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.1rem #fff;
}

.abt-banner {
}
.contact-bg {
   background: url("../images/about-banner.jpg");
    color: #fff;
    background-repeat:no-repeat !important;
    box-sizing: border-box;
    height: 400px;
    width: 100%;
    background-position: 50% 0px;
    background-size: cover !important;

}


.contact-bg h2 {
       color: #fff;
    text-transform: capitalize;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: "f1";
    background: rgba(40, 192, 133, 0.52);
    display: table;
    padding: 7px 87px;
    margin-left: 20px;
}

.contact-bg h4 {
       color: #fff;
    text-transform: capitalize;
    letter-spacing: 2px;
    padding-bottom: 8px;
    font-weight: 700;
    font-family: "f1";
    margin-top: 120px;
    padding-left: 50px;
    font-size: 16px;
    background: rgba(40, 192, 133, 0.52);
    display: inline-block;
    padding: 20px 30px;
    margin-left: 20px;
}

.contact-bg h4 a {
    color: #fff;
    text-decoration: none;
}

.contact-head h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "f1";
}

.form-area .btn-cnt:hover,
.form-area .btn-cnt:active {
    background: #28c085;
    color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
}

.working-info {

    padding: 40px 0 0;
}

.single-working-info {
    border: 1px dashed #cdcdcd;
    border-radius: 0 20px;
    text-align: center;
    margin-bottom: 30px;
}

.single-working-info i {
    color: #28c085;
}

.single-working-info i {
    font-size: 30px;
    padding: 25px 0;
}

.single-working-info h3 {
    border-bottom: 1px dashed #cdcdcd;
    border-top: 1px dashed #cdcdcd;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0;
    padding: 20px 0;
    text-transform: uppercase;
    font-family: "f1";
    color: #444;
}

.single-working-info p {
    margin: 0;
    padding: 15px 0;
    color: #444;

    height: 80px;
    padding: 10px;
    font-family: "f1";
}
.single-working-info p a{

    color: #444;
    font-family: "f1";
    text-decoration: none;
}

.single-working-info:hover h3 {
    border-bottom: 1px dashed #28c085;
    border-top: 1px dashed #28c085;
}

.single-working-info:hover {
    border: 1px dashed #28c085;
}

/****end****/


.faq-acc .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #28c085;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.faq-acc .card-header h5 {
    color: #fff;

}

.faq-acc .card-header h5 a {
    display: block;
    cursor: pointer;
}

.faq-acc .card {
    width: 70%;
    margin: 0 auto;
}

.faq-acc h2 {
    text-align: center;
    font-family: "f1";
    font-size: 20px;
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
}

.faq-acc {
    padding: 2rem 0;
}

#accordion {
    padding: 2rem 0;
}

.plc-aru {
    padding: 2rem 0;
}

/***gallery***/

.gallery-bg-top {
    padding: 2rem 0;
}

.gallery-bg-top h2 {
    text-align: center;
    font-family: "f1";
    font-size: 20px;
    color: #222;
    font-weight: 700;
}

.gall-mthd {
    margin: 5px 3px;
}

/***gallery end***/

/***blog***/

.blog-banner {
    position: relative;
}

.caption p {
    position: absolute;
    transform: translate(50%, -50%);
    top: 50%;
    right: 50%;
    font-size: 60px;
    font-weight: 700;
    font-family: 'Arimo';
}

.blog-bg {
    padding: 40px 0 20px 0;
}

.blog-img img {
    width: 100%;
}

.blog-banner img {
    width: 100%;
    height: 300px;
}

.blog-heading h5 {
    text-align: center;
    color: #222;
    font-family: 'OSwald', sans-serif;
}

.blog-heading h2 {
    text-align: center;
    color: #222;
    font-family: 'OSwald', sans-serif;
}

.blog-heading h2 a {
    color: #222;
    text-decoration: none;
}

.blog-heading h2 a:hover {
    color: #28c085;
}

.blog-heading h6 {
    text-align: center;
    color: #222;
    font-family: 'OSwald', sans-serif;
}

.blog-icn ul li {
    display: inline-block;
    color: #707070;
    font-weight: 500;
    font-size: 13px;
    font-family: 'Arimo';
    text-align: center;
    padding-left: 20px;
}

.list-style {
    padding: 0;
    text-align: center;
}

.blog-txt p {
    font-family: 'Arimo';
    padding: 20px 0px 0px 0px;
    height: 80px;
    overflow: hidden;
}

.social-icon {
    list-style: none;
    text-align: center;
    padding: 0;
}

.social-icon li {
    display: inline;
}

.social-net h4 {
    text-align: center;
    font-family: 'Arimo';

}

.social-net {
    padding-bottom: 30px;
}

.icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #333;
    line-height: 50px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    transition: all 1s;
}

.icon-circle:hover {
    background: #28c085;
    color: #fff;
    text-decoration: none;
    transition: all 1s;
}

.ce-title-line {
    width: 15%;
    height: 2px;
    background-color: #28c085;
    margin: 15px auto 0 auto;
}

.blog-head h2 {
    font-family: 'OSwald', sans-serif;
    font-size: 16px;
    text-align: center;
    transition: all 2s;
    text-decoration: none;

}

.blog-head h2 a {
    font-family: 'OSwald', sans-serif;
    font-size: 16px;
    text-align: center;
    transition: all 2s;
    text-decoration: none;
    color: #444;
}

.blog-head h2 a:hover {
    color: #28c085;
    transition: all 2s;
}

.blog-head h4 {
    font-family: 'OSwald', sans-serif;
    font-size: 14px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.blog-head h4:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background: #28c085;
    left: 50%;
    bottom: 0;
    margin-left: -25px;
}

.blog-head h5 {
    font-family: 'OSwald', sans-serif;
    font-size: 12px;
    text-align: center;
}

.read_more a {
    text-decoration: none;
    color: #fff;
    background-color: #28c085;
    font-weight: 600;
    padding: 10px 40px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    font-family: 'Arimo';
}



.read_more a span {
    position: relative;
    z-index: 2;
}

.read_more:hover a {
    background: #222;
    color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
}

.search-box {
    position: relative;
}

.sidebar-get {
    position: relative;
    margin-bottom: 65px;
}

.search-box .form-group {
    position: relative;
    margin: 0px;
}

.search-box .form-group button:hover {
    background: #28c085;
    border: none;

}

.search-box .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    font-size: 16px;
    background-color: #222222;
    color: #ffffff;
    font-weight: normal;

}

.search-box .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 15px;
    color: #222222;
    line-height: 28px;
    padding: 15px 25px;
    padding-right: 60px;
    height: 60px;
    width: 100%;
    font-family: "f5";
    border: 1px solid #eeeeee;
    background-color: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sidebar-widget {
    position: relative;
    margin-bottom: 65px;
}

.sidebar-title {
    position: relative;
    margin-bottom: 30px;
}

.sidebar-title h2 {
    font-family: 'OSwald', sans-serif;
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #444;
    font-weight: 600;
    /*    padding-bottom: 20px;*/
}

/*
.sidebar-title h2:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 50px;
    background: #28c085;
    content: "";
}
*/
.cat-list {
    position: relative;
    list-style: none;
    padding: 0;
}

.cat-list li {
    position: relative;
    margin-bottom: -1px;
}

.cat-list li:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0px;
    background-color: #28c085;
    content: "";
    opacity: 0;
    transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.cat-list li a {
    font-family: 'OSwald', sans-serif;
    position: relative;
    font-size: 18px;
    color: #222222;
    line-height: 30px;

    padding: 19px 40px;
    padding-right: 35px;
    display: block;
    border: 1px solid #e1e1e1;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    text-decoration: none;
}

.cat-list li:hover:before {
    width: 6px;
    opacity: 1;
    border-radius: 20px;
}

.cat-list li:hover a,
.cat-list li:hover a span {
    color: #28c085;
}

.cat-list li a span {
    float: right;
    font-family: "f5";
    font-weight: 400;
}


.latest-news .post-thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 100px;
    width: 100px;
    margin-bottom: 20px;
}

.latest-news .post h3 a {
    color: #222222;
    text-decoration: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.latest-news .post h3 a:hover {
    color: #28c085;
}

.latest-news .post-thumb img {
    position: relative;
    display: block;
    width: 100%;
}

.latest-news .post h3 {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #222;
    margin-bottom: 10px;
    font-family: 'OSwald', sans-serif;
    height: 45px;
    overflow: hidden;
}

.latest-news .post .post-info {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #bbbbbb;
    font-weight: 700;
    font-style: italic;
}

.latest-news .post {
    position: relative;
    padding-left: 130px;
    margin-bottom: 30px;
    min-height: 100px;
}

.tag-list {
    list-style: none;
    padding: 0;
}

.tag-list li {
    position: relative;
    float: left;
    margin-bottom: 16px;
    margin-right: 16px;
}

.tag-list li a {
    font-family: 'OSwald', sans-serif;
    text-decoration: none;
    position: relative;
    display: block;
    font-size: 14px;
    color: #777777;
    line-height: 30px;
    padding: 9px 25px;
    font-weight: 700;
    text-align: center;
    border: 1px solid #e1e1e1;
    text-transform: capitalize;
    transition: all 2s;
}

.tag-list li a:hover {
    background: #222;
    color: #fff;
    transition: all 2s;
}


@media only screen and (max-width: 767px) {
    .read_more {
        text-align: center;
    }

    .blog-txt p {
        text-align: center;
    }
}

/****end***/

.enquiry-nw {
    padding: 2px 40px 8px;
    margin: 0;
    border-radius: 5px;
}

.enquiry-nw input.form-control {
    border: 1px solid #bbbbba;
    margin-bottom: 30px;
    background: rgba(255, 255, 255, 0.2196078431372549);
    border-radius: 4px;
    color: #fff;
}

.enquiry-nw .form-control {
    margin-bottom: 20px;
}

.enquiry-nw h3 {
    color: #fff;
    font-family: "f2";
    font-size: 16px;
    text-align: center;
    padding: 10px;
}

.enquiry-nw label {
    font-size: 14px;
    color: #28c085;
}

.enquiry-nw .custom-select:focus {
    outline: none;
    border-color: none;
    box-shadow: none;
}

.accomodation-bg {
    padding: 2rem 0;
}

.acco-carso {
    border: 3px solid #444;
    margin-bottom: 15px;
}

.accomodation-bg h2 {
    color: #444;
    font-family: "f1";
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

.accomo-nw {
    padding: 2rem 0;
}

.room-list ul {
    padding: 0;
}

.room-list h4 {
    color: #444;
    font-family: "f1";
    font-size: 18px;

}

.room-list ul li i {
    color: #28c085;
}

.room-facilites h2 {
    color: #444;
    font-family: "f1";
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.room-fac {
    padding: 2rem 0;
}

.form-enq .modal-title {
    color: #fff;
    padding-left: 20px;
}

.form-enq .enquiry-nw {
    padding: 0 20px;
    margin: 0;
}

.form-area .modal-header{
    border: 0 !important;
}
.form-enq {
    padding: 0;
    box-shadow: none;
}

.clos-list:focus {
    outline: none;
}

.clos-list {
    opacity: inherit;
}

.clos-list span {
    padding: 1px 9px 2px 10px;
    background: #fff;
    border-radius: 4px;
}

.clos-list:hover span {
    padding: 3px 13px;
    background: #222;
    border-radius: 4px;
}

.clos-list:hover {
    color: #fff !important;
}

.traff-clr {
    background: #eee;
    margin-top: 20px;
}

.traff-clr h3 {
    background: #28c085;
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 15px;
    font-family: "f1";
    font-size: 20px;
    font-weight: 700;
}

.traff-clr ul {
    padding: 0;
}

.traff-clr li {
    border-bottom: 1px solid #dadada;
    color: #222;
    padding: 15px;
    text-align: center;
    font-family: "f1";
}

.traffi-bg {
    padding: 2rem 0;
}

.traffi-bg h2 {
    color: #444;
    font-family: "f1";
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.room-para h3,
.room-para h4 {
    font-family: "f1";
    font-size: 18px;
    color: #28c085;

}

.room-para {
    text-align: justify;
}

.terms-para li {

    list-style: circle;
    padding: 5px 0;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.5, 1.5);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.5, 1.5);
    }
}

.new-zoom .carousel-item img, .check-client img{
    -webkit-animation: zoom 20s;
    animation: zoom 20s;
}
.mann-carsouel .carousel-control-prev, .mann-carsouel .carousel-control-next{
    display: none;
}