/***##common##***/
/**fonts**/
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;500;600&display=swap');

@font-face {
  font-family: 'adieu';
  src: url('../fonts/adieu.otf') format('opentype'),
    url('../fonts/methn.woff') format('woff'),
    url('../fonts/methn.ttf') format('ttf');
}

@font-face {
  font-family: 'clsv';
  src: url('../fonts/clsv.otf') format('opentype'),
    url('../fonts/methn.woff') format('woff'),
    url('../fonts/methn.ttf') format('ttf');
}

.mtn {
  font-family: 'adieu';
}

.rl {
  font-family: "Raleway", sans-serif;


}

.clsv {
  font-family: 'clsv';
}

body {
  font-family: 'DM Sans', sans-serif;
  background: #FFF9F6;
}

@media (max-width: 575.98px) {

  .dsktop_nav {
    display: none;
  }

  .mbl_nv_bg {
    padding-top:5%;
    padding-bottom:5%;
    transition: 1s;
    background: #121A16;

  }
  .nv_btn {
    display: flex;
    width: 147px;
    height: 43px;
    padding: 13.333px 0px;
    justify-content: center;
    align-items: center;
    gap: 11.111px;
    flex-shrink: 0;
    border-radius: 20px;
    border: 1.111px solid var(--Font-colour, #ECE5DB);
    background: var(--Font-colour, #AE8D6C);
    margin-left: auto;
    margin-bottom: 2%;
}

.nav_btn_txt {
  color: var(--Font-colour, #ECE5DB);
  text-align: center;
  font-family: Adieu;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}
  /**navbar***/
  .navbar-collapse {
    background: #222020;
    padding: 2%;
  }

  .navbar-nav .dropdown-menu {
    position: static;
    background: #e57839;
  }

  .nv_bg_trns {
    background: transparent;
    z-index: 1000;
    margin-top: 0px;
  }

  .mbl_nv_d{
    justify-content: space-between;
    
  }

  .logo {
    height: 57px;
    width: auto;
    margin-top: 1%;
    margin-bottom: 6%;
}

  nav {
    position: -webkit-sticky;
    position: sticky;
    /* sticky or fixed are fine */
    position: fixed;
    top: 0;
    height: 69px;
    width: 100%;
    background: linear-gradient(to bottom,
        #000,
        #0003 70%,
        #0000);
    /* background when scroll is in the top */
    transition: background 0.5s;
    /* control how smooth the background changes */
  }

  nav.scrolled {
    background: #0a0a0a;
  }

  .nv-tp {
    padding: 1%;
  }

  .nav-link:hover {
    color: #AE8D6C;
    font-family: Adieu;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 28px;
  }



  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }

  /* visited link */


  /* mouse over link */


  /* selected link */

  /**navbar***/
  .fixed-top {
    transition: 1s;
    background: #12151a;
  }

  .fixed-top ul li a {
    color: #fff;
  }

  /**navbar***/



  /***sc1***/
  .sc1_bg {
    width: 100%;
    height: 38vh;
    background: linear-gradient(26deg, #1b1717ad, rgb(0 0 0 / 0%)), url(../img/sc1_bg_001.jpg) center center;
    background-size: cover;
    position: relative;
    z-index: 0;
    padding-top: 5%;
    margin-top: 24%;
}


.sc1_h1 {
  color: var(--Font-colour, #ECE5DB);
  font-family: 'clsv';
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 48%;
}

  .bnr-btn {
    border-radius: 111.111px;
    border: 1.111px solid var(--Font-colour, #AE8D6C);
    background: #B78155;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: var(--Font-colour, #ECE5DB);
    text-align: center;
    font-family: Adieu;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 15.6px */
  }

  .bnr-btn-br {
    border-radius: 111.111px;
    border: 1.111px solid var(--Font-colour, #AE8D6C);

    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: var(--Font-colour, #ECE5DB);
    text-align: center;
    font-family: Adieu;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 15.6px */
  }

  .sc1_frm_btn {
    display: flex;
    width: 168px;
    height: 39px;
    padding: 13.333px 0px;
    justify-content: center;
    align-items: center;
    gap: 11.111px;
    flex-shrink: 0;
    border-radius: 111.111px;
    border: 1.111px solid var(--Font-colour, #AE8D6C);
    background: #B78155;
    color: #ECE5DB;
  }

  .sc1_inp {
    border-radius: 20px;
    border: 0px solid #FFF;
    background: #FFF;
    margin-bottom: 5%;
  }

  .sc1_frm_bg {
    border-radius: 20px;
    background: #EEE4DA;
  }

  .sc1_frm_pd {
    padding: 5%;
  }

  .sc1_frm_bg {
    background: #EEE4DA;
    margin-top: 9%;
    width: 357px;
    /* padding: 0%; */
  }

  .sc4_frm_h1 {
    color: var(--Background-2, #00201E);
    text-align: center;
    padding-top: 3%;
    padding-bottom: 3%;
    font-family: 'clsv';
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .ln {
    height: 2px;
    width: auto;
    background: #00201E;
  }

  /***sc1***/

  /***sc2***/

  .sc2_my {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .sc2_img {
    border-radius: 50%;
    box-shadow: 10px 10px 40px 0px rgba(174, 141, 108, 0.80);
  }

  .sc2_lnk {
    color: var(--Font-colour, #AE8D6C);
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }

  .sc2_h4 {
    color: var(--Background-2, #00201E);
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    /* margin-left: 2%; */
}

  .sc2_h1 {
    color: var(--Background-2, #00201E);
    font-family: 'clsv';
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5%;
}

.sc2_h3 {
  color: var(--Background-2, #00201E);
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* width: 65%; */
}

  .sc2_p1 {
    
    color: var(--Background-2, #00201E);
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
  }

  /***sc2***/
  /***sc3***/
  .sc3_h1 {
    color: var(--Background-2, #00201E);
    font-family: 'clsv';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5%;
  }

  .sc3_num {
    color: #AE8D6C;
    font-family: 'clsv';
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .sc3_num_p {
    color: rgba(0, 32, 30, 0.70);
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    width: 72%;
    margin-left: auto;
    margin-right: auto;
}

  /***sc3***/
  /***sc4***/
  .sc4_img {
    border-radius: 20px;
    margin-top: 8%;
  }

  .sc4_p1 {
    color: var(--Background-2, #00201E);
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 15%;
    margin-left: 3%;
  }

  .sc4_h1 {
    color: #00201E;
    font-family: 'clsv';
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    margin-bottom: 4%;
    margin-top: 2%;
}

  .sc4_h2 {
    color: var(--Font-colour, #AE8D6C);
    font-family: 'clsv';
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 5%;
  }

  .sc4_h4 {
    color: var(--Background-2, #00201E);
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    margin-left: 0%;
}

.sc4_p2 {
    color: var(--Background-2, #00201E);
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.sc4_bg {
  width: 100%;
  background: linear-gradient(26deg, #f7e0e012, rgb(231 199 199 / 42%)), url(../img/bg_noise.jpg) center center;
  background-size: cover;
  z-index: 0;
  padding-top: 5%;
  padding-bottom: 14%;
}

  /***sc4***/

  /***sc5***/
  
    .sc5_li {
    color: var(--Background-2, #00201E);
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    width: 65%;
  }
  
  
  .sc4_li_h {
    color: #00201E;
    font-family: 'clsv';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    margin-bottom: 4%;
    margin-top: 2%;
}
  .sc5_my {
    margin-top: 5%;
  }
  .sc5_bg {
    width: 100%;
    background: linear-gradient(26deg, #fff2f226, rgb(0 0 0 / 0%)), url(../img/bg_noise.jpg) center center;
    background-size: cover;
    z-index: 0;
    padding-top: 5%;
    padding-bottom: 14%;
}
  .sc5_tb_img {
    border-radius: 20px;
    max-height: 450px;
    margin-bottom: 5%;
}

.sc5-tb {
  border-radius: 50px !important;
  border: 1.111px solid var(--Font-colour, #AE8D6C);
  color: var(--Font-colour, #AE8D6C);
  text-align: center;
  font-family: Adieu;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 3%;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
}

  .nav-pills .nav-link.active,
  .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg);
    width: 200px;
    border-radius: 50px !important;
    border: 1.111px solid var(--Font-colour, #AE8D6C);
    background: #B78155 !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    width: 200px;
    height: 46px;
    padding: 13.333px 0px;
    justify-content: center;
    align-items: center;
    gap: 11.111px;
    flex-shrink: 0;
    margin-left: auto;
    margin-right: auto;

  }

  .sc5_h1 {
    color: #00201E;
    font-family: 'clsv';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-bottom: 4%;
    margin-top: 2%;
  }

  /***sc5***/

  /***sc6***/

  .sc6_my {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .sc6_p1 {
    color: var(--Font-colour, #AE8D6C);
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 24px */
  }

  .sc6_h1 {
    color: var(--Font-colour, #AE8D6C);
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

  .sc6_crd {
    text-align: center;
    border-right: 0px solid #AE8D6C;
    padding: 5%;
  }

  .sc6_icn_img {
    margin-top: 10%;
    margin-bottom: 13%;
    height: 150px;
}


.sldr_mbl_ar{
  display:none;
}
  /***sc6***/

  /***sc7***/
  .sc7_sld_bg {
    background: #ECE5DB;
    padding-top: 14%;
    border-radius: 20px;
    margin-top: -14%;
    height: 238px;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    /* margin-left: -8%; */
    /* width: 91%; */
}

  .sc7_lft_ar {
    font-size: 25px;
    height: 50px;
    width: 50px;
    border: 1px solid #ae8d6c54;
    border-radius: 50%;
    display: flex;
    padding: 7px 10px;
    align-items: flex-start;
    gap: 0.889px;
    color: #AE8D6C;
  }

  .sc7_rgt_ar {
    font-size: 25px;
    height: 50px;
    width: 50px;
    border: 1px solid #AE8D6C;
    border-radius: 50%;
    display: flex;
    padding: 7px 10px;
    align-items: flex-start;
    gap: 0.889px;
    color: #AE8D6C;
    margin-left: 2%;
  }

  .sc7_sld_bg2 {
    background: #ECE5DB;
    padding-top: 14%;
    border-radius: 20px;
    /* margin-top: -16%; */
    /* height: 369px; */
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    /* margin-right: -4%; */
}

.sc7_h1 {
  color: #00201E;
  font-family: 'clsv';
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-bottom: 4%;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

  .sc7_sldr_mt {
    margin-top: 5%;
  }

  .sc7_crd_h1 {
    color: var(--Font-colour, #AE8D6C);
    font-family: 'clsv';
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .sc7_crd_p1 {
    color: var(--Background-2, #00201E);
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    width: 60%;
  }

  .sc7_crd_lnk {
    color: var(--Font-colour, #AE8D6C);
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 19.5px */
  }

  .sc7_bg {
    width: 100%;
    background: linear-gradient(26deg, #52525226, rgb(0 0 0 / 0%)), url(../img/sc7_bg_01.png) center center;
    background-size: cover;
    z-index: 0;
    padding-top: 5%;
    padding-bottom: 14%;
  }

  .sc7_img_br {
    border-radius: 20px;
  }

  /***sc7***/
  /***sc8***/
  /***sc8***/
  /***sc9***/
  .sc9_bg {
    background: #82977E;
  }

  /***acrdn**/
  .sc9_ard_h2 {
    background: #82977e;
    border-bottom: 1px solid #ece5db;
    color: var(--Font-colour, #ECE5DB);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    margin-top: 5px;
    text-align: center;
}

  .accordion-button:not(.collapsed) {
    color: #ECE5DB;
    background-color: #AE8D6C;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
    margin-bottom: 5%;
  }

  .acrd_item {
    border: 0px solid red;
  }

  .accordion-button:not(.collapsed)::after {
    display: none;
  }

  .accordion-button::after {
    display: none;
  }

  .acrd_btn {
    display: flex;
    width: 160px;
    height: 39px;
    padding: 13.333px 0px;
    justify-content: center;
    align-items: center;
    gap: 11.111px;
    flex-shrink: 0;
    border-radius: 20px;
    border: 1.111px solid var(--Font-colour, #ECE5DB);
    background: var(--Font-colour, #AE8D6C);
    /* margin-left: -7%; */
    margin-bottom: 2%;
    margin-top: 2%;
}

  .acrd_btn2 {
    display: flex;
    width: 160px;
    height: 39px;
    padding: 13.333px 0px;
    justify-content: center;
    align-items: center;
    gap: 11.111px;
    flex-shrink: 0;
    border-radius: 20px;
    border: 1.111px solid #ece5db;
    background: transparent;
    margin-left: 7%;
    margin-bottom: 2%;
    margin-top: 2%;
  }

  .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }


  .sc9_br {
    border-left: 0px;
    border-right: 0px;
  }

  .shr_btn {
    border-radius: 111.111px;
    border: 1.111px solid var(--Font-colour, #ECE5DB);
    color: #ECE5DB;

  }

  .sc9_btn_txt {
    color: var(--Font-colour, #ECE5DB);
    text-align: center;
    font-family: Adieu;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 15.6px */
  }

  .sc9_bg {
    background: #82977e;
    padding-top: 3%;
    padding-bottom: 5%;
  }

  .sc9_arcd_h1 {
    color: #ECE5DB;
    font-family: "Raleway", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
  }

  /***acrdn**/

  .sc9_h1 {
    color: #ECE5DB;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: 'clsv';
    margin-bottom: 3%;
    text-align: center;
}

  .sc9_btn_3 {
    color: var(--Font-colour, #ECE5DB);
    text-align: center;
    font-family: Adieu;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 15.6px */
    display: flex;
    width: 228px;
    height: 66px;
    padding: 13.333px 0px;
    justify-content: center;
    align-items: center;
    gap: 11.111px;
    flex-shrink: 0;
    border-radius: 20px;
    border: 1.111px solid var(--Font-colour, #ECE5DB);
  }

  .sc9_acrd3_h1 {
    color: #ECE5DB;
    font-family: 'clsv';
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 2%;
  }




  .sc9_cls_bttn {
    display: flex;
    width: 195px;
    height: 43px;
    padding: 13.333px 0px;
    justify-content: center;
    align-items: center;
    gap: 11.111px;
    flex-shrink: 0;
    border-radius: 20px;
    border: 1.111px solid var(--Font-colour, #ECE5DB);
    background: var(--Font-colour, #AE8D6C);
    margin-left: -7%;
    margin-bottom: 2%;
  }

  .sc9_cls_bttn2 {
    display: flex;
    width: 162px;
    height: 42px;
    padding: 13.333px 0px;
    justify-content: center;
    align-items: center;
    gap: 11.111px;
    flex-shrink: 0;
    border-radius: 20px;
    border: 1.111px solid var(--Font-colour, #ECE5DB);
    background: var(--Font-colour, #AE8D6C);
    margin-left: auto;
    margin-bottom: 2%;
}

  .acrd_btn3 {
    display: flex;
    width: 236px;
    height: 52px;
    padding: 13.333px 0px;
    justify-content: center;
    align-items: center;
    gap: 11.111px;
    flex-shrink: 0;
    border-radius: 36px;
    border: 1.111px solid #ece5db;
    background: transparent;
    margin-left: 7%;
    margin-bottom: 0%;
    margin-top: 3%;
    margin-left: auto;
    margin-right: auto;
  }

  /***sc9***/
  /***sc10***/
  .sc10_bg {
    width: 100%;
    height: 22vh;
    background: linear-gradient(26deg, #52525226, rgb(0 0 0 / 0%)), url(../img/s10_bg_01.jpg) center center;
    background-size: cover;
    position: relative;
    z-index: 0;
    padding-top: 5%;
    margin-top: 0%;
}

.sc10_h1 {
  color: #00201E;
  font-family: 'clsv';
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-bottom: 6%;
  width: 66%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
}

  /***sc10***/
  /***sc11***/
  .sc11_my {
    margin-top: 35%;
    background: #F3F0ED;
    padding-bottom: 5%;
  }

  .sc11_top_img {
    margin-top: 6%;
    z-index: 20000;
    display: block;
    position: relative;
}

  .sc11_bottom_img {
    margin-top: -10%;
    z-index: 20000;
    display: block;
    position: relative;
}


  .frm_inp_br {
    border-radius: 20px;
    border: 1.111px solid var(--Font-colour, #AE8D6C);
  }

  .frm_inp_br2 {
    border-radius: 20px;
    border: 1.111px solid var(--Font-colour, #AE8D6C);
  }

  .form-select {
    background-color: #f3f0ed;
  }

  .form-control {
    background-color: #f3f0ed;
  }

  .sc11_h1 {
    color: #00201E;
    font-family: 'clsv';
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 2%;
}

.sc11_h2 {
  color: #00201E;
  font-family: 'clsv';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 3%;
}

.sc11_p1 {
  color: #AE8D6C;
  font-family: 'clsv';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 1%;
}

  .sc11_btn {
    display: flex;
    width: 236px;
    height: 52px;
    padding: 13.333px 0px;
    justify-content: center;
    align-items: center;
    gap: 11.111px;
    flex-shrink: 0;
    border-radius: 36px;
    border: 1.111px solid #ece5db;
    background: #AE8D6C;
    margin-left: 7%;
    margin-bottom: 0%;
    margin-top: 3%;
    margin-left: auto;
    margin-right: auto;
  }

  .sc11_btn_txt {
    color: var(--Font-colour, #ECE5DB);
    text-align: center;
    font-family: Adieu;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }

  .sc11_frm_slct {
    color: var(--Font-colour, #AE8D6C);
    font-family: Adieu;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    height: 45px;
  }

  .sc11_frm_mb {
    margin-bottom: 3%;
  }

  /***sc11***/
  /***footer***/
.ft_log{
  height:75px;
  width:auto;
}
  .ftr_bg {
    Background:#284541;
    padding-top: 3%;
    padding-bottom: 2%;
  }

  .ftr_h1 {
    color: #AE8D6C;
    font-family: 'clsv';
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .ftr_p {
    color: #ECE5DB;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 22.5px */
  }

  .ftr_ul li {
    color: #ECE5DB;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 22.5px */
  }

  .ftr_ul i {
    color: #ECE5DB;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 22.5px */
    margin-right: 5%;
  }

  .ftr_a {
    margin-right: 10px;
  }

  .ftr_m {
    margin-right: 10px;
    text-decoration: none;
    color: #AE8D6C;
    font-family: Adieu;
  }

  .btm-hr {
    border-bottom: 1px solid #AE8D6C;
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .ftr_p1 {
    color: #ECE5DB;
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    width: 81%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
}


.mbl_ftr_l_p1 {
  color: #AE8D6C;
  font-family: "Raleway", sans-serif;
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
}
  /***footer***/
  .ftr_ul2 {
    margin-top: 1%;
  }
}

@media (min-width: 768px) {

  .navbar-nav .nav-link:link {
    color: #AE8D6C;
    margin-left: 28px;
  }


  /**fonts**/
  /***##common##***/
  /**navbar***/
  .nv_bg_trns {
    background: transparent;
    z-index: 1000;
    margin-top: 0px;
  }


  .logo {
    height: 83px;
    width: auto;
    margin-left: 9%;
    padding-top: 2%;
  }

  nav {
    position: -webkit-sticky;
    position: sticky;
    /* sticky or fixed are fine */
    position: fixed;
    top: 0;
    height: 69px;
    width: 100%;
    background: linear-gradient(to bottom,
        #000,
        #0003 70%,
        #0000);
    /* background when scroll is in the top */
    transition: background 0.5s;
    /* control how smooth the background changes */
  }

  nav.scrolled {
    background: #0a0a0a;
  }

  .nv-tp {
    padding: 1%;
  }


  .nav-link {
    color: #AE8D6C;
  }



  .navbar-nav .nav-link:link {
    color: #AE8D6C;
    font-family: Adieu;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 28px;
  }



  .navbar-nav .nav-link.active {
    color: #AE8D6C;
    border-top: 1px solid #AE8D6C;
    border-bottom: 1px solid #AE8D6C;
  }

  .navbar-nav .nav-link:hover {
    color: #AE8D6C;
    border-top: 1px solid #AE8D6C;
    border-bottom: 1px solid #AE8D6C;
  }

  /**navbar***/
  .fixed-top {
    transition: 1s;
    background: linear-gradient(180deg, rgba(18, 26, 22, 0.80) 45.98%, rgba(40, 40, 40, 0.00) 63.4%);
    backdrop-filter: blur(5px);
  }




  .nav_btn_txt {
    color: var(--Font-colour, #ECE5DB);
    text-align: center;
    font-family: Adieu;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-decoration: none;
  }

  .nv_btn {
    display: flex;
    width: 195px;
    height: 43px;
    padding: 13.333px 0px;
    justify-content: center;
    align-items: center;
    gap: 11.111px;
    flex-shrink: 0;
    border-radius: 20px;
    border: 1.111px solid var(--Font-colour, #ECE5DB);
    background: var(--Font-colour, #AE8D6C);
    margin-left: auto;
    margin-bottom: 2%;
  }

  .nv_lnk_pr {
    padding-right: 5%;
  }

  .nv_pr {
    padding-right: 2%;
  }

  /**navbar***/



  /***sc1***/
  .sc1_bg {
    width: 100%;
    height: 100vh;
    background: linear-gradient(26deg, #52525226, rgb(0 0 0 / 0%)), url(../img/sc1_bg_001.jpg) center center;
    background-size: cover;
    position: relative;
    z-index: 0;
    padding-top: 5%;
    margin-top: -5%;
  }


  .sc1_h1 {
    color: var(--Font-colour, #ECE5DB);
    font-family: 'clsv';
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 45%;
  }
.bnr-btn {
    border-radius: 111.111px;
    border: 1.111px solid var(--Font-colour, #AE8D6C);
    background: #B78155;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: var(--Font-colour, #ECE5DB);
    text-align: center;
    font-family: Adieu;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-right: 4%;
}

  .bnr-btn-br {
    border-radius: 111.111px;
    border: 1.111px solid var(--Font-colour, #AE8D6C);

    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: var(--Font-colour, #ECE5DB);
    text-align: center;
    font-family: Adieu;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 15.6px */
  }

  .sc1_frm_btn {
    display: flex;
    width: 168px;
    height: 39px;
    padding: 13.333px 0px;
    justify-content: center;
    align-items: center;
    gap: 11.111px;
    flex-shrink: 0;
    border-radius: 111.111px;
    border: 1.111px solid var(--Font-colour, #AE8D6C);
    background: #B78155;
    color: #ECE5DB;
  }

  .sc1_inp {
    border-radius: 20px;
    border: 0px solid #FFF;
    background: #FFF;
    margin-bottom: 5%;
  }

  .sc1_frm_bg {
    border-radius: 20px;
    background: #EEE4DA;
  }

  .sc1_frm_pd {
    padding: 5%;
  }

.sc1_frm_bg {
    background: #EEE4DA;
    margin-top: 9%;
    width: 357px;
    /* padding: 0%; */
    margin-left: auto;
}

  .sc4_frm_h1 {
    color: var(--Background-2, #00201E);
    text-align: center;
    padding-top: 3%;
    padding-bottom: 3%;
    font-family: 'clsv';
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .ln {
    height: 2px;
    width: auto;
    background: #00201E;
  }

  /***sc1***/

  /***sc2***/

  .sc2_my {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .sc2_img {
    border-radius: 50%;
    box-shadow: 10px 10px 40px 0px rgba(174, 141, 108, 0.80);
  }

  .sc2_lnk {
    color: var(--Font-colour, #AE8D6C);
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }

  .sc2_h4 {
    color: var(--Background-2, #00201E);
    font-family: "Raleway", sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    margin-left: 2%;
  }

  .sc2_h1 {
    color: var(--Background-2, #00201E);
    font-family: 'clsv';
    font-size: 43px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5%;
  }

  .sc2_h3 {
    color: var(--Background-2, #00201E);
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    width: 65%;
  }
  
  

  .sc2_p1 {
    width: 74%;
    color: var(--Background-2, #00201E);
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
  }

  /***sc2***/
  /***sc3***/
  .sc3_h1 {
    color: var(--Background-2, #00201E);
    font-family: 'clsv';
    font-size: 43px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5%;
  }

  .sc3_num {
    color: #AE8D6C;
    font-family: 'clsv';
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .sc3_num_p {
    color: rgba(0, 32, 30, 0.70);
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 28px */
  }

  /***sc3***/
  /***sc4***/
  .sc4_img {
    border-radius: 20px;
    margin-top: 8%;
  }

  .sc4_p1 {
    color: var(--Background-2, #00201E);
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 15%;
    margin-left: 3%;
  }

  .sc4_h1 {
    color: #00201E;
    font-family: 'clsv';
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    margin-bottom: 4%;
    margin-top: 2%;
  }

  .sc4_h2 {
    color: var(--Font-colour, #AE8D6C);
    font-family: 'clsv';
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 5%;
  }

  .sc4_h4 {
    color: var(--Background-2, #00201E);
    font-family: "Raleway", sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    margin-left: 2%;
  }

  .sc4_p2 {
    color: var(--Background-2, #00201E);
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 30px */
  }

  .sc4_bg {
    width: 100%;
    background: linear-gradient(26deg, #f7e0e012, rgb(231 199 199 / 42%)), url(../img/bg_noise.jpg) center center;
    background-size: cover;
    z-index: 0;
    padding-top: 5%;
    padding-bottom: 14%;
}

  /***sc4***/

  /***sc5***/
  
  .sc_tb_w{
      width:800px;
  }
  .sc5_li {
    color: var(--Background-2, #00201E);
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    width: 65%;
  }
  
  
  .sc4_li_h {
    color: #00201E;
    font-family: 'clsv';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    margin-bottom: 4%;
    margin-top: 2%;
}
  .sc5_bg {
    width: 100%;
    background: linear-gradient(26deg, #fff2f226, rgb(0 0 0 / 0%)), url(../img/bg_noise.jpg) center center;
    background-size: cover;
    z-index: 0;
    padding-top: 5%;
    padding-bottom:5%;
}
  .sc5_my {
    margin-top: 5%;
  }

  .sc5_tb_img {
    border-radius: 20px;
    max-height: 450px;
  }

 .sc5-tb {
    border-radius: 50px !important;
    border: 1.111px solid var(--Font-colour, #AE8D6C);
    color: var(--Font-colour, #AE8D6C);
    text-align: center;
    font-family: Adieu;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 13%;
    margin-left: 5%;
}

  .nav-pills .nav-link.active,
  .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg);

    border-radius: 50px !important;
    border: 1.111px solid var(--Font-colour, #AE8D6C);
    background: #B78155 !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    width: auto;
    height: 46px;
    padding: 13.333px 0px;
    justify-content: center;
    align-items: center;
    gap: 11.111px;
    flex-shrink: 0;
    margin-left: 5%;
  }

  .sc5_h1 {
    color: #00201E;
    font-family: 'clsv';
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-bottom: 4%;
    margin-top: 2%;
  }

  /***sc5***/

  /***sc6***/

  .sc6_my {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .sc6_p1 {
    color: var(--Font-colour, #AE8D6C);
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 24px */
  }

  .sc6_h1 {
    color: var(--Font-colour, #AE8D6C);
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
  }

  .sc6_crd {
    text-align: center;
    border-right: 1px solid #AE8D6C;
    padding: 5%;
  }

  .sc6_icn_img {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  /***sc6***/

  /***sc7***/
  .sc7_sld_bg {
    background: #ECE5DB;
    padding-top: 14%;
    border-radius: 20px;
    margin-top: -14%;
    height: 238px;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    margin-left: -8%;
    width: 91%;
  }

  .sc7_lft_ar {
    font-size: 25px;
    height: 50px;
    width: 50px;
    border: 1px solid #ae8d6c54;
    border-radius: 50%;
    display: flex;
    padding: 7px 10px;
    align-items: flex-start;
    gap: 0.889px;
    color: #AE8D6C;
  }

  .sc7_rgt_ar {
    font-size: 25px;
    height: 50px;
    width: 50px;
    border: 1px solid #AE8D6C;
    border-radius: 50%;
    display: flex;
    padding: 7px 10px;
    align-items: flex-start;
    gap: 0.889px;
    color: #AE8D6C;
    margin-left: 2%;
  }

  .sc7_sld_bg2 {
    background: #ECE5DB;
    padding-top: 14%;
    border-radius: 20px;
    margin-top: -16%;
    /* height: 369px; */
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    margin-right: -4%;
  }

  .sc7_h1 {
    color: #00201E;
    font-family: 'clsv';
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-bottom: 4%;
  }

  .sc7_sldr_mt {
    margin-top: 5%;
  }

  .sc7_crd_h1 {
    color: var(--Font-colour, #AE8D6C);
    font-family: 'clsv';
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .sc7_crd_p1 {
    color: var(--Background-2, #00201E);
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    width: 60%;
  }

  .sc7_crd_lnk {
    color: var(--Font-colour, #AE8D6C);
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 19.5px */
  }

  .sc7_bg {
    width: 100%;
    background: linear-gradient(26deg, #52525226, rgb(0 0 0 / 0%)), url(../img/sc7_bg_01.png) center center;
    background-size: cover;
    z-index: 0;
    padding-top: 5%;
    padding-bottom: 14%;
  }

  .sc7_img_br {
    border-radius: 20px;
  }

  /***sc7***/
  /***sc8***/
  /***sc8***/
  /***sc9***/
  .sc9_bg {
    background: #82977E;
  }

  /***acrdn**/
  .sc9_ard_h2 {
    background: #82977e;
    border-bottom: 1px solid #ece5db;
    color: var(--Font-colour, #ECE5DB);

    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    margin-top: 5px;
  }

  .accordion-button:not(.collapsed) {
    color: #ECE5DB;
    background-color: #AE8D6C;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
    margin-bottom: 5%;
  }

  .acrd_item {
    border: 0px solid red;
  }

  .accordion-button:not(.collapsed)::after {
    display: none;
  }

  .accordion-button::after {
    display: none;
  }

  .acrd_btn {
    display: flex;
    width: 195px;
    height: 43px;
    padding: 13.333px 0px;
    justify-content: center;
    align-items: center;
    gap: 11.111px;
    flex-shrink: 0;
    border-radius: 20px;
    border: 1.111px solid var(--Font-colour, #ECE5DB);
    background: var(--Font-colour, #AE8D6C);
    margin-left: -7%;
    margin-bottom: 2%;
  }

  .acrd_btn2 {
    display: flex;
    width: 148px;
    height: 43px;
    padding: 13.333px 0px;
    justify-content: center;
    align-items: center;
    gap: 11.111px;
    flex-shrink: 0;
    border-radius: 20px;
    border: 1.111px solid #ece5db;
    background: transparent;
    margin-left: 7%;
    margin-bottom: 2%;
  }

  .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }


  .sc9_br {
    border-left: 0px;
    border-right: 0px;
  }

  .shr_btn {
    border-radius: 111.111px;
    border: 1.111px solid var(--Font-colour, #ECE5DB);
    color: #ECE5DB;

  }

  .sc9_btn_txt {
    color: var(--Font-colour, #ECE5DB);
    text-align: center;
    font-family: Adieu;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 15.6px */
  }

  .sc9_bg {
    background: #82977e;
    padding-top: 3%;
    padding-bottom: 5%;
  }

  .sc9_arcd_h1 {
    color: #ECE5DB;
    font-family: "Raleway", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
  }

  /***acrdn**/

  .sc9_h1 {
    color: #ECE5DB;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: 'clsv';
    margin-bottom: 3%;
  }

  .sc9_btn_3 {
    color: var(--Font-colour, #ECE5DB);
    text-align: center;
    font-family: Adieu;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 15.6px */
    display: flex;
    width: 228px;
    height: 66px;
    padding: 13.333px 0px;
    justify-content: center;
    align-items: center;
    gap: 11.111px;
    flex-shrink: 0;
    border-radius: 20px;
    border: 1.111px solid var(--Font-colour, #ECE5DB);
  }

  .sc9_acrd3_h1 {
    color: #ECE5DB;
    font-family: 'clsv';
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 2%;
  }




  .sc9_cls_bttn {
    display: flex;
    width: 195px;
    height: 43px;
    padding: 13.333px 0px;
    justify-content: center;
    align-items: center;
    gap: 11.111px;
    flex-shrink: 0;
    border-radius: 20px;
    border: 1.111px solid var(--Font-colour, #ECE5DB);
    background: var(--Font-colour, #AE8D6C);
    margin-left: -7%;
    margin-bottom: 2%;
  }

  .sc9_cls_bttn2 {
    display: flex;
    width: 195px;
    height: 43px;
    padding: 13.333px 0px;
    justify-content: center;
    align-items: center;
    gap: 11.111px;
    flex-shrink: 0;
    border-radius: 20px;
    border: 1.111px solid var(--Font-colour, #ECE5DB);
    background: var(--Font-colour, #AE8D6C);
    margin-left: auto;
    margin-bottom: 2%;
  }

  .acrd_btn3 , .acrd_btn3:hover {
    display: flex;
    width: 236px;
    height: 52px;
    padding: 13.333px 0px;
    justify-content: center;
    align-items: center;
    gap: 11.111px;
    flex-shrink: 0;
    border-radius: 36px;
    border: 1.111px solid #ece5db;
    background: transparent;
    margin-left: 7%;
    margin-bottom: 0%;
    margin-top: 3%;
    margin-left: auto;
    margin-right: auto;
  }

  /***sc9***/
  /***sc10***/
  .sc10_bg {
    width: 100%;
    height: 52vh;
    background: linear-gradient(26deg, #52525226, rgb(0 0 0 / 0%)), url(../img/s10_bg_01.jpg) center center;
    background-size: cover;
    position: relative;
    z-index: 0;
    padding-top: 5%;
    margin-top: 0%;
  }

  .sc10_h1 {
    color: #00201E;
    font-family: 'clsv';
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-bottom: 4%;
  }

  /***sc10***/
  /***sc11***/
  
  .sc11_h1 {
    color: #00201E;
    font-family: 'clsv';
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
   padding-top: 5%;
}
  .sc11_my {
    margin-top: 35%;
    background: #F3F0ED;
    padding-bottom: 5%;
  }

  .sc11_top_img {
    margin-bottom: -5%;
    z-index: 20000;
    display: block;
    position: relative;
  }

  .sc11_bottom_img {
    margin-top: -5%;
    z-index: 20000;
    display: block;
    position: relative;
  }


  .frm_inp_br {
    border-radius: 20px;
    border: 1.111px solid var(--Font-colour, #AE8D6C);
  }

  .frm_inp_br2 {
    border-radius: 20px;
    border: 1.111px solid var(--Font-colour, #AE8D6C);
  }

  .form-select {
    background-color: #f3f0ed;
  }

  .form-control {
    background-color: #f3f0ed;
  }

  .sc11_h1 {
    color: #00201E;
    font-family: 'clsv';
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    
  }

  .sc11_h2 {
    color: #00201E;
    font-family: 'clsv';
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 3%;
  }

  .sc11_p1 {
    color: #AE8D6C;
    font-family: 'clsv';
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .sc11_btn {
    display: flex;
    width: 236px;
    height: 52px;
    padding: 13.333px 0px;
    justify-content: center;
    align-items: center;
    gap: 11.111px;
    flex-shrink: 0;
    border-radius: 36px;
    border: 1.111px solid #ece5db;
    background: #AE8D6C;
    margin-left: 7%;
    margin-bottom: 0%;
    margin-top: 3%;
    margin-left: auto;
    margin-right: auto;
  }

  .sc11_btn_txt {
    color: var(--Font-colour, #ECE5DB);
    text-align: center;
    font-family: Adieu;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }

  .sc11_frm_slct {
    color: var(--Font-colour, #AE8D6C);
    font-family: Adieu;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    height: 45px;
  }

  .sc11_frm_mb {
    margin-bottom: 3%;
  }

  /***sc11***/
  /***footer***/

  .ftr_bg {
    Background: #284541;
    padding-top: 3%;
    padding-bottom: 2%;
  }

  .ftr_h1 {
    color: #AE8D6C;
    font-family: 'clsv';
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .ftr_p {
    color: #ECE5DB;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 22.5px */
  }

  .ftr_ul li {
    color: #ECE5DB;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 22.5px */
  }

  .ftr_ul i {
    color: #ECE5DB;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 22.5px */
    margin-right: 5%;
  }

  .ftr_a {
    margin-right: 10px;
  }

  .ftr_m {
    margin-right: 10px;
    text-decoration: none;
    color: #AE8D6C;
    font-family: Adieu;
  }

  .btm-hr {
    border-bottom: 1px solid #AE8D6C;
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .ftr_p1 {
    color: #ECE5DB;
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    width: 47%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
  }

  /***footer***/
  .ftr_ul2 {
    margin-top: 1%;
  }
}