/*services part-1*/
.SRVC-1 {
    padding: 70px 0 40px;
    position: relative;
    background: #eee;
}

.SRVC-1 .section-heading {
    color: #2d2c2d;
    font-size: 42px;
    font-weight: 500;
    padding-bottom: 50px;
    padding-top: 82px;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.SRVC-1 p.service_text {
    font-size: 16px;
    color: #535353;
    line-height: 24px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 40px;
    margin: 0;
}

.SRVC-1 a.read_more {
    background: #990061;
    padding: 10px 30px;
    font-lsize: 12px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    color: #fff;
}

.SRVC-1 .service_box {
    width: 50%;
    float: left;
    padding-right: 25px;
    padding-bottom: 50px;
}

.SRVC-1 .service_box .icon {
    background: #fff;
    padding: 10px;
    border: 1px #ccc solid;
    border-radius: 3px;
    display: inline-block;
}

.SRVC-1 .service_box h4 {
    font-size: 18px;
    color: #323232;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
    padding: 15px 0 20px;
    font-family: 'Roboto', sans-serif;
}

.SRVC-1 .service_box p {
    font-size: 14px;
    color: #686868;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    line-height: 22px;
}

/*end of services part-1*/

/*Responsive*/
@media only screen and (max-width:1000px) {
    .SRVC-1 .service_box {
        padding-right: 5px;
        padding-bottom: 10px;
    }
}

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

    .SRVC-1 .section-heading {
        text-align: center;
        padding: 30px 0;
    }

    .SRVC-1 a.read_more {
        margin: 0 0 30px;
    }
}

@media only screen and (max-width:640px) {
    .SRVC-1 .service_box {
        width: 100%;
        padding-right: 0;
    }
}

/*****==================END================*******/


/*services part-2*/
.SRVC-2 {
    padding: 80px 0 30px;
    position: relative;
}

.SRVC-2 .service_area {
    padding-left: 18%;
    padding-right: 15px;
    min-height: 620px;
}

.SRVC-2 .section-heading {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    padding-bottom: 15px;
    padding-top: 60px;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.SRVC-2 p.service_text {
    font-size: 15px;
    color: #fff;
    line-height: 24px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 70px;
    margin: 0;
}

.SRVC-2 .service_box {
    width: 50%;
    float: left;
    padding-right: 10px;
    padding-bottom: 50px;
}

.SRVC-2 .service_box .icon {
    padding: 0;
    display: inline-block;
    width: 20%;
    vertical-align: top;
}

.SRVC-2 .service_box .service_details {
    padding: 0 0 0 15px;
    display: inline-block;
    width: 78%;
    vertical-align: top;
}

.SRVC-2 .service_box h4 {
    font-size: 22px;
    color: #fff;
    font-weight: 300;
    margin: 0;
    padding: 0 0 20px;
    font-family: 'Roboto', sans-serif;
}

.SRVC-2 .service_box p {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    line-height: 22px;
}

.SRVC-2 .service_image {
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    min-height: 620px;
    background-size: cover;
}

/*end of services part-2*/

@media only screen and (max-width:1100px) {
    .SRVC-2 .service_area {
        padding-left: 4%;
        min-height: 100px;
    }

    .SRVC-2 .section-heading {
        padding-bottom: 5px;
        padding-top: 24px;
    }

    .SRVC-2 p.service_text {
        padding-bottom: 20px;
        line-height: 18px;
    }

    .SRVC-2 .service_box {
        padding-bottom: 15px;
    }

    .SRVC-2 .service_box h4 {
        padding-bottom: 4px;
    }

    .SRVC-2 .service_box p {
        line-height: 20px;
    }

    .SRVC-2 .service_box .service_details {
        width: 76%;
    }

    .SRVC-2 .service_image {
        min-height: 300px;
    }
}

@media only screen and (max-width:767px) {
    .SRVC-2 .service_box {
        float: none;
        display: inline-block;
        width: 49%;
    }

    .SRVC-2 .service_image {
        min-height: 200px;
    }
}

@media only screen and (max-width:600px) {
    .SRVC-2 .service_box {
        float: none;
        display: block;
        width: 100%;
    }
}

/*******************==============End===============**************************/




/*services part-3*/
.SRVC-3 {
    background: #f4f4f4;
}

.SRVC-3 .section-heading {
    margin: 10px 0 25px;
    padding-bottom: 15px;
}

.SRVC-3 .yelw-btn {
    padding: 7px 20px;
    font-size: 14px;
    text-decoration: none;
    margin-top: 10px;
}

.SRVC-3 .service-offerbox {
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    padding: 10px 10px 20px;
    background: #ffffff;
    min-height: 410px;
}

.SRVC-3 .service-offerbox figure {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 200px;
}

.SRVC-3 .service-btm-details {
    padding: 10px 0;
}

/*end of services part-3*/



/*services part-4*/
.SRVC-4 {
    padding: 50px 0;
    background: #eaeff5;
}

.SRVC-4 .section-heading {
    color: #121212;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 400;
    padding: 0;
    padding-bottom: 20px;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.SRVC-4 p.section_text {
    font-size: 14px;
    color: #858585;
    line-height: 18px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 40px;
    margin: 0;
    text-align: center;
}

.SRVC-4 .grid-sizer,
.SRVC-4 .grid-item {
    width: 33.33%;
    padding: 15px;
}

.SRVC-4 .load_more_area {
    text-align: center;
    padding-top: 30px;
}

.SRVC-4 .load_more_area a {
    background: #e9d813;
    font-size: 12px;
    text-transform: uppercase;
    color: #222;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    padding: 10px 25px;
}

.SRVC-4 .load_more_area a i {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
}

.SRVC-4 .load_more_area a:hover {
    background: #b8aa03;
    text-decoration: none;
}

/*end of services part-4*/



/*services part-5*/
.SRVC-5 {
    padding: 70px 0 40px;
    position: relative;
    background: #f3f3f3;
}

.SRVC-5 .service_design_part {
    position: absolute;
    z-index: 0;
    left: 5%;
    top: 0;
}

.SRVC-5 .section-heading {
    color: #0e263b;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 20px;
    margin: 0;
    font-family: 'Josefin Sans', sans-serif;
    position: relative;
}

.SRVC-5 .section-heading span {
    display: block;
    font-size: 24px;
    font-weight: 300;
}

.SRVC-5 .section-heading:before {
    content: "";
    background: #02a493;
    width: 5px;
    height: 60px;
    position: absolute;
    top: 0;
    left: -20px;
}

.SRVC-5 p.service_text {
    font-size: 14px;
    color: #6e6e6e;
    line-height: 20px;
    font-weight: 300;
    padding-bottom: 40px;
    margin: 0;
    font-family: 'Arimo', sans-serif;
}

.SRVC-5 a.read_more {
    background: #a77c40;
    padding: 10px 30px;
    font-family: 'Arimo', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    color: #fff;
}

.SRVC-5 a.read_more:hover {
    text-decoration: none;
    background: #333 !important;
}

.SRVC-5 .service_box {
    width: 50%;
    float: left;
    padding-right: 25px;
    padding-bottom: 50px;
    min-height: 200px;
}

.SRVC-5 .service_box .icon {
    padding: 10px;
    display: inline-block;
    width: 90px;
    vertical-align: top;
}

.SRVC-5 .service_box .text {
    width: calc(100% - 100px);
    display: inline-block;
    vertical-align: top;
}

.SRVC-5 .service_box h4 {
    font-size: 27px;
    color: #a77c40;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
    padding: 15px 0 10px;
    font-family: 'Arimo', sans-serif;
}

.SRVC-5 .service_box p {
    font-size: 14px;
    color: #6e6e6e;
    font-weight: 300;
    line-height: 22px;
    font-family: 'Arimo', sans-serif;
    height: 45px;
    overflow: hidden;
}

/*end of services part-1*/

/*Responsive*/
@media only screen and (max-width:1279px) {
    .SRVC-5 .service_box h4 {
        font-size: 24px;
    }
}

@media only screen and (max-width:1199px) {
    .SRVC-5 .service_box h4 {
        font-size: 23px;
    }
}

@media only screen and (max-width:1100px) {
    .SRVC-5 .service_box {
        padding-right: 5px;
        padding-bottom: 10px;
        min-height: 220px;
    }
}

@media only screen and (max-width:1199px) {
    .SRVC-5 .section-heading {
        font-size: 36px;
    }
}

@media only screen and (max-width:1000px) {
    .SRVC-5 {
        padding-bottom: 0;
    }

    .SRVC-5 a.read_more {
        margin-bottom: 15px;
    }

    .SRVC-5 .service_box {
        min-height: 200px;
    }
}

@media only screen and (max-width:767px) {
    .SRVC-5 .service_box {
        min-height: 0;
        padding: 0 15px;
    }

    .SRVC-5 .service_box .icon {
        display: block;
        /* width: 100%; */
        margin-left: auto;
        margin-right: auto;
    }

    .SRVC-5 .service_box .text {
        display: block;
        width: 100%;
    }

    .SRVC-5 {
        padding: 0 0 20px;
        text-align: center;
    }

    .SRVC-5 .section-heading {
        text-align: center;
        padding: 30px 0;
    }

    .SRVC-5 a.read_more {
        margin: 0 0 30px;
    }

    .SRVC-5 .section-heading {
        font-size: 40px;
    }
}

@media only screen and (max-width:700px) {
    .SRVC-5 .service_box {
        width: 100%;
        padding-right: 0;
    }
}

/*end of services part-5*/

/*Services Part-6*/
.SRVC-6 {
    padding: 70px 0 0;
    position: relative;
    background: #a38745;
    background: -moz-linear-gradient(top, #a38745 0%, #c8af80 100%);
    background: -webkit-linear-gradient(top, #a38745 0%, #c8af80 100%);
    background: linear-gradient(to bottom, #a38745 0%, #c8af80 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a38745', endColorstr='#c8af80', GradientType=0);
}

.SRVC-6 .service_design_part {
    position: absolute;
    z-index: 0;
    left: 5%;
    top: 0;
}

.SRVC-6 .section-heading {
    color: #fff;
    font-size: 48px;
    line-height: 24px;
    font-weight: 600;
    padding: 0 20px 50px 0;
    float: left;
    margin: 0 20px 0 0;
    font-family: 'Arimo', sans-serif;
    position: relative;
}

.SRVC-6 .section-heading span {
    display: block;
    font-size: 24px;
    font-weight: 600;
    padding-top: 15px;
}

.SRVC-6 .section-heading:before {
    content: "";
    background: #c4ab7b;
    width: 1px;
    height: 60px;
    position: absolute;
    top: 4px;
    right: 0;
}

.SRVC-6 p.service_text {
    font-size: 15px;
    color: #fff;
    line-height: 20px;
    font-weight: 300;
    padding-bottom: 40px;
    margin: 0;
    font-family: 'Arimo', sans-serif;
}

.SRVC-6 a.read_more {
    font-weight: 600;
    color: #fee5aa;
}

.SRVC-6 .icon {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 100px;
    margin-right: 15px;
    border-radius: 50%;
    text-align: center;
    padding: 10px;
    border: 1px #e0cdaa solid;
}

.SRVC-6 .text {
    width: 66%;
    display: inline-block;
    vertical-align: top;
}

.SRVC-6 .text h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    margin: 0;
    padding: 0 0 10px;
    font-family: 'Arimo', sans-serif;
}

.SRVC-6 .text p {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    line-height: 22px;
    font-family: 'Arimo', sans-serif;
    margin: 0 0 80px;
}

/*end of services part-1*/

/*Responsive*/
@media only screen and (max-width:1100px) {
    .SRVC-6 .service_box {
        padding-right: 5px;
        padding-bottom: 10px;
        min-height: 220px;
    }

    .SRVC-6 .text {
        width: 100%;
        padding-top: 15px;
    }
}

@media only screen and (max-width:1000px) {
    .SRVC-6 {
        padding-bottom: 0;
    }

    .SRVC-6 a.read_more {
        margin-bottom: 15px;
    }

    .SRVC-6 .service_box {
        min-height: 200px;
    }
}

@media only screen and (max-width:767px) {
    .SRVC-6 {
        padding-top: 15px;
        text-align: center;
    }

    .SRVC-6 .service_box {
        min-height: 0;
        padding: 0 15px;
    }

    .SRVC-6 .service_box .icon {
        display: block;
        width: 100%;
    }

    .SRVC-6 .service_box .text {
        display: block;
        width: 100%;
    }

    .SRVC-6 a.read_more {
        margin: 0 0 30px;
    }

    .SRVC-6 .section-heading {
        font-size: 40px;
        float: none;
        padding-bottom: 10px;
    }

    .SRVC-6 .section-heading::before {
        DISPLAY: none;
    }
}

@media only screen and (max-width:700px) {
    .SRVC-6 .service_box {
        width: 100%;
        padding-right: 0;
    }
}

/*end of services part-6*/


/*services part-7*/
.SRVC-7 {
    padding: 70px 0 40px;
    position: relative;
    background: #fff;
    text-align: center;
}

.SRVC-7 .section-heading {
    color: #403023;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 20px;
    margin: 0;
    font-family: 'Josefin Sans', sans-serif;
    position: relative;
}

.SRVC-7 p.service_text {
    font-size: 14px;
    color: #6e6e6e;
    line-height: 20px;
    font-weight: 300;
    padding-bottom: 40px;
    margin: 0;
    font-family: 'Arimo', sans-serif;
}

.SRVC-7 a.read_more {
    background: #02a493;
    padding: 10px 30px;
    font-family: 'Arimo', sans-serif;
    font-lsize: 15px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    color: #fff;
}

.SRVC-7 .service_box {
    padding-bottom: 50px;
    min-height: 200px;
}

.SRVC-7 .service_box .icon {
    padding: 10px;
    margin: auto;
}

.SRVC-7 .service_box .text {
    text-align: center;
}

.SRVC-7 .service_box h4 {
    font-size: 16px;
    color: #323232;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    padding: 15px 0 10px;
    font-family: 'Arimo', sans-serif;
}

.SRVC-7 .service_box p {
    font-size: 14px;
    color: #6e6e6e;
    font-weight: 300;
    line-height: 22px;
    font-family: 'Arimo', sans-serif;
}

/*end of services part-1*/

/*Responsive*/
@media only screen and (max-width:1100px) {
    .SRVC-7 .service_box {
        padding-right: 5px;
        padding-bottom: 10px;
        min-height: 220px;
    }
}

@media only screen and (max-width:1000px) {
    .SRVC-7 {
        padding-bottom: 0;
    }

    .SRVC-7 a.read_more {
        margin-bottom: 15px;
    }

    .SRVC-7 .service_box {
        min-height: 200px;
    }
}

@media only screen and (max-width:767px) {
    .SRVC-7 .service_box {
        min-height: 0;
        padding: 0 15px;
    }

    .SRVC-7 .service_box .icon {
        display: block;
        width: 100%;
    }

    .SRVC-7 .service_box .text {
        display: block;
        width: 100%;
    }

    .SRVC-7 {
        padding: 0 0 20px;
        text-align: center;
    }

    .SRVC-7 .section-heading {
        text-align: center;
        padding: 30px 0;
    }

    .SRVC-7 a.read_more {
        margin: 0 0 30px;
    }

    .SRVC-7 .section-heading {
        font-size: 30px;
    }
}

@media only screen and (max-width:700px) {
    .SRVC-7 .service_box {
        width: 100%;
        padding-right: 0;
    }
}

/*end of services part-7*/

/*******************************************************************************************************************************************************/

/*Facilities 1 Style starts*/
.Facilities-1 {
    padding: 30px 0;
}

.Facilities-1 h2.title {
    font-size: 36px;
    font-weight: 500;
    color: #353535;
    padding: 50px 0 10px;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.Facilities-1 p.sub-title-text {
    font-size: 17px;
    font-weight: 300;
    color: #4a4949;
    padding: 0 0 50px;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.Facilities-1 .facilities_tab {
    display: block;
    text-align: center;
    padding-bottom: 80px;
}

.Facilities-1 .facilities_tab a {
    display: inline-block;
    width: 15%;
    transition: ease 0.8s;
    text-align: center;
    padding: 8px 10px;
    border-radius: 30px;
    border: 1px #cacaca solid;
    color: #353535;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

.Facilities-1 .facilities_tab a:hover {
    background: #d94602;
    border-color: #d94602;
    text-decoration: none;
    color: #fff;
}

.Facilities-1 .facilities_tab a.active {
    background: #d94602;
    border-color: #d94602;
    text-decoration: none;
    color: #fff;
}

.Facilities-1 .section-heading {
    color: #353535;
    font-size: 44px;
    font-weight: 700;
    padding-bottom: 20px;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.Facilities-1 .section-sub-heading {
    color: #808080;
    margin: 0;
    padding: 45px 0 15px;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.Facilities-1 p.section_text {
    font-size: 16px;
    color: #535353;
    line-height: 24px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 40px;
    margin: 0;
}

.Facilities-1 a.read_more {
    background: #d94602;
    padding: 12px 30px;
    font-lsize: 12px;
    border-radius: 30px;
    font-weight: 600;
    display: inline-block;
    color: #fff;
}

.Facilities-1 a.read_more i {
    font-size: 18px;
    display: inline-block;
    padding-left: 10px;
}

.Facilities-1 a.read_more:hover {
    background: #333;
    text-decoration: none;
}

.tab_content {
    display: none;
}

.tab_content.open {
    display: block;
}

.Facilities-1 .facilities_name_area {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    border-radius: 10px;
    background: #d94602;
    z-index: 6;
}

.Facilities-1 p.facilities_name {
    color: #e16f3a;
    font-size: 55px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    line-height: 38px;
    display: inline-block;
    transform: rotate(269deg);
    position: absolute;
    bottom: 50px;
    left: -55px;
}

.Facilities-1 .tab_content p.facilities_name span {
    font-size: 20px;
    font-weight: 300;
    display: block;
}

.Facilities-1 .facilities_room_image {
    margin: 30px 10px 30px 65px;
    width: 80%;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    position: relative;
    z-index: 9;
}

.Facilities-1 .facilities_room_image img {
    width: 100%;
    border-radius: 10px;
}

/*****************************/

@media only screen and (max-width:768px) {
    .Facilities-1 p br {
        display: none;
    }

    .Facilities-1 .section-sub-heading {
        padding-top: 0;
    }

    .Facilities-1 .facilities_tab a {
        width: 19%;
        padding: 8px 0;
    }
}

@media only screen and (max-width:767px) {
    .Facilities-1 .section-sub-heading {
        padding-top: 20px;
    }
}

@media only screen and (max-width:600px) {
    .Facilities-1 .facilities_tab {
        padding-bottom: 20px;
    }

    .Facilities-1 .facilities_tab a {
        width: 49%;
        margin-bottom: 10px;
    }
}