:root {
    --primary-color: #bb8338;
    --secondary-color: #4d4d4d;
    --other-color: #b71f37;
    --dark-color:#000;

  }

  .grecaptcha-badge{
      display: none;
  }

  .bg-primary {
      background-color: var(--primary-color)!important;
  }

  .bg-dark {
    background-color:var(--dark-color)!important;
}

  .btn-outline-primary{
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
  }


  .btn-outline-primary:hover{
   background: var(--primary-color);
   border: 1px solid var(--primary-color);

    color: #fff;
  }


  .bg-primary-medium{
      background-color: #fed6d6!important;
  }


  .bg-primary-light{
      background-color: #f1f0ef!important;
  }

  .bg-secondary-light{
      background-color: #f2f2f2!important;
  }


  .btn-dark {
    color: #fff;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.home_slider_section{
    position: relative;
    background: #000;

}

.section-padding{
    padding-top: 20px;
    padding-bottom: 20px;
}

.home_search_form{

}

@media screen and (min-width:768px){
.home_search_form_with_bedrrom_or_area{

    left: 6%!important;

}


.home_slider_section{

    height: 470px;
    overflow: hidden;
}

}




@media screen and (max-width:768px){
    .home_search_form {
        position: absolute!important;
        left: 0%;
        bottom: -25%;
        z-index: 999;
    }

    .home_search_form .form-inline .form-group {
        width: 100%;
    }

    .home_search_form .btn_search {

        width: 100%;
    }

    .home_banner_download_btn{
        display: none;
    }


}

.home_search_form .form-inline .form-group{
    padding: 0px 8px;
}

.home_search_form .nav-tabs .nav-link.active,
.home_search_form .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    font-weight: 500;
}


.home_search_form  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: var(--primary-color);
    margin: 0px 4px 0px 18px;
    padding: 10px 25px;
    background: #fff;
    opacity: 0.9;
    font-weight: 500;

}

.home_search_form .tab-content{
    padding: 20px 20px;
    background: #fff;
    border-radius: 14px;
}

.home_search_form .nav-tabs {
    border: none;
}

.home_search_form .btn_search {
    color: #fff;
    background-color: var(--primary-color);
    border-color: #9d6111;
    padding: 7px 35px;
}


.display_only_in_desktop_view{

}


.display_only_in_mobile_view{
display: none;
}


    /*Desktop View*/
@media screen and (min-width:768px){
    .display_only_in_desktop_view{
        display: block!important;
    }

    .display_only_in_mobile_view{
        display: none!important;
    }
}

    /*Mobile View*/
@media screen and (max-width:768px){
    .display_only_in_desktop_view{
        display: none!important;
    }

    .display_only_in_mobile_view{
        display: block!important;
    }

}


.header_top_links {
    display: flex;
    align-items: center;   /* vertical alignment */
    gap: 20px;             /* space between items */
    list-style: none;      /* remove bullets */
    padding: 0;
    margin: 0;
}

.header_top_links li {
    display: flex;
    align-items: center;
}

 .header_top_links li:last-child {
    margin-left: auto;
}

.header_top_links_contact_no a{
    color: #333;
    font-weight: bold;
}

.header_top_links_right_logo img{
    max-width: 200px;

}



@media (max-width: 768px) {

    .header_top_links {
        display: flex;
        align-items: center;
        gap: 6px;
        }

    .header_top_links {
        flex-wrap: nowrap;
    }

    .header_top_links li {
        width: calc(33.33% - 20px); /* 3 items per row */
        justify-content: center;
    }

    .header_top_links li a{
        font-size: 13px;
        height: 50px;
    }

    .header_top_links li a {
        width: 100px;
    }

    .header_top_links_contact_no a {

        width: 109px !important;
    }

    /* Reset right alignment on mobile */
    .header_top_links li:last-child {
        margin-left: 0;
    }

    .header_top_links_right_logo{position: absolute;top: -105px;right: 63px;}

    .header_top_links_right_logo img{
    max-width: 152px;
    }

}

.header_row2_right{
    padding: 40px 0px;
    float: right;
}

.header_row2_right a{
    padding: 10px 18px;

}

.header_row3_right{
    padding: 0px 0px;
    position: absolute;
    right: 0px;
}

.header_row3_right a{
    padding: 7px 50px;
    font-size: 20px;
    border-radius: 0px;
    background-color: var(--secondary-color);

}


@media screen and (max-width:768px){

.header_row2_right {
    padding: 14px 0px!important;
    display: inline-flex!important;
}

.header_row2_right a {
    padding: 9px 14px;
    margin: 0px 3px;
    font-size: 14px;
}

.header_row3_right{
    display: none;
}


.header_row3_right a{
    padding: 3px 20px;
    font-size: 14px;
    border-radius: 0px;
    background-color: var(--secondary-color);

}



}




.section_heading_container .section_heading_read_more{
    text-align: right;
}


@media screen and (min-width:768px) {
.section_heading_container .section_heading_read_more{
    margin-top: 23px;
}

}

@media screen and (max-width:768px) {
.section_heading_read_more {
    text-align: center;
    margin-bottom: 10px;
}

}




.top_menu_container{
    /* border-top: 1px solid var(--primary-color); */
    margin-top: 12px;
    background: var(--primary-color);
}

@media screen and (max-width:768px) {

    .top_menu_container{
         margin-top: 12px;    }
}

  .inner_page_top_banner{
      width: 100%;
      height: 400px;
   /*background-size: 100% 100%;*/
   background-size: cover;
  }


  .client_logo_item {
     /*  border: 1px solid #d6d4d4; */
      padding: 20px 20px;
      height: 102px;
  }

  .testimonial_item{
      border: 2px solid #d6d4d4;
      padding: 20px 20px;
      height: 302px;
      font-size: 14px;
      text-align: center;
      border-radius: 0px;
      background: #fff;
  }

  .testimonial_item_name{
      font-size: 21px;
	  padding-top: 10px;
      padding-bottom: 10px;
      color: #4d4d4d;
	  font-weight: 600;
  }


  .testimonial_item_title{
      font-size: 14px;
      padding-bottom: 10px;
      color: var(--primary-color);
      font-weight: 600;
  }


  .testimonial_item_star{
       text-align: center;
       padding-bottom: 10px;
       margin: 10px auto;
       width: 170px;
  }

  .testimonial_item_description{
      font-size: 18px;
      line-height: 27px;
      color: #000;
      height: 145px;
      font-weight: 300;
   }


  .breadcrumb_container{
      background:#f3f3f3;
      padding:3px 3px;
  }

  .page_heading{
      padding-bottom: 20px;
      text-align: center;
  }

  .subscribe_container h5{
    color: #fff;
  }

  .subscribe_title{
      font-size: 38px;
      font-weight: 600;
      color: var(--primary-color) !important;
      font-family: 'AgencyFB-Reg';
      letter-spacing: 5px;
  }


  .main-menu .dropdown .fa,.main-menu .dropdown .fas {
      font-family: 'Font Awesome 5 Pro';
      font-weight: 400;
      color: #fff;
  }

.main-menu ul .nav_level_8 a {
    background: var(--dark-color);
}
.main-menu ul  .nav_level_8 a:hover {
    font-weight: bold!important;
    color: #fff!important;
}


.fixed-header .main-menu ul  .nav_level_8 a {
    background: #ededed;
}



.fixed-header .main-menu ul  .nav_level_8 a:hover {
    font-weight: bold;
    color: #000!important;
}

  .btn-primary {
      color: #fff;
      background-color: var(--primary-color);
      border-color: var(--primary-color);
      font-size: 18px;
  }

  .btn-primary:hover {
     background-color: #9d6111;
  }

  .btn-rounded{
      border-radius: 20px;
  }

  .btn-lg{
      padding: 9px 27px;
  }

  .text-primary {
      color: var(--primary-color)!important;
   }








  .header-top-wrap {
      padding: 2px 0;
      border-bottom: 1px solid #e9e8e8;
      background: var(--secondary-color);
      color: #000;
      line-height: 34px;
  }

  .header-top-wrap a{
      color: #000;
      font-weight: bold;
      font-size: 13px;
  }



 .header-top-right .show_for_logged_admin_user_only{
        color: #fff;
    }
  @media screen and (min-width:768px) {
    .header-top-right{
        display: flex;
        justify-content: flex-end; /* Align child to the end (right side) */

    }
}

.admin_user_logged .show_for_logged_admin_user_only{
    display: initial!important;
}

  .header-top-right{
    display: flex;

}



  .header-top-left ul {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
  }
  .header-top-left ul li,
  .header-top-right ul li {
      position: relative;
      font-size: 15px;
      color: #fff;
      padding-right: 4px;
      margin-right: 15px;
  }
  .header-top-left ul li:last-child,
  .header-top-right ul li:last-child {
      margin-right: 0;
      padding-right: 0;
  }
  .header-top-left ul li::before,
  .header-top-right____ ul li::before {
      content: "";
      position: absolute;
      right: -1px;
      top: 50%;
      transform: translateY(-50%);
      width: 1px;
      height: 20px;
      background: #5a5858;
  }


  .header-top-left ul li:last-child::before,
  .header-top-right ul li:last-child::before {
      display: none;
  }
  .header-top-left .dropdown button {
      border: none;
      background: transparent;
      font-size: 12px;
      color: #666666;
      font-weight: 400;
      padding: 0 0 0 0;
  }
  .header-top-left .dropdown .dropdown-toggle::after,
  .header-super-store .dropdown-toggle::after {
      display: inline-block;
      margin-left: 7px;
      vertical-align: middle;
      content: "\f107";
      font-family: "Font Awesome 5 Free";
      font-weight: 700;
      border-top: none;
      border-right: none;
      border-bottom: 0;
      border-left: none;
      color: #525252;
      font-size: 11px;
  }
  .header-top-left .dropdown .dropdown-item {
      color: #525252;
      font-size: 12px;
  }
  .header-top-left .dropdown .dropdown-item:focus,
  .header-super-store .dropdown-menu a:focus,
  .header-top-left .dropdown-item:active,
  .header-super-store .dropdown-item:active {
      color: #fff;
      background: var(--color-primary);
  }
  .header-top-left ul .header-work-time > span {
      color: #363636;
      font-weight: 500;
  }
  .header-top-right ul {
      display: flex;
      justify-content: flex-end;
      flex-wrap: wrap;
  }
  .header-top-right ul li a {
      color: #fff;
  }

  .header-top-right ul li .btn {
      padding:4px 11px;
      margin: 2px 0px 4px 0px;
  }



  .header-top-right .social-style-one li {

      margin-right: 4px !important;
      padding-right: 2px!important;
  }


  .header-top-right .social-style-one li a{
         color: #000 !important;
         font-size: 15px;
         font-weight: normal;
  }



  .header-top-right .social-style-one li a:before {
      position: absolute;
      content: '';
      background: #fff;
      width: 29px;
      height: 28px;
      left: 0px;
      top: 0px;
      right: 0px;
      border-radius: 54%;
      z-index: -1;
      background-repeat: no-repeat;
  }


  @media screen and (max-width:768px){
      .header-top-left  {
         /*  display: none; */

      }

       .header-top-right ul, .header-top-right li{
          display: inline-block;

       }

       .header-top-right ul li a{
          font-size:13px;
          color: #fff;
       }

       .header-top-right ul li::before {
          /* content: ""; */
          position: absolute;
          right: -1px;
          top: 50%;
          transform: translateY(-50%);
          width: 1px;
          height: 20px;
          background: #5a5858;
      }

       .header-top-right .btn {
           border: none;
          padding:0px;

      }

      .header-top-right ul li .btn {
     /*  padding: 0px; */
      margin:  0px;
      color: #fff;
  }

  .top_contact_info{
    position: absolute;
    top: -2px;
    left: 250px;
  }

  .top_contact_info a{
    font-size: 18px !important;
    font-weight: normal;
  }


  }


      .footer-widget .contact-form .form-grp input,.footer-widget .contact-form .form-grp textarea{
          padding: 4px 16px;
          background: #191925;
          border: 1px solid #525151;
          color:#fff;
      }

      .footer-widget .contact-form .form-grp ::placeholder,.footer-widget .contact-form .form-grp ::placeholder{
          color:#fff;

      }

      .footer-widget .contact-form .form-grp {
          margin-bottom: 8px;
      }

      .footer-widget .contact-form .form-grp textarea {
          min-height: 70px;
       }

      .footer-widget .contact_form_page_message    {
           font-size: 12px;
          line-height: normal;
      }





  /* 02. slider area css here */
  @media only screen and (max-width: 767px) {
      .only_in_desktop_view{
          display: none;
      }

    .slider_section {
      margin-bottom: 0px;
    }

    .inner_page_top_banner {

          height: 125px;
      }
  }

  .single_slider {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    /* background-size: 100%; */
    background-size: cover;
    height: 450px;
    background-position: center top;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_slider {
      height: 400px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_slider {
      height: 340px;
      background-position: 55%;
    }
  }
  @media only screen and (max-width: 767px) {
    .single_slider {
        background-position: top left;
        background-size: cover;
        height: 499px;
    }

  }



  .owl-dots{
    text-align: center;
}

/* .owl-theme .owl-dots .owl-dot.active span {
    background: none repeat scroll 0 0 var(--primary-color);
}

.owl-theme .owl-dots .owl-dot span{
    border: 2px solid var(--primary-color);
} */



.slider_section .owl-dots {
    position: absolute;
    bottom: 20px;
    text-align: center;
    left: 50%;
    transform: translatex(-50%);
    display: block;
  }
  @media only screen and (max-width: 767px) {
    .slider_section  .owl-dots {
      bottom: 10px;
    }
  }
  .slider_section  .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    background: #ebebeb;
    margin: 0 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
  }
  .slider_section .owl-dots .owl-dot.active {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .slider_section  .owl-dots .owl-dot.active::before {
    position: absolute;
    content: "";
    background: #ed3237;
    width: 12px;
    height: 12px;
    left: -3px;
    top: -3px;
    border-radius: 50%;
  }


  .slider_content{
    position: absolute;
    right: 68px;
    bottom: 81px;
  }

.slider_content a.btn_type_1, button.btn_type_1{
    margin: 0px;
    padding: 0px 25px;
  }

  .slider_content .btn_type_1:hover,
  .slider_content a.btn_type_1:hover span i{
    color: #fff;
  }

  @media only screen and (max-width: 767px) {
    .slider_content {
      text-align: center;
      left: 41%;
      transform: translate(-31%, -50%);
      white-space: inherit;
    }
  }
  .slider_content h1 {
    font-size: 60px;
    line-height: 55px;
    font-weight: 300;
    margin-bottom: 17px;
    text-transform: uppercase;
  }
  @media only screen and (min-width: 992px) and (max-width: 1900px) {
    .slider_content h1 {
      font-size: 40px;
      line-height: 40px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider_content h1 {
      font-size: 35px;
      line-height: 35px;
    }
  }


  @media only screen and (max-width: 767px) {
    .slider_content h1 {
      font-size: 26px;
      line-height: 26px;
      margin-bottom: 8px;
    }
  }


  .slider_content h2,
  .slider_content h2 a {
     position: relative;
    font-size: 40px;
    line-height: 55px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;
  }

   .slider_content h2 a{
    padding-left: 0px;
    background: #464242c9;
    padding: 0px 10px;
   }

  .slider_content h2 a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 2px;
    background:var(--primary-color); /* change color */
    transition: width 0.3s ease;
}

.slider_content h2 a:hover::after {

    width: 100%;
}

.slider_content h2 a:hover{
    /* background: none; */
}

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider_content h2,
    .slider_content h2 a{
      font-size: 40px;
      line-height: 40px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider_content h2,
    .slider_content h2 a {
      font-size: 35px;
      line-height: 40px;
    }
  }
  @media only screen and (max-width: 767px) {
    .slider_content h2,
    .slider_content h2 a {
      font-size: 22px;
      line-height: 26px;
      text-align: center!important;
      width: 69%;
      word-wrap: break-word;
      display: table-footer-group;
    }
  }
  .slider_content p {
    font-size: 18px;
    line-height: 25px;
    text-transform: capitalize;
    margin-top: 19px;
    margin-bottom: 0;
    color: #fff;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider_content p {
      font-size: 16px;
      margin-top: 12px;
    }
  }
  @media only screen and (max-width: 767px) {
    .slider_content p {
      font-size: 16px;
      margin-top: 15px;
    }
  }
  .slider_content p span {
    color: #ed3237;
  }
  .slider_content a {
    font-size: 13px;
    font-weight: 500;
    margin-top: 70px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0 35px;
    display: inline-block;
    border-radius: 5px;
  }
  .slider_content a:hover {
    background: #333;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider_content a {
      margin-top: 26px;
      height: 45px;
      line-height: 45px;
      padding: 0 25px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider_content a {
      margin-top: 20px;
      height: 38px;
      line-height: 38px;
      padding: 0 18px;
    }
  }
  @media only screen and (max-width: 767px) {
    .slider_content a {
      margin-top: 33px;
      height: 35px;
      line-height: 35px!important;
      padding: 0 15px;
      font-size: 12px;
    }
  }

  .active .slider_content h1, .active .slider_content h2,.active .slider_content p, .active .slider_content a {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }

  .active .slider_content h2 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }

  .active .slider_content p {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
  }

  .active .slider_content a {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
  }

  /*home two css here*/
  @media only screen and (max-width: 767px) {
    .slider_section_two {
      margin-bottom: 55px;
    }
  }

  /*homr three css here*/
  @media only screen and (max-width: 767px) {
    .slider_section_three {
      margin-bottom: 60px;
    }
  }

  /*home four css here*/
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider_section_four {
      margin-top: 0;
    }
  }
  @media only screen and (max-width: 767px) {
    .slider_section_four {
      margin-top: 0;
      margin-bottom: 57px;
    }
  }
  .slider_section_four .single_slider {
    height: 410px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider_section_four .single_slider {
      height: 340px;
    }
  }
  @media only screen and (max-width: 767px) {
    .slider_section_four .single_slider {
      height: 300px;
    }
  }
  .slider_section_four .slider_area .owl-dots {
    left: 6%;
  }
  @media only screen and (max-width: 767px) {
    .slider_section_four .slider_area .owl-dots {
      left: 50%;
    }
  }



  /*=======================================================================
  26. Contact
  ========================================================================*/
  #map-bg {
      min-height: 360px;
      background-position: center;
      background-size: cover;
      cursor: pointer;
  }
  .contact-title .sub-title {
      font-size: 32px;
      line-height: 1;
      font-weight: 400;
      margin-bottom: 5px;
  }
  .contact-title .title {
      font-size: 40px;
      letter-spacing: -.5px;
      margin-bottom: 0;
  }
  .contact-wrap-content p {
      font-size: 14px;
      padding-right: 20px;
      margin-bottom: 30px;
      font-weight: 500;
      letter-spacing: .4px;
  }
  .contact-form .form-grp {
      margin-bottom: 10px;
  }
  .contact-form .form-grp label {
      font-size: 14px;
      font-weight: 500;
      color: #696969;
      margin-bottom: 10px;
      opacity: .77;
  }
  .contact-form .form-grp label span {
      color: var(--color-secondary);
  }
  .contact-form .form-grp input,
  .contact-form .form-grp textarea {
      width: 100%;
      background: #f4f4f4;
      border: none;
      font-size: 14px;
      padding: 15px 20px;
      border-radius: 5px;
      display: block;
      font-weight: 500;
  }
  .contact-form .form-grp input::placeholder,
  .contact-form .form-grp textarea::placeholder {
      color: #5d5a77;
      font-size: 14px;
      font-weight: 500;
      opacity: .6;
  }
  .contact-form .form-grp textarea {
      min-height: 125px;
      max-height: 125px;
  }
  .contact-form .checkbox-grp,
  .comment-reply-form .checkbox-grp {
      display: flex;
      align-items: flex-start;
      margin-bottom: 35px;
  }
  .contact-form .checkbox-grp input,
  .comment-reply-form .checkbox-grp input {
      width: auto;
      margin-top: 3px;
      margin-right: 9px;
  }
  .contact-form .checkbox-grp label,
  .comment-reply-form .checkbox-grp label {
      font-size: 14px;
      font-weight: 500;
      color: var(--color-text-body);
      opacity: .8;
      margin-bottom: 0;
      user-select: none;
  }
  .contact-form [type=button] {
      box-shadow: none;
      padding: 15px 34px;
  }
  .contact-form [type=button]:hover,
  .standard-blog-content .read-more:hover {
      background: var(--color-secondary);
  }
  .contact-info-wrap {
      background: #f4f4f4;
      border-radius: 12px;
      padding: 38px 55px 45px;
  }
  .contact-img {
      text-align: center;
      margin-bottom: 55px;
  }
  .contact-img img {
      max-width: 100%;
  }
  .contact-info-list ul li {
      display: flex;
      align-items: center;
      margin-bottom: 20px;
  }
  .contact-info-list ul li:last-child {
      margin-bottom: 0;
  }
  .contact-info-list .icon {
      width: 45px;
      height: 45px;
      text-align: center;
      line-height: 45px;
      background: #fff;
      flex: 0 0 45px;
      border-radius: 50%;
      margin-right: 15px;
      font-size: 16px;
      color: var(--color-secondary);
      box-shadow: 0px 2px 14.88px 1.12px rgba(97, 83, 252, 0.11);
  }
  .contact-info-list .content {
      flex-grow: 1;
  }
  .contact-info-list .content p {
      margin-bottom: 0;
      font-size: 14px;
      line-height: 2;
      color: #696969;
  }
  .contact-social ul,
  .blog-details-social ul {
      display: flex;
      align-items: center;
  }
  .contact-social ul li {
      margin-right: 15px;
  }
  .blog-details-social ul li {
      margin-right: 10px;
  }
  .contact-social ul li:last-child,
  .blog-details-social ul li:last-child {
      margin-right: 0;
  }
  .contact-social ul li a,
  .blog-details-social ul li a {
      display: block;
  }





   .icon_video_play_container{
          position: absolute;
          top: 28%;
          left: 33%;
      }


    @media screen and (max-width:768px){

      .icon_video_play_container {
          position: absolute;
          top: 32%;
          left: 34%;
      }

  }


  .btn_video_play img{
         width: 100px!important;
         height: 100px!important;
  }

      .btn-close, .btn-close:hover {
      position: absolute;
      right: -20px;
      font-size: 25px;
      top: -19px;
      color: #fff;
      cursor: pointer;
      line-height: 18px;
      z-index: 99;
      opacity: 1;
  }




  .product_details_page_right_info ul,.product_details_page_right_info li {
      list-style: disc;
      list-style-position: inside;
      padding: 0px 0px;
      font-size: 15px;

  }

  .product_details_page_right_info h3,.product_details_page_right_info h4,.product_details_page_right_info h5{
      padding:15px 0px;
  }


  .product_details_page_left_info .shop-details-nav-wrap .nav-item,
  .product_details_page_left_info .shop-details-img-wrap{
      border: 2px solid #e4e4e4;
      padding: 5px 0px;
  }

  .product_details_page_left_info .shop-details-img{
      text-align: center;
  }

  .product_details_page_right_info .product_description{
     color:#000;
      font-size:20px;
      line-height: 30px;
  }


  .product_details_page_right_info .product_marketplace_buy_links_container ul {


  }



  .product_details_page_right_info .product_marketplace_buy_links_container li {
      border: 1px solid #d6d4d4;
      border-radius: 9px;
      margin-bottom: 5px;
      padding: 5px 5px;

      line-height: 46px;
      list-style: none!important;
      display: inline-flex;
      width: 36%;
      justify-content: center;
      transition: 0.8s;
  }

  .product_details_page_right_info .product_marketplace_buy_links_container li:hover {
      border: 1px solid #333;
  }


  .product_details_page_right_info .product_marketplace_buy_links_container li img{
      max-height: 58px;
      max-width: 137px;
      text-align: center;
  }


  @media screen and (max-width: 768px){
      .product_details_page_right_info{
          padding: 20px 20px;
          margin-top: 40px;
      }

      .btn-lg {
          padding: 8px 29px!important;
      }

      .owl-prev i, .owl-next i {
         font-size: 15px!important;
          position: absolute;
          top: 8px!important;
          left: 8px!important;
          color: #666;

      }




  }


  table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
  }

  table th,
  table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
  }
  table p{
      padding: 0px!important;
      margin: 0px!important;
  }

  table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
  }

  table tbody + tbody {
    border-top: 2px solid #dee2e6;
  }

  table th, table td {
      padding: 0.4rem 0.6rem;
      font-size: 15px;
  }

  table {
    border: 1px solid #dee2e6;
  }

  table th,
  table td {
    border: 1px solid #dee2e6;
  }

  table thead th,
  table thead td {
    border-bottom-width: 2px;
  }





  .shop-top-left ul {
      display: flex;
      align-items: center;
  }
  .shop-top-left ul li {
      line-height: 1;
  }
  .shop-top-left ul li + li {
      margin-left: 30px;
      color: #282828;
      padding-left: 20px;
      position: relative;
  }
  .shop-top-left ul li + li::before {
      content: "";
      position: absolute;
      left: -2px;
      top: 50%;
      transform: translateY(-50%);
      width: 1px;
      height: 16px;
      background: #dbdbdb;
  }
  .shop-top-left ul li a {
      display: inline-flex;
      align-items: center;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      color: #222222;
      line-height: 1;
  }
  .shop-top-left ul li a:hover {
      color: var(--color-primary);
  }
  .shop-top-left ul li a i {
      font-size: 16px;
      margin-right: 10px;
  }
  .shop-top-right {
      display: flex;
      align-items: center;
      justify-content: flex-end;
  }
  .shop-top-right form select {
      border: none;
      outline: none;
      color: #282828;
  }
  .shop-products-wrap .sp-product-item {
      margin-bottom: 30px;
  }
  .shop-products-wrap {
      margin-bottom: 15px;
  }
  .shop-details-flex-wrap {
      display: flex;
      align-items: flex-start;
      margin-right: 30px;
  }
  .shop-details-nav-wrap .nav-tabs .nav-link {
      border: none;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      padding: 0;
      margin-bottom: 0;
  }
  .shop-details-nav-wrap .nav-tabs .nav-link img {
      max-width: 100%;
  }
  .shop-details-nav-wrap .nav-tabs {
      border-bottom: none;
  }
  .shop-details-nav-wrap {
      width: 91px;
      flex: 0 0 91px;
      margin-right: 20px;
  }
  .shop-details-nav-wrap ul li + li {
      margin-top: 15px;
  }
  .shop-details-nav-wrap ul li a.active {
      opacity: .74;
  }
  .shop-details-img-wrap {
      flex-grow: 1;
  }
  .shop-details-img-wrap .tab-pane.active {
      animation: none;
  }
  .shop-details-img img {
      max-width: 100%;
  }



  .shop-details-content {
      margin-left: -10px;
  }
  .shop-details-content > .title {
      font-size: 26px;
      margin-bottom: 0;
      font-weight: 700;
  }
  .shop-details-meta ul {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
  }
  .shop-details-meta ul li {
      font-size: 13px;
      color: #8d8d8d;
      padding-right: 15px;
      margin-right: 15px;
      position: relative;
      margin-top: 11px;
  }
  .shop-details-meta ul li::before {
      content: "|";
      position: absolute;
      right: -2px;
      top: 50%;
      transform: translateY(-50%);
      color: #dadada;
  }
  .shop-details-meta ul li:last-child {
      margin-right: 0;
      padding-right: 0;
  }
  .shop-details-meta ul li:last-child::before {
      display: none;
  }
  .shop-details-meta ul li a,
  .shop-details-meta ul li span {
      color: #696868;
  }
  .shop-details-meta ul li.shop-details-review {
      display: flex;
      align-items: center;
  }
  .shop-details-meta ul li.shop-details-review .rating {
      font-size: 10px;
      letter-spacing: -1px;
      color: #f89846;
      margin-right: 8px;
  }
  .shop-details-price {
      display: flex;
      align-items: center;
      margin: 27px 0 23px;
  }
  .shop-details-price .price {
      font-size: 26px;
      font-weight: 700;
      line-height: .9;
      margin-bottom: 0;
  }
  .shop-details-price .stock-status {
      font-size: 12px;
      line-height: 1;
      margin-bottom: 0;
      font-weight: 900;
      margin-left: 15px;
      text-transform: uppercase;
      color: var(--color-primary);
  }
  .shop-details-content > p {
      font-size: 13px;
      letter-spacing: .3px;
      line-height: 24px;
      margin-bottom: 0;
  }
  .shop-details-list {
      margin: 28px 0 32px;
  }
  .shop-details-list ul li {
      padding-left: 22px;
      position: relative;
      font-size: 13px;
      color: #8d8d8d;
  }
  .shop-details-list ul li + li {
      margin-top: 5px;
  }
  .shop-details-list ul li::before {
      content: "\f35a";
      position: absolute;
      left: 0;
      top: 0;
      font-family: "Font Awesome 5 Free";
      font-weight: 700;
      color: var(--color-primary);
  }
  .shop-details-list ul li > span {
      color: #696868;
  }
  .shop-perched-info {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
  }
  .shop-perched-info .sd-cart-wrap {
      margin: 0 15px 15px 0;
      width: 140px;
  }
  .shop-perched-info .sd-cart-wrap input {
      padding: 13px 50px;
      min-height: 47px;
  }
  .shop-perched-info .sd-cart-wrap .cart-plus-minus .qtybutton {
      width: 47px;
      height: 47px;
      flex: 0 0 47px;
      border: 6px solid #ebebeb;
  }
  .shop-perched-info .btn {
      background: var(--color-secondary);
      border-radius: 50px;
      margin-bottom: 15px;
  }
  .shop-perched-info .btn:hover,.btn2 {
      background: var(--color-primary)!important;
  }

  .shop-details-bottom .title {
      padding-bottom: 15px;
      border-bottom: 1px solid #ebebeb;
      margin-bottom: 20px;
      font-size: 14px;
      font-weight: 700;
      color: #252525;
  }
  .shop-details-bottom .title a {
      display: inline-flex;
      align-items: center;
  }
  .shop-details-bottom .title a i {
      margin-right: 7px;
  }
  .shop-details-bottom .title a:hover,
  .shop-details-bottom ul li a:hover {
      color: var(--color-primary);
  }
  .shop-details-bottom ul li:last-child {
      margin-bottom: 0;
  }
  .shop-details-bottom ul li {
      display: block;
      margin-bottom: 10px;
      text-transform: uppercase;
      color: #696868;
      font-size: 13px;
  }
  .shop-details-bottom ul li a {
      color: #898989;
  }
  .shop-details-bottom {
      margin-top: 23px;
  }

  .product-desc-wrap {
      padding-top: 85px;
  }
  .product-desc-wrap .nav-tabs {
      border-bottom: 1px solid #ebebeb;
      justify-content: flex-start;
      margin-bottom: 45px;
  }
  .product-desc-wrap .nav-tabs .nav-item {
      margin-bottom: 0;
      margin: 0 55px 0 0;
  }
  .product-desc-wrap .nav-tabs .nav-item:last-child {
      margin-right: 0;
  }
  .product-desc-wrap .nav-tabs .nav-link {
      border: none;
      border-radius: 0;
      background: transparent;
      color: #696868;
      padding: 0 0 12px;
      position: relative;
      font-size: 20px;
      font-weight: 400;
     font-family: 'Barlow Semi Condensed', sans-serif;

  }
  .product-desc-wrap .nav-tabs .nav-link.active {
      color: #222222;
      border-bottom: 2px solid #333;
  }

  .product-desc-wrap .nav-tabs .nav-link::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -1px;
      width: 100%;
      height: 2px;
      background: var(--color-secondary);
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      opacity: 0;
  }
  .product-desc-wrap .nav-tabs .nav-link.active::after {
      opacity: 1;
  }
  .product-desc-content .title {
      font-size: 20px;
      margin-bottom: 30px;
      font-weight: 700;
      color: #252525;
  }
  .product-desc-img img {
      width: 100%;
  }
  .product-desc-content .small-title {
      font-size: 16px;
      margin-bottom: 15px;
      font-weight: 700;
      color: #252525;
  }
  .product-desc-content p {
      margin-bottom: 20px;
      line-height: 31px;
      font-size: 16px;
  }
  .product-desc-list li {
      font-size: 14px;
      display: block;
      padding-left: 18px;
      position: relative;
      margin-bottom: 10px;
  }
  .product-desc-list li:last-child {
      margin-bottom: 0;
  }
  .product-desc-list li::before {
      content: "";
      position: absolute;
      left: 0;
      height: 5px;
      width: 5px;
      background: #505050;
      top: 9px;
  }
  .product-desc-wrap .tab-pane.active {
      animation: slide-down .3s ease-out;
  }
  @keyframes slide-down {
      0% { opacity: 0; transform: translateY(20px); }
      100% { opacity: 1; transform: translateY(0); }
  }
  .shop--area.shop-right-sidebar .row .col-9 {
      padding-left: 15px;
      padding-right: 26px;
  }






  .home_video_banner_section {


  }


  .home_video_banner_section video{

    width: 100%;
    height: 100%;
  }








  .owl-nav.disabled{
      display: none;
  }

  .owl-dots.disabled{
      display: none;
  }


  .product_carousel .owl-nav button {
      opacity: 0;
      visibility: hidden;
      position: absolute;
      top: 50%;
      transform: translatey(-50%);
      left: -55px;
      font-size: 22px;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      color: #b0b0b0;
      text-align: center;
  }



  .product_carousel .owl-nav button {
      opacity: 1;
      visibility: visible;
      background: #fffefe !important;
      width: 40px!important;
      height: 40px!important;
      border-radius: 20px!important;
      -webkit-box-shadow: 0px 1px 9px 0px rgba(148,143,148,1);
      -moz-box-shadow: 0px 1px 9px 0px rgba(148,143,148,1);
      box-shadow: 0px 1px 9px 0px rgb(205 202 205);
   }

   .bg-dark .product_carousel .owl-nav button {
    background: none !important;
    }


  .product_carousel .owl-nav button.owl-next {
      right: -55px;
      left: auto;
  }


  .product_carousel .owl-nav{
      top: 10px;
  }

   .owl-theme .owl-nav [class*=owl-]:hover {
      background: #869791;
       color: #000;
      text-decoration: none;
  }

  .owl-prev i, .owl-next i {
      font-size: 20px;
      position: absolute;
      top: 10px;
      left: 12px;
      color: #666;
  }



  .shop-details-img-wrap .tab-content {
      border:1px solid #e1e2e4 ;
      padding:10px 0px ;

  }

  .sp-product-item {

      border: 1px solid #e1e2e4;
  }




  .btn_add_to_cart_on_listing,.btn2 {
      padding: 7px 13px;
      margin: 6px;
      border-radius: 34px;
      font-size: 13px;
  }

  @media screen and (max-width: 768px){

      .product_carousel .owl-nav button {

          top: 50%!important;
      }
     .product_carousel .owl-nav button {
           width: 30px!important;
          height: 30px!important;
           border-radius: 19px!important;
      }

      .product_carousel .owl-nav button {left: -15px;}

      .product_carousel .owl-nav button.owl-next {
          right: -15px!important;
      }


      .shop-perched-info .sd-cart-wrap {
          margin: 0 0px 15px 0;
          width: 100%;
      }

      .sp-product-content {
          padding: 20px 7px 16px!important;
      }

      .add_massage_box {
           margin: 0px 0px!important;
            left: 2px!important;
      }


  }

  .page-title{
      font-size:28px ;
      padding-bottom: 20px;
  }


  .checkmark {
      position: absolute;
      top: 6px;
      left: 0;
      height: 20px;
      width: 20px;
      border: #0071dc 2px solid;
  }


  .chbox input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0;
  }

  .cart-checkout label.chbox {
      border-bottom: 0px;
      font-weight: 500;
  }

  .chbox {
      display: block;
      position: relative;
      margin-bottom: 0px;
      cursor: pointer;
      font-size: 22px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      font-size: 18px;
      color: #000;
      font-weight: normal;
      padding: 6px 0px 6px 28px;
      line-height: 20px;
  }

  .chbox input:checked ~ .checkmark {
      background-color: #0071dc;
  }

  .checkmark {
      position: absolute;
      top: 6px;
      left: 0;
      height: 20px;
      width: 20px;
      border: #0071dc 2px solid;
  }

  .chbox .checkmark:after {
      left: 4px;
      top: 0px;
      width: 6px;
      height: 11px;
      border: solid #fff;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  }

  .checkmark:after {
      content: "";
      position: absolute;
      display: none;
  }

  .chbox input:checked ~ .checkmark:after {
      display: block;
  }

  .cart-checkout label {
      font-weight: normal;
      line-height: 20px;
  }


  .add_massage_box{font-size: 12px;margin: 4px 0px;padding: inherit;position: absolute;left: 43px;}

  .add_massage_box .alert{
      padding: 9px;
      margin:0px;
  }


  .ptb-100 {
      padding-top: 67px;
      padding-bottom: 67px;
  }

  .badge2{
      margin:4px;
      padding: 8px 12px;
      border-radius: 16px;
  }


  .form-group {
      margin-bottom: 15px;
  }

  .select2-container .select2-selection--single .select2-selection__rendered {
      background: #f5f5f5;
      line-height: 40px;
  }

  .select2-container--default .select2-selection--single {
      background-color: #fff;
      border: none;
  }

  .select2-container .select2-selection--single {

      height: 33px;

  }

  .page-link {

      color: var(--primary-color);
  }
  .page-item.active .page-link {
      z-index: 3;
      color: #fff;
      background-color: var(--primary-color);
      border-color: var(--primary-color);
  }



  .footer-newsletter-box .form-error{
      color:#fff;
  }

  .no_btn{
      background: none;
      border: none;
  }


  .don_wislist{
      background:var(--primary-color)!important;
      color:#fff;
  }




  ul,li{
      list-style: none;
      list-style-position: inside;
      padding:0px ;
  }

  #search-resp-list{
      max-height: 400px;
      overflow-y: auto;
      position: absolute;
      background: #fff;
      width: 100%;
      z-index: 99;
      left: 0px;
      display: block!important;
      top: 53px;
  }




  .search-results{list-style: none;padding: 0px;}

  .search-results li{
  border-bottom:#fff 1px solid;
  padding-bottom: 12px;
  margin-top: 12px;
  padding: 13px;}

  .search-results li:hover{
      background: #f9e5ed;
  }
  .search-results .search-item-img img{
      width: 45px;
      margin-right: 12px;
  }

  .search-results .search-item-img{float: left;}

  .search-results .search-item-title{
      color:#000;
      font-size: 16px;

      display: block;

      padding-top: -3px;
  }


  .search-results .price-compare{
      text-decoration: line-through;
      margin-right: 8px;
  }

  .search-results .price-sale{
      color: #000;
  }


  #email_subscribe input[name=email]{
      border: 2px solid #4d4d4d;
  }

  #email_subscribe .btn_email_subscribe {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    border-radius: 0px;
    padding: 8px 13px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
  }

  .btn_shop_online_top {
      background: var(--primary-color) !important;
      color: #fff !important;
      padding: 5px 16px !important;
      border-radius: 16px!important;
  }

  :hover.btn_shop_online_top {
      background: #b10202 !important;
      color: #fff !important;

  }


  @media screen and (max-width:768px){
      .container_shop_online .shop_online_heading {
          line-height: 19px!important;
          color: var(--primary-color)!important;
          font-size: 21px!important;
      }

      .container_shop_online li {
           padding: 0px!important;
          height: 37px!important;
      }

  }

  .container_shop_online{

  }

  .container_shop_online .shop_online_heading{

  line-height: 59px;

  color: var(--primary-color);

  font-size: 30px;
  }

   .container_shop_online ul {

  display: inline-flex;
  }

  .container_shop_online li:first-child {
      border: 0px!important;
  }


  .container_shop_online li {
      border: 1px solid #d6d4d4;
      border-radius: 9px;
      padding: 20px 20px;
      height: 102px;
      margin: 5px;
  }


  /****Category Page, (Product Listing) */

  .product_weight {
      padding: 3px 16px;
      border-radius: 20px;
      background: #fed6d6;
      font-size: 15px;
  }


  .product_feature_container{
   }

  .product_feature_item{
      width: 21%;
      height: 162px;
      border-radius: 20px;
      color: #000;
      position: relative;
      padding: 33px 22px;
      display: inline-block;
      margin: 33px 15px 52px 15px;
  }

  .product_feature_item_icon{
      position: absolute;
      top: -36px;
      left: 36%;
  }

  .product_feature_item_color1{
      background: #f5f5f5;
  }


  .product_feature_item_color2{
      background: #ffffcb;
  }

  .versatility_info,
  .text_style_2{
      font-size: 18px;
      font-family: 'Nunito Sans', sans-serif;
      transition: all 500ms ease;
      color: #5f5e5e;

  }


  .text_style_3{
      color:#000;
      font-size:26px;
  }

  .versatility_item_title{
     color: var(--primary-color);
      font-size: 18px;
      font-weight: bold;
  }

  .versatility_container{

  }

  .versatility_item{
      margin-bottom: 40px;
  }

  .versatility_item img{
      padding: 5px;
      background:#fff;
  }

  .how_to_use_container{
         width: 65%;
      margin: 0px auto;
  }

  .how_to_use_item_img img{
      border: 2px solid var(--primary-color);
      border-radius: 20px;
  }

  .how_to_use_item_title{
      background: var(--primary-color);
      padding: 3px 24px;
      color: #fff;
      margin-top: 20px;
      text-align: center;
      display: inline-block;
      border-radius: 28px;
  }


  @media screen and (max-width:768px){
      .product_feature_item {
          width: 91%;

          padding: 33px 22px;
         display: block;
          margin: 53px 15px 52px 15px;
      }


      .product_feature_item_icon {
           left: 41%;
      }

      .how_to_use_container{
          width: 100%;
      }

      .how_to_use_item{
          margin-bottom:35px;
      }

  }


  /****End Category Page, (Product Listing) */



  /**career_basic_page_item*/
  .career_basic_page_item_container{
      padding-top: 40px;

  }
  .career_basic_page_item{
      padding: 10px 10px;
      margin-bottom: 70px;
      height:392px;
      width: 100%;
      position: relative;

  }

  .career_basic_page_item_img img{
      height: 100%;

  }

  .type1 .career_basic_page_item_img img{
      float: left;
  }


  .type2 .career_basic_page_item_img img{
      float: right;
  }

  .career_basic_page_item_box{
       position: absolute;
      left: 47%;
      top: 22%;
      background: #fff;
      padding: 40px 80px;
      box-shadow: 19px 14px 10px rgb(118 117 123 / 15%);
      width: 500px;
  }

  .type1 .career_basic_page_item_box{

      left: 47%;

  }

  .type2 .career_basic_page_item_box{

      right: 47%;
      left: 10%;

  }

  .career_basic_page_item_title{
      font-size: 38px;
      font-weight: bold;
      padding:10px 10px;
  }

  .career_basic_page_item_content{
      font-size: 16px;
      padding:10px 10px;
  }

  .career_basic_page_item_link{
       padding:10px 10px;
  }

  .career_basic_page_item_link a{
      background:var(--primary-color);
      padding: 10px 15px;
      color: #fff;
      border-radius: 20px;
  }

  .employee_of_the_month_container{
      margin: 30px 0px;
      border: 1px solid var(--primary-color);
      border-radius: 30px;
      color: #000;
      padding: 51px 40px;
  }

  .employee_of_the_month_title1{
      font-size: 30px;
      color: #000;
      padding:10px;
  }



  .employee_of_the_month_title2{
      font-size: 44px;
      color: var(--primary-color);
      padding:10px;
      font-weight: bold;
  }


  .employee_of_the_month_title3{
      font-size: 30px;
      padding:10px;
    }

  .employee_of_the_month_title4{
      font-size: 36px;
      padding:10px;
      color: var(--primary-color);
    }

  .employee_of_the_month_title5{
      font-size: 30px;
      padding:10px;


  }

  @media screen and (max-width:768px){
      .career_basic_page_item_box{
          position: initial;
          margin: 6px;
          background: #fff;
          padding: 10px;
          width: auto;
          text-align: center;
      }

      .career_basic_page_item {

          height: auto;

      }



      .employee_of_the_month_title2 {
          font-size: 38px;

          line-height: 44px;
      }

      .career_basic_page_item_img img{
          float: none!important;
      }
  }

  /**End career_basic_page_item*/


  /**job/career**/

  .job_listing_item_title{
      font-size: 21px;
      color: var(--primary-color);
      padding:2px;
      font-weight: bold;
  }

  .job_listing_item_title a{
       color: var(--primary-color);

  }


  .job_listing_item_title2{
      font-size: 18px;
      color: #000;
      padding: 6px;
   }

   .job_details_item_title2{
      font-size: 18px;
      color: #000;
      padding: 6px;
   }



  .job_listing_item{
      margin: 30px 0px;
      border: 1px solid var(--primary-color);
      border-radius: 30px;
      color: #000;
      padding: 18px 18px;
  }



  @media screen and (max-width:768px){

  .job_listing_item{
      text-align: center;
  }

  .job_listing_item_title {
      font-size: 24px;

  }

  .job_listing_item_title2 {
      font-size: 19px;
       padding: 3px;
  }

  .job_listing_item .btn{
      padding:10px 35px!important;
  }


  }

  /**End job/career page*/


  .categories_show_on_frontend_dropdown_container{
      background: #fff;
      padding: 50px 54px;
      position: absolute;
      top:86px;
      z-index: 99;
      width: 80%;
      margin: 0px auto;
      left: 12%;
      max-height: 500px;
      overflow-y: scroll;
      box-shadow: 2px 20px 10px 5px rgb(118 117 123 / 15%);


  }

  .categories_show_on_frontend_dropdown_container_fixed{
       position: fixed!important;
       top:86px!important;
  }

  .categories_show_on_frontend_dropdown_item{
      padding: 10px;
      border: 2px solid #b9b5b5;
      border-radius: 26px;
      margin-bottom: 29px;
      height: 250px;
  }

  :hover.categories_show_on_frontend_dropdown_item{


       box-shadow: 0 0px 10px rgb(0 0 0 / 10%);
  }

  .categories_show_on_frontend_dropdown_item_image{
      padding: 10px;
  }


  .categories_show_on_frontend_dropdown_item_title{
      padding: 10px;
      text-align: center;
      color: #000;
  }

  @media screen and (max-width:768px){
  .categories_show_on_frontend_dropdown_item_title {

      font-size: 12px;
      line-height: normal;
  }

  .categories_show_on_frontend_dropdown_item {

      height: 161px;
  }

  .categories_show_on_frontend_dropdown_container {
     position: absolute!important;
     overflow-x: hidden!important;
      width: 94%;

      left: 1%;
        background: #fff;
      padding: 30px 13px;
  }

  .categories_show_on_frontend_dropdown_item_title {
      padding: 0px 5px;
  }


   }


   .parallax-container {
    position: relative;
    min-height: 400px; /* Adjust as needed */
    overflow: hidden;
  }

  .parallax {
    background-image: url('../images/parralax-image.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* Move the background behind the content */
  }




  .zoom_effect,
  .categories_show_on_frontend_dropdown_item_image,
  .image-box,
  .post-image {

    position: relative;
  }

  .zoom_effect img,
  .categories_show_on_frontend_dropdown_item_image img,
  .image-box img,
  .post-image {

    transition: transform 0.3s ease; /* Smooth transition for the hover effect */
  }

  .zoom_effect:hover img,
  .categories_show_on_frontend_dropdown_item_image:hover img,
  .image-box:hover img,
  .post-image:hover img {
    transform: scale(1.1); /* Scale the image on hover */
  }

@media screen and (max-width:768px) {

  .home_section_1_container{
    margin-top: 128px;
  }
}


.home_section_1{
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

.btn_view_all{
    padding: 6px 15px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
}

  .single_product{
    height: 250px;
    color: #413f3f;
    border: 1px solid #000;
    box-shadow: 2px 2px 30px -12px rgba(0,0,0,0.49);
    margin-bottom: 17px;
    border-radius: 13px;
    position: relative;
    background-repeat: no-repeat!important;
    background-size: 100% 100%!important;
    transition: background-size 0.3s ease;
    cursor: pointer;
  }

  .single_product:hover {
    background-size: 110% 110%!important;
}

    .single_product_bg{
        background: #00000070;
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }

.single_product .product_thumb{
    height: 220px;
    overflow: hidden;
    position: relative;
}

.single_product .product_thumb img{
    width: 100%;
    height: 100%;
}

.single_product .single_product_content{
    padding: 18px;

}

.single_product_section_1{
    height:95px;
    position: absolute;
    bottom: 31px;
    color: #fff;
}

.single_product .single_product_title a{
  font-size: 22px;
    font-weight: 400;
    color: #fff;
    font-family: 'AgencyFB-Reg';
    text-transform: uppercase;
    letter-spacing: 1px;
}

.single_product .single_product_location{
    padding:4px 0px;
    font-size: 14px;
}

  .single_product_price{
   font-size: 20px;
   font-weight: 700;
}

.single_product_list_item .single_product_price{
      position: absolute;
    bottom: 21px;
    left: 20px;
    color: #fff;
    font-weight: 500;
    font-size: 17px;

}

.property_listing_page{
    background: var(--dark-color);
}

.property_listing_page .breadcrumb_container,
.property_listing_page .subscribe_container .bg-dark{
    background: #191925!important;
}



.property_listing_page .sec-title .top-text{
    color: #fff;
}

.property_listing_page .single_product_price{
    bottom: 8px;
    position: absolute;
   bottom: 19px;
   left: 19px;
    color: #fff;


}

 .single_product_meta_info{
    color: #000;
    padding: 6px 0px;
    border-top: 1px solid #dddcdc;
    font-size: 14px;
    margin: 7px 0px;
}


  .single_product_meta_info ul{
   display: flex;
}

 .single_product_meta_info ul li{
    flex: auto;
    display: flex;
  }


  .single_product_meta_info ul li img{
    width: 22px;
    height: 20px;
    margin-top: 3px;
  }






.property_details_page .badge_property_for{
    padding: 10px 15px;
    font-size: 18px;
}


.property_item{
    height: 270px;
 }

.property_item_property_for{
    position: absolute;
    top: 7px;
    right: 7px;
    background: #333;
    color: #fff;
}


  /***For other slider ***/


.banner-section {
    position: relative;
}

.banner-carousel {
    position: relative;
}

.banner-carousel .slide-item {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    background-size: cover;
}

.banner-section.style-one .banner-carousel .slide-item {
    padding: 35px 0px 43px 20px;
   /*  min-height: 350px; */
}

@media screen and (max-width:768px) {
    .banner-section.style-one .banner-carousel .slide-item {
        padding: 5px 24px 28px 39px!important;

    }
}

.banner-carousel .slide-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    z-index: 1;
}

.banner-carousel .slide-item .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

.banner-carousel .content-box {
    position: relative;
    z-index: 5;
    width: 100%;
}


.banner-carousel .content-box  {
    color: #fff;

}

.banner-carousel .content-box .title-text h3{
    color: #fff;
    font-size: 26px;
    padding: 10px 0px;
}
.banner-carousel .content-box .title-text {
    color: #fff;
    position: relative;
    display: block;
    padding-top: 10px;
    padding-bottom: 16px;
    margin-bottom: 17px;
    opacity: 1;

}

.banner-carousel .content-box .title-text:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 40px;
    height: 3px;
    left: 0px;
    bottom: 0px;
}

.banner-carousel .content-box .title-text .dotted-box .dotted {
    position: absolute;
    left: 43px;
    width: 3px;
    height: 3px;
    background: #fff;
    bottom: 0px;
}

.banner-carousel .content-box .title-text .dotted-box .dotted:nth-child(2) {
    left: 49px;
}

.banner-carousel .content-box .title-text .dotted-box .dotted:last-child {
    left: 55px;
}


.banner-section .banner-carousel .content-box a.theme-btn-one {
    border: 2px solid #fff;
    padding: 12.5px 28px;
}

.banner-section .banner-carousel .content-box a.theme-btn-one i {
    margin-right: 10px;
}

/* End for other slider **/






/**Property listing Page*/

.property_listing_page .filter_form .form-group {
    width: 100%;
}

.property_listing_page .filter_form .btn_search {

    width: 100%;
}

.property_listing_page .property_item{
     padding: 0px 8px;
}

.property_listing_page .property_item .single_product{
    box-shadow: none;
    /* box-shadow: 2px 2px 30px -12px rgba(0, 0, 0, 0.29); */
}


.property_listing_page .single_product_meta_info ul li {
    flex: auto;
    display: flex;
    font-size: 10px;
    color: #000;
}


.range-slider {
    margin: .2rem .1rem 3.0rem .13rem;
    display:block !important;
}

.range-slider .ui-slider {
    position: relative;
    text-align: left;
}

.range-slider label {
    font-size: .8rem;
    color: #fff;
    font-weight: 600;
    margin-bottom: 12px;
}

.range-slider .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #66676b;
    cursor: w-resize;
    outline: none;
    top: -5px;
    margin-left: -8px;
    box-shadow: none !important;
}

.range-slider .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    background-position: 0 0;
}

.range-slider .ui-slider .ui-slider-handle {
}

.range-slider .ui-widget-content {
    background-color: #ccc;
}

.range-slider .ui-widget-header {
}

.range-slider .ui-slider.ui-state-disabled .ui-slider-handle, .range-slider .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.range-slider .ui-slider-horizontal {
    height: 2px;
    border-radius: 10px;
    width: calc(100% - 16px);
    margin-left: 8px;
}

.range-slider .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.range-slider .ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.range-slider .ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.min-value:focus, .max-value:focus, .min-value, .max-value {
    width: 60%;
    display: inline-block;
    border: 0;
    background-color: transparent;
    padding: 0;
    margin: 12px 0 0 0;
    cursor: default;
}

.min-value {
    float: left;
    margin-left: -8px;
    width: 45%;
    margin-right: -8px;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    margin-top: 14px;
}

.max-value {
    float: right;
    width: 55%;
    text-align: right;
    margin-right: -5px;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    margin-top: 14px;
}


.range-slider .ui-slider .ui-slider-handle {
    background: var(--primary-color);
}

.range-slider .ui-slider .ui-slider-handle {
    border: 2px solid var(--primary-color);
}

.range-slider .ui-widget-header {
    background-color: var(--primary-color);
}





/***End Property listing page**/





/*************** Dashboard **************/
.dash-img {border: var(--primary-color) 1px solid; padding: 10px 0px 3px; text-align: center;}
.left-desboard ul {list-style: none;}
.left-desboard li a {display: block; font-weight: 400; padding:11px 0px 11px 10px; font-size: 14px; border: var(--primary-color) 1px solid;
border-top: none; color: #000; text-decoration: none; text-transform: uppercase; font-weight: 500; }
.left-desboard li a span {color: #000; margin-right: 5px;}
.left-desboard li.active a {background: var(--primary-color); color: #fff;}
.right-deshboard .panel-default {border: var(--primary-color) 2px solid;
border-radius: 0px;
background: #fff; }
.right-deshboard .panel-default > .panel-heading {background-color: var(--primary-color); border-color:var(--primary-color); border-radius: 0px; color:#fff; text-transform: uppercase; font-weight: 500; font-size: 18px; padding: 10px 15px;}
.right-deshboard .panel-default .panel-body {padding: 20px;}
.right-deshboard .panel-default .panel-body label {margin-bottom: 5px;
font-weight: 500;
font-size: 15px;
color: #000;}
.right-deshboard .form-group{margin-bottom:15px;}
.left-desboard {
  background: #fff;
}
.carleft {
  background: #fff;
  padding: 15px;
  /* border: 2px solid var(--primary-color); */
}
.dashbord-section {
  padding-bottom: 42px;
padding-top: 45px;
}
.right-deshboard .panel-default .panel-body .form-control {border-radius: 0px; border: #ccc 1px solid; box-shadow: none; height: 40px; font-size: 15px;}

.right-deshboard .panel-default .panel-body .btn {border-radius: 0px;
text-transform: uppercase;
text-decoration: none;
color: #fff;
display: block;
padding: 0px 12px;
margin: 4px;
background-color: var(--primary-color);
font: 14px/42px "Poppins", sans-serif;
  font-weight: normal;
font-weight: 700;
}


.left-desboard li.active a span {color: #fff;}
.grid article .title-post h2 a{color:#000;
}
.right-deshboard .table > thead > tr > th{border-bottom: 2px solid var(--primary-color);
padding: 8px;
color: #000;
text-transform: uppercase;
font-weight: 500;
background: #fff;
border-top: 2px solid var(--primary-color);}
.right-deshboard .table{margin-bottom:0px;}
 .right-deshboard .panel-default .panel-body .btn.viwbtn.b{outline: 0px;
font-size: 13px;
padding: 0px 15px;
margin-right: 4px;
margin-top: 0px;
display: inline-block;}
.right-deshboard .ord .table > thead > tr > th:nth-child(6){  min-width: 177px;}
.cart-checkout .cart_table.yord table tr th:nth-child(6){ min-width: 111px;}
.cart-checkout .cart_table.yord table tr th:nth-child(7){ min-width: 64px; }

/*************** End Dashboard **************/


.account_form form {
    border: 1px solid #b0b0b0;
    padding: 23px 20px 29px;
    border-radius: 5px;
}



/**whatsapp floating**/
.whatsapp_bottom {
    position: fixed;
    left: 20px;
    bottom: 15px;
    background: #62595e;
    padding: 4px 10px;
    border-radius: 50px;
    width: 97px;
    z-index: 99999;
}

.whatsapp_bottom:hover {
    background: #00e676;
}

/*Anumation shake css*/
 .shake_whatsapp {
     animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
     transform: translate3d(0, 0, 0);
}
 @keyframes shake_whatsapp {
     10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }
     20%, 80% {
        transform: translate3d(2px, 0, 0);
    }
     30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }
     40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}



/**End whatsapp floating**/







/** Pop up Enquiery from*/
.popup{
    position: fixed;
    top: 100%;
    width: 100%;
    height: 100%;
    z-index: 10001;
 }

 .popup h4 {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
}

.popup .enquiry_form_popup_message{
    font-size: 14px;
    line-height:normal;
}

 .popup.active{
    top:0;
    /*background-color: rgba(3, 3, 3, 0.98);*/
    transition: background-color .6s ,opacity .6s;

 }
 .popup-content{
    box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 16px 0px, rgba(0, 0, 0, 0.19) 0px 6px 20px 0px !important;
    border: 1px solid var(--primary-color);
    }

 .popup .main-btn-rect{
    padding: 10px 100px;
 }
 .popup .popup-content{
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 568px;
    min-width: 320px;
    margin-top: 150px;
    padding: 25px;
    background-color: #FFF;
    color: #070000;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transition: margin .6s;
    -webkit-transition: margin .6s;
    -moz-transition: margin .6s;
    -o-transition: margin .6s;
 }
 .popup.active .popup-content{
    margin-top: 0px;
 }
 .popup-content h6{
    display: table;
    font-size: 16px;
    text-align: center;
    margin: 10px auto;
    font-family: 'Roboto',sans-serif;
    text-transform: uppercase;
    font-weight: 100;
 }
 #popup-reg .form-group{
    position: relative;
    width: 90%;
    margin: 0px auto;
 }
 form#send input, form#send textarea{
    position: relative;
    margin-bottom: 15px;
    width: 100%;
    height: 29px;
    font-family: 'RobotoLight', sans-serif;
    text-indent: 10px;
    background-color: transparent;
    outline: 0;
    border: none;
    border-bottom: 1px solid #070000;
    -webkit-transition: border 0.6s;
    -o-transition: border 0.6s;
    transition: border 0.6s;
    background-color: #f5f5f5;
    box-shadow: inherit;
    border: 1px solid #c1c1c1;
    border-radius: 0px;
    height: 34px;
    color: #6a6767;
    font-size: 14px;
 }


 form#send input:focus,
 form#send textarea:focus{
    border-bottom: 1px solid var(--primary-color);;
 }
 form#send label{
    position: absolute;
    top: 0;
    line-height: 28px;
    -webkit-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s;
 }
 form#send input:focus + label,
 form#send textarea:focus + label{
    color: var(--primary-color);;
 }
 form#send .txt{
    line-height: 22px;
    left: 2px;
 }
 form#send .main-btn-rect {
    position: relative;
    display: block;
    padding: 5px 5px;
    margin: 0px auto;
    font-size: 14px;
    width: 100%;
    border: none;
    /*.popup.active*/
 }
 form#send .main-btn-rect i {
    margin-right: 5px;
 }
 .myPopup{
    padding: 0px;
    color: #000;
    cursor: pointer;
    font-size: 16px;
    z-index: 9;
 }
 .myPopup span{
    color: #fff;
	 background-color: var(--primary-color);;
    display: block;
    text-align: center;
	border-radius: 0px;
    font-weight: 600;
 }
 .popup .fade-out{
    cursor: pointer;
    position: absolute;
    top: -20px;
    right: -20px;
    text-align: center;
    font-size: 13px;
    opacity: 1 !important;
    background: #333;
    width: 33px;
    color: #fff;
    border-radius: 18px;
    height: 33px;
    line-height: 32px;
 }



 .sidebar2 {
    width: 136px;
    height: 75px;
    position: fixed;
    right: -77px;
    top: 395px;
    z-index: 999999;
    transform: rotate(270deg);
   }


   /** End Pop up Enquiery from*/


a.btn_type_1,button.btn_type_1 {
    position: relative;
    transition: all .3s ease-in-out;
    background: #000;
    border-bottom-right-radius: 15px;
    overflow: hidden;
    display: inline-grid;
    padding: 6px 23px;
}

 .btn_type_1:hover{
    background: #fff;
    color: #000;
}

a.btn_type_1:hover span i {
    color: #000;
}


 .bg-light .btn_type_1:hover,
 .bg-light-container .btn_type_1:hover
 {
    background: #000;
    color: #fff;
}

 .bg-light a.btn_type_1:hover span i,
 .bg-light-container a.btn_type_1:hover span i {
    color: #fff;
}


a.btn_type_1 span {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 20px
}

a.btn_type_1:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    transition: all .3s ease-in-out
}


a.btn_type_1:hover:after {
    width: 0%
}

a.btn_type_1 span i {
  font-size: 17px;
  font-weight: normal;
  color: #fff;
}


a.btn_type_1:hover em.ai-font-play-button-a {
    border-color: #b71f37
}

    .global-site-btn a {
        padding: 0 1.625vw;
        height: 2.688vw;
        font-size: 1vw
    }

    .global-site-btn a img {
        margin-left: 1.125vw
    }

    a.btn_type_1 span {
        gap: 1.25vw;
        font-family: 'AgencyFB-Reg';
        text-transform: uppercase;
        letter-spacing: 3px;
        font-size: 15px;
    }

    .area_specialization_continer img{
        width: 100%;
        height: 255px;
    }



   /***home service Section **/
    .home_services_section{
        position: relative;
        height: 500px;
    }

    .home_services_section_content{
        margin-top: 50px;
        justify-content: center;
    }


     .home_services_section_content ul{
       display: flex;
       gap: 16vw;
    }

      .home_services_section_content ul li  {
        position: relative;
        width: 121px;
        text-align: center;
        margin: 20px 0;
    }

    .home_services_section_content ul li a{font-size: 38px;text-transform: uppercase;font-family: 'AgencyFB-Reg', sans-serif;color: #fff;display: inline-block;padding-left: 15px;line-height: 42px;font-weight: 500;}


    /* vertical line */
.home_services_section_content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 2px;
    height: 0;
    background: #fff; /* change color */
    transition: all 0.3s ease;
    transform: translateY(-50%);
}

/* hover effect */
.home_services_section_content ul li:hover::before {
    height: 100%;
}


@media screen and (max-width:768px) {
    .home_services_section_content {
            margin-top: 0px;
            background: #33333359;
            margin: 0px;
    }

    .home_services_section_content ul{
        display: block;
    }

    .home_services_section_content ul li{
        width: auto;
        margin: 10px 0 40px 0;

    }



}

   /***End home service Section **/




   /***home why work with us Section **/
    .home_why_work_with_us_section{
        position: relative;
        height: 500px;
    }

    .home_why_work_with_us_section_content{
        margin-top: 50px;
        justify-content: center;
    }


     .home_why_work_with_us_section_content ul{
       display: flex;
       gap: 14vw;
    }

      .home_why_work_with_us_section_content ul li  {
        position: relative;
        width: auto;
        text-align: center;
        margin: 10px 0;
        font-size: 26px;
        text-transform: uppercase;
        font-family: 'AgencyFB-Reg', sans-serif;
        color: #fff;
        display: inline-block;
        padding-left: 15px;
        line-height: 39px;
        background: #33333382;
        padding: 10px;
    }

    .home_why_work_with_us_section_r1{
        font-size: 40px;
        border-bottom: 1px solid #999;
        padding: 0px 10px 1px 10px;
    }

    .home_why_work_with_us_section_r2{
        font-size: 20px;
    }





@media screen and (max-width:768px) {

    .home_why_work_with_us_section {
         height: 600px;
    }

    .home_why_work_with_us_section_content {
            margin-top: 0px;
    }

    .home_why_work_with_us_section_content ul{
        display: block;
    }

    .home_why_work_with_us_section_content ul li{
        margin: 10px 0 18px 0;
        text-align: center;
        display: block;
        width: 100%;
    }



}

   /***End home why work with us Section **/
