@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

p {
    margin-bottom: 0 !important;
}
a{
    color: #000;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
}

.clear {
    clear: both;
}

.img {
    width: 100%;
    display: block;
}

.v_a_img {
    vertical-align: middle;
}


hr {
    border: 0.5px solid #f1f1f1;
}

.ab_shawdo {
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
}


/* new css */

/* ----------------------------------------------------------------------
Forms
-------------------------------------------------------------------------*/
.form-control {
    border: 1px solid #e6e8eb;
    border-radius: 5px;
  }
  
  form .btn {
    padding: 12px 14px;
  }
  
  input:not([type="checkbox"]):not([type="radio"]),
  select {
    line-height: 18px;
    padding: 15px 16px;
    min-height: 40px;
    font-size: .9rem;
    border-radius: 11px;
    border:none;
    width: 250px;
    border-radius: 50px;
  }
  
  .input-group-append {
    margin-left: -4px;
  }
  .input-group-append .btn,
  .input-group-append button {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    height: 40px;
  }
  .input-group-append .btn i,
  .input-group-append button i {
    margin-right: 0px;
  }
  
  .input-group-prepend .btn,
  .input-group-prepend button {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .input-group-prepend .btn i,
  .input-group-prepend button i {
    margin-right: 0px;
  }
  .input-group-prepend + input {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  
  .input-group .input-group-btn {
    margin-left: -4px;
  }
  .input-group .input-group-btn .btn,
  .input-group .input-group-btn button {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  
  .input-group-lg .btn {
    padding: 16px 20px;
    font-size: 14px;
  }
  
  .input-group-text {
    border: 0;
  }
  
  .input-group-text i {
    margin-left: 4px;
    margin-right: 4px;
    font-size: 1.2rem;
  }
  
  .form-group label:not(.error) {
    font-size: 13px;
    letter-spacing: 0.04em;
    font-weight: 400;
    margin-bottom: 4px;
    color: #777777;
  }
  
  .form-inline button {
    margin: 0px;
  }
  
  .form-group > label {
    display: block;
  }
  
  .has-feedback label ~ .form-control-feedback {
    top: 44px;
  }
  
  .is-invalid:not(.form-control) {
    font-size: .8rem;
    color: #CE041C;
  }
  
  .is-invalid,
  .is-valid {
    display: block;
    clear: both;
    width: 100%;
  }
  
  input[type="checkbox"].form-control {
    float: left;
    width: auto;
    margin-right: 13px;
    height: 24px;
    cursor: pointer;
  }
  
  input[type="color"] {
    width: 100%;
    height: 100%;
    min-height: 3px;
    padding: 0;
    border: 0px;
    cursor: pointer;
  }
  input[type="color"]:focus {
    box-shadow: none;
  }
  
  /*form select*/
  select.form-control:not([size]):not([multiple]) {
    height: 40px;
  }
  
  select {
    width: 100%;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image: url(../images/dropdown-arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    border: 1px solid #e6e8eb;
    border-radius: 5px;
  }
  
  select[multiple] {
    background-image: none !important;
  }
  
  .order-select > h6 {
    margin-bottom: 0;
  }
  .order-select p {
    font-size: 13px;
  }
  
  .button-search {
    background-color: #fff;
    border-color: #e6e8eb #e6e8eb #e6e8eb;
    border-style: solid;
    border-width: 1px 1px 1px 0 !important;
    box-shadow: none;
    margin-left: -6px !important;
    z-index: 2 !important;
  }


.navflex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* fixed social*/

#fixed-social {
    position: fixed;
    top: 220px;
    z-index: 999999;
}

#fixed-social a {
    color: #fff;
    display: block;
    height: 40px;
    position: relative;
    text-align: center;
    line-height: 40px;
    width: 40px;
    padding-top: 2px;
    margin-bottom: 1px;
    z-index: 2;
}

#fixed-social a:hover>span {
    visibility: visible;
    left: 41px;
    opacity: 1;
}

#fixed-social a span {
    line-height: 40px;
    left: 60px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
}

.fixed-facebook {
    background-color: #917367;
}

.fixed-facebook span {
    background-color: #917367;
    font-family: Arial, Helvetica, sans-serif;
}

.fixed-linkedin {
    background-color: #917367;
}

.fixed-linkedin span {
    background-color: #917367;
    font-family: Arial, Helvetica, sans-serif;
}

/* grid */

.grid-wrapper>div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.grid-wrapper>div>img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.grid-wrapper {
    display: grid;
    grid-gap: 0px;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    grid-auto-rows: 260px;
}

.grid-wrapper .tall {
    grid-row: span 2;
}

/* grid */
.destinations {
    width: 1100px;
    float: none;
    margin: 0 auto;
}

.destination p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #888a8c;
    line-height: 140%;
    text-align: center;
    margin: 2% 1%;
}


.hder_social {
    margin: auto;
    width: 19%;
    padding: 10px;
}

.hder_social ul {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
}

.hder_social ul li a {
    position: relative;
    display: block;
    width: 40px;
    padding: 12px;
    text-align: center;
    color: #000;
}

.img_con3 img {
    width: 100px !important;
    height: 90px;
    margin: 1% auto 0;
    display: block;
}

.qotes {
    margin: 0 auto;
}

.fa-solid .fa-quote-right {
    background-color: #ff1212 !important;
    color: #ffffff !important;
    width: 30px !important;
    border-radius: 50% 50% !important;
    height: 30px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}



.col_sm2_1 {
    width: 50%;
    float: left;
    margin: 0;
}


.col_sm2_2 {
    width: 50%;
    float: left;
    margin: 0;
}

input[type="email2"],
input[type="email2"]::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 3;
    font-family: "Montserrat", sans-serif;
}

.ftr_social {
    margin: 0 auto;
    padding: 10px;
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
}

.ftr_social ul {
    padding: 0;
    margin: 0;
    display: flex;
    column-gap: 9px;
    row-gap: 10px;
    list-style: none;
}

.ftr_social ul li a {
    position: relative;
    display: flex;
    height: 50px;
    width: 50px;
    align-items: center;
    padding: 12px;
    border-radius: 50%;
    background-color: #d3d7de;
    text-align: center;
    color: #000;
    justify-content: center;
    text-decoration: none;
}

.ftr_social ul li a:hover {
    background-color: #917367;
    color: #fff;
}

.m-height {
    min-height: 760px !important;
}

.adv {
    padding: 10% 20% 10% 5%;
}

/*!-- ovarlay zoom in effect --*/
.effect-image-1 {
    position: relative;
    display: block;
}

.zoom-effect-1 {
    overflow: hidden;
    position: relative;
}

.zoom-effect-1 img {
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
    -webkit-transform: scale(1);
    display: block;
}

.zoom-effect-1:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.zoom-effect-1::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    bottom: 0;
    background-color: #d3d7de73;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.zoom-effect-1:hover::after {
    opacity: 1;

}

.zoom-effect-1::before {
    content: '\f067';
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 2px solid;
    z-index: 999;
    transform: translate(-50%, -50%);
    font-size: 16px;
    border-radius: 50% 50%;
    width: 30px;
    height: 30px;
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
    color: white;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.zoom-effect-1:hover::before {
    opacity: 1;
}

.rel {
    position: relative;
}

.trending_cat {
    position: absolute;
    top: 10px;
    left: 15px;
    z-index: 9999;

}

.trending_cat h2 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    padding: 5px 10px;
    font-weight: 600;
    transition: background-color 0.3s ease;
    font-size: 13px;
    text-align: center;
    border-radius: 20px;
    color: #fff;

    background-color: #917367;
}

.trending_cat h2:hover {
    background-color: #000;
    cursor: pointer;
}

/*------css-----------*/
.adv h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 89px;
    color: #fff;
    font-weight: 500;
    text-align: left;
    letter-spacing: 1px;
    line-height:120% ;
    margin: 0 !important;
    padding: 0 !important;
}

.adv h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    color: #fff;
    font-weight: 500;
    padding: 10px 20px;
    text-align: left;
    letter-spacing: 1px;
}

.adv p {
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    padding: 10px 20px;
    text-align: justify;
    letter-spacing: 1px;
}

.center {
    margin: 0 auto;
    padding: 10px;
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
}

label{
    margin-bottom: 0!important;
    margin-left: 10px;
}

.center2 {
    margin: 0 auto;
    padding: 10px;
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
}


.bt {
    font-family: "PT Serif", serif;
    font-size: 16px;
    display: inline-block;
    font-weight: 400;
    padding: 14px 15px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    background-color: #917367;
    color: #fff;
}

.bt:hover {
    background-color: #d3d7de;
    color: #000;
    transition: .3s ease-in-out;
}

.bg_img {
    background-image: url(../images/islands-reviews-1.jpg);
    background-size: cover;
}

.bg_img1 {
    background-image: url(../images/abt-side1.png);
    background-size: cover;
}

.bg_img3 {
/*    background-image: url(../images/on-location-travel-reviews.jpg);*/
    background-size: cover;
}

.adv_btn {
    width: 160px;
    padding: 10px 15px;
    font-size: 15px;
    text-align: center;
    float: left;
    font-family: "Montserrat", sans-serif;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    border-radius: 50px;
    border: 1.5px solid #917367;
    background-color: #fff;
    margin: 0 12px;
    transition: transform 0.3s ease, background-color 0.3s ease, border 0.3s ease;
}

.adv_btn:hover {
    background-color: #917367;
    color: #fff;
    border: 1.5px solid #d3d7de;
    transform: translateY(-5px);
}

.logo2 img {
    display: block;
    margin: auto;
    width: 100px;
}


 



/* new css */
/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.top_main {
    width: 100%;
    z-index: 999999;
    position: static;
}

.top {
    width: 95%;
    margin: 0 auto;
    max-width: 1600px;
}

.top2 {
    width: 65%;
    margin: 0 auto;
    max-width: 1600px;
}

.top22 {
    width: 75%;
    margin: 0 auto;
    max-width: 1600px;
}

.logo img {
    width: 100px;
    float: left;
    margin: 4%;
}

.logo_rigt {
    width: 1100px;
    float: right;
}

.navbarrr {
    width: 695px;
    float: right;
    margin: 0% 0% 0%;
}

.bottom-text {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 9999;
}
.bottom-text h2{
    color: #fff;
    padding: 0px 10px;
    font-size: 20px;
    font-weight: 00;
    text-align: left;
}

.bottom-text p{
    color: #fff;
    padding: 0px 10px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}

.bottom-text p span{
    color: #fff;
    padding: 0px 10px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.img {
    width: 100%;
    display: block;
}


.gallery p {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #222222;
    line-height: 140%;
    text-align: center;
    margin: 1% 1%;
}

.campaigns-txt p {
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    font-weight: 500;
    color: #888a8c;
    line-height: 140%;
    text-align: center;
    margin: 1% 1%;
}

.campaigns-txt h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 89px;
    font-weight: 600;
    line-height: 100%;
    color: #222;
    margin: 1% 0.5% !important;
    text-align: center;
}

.read_mre_btn {
    width: 120px;
    padding: 10px 15px;
    font-size: 15px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    border-radius: 50px;
    border: 1.5px solid #d3d7de;
    background-color: #917367;
    margin: 0 auto;
    transition: transform 0.3s ease, background-color 0.3s ease, border 0.3s ease;
}

.read_mre_btn:hover {
    background-color: #d3d7de;
    color: #fff;
    border: 1.5px solid #917367;
    transform: translateY(-5px);
}



.overlay-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff14;
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease;
}

.text {
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
}


.quic ul {
    list-style: none !important;
    margin: 0;
    padding: 0;
}



.quic{
    margin: 1% auto;
    width: 60%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quic ul li {
    margin: 1% auto;
    padding: 10px 15px;
    border: 0;
    line-height: 1;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    float: left;
   
}

.container-blog {
  position: relative;
  text-align: center;
  color: white;
}
.quic ul li a {
    margin: 1% auto;
    padding: 10px 15px;
    border: 0;
    line-height: 1;
    color: #000;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
   
}

.container2 {
    position: relative;
    text-align: center;
    color: white;
}

.container3{
        padding: 2rem 1rem;
        max-width: 1000px;
        margin: auto;
}



.inner-page-bg2 {
    background-size: cover;
    background-position: center center;
    height: 60vh;
    margin: 0 2%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bnr-cont2 h1{
    font-size: 70px;
    font-weight: 700;
    margin: 0;
        text-transform: capitalize;
    padding: 0;
       font-family: "Montserrat", sans-serif;
    color: #fff;
    text-align: center;
    line-height: 140%;
}
.bnr-cont2 ul{
    display: inline-flex;
    margin: 0;
    padding: 0;
}
.bnr-cont2 ul li{
    list-style-type: disc;
}
.bnr-cont2 ul li:first-child {
    list-style-type: none;
}
.bnr-cont2 ul li a{
    margin-right: 35px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
        text-transform: capitalize;
    line-height: 140%;
    text-decoration: none;
}
.bnr-cont2 ul li a:hover {
    color: #917367;
}



/*--------------------------------------------------------------
Front Page
--------------------------------------------------------------*/


.link {
    text-decoration: none;
    color: #fff;
}

.link:hover {
    text-decoration: none;
    color: #fff;
}

.link2 {
    text-decoration: none;
    color: #303030;
}

.link3 {
    text-decoration: none;
    color: #000;
}


.link4 {
    text-decoration: none;
    color: #000;
}

.link4:hover {
    text-decoration: underline;
}

/* Privacy */

.privacy p strong{
    font-weight: 500!important;
    font-family: "Montserrat", sans-serif!important;
    color: #222
}

.privacy p{
    font-family: "Lora", serif;
    font-size: 17px;
    font-weight: 400;
    color: #444;
    line-height: 140%;
    text-align: justify;
    margin: 1% 1%;
    padding:0px;
    line-height: 140%;
}


.privacy2 p{
    font-family: "Lora", serif;
    font-size: 17px;
    font-weight: 400;
    color: #000;
    line-height: 140%;
    text-align: center;
    margin: 1% 1%;
    padding: 10px 15px;
    line-height: 160%;
}

.privacy h1{
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    font-weight: 500;
    color: #222222;
    line-height: 100%;
    text-align: left;
    margin: 1% 1%;
    padding: 8px 0px;
}

.privacy ul{
    list-style-type: disc;
    margin-left: 0%;
}

.privacy ul li{
    font-family: "Lora", serif;
    font-size: 17px;
    font-weight: 400;
    color: #444;
    line-height: 140%;
    text-align: left;
    margin: 1% 1%;
    padding: 0px;
    line-height: 140%;
}

.remodal2 p{
    font-family: "Lora", serif;
    font-size: 17px;
    font-weight: 400;
    color: #444;
    line-height: 140%;
    text-align: justify;
    margin: 1% 1%;
    padding:0px;
    line-height: 140%;
}
/* Privacy */

/* About Us */

.about h1{
    font-family: "Montserrat", sans-serif;
    font-size: 89px;
    font-weight: 500;
    color: #222222;
    line-height: 100%;
    text-align: left;
    margin: 1% 1%;
    padding: 8px 0px;
}

.about h2{
    font-family: "Montserrat", sans-serif;
    font-size: 50px;
    font-weight: 500;
    color: #222222;
    line-height: 100%;
    text-align: left;
    margin: 1% 1%;
    padding: 8px 0px;
}

.privacy ul{
    list-style-type: disc;
       margin-left: 3%;
    padding: 0;
}

.privacy ul li{
    font-family: "Lora", serif;
    font-size: 17px;
    font-weight: 400;
    color: #444;
    line-height: 140%;
    text-align: left;
    margin: 1% 1%;
    padding: 0px;
    line-height: 140%;
}

.about p{
    font-family: "Lora", serif;
    font-size: 17px;
    font-weight: 400;
    color: #444;
    line-height: 140%;
    text-align: justify;
    margin: 1% 1%;
    padding:0px;
    line-height: 160%;
}

.about p strong{
    font-weight: 600;
}

.about ul{
    list-style-type: disc;
    margin-left: 5%;
}

.about ul li{
    font-family: "Lora", serif;
    font-size: 17px;
    font-weight: 400;
    color: #444;
    line-height: 140%;
    text-align: left;
    margin: 1% 1%;
    padding: 0px;
    line-height: 140%;
}

.txt-center{
    text-align: center !important;
}

.col_sm4_1{
        width: 25%;
        margin: 0%;
        float: left;
}

.brd-right{
    border-right: 1px solid #000;
    padding: 0px 5px;
}

.overlay2:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.5);
}

.centered2 h1 {
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    font-weight: 500;
    width: 200px;
}

.mission h1{
    font-family: "Lora", serif;
    font-size: 26px;
    font-weight: 500;
    color: #000;
    line-height: 140%;
    text-align: left;
    margin: 1% 1%;
    padding: 0px;
    line-height: 140%;
}

.mission h2{
     font-family: "Lora", serif;
    font-size: 26px;
    font-weight: 500;
    color: #000;
    line-height: 140%;
    text-align: left;
    margin: 1% 1%;
    padding: 0px;
    line-height: 140%;
}
.mission p{
    font-family: "Lora", serif;
    font-size: 17px;
    font-weight: 400;
    color: #444;
    line-height: 140%;
    text-align: justify;
    margin: 1% 1%;
    padding:0px;
    line-height: 160%;
}

.mission ul{
    list-style-type: disc;
        margin-left: 5%;
}

.mission ul li{
    font-family: "Lora", serif;
    font-size: 17px;
    font-weight: 400;
    color: #444;
    line-height: 140%;
    text-align: left;
    margin: 1% 1%;
    padding: 0px;
    line-height: 140%;
}

.mission-card {
    background: white !important;
    border-radius: 12px !important;
    padding: 1.5rem !important;
    margin: 1rem 0 !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;

}
.card-platform{
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    margin: 1rem 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }

  .partners {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 16px;
  }
  .partner {
    background: #d3d7de3d;
    border-radius: 8px;
    padding: 8px;
    flex: 1 1 120px;
    font-family: "Lora", serif;
    font-size: 17px;
   
    font-weight: 400;
  }

  .partners2 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    background-color: #fff;
    
  }
  .partners2 h1{
    text-align: center;
    padding: 8px;
    font-family: "Lora", serif;
    font-size: 17px !important;
    font-weight: 400;
    
  }
/* About Us */
/*--------------------------------------------------------------
Regular Content
--------------------------------------------------------------*/
.col_sm1 {
    width: 100%;
    margin: 0 auto;
}

.col_sm11 {
    width: 98%;
    margin: 0 auto;
}

.col_sm2 {
    width: 48%;
    float: left;
    margin: 1% 1%;
}

.col_sm22 {
    width: 48%;
    float: none;
    margin: 1% auto;
}


.col_sm3 {
    width: 31%;
    float: left;
    margin: 1%;
}

.col_sm4 {
    width: 23%;
    margin: 1%;
    float: left;
}

.col_sm5 {
    width: 20%;
    margin: 0%;
    float: left;
}

.banner_col_sm8 {
    width: 38%;
    margin: 1%;
    float: left;
}

.banner_col_sm88 {
    width: 58%;
    margin: 1%;
    float: left;
}

.col_sm8 {
    width: 38%;
    margin: 1%;
    float: left;
}

.col_sm88 {
    width: 58%;
    margin: 1%;
    float: left;
}

.col_sm9 {
    width: 78%;
    margin: 1%;
    float: left;
}

.col_sm99 {
    width: 18%;
    margin: 1%;
    float: left;
}

.col_sm10 {
    width: 68%;
    float: left;
    margin: 1%;
}

.col_sm100 {
    width: 28%;
    float: left;
    margin: 1%;
}

.col_sm99_n {
    width: 80%;
    margin: 1%;
    float: left;
}

.col_sm9_n {
    width: 12%;
    margin: 1%;
    float: left;
}

/*---------------------------------
hover what we do
---------------------------------*/


.bg_clr6 {
    background: #f6f6f6;
}

.bg_clr1 {
    background: #d3d7de4f;
}





.bg {
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}



.ftr_txt1 p {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin: 0% 0%;
    line-height: 160%;
    color: #000;
    text-align: left;
}

.ftr_txt1 {
    width: 85%;
    float: left;
    margin: 1%;
}

.link1 {
    text-decoration: none;
    color: #000;
}


.ftr_txt h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin: 0% 0% 2% 0%;
    color: #fff;
}

.ftr_txt p {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin: 0% 0%;
    line-height: 160%;
    color: #fff;
    text-align: left;
}

.ftr_lt_txt {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 160%;
    color: #000;
    margin: 0;
    text-align: center;
    padding: 10px 15px;
}

.col_sm33 {
    width: 33.3%;
    float: left;
    margin: 0;
}

/* Contact */
/*--------------------------------------------------------------
Radio button
--------------------------------------------------------------*/


.contact{
   position: relative;
   top: 100px;
   padding: 10px 25px;
}
.switch9 {
     font-family: "Montserrat", sans-serif;
    font-size: 17px !important;
    color: #000 !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    border: 1px solid;
    margin-left: 1% !important;

}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    float: left;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.contact h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    color: #fff;
    font-weight: 500;
    padding: 0px 20px;
    text-align: left;
    letter-spacing: 1px;
}

.contact p {
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    padding: 10px 20px;
    text-align: justify;
    letter-spacing: 1px;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.g_cap {
    display: none;
}

/* Contact */


/*--------------------------------------------------------------
top_arrow
--------------------------------------------------------------*/
.top_arrow {
    padding: 9px 16px;
    color: #fff;
    background-color: #917367;
    text-decoration: none;
    border-radius: 25px 25px;
    font-size: 14px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    text-align: left !important;
    transition: all .2slinear;
    z-index: 99999999;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 2%;
    bottom: 4%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top_arrow:hover {
    background-color: #d3d7de;
    border: 2px solid #917367;
    color: #fff;
}



.ab_shawdo1 {
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
}

.ab_shawdo1:hover {
    /*  -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);*/
    background-color: #fdca0f;
    /*box-shadow: 0px 0px 5px 0px rgb(1 173 101 / 20%);*/
}

@media only screen and (max-width:1920px) {
        .grid-wrapper {
            grid-template-columns: repeat(auto-fit, minmax(410px, 1fr))!important;
            grid-auto-rows: 300px;
        }
    }


@media only screen and (max-width:1400px) {
    .banner_btn {
        margin: -12% auto 0%;
    }
}

@media only screen and (max-width:1300px) {
    .banner_btn {
        margin: -13% auto 0%;
    }
    
}

@media only screen and (max-width:1200px) {
    .banner_btn {
        width: 90%;
        margin: -15% auto 0%;
    }
    .navbarrr {
        width: 600px;
    }
    
}


@media only screen and (max-width:1125px) {
    .top {
        width: 98%;
    }

    .top2 {
        width: 96%;
    }

    .destinations {
        width: 100%;
     }
    

    .navbarrr {
        width: 565px;
    }
}


@media only screen and (max-width:1000px) {

    .logo_rigt{
        width: 100%;
    }
     

    .navbarrr {
        width: 525px;
    }

    .col_sm2_1{
        width: 98%;
    }
    .col_sm2_2{
        width: 98%;
    }
    .quic ul {
        display: none;
    }
     .top {
         width: 96%;
     }

}


@media only screen and (max-width:960px) {

    .grid-wrapper{
        display: block;
    }
    .navflex{
        display: block;
    }
    .quic ul {
        display: none;
    }

    .inner-page-bg2 {
        height: 30vh;
    }

    .logo img {
        margin: 1% auto 1%;
        padding-top: 1%;
        float: none;
        width: 155px;
    }

    .top {
        width: 100%;
    }


    .hder_social{
        display: none;
    }

    .m-height{
    min-height: none;
    }

    .navbarrr {
        width: 100% !important;
        float: none !important;
        margin: 0% auto !important;
        background-color: #917367 !important;
    }

    .center{
        width: 100%;
            margin: auto;
            padding: 10px;
    }
    .logo_rigt{
        width: 100%;
    }

    .ftr_social {
   
        width: 100%;
    }

    .privacy ul{
        margin-left: 0%;
    }


}

@media only screen and (max-width:900px) {

    .col_sm9_n {
        width: 30%;
    }

    .col_sm4 {
        width: 48%;
    }

    .col_sm4_1{
        width: 50%;
    }
    .col_sm100 {
        width: 98%;
    }

    .col_sm10 {
        width: 98%;
    }
}

@media only screen and (max-width:800px) {

    .brd-right{
       border-right: none !important;
    }
   
    .contact{
        display: block;
        top: 0px!important;
    }

    .col_sm8 {
        width: 98%;
    }

    .col_sm99_n {
        width: 98%;
    }

    .col_sm88 {
        width: 98%;
        ;
    }

    .col_sm3 {
        width: 98%;
        float: none;
        margin: 1%;
    }

    .col_sm4 {
        width: 98%;
    }

    .col_sm4_1{
        width: 98%;
    }

    .ftr_txt h1 {
        margin: 4% 0%;
    }

    .col_sm2 {
        width: 98%;
    }
    .col_sm2_1{
        width: 100%;
    }
    .col_sm2_2{
        width: 100%;
    }


    .col_sm22 {
        width: 98%;
    }

    .ab_shawdo1 {
        padding: 15px 15px;
    }
    .privacy ul {
        margin-left: 0%;
    }

}

@media only screen and (max-width:600px) {

    .col_sm9_n {
        width: 50%;
    }

    .col_sm99 {
        width: 98%;
    }

    .col_sm9 {
        width: 98%;
    }

    .top22 {
        width: 98%;
    }

    .inner-page-bg2 {
        height: 20vh;
    }

    .bnr-cont2 h1 {
        font-size: 50px;
    }
  
.campaigns-txt h1, .adv h1{
    font-size: 58px!important;
}
}


@media only screen and (max-width:500px) {

    .card {
        padding: 1rem;
      }
      .partner {
        flex: 1 1 100%;
      }
   

}

@media only screen and (max-width:450px) {
    .privacy ul {
        margin-left: 0%;
    }
}


@media only screen and (max-width:400px) {

    .read_mre {
        width: 160px;
        float: none;
        margin: 10px auto;
    }
    .top{
        width: 100%;
    }
    .campaigns-txt h1, .adv h1 {
        font-size: 50px !important;
    }
    .logo_rigt{
        width: 100%;
    }

}