@import url('fonts.css');


html {
    -webkit-overflow-scrolling: touch;
}



body {
    font-family: 'Gotham-light', Sans-Serif;
    color: #585858;
    font-size: 0.75rem;
    background: #fff;
    /*overflow: hidden;*/
}

a {
    color: #585858;
    outline: none !important;
    outline-style: none !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

a:hover {
    color: #574C37;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

a:active,
a:focus {
    color: #574C37;
    outline: none !important;
    outline-style: none !important;
}

*,
*::before,
*::after {
    outline: none !important;
}

.nopadding_left {
    padding-left: 0 !important;
}

.nopadding_right {
    padding-right: 0 !important;
}

.nopadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.nomargin_bottom {
    margin-bottom: 0px !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

/*
.column, .columns {
	padding-left: 0.5625rem;
	padding-right: 0.5625rem;
}
*/

.button {
    border-radius: 4px;
    min-width: 165px;
    font-size: 0.75rem;
}

.upload.button.secondary {
    background: #fff;
    color: #777;
    border: #777 solid 1px;
}

.button a {
    display: block;
}

p {
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
}

.owl-nav.disabled {
    display: none;
}

.retailheader {
    margin-top: 73px !important;
}

li.active:after {
    content: "";
    background: #ffffff;
    color: #000000;
    border-radius: 100%;
    padding-left: 3px;
    height: 4px;
    margin: 0;
    font-size: 2px;
    width: 4px;
    display: block;
    position: absolute;
    left: -11px;
    top: 50%;
    transform: translateY(-50%);
}

/*header*/

header {
    padding: 0;
    color: #fff;
    width: 100%;
    /*	max-width:1270px;*/
    left: 0;
    right: 0;
    margin: 0rem auto;
    position: absolute;
    top: 3rem;
    z-index: 9;
    /*	background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.9) 90%, rgba(0,0,0,8) 100%);*/
}

header h1 {
/*    margin-left: 37px;*/
    margin-bottom: 0px;

}

header h1 img {
    max-width: 150px;
    width: 100%;
}

header.active {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: rgba(0, 0, 0, 0.74);


}

header.active h1 {
    font-size: inherit;
    margin: 0.2rem 0;
}

header.active h1 img {
    max-width: 190px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


header.active ul {
    padding: 1.5rem 0 0 0;
}



.Navigation li {
    text-transform: uppercase;

    display: block;
    line-height: 2rem;
    margin: 0rem;
    padding: 0rem 0px 0 15px;
}

.Navigation li:last-child {
    border-bottom: 0px solid #999;
}

.Navigation li:last-child svg {
    height: 17px;
    margin: 0.5rem 1rem 0 0;
}

.Navigation {
    font-size: 0.75rem;
    border-bottom: 1px solid #383737;
    margin: 47px 0 0 0;
    padding: 0rem;
}

.Navigation li {
    border-bottom: 1px solid #383737;
}

.Navigation li a {
    color: #fff;
}

.Navigation li a:hover {
    color: #CCC;
}

header ul {
    line-height: 1.4;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    list-style-type: none;
    text-align: right;
    margin: 0 auto;
    padding: 2.5rem 0 0 0;
    width: 100%;
    font-weight: 500;
}

header ul li {
    position: relative;
    font-family: 'Gotham-book', Sans-Serif;

    font-size: 0.75rem;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    letter-spacing: 0.2rem;
    z-index: 100;
    padding: 0 30px 0 0;
}

header ul li a {
    color: #fff;
}

header ul li a:hover {
    color: #CCC;
}

header ul li:last-child {
/*    margin: 0 13px 0 0;*/
    /* font-size: 1rem; border-bottom: 1px solid #fff; padding: 0;*/
}

header ul li .active {
    color: #eaeaea !important;
}

header ul li ul {
    padding-top: 0;
}

.inside_header_prdtl {
    position: relative;
    width: 100%;
    min-height: 38px;
    background-size: 100%;
    text-align: center;
    color: #fff;
    background: #000;
}

.inside_header_prdtl::after {
    transition: all 1s ease;
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 3;
}



.inside_header_prdtl img {
    width: 100%;
    /*	opacity: 0.5;*/
}

.inside_header_prdtl h4 {
    font-weight: 300;
    font-size: 1.625rem;
}

.inside_header_prdtl h4 span {
    font-weight: 700;
}

.inside_header_prdtl h5 {
    font-weight: 700;
    font-size: 1.625rem;
}

.contact_header {
    background: url(../images/contact/contact_header.jpg) no-repeat #000;
    background-size: cover;
}

.about_header {
    background: url(../images/about_header.jpg) no-repeat #000;
    background-size: cover;
}

.product_header {
    background: url(../images/product_header.jpg) #000;
}

.product_header_CE {
    background: url(../images/product_header_CE.jpg) #000;
}

.product_header_detail {
    background: url(../images/product_header_detail.jpg) no-repeat #000;
    background-size: cover;
}

.about_row .tbl {
    margin-top: 2rem;
}


.cntcenter_product {
    position: absolute;
    text-align: left;
    top: 30%;
    left: 3rem;
}


.cntcenter {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cntcenter h4 {
    text-transform: uppercase;
}


.home_slider {
    color: #fff;
}


.home_slider h4 {
    font-weight: 700;
    font-size: 1.625rem;
    margin-bottom: 1rem;
    margin-top: 3rem;
}

.home_slider h5 {
    font-weight: 300;
    font-size: 2.125rem;
    text-transform: uppercase;
}

.home_slider h5 span {
    font-weight: 600;
}

.home_slider p {
    max-width: 550px;
    font-family: 'Source Sans Pro', sans-serif;

    font-weight: 400;

    font-size: 18px;



}

.home_slider h6 {
    font-weight: 300;
    font-size: 0.875rem;
    margin-top: 2rem;
}

.home_slider h6 a {
    color: #fff;
    text-decoration: underline;
}

.home_slider img {
    text-align: center;
    margin: auto;
}

.mainimgslider div [class*='slide'] {
    min-height: 100vh;
    z-index: 9;
}



/*SLIDER IMAGES*/


@media screen and (min-width: 1px) {
    .slide1 {
        background: url(../images/homeslidermain/small/hotel.jpg)center top no-repeat #000;
        background-size: cover;
    }

    .slide2 {
        background: url(../images/homeslidermain/small/01.jpg)center top no-repeat #000;
        background-size: cover;
        background-position: 80% !important;
    }

    .slide3 {
        background: url(../images/homeslidermain/small/02.jpg)center top no-repeat #000;
        background-size: cover;
    }

    .slide4 {
        background: url(../images/homeslidermain/small/03.jpg)center top no-repeat #000;
        background-size: cover;
    }

    .slide5 {
        background: url(../images/homeslidermain/small/04.jpg)center top no-repeat #000;
        background-size: cover;
    }
}

@media screen and (min-width: 955px) {
    .slide1 {
        background: url(../images/homeslidermain/large/01.jpg)center top no-repeat #000;
        background-size: cover;
    }

    
.slide2 {
	background:url(../images/homeslidermain/large/02.jpg)center top no-repeat #000;
	background-size: cover;
}

    .slide3 {
        background: url(../images/homeslidermain/large/03.jpg)center top no-repeat #000;
        background-size: cover;
    }

    .slide4 {
        background: url(../images/homeslidermain/large/04.jpg)center top no-repeat #000;
        background-size: cover;
    }

    .slide5 {
        background: url(../images/homeslidermain/large/05.jpg)center top no-repeat #000;
        background-size: cover;
    }
/*

    .slide6 {
        background: url(../images/homeslidermain/large/header06_bg.jpg)center top no-repeat #000;
        background-size: cover;
    }
*/
}


/*SLIDER IMAGE*/

.mainimgslider {
    background: #000;
    width: 100%;
    margin: 0;
    padding: 0px;
    position: relative;
}


.owl-carousel .owl-item::after {
    transition: all 1s ease;
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 3;
}

.mainimgslider .owl-controls {
    position: absolute !important;
}

.hmslider_cnt {
    font-family: 'Gotham-medium', Sans-Serif;
    min-height: 0 !important;
    position: absolute;
    max-width: 1200px;
    width: 100%;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.hmslider_cnt.hotelvid {
    top: inherit;
    bottom: 18%;
}

.hmslider_cnt.hotelvid h2 {
    font-size: 2rem;
    text-shadow: 1px 2px 15px #1b1b1b;
    margin: auto;
    line-height: 1.2;
}

.hmslider_cnt.hotelvid h4 {
    font-size: 1rem;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    font-weight: 400;
    text-shadow: 1px 2px 15px #1b1b1b;
}

.hmslider_cnt.hotelvid img {
    width: 25px;
    max-width: 25px;
    display: inline-block !important;
    vertical-align: middle;
    margin-left: 0.5rem;
}

.hmslider_cnt .row {
    max-width: 100%;
}

.hmslider_cnt h5 {
    font-size: 2rem;
    max-width: 660px;
    font-family: 'Gotham-book', Sans-Serif;
    letter-spacing: 2px;
    color: #ffffff;
}

.hmslider_cnt h5 span {
    font-family: 'Gotham-medium', Sans-Serif;
}

.mainimgslider .owl-nav [class*='owl-'] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.mainimgslider .owl-nav [class*='owl-'] img {
    max-width: 45px;
}

.mainimgslider .owl-nav .owl-next {
    right: 1rem;
}

.mainimgslider .owl-nav .owl-prev {
    left: 1rem;
}

.mainimgslider .owl-dots {
    position: absolute;
    bottom: 3rem;
    left: 0;
    right: 0;
    /*	max-width:1160px;*/
    width: 100%;
    max-height: 96px;
    margin: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 2;
}

.mainimgslider .owl-dots .owl-dot {
    width: 50%;
    display: inline-flex !important;
    text-align: left;
}

.mainimgslider .owl-dots .owl-dot:not(:last-of-type) {
/*    border-right: 1px solid rgba(255, 255, 255, 0.3);*/
    text-align: left;
}

/*.mainimgslider .owl-dots .owl-dot*/
.mainimgslider .owl-dots .owl-dot .dottext {



    /*
	position: relative;
	min-height: 80px;
*/
    margin: auto;
    width: 100%;
    max-width: 250px;
    color: #fff;
    /*	pointer-events: none;*/
    /*
	text-align: left;
	margin: 0;
	padding: 10px 10px 0 18px !important;
	opacity: 0.9;
*/
}

.mainimgslider .owl-dots .owl-dot.active .dottext {
    opacity: 1;
    color: #fff;
    border-top: 2px solid #fff;
    width: 100%;
}
.mainimgslider .owl-dots .owl-dot .dottext {
    opacity: 1;
    color: #fff;
    border-top: 2px solid #fff;
    width: 100%;
}

.mainimgslider .owl-dots .owl-dot:not(:last-of-type) .dottext {
    /* border-right: 1px solid rgba(255,255,255,0.3);*/
}

.mainimgslider .owl-dots .dottext h3 {
    font-family: 'Gotham-book', Sans-Serif;
    font-weight: 500;
    padding-top: 10px;
    padding-left: 10px;
    font-size: 14px;
    margin: auto;
    margin-bottom: 10px;
    pointer-events: none;
    text-transform: uppercase;
    display: inline-block;
}

.mainimgslider .owl-dots .dottext p {
    width: 100%;
    text-align: left;
    padding-left: 10px;
    padding-right: 4px;
    font-size: 11px;
    line-height: 21px;
    margin-bottom: 0;
    font-weight: 400;
    display: inline-block;
}

.mainimgslider .owl-dots .dottext a {
    color: inherit;
}

.mainimgslider .owl-dots .owl-dot .dottext img {
    max-width: 9px;
    display: inline-block;
    margin: auto 4px;
    margin-bottom: 1px;
}

.mainimgslider .owl-dots::before {
    content: "";
    position: absolute;
    bottom: -2rem;
    width: 200%;
    margin: auto;
    /* right: 0; */
    left: -20rem;
    height: calc(100% + 2rem);
    /*	background: rgba(0,0,0,0.4); */

    /*FALLBACK*/
    /*	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0,0,0,0.79) 100%);*/
    /*	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.71) 50%, rgba(0, 0, 0, 0.8) 100%);*/
    pointer-events: none;
    z-index: -1;
}

/*breadcrumbs start here*/
.breadcrumbs {
    position: absolute;
    left: 0;
    right: 0;
    padding: 10px;
    margin: 0;
    bottom: 0;
    background: rgba(45, 44, 44, 0.8);
    padding-left: 51px;
}

.breadcrumbs li {
    color: #ebeaea;
}

.breadcrumbs a {
    color: #ffffff;
}

/*container start here*/

.container_code {
    width: 100%;
    margin: auto;
}


.newslrtsgnup .button.secondary {
    background: #000;
    border: 2px solid #000;
}

.newslrtsgnup [type="text"],
[type="password"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="email"],
[type="number"],
[type="search"],
[type="tel"],
[type="time"],
[type="url"],
[type="color"],
textarea {
    box-shadow: none;
    border: 1px solid #ababab;
}

[type="text"],
[type="password"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="email"],
[type="number"],
[type="search"],
[type="tel"],
[type="time"],
[type="url"],
[type="color"],
textarea {
    box-shadow: none;
    border: 1px solid #f2f2f2;
    background: #fff;
    font-size: 0.8rem;
    font-weight: 300;
}


input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus {
    box-shadow: none !important;
    border: 1px solid #dfdfdf;
}

.upload_resume {
    position: relative;
    display: inline-block;
}

.upload_resume_input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 1;
    width: 90%;
    height: 100%;
    opacity: 0;
}

label#uploadfiles {
    color: inherit;
    font-size: 0.75rem;
    font-weight: 400;
    margin-top: 7px;
}


select {
    background-color: #ffffff;
    font-size: 0.8rem;
    outline: none;
    height: inherit !important;
    border: 1px solid #f2f2f2;

    font-size: inherit;
    color: #767676;
    background-image: none;
    -webkit-appearance: number-input;
    -moz-appearance: number-input;

    margin: 0 0 0.7rem 0 !important;

    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);

    background-repeat: no-repeat;




}


/*about page start here*/

.about_row {
    max-width: 850px;
    width: 100%;
}

.about h4 {
    max-width: 500px;
    margin: 0 auto 1rem auto;
    font-weight: 700;
    font-size: 1.625rem;
    font-weight: 300;
    text-align: center;
}

.about h4 span {
    font-weight: 600;
}

.about p {
    font-size: 0.9rem;
}

.ourservices {
    max-width: 835px;
    margin: 3rem auto;
    width: 100%;
}

.ourservices .large-4 {
    margin-bottom: 2rem;
}

.ourservices img {
    width: 180px;
    border-radius: 100%;
}

.ourservices h5 {
    font-size: 0.9rem;
    margin: 1rem 0;
    font-weight: 600;
}

.ourservices p {
    font-weight: 300;
}

.team {
    max-width: 800px;
    width: 100%;
    margin: 2rem auto 4rem auto;
}

.team p {
    margin-bottom: 2rem;
}

.team h5 {
    margin: 0;
    padding: 0;
}

.team h6 {
    font-size: 0.9rem;
    color: rgba(104, 103, 103, 1.00);
    margin: 0;
    padding: 0;
}


.team ul {
    margin: 1rem 0 1rem 0;
    padding: 0;
}

.team ul li {
    border-radius: 100%;

    display: inline;
    margin: 0 0 0 0.4rem;
}

.team ul li img {
    width: 23px;

}


/*about page start here*/

.about_row {
    max-width: 850px;
    width: 100%;
}

.about h4 {
    max-width: 500px;
    margin: 0 auto 1rem auto;
    font-size: 1.325rem;
    font-weight: 300;
    text-align: center;
}

.about h4 span {
    font-weight: 600;
}

.about p {
    font-size: 0.9rem;
    font-weight: 300;
}

.ourservices {
    max-width: 835px;
    margin: 3rem auto;
    width: 100%;
}

.ourservices .large-4 {
    margin-bottom: 2rem;
}

.ourservices img {
    width: 180px;
    border-radius: 100%;
}

.ourservices h5 {
    font-size: 0.9rem;
    margin: 1rem 0;
    font-weight: 600;
}

.ourservices p {
    font-weight: 300;
}

.team {
    max-width: 800px;
    width: 100%;
    margin: 2rem auto 4rem auto;
}

.team p {
    margin-bottom: 2rem;
}

.team h5 {
    margin: 0;
    padding: 0;
}

.team h6 {
    font-size: 0.9rem;
    color: rgba(104, 103, 103, 1.00);
    margin: 0;
    padding: 0;
}


.team ul {
    margin: 1rem 0 1rem 0;
    padding: 0;
}

.team ul li {
    border-radius: 100%;

    display: inline;
    margin: 0 0 0 0.4rem;
}

.team ul li img {
    width: 23px;

}



.about {
    margin: auto;
}

.about .abttilt {
    font-size: 1.3rem;
    padding: 1rem 0;
    font-weight: 300;
    margin-bottom: 3rem;
}

.about .abttilt_india {
    font-size: 1rem;
}

.about .ourser_titl {
    font-size: 0.9rem;
    padding: 1rem 0;
}

.aboutcont {
    background: rgba(229, 229, 227, 0.37);
    padding: 63px 0 63px 0;
}

.aboutcont .row {
/*    max-width: 1024px;*/
}

/*.aboutcont .aboutcontsmall .row{max-width: 615px}*/
.aboutcont .aboutcontsmall .row:first-of-type {
/*    max-width: 685px;*/
}

.aboutcont .aboutcontsmall .row p {
    font-size: 20px;
     font-family: 'Gotham-book', Sans-Serif;
}
.aboutcont .aboutcontsmall .intro{
    max-width: 901px;
    margin: auto;
}

.aboutcont .aboutcontsmall .discr p{
margin: 0;}


.aboutcont h3 {
    font-family: 'Gotham-medium', Sans-Serif;
    font-size: 30px;
    margin-bottom: 15px;
}

.aboutcont p {
    margin-bottom: 30px;
}

.ourfounder {
    padding: 60px 0 50px 0;
}

.ourfounder .row {
/*    max-width: 1024px;*/
}

.ourfounder.row p {
    padding: 0 15px;
}

.ourfounder img {
    width: 100%;
    max-width: 200px;
    margin-bottom: 15px;
}

.ourfounder h3 {
    margin-bottom: 40px;
    text-align: center;
        font-family: 'Gotham-medium', Sans-Serif;
    font-size: 30px;
    margin-bottom: 15px;

}

.ourfounder p {

font-size: 20px;
font-family: 'Gotham-book', Sans-Serif;
    margin: 0;

}

.ourfounder h4 {
    color: #3a3a3a;
    margin: 0;
    text-align: left;
}

.ourfounder .foundercontent {
    display: table;
    height: 100%;
}

.ourfounder .foundercontent .foundercontentin {
    display: table-cell;
    vertical-align: middle;
}

.founderimgdesc {
    text-align: left;
}



/*buyitoff start here*/



.buyitoff {
    width: 100%;
    margin: auto;
}

.buyitoff .row {
    max-width: 100% !important;
}

.buyitoff .column,
.columns {
/*
    padding-left: 0;
    padding-right: 0;
*/
}

.buyitoff .product_home_slider {
    width: 100%;
    margin: auto;
}


.buyitoff .owl-carousel .owl-item::after {
    background-color: inherit;

}

.buyitoff h3 {
    font-family: 'baskerville', 'Montserrat', sans-serif;
    max-width: 1000px;
    font-size: 28px;
    color: #757575;
    padding: 0 0.9375rem;
    margin: auto;
    margin-bottom: 40px;
}

.buyitoff p {
    color: #757575;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.buyitoff p span {
    font-weight: 400;
}

.buyitoff h4 {
    max-width: 500px;
    margin: 0 auto 0rem auto;
    font-weight: 700;
    font-size: 1.625rem;
    font-weight: 300;
    text-align: center;
}

.buyitoff h4 span {
    font-weight: 600;
}

.buyitoff h5 {
    font-weight: 700;
    font-size: 0.9375rem;
    margin-top: 1rem;
    text-align: center;
}

.buyitoff h6 {
    font-weight: 400;
    font-size: 0.75rem;
    text-align: center;
}

.buyitoff h6 span {
    background: #fff;
    padding: 0.5rem 1rem;
}

.buyitoff .row img {
    width: 100%;
}

.buyitoff .owl-carousel .owl-controls .owl-nav .owl-next {
    background: url(../images/icon-arrow-right.png) no-repeat !important;
    background-size: 15px !important;
    right: 3%;
    width: 23px;
    height: 29px;
    top: 45%;
}

.buyitoff .owl-carousel .owl-controls .owl-nav .owl-prev {
    background: url(../images/icon-arrow-left.png) no-repeat !important;
    background-size: 15px !important;
    left: 3%;
    width: 23px;
    height: 29px;
    top: 45%;
}

.buyitoff .owl-theme .owl-dots .owl-dot span {
    width: 4px;
    height: 4px;
    margin: 5px 4px;
    border: 0px solid #4a4a4a;
    background: #4a4a4a;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.buyitoff .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #bdbdbd;
}


/*contact page start here*/

.contact {
    margin: 0;
    padding: 3rem 0 2rem 0;
}

/*
.contact h4 {
    margin: 0;
    font-size: 1.625rem;
    font-weight: 300;
}
*/

/*
h4.getintouch {
    font-size: 1.2rem;
}
*/

.contact h6 {
    padding-bottom: 2rem;
    font-family: 'Gotham-book', Sans-Serif;
    font-size: 18px;
    color: #585858;
}
.contact a{
    color: #585858;
}

label p {
    display: inline;
}

.contact p {
    margin-bottom: 0px;
}

.contact p small {
    font-size: 75%;
}

.contact h5 {
    margin-bottom: 5rem;
}

.contact img {
    max-width: 17px;
    margin-right: 5px;
}

.contact .row:not(:last-of-type) {
/*    margin-bottom: 3rem;*/
}

.contact .inquiries {
    margin-top: 2rem;
}

.contactform {
    text-align: center;
}

.contactform h4 {
    margin-bottom: 5px;
}

.contactform input[type="submit"] {
    min-width: 100%;
}

.contactform > .row {
    margin-left: -0.9375rem;
}

.contactform_leftdesc h6 {
    margin-top: 42px;
}

.contact-us-form {
/*    margin-top: 1rem;*/
}

.contact-us-form .row {
    margin: 0 !important;
}


/*CAREER*/
.career.contact {
    padding-top: 0;
}

.career .hotel_desc {
    padding: 2rem 0;
}

.careers_block {
    max-width: 600px;
    width: 100%;
    margin: auto;
}

.careers_block > .row:first-of-type {
    margin-bottom: 0 !important;
}

/*hotal page start here*/

.hotal {
    margin: 0;
    padding: 0;
}

.hoteldetails .solutions {
    padding: 5rem 0;
}

.hotal .owl-theme .owl-dots .owl-dot span {
    width: 4px;
    height: 4px;
    border-radius: 100%;
}


.hotal .solutions:not(:nth-of-type(2)) {
    margin: 8rem 0;
}

.hotal .solutions:nth-of-type(2) {
    margin-bottom: 8rem;
}

.hotal .solutions.hotel_desc {
    padding: 4rem 0;
    margin: 0 0;
    background: rgba(229, 229, 227, 0.37);

}

.hotal .owl-theme .owl-controls {
    position: absolute;
}


.hotal.hoteldetail_cont .solutions {
    margin: 0;
}

.hotal.hoteldetail_cont .solutions p.sitelink {
    position: absolute;
    bottom: 0;
    margin: 0;
    color: #000;
}

.hotal.hoteldetail_cont .solutions .sitelink2 {
    position: initial;
    color: #5c5c5c;
    margin: 0;
}

.hotal.hoteldetail_cont .solutions .sitelink2 li a {
    color: #000;
}

.hotal.hoteldetail_cont .solutions .sitelink2 li img {
    width: 20px;
    margin-right: 0.5rem;
    display: inline-table;
    display: none;
}

.hotal.hoteldetail_cont .solutions .sitelink2 li p {
    color: #000;
    font-weight: 400;
    margin: 0;
    display: inline-table;
}

.hotal.hoteldetail_cont .solutions .sitelink2 li p br {
    display: none;
}

.hotal.hoteldetail_cont .solutions .sitelink2 li p a {
    margin-left: 4px;
    font-weight: 300;
}

.hotal.hoteldetail_cont .solutions .sitelink2 li {
    display: block;
    border-bottom: 1px solid #cacaca;
    padding: 10px 0
}

.hotal.hoteldetail_cont .solutions .sitelink2 li:first-of-type {
    border-top: 1px solid #999;
}

.hotal.hoteldetail_cont .solutions .sitelink2 li:last-of-type {
    border-bottom: 1px solid #999;
}

.hoteldetail_headcont {
    text-align: center;
}

.hoteldetail_headcont h2 {
    font-size: 18px;
    font-family: 'baskerville', 'Montserrat', sans-serif;
    margin-top: 1.5rem !important;
}

.hoteldetail_headcont img {
    max-width: 186px;
    text-align: center;
}

.billesley.owl-carousel .owl-stage {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.billesley.owl-carousel .owl-stage::after {
    display: none;
}

.billesley.owl-carousel .owl-item {
    float: none;
}

.realstatepnl {
    padding: 5rem 0 !important;
}


.hoteldetailrev.reveal.full {
    position: fixed;
    top: 0 !important;
    background: #000000;
    cursor: pointer;
}

[data-open='videomodal'] {
    cursor: pointer;
}

.hoteldetailrev.reveal.full .close-button img {
    width: 18px;
    height: auto;
}

.billesley.owl-carousel .owl-stage {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.billesley.owl-carousel .owl-stage::after {
    display: none;
}

.billesley.owl-carousel .owl-item {
    float: none;
}

/*solutions page start here*/

.hotel_list {
    position: relative;
}

.hotel_list .row {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
}

/*.solutions.solbg{background: #f2f2f2;}*/
.solutions h2 {
font-size: 20px;
font-family: 'Gotham-book', Sans-Serif;}

.solutions {
    padding: 4rem 0;
}

.solutions .row {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

.solutions h3 {
    margin: 0;
    font-size: 1.1875rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.solutions h4 {
    margin: 15px 0 20px 0;
    font-size: 25px;
    font-weight: 400;
}

.solutions h4 span {
    font-weight: 600;
}

.solutions h5 {
    font-weight: 300;
    font-size: 0.9375rem;
    margin-top: 1rem;
}

.solutions h6 {
    font-weight: 400;
    font-size: 0.75rem;
    margin-top: 0.5rem;
}

.solutions h6 span {
    background: #4a4a4a;
    padding: 0.5rem 1rem;
}

.solutions h6 span a {
    color: #fff;
}

.solutions p {
    margin-bottom: 25px;
}

.solutions ul li p {
    margin-bottom: 0;
}

.solutions .button {
    background: #4a4a4a;
}

.solutions .button a {
    color: #fff;
}


.solutions .row img {
    width: 100%;
}

.solutions_bg {
    background: rgba(229, 229, 227, 0.37);
}

.tabs-content {
    border: 0px solid #e6e6e6;
}

.tabs {
    max-width: 1181px;
    text-align: center;
    margin: auto;
    border: 0px;
}

.tabs-title {
    border-right: 1px solid #d7d7d7;
    float: inherit;
    text-align: center;
    display: inline-block;
}

.tabs-title:last-child {
    border-right: 0px solid #d7d7d7;
}

.tabs-title > a {
    color: #777777;
    font-weight: 700;
    font-size: 0.9375rem;
    text-transform: uppercase;
}

.tabs-title > a:hover,
.tabs-title > a:focus,
.tabs-title > a[aria-selected="true"] {
    background: inherit;
    color: #000;
}



.solutions_detail .row {
    max-width: 1000px;
    width: 100%;
    margin: auto;
}



.solutions_detail_header {
    background: url(../images/solutions/business_enterprise/business_header.jpg) no-repeat #000;
    background-size: cover;
}

.hoteldetail_header .cntcenter {
    max-width: 780px;
}

.hotel_detail_footer h5 {
    text-align: left;
    margin-left: 1.25rem;
    font-weight: 500;

}


.hoteldetail_header h4 {
    font-size: 50px;
    font-weight: 400;
}

.hoteldetail_header p {
    font-size: 17px;
    font-weight: 400;
}

.hoteldetail_header img#maps {
    max-width: 100px;
    opacity: 1;
    width: 16%;
    position: absolute;
    bottom: 1rem;
    right: 50%;
    transform: translateX(50%);
}

.solutions.hotel_detail p:not(:last-of-type) {
    margin-bottom: 45px;
}

.hotel_detail_footer {
    padding: 70px 0 80px 0;
    background: #f5f5f5;
}

.hotel_detail_footer h3 {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 70px;
}

.hotel_detail_footer ul {
    list-style: none;
    text-align: left;
    margin: 0 1.25rem;
}

.hotel_detail_footer ul li {
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 1rem;
}

.hotel_detail_footer .row {
    max-width: 1200px;
}

.hoteldetail_crouselsec {
    margin-bottom: 100px !important;
}

.firstone {
    margin-bottom: 1rem !important;
}


.hotel_detail_footer hr {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    border-bottom: 2px solid #cacaca;
}


.firstone ul li {
    border-bottom: 0px solid #c2c2c2;
    margin-bottom: 0.5rem !important;

}


/*OUR DIRECTOR*/

.hotel_desc {
    padding: 0;
}

.our_director_desc {
    padding: 2rem 0;
}

.solutions.our_director_ppl {
    padding: 4rem 0;
}

.solutions.our_director_ppl:first-of-type {
    padding-top: 0 !important;
}

.our_director_ppl .columns {
    position: relative;
}

.our_director_ppl h5 {
    font-weight: 600;
    font-size: 12px;
    color: #B6B6B6;
    margin: 0 0 15px 0;
}

.our_director_ppl h4,
.education_section h4,
.publishing_section h4 {
    font-family: 'baskerville', 'Montserrat', sans-serif;
    font-size: 22px;
    margin: 0;
    letter-spacing: 1px;
}

.our_director_ppl h6 {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    margin: 0;
    padding: 4.5rem 0 0 0;
    position: absolute;
    width: 100%;
    bottom: -29px;
}

.our_director_ppl h6.nopad {
    padding: 0;
}

.solutions.our_director_ppl img {
    /*
    padding: 5px;
    border: 1px solid #d9d9d9;
*/
}

.our_director_ppl .director_cont {
    height: 175px;
    position: relative;
    overflow: hidden;
}


/*EDUCATION*/

.education_heading h3 {
    font-family: 'baskerville', 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    margin: 1rem auto;
}

.solutions.education_section {
    padding: 40px 0 !important;
}

.education_section img {
    margin: 1rem auto;
}

.education_container {
    display: table;
    height: 100%;
}

.education_containerin p:last-of-type {
    margin: 0;
}

.education_container .education_containerin {
    display: table-cell;
    vertical-align: middle;
}


/*PUBLISHING*/
.solutions.publishing_section {
    margin-bottom: 50px;
}

.publishing_sectionin {
    background: rgba(229, 229, 227, 0.37);
    color: #5c5c5c;
    padding: 40px;
    padding-top: 30px;
    margin: 90px auto;
    margin-top: 50px;
    /*	text-align: center;*/
}

.publishing_sectionin .row,
.publishing_sectionin hr {
    /*	max-width: 100%;*/
}

.publishing_section h4 {
    margin: 20px auto;
    margin-top: 0px;
}

.publishingcompetence h4 {
    margin-top: 20px;
}

.publishing_sectionin .row.threevert {
    margin: 50px auto;
}

.publishing_sectionin .row.twovert .columns {
    margin-top: 30px;
}

.publishing_sectionin .row.threevert h4,
.publishing_sectionin .row.twovert h4,
.publishing_cont h4 {
    margin-top: 0;
}

.publishing_sectionin .midtext {
    text-align: center;
    font-size: 25px;
    margin-bottom: 25px;
    margin-top: 10px;
}

.publishing_sectionin.strategic_association {
    padding-bottom: 40px;
    padding-top: 50px;
    margin-top: 70px;
    text-align: left;
}

.publishing_sectionin.strategic_association .columns:first-of-type {
    border-right: 1px solid #cacaca;
    padding-right: 0rem;
}

.publishing_container {
    display: table;
    height: 100%;
}

.publishing_containerin p:last-of-type {
    margin: 0;
}

.publishing_container .publishing_containerin {
    display: table-cell;
    vertical-align: middle;
}

/*MEDIA*/


.media_container {
    display: table;
    height: 100%;
}


.mediahed h3 {
font-family: 'Gotham-medium', Sans-Serif;
font-size: 30px;
margin-bottom: 15px;

}

.media_containerin p:last-of-type {
    margin: 0;
}

.media_container .media_containerin {
    display: table-cell;
    vertical-align: middle;
}

.media_container .media_containerin h5 {
    margin-top: 0rem;
    margin-bottom: 1rem;
    color: #777777;
}

/* page start here*/

.product .smldtl {
    font-size: 1rem !important;
    margin-bottom: 1rem;
}


.product_scrb {
    margin: 0;
    padding: 2rem 0;
}

.product_scrb h5 {
    margin-bottom: 0.7rem;
}

.product_scrb p {
    margin: 0;
    padding: 0;
}


.product_scrb .button {
    color: rgba(74, 74, 74, 1.00);
    background: #fff;
    border: 1px solid #dadada;
    border-radius: 4px;
    text-transform: uppercase;
    padding: 0.6rem 2rem;
    font-size: 0.8rem;
    margin-top: 1rem;
}

.product_scrb .button:hover {
    color: #000;
    border: 1px solid #000;
}

.product_scrb h3 {
    font-size: 1.2rem;
    border-bottom: 1px solid #dadada;
    margin-bottom: 2rem;
    padding: 0 0 1rem 0;
}

.product_scrb .row {
    margin-bottom: 2rem;
}

.product_scrb h3 {
    /*text-align: center;*/
    font-weight: 700;
    font-size: 1.3rem;
    margin-top: 1rem;
}

.product_scrb .row img {
    width: auto;
}

.tbl {
    width: 100%;
    background: #fff;
}

.tbl tr:nth-child(2n) {
    background-color: #fff;
    border-top: 1px solid rgba(148, 148, 148, 1.00);
    background: inherit !important;
}

.tbl tr {
    border-top: 1px solid rgba(148, 148, 148, 1.00);
}

.tabs_dtl {
    background: #eeeeee;
}

.tbl tbody {
    border: 0;
}

.tbl th {
    padding: 1rem 0 !important;
    text-align: left;
}

.tbl td {
    padding: 1rem 0 1rem 2rem !important;
    text-align: left;
}

.tbl.intbl th {
    padding: 1rem 0 1rem 2rem !important;
}

.product_scrb h4 {
    max-width: inherit;
}

#map {
    min-height: 164px;
    max-height: 164px;
    padding: 0;
    margin: 0;
    margin-top: 30px;
}


.addresscont,
.hotelmain_cont {
    display: table;
    height: 100%;
}

.addresscont h4 {
font-size: 20px;
font-family: 'Gotham-book', Sans-Serif;
}
.contact p{
  font-size: 20px;
font-family: 'Gotham-book', Sans-Serif;  
    
    
}

/*
.addresscontin,
.hotelmain_contin {
    display: table-cell;
    vertical-align: bottom;
}
*/

.addresscontin ul {
    margin-bottom: 0 !important;
}

.hotelmain_contin {
    vertical-align: middle;
}

.hotelmain_contin h4 {
    font-family: 'Gotham-medium', Sans-Serif;
    font-size: 1rem;
    color: #585858;
}

.hotelmain_contin h6 a,
.our_director_ppl h6 a {
    color: #8a8a8a;
    border: 1px solid #8a8a8a;
    padding: 5px 10px;
}

.hotelmain_contin h6 a:hover,
.our_director_ppl h6 a:hover {
    color: #fff;
    background: #8a8a8a;
}

.hotelmain_contin img {
    max-width: 186px;
    margin-top: 10px;
}

.contact-map {
    min-height: 200px !important;
    height: 100% !important;
    margin: 0 auto 1.4rem auto !important;
}

.contact-map_pnl {
    padding-left: 300px !important;
    padding-right: 0px !important;

}

#map {
    color: #000;
    width: 100%;
    height: 100%;

}



/*footer*/
footer {
    background: #E3DFD8;
    padding: 3rem 0 0;
    color: #fff;
    font-size: 0.8125rem;
    width: 100%;
}

footer p,
h6,
a {
    margin-bottom: 0;
    /*	font-size:0.8125rem;*/
    /*
	letter-spacing: 0.01rem;
	padding:0;
	padding-top: 5px;
	clear: both;
	font-size: 8px;
    line-height: 18px;
    color: #fff;
*/
    color: #7F6E4E;
}

footer .row {
    /*	max-width: 1200px;*/
    max-width: 1160px;
    width: 100%;
}

footer figure {
    float: right;
    margin-right: 0;
}

.ftrmn {
    margin: 0;
    padding: 1rem 0 0 0;
}

.ftrmn ul li {
    font-size: 0.85rem;
    margin: 0 1.2rem 0 0;
}


footer ul,
.social ul {
    margin: 0;
    padding: 0;
}

footer ul li,
.social ul li {

    display: inline;
    margin: 0 0 0 0.4rem;
}

.social ul li:first-of-type {
    margin: 0 0 0 0;
}

.st0 {
    fill: #FFFFFF;
}

footer ul li svg,
.social ul li img {
    width: 23px;
    max-width: 23px;
}

.social ul {
    margin-bottom: 16px;
}

.social p {
    margin: auto;
}

.index footer {
    background: none;
    position: absolute;
    bottom: 0;
    z-index: 1;
    margin-bottom: 0.5rem;
}
.index footer a{
    text-decoration: underline;
    color: inherit;
}

.index footer p {
    color: #fff;
}

.index footer svg {
    width: 20px;
}

.index footer .st0 {
    fill: #fff;
}
.index footer .row{
    max-width: 100%;
}
.index footer .row .columns{
    padding-left: 0;
   padding-right: 0;
}

/*body animation*/

#bd {
    animation: fadein 2s;
    -moz-animation: fadein 2s;
    /* Firefox */

    -webkit-animation: fadein 2s;
    /* Safari and Chrome */

    -o-animation: fadein 2s;
    /* Opera */
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    /* Firefox */

    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    /* Safari and Chrome */

    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {
    /* Opera */

    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*back to top start here*/

.cd-top {
    background-color: #000000 !important;
    display: inline-block;
    height: 43px;
    width: 43px;
    position: fixed;
    bottom: 61px;
    right: 10px;
    /*right:0px;*/
    /* image replacement properties */

    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    /*background: url(../images/back_to_top.png) no-repeat center 50% rgba(191, 103, 80, 0.80);*/

    background: url(../images/back_to_top.png) no-repeat center 50%
        /*rgba(224, 213, 193, 0.99)*/

    ;
    background-size: 23px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */

    visibility: visible;
    opacity: 1;
    z-index: 999;
}

.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */

    opacity: 1;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.no-touch .cd-top:hover {
    background-color: #000;
    opacity: 1;
}

/*404 NOT FOUND*/



/*404 page start here*/

.fourzeropage {
    margin: 3rem auto;
    text-align: center;
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 225px;
}

.fourzeropage .fourzeropage_section {
    margin: auto;
}

.fourzeropage strong {
    font-weight: 400;
}

.fourzeropage h1 {
    line-height: 1;
    color: #000;
    text-align: center;
    font-size: 9rem;
    width: 100%;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.fourzeropage h3 {
    margin: 0;
    padding: 0;
    text-align: center !important;
    font-size: 1.5rem !important;
    width: 100%;
    text-transform: uppercase;
}

.fourzeropage p {
    max-width: inherit !important;
    margin: auto;
    text-align: center !important;
    width: 100% !important;
    line-height: 24px !important;
}

.fourzeropage a {
    color: #000;
}

/* only safari hack*/

@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio: 0) {
    @media {
        /*.imageHolder {display: flex;}*/
    }
}

/*only chorme hack*/

@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
    /*.imageHolder {display: flex;}*/
}



/*gallery page start here*/


.gallery {

    margin: 5rem auto 3.5rem auto;
}

.galleryimage .row {
    max-width: 100%;
}
.galleryimage .row .columns{
    padding: 0;
}

.galleryimage img {
    border: 1px solid #ffffff;
    width: 100%;
}




.aboutcont hr {
    width: 200px;
    border-bottom: 2px solid #707070;
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;
}

.socialicon svg {
    -webkit-transition: all .2s;
    transition: all .2s;
    width: 13px;
    height: 13px;
    fill:
        #7F6E4E;
    cursor: pointer;
}

.socialicon {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

footer .btmlogo img {
    width: 178px;
}

.hotal .solutions.hotel_desc hr {
    width: 150px;
    border-bottom: 2px solid #707070;
}

.imggrid .row:nth-child(2) {
    max-width: 100%;
}

.imggrid {
    padding: 4rem 0 0;
}

.imggrid .columns{
    padding-left: 0;
    padding-right: 0;
}
.imggrid img{
    padding: 1px;
}

.imggrid h1 {
    padding-bottom: 3rem;
    font-family: 'Gotham-book', Sans-Serif;
    font-size: 29px;
}

.hotal .solutions:nth-of-type(2) {
    margin: 0;
}

.homefooter p {
    margin-bottom: 0;
    font-size: 0.8125rem;
    letter-spacing: 0.01rem;
    padding: 0;
    padding-top: 0px;
    padding-top: 5px;
    clear: both;
    font-size: 8px;
    line-height: 18px;
    color: #fff;
}

.launch {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    z-index: 3;
/*    padding-top: 20%;*/
}

.launch span {
    background: #fff;
    cursor: pointer;
    border: 2px solid white;
    color: #00a44e;
    font-weight: 500;
/*    height: 90px;*/
    width: 190px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 1%;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 33px;
    animation: ripple 1.5s linear infinite;
    transition: all 0.7s ease;
}

.launch span:hover {
    transform: scale(1.1);
}

.launch span:focus {
    outline: none;
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3), 0 0 0 5px rgba(255, 255, 255, 0.3);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 4px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}


header ul li.active::after {
    background-image: url(../images/actmenu.svg);
    background-repeat: no-repeat;
    content: "";
}

.mainimgslider .owl-dots .dottext p{
    font-size: 16px;
}
.mainimgslider .owl-dots .dottext h3{
    
}

.homefooter .row{
   max-width: 75rem;
}
.homefooter p{
    font-size: 10px;
    font-family: 'Gotham-book', Sans-Serif;
}
.galleryabt .columns{
    padding-left: 0;
    padding-right: 0;
}

.galleryabt .owl-theme .owl-controls{
    margin-top: 0;
}
.galleryabt{
    padding-bottom: 0!important;
}

.hotal .solutions.hotel_desc p {
    font-size: 20px;
    font-family: 'Gotham-book', Sans-Serif;
    max-width: 901px;
    margin: auto;
    text-align: center;
}
.accordion-title::before{
    content: none;
}

.index footer p.right{
    text-align: right;
}
.solutions p{
    font-family: 'Gotham-book', Sans-Serif;
}

.solutions .owl-carousel .owl-item::after{
    position: static;
}

.contact-us-form .button.secondary{
    margin-top: 1rem;
}
