body {
    /* font-family: "Roboto", sans-serif; */
    font-family: sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    /* color: white; */
    /* text-align: center; */
    /* font-size: x-large; */

}

.h2,
h2 {
    font-size: 3rem;
}

.home_booking_engine ::-webkit-input-placeholder {
    color: #fff !important;
}

.home_booking_engine :-ms-input-placeholder {
    color: #fff !important;
}

.home_booking_engine ::placeholder {
    color: #fff !important;
}

::-webkit-input-placeholder {
    color: #443866 !important;
}

:-ms-input-placeholder {
    color: #443866 !important;
}

::placeholder {
    color: #443866 !important;
}

.cta {
    border: 1px solid #ffffff;
    padding: 3px 31px;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 0;
}

.row_align {
    align-items: center;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}

/* img {width: 100%;} */

/* section{width: 100%;} */

header {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0px;
    transition-duration: 0.5s;
}

header .newmenu {
    /* justify-content: flex-end; */
    margin-top: 8px;
    justify-content: flex-start;
}

header .newmenu .property_menu {
    align-items: center;
}

.navbar-nav li {
    padding: 0px 10px;
    text-transform: capitalize;
}

.navbar-nav li a {
    color: #fff !important;
}

.tag_line {
    position: absolute;
    bottom: 5%;
    z-index: 9;
    left: 0;
    color: #fff;
    right: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    z-index: 99999;
}

.tag_line a {
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 2px;
    padding: 6px 16px;
    color: darkcyan;
    text-transform: uppercase;
    background: #fff;
    font-family: "Poppins", sans-serif;
    /* display: inline-block; */
    display: none;
}

.tag_line h1 {
    color:darkcyan;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 50px;
    font-family: "Poppins", sans-serif;
}

.tag_line h1 span {
    display: block;
    font-size: 100px;
    color: #443866;
    font-weight: bold;
    line-height: 70px;
    font-size: 6.6rem;
}

.looking_box p {
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 30px;
    color: #7a7772;
    margin-bottom: 15px;
}

.heads {
    text-transform: uppercase;
    color: #a67a35;
    font-size: 2.5rem;
    font-weight: bold;
}

.boder_right {
    border-right: 1px solid #7a7772;
}

.looking_box p span {
    display: block;
}

.looking_box a.cta {
    color: #7a7772;
    border: 1px solid #7a7772;
}

.box_details {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.Rooms_box_details {
    color: #fff;
    padding: 15% 10%;
}

.Rooms_box_details h2 span {
    display: block;
    font-weight: 700;
}

.Rooms_box_details h2 {
    text-transform: uppercase;
    font-weight: 300;
}

.Rooms_box_details a.cta {
    border: 1px solid #fff;
    color: #fff;
}

.row_align_base {
    align-items: flex-end;
}

.img_box {
    border: 4px solid #fff;
}

.img_box_right {
    margin-right: 0;
    position: relative;
    z-index: 999;
    right: -25%;
}

.testimonials_sec .separator:before {
    display: none;
}

.testimonials_sec {
    background: #f5e8df;
    padding: 40px 0px;
    position: relative;
}

.testimonials_text {
    text-align: center;
    padding: 15px 10%;
}

.testimonials_sec .owl-dots {
    text-align: center;
    margin-right: 0px;
}

img.footer_logo {
    width: auto;
    margin-bottom: 15px;
}

.btn-primary:hover {
    background-color: #443866;
    border-color: #443866;
}

.Copyright {
    color: #443866;
    padding-left: 30px;
}

.Copyright a {
    color: #443866;
}

.Copyright p {
    margin-bottom: 0;
    font-size: 14px;
}

header.header_fixed {
    background: #fff;
    box-shadow: 1px 0px 2px 2px #969696;
    transition: background-color 200ms linear;
}

/* header.header_fixed .navbar {padding: 0px;} */

header.header_fixed .logo-menu a.nav-link img {
    width: 110px;
}

.logo-menu a.nav-link img {
    transition-duration: 0.5s;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(255 255 255);
}

.fv {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 730px;
    z-index: 9;
}

.fv img {
    width: 100%;
}

.cta {
    color: #fff;
}

.cta:hover {
    color: #fff;
}

.cta_bg {
    background: #ffffff;
    color: #c30006;
    border: 1px solid #ffffff;
}

.cta_bg:hover {
    color: #fff;
}

.looking_box a.cta_bg {
    color: #fff;
    border: 1px #a67a35;
}

.cta :hover {
    color: #443866;
}

a.nav-link.active {
    position: relative;
}

a.nav-link.active:before {
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 70%;
    z-index: 999;
    content: "";
    background: #ffffff;
    left: 15%;
    top: inherit;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgb(255 255 255);
}

.logo-menu a.nav-link.active:before {
    display: none;
}

.calendarss i {
    position: absolute;
    pointer-events: none;
    right: 24px;
    bottom: 25px;
}

.calendarss {
    position: relative;
}

.offer-details a.cta_bg {
    color: #fff;
}

.tab-content {
    width: 100%;
}

.social-content.social-content_top {
    position: absolute;
    top: 40%;
    z-index: 999;
    right: 0%;
}

.social-content.social-content_top a {
    display: block;
}

.social-content.social-content_top i {
    color: #fff;
    border: 1px solid #fff;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.social-content.social-content.social-content_top a i:hover {
    border-color: #a67a35;
    color: #ffffff;
    background: #a67a35;
}

.testimonials_sec:before {
    content: "";
    position: absolute;
    background: url(../../assets/images/test-bg.png);
    z-index: 9;
    top: 15px;
    left: 11%;
    height: 157px;
    width: 200px;
    background-repeat: no-repeat;
    background-size: cover;
}

.img_border video {
    width: 100%;
    border-radius: 50px;
}

/* [data-tooltip] {
    &:hover {
        &:before,
        &:after {
            display: block;
            position: absolute;
            font-size: 0.8em;
            color: white;
        }
        &:before {
            border-radius: 0.2em;
            content: attr(title);
            background-color: rgba(0, 0, 0, 0.9);
            margin-top: -2.5em;
            padding: 0.3em;
        }
        &:after {
            content: "";
            margin-top: -2.1em;
            margin-left: 1em;
            border-style: solid;
            border-color: transparent;
            border-top-color: rgba(0, 0, 0, 0.9);
            border-width: 0.5em 0.5em 0 0.5em;
        }
    } */
/* } */

.tag_line p {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    margin-bottom: -18px;
    text-transform: uppercase;
}

.Amenities_ul ul li {
    float: left;
    width: 50%;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */

input[type="number"] {
    -moz-appearance: textfield;
}

.header_fixed .newmenu ul li::before {
    font-size: 1.8em;
}

.sliders_box div.sliders {
    position: absolute;
    bottom: 0px;
    z-index: 9999;
}

.sliders {
    position: absolute;
    bottom: 40px;
    z-index: 99;
    width: 100%;
}

/* .slider_ani {position: relative;height: 100%;} */

.slider_ani {
    position: relative;
    /* height: 100vh; */
}

.sliders .owl-carousel .owl-dots .owl-dot {
    background-color: #fff;
    margin: 0px 2px;
}

.sliders .owl-dots .owl-dot.active {
    background-color: darkcyan;
}

.tag_line {
    position: relative;
    left: 0;
    color: #000;
    right: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    z-index: 99999;
    margin-bottom: 15px;
}

#sync1 .owl-nav {
    display: none;
}

#sync2 .owl-nav {
    display: none;
}

#sync1 .owl-dots {
    display: none;
}

/* .box_img img {width: 100%;cursor: pointer;} */

.nopadd {
    padding: 0px;
}

.facing_sec h2 {
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

span.bg_color_w {
    /* background: black; */
    /* color: darkcyan; */
    color: black;
    padding: 0px 10px;
    display: inline-block;
    margin-bottom: 10px;
}

span.sec_head {
    display: block;
}

.all_arrows {
    position: relative;
    text-align: center;
}

.icons_all {
    position: absolute;
    top: 10%;
    right: 25.5%;
    z-index: 9;
}

.icons_all.icon_2 {
    top: 35%;
    right: 23%;
}

.icons_all.icon_3 {
    top: 56%;
    right: 23%;
}

.icons_all.icon_4 {
    top: 80%;
    right: 26%;
}

.icons_all.iconL_1 {
    left: 25.5%;
    right: inherit;
}

.icons_all.iconL_2 {
    left: 22.5%;
    right: inherit;
    top: 38%;
}

.icons_all.iconL_3 {
    left: 23.5%;
    right: inherit;
    top: 62%;
}

.icons_all.iconL_4 {
    left: 26%;
    right: inherit;
    top: 82%;
}

footer {
    background: url(../../Addmrac\ \(1\).png) no-repeat fixed;
    background-size: cover;
    width: 100%;
    color: #fff;
    height: unset;
    padding: 35px 0 10px;
}

footer#site-footer {
    min-height: 315px;
}

.prtnr {
    color: #fff !important;
    display: inline-block !important;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 30px 2px;
    font-weight: 500;
}

.prtnr::after {
    content: "|";
    padding: 0 6px;
    display: inline-block;
}

.prtnr:last-child::after {
    display: none;
}

.prtnr1 {
    color: #fff;
    margin: 5px 0;
    float: left;
    clear: both;
    font-size: 14px;
}

.prtnr1 img {
    width: auto;
}

.footer a.prtnr1:hover {
    color: #fff;
}

.ros img {
    width: 100%;
    height: 45px;
}

.social {
    text-align: right;
    padding: 0;
    float: right;
}

.social li {
    display: inline-block;
}

.social li a {
    color: #fff;
    font-size: 15px;
}

.social li a {
    font-size: 21px !important;
    float: left;
    list-style: none;
    border: 1px solid #fff;
    border-radius: 50px;
    width: 39px;
    height: 39px;
    text-align: center;
    vertical-align: middle;
    line-height: 39px;
}

.iddi {
    border-top: 1px solid #ffffff4d;
    padding-top: 10px;
}

.iddi span a {
    color: darkcyan;
    font-weight: 600;
}

.iddi span {
    color: #fff !important;
    font-size: 14px;
    padding-top: 14px;
    text-align: center;
    display: block;
}

section.digital {
    margin-bottom: 60px;
    margin-top: 30px;
}

.digital h2 {
    font-size: 56px;
    color: #000;
}

.digital p {
    font-size: 29px;
    padding: 12px 0;
    color: #000;
}

.digital .digital-contact {
    font-size: 32px;
    padding: 0 0 20px 0;
    color: #000;
}

.digital .digital-contact span {
    color: darkcyan;
    font-size: 32px;
    letter-spacing: 1px;
}

.digital .digital-contact span a {
    color: darkcyan;
}

.inbtn6 {
    font-size: 25px;
    background: #fff;
    border-radius: 38px;
    cursor: pointer;
    padding: 10px 36px;
    color: #000;
    text-transform: uppercase;
    border: 2px solid #d1d1d1;
    letter-spacing: 1px;
}

/* .increase_sec {margin: 70px auto;padding: 40px 0 0;background: #ff4047;}
.increase_sec .hoteliers h2{font-size: 1.75rem;font-weight:400;color: #fff;margin: 0;}
.increase_sec .hoteliers h3{font-size: 2.5rem;font-weight:bold;color: #fff;}
.increase_sec .hoteliers ul{font-size: 18px;padding: 9px 0px;color: #fff;margin: 10px;margin-left: 15px;}
.increase_sec .hoteliers ul li{margin-bottom: 5px;} */

.increase_sec .box2 {
    padding-left: 70px;
}

.increase_sec {
    margin: 70px auto;
}

.increase_sec .hoteliers h2 {
    font-size: 1.75rem;
    font-weight: 400;
    color: #000;
    margin: 0;
}

.increase_sec .hoteliers h3 {
    font-size: 2.5rem;
    font-weight: bold;
    color: darkcyan;
}

.increase_sec .hoteliers ul {
    font-size: 18px;
    padding: 9px 0px;
    color: #000;
    margin: 10px;
    margin-left: 15px;
}

.increase_sec hr {
    border-top: 4px solid darkcyan;
}

.increase_sec .hoteliers ul li {
    margin-bottom: 5px;
}

.increase_sec .hoteliers .box2 a.inbtn6 {
    font-size: 14px;
    background: #fff;
    border-radius: 38px;
    cursor: pointer;
    padding: 10px 36px;
    color: #000;
    text-transform: uppercase;
    border: 2px solid #d1d1d1;
    letter-spacing: 1px;
}

.increase_sec a img {
    max-width: 100%;
    display: block;
    margin: 10px auto;
}

.case-studies .case_studies_slider .studies-box img {
    object-fit: cover;
    height: 250px;
    padding: 0 2px;
}

.case-studies .case_studies_slider .owl-nav .owl-prev {
    padding: 10px 14px;
    left: -34px;
}

.case-studies .case_studies_slider .owl-nav .owl-next {
    padding: 10px 14px;
    right: -34px;
}

.hoteliers .box2 p {
    font-weight: bold;
    text-align: left;
    font-size: 38px;
    color: #fff;
    padding: 15px 62px;
    line-height: 40px;
}

.hoteliers .inbtn5 {
    font-size: 23px;
    background: #fff;
    margin: 0 60px;
    border-radius: 15px;
    cursor: pointer;
    padding: 8px 20px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    float: left;
}

.padd_top30 {
    padding-top: 30px;
}

.happy_client .wrpbox {
    width: 154px;
    float: left;
    padding: 0 5px;
    margin: 2px;
    margin-bottom: 2px;
    height: 150px;
    border: 1px solid #e0e0e0;
    background: #fff;
    text-align: center;
    display: flex;
    align-items: center;
}

.happy_client .wrpbox img {
    width: 100%;
}

.happy_client .wrpbox img.lazyload {
    width: 170px;
    margin: auto;
    filter: grayscale(1);
    transition: all 150ms ease-in-out;
}

.happy_client .wrpbox img.lazyload:hover {
    filter: inherit;
}

.Google_Reviews-box {
    box-shadow: 1px 2px 16px 0 rgb(80 80 80 / 17%);
    padding: 10px;
    margin: 10px;
    background: #fff;
}

.Google_Reviews-img {
    position: relative;
}

.Google_Reviews-img img.img-responsive {
    width: 60px;
    margin: auto;
}

.Google_Reviews-img img {
    width: auto;
    border-radius: 50%;
    border: 4px solid #e41620;
    margin-top: -62px;
    webkit-box-shadow: 1px 8px 16px 0 rgb(11 105 167 / 17%);
    box-shadow: 1px 8px 16px 0 rgb(11 105 167 / 17%);
}

.Google_Reviews-name {
    color: #000;
    text-align: center;
    padding-top: 20px;
}

img.img-responsive.rating-google {
    border: 0;
    box-shadow: inherit !important;
    width: 80px;
    position: absolute;
    bottom: -12px;
    left: 50%;
}

.Google_Reviews-name p {
    font-size: 14px;
    height: 335px;
    margin-bottom: 0;
    line-height: 1.6;
}

.our-testimonials .testimonials_slider .owl-nav .owl-prev {
    padding: 10px 14px;
    left: -28px;
}

.our-testimonials .testimonials_slider .owl-nav .owl-next {
    padding: 10px 14px;
    right: -28px;
}

#chart .slice path {
    stroke-width: 3;
    stroke: rgb(255 255 255);
}

.our_solutions0 {
    background: darkcyan;
}

.our_solutions1 {
    background: #9400d3;
}

.our_solutions2 {
    background: #556b2f;
}

.our_solutions3 {
    background: #444;
}

.our_solutions4 {
    background: #9acd32;
}

.our_solutions5 {
    background: #f08080;
}

.our_solutions6 {
    background: #ba55d3;
}

.our_solutions7 {
    background: #800000;
}

.our_solutions8 {
    background: #cd853f;
}

.our_solutions9 {
    background: #d2691e;
}

.our_solutions10 {
    background: #dc143c;
}

.our_solutions11 {
    background: #008b8b;
}

.our_solutions12 {
    background: #8b008b;
}

.our_solutions13 {
    background: #ff8c00;
}

.our_solutions0 path {
    fill: #c30006;
}

.our_solutions1 path {
    fill: #9400d3;
}

.our_solutions2 path {
    fill: #556b2f;
}

.our_solutions3 path {
    fill: #444;
}

.our_solutions4 path {
    fill: #9acd32;
}

.our_solutions5 path {
    fill: #f08080;
}

.our_solutions6 path {
    fill: #ba55d3;
}

.our_solutions7 path {
    fill: #800000;
}

.our_solutions8 path {
    fill: #cd853f;
}

.our_solutions9 path {
    fill: #d2691e;
}

.our_solutions10 path {
    fill: #dc143c;
}

.our_solutions11 path {
    fill: #008b8b;
}

.our_solutions12 path {
    fill: #8b008b;
}

.our_solutions13 path {
    fill: #ff8c00;
}

.slice.selected text {
    color: #ffffff;
    fill: #fff;
}

.slice.selected path {
    fill: #000;
    color: #fff;
}

.our_solutions0 text {
    fill: #fff;
}

.our_solutions1 text {
    fill: #fff;
}

.our_solutions2 text {
    fill: #fff;
}

.our_solutions3 text {
    fill: #fff;
}

.our_solutions4 text {
    fill: #fff;
}

.our_solutions5 text {
    fill: #fff;
}

.our_solutions6 text {
    fill: #fff;
}

.our_solutions7 text {
    fill: #fff;
}

.our_solutions8 text {
    fill: #fff;
}

.our_solutions9 text {
    fill: #fff;
}

.our_solutions10 text {
    fill: #fff;
}

.our_solutions11 text {
    fill: #fff;
}

.our_solutions12 text {
    fill: #fff;
}

.our_solutions13 text {
    fill: #fff;
}

.bg_color_red {
    background: #c30006;
}

.solutions {
    color: #fff;
    padding: 150px 0px;
}

.solutions h3 span {
    display: block;
}

.solutions h3 {
    font-size: 50px;
}

g.slice {
    cursor: pointer;
}

div#chart {
    position: relative;
}

.our13solutions div#chart {
    position: relative;
    top: inherit;
    right: inherit;
}

.our13solutions {
    position: relative;
}

.who-we-are {
    background: url(../../assets/images/who-we-are.jpg) no-repeat fixed;
    background-size: cover;
    width: 100%;
    color: #fff;
    height: 500px;
    padding: 100px 0px;
}

.head_color {
    color: #f24045;
}

.bg_black {
    background: #000;
}

h3.Agency_2017 {
    letter-spacing: 3px;
    color: #f24045;
}

h3.Agency_2017 span {
    display: block;
}

.ChiefMogul {
    color: #fff;
}

img.img-fuild.img_avi {
    width: 50%;
    margin: auto;
}

.icons_all img.img-fuild {
    width: 220px;
}

.sliders .owl-dots .owl-dot {
    border: 1px solid #fff;
    width: 30px;
    display: inline-block;
    margin: 0px 1px;
}

.sliders .owl-dots .owl-dot.active {
    border: 1px solid darkcyan;
}

.header_fixed a.nav-link {
    color: #444 !important;
}

.Growing_Businesses h2 {
    text-transform: capitalize;
    font-weight: normal;
    font-size: 2rem;
}

.Growing_Businesses h2 span {
    display: block;
    text-transform: capitalize;
    font-weight: 300;
    font-size: 22px;
}

.Growing_Businesses h2 span i.fa.fa-heart {
    color: darkcyan;
}

.slider_ani .slider_ani2 {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.slider_ani .owl-item {
    margin-right: 0px !important;
}

.slider_ani .owl-carousel .owl-item .item img {
    width: auto;
}

.navbar-brand img {
    width: 200px;
}

/* .custom_new_navbar {padding: 4px 30px;} */

img.imgblack {
    display: none;
}

.navbar-brand img.imgwhite {
    display: block;
}

.header_fixed .navbar-brand img.imgblack {
    display: block;
}

.header_fixed .navbar-brand img.imgwhite {
    display: none;
}

.Enquire_Now_cta a.nav-link {
    background: darkcyan;
    padding: 5px 23px;
    display: inline-block;
    border-radius: 2px;
}

.header_fixed .Enquire_Now_cta a.nav-link {
    color: #fff !important;
}

.solutionsbox_13 {
    position: absolute;
    top: 50px;
    right: 40px;
    z-index: 999;
}

.solutionsbox_13 img.boxRevnue {
    width: 200px;
    position: absolute;
    left: 100px;
    top: 41%;
    border-radius: 100px;
    -moz-animation: spin 7s linear infinite;
    background: #fff;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.all_arrows img.boxchallenges {
    position: absolute;
    bottom: 12%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 280px;
    -webkit-animation: spin 10s linear infinite;
    -moz-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite;
}

.awardssec img.awardsright {
    position: absolute;
    width: 26px;
    right: 15%;
    bottom: -25px;
}

.awardssec img.awardsleft {
    position: absolute;
    width: 26px;
    left: 15%;
    bottom: -25px;
}

.solutionsbox_13 img.boxRevnuereach {
    width: 200px;
    position: absolute;
    left: 100px;
    top: 41%;
    border-radius: 100px;
    -moz-animation: spin 7s linear infinite;
}

.navbar-nav li .dropdown-menu a.nav-link {
    color: #000;
}

.navbar-nav li .dropdown-menu a.nav-link:hover {
    color:darkcyan;
}

.gon {
    width: 100%;
    height: 260px;
    background: #dfdfdf;
    background-size: 220px 220px;
    line-height: 220px;
    text-align: center;
    font-family: sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 6px;
    color: #fff;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: color 500ms ease, text-shadow 500ms ease;
}

.hexa {
    -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    -moz-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    -ms-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    transition: all 1s ease-out;
}

.box_7_head h3 {
    width: 100%;
    color: #000;
    letter-spacing: 0px;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 0px 10px;
    color: white;
}

/* .bgcolor1 {transition: transform 2s;}
.bgcolor2 {transition: transform 2s;}
.bgcolor3 {transition: transform 2s;}
.bgcolor4 {transition: transform 2s;}
.bgcolor5 {transition: transform 2s;}
.bgcolor6 {transition: transform 2s;}
.bgcolor7 {transition: transform 2s;}
.bgcolor8 {transition: transform 2s;} */

.vedio {
    width: 100%;
    height: 500px;
}

.box_img img {
    width: 100%;
    cursor: pointer;
    transition: transform 2s;
}

.box_img img:hover {
    transform: scale(1.1);
}

.box_img {
    overflow: hidden;
}

.bgcolor1:hover {
    background: #d2691e;
}

.bgcolor2:hover {
    background: #556b2f;
}

.bgcolor3:hover {
    background: #444;
}

.bgcolor4:hover {
    background: #9acd32;
}

.bgcolor5:hover {
    background: #f08080;
}

.bgcolor6:hover {
    background: #ba55d3;
}

.bgcolor7:hover {
    background: #800000;
}

.bgcolor8:hover {
    background: #cd853f;
}

.sliders .owl-dots {
    text-align: center;
}

.studies-box h3 a {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    display: block;
    padding: 10px 0px;
}

.owl-dots .owl-dot {
    border: 1px solid #000;
    width: 40px;
    display: inline-block;
    margin: 0px 5px;
    height: 5px;
    background: #000;
}

.owl-dots .owl-dot.active {
    border: 1px solid darkcyan;
    background: darkcyan;
}

.owl-dots {
    text-align: center;
}

a.cta.cta_bg:hover {
    color: darkcyan;
}

div#challenges_sliders {
    row-gap: 30px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

div#challenges_sliderss {
    display: inherit;
}

.cut_cornner {
    -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    -moz-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    -ms-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    /* background: #fff; */
    background: darkcyan;
    width: 96%;
    margin: auto;
    height: 96%;
}

.owl-nav .owl-prev {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 10px 4px;
    margin: 0px 3px;
    position: absolute;
    left: -22px;
    bottom: 45%;
}

.owl-nav .owl-next {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 10px 4px;
    margin: 0px 3px;
    position: absolute;
    right: -22px;
    bottom: 45%;
}

.dropdown-menu a.nav-link {
    color: #000 !important;
}

.btn.btn-xl {
    background: #f24045;
    color: #fff;
    border-radius: 0px;
    z-index: 999;
}

.row_algin {
    align-items: center;
}

div#dvErrorCont {
    color: red;
    margin-bottom: 10px;
}

.checkbox label {
    margin-left: 6px;
}

h3.section-subheading.text-muted {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 100;
}

#contact .form-group select {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.solutions .col-md-6 a {
    font-size: 14px;
    background: #fff;
    padding: 5px;
    border-radius: 2px;
    cursor: pointer;
    padding: 8px 18px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    float: left;
    margin-right: 10px;
}

.increase_sec a.cta {
    border-radius: 4px;
    padding: 10px;
}

.wtsp-chat {
    position: relative;
}

.wtsp-chat a {
    position: fixed;
    right: 29px;
    text-align: right;
    bottom: 30px;
    z-index: 9999999999;
    width: 85px;
    float: left;
}

.wtsp-chat img {
    width: 50%;
    background: white;
    border-radius: 50%;
    box-shadow: 0px 0px 5px 1px #00000017;
    padding: 5px;
}

#myModalknowus,
#myClientsspeak {
    z-index: 9999;
}

.ctas {
    display: none;
}

hr {
    margin-top: 1rem;
    margin-bottom: 4rem;
    border: 0;
    border-top: 4px solid rgb(255 255 255);
    width: 35%;
    margin: 0;
}

.hoteliers.inbtn6 {
    font-size: 25px;
    background: #fff;
    border-radius: 38px;
    cursor: pointer;
    padding: 10px 36px;
    color: #000;
    text-transform: uppercase;
    border: 2px solid #d1d1d1;
    letter-spacing: 1px;
    margin-left: 424px;
}

/* start media query css */

@media(min-width: 1200px) {
    header .navbar .navbar-brand img {
        max-width: 200px;
        width: 100%;
        height: 90px;
        object-fit: cover;
    }
    .slider_ani .owl-carousel .owl-item .item img {
        width: 100%;
        /* height: 640px; */
        object-fit: cover;
    }
    .slider_ani .fv img {
        width: 100%;
        max-width: 730px;
        /* height: 537px; */
        object-fit: cover;
    }
    section .box_img img {
        height: 60vh;
        object-fit: cover;
        width: 100%;
    }
    .case-studies .case_studies_slider .studies-box img {
        max-width: 277px;
        width: 100%;
        height: 250px;
    }
    .happy_client .wrpbox img {
        width: 100%;
        max-width: 142px;
        /* height: 89px; */
        object-fit: cover;
    }
    /* .increase_sec a img {max-width: 350px;width: 100%;height: 400px;object-fit: contain;} */
    /*  .increase_sec a img {width: 100%;height: 400px;object-fit: cover;}*/
    .increase_sec hr {
        border-top: 4px solid darkcyan;
    }
    .wtsp-chat img {
        max-width: 42px;
        width: 100%;
        height: 42px;
    }
    .Google_Reviews-box .Google_Reviews-img img.img-responsive {
        max-width: 60px;
        width: 100%;
        height: 60px;
        object-fit: cover;
    }
    .Google_Reviews-box .Google_Reviews-img img.rating-google {
        height: auto;
    }
}

@media(max-width: 1199px) {
    .navbar-nav li {
        padding: 0px 0px;
    }
    .slider_ani .owl-carousel .owl-item .item img {
        height: 100vh;
    }
    .box_7_head h3 {
        font-size: 19px;
        padding: 0px 5px;
    }
    div#challenges_sliders {
        width: auto;
    }
    .solutionsbox_13 {
        right: 0px;
    }
    .solutionsbox_13 img.boxRevnue {
        left: 135px;
    }
    .solutionsbox_13 img.boxRevnuereach {
        left: 135px;
    }
    .happy_client .wrpbox {
        width: 151px;
    }
    .Google_Reviews-name p {
        height: 125px;
    }
    /*  .increase_sec a img {object-fit: cover;}*/
}

@media(max-width: 991px) {
    header {
        background: #fff;
    }
    header .newmenu {
        background: #fff;
    }
    header .newmenu .property_menu {
        align-items: flex-start;
    }
    header .navbar-nav li a {
        color: #000 !important;
    }
    .navbar-brand img.imgwhite {
        display: none;
    }
    .navbar-brand img.imgblack {
        display: block;
    }
    div#challenges_sliders {
        width: 100%;
    }
    .sliders .owl-dots {
        position: relative;
        bottom: 40px;
    }
    .slider_ani .fv {
        width: 60%;
        bottom: 50px;
    }
    .slider_ani .tag_line {
        margin-bottom: 50px;
    }
    .slider_ani .tag_line h1 {
        font-size: 50px;
    }
    .slider_ani .tag_line p {
        font-size: 20px;
        margin-bottom: 0;
    }
    #challenges_sliders .gon {
        height: 180px;
    }
    #challenges_sliders .box_7_head h3 {
        font-size: 17px;
    }
    .happy_client .wrpbox {
        width: 134px;
    }
    .increase_sec a img {
        width: auto;
    }
    .facing_sec h2 {
        font-size: 34px;
    }
    .case-studies h2 {
        font-size: 34px;
    }
    .our13solutions h3 {
        font-size: 34px;
    }
    .our-testimonials h2 {
        font-size: 34px;
    }
    .Google_Reviews-name p {
        height: auto;
    }
    #our_clients h2 {
        font-size: 34px;
    }
    .digital h2 {
        font-size: 34px;
    }
    .digital p {
        font-size: 24px;
        padding: 0px 0;
        margin-bottom: 10px;
    }
    .digital .digital-contact {
        font-size: 24px;
    }
    .digital .digital-contact span {
        font-size: 24px;
    }
    .digital .inbtn6 {
        font-size: 14px;
    }
    .Growing_Businesses h2 span {
        font-size: 20px;
        margin-top: 15px;
    }
    .footer .prtnr {
        margin: 30px 0px;
    }
    footer .ros img {
        height: auto;
        margin-top: 8px;
    }
    .happy_client .wrpbox img {
        height: 164px;
        object-fit: contain;
        margin: 0 auto;
    }
    .solutionsbox_13 {
        display: none;
    }
    .solutions {
        display: block !important;
        padding: 40px 0px;
        margin-bottom: 15px;
    }
    .solutions .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .solutions h3 span {
        display: unset;
        margin-left: 8px;
    }
    header .navbar-nav li {
        display: block;
        border-bottom: 1px solid #ccc;
        width: 100%;
    }
    header .navbar-nav li:last-child {
        border-bottom: 0;
    }
    header .dropdown-toggle::after {
        float: right;
        margin-top: 8px;
        border-top: .5em solid;
        border-right: .4em solid transparent;
        border-left: .4em solid transparent;
    }
    header .newmenu .dropdown-menu {
        border: 0;
    }
    header button:focus {
        outline: 0;
    }
    header .newmenu .dropdown-menu {
        padding: 0;
        margin: 0;
    }
    header .newmenu .dropdown-menu .navbar-nav li {
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
    }
    a.ctas {
        position: fixed;
        bottom: 0;
        font-weight: 500;
        border-radius: 0;
        padding: 10px 15px;
        color: #fff;
        text-transform: capitalize;
        background: darkcyan;
        font-family: 'Poppins', sans-serif;
        display: inline-block;
        width: 100%;
        z-index: 9999;
        text-align: center;
    }
}

@media (max-width: 767px) {
    #challenges_sliders .gon {
        height: 260px;
    }
    .owl-dots {
        width: 100%;
    }
    .challenges_slider .owl-nav {
        display: none;
    }
    .solutions {
        min-height: 400px;
        height: 100%;
    }
    .happy_client .wrpbox {
        width: 123px;
    }
    /* .increase_sec .hoteliers .col-md-4{width: 50%;} */
    .increase_sec .hoteliers .col-md-4 {
        width: 100%;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .increase_sec .hoteliers .col-md-5 {
        width: 100%;
        padding-left: 15px;
        padding-top: 15px;
        text-align: center;
    }
    .increase_sec .hoteliers ul {
        text-align: left;
        max-width: 124px;
        margin: auto;
    }
    /*  .increase_sec a img {height: 320px;}*/
    .increase_sec .hoteliers h2 {
        font-size: 24px;
    }
    .increase_sec .hoteliers h3 {
        font-size: 34px;
    }
    /*  .increase_sec .hoteliers ul {margin: 0px 10px 10px;}*/
    /*  .increase_sec .hoteliers ul li {line-height: normal;font-size: 16px;}*/
    .increase_sec .hoteliers .box2 a.inbtn6 {
        font-size: 12px;
        padding: 6px 36px;
    }
    .digital p {
        font-size: 18px;
    }
    .digital .digital-contact {
        font-size: 18px;
    }
    .digital .digital-contact span {
        font-size: 18px;
    }
    .footer .prtnr {
        margin: 5px 0px;
    }
    .footer .social li a {
        font-size: 14px !important;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .footer .social {
        text-align: center;
        float: none;
        margin-top: 10px;
    }
    .footer .col-md-4 {
        text-align: center;
    }
    .footer .col-md-4 span .prtnr1 {
        float: none;
    }
    .navbar-brand img {
        width: 148px;
        height: 36px;
        object-fit: contain;
    }
}

@media (max-width: 768px) {
    /* .newmenu ul li {display: block;}
  .Amenities_ul ul li {float: left;width: 100%;}
  .vimeo_video {overflow: hidden;}
  .vimeo_video iframe {width: 160%;height: auto;}
  .order1 {order: 1;}
  .order2 {order: 2;}
  .order3 {order: 3;}
  .order4 {order: 4;}
  header {position: relative;}
  header.header_fixed {position: fixed;}
  .tag_line {bottom: 13%;left: 0;width: 100%;padding: 0px 28px;}
  .tag_line p {font-size: 10px;margin-bottom: -6px;}
  .tag_line h1 span {line-height: 30px;font-size: 2rem;}
  .tag_line h1 {font-size: 1.5rem;}
  .h2,h2 {font-size: 1.5rem;}
  .looking_box p {font-size: 20px;}
  .boder_right {border-right: 0px solid #7a7772;}
  .heads {font-size: 1.5rem;}
  h2.head {font-size: 2rem;}
  .social-content.social-content_top {display: none;}
  .cta {padding: 3px 15px;}
  .dine_box_details {padding: 0px;margin-bottom: 20px;}
  .experiences_text {position: absolute;bottom: 4px;}
  .destinations_boxs ul.nav.nav-tabs li.nav-item {margin-bottom: 10px;width: 100%;}
  .destinations_boxs ul.nav.nav-tabs li.nav-item a.nav-link {width: 70%;}
  .testimonials_sec:before {top: 15%;left: 0%;height: 66px;width: 153px;background-size: contain;}
  .get_updates {width: 100%;}
  .row_mar_0_m {margin: 0px;}
  .row {margin: 0px;}
  li.nav-item.dropdown.logo-menu {display: none;}
  ul.navbar-nav.property_menu {text-align: left;align-items: baseline;border-top: 1px solid #fff;}
  .navbar-light .navbar-nav .nav-link {color: #443866;}
  .header_fixed .navbar-light .navbar-nav .nav-link {color: #fff;}
  ul.footer-menu li {padding: 0px 4px;}
  .testimonials_text {padding: 15px 0%;}
  .small_box_img .col-md-5 {width: 40%;}
  .small_box_img .col-md-7 {width: 60%;}
  .small_box_img {margin-right: -15px;}
  form.Query-form-fields {width: 100%;}
  .row.row_align.row_bottom {margin-bottom: 60px;}
  a.nav-link.active:before {background: #443866;left: 0;}
  .navbar-light .navbar-nav .nav-link.active {color: #443866;font-weight: 100;}
  .header_fixed a.nav-link.active:before {background: #fff;left: 0;}
  .header_fixed .navbar-light .navbar-nav .nav-link.active {color: #fff;font-weight: 100;}
  .home_booking_engine ul li:nth-last-child(1) label {display: none;}
  .img_shadow video {width: 100%;}
  .our13solutions {padding: 0px 20px;}
  .solutions h3 {font-size: 26px;}
  .fv {width: 50%;}
  .fv img{width: 100%;}
  .sliders {bottom: 1px;}
  .hoteliers .box2 p {padding: 15px 1px;}
  .hoteliers .box2 p {font-size: 30px;padding: 15px 1px;line-height: 28px;}
  .hoteliers .inbtn5 {font-size: 23px;margin: 10px 4px;padding: 8px 12px;color: #000;letter-spacing: 0px;}
  .digital h3 {font-size: 16px;padding: 0 0 20px 0;color: #000;}
  .digital h3 span {color: #e41620;font-size: 20px;letter-spacing: 1px;}
  .digital h1 {font-size: 30px;color: #000;}
  .digital p {font-size: 20px;}
  footer {height: 450px;}
  .col-md-4.ros {float: left;width: 33.33%;}
  .ros img {height: 38px;padding: 0 4px;}
  .prtnr {padding: 4px 0;}
  .Growing_Businesses h2 span {font-size: 1.2rem;}
  .Growing_Businesses h2 {font-size: 1.2rem;}
  .iddi .col-md-8 span {margin-left: 0px;}
  .solutionsbox_13 {display: none;}
  .solutions {display: block !important;padding: 50px 0px;height: unset;min-height: 500px;}
  .owl-dots {text-align: center;width: 100%;}
  #challenges_sliders .col-md-3 {padding: 0px;}
  div#challenges_sliders {margin-right: inherit;margin-left: inherit;}
  .inbtn6 {font-size: 20px;}
  .happy_client .wrpbox {width: 130px;height: 130px;}
  .owl-nav {text-align: center;width: 100%;margin-top: 10px;}
  .owl-nav .owl-prev {display: inline-block;background: #000;color: #fff;padding: 10px 4px;margin: 0px 3px;}
  .owl-carousel .owl-dot,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-nav .owl-prev {cursor: pointer;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
  .owl-nav .owl-next {display: inline-block;background: #000;color: #fff;padding: 10px 4px;margin: 0px 3px;}
  .social {text-align: center;padding: 0;float: inherit;width: 100%;margin-top: 18px;}
  .navbar-brand img.imgwhite {display: none;}
  img.imgblack {display: block;}
  .navbar-nav li a {color: #000 !important;}
  .tag_line a {padding: 2px 10px;}
  section.facing_sec.padd_top30 {padding: 0px 14px;padding-top: 30px;}
  .our13solutions .owl-dots {display: none;}
  section.increase_sec .col-md-8.box2 a.inbtn6 {position: static !important;margin: 0 !important;}
  .increase_sec {padding: 35px 0;}
  .happy_client .wrpbox {width: 32.3%;height: 130px;}
  .Google_Reviews-name p { height: auto;}
  .increase_sec .row.hoteliers.row_align .col-md-8.box2 {margin-top: 25px;}
  .tag_line a {display: none;}
  .ctas {position: fixed;bottom: 0;font-weight: 600;border: 1px solid #f24045;border-radius: 0;padding: 10px 15px;color: #fff;text-transform: uppercase;background: #f24045;font-family: 'Poppins', sans-serif;display: inline-block;width: 100%;z-index: 9999;text-align: center;} */
}

@media(max-width: 480px) {
    /* .happy_client .wrpbox {width: 48.4%;}
  .inbtn6 {font-size: 10px;}
  .digital {margin-bottom: 40px;}
  footer {min-height: 450px;text-align: center;height: unset;}
  .Growing_Businesses h2 {font-size: 16px;}
  .navbar-brand img {width: 150px;}
  .custom_new_navbar {padding: 4px 15px;}
  .Growing_Businesses h2 span { font-size: 16px;}
  section#contact h3 {font-size: 16px;}
  footer#site-footer .col-md-2 {display: flex;justify-content: center;float: none !important;padding-top: 10px;}
  .wtsp-chat a {right: 26px;bottom: 87px;}
  #sync1 img {height: 45vh;}
  .fv {width: 70%;} */
    .slider_ani .fv {
        width: 85%;
    }
    .slider_ani .tag_line h1 {
        font-size: 30px;
    }
    .slider_ani .tag_line p {
        font-size: 16px;
    }
    .Enquire_Now_cta a.nav-link {
        color: #fff !important;
        margin-top: 15px;
        display: block;
        text-align: center;
    }
    .facing_sec .row {
        justify-content: center;
    }
    /* #challenges_sliders .gon {margin-left: 18px;} */
    .case-studies .case_studies_slider .owl-nav .owl-prev {
        left: -1px;
    }
    .case-studies .case_studies_slider .owl-nav .owl-next {
        right: 1px;
    }
    .our-testimonials .testimonials_slider .owl-nav .owl-prev {
        left: -8px;
    }
    .our-testimonials .testimonials_slider .owl-nav .owl-next {
        right: -8px;
    }
    .happy_client .wrpbox {
        width: 146px;
    }
    /* .increase_sec a img {height: 255px;position: relative;left: -15px;width: 100%;object-fit: cover;} */
    /*  .increase_sec a img {height: 255px;position: relative;width: 100%;object-fit: cover;}*/
    .increase_sec .hoteliers h2 {
        font-size: 18px;
    }
    .increase_sec .hoteliers h3 {
        font-size: 28px;
    }
    .increase_sec {
        margin: 35px auto;
    }
    /*  .increase_sec .hoteliers ul {margin: 0px 15px 0px;}*/
    .increase_sec .hoteliers ul li {
        font-size: 15px;
    }
    .increase_sec .hoteliers ul li::marker {
        color:darkcyan;
    }
    .facing_sec h2 {
        font-size: 26px;
    }
    .our13solutions h3 {
        font-size: 26px;
    }
    .case-studies h2 {
        font-size: 26px;
    }
    .our-testimonials h2 {
        font-size: 26px;
    }
    .Google_Reviews-name p {
        padding: 0 15px;
    }
    #our_clients h2 {
        font-size: 26px;
    }
    .container.padd_top30 {
        padding-top: 15px;
    }
    .digital h2 {
        font-size: 26px;
    }
    .digital p {
        font-size: 15px;
    }
    .digital .inbtn6 {
        font-size: 12px;
        padding: 8px 26px;
    }
    section.digital {
        margin-bottom: 30px;
    }
    .Growing_Businesses h2 {
        font-size: 24px;
    }
    .Growing_Businesses h2 span {
        font-size: 16px;
    }
    footer .row {
        justify-content: space-around;
    }
    .footer .row .col-xs-4 {
        width: 30%;
        margin-top: 10px;
    }
    .footer .col-md-4 span .prtnr1 {
        margin: 10px 0 0px;
        display: inline-block;
    }
    .increase_sec hr {
        border-top: 2px solid rgb(255 255 255);
        width: 72%;
    }
    .increase_sec .hoteliers .box2 a.inbtn6 {
        font-size: 10px;
        padding: 6px 24px;
    }
    .owl-dots .owl-dot {
        width: 26px;
        height: 4px;
    }
    header .newmenu .dropdown-menu {
        border: 0;
    }
    .footer :nth-last-of-type(5).prtnr::after {
        display: none;
    }
    .our13solutions .solutions {
        min-height: 365px;
    }
    header .navbar {
        padding: .5rem 0;
    }
    .slider_ani .owl-carousel .owl-item .item img {
        /* height: 550px; */
        object-fit: cover;
        max-width: 1155px;
        width: 100%;
        object-fit: cover;
    }
    .fv img {
        width: 100%;
        max-width: 408px;
        /* height: 300px; */
    }
    .wtsp-chat img {
        max-width: 45px;
        width: 100%;
        object-fit: cover;
        height: 45px;
    }
    section .box_img img {
        width: 100%;
        max-width: 480px;
        height: 350px;
        object-fit: cover;
    }
    footer .ros img {
        max-width: 115px;
        width: 100%;
        height: 45px;
        object-fit: contain;
    }
    .footer .prtnr1 img {
        max-width: 20px;
        width: 100%;
        height: 20px;
        object-fit: contain;
    }
    .Google_Reviews-box {
        max-height: 370px;
        height: 100%;
        min-height: 370px;
    }
    /* .Google_Reviews-img .img-responsive {max-width: 60px;margin: auto;width: 100%;height: 60px;object-fit: contain;} */
    .Google_Reviews-img .img-responsive:first-child {
        max-width: 60px;
        margin: auto;
        width: 100%;
        height: 60px;
        object-fit: contain;
    }
    a.ctas {
        height: 44px;
    }
}

@media (max-width: 435px) {
    footer {
        margin-bottom: 45px;
    }
}

@media(max-width: 360px) {
    footer {
        min-height: 475px;
    }
    .slider_ani .fv {
        width: 92%;
    }
    .slider_ani .tag_line p {
        font-size: 12px;
    }
    .slider_ani .tag_line h1 {
        font-size: 22px;
    }
    .facing_sec h2 {
        font-size: 22px;
    }
    .our13solutions p {
        text-align: justify;
    }
    .solutions .col-md-6 a {
        font-size: 12px;
        max-width: 155px;
        width: 100%;
        margin-right: 10px;
        text-align: center;
    }
    .happy_client .wrpbox {
        width: 160px;
    }
    /*  .increase_sec {padding: 40px 0 35px;}*/
    .increase_sec .row_align {
        display: flex;
        flex-direction: column;
    }
    /*  .increase_sec .hoteliers .col-md-4 {width: 100%;margin-bottom: 15px;}*/
    /*  .increase_sec a img {height: 380px;object-fit: none;}*/
    .increase_sec .hoteliers .col-md-5 {
        width: 95%;
        text-align: center;
    }
    /*  .increase_sec .hoteliers ul {list-style-type: none;}*/
    .increase_sec hr {
        width: 100%;
    }
    /*  .increase_sec .hoteliers ul li {font-size: 18px;margin-bottom: 10px;}*/
    .increase_sec .hoteliers .box2 a.inbtn6 {
        font-size: 14px;
        padding: 6px 55px;
    }
    .footer :nth-last-of-type(5).prtnr::after {
        display: inline-block;
    }
    .footer :nth-last-of-type(2).prtnr::after {
        display: none;
    }
    .footer :nth-last-of-type(7).prtnr::after {
        display: none;
    }
}

@media(max-width: 320px) {
    header .navbar-brand img {
        width: 160px;
    }
    .slider_ani .tag_line p {
        font-size: 11px;
    }
    .slider_ani .tag_line h1 {
        font-size: 18px;
    }
    .slider_ani .sliders {
        bottom: 15px;
    }
    .slider_ani .tag_line a {
        font-size: 11px;
        padding: 4px 16px;
    }
    .slider_ani .fv {
        width: 92%;
        bottom: 160px;
    }
    .slider_ani .sliders {
        bottom: 140px;
    }
    .facing_sec h2 {
        font-size: 18px;
        font-weight: 400;
    }
    .our13solutions h3 {
        font-size: 15px;
        display: inline-block;
    }
    .solutions h3 span {
        margin-left: 2px;
    }
    .solutions p {
        font-size: 15px;
        text-align: justify;
    }
    .solutions .col-md-6 a {
        font-size: 12px;
        max-width: 138px;
        width: 100%;
        margin-right: 10px;
        text-align: center;
    }
    .solutions .col-md-6 a:last-child {
        margin-right: 0;
    }
    .case-studies h2 {
        font-size: 18px;
        font-weight: 400;
    }
    .case-studies .case_studies_slider .studies-box img {
        height: auto;
    }
    .case-studies .case_studies_slider .owl-nav .owl-prev {
        bottom: 55%;
    }
    .case-studies .case_studies_slider .owl-nav .owl-next {
        bottom: 55%;
    }
    .our-testimonials h2 {
        font-size: 18px;
        font-weight: 400;
    }
    #our_clients h2 {
        font-size: 18px;
        font-weight: 400;
    }
    .happy_client .wrpbox {
        width: 140px;
    }
    /*  .increase_sec {padding: 40px 0 35px;}*/
    .increase_sec .row_align {
        display: flex;
        flex-direction: column;
    }
    /*  .increase_sec .hoteliers .col-md-4 {width: 100%;margin-bottom: 15px;}*/
    .increase_sec .hoteliers .col-md-5 {
        width: 95%;
        text-align: center;
    }
    /*  .increase_sec a img {height: 380px;object-fit: none;}*/
    .increase_sec hr {
        width: 100%;
    }
    /*  .increase_sec .hoteliers ul {list-style-type: none;}*/
    .digital h2 {
        font-size: 18px;
        font-weight: 400;
    }
    .Growing_Businesses h2 {
        font-size: 22px;
    }
    .Growing_Businesses h2 span {
        font-size: 13px;
    }
    .footer :nth-last-of-type(5).prtnr::after {
        display: inline-block;
    }
    .footer :nth-last-of-type(3).prtnr::after {
        display: none;
    }
    .footer :nth-last-of-type(7).prtnr::after {
        display: none;
    }
}