body {
    font-family: "Roboto", sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    /* font-family: "Poppins", sans-serif; */
    font-family: sans-serif;
    font-weight: bold;
}

.h2,
h2 {
    font-size: 3rem;
}

.home_booking_engine ::-webkit-input-placeholder {
    /* Edge */
    color: #fff !important;
}

.home_booking_engine :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff !important;
}

.home_booking_engine ::placeholder {
    color: #fff !important;
}

::-webkit-input-placeholder {
    /* Edge */
    color: #443866 !important;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    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%;
    /* background: #ae8d4691; */
    top: 0px;
    transition-duration: 0.5s;
}

.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;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 3px 16px;
    color: #f24045;
    /* font-weight: 300; */
    text-transform: uppercase;
    /* display: none; */
    background: #fff;
    font-family: "Poppins", sans-serif;
    display: inline-block;
}

.tag_line h2 {
    color: #f24045;
    font-weight: 600;
    /* font-family: 'Roboto-light'; */
    text-transform: uppercase;
    font-size: 6rem;
    font-family: "Poppins", sans-serif;
}

.tag_line h2 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: 0px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: AUTO;
    width: 730px;
    z-index: 9;
}

.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;
    /* background-color: darkcyan; */
    border-radius: 3px;
}

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;
    /* display: none; */
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    margin-bottom: -18px;
    text-transform: uppercase;
}

.Amenities_ul ul li {
    /* display: inline-block; */
    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;
}

@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 {
        /* display: none; */
        font-size: 10px;
        margin-bottom: -6px;
    }
    .tag_line h2 span {
        line-height: 30px;
        font-size: 2rem;
    }
    .tag_line h2 {
        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;
        display: block;
        border-bottom: 1px solid #ccc;
        width: 100%;
    }
    .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%;
    }
}

.sliders_box div.sliders {
    position: ABSOLUTE;
    bottom: 0px;
    z-index: 9999;
}

.sliders {
    position: ABSOLUTE;
    bottom: 30px;
    z-index: 99;
    width: 100%;
}

.slider_ani {
    position: relative;
    height: 100%;
}

.tag_line {
    position: relative;
    /* bottom: 13%; */
    z-index: 9;
    left: 0;
    color: #000;
    right: 0;
    text-align: center;
    margin-left: AUTO;
    margin-right: AUTO;
    z-index: 99999;
}

#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: #c30006;
    color: #fff;
    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;
    margin: 0 2px;
    letter-spacing: 1px;
    padding: 30px 0;
    font-weight: 500;
}

.prtnr::after {
    content: "|";
    padding: 0 6px;
    display: inline-block;
}

.prtnr1 {
    color: #fff;
    margin: 5px 0;
    float: left;
    clear: both;
    font-size: 14px;
}

.prtnr1 img {
    width: AUTO;
}

.ros img {
    width: 100%;
    height: 55px;
    padding: 0 15px;
}

.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;
    /* padding: 0 8px!important; */
    float: left;
    list-style: none;
    border: 1px solid #fff;
    border-radius: 50px;
    width: 39px;
    height: 39px;
    text-align: center;
    vertical-align: middle;
    /* margin-right: 8px; */
    line-height: 39px;
}

.iddi {
    border-top: 1px solid #ffffff4d;
    padding-top: 10px;
}

.iddi .col-md-8 span a {
    color: #fff;
}

.iddi .col-md-8 span {
    color: #fff !important;
    font-size: 13px;
    float: left;
    margin-left: 120px;
    padding-top: 10px;
}

section.digital {
    margin-bottom: 60px;
    margin-top: 30px;
}

.digital h1 {
    font-size: 56px;
    color: #000;
}

.digital p {
    font-size: 29px;
    padding: 12px 0;
    color: #000;
}

.digital h3 {
    font-size: 21px;
    padding: 0 0 20px 0;
    color: #000;
}

.digital h3 span {
    color: #e41620;
    font-size: 32px;
    letter-spacing: 1px;
}

.digital h3 span a {
    color: darkcyan;
}

.inbtn6 {
    font-size: 25px;
    background: #fff;
    /* margin: 1px 233px; */
    border-radius: 38px;
    cursor: pointer;
    padding: 10px 36px;
    color: #000;
    text-transform: uppercase;
    border: 2px solid #d1d1d1;
    letter-spacing: 1px;
    /* margin-left: 424px; */
}

.increase_sec {
    /* float: left; */
    margin: 70px auto;
    /* text-align: center; */
    padding: 0px 0 0 0;
    background: #ff4047;
}

.row_align {
    align-items: center;
}

.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;
    /* width: 100%; */
}

.padd_top30 {
    padding-top: 30px;
}

.happy_client .wrpbox {
    width: 154px;
    float: left;
    margin: 2px;
    margin-bottom: 15px;
    height: 150px;
    border: 1px solid #e0e0e0;
    background: #fff;
    text-align: center;
    display: flex;
    align-items: center;
}

.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 {
    webkit-box-shadow: 1px 8px 16px 0 rgb(11 105 167 / 17%);
    box-shadow: 1px 8px 16px 0 rgb(11 105 167 / 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;
    /* font-size: 12px; */
    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: 360px;
}

#chart .slice path {
    stroke-width: 3;
    stroke: rgb(255 255 255);
}

.our_solutions0 {
    background: #c30006;
}

.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(../images/Addmrac\ \(1\).png) no-repeat fixed;
    background-size: cover;
    width: 100%;
    color: #fff;
    height: 500px;
    padding: 100px 0px;
}

.head_color {
    color: darkcyan;
}

.bg_black {
    background: #000;
}

h3.Agency_2017 {
    letter-spacing: 3px;
    color: darkcyan;
}

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 #f24045;
}

.header_fixed a.nav-link {
    color: #444 !important;
}

.Growing_Businesses h2 {
    /* font-size: 36px; */
    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;
}

.navbar-brand img {
    width: 100px;
}

.custom_new_navbar {
    padding: 4px 30px;
}

img.imgblack {
    display: none;
}

.navbar-brand img.imgwhite {
    display: block;
    display: none;
}

.header_fixed .navbar-brand img.imgblack {
    display: block;
    display: none;
}

.header_fixed .navbar-brand img.imgwhite {
    display: none;
}

.Enquire_Now_cta a.nav-link {
    background: darkcyan;
    padding: 5px 23px;
    display: inline-block;
}

.header_fixed .Enquire_Now_cta a.nav-link {
    /* color: #fff !important; */
    /* background-color: darkcyan; */
}

.solutionsbox_13 {
    position: ABSOLUTE;
    top: 50px;
    right: 0px;
    z-index: 999;
}

.solutionsbox_13 img.boxRevnue {
    width: 200px;
    position: ABSOLUTE;
    left: 130px;
    top: 41%;
    border-radius: 100px;
    /* -webkit-animation:spin 7s linear infinite; */
    -moz-animation: spin 7s linear infinite;
    /* 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: 130px;
    top: 41%;
    border-radius: 100px;
    /* -webkit-animation: spin 7s linear infinite; */
    -moz-animation: spin 7s linear infinite;
    /* animation: spin 7s linear infinite; */
    /* background: #fff; */
}

.navbar-nav li .dropdown-menu a.nav-link {
    color: #000;
}

.navbar-nav li .dropdown-menu a.nav-link:hover {
    color: #f24045;
}

.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 {
    /* width: 190px; */
    -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%;
}

.box_7_head h3 {
    width: 100%;
    color: #000;
    letter-spacing: 0px;
    font-size: 28px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 0px 10px;
}

.bgcolor1 {
    /* background: #f24045; */
    transition: transform 2s;
}

.bgcolor2 {
    /* background: #000; */
    transition: transform 2s;
}

.bgcolor3 {
    /* background: #767676; */
    transition: transform 2s;
}

.bgcolor4 {
    /* background: #000; */
    transition: transform 2s;
}

.bgcolor5 {
    /* background: #000000; */
    transition: transform 2s;
}

.bgcolor6 {
    /* background: #767676; */
    transition: transform 2s;
}

.bgcolor7 {
    /* background: #000000; */
    transition: transform 2s;
}

.bgcolor8 {
    /* background: #767676; */
    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;
}

/* 
 .bgcolor1:hover .cut_cornner{
	background:#d2691e;
}
.bgcolor2:hover .cut_cornner{
	background:#556b2f;
}

.bgcolor3:hover .cut_cornner{
	background:#444;
}
.bgcolor4:hover .cut_cornner{
	background:#9acd32;
}
.bgcolor5:hover .cut_cornner{
	background:#f08080;
}
.bgcolor6:hover .cut_cornner{
	background:#ba55d3;
}
.bgcolor7:hover .cut_cornner{
	background:#800000;
}
.bgcolor8:hover .cut_cornner{
	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;
    /* font-weight: normal; */
    padding: 10px 0px;
    /* letter-spacing: 1px; */
}

.owl-dots .owl-dot {
    border: 1px solid #000;
    width: 30px;
    display: inline-block;
    margin: 0px 1px;
}

.owl-dots .owl-dot.active {
    border: 1px solid #f24045;
}

.owl-dots {
    text-align: CENTER;
}

a.cta.cta_bg:hover {
    /* background: #000; */
    color: #c30006;
}

div#challenges_sliders {
    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 {
    /* width: 190px; */
    -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;
    /* height: 41vh; */
    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;
}

@media (max-width: 768px) {
    .our13solutions {
        padding: 0px 20px;
    }
    .solutions h3 {
        font-size: 26px;
    }
    .fv {
        width: 50%;
    }
    .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;
        /* position: relative; */
        /* left: -18px; */
        /* bottom: inherit; */
    }
    .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;
        /* position: relative; */
        /* right: inherit; */
        /* bottom: inherit; */
    }
    .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;
    }

    
}

.solutions .col-md-6 a {
    font-size: 20px;
    background: #fff;
    border-radius: 15px;
    cursor: pointer;
    padding: 8px 18px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    float: left;
    margin-right: 10px;
}

.increase_sec a.cta {
    border-radius: 4px;
    padding: 10px;
}

@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; */
        display: none;
    }
    .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;
    }
}

@media(max-width: 360px) {
    footer {
        min-height: 475px;
    }
}

.wtsp-chat {
    position: relative;
}

.wtsp-chat a {
    position: fixed;
    right: 29px;
    text-align: right;
    bottom: 97px;
    z-index: 9999999999;
    width: 85px;
    float: left;
}

.wtsp-chat img {
    width: 70%;
    background: white;
    border-radius: 50%;
    box-shadow: 0px 0px 5px 1px #00000017;
}