@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');


* {

  margin: 0px;

  padding: 0px;

  box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
   
}
.ct_top_num a,.ct_top_add{
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;

}

.ct_top_bar_bg {
    background-color: #B77225;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
}
.ct_top_bar_left {
    display: flex;
    align-items: center;
    gap: 30px;
}

.ct_top_num a,.ct_top_add{
  color: #fff
}

.vs_font_15 {
  font-size: 15px;
}
.ct_fs_40{
  font-size: 24px;
  line-height: 36px;
  font-weight: 200;
}

.vs_orange_clr {
  color: #C49864;
}




h1,
h2,h4,h3 {

font-family: 'Playfair Display', serif;
  color: #2A2A2A;

}


a,

a:hover {

  text-decoration: none;

}


button:focus,

.btn:focus,

.form-control:focus {

  box-shadow: none;

  outline: none;

}

.vs_green_color {
  color: #2A6355;
}


.vs_h1 {
  font-size: 28px;
  font-family: 'Playfair Display', serif;
  line-height: 28px;
  margin-bottom: 25px;
  font-weight: 900;
}


.vs_section_space {
  padding: 70px 0px;
}


/*head_menu_start*/
.wc_main_menu {
  width: 84%;
}

.vs_ligin_width {
  width: 10%;
  text-align: end;
}


/*header.vs_header_h {*/
/*  height: 150px;*/
/*}*/


.vs_navbar {
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 999;
    padding: 5px 0px 5px 0;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 16%);
    height: 134px;
    display: flex;
    align-items: center;
}}

.vs_navbar.sticky {
  position: fixed;
  background: #fff;

}

/*.sticky ul.vs_menu-list li a{
  color: #fff
}*/
.vs_navbar .vs_content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/*.vs_logo {
  width: 6%;
}*/
nav.vs_navbar.sticky{
  top: 0;
}
nav.vs_navbar.sticky .vs_content {
  align-items: center;
}

nav.vs_navbar.sticky .vs_logo {
  top: auto;
  margin-top: 0px;

}

nav.vs_navbar.sticky img {
  object-fit: cover;
}

.vs_logo img {
  width: 130px;
  object-fit: contain;
}


.vs_navbar .vs_menu-list {

  display: inline-flex;
  margin-bottom: 0;
  flex: 1;
  align-items: center;

}


.vs_menu-list li {
  list-style: none;
}

.vs_menu-list li a {
  color: #2A2A2A;
  letter-spacing: 2px;
  font-weight: 600;
  margin-left: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
}

.vs_menu-list li a:hover,.ct_ftr_links ul li a:hover {
  color: #C49864;

}

.sticky ul.vs_menu-list li a:hover {
  color: #C49864;
}

.vs_banner {


  height: 100vh;


  display: flex;

  align-items: end;

  z-index: 1;

  position: relative;

}


.vs_icon {

  color: #2A2A2A;

  font-size: 28px;

  cursor: pointer;

  display: none;

}


.vs_menu-list .vs_cancel-btn {
  position: absolute !important;
  right: 30px;
  top: 20px;
}


li.vs_login_buttons {
  width: 20%;
  display: flex;
  justify-content: end;
  column-gap: 15px;
  align-items: center;
}

.vs_login {
    background-color: #B77225;
    color: #fff;
    padding: 4px 25px 12px;
    border-radius: 0px;
    font-size: 14px;
    letter-spacing: 0.6px;
    border: none;
    transition: 0.4s ease all;
}
.vs_login:hover{
	color: #fff
}


button.vs_login:hover {
  background: #C49864;
}

/*banner css S*/
/*.vs_slidr_cnt {
  display: flex;
  justify-content: center;
}
*/
.vs_slidr_cnt h1 {
  font-size: 50px;
  /*font-family: 'Lato-black';*/
  line-height: 60px;
}
.ct_fs_28{
  font-size: 28px;
  font-weight: 700;

}

/*.vs_bnr_sldr {
        z-index: auto !important;
}*/

.vs_bnr_sldr .owl-nav button {
    width: 48px;
    height: 48px;
    border: 1px solid #fff !important;
    border-radius: 0px!important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.vs_bnr_sldr .owl-nav button:hover{
  background-color: #fff!important;
}
.vs_bnr_sldr .owl-nav button:hover span{
  color: #333!important;
}

.vs_bnr_sldr .owl-nav button span {
    display: block;
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    position: relative;
    top: -3px;
}
.vs_bnr_sldr .owl-nav button {
    position: absolute;
    top: 46%;
    transform: translate(-50%,-50%);
}


.vs_bnr_sldr .owl-nav button.owl-prev {
    left: 40px;
}
.vs_bnr_sldr .owl-nav button.owl-next {
    right: 0px;
}

.vs_slide_item:before {
  content: "";
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
}

.vs_slide_item figure {
  margin: 0px;
}

.vs_bnr_sldr .owl-dots {
  display: none;
}

#vs_bnr_sldr.vs_bnr_sldr .owl-dots button.owl-dot.active span {
  background-color: transparent;
  padding: 2px;
  border: 2px solid #fff;
}

.vs_bnr_sldr.owl-theme .owl-dots .owl-dot span {
  margin: 0px 5px;
}

#vs_bnr_sldr.vs_bnr_sldr .owl-dots .owl-dot span {
  background-color: #fff;
}

.vs_slide_item figure figcaption {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
}

.vs_slide_item img {
  height: 560px;
  object-fit: cover;
  /*object-position: top;*/
}

/*
.vs_bnr_sldr .owl-nav {
  position: absolute;
  bottom: 15px;
  right: 100px;
}
*/
/*.vs_bnr_sldr .owl-nav button {
  width: 50px !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  margin: 0px 10px !important;
}

.vs_bnr_sldr .owl-nav [class*='owl-']:hover {
  background-color: unset !important;
}

.vs_bnr_sldr .owl-nav button.owl-prev {
  background-image: url(../img/Group_9547.png) !important;
}

.vs_bnr_sldr .owl-nav button.owl-next {
  background-image: url(../img/Group_9546.png) !important;
}

.vs_bnr_sldr .owl-nav button span {
  visibility: hidden;
  pointer-events: none;
}
*/
/*banner css E*/


/*head_menu_end*/


/*about css S*/

.vs_cstm_btn {
  padding: 20px 30px;
  background-color: #C49864;
  border: 1px solid #C49864;
  width: 270px;
  font-weight: 500;
  transition: 0.4s ease all;
}

.vs_cstm_btn:hover {
  background-color: #231F20;
}

.vs_cstm_btn a {
  color: #fff;
}

p.vs_para {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}

.vs_abt_img img {
  width: 100%;
  /*height: 610px;*/
  object-fit: cover;
}

.vs_h2 {
  font-size: 40px;
  line-height: 50px;
}

/*about css E*/

.ct_service_item {
    padding: 50px 30px;
    border: 1px solid #B77225;
    height: 100%
}
.ct_service_item img {
    width: 70px;
    object-fit: contain;
    transition: 0.4s ease all;
    margin-bottom: 15px;
    margin: 0 auto; /* Center the image horizontally */
    display: block; /* Ensure the image behaves as a block element */
}
.ct_service_item h4 {
    font-weight: 700;
    margin-bottom: 25px;
}
.ct_vision_bg {
    background-image: url(../img/vision_bg.png);
    height: 316.5px; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 18px 40px;
    /*height:100vh;*/
}
.ct_overflow_para {
    max-height: 201px;
    height: auto;
    overflow-y: auto;
}
.ct_overflow_para::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.ct_overflow_para::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.ct_overflow_para::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.ct_overflow_para::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.ct_under_line{
    text-decoration:underline;
    font-weight:600;
}
.ct_vision_img img {
    height: 316.5px;
    object-fit: cover;
    /*height:100vh;*/
}
.ct_vision_bg h3{
  font-weight: 700
}
.ct_vision_bg p::first-letter{
    text-decoraion:underline
}
.ct_right_bar img{
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.ct_mt_150{
  margin-top: 100px;
}
.ct_custom_btn{
  background-color: #B77225;
  border: 1px solid transparent;
  padding: 10px 30px;
  width: fit-content;
  color: #fff;
  transition: 0.4s ease all;

}
.ct_custom_btn:hover{
  border-color: #B77225;
    color: #fff;
background-color: transparent;
}

.ct_choose_input img {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.form-control{
  border-radius: 0px;
  padding-block:10px;
  appearance:auto;
}
.ct_contact_left_bg {
    padding: 80px 40px 50px;
    background-color: #A45601;
}
.ct_fw_700{
  font-weight: 700;
}
.ct_Address_list{
  padding-left: 0px;
}

.ct_Address_list li{
  list-style: none;
  display: flex;
  align-items: center;
  grid-gap: 15px;
  margin-bottom: 25px;
}
.ct_add_info_cnt{
  color: #fff;
}
.ct_add_info_cnt h5 {
    font-size: 14px;
    font-family: 'Playfair Display';
    font-weight: 700;
}
.ct_add_info_cnt p,.ct_add_info_cnt a{
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 0px;
  color: #fff;
}
.ct_info_icon{
  width: 40px;
  height: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.ct_info_icon i{
  color: #A45601
}

footer{
  background-image: url('../img/footer_bg.png');
  padding: 60px 0px 15px;
  background-size: cover;
}
.ct_ftr_logo_cnt{
  font-size: 14px;
}
.ct_ftr_links h4{
  font-size: 16px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
.ct_ftr_links ul{
  padding-top: 24px;
  padding-left: 15px;
}
.ct_ftr_links ul li {
 list-style: none;
 position: relative;
 margin-bottom: 5px
}
.ct_ftr_links ul li a{
  color: #333
}
.ct_ftr_links li:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 3px;
    height: 3px;
    background: #333;
    border-radius: 100px;
    left: -15px;
}
.ct_contact_info li {
  margin-bottom: 10px !important;
}
.ct_contact_info li i{
  margin-top: 4px;
}
.ct_contact_info li a, .ct_contact_info li {
    display: inline-flex;
    gap: 10px;
    flex: 1;
    line-height: 18px;
    word-break: break-word;
}
.ct_contact_info li:before{
  display: none;
}
.ct_right_bar {
    display: flex;
    align-items: center;
    gap: 8px;
}
.form-control:focus{
  border-color:#A45601; 
}
.ct_bootm_ftr {
    padding-top: 15px;
    text-align: center;
    border-top: 1px solid #d8d8d8;
}
.ct_bootm_ftr p{
  font-weight: 500;
  font-size: 14px;
}




/*rtl content*/
.ct_english_btn {
    padding-block: 8px !important;
}

.ct_arabic_main .ct_direction_rtl,.ct_direction_rtl .vs_menu-list{
	direction: rtl;
}
.ct_arabic_main .ct_direction_rtl .vs_menu-list{
	margin-right: 30px;
}
.ct_arabic_main .ct_direction_rtl .ct_choose_input img{
	right: auto;
	left: 15px;
}
.ct_arabic_main .ct_direction_rtl .ct_ftr_links ul li{
	width: fit-content;
}
.ct_arabic_main .ct_ftr_links li:before{
    left: auto;
    right:-15px;
}
.ct_arabic_main .vs_menu-list li a{
    letter-spacing:0px;
}
@media (max-width:991px) {

  /* .vs_navbar .vs_logo img {

    width: 100px;

  }*/
  .vs_navbar .vs_menu-list {
    padding-left: 0px;
    justify-content: center;
  }
.ct_arabic_main .ct_direction_rtl .vs_menu-list{
    margin-right:0px;
}
  .vs_menu-list li a {

    font-size: 13px;
    margin-left: 15px
  }

  .vs_slidr_cnt h1 {
    font-size: 36px;
    line-height: 46px;
  }

  .wc_main_menu {
    width: 84%;
    display: block;

  }

  .vs_contact_main {
    margin-bottom: 0px
  }

  .vs_icon {
    position: relative !important;
    float: right;
    margin-top: 40px;
  }
}


@media (max-width: 991px) {

  /*body.disabled {

    overflow: hidden;

  }*/

  .vs_navbar {

    padding: 34px 0;

  }

  .vs_icon {
    display: block;
    text-align: end;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .vs_icon.hide {

    display: none;

  }

  .vs_navbar .vs_menu-list {

    position: fixed;

    height: auto;

    width: 100%;

    max-width: 340px;

    right: -100%;

    top: 0px;

    display: block;

    padding: 60px 0 40px;

    text-align: left;

    background: #fff;

    transition: all 0.3s ease;

  }

  .vs_navbar.show .vs_menu-list {

    right: 0%;

  }

  .vs_navbar .vs_menu-list li {

    margin-top: 15px;

  }

  .vs_navbar .vs_menu-list li a {

    font-size: 18px;

    margin-right: -100%;

    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);

  }

  .vs_navbar.show .vs_menu-list li a {

    margin-right: 0px;

  }


  .vs_navbar .vs_content {

    justify-content: space-between;
    align-items: center;

  }

  .vs_navbar.sticky .vs_content {

    align-items: center !important;

  }

  .vs_navbar .vs_logo {

    position: static;

    left: 0;

    margin-left: 0px;

  }


  .vs_navbar.sticky {

    padding: 15px 0px;

  }

  .vs_navbar .vs_menu-list.vs_hide_menu {
    right: -100%;
  }

  .vs_menu_btn_show {
    display: block !important;
  }

  .vs_bnr_sldr .owl-nav {
    display: none;
  }

  li.vs_login_buttons {
    flex-direction: column;
    grid-row-gap: 15px;
    align-items: baseline;
    padding: 0px 40px;
  }

  .vs_header_h {
    height: 160px;
  }

  .vs_slidr_cnt h1 {
    font-size: 35px;
    line-height: 45px;
  }

  .vs_tabs_btn .nav {
    flex-direction: column;
    row-gap: 15px;
  }

  .vs_abt_img {
    margin-top: -80px;
  }

  .vs_bg_pink {
    width: 100%;
    max-width: 100%;
  }

  .vs_prjct_img {
    left: 0px;
    margin: 0px 15px;
  }

  .vs_prjct_cnt_box {

    width: 70%;

  }
}

@media screen and (max-width: 600px) {
  .vs_prjct_img img {
    width: 100%;
    object-fit: cover;
    height: 406px;
  }
.ct_top_bar_left{
  display: block;
}
  .vs_prjct_cnt_box {

    left: 0px;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    margin-left: 0px;
    width: 100%;
  }

  .vs_prjct_inner_bg {
    background-color: #eef3f7;
    padding: 40px 15px;
  }
}



@media screen and (max-width: 575px) {
  .vs_slidr_cnt h1 br {
    display: none;
  }

  .vs_ligin_width {
    width: auto;
  }
}

.item {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
}

/* CSS for the figure element */
figure.banner-figure {
    width: 100%;
    height: auto;
    margin: 0;
}

/* CSS for the image element */
img.banner-img {
    width: 100%; /* Make the image full width of the container */
    height: auto; /* Keep the aspect ratio of the image */
}

/* Dropdown container */
.vs_menu-list li.has-dropdown {
  position: relative;
}

/* Dropdown menu style */
.vs_menu-list .submenu {
  position: absolute;
  top: 45px;
  left: 0;
  background: #fff;
  padding: 10px 0;
  min-width: 200px;
  display: none;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  border-radius: 5px;
  z-index: 999;
}

/* Dropdown items */
.vs_menu-list .submenu li a {
  display: block;
  padding: 10px 20px;
  color: #333;
  white-space: nowrap;
}

.vs_menu-list .submenu li a:hover {
  background: #f0f0f0;
}

/* DROPDOWN (ARABIC + ENGLISH BOTH) */
.vs_menu-list li.has-dropdown {
  position: relative;
}

.vs_menu-list .submenu {
  position: absolute;
  top: 45px;
  right: 0; /* RTL SUPPORT */
  background: #fff;
  padding: 10px 0;
  min-width: 220px;
  display: none;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  border-radius: 5px;
  z-index: 999;
}

.vs_menu-list .submenu li a {
  display: block;
  padding: 10px 20px;
  color: #333;
  text-align: right; /* RTL */
  white-space: nowrap;
}

.vs_menu-list .submenu li a:hover {
  background: #f0f0f0;
}


