/* Reset inheritance */
* {
  font-family: inherit;
}

/* Set global font */
html, body {
  font-family: 'Almarai', sans-serif !important;
  color: #214e42;
}

/* OPTIONAL: Override Cairo if needed */
@font-face {
  font-family: 'Cairo';
  src: url('fonts/Cairo-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Cairo';
  src: url('fonts/Cairo-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

body {
  font-family: 'Almarai', sans-serif !important;
}

  
  /* Ensure other elements use the same font */
  input,
  textarea,
  button,
  select,
  a,
  p,
  span,
  label,
  h1, h2, h3, h4, h5, h6,
  blockquote,
  div {
    font-family: 'Almarai', 'Poppins', sans-serif !important;
  }
  
  .top-menu-area {
      background: #D8AB7A;
      padding: 10px 0;
  }
  
  .top-menu-area .top-menu-left h4.ma-ri {
      margin-right: 40px;
  }
  
  .top-menu-area .top-menu-left h4 {
      font-size: 14px;
      line-height: 30px;
      color: #ffffff;
      font-weight: 500;
      margin: 0 0 0;
      display: inline-block;
  }
  
  .top-menu-left h4 i {
      display: inline-block;
      margin-right: 5px;
  }
  
  .top-icon-list {
      text-align: right;
  }
  
  .top-icon-list ul li {
      display: inline-block;
      list-style: none;
      margin-left: 15px;
  }
  
  .top-icon-list ul li a {
      font-size: 15px;
      display: inline-block;
      color: #fff;
  }
  
  /*================================
  <--   Nav Menu Area Css -->
  ==================================*/
  
  .hendre_nav_manu {
      transition: .5s;
      z-index: 2;
      position: relative;
      padding: 10px 0px 10px 90px;
      background: #101010;
  }
  
  .hendre_nav_manu.two {
      background: #fff!important;
  }
  
  .hendre_nav_manu.three {
      border-bottom: 1px solid #1A1815;
      padding: 10px 0px 10px 0;
  }
  
  .sticky.hendre_nav_manu.three{
      background:#101010 !important;
  }
  
  .hendre_nav_manu.three .nav-btn.navSidebar-button i {
      color: #fff;
  }
  
  .hendre_nav_manu.four {
      border-bottom: 1px solid #F3E5D8;
      padding: 10px 0px 10px 0;
      background: inherit;
  }
  
  .hendre_nav_manu.four .hendre_menu>ul>li>a {
      color:#000;
     
  }
  
  .sticky.hendre_nav_manu.four {
      background: inherit!important;
  }
  
  .hendre_nav_manu.four .nav-btn.navSidebar-button i {
      color:#000;
  
  }
  
  .hendre_nav_manu.three .header-src-box {
      text-align: right;
  }
  
  .sticky.hendre_nav_manu {
      border-bottom: inherit;
  }
  
  .hendre_nav_manu.style-two {
      transition: .5s;
      z-index: 2;
      position: relative;
      padding: 0 100px;
      background: #fff;
  }
  
  .hendre_nav_manu.style-two .search-box-btn.search-box-outer i {
      color: #333;
  }
  
  .sticky.hendre_nav_manu.style-two .search-box-btn.search-box-outer i {
      color: #fff;
  }
  
  .hendre_nav_manu.style-two .hendre_menu>ul>li>a {
      color: #333;
  }
  
  .sticky.hendre_nav_manu.style-two .hendre_menu>ul>li>a {
      color: #fff!important;
  }
  
  .hendre_nav_manu.transparent_menu {
      background: transparent;
      margin-bottom: -87px;
      position: relative;
  }
  
  .sticky {
      left: 0;
      margin: auto;
      position: fixed !important;
      top: 0;
      width: 100%;
      -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
      box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
      background: #101010!important;
      transition: .5s;
      z-index: 9;
      animation: 500ms running fadeInUp;
      animation-name: slideInDown;
  }
  
  .header-src-box {
      text-align: center;
  }
  
  .header-icon {
      display: inline-block;
      margin: 0 25px 0 15px;
  }
  
  .header-icon.home-three {
      margin: 0 15px 0 15px;
  }
  
  .header-icon a {
      display: inline-block;
      position: relative;
      z-index: 1;
      color: #012549;
      font-size: 20px;
  }
  
  .sticky .header-icon a {
      color: #fff;
  
  }
  
  .header-icon a::after {
      position: absolute;
      content: "0";
      top: 0;
      right: -8px;
      height: 15px;
      width: 15px;
      line-height: 15px;
      background: #D7AB79;
      color: #fff;
      border-radius: 50%;
      text-align: center;
      font-size: 12px;
  }
  
  .header-button {
      display: inline-block;
  }
  
  .header-button a::after {
      position: absolute;
      content: "";
      top: 9px;
      left: -12px;
      height: 16px;
      width: 1px;
      background: #fff;
      opacity: 0.3;
  }
  
  .header-button a {
      display: inline-block;
      font-size: 15px;
      line-height: 30px;
      color: #ffffff;
      font-weight: 500;
      transition: .5s;
      position: relative;
      z-index: 1;
  }
  
  .header-button a i {
      font-size: 20px;
      display: inline-block;
      margin: 0 0 0 0;
      position: relative;
      left: 2px;
      top: 2px;
  }
  
  .header-button a:hover{
      color: #D7AB79;
  }
  
  .sticky .hendre_nav_manu.two {
      background: #fff!important;
  }
  
  
  .hendre_nav_manu.two .hendre_menu>ul>li>a {
      color:rgba(0, 74, 89, 0.85) ;
      font-weight: bold;
  }
  
  .header-button.two a {
      display: inline-block;
      font-size: 15px;
      line-height: 30px;
      color: #101010;
      font-weight: 500;
      transition: .5s;
      position: relative;
      z-index: 1;
  }
  
  
  .sticky .hendre_nav_manu.left-sidebar{
      left: 0;
      margin: auto;
      position: fixed !important;
      top: 0;
      width: 100%;
      -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
      box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
      background: #D8AB7A!important;
      transition: .5s;
      z-index: 9;
      animation: 500ms running fadeInUp;
      animation-name: slideInDown;
  }
  
  
  .hendre_nav_manu.left-sidebar {
      transition: .5s;
      z-index: 2;
      position: fixed;
      padding: 10px 0px 10px 0px;
      background: #101010;
      width: 13%;
      margin-bottom: -56px;
      height: 100%;
      border-right: 1px solid #352E26;
  }
  
  .hendre_nav_manu.left-sidebar a.logo_img {
      /* margin-top: 20px; */
      display: inline-block;
  }
  
  .hendre_nav_manu.left-sidebar .hendre_menu>ul>li {
      display: block;
      position: relative;
      z-index: 1;
  }
  
  .hendre_nav_manu.left-sidebar nav.hendre_menu {
      text-align: left;
      margin-left: 25px;
  }
  
  .hendre_nav_manu.left-sidebar .left-sidebar-title h4 {
      font-size: 12px;
      line-height: 30px;
      color: #999999;
      font-weight: 300;
      position: relative;
      z-index: 1;
      text-transform: uppercase;
      margin-left: 43px;
  }
  
  .hendre_nav_manu.left-sidebar .left-sidebar-title h4::before {
      position: absolute;
      top: 14px;
      left: -85px;
      content: "";
      height: 1px;
      width: 80px;
      background: #999999;
      z-index: -1;
  }
  
  .hendre_nav_manu.left-sidebar .left-sidebar-title h4::after {
      position: absolute;
      top: 14px;
      right: 23px;
      content: "";
      height: 1px;
      width: 80px;
      background: #999999;
      z-index: -1;
  }
  
  .left-sidebar-icon-list ul li {
      font-size: 14px;
      line-height: 26px;
      color: #999999;
      font-weight: 400;
      display: block;
      margin: 0px 0 23px;
  }
  
  .left-sidebar-icon-list ul li i {
      display: inline-block;
      font-size: 14px;
      line-height: 26px;
      color: #fff;
      font-weight: 400;
      margin: 0 5px 0 0;
  }
  
  .left-sidebar-icon-list {
      text-align: center;
  }
  
  .left-sidebar-icon-list ul li {
      display: inline-block;
      list-style: none;
      margin: 0 3px 0;
  }
  
  .left-sidebar-icon-list ul li a {
      display: inline-block;
      font-size: 14px;
      color: #fff;
      height: 35px;
      width: 35px;
      line-height: 35px;
      text-align: center;
      border-radius: 50%;
      transition: .5s;
      border: 1px solid #999999;
  }
  
  .left-sidebar-icon-list {
      text-align: left;
      margin: 20px 0 0;
  }
  
  .left-sidebar-icon-list p {
      font-size: 12px;
      line-height: 26px;
      color: #999999;
      font-weight: 400;
      margin: 30px 0 0;
  }
  
  .left-sidebar-icon-list ul li a:hover {
      background: #D9AB7A;
  }
  
  .hendre_nav_manu.toggle-menu .hendre_nav_manu.left-sidebar .left-sidebar-title h4::before {
      background: inherit;
  }
  
  .hendre_nav_manu.toggle-menu .hendre_nav_manu.left-sidebar .left-sidebar-title h4::after {
      background: inherit;
  }
  
  .hendre_nav_manu.toggle-menu {
      transition: .5s;
      z-index: 2;
      position: relative;
      padding: 20px 0px 20px 40px;
      background: transparent;
      margin-bottom: -77px;
      border-bottom: 1px solid #9FA8AD;
  }
  
  .sticky.hendre_nav_manu.toggle-menu {
      border-bottom: inherit!important;
  }
  
  .hendre_nav_manu.toggle-menu .hendre_nav_manu.left-sidebar {
      margin-right: 0;
      position: fixed !important;
      top: 0;
      width: 17%;
      -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
      box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
      background: #101010!important;
      transition: .5s;
      z-index: 999;
      animation: 500ms running fadeInUp;
      animation-name: slideInDown;
      position: absolute;
      right: -70px;
      top: 0;
  }
  
  .sticky .hendre_nav_manu.toggle-menu .hendre_nav_manu.left-sidebar {
      margin: auto;
      position: fixed !important;
      top: 0;
      width: 17%;
      -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
      box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
      background: transparent !important;
      transition: .5s;
      z-index: 999;
      animation: 500ms running fadeInUp;
      animation-name: slideInDown;
      position: absolute;
      right: -70px;
  }
  
  .hendre_nav_manu.toggle-menu .nav-btn.navSidebar-button.style_two i {
      display: inline-block;
      font-size: 25px;
      color: #333;
      background: #fff;
      padding: 2px 4px;
      
  }
  
  
  /* hendre Menu Css*/
  nav.hendre_menu {
      text-align: center;
  }
  
  .hendre_menu ul {
      list-style: none;
      display: inline-block;
  }
  
  .hendre_menu>ul>li {
      display: inline-block;
      position: relative;
      z-index: 1;
  }
  @media (min-width: 1200px) {
    .hendre_menu>ul {
      white-space: nowrap;
    }
  }
  
  .hendre_menu>ul>li>a {
      display: block;
      padding: 20px 0px;
      margin: 0;
      transition: .5s;
      text-decoration: none;
      font-size: 15px;
      line-height: 30px;
      color: #ffffff;
      font-weight: 500;
      position: relative;
      z-index: 1;
  }
  
  .hendre_menu>ul>li>a::after {
      position: absolute;
      bottom: 0;
      left: 0;
      height: 2px;
      width: 0%;
      background: #D7AB79;
      content: "";
      transition: .5s;
  }
  
  nav.hendre_menu span {
      font-size: 13px;
      padding-left: 6px;
  }
  
  .hendre_menu>ul>li>a:hover {
      color: #D7AB79;
  }
  
  .hendre_nav_manu.four .hendre_menu>ul>li>a:hover {
      color: #D7AB79;
  }
  
  .hendre_menu>ul>li>a:hover::after {
      width: 100%;
  }
  
  
  
  
  /*** Sub Menu Style ***/
  .hendre_menu ul .sub-menu {
      position: absolute;
      left: 0;
      top: 130%;
      width: 217px;
      text-align: left;
      background: #fff;
      margin: 0;
      z-index: 1;
      -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
      transition: .5s;
      visibility: hidden;
      opacity: 0;
  }
  
  .hendre_menu ul li:hover>.sub-menu {
      visibility: visible;
      top: 100%;
      opacity: 1;
  }
  
  .hendre_menu ul .sub-menu li {
      position: relative;
  }
  
  .hendre_menu ul .sub-menu li a {
      display: block;
      padding: 12px 20px;
      margin: 0;
      line-height: 1.3;
      letter-spacing: normal;
      font-size: 16px;
      font-weight: 400;
      text-transform: capitalize;
      -webkit-transition: .1s;
      transition: .1s;
      visibility: inherit !important;
      color: #211e3b !important;
      transition: .5s;
  }
  
  .hendre_menu ul .sub-menu li:hover>a, .hendre_menu ul .sub-menu .sub-menu li:hover>a, .hendre_menu ul .sub-menu .sub-menu .sub-menu li:hover>a, .hendre_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
      background: #D7AB79;
      color: #fff !important;
  }
  
  /* sub menu 2 */
  .hendre_menu ul .sub-menu .sub-menu {
      left: 100%;
      top: 130%;
      opacity: 0;
      visibility: hidden;
  }
  
  .hendre_menu ul .sub-menu li:hover>.sub-menu {
      opacity: 1;
      visibility: visible;
      top: 0%;
  }
  
  /* sub menu 3 */
  .hendre_menu ul .sub-menu .sub-menu li {
      position: relative;
  }
  
  .hendre_menu ul .sub-menu .sub-menu .sub-menu {
      right: 100%;
      left: auto;
      top: 130%;
      opacity: 0;
      visibility: hidden;
  }
  
  .hendre_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
      opacity: 1;
      visibility: visible;
      top: 0%;
  }
  
  ul.sub-menu li a span {
      background: #D7AB79;
      padding: 5px 10px;
      color: #fff;
      opacity: 1;
      font-family: 'Almarai', 'Poppins', sans-serif !important;
      border-radius: 2px;
      margin-left: 5px;
      transition: .5s;
  }
  
  ul.sub-menu li:hover a span{
      background: rgba(255,255,255, 0.20);
  }
  
  /* sub menu 4 */
  .hendre_menu ul .sub-menu .sub-menu .sub-menu li {
      position: relative;
  }
  
  
  .hendre_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
      opacity: 1;
      visibility: visible;
      top: 0%;
  }
  
  .hendre_menu li a:hover::before {
      width: 101%;
  }
  
  .hendre_nav_manu.sticky .logo_img {
      display: none;
  }
  
  .main_sticky {
      display: none;
  }
  
  .hendre_nav_manu.sticky .main_sticky {
      display: inherit;
  }
  
  .sticky .hendre_menu li a {
      color: #fff;
  }
  
  .hendre_nav_manu.sticky a.dtbtn {
      color: #fff;
      background: #D7AB79;
      border: 2px solid #D7AB79;
  }
  
  .hendre_nav_manu.sticky a.dtbtn:hover {
      color: #43baff;
  }
  
  .mobile-menu.mean-container {
      overflow: hidden;
  }
  
  .head-btn {
      display: inline-block;
  }
  
  .head-btn a {
      display: inline-block;
      font-size: 16px;
      background: #C79E70;
      padding: 11px 27px;
      color: #fff;
      text-transform: uppercase;
      position: relative;
      z-index: 1;
      transition: .5s;
  }
  
  .head-btn a::after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: #fff;
      z-index: -1;
      transform: scale(0);
      transition: .5s;
  }
  
  .hendre_nav_manu.five {
      background:#292F3B;
      border-bottom: 1px solid #292F3B;
      padding: 0px 0px 0px 20px;
  }
  
  #sticky-header {
      border-width: 8px 0;
      border-style: solid;
      border-image: linear-gradient(to right, #bfae3f, #3d8a8a) 1;
      background-color: white; /* optional */
      padding-top: 10px !important;
      padding-bottom: 10px !important;
    }
  
    #sticky-header .row {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }
    
    #sticky-header .logo,
    #sticky-header .hendre_menu ul.nav_scroll > li > a,
    #sticky-header .header-src-box {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
      margin-top: 0 !important;
      margin-bottom: 0 !important;
      margin-right: 20px;
    }
    /* Here change log size */
    #sticky-header img {
      max-height: 100px;
      width: 110px;
      height: auto;
      
    }
    .hendre_menu .nav_scroll {
        display: flex;
        justify-content: space-evenly;
        padding: 0;
        margin: 0;
        list-style: none;
      }
  
   .sticky.hendre_nav_manu.five  {
      background: #101010!important;
      border-bottom: inherit;
  }
  
  .head-btn a:hover{
      color: #101010 ;
  }
  
  .head-btn a:hover::after{
      transform: scale(1);
  }
  
  .hendre_nav_manu.five.upper .hendre_menu>ul>li>a {
      color: #101010!important;
  }
  
  .hendre_nav_manu.five.upper .hendre_menu>ul>li>a:hover {
      color: #D6AB79!important;
  }
  
  .sticky.hendre_nav_manu.five.upper {
      background: #EDEDEB!important;
      border-bottom: 1px solid #DDDDDD;
      padding: 0px 0px 0px 2px;
  }
  
  .hendre_nav_manu.five.upper {
      background: transparent;
      border-bottom: 1px solid #DEDEDE;
      padding: 0px 0px 0px 0px;
  }
  
  
  /* Base link color */
  .hendre_menu ul.nav_scroll > li > a {
      color: #101010;
      transition: color 0.3s ease;
    }
    
    /* Hover color */
    .hendre_menu ul.nav_scroll > li > a:hover {
      color: #D7AB79 !important;
    }
    
    /* Active link color */
    .hendre_menu ul.nav_scroll > li.active > a {
      color: #D7AB79 !important;
      font-weight: bold;
      position: relative;
    }
    
    /* Optional: underline or highlight for active link */
    .hendre_menu ul.nav_scroll > li.active > a::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -5px;
      width: 100%;
      height: 2px;
      background-color: #D7AB79;
    }
    
    
    
    
  /*=============================================
  <-- Search Box Css -->
  ===============================================*/
  /*nav button*/
  .search-box-btn.search-box-outer {
      display: inline-block;
  }
  
  .nav-btn.navSidebar-button {
      display: inline-block;
      position: relative;
      top: 2px;
      right: -30px;
  }
  
  .sidebar-btn {
      display: inline-block;
      margin-left: 25px;
  }
  
  .nav-btn.navSidebar-button i {
      display: inline-block;
      font-size: 25px;
      cursor: pointer;
  }
  
  .nav-btn.navSidebar-button.style_two i {
      display: inline-block;
      font-size: 25px;
      color: #333;
      margin-right: 40px;
  }
  
  .nav-btn.navSidebar-button a i {
      font-size: 15px;
      width: 32px;
      line-height: 35px;
      height: 32px;
      border-radius: 50px;
      text-align: center;
      background: #efefef;
      display: inline-block;
      color: #232323;
      position: relative;
      z-index: 1;
      margin-left: 15px;
      transition: .5s;
      cursor: pointer;
  }
  
  .nav-btn.navSidebar-button a i::after {
      position: absolute;
      content: "";
      z-index: -1;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: #D8AB7A;
      border-radius: 50%;
      transition: .5s;
      transform: scale(0);
  }
  
  .nav-btn.navSidebar-button a i:hover::after {
      transform: scale(1);
  }
  
  .nav-btn.navSidebar-button a i:hover {
      color: #fff;
  }
  
  .xs-sidebar-group .xs-overlay {
      left: 100%;
      top: 0;
      position: fixed;
      z-index: 101;
      height: 100%;
      opacity: 0;
      width: 100%;
      visibility: hidden;
      -webkit-transition: all 0.4s ease-in 0.8s;
      -o-transition: all 0.4s ease-in 0.8s;
      transition: all 0.4s ease-in 0.8s;
  }
  
  .xs-sidebar-group .widget-heading {
      position: absolute;
      top: 23px;
      right: 0;
      padding: 25px;
  }
  
  .xs-sidebar-widget {
      position: fixed;
      right: -100%;
      top: 0;
      bottom: 0;
      width: 100%;
      max-width: 360px;
      z-index: 999999;
      overflow: hidden;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      background-color: #272727;
      -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
      -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
      transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
      visibility: hidden;
      opacity: 0;
  }
  
  .xs-sidebar-group.isActive .xs-overlay {
      opacity: 0.7;
      visibility: visible;
      -webkit-transition: all 0.8s ease-out 0s;
      -o-transition: all 0.8s ease-out 0s;
      transition: all 0.8s ease-out 0s;
      left: 0;
  }
  
  .xs-sidebar-group.isActive .xs-sidebar-widget {
      opacity: 1;
      visibility: visible;
      right: 0;
      -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
      -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
      transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  }
  
  .sidebar-textwidget {
      padding: 40px 32px;
  }
  
  .close-side-widget i {
      color: #D8AB79;
      font-size: 28px;
      display: block;
  }
  
  .sidebar-widget-container {
      position: relative;
      top: 150px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.3s ease-in 0.3s;
      -o-transition: all 0.3s ease-in 0.3s;
      transition: all 0.3s ease-in 0.3s;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
  }
  
  .xs-sidebar-group.isActive .sidebar-widget-container {
      top: 0px;
      opacity: 1;
      visibility: visible;
      -webkit-transition: all 1s ease-out 1.2s;
      -o-transition: all 1s ease-out 1.2s;
      transition: all 1s ease-out 1.2s;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
  }
  
  .xs-overlay {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      opacity: 0.5;
      z-index: 0;
  }
  
  .xs-bg-black {
      background-color: #D9AB7A;
  }
  
  /*html css*/
  .nav-logo {
      margin: 0 0 50px;
  }
  
  .content-thumb-box {
      padding: 0 0 20px;
  }
  
  .content-thumb-box img {
      width: 100%;
  }
  
  .content-box h2 {
      color: #fff;
      font-size: 26px;
      font-weight: 600;
  }
  
  .content-box p {
      display: inline-block;
      color: #fff;
      padding: 15px 0 0;
  }
  
  a.theme-btn.btn-style-two span {
      color: #fff;
      font-size: 20px;
  }
  
  a.theme-btn.btn-style-two i {
      color: #D8AB7A;
  }
  
  .contact-info h2 {
      color: #fff;
      font-size: 26px;
      margin-bottom: 15px;
      font-weight: 600;
  }
  
  ul.list-style-one li {
      display: block;
      list-style: none;
      color: #fff;
      padding: 16px 0 0;
      overflow: hidden;
  }
  
  ul.list-style-one li i {
      margin-right: 10px;
  }
  
  ul.list-style-one li span {
      font-size: 20px;
      font-weight: 600;
      color: #D8AB7A;
      margin: 0 10px 0 0px;
  }
  
  ul.social-box {
      margin: 30px 0 0;
  }
  
  ul.social-box li {
      display: inline-block;
      list-style: none;
      margin: 0 6px 0 0;
  }
  
  ul.social-box li a {
      display: inline-block;
      width: 35px;
      height: 35px;
      line-height: 36px;
      text-align: center;
      background: #fff;
      color: #272727;
      transition: .5s;
      font-size: 18px;
      border-radius: 3px;
  }
  
  ul.social-box li a:hover {
      background: #D8AB79;
      color: #fff;
  }
  
  /*--==============================================->
  <!-- Vario breadcumb Area Css -->
  ==================================================-*/
  
  .breadcumb-area-about {
      background: url('../images/slider/about-header.png') no-repeat center center;
      background-size: cover;
      padding: 100px 0 0 0;
      height: 580px;
      position: relative;
      z-index: 1;
      margin-bottom: 0;
      display: flex;
      align-items: center;
    }
    
    /* Medium Devices (Tablets) */
    @media (max-width: 991.98px) {
      .breadcumb-area-about {
        height: 400px;
        padding: 80px 0 0 0;
      }
    }
    
    /* Small Devices (Phones) */
    @media (max-width: 767.98px) {
      .breadcumb-area-about {
        height: 300px;
        padding: 60px 0 0 0;
        background-position: center top;
      }
    }
    
    /* Extra Small (Phones < 576px) */
    @media (max-width: 575.98px) {
      .breadcumb-area-about {
        height: 250px;
        padding: 50px 0 0 0;
      }
    }
    
  
  .breadcumb-area-service {
      background: url(../images/slider/service_slider.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      padding: 100px 0px 0px 0px;
      height: 580px;
      position: relative;
      z-index: 1;
      margin-bottom: 0;
  }
  @media (max-width: 768px) {
      .breadcumb-area-service {
        height: 300px;
        padding: 60px 0 0 0;
      }
    }
  
    /* Medium Devices (Tablets) */
    @media (max-width: 991.98px) {
      .breadcumb-area-service {
        height: 400px;
        padding: 80px 0 0 0;
      }
    }
    
    /* Small Devices (Phones) */
    @media (max-width: 767.98px) {
      .breadcumb-area-service {
        height: 300px;
        padding: 60px 0 0 0;
        background-position: center top;
      }
    }
    
    /* Extra Small (Phones < 576px) */
    @media (max-width: 575.98px) {
      .breadcumb-area-service {
        height: 250px;
        padding: 50px 0 0 0;
      }
    }
  
  .breadcumb-area-projects {
      background: url(../images/slider/project-slider.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      padding: 100px 0px 0px 0px;
      height: 580px;
      position: relative;
      z-index: 1;
      margin-bottom: 0;
  }
  
  @media (max-width: 768px) {
      .breadcumb-area-projects {
        height: 300px;
        padding: 60px 0 0 0;
      }
    }
  
      /* Medium Devices (Tablets) */
      @media (max-width: 991.98px) {
          .breadcumb-area-projects {
            height: 400px;
            padding: 80px 0 0 0;
          }
        }
        
        /* Small Devices (Phones) */
        @media (max-width: 767.98px) {
          .breadcumb-area-projects {
            height: 300px;
            padding: 60px 0 0 0;
            background-position: center top;
          }
        }
        
        /* Extra Small (Phones < 576px) */
        @media (max-width: 575.98px) {
          .breadcumb-area-projects {
            height: 250px;
            padding: 50px 0 0 0;
          }
        }
      
  .breadcumb-area-partnerts {
      background: url(../images/slider/partner_slider.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      padding: 100px 0px 0px 0px;
      height: 580px;
      position: relative;
      z-index: 1;
      margin-bottom: 0;
  }
  
  @media (max-width: 768px) {
      .breadcumb-area-partnerts {
        height: 300px;
        padding: 60px 0 0 0;
      }
    }
  
        /* Medium Devices (Tablets) */
        @media (max-width: 991.98px) {
          .breadcumb-area-partnerts {
            height: 400px;
            padding: 80px 0 0 0;
          }
        }
        
        /* Small Devices (Phones) */
        @media (max-width: 767.98px) {
          .breadcumb-area-partnerts {
            height: 300px;
            padding: 60px 0 0 0;
            background-position: center top;
          }
        }
        
        /* Extra Small (Phones < 576px) */
        @media (max-width: 575.98px) {
          .breadcumb-area-partnerts {
            height: 250px;
            padding: 50px 0 0 0;
          }
        }
      
  .breadcumb-area-career {
      background: url(../images/slider/career-slider.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      padding: 100px 0px 0px 0px;
      height: 580px;
      position: relative;
      z-index: 1;
      margin-bottom: 0;
  }
  @media (max-width: 768px) {
      .breadcumb-area-career {
        height: 300px;
        padding: 60px 0 0 0;
      }
    }
  
    
        /* Medium Devices (Tablets) */
        @media (max-width: 991.98px) {
          .breadcumb-area-partnerts {
            height: 400px;
            padding: 80px 0 0 0;
          }
        }
        
        /* Small Devices (Phones) */
        @media (max-width: 767.98px) {
          .breadcumb-area-partnerts {
            height: 300px;
            padding: 60px 0 0 0;
            background-position: center top;
          }
        }
        
        /* Extra Small (Phones < 576px) */
        @media (max-width: 575.98px) {
          .breadcumb-area-partnerts {
            height: 250px;
            padding: 50px 0 0 0;
          }
        }
  
  .breadcumb-area-contact {
      background: url(../images/slider/contact-slider.png) no-repeat center center;
      background-size: cover;
      padding: 100px 0 0 0;
      height: 580px;
      position: relative;
      z-index: 1;
      margin-bottom: 0;
      width: 100%;
      display: flex;
      align-items: center;
  }
  
  @media (max-width: 768px) {
      .breadcumb-area-contact {
        height: 300px;
        padding: 60px 0 0 0;
      }
    }
  
    
        /* Medium Devices (Tablets) */
        @media (max-width: 991.98px) {
          .breadcumb-area-contact {
            height: 400px;
            padding: 80px 0 0 0;
          }
        }
        
        /* Small Devices (Phones) */
        @media (max-width: 767.98px) {
          .breadcumb-area-contact {
            height: 300px;
            padding: 60px 0 0 0;
            background-position: center top;
          }
        }
        
        /* Extra Small (Phones < 576px) */
        @media (max-width: 575.98px) {
          .breadcumb-area-contact {
            height: 250px;
            padding: 50px 0 0 0;
          }
        }
    .breadcumb-area-partnerts-logo {
      background: url(../images/slider/p.) no-repeat center center;
      background-size: cover;
      padding: 100px 0 0 0;
      height: 780px;
      position: relative;
      z-index: 1;
      margin-bottom: 0;
      width: 100%;
      display: flex;
      align-items: center;
  }
  
  @media (max-width: 768px) {
      .breadcumb-area-partnerts-logo {
        height: 300px;
        padding: 60px 0 0 0;
      }
    }
  
  /* .breadcumb-area-contact-contact {
      background: url(../images/slider/contact-ContactSection.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      padding: 100px 0px 0px 0px;
      height: 580px;
      position: relative;
      z-index: 1;
      margin-bottom: 0;
  } */
   /* Contact info section css start   */
  
  .contact-info-section {
      background: url(../images/slider/contact-bg.png)   center/cover no-repeat;
      position: relative;
      padding: 0px 0px;
      color: white;
    }
    
    .contact-info-section .overlay {
      background-color: rgba(0, 74, 89, 0.85); /* Teal-blue overlay */
      padding: 60px 20px;
    }
    
    .contact-info-section h4 {
      font-size: 18px;
      margin-top: 25px;
      font-weight: 600;
      letter-spacing: 1px;
    }
    
    .contact-info-section p {
      font-size: 16px;
      margin: 5px 0;
      line-height: 1.6;
    }
    
    .contact-info-section .highlight {
      font-size: 20px;
      font-weight: bold;
    }
    
    .contact-info-section a {
      color: white;
      text-decoration: underline;
    }
    
    .contact-info-section a:hover {
      color: #c1b15c;
    }
   /* Contact info section css end   */
   
  .content-inner {
      margin-top: 0px !important; /* Keep or ensure this */
      padding-top: 0px; /* Optional: reduce internal spacing */
  }
  .content-inner h1,
  .content-inner p {
      margin-top: 0;
  }
  
  
  
  
  .vision-text-section {
      position: relative;
      background-color: #fff;
      padding: 60px 30px;
      overflow: hidden;
    }
    
    .vision-text-content {
      position: relative;
      z-index: 2;
      max-width: 1000px;
      margin: auto;
      text-align: j;
    }
    
    .vision-text-content h2 {
      font-size: 28px;
      color: #bfae3f;
      font-weight: bold;
      margin-bottom: 20px;
    }
    
    .vision-text-content p {
      font-size: 16px;
      line-height: 1.8;
      color: #333;
      margin-bottom: 15px;
      font-weight: bold;
      text-align: justify;
    }
    
    
    /*--==============================================->
  <!-- index page  Css -->
  ==================================================-*/
  @keyframes typing {
    from { width: 0; }
    to { width: 100%; }
  }
  
  .typing-effect {
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    animation: typing 4s steps(40, end) forwards;
    font-size: 1rem;
  }
  
  /* Responsive font sizes */
  @media (min-width: 576px) {
    .typing-effect {
      font-size: 1.25rem;
    }
  }
  @media (min-width: 768px) {
    .typing-effect {
      font-size: 1.5rem;
    }
  }
  @media (min-width: 992px) {
    .typing-effect {
      font-size: 1.75rem;
    }
  }
  
  /* Delay for second line */
  .typing-delay {
    animation-delay: 4s;
    animation-duration: 4s;
    animation-fill-mode: forwards;
    animation-timing-function: steps(40, end);
  }
  
  
  
  
    /*<!-- ============================================================== -->
  <!-- our vision section -->
  <!-- ============================================================== -->*/
  
    /* Grid Overlay */
    .grid-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: 
        linear-gradient(to right, rgba(191,174,63,0.4) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(191,174,63,0.4) 1px, transparent 1px);
      background-size: 40px 40px;
      z-index: 1;
      pointer-events: none;
    }
    
    /* Bottom Image Section */
    .vision-image-section img {
      width: 100%;
      margin-top: -500px;
      z-index: 2;
    }  
  
  
    /*<!-- ============================================================== -->
  <!-- Project page css start-->
  <!-- ============================================================== -->*/
  
  /* General Styles */
  .residential-section {
      background-color: #f7f7f0;
      padding: 0;
      margin: 0;
  }
  
  .residential-wrapper {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
  }
  
  .residential-image {
      flex: 0 0 55%;
      min-height: 100%;
  }
  
  .residential-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
  }
  
  .residential-text {
      flex: 0 0 45%;
      padding: 80px 60px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      background-color: #f7f7f0;
  }
  
  .residential-text h2 {
      font-size: 50px;
      font-weight: 600;
      line-height: 1.3;
      color: #214e42;
      margin-bottom: 20px;
  }
  
  .highlight-text {
      background-color: #fef071;
      padding: 0 8px;
  }
  
  .residential-text p {
      font-size: 16px;
      color: #214e42;
      line-height: 1.8;
      margin-bottom: 20px;
  }
  
  .feature-title {
      font-size: 18px;
      color: #214e42;
      font-weight: bold;
      margin-bottom: 5px;
  }
  
  .feature-list {
      list-style: none;
      padding-left: 0;
      margin: 0 0 20px 0;
  }
  
  .feature-list li {
      color: #214e42;
      margin-bottom: 6px;
      font-weight: bold;
  }
  
  /* Small Devices (Phones) */
  @media (max-width: 575.98px) {
      .residential-wrapper {
          flex-direction: column; /* Stack text and image vertically on small screens */
      }
  
      .residential-text {
          padding: 40px 20px;
      }
  
      .residential-text h2 {
          font-size: 24px;
      }
  
      .residential-text p {
          font-size: 14px;
          line-height: 1.6;
      }
  
      .feature-title {
          font-size: 16px;
      }
  
      .feature-list li {
          font-size: 14px;
      }
  
      .residential-image img {
          height: auto; /* Maintain aspect ratio for smaller screens */
      }
  }
  
  /* Medium Devices (Tablets) */
  @media (max-width: 767.98px) {
      .residential-wrapper {
          flex-direction: column; /* Stack text and image vertically for tablet sizes */
      }
  
      .residential-text {
          padding: 60px 30px;
      }
  
      .residential-text h2 {
          font-size: 28px;
      }
  
      .residential-text p {
          font-size: 15px;
          line-height: 1.7;
      }
  
      .feature-title {
          font-size: 17px;
      }
  
      .feature-list li {
          font-size: 15px;
      }
  }
  
  /* Larger Devices (Desktops) */
  @media (min-width: 1024px) {
      .residential-text {
          padding: 80px 60px;
      }
  
      .residential-text h2 {
          font-size: 38px;
      }
  
      .residential-text p {
          font-size: 16px;
          line-height: 1.8;
      }
  
      .feature-title {
          font-size: 18px;
      }
  
      .feature-list li {
          font-size: 16px;
      }
  }
  
  
  
  /* General Styles */
  .hotel-commercial-section,
  .residential-villa-section {
      background-color: #f7f7f0;
      padding: 0;
      margin: 0;
  }
  
  .hotel-commercial-wrapper,
  .residential-villa-wrapper {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
  }
  
  .hotel-commercial-image,
  .residential-villa-image {
      flex: 0 0 55%;
      min-height: 100%;
  }
  
  .hotel-commercial-image img,
  .residential-villa-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
  }
  
  .hotel-commercial-text,
  .residential-villa-text {
      flex: 0 0 45%;
      padding: 80px 60px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      background-color: #f7f7f0;
  }
  
  .hotel-commercial-text h2,
  .residential-villa-text h2 {
      font-size: 50px;
      font-weight: 600;
      line-height: 1.2;
      color: #214e42;
      margin-bottom: 20px;
  }
  
  .highlight-text {
      background-color: #fef071;
      padding: 0 8px;
  }
  
  .hotel-commercial-text p,
  .residential-villa-text p {
      font-size: 16px;
      color: #214e42;
      line-height: 1.8;
      margin-bottom: 20px;
  }
  
  .feature-title {
      font-size: 18px;
      color: #214e42;
      font-weight: bold;
      margin-bottom: 5px;
  }
  
  .feature-list {
      list-style: none;
      padding-left: 0;
      margin: 0 0 20px 0;
  }
  
  .feature-list li {
      color: #214e42;
      margin-bottom: 6px;
      font-weight: bold;
  }
  
  /* Small Devices (Phones) */
  @media (max-width: 575.98px) {
      .hotel-commercial-wrapper,
      .residential-villa-wrapper {
          flex-direction: column; /* Stack text and image vertically */
      }
  
      .hotel-commercial-text,
      .residential-villa-text {
          padding: 40px 20px;
      }
  
      .hotel-commercial-text h2,
      .residential-villa-text h2 {
          font-size: 24px;
      }
  
      .hotel-commercial-text p,
      .residential-villa-text p {
          font-size: 14px;
          line-height: 1.6;
      }
  
      .feature-title {
          font-size: 16px;
      }
  
      .feature-list li {
          font-size: 14px;
      }
  
      .hotel-commercial-image img,
      .residential-villa-image img {
          height: auto; /* Maintain aspect ratio for smaller screens */
      }
  }
  
  /* Medium Devices (Tablets) */
  @media (max-width: 767.98px) {
      .hotel-commercial-wrapper,
      .residential-villa-wrapper {
          flex-direction: column; /* Stack text and image vertically */
      }
  
      .hotel-commercial-text,
      .residential-villa-text {
          padding: 60px 30px;
      }
  
      .hotel-commercial-text h2,
      .residential-villa-text h2 {
          font-size: 28px;
      }
  
      .hotel-commercial-text p,
      .residential-villa-text p {
          font-size: 15px;
          line-height: 1.7;
      }
  
      .feature-title {
          font-size: 17px;
      }
  
      .feature-list li {
          font-size: 15px;
      }
  }
  
  /* Larger Devices (Desktops) */
  @media (min-width: 1024px) {
      .hotel-commercial-text,
      .residential-villa-text {
          padding: 80px 60px;
      }
  
      .hotel-commercial-text h2,
      .residential-villa-text h2 {
          font-size: 38px;
      }
  
      .hotel-commercial-text p,
      .residential-villa-text p {
          font-size: 16px;
          line-height: 1.8;
      }
  
      .feature-title {
          font-size: 18px;
      }
  
      .feature-list li {
          font-size: 16px;
      }
  }
  /* <!--- Project page css end- --> */
  
  
  
  /*<!-- ============================================================== -->
  <!-- career  page css start-->
  <!-- ============================================================== -->*/
  
  
  /* General Section Styles */
  .content-inner {
      background-size: cover;
      padding-top: 80px;
      margin-top: 0;
      
  }
  
  .container {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
      color:#176c6f;
  }
  
  .section-head {
      text-align: center;
      color: black;
  }
  
  .title {
      color: #c1b15c;
      text-align: left;
  }
  
  .content-text {
      text-align: justify;
      padding: 10px 100px 50px;
  }
  
  .highlight-text {
      font-weight: bold;
  }
  
  .bold-text {
      font-weight: bold;
  }
  
  /* Responsive Styles for Small Devices (Phones) */
  @media (max-width: 575.98px) {
      .content-text {
          padding: 10px 20px 30px;
      }
  
      .title {
          font-size: 24px;
          text-align: center;
      }
  
      .content-text p {
          font-size: 14px;
      }
  
      .content-text .highlight-text {
          font-size: 16px;
      }
  
      .content-text .bold-text {
          font-size: 14px;
      }
  }
  
  /* Responsive Styles for Medium Devices (Tablets) */
  @media (max-width: 767.98px) {
      .content-text {
          padding: 10px 30px 40px;
      }
  
      .title {
          font-size: 28px;
          text-align: center;
      }
  
      .content-text p {
          font-size: 15px;
      }
  
      .content-text .highlight-text {
          font-size: 18px;
      }
  
      .content-text .bold-text {
          font-size: 15px;
      }
  }
  
  /* Responsive Styles for Larger Devices (Desktops) */
  @media (min-width: 1024px) {
      .content-text {
          padding: 10px 100px 50px;
      }
  
      .title {
          font-size: 36px;
          text-align: left;
      }
  
      .content-text p {
          font-size: 16px;
      }
  
      .content-text .highlight-text {
          font-size: 18px;
      }
  
      .content-text .bold-text {
          font-size: 16px;
      }
  }
  
  
  /* Core layout */
  .careers-section {
      padding: 60px 20px;
    }
    .careers-title {
      font-size: 36px;
      font-weight: bold;
    }
    .highlight {
      color: #bbaa4d;
    }
    
    /* Filter panel */
    .filter-box {
      background: #f6f9f9;
      padding: 30px;
      border-radius: 6px;
    }
    .filter-box .form-group {
      margin-bottom: 20px;
    }
    .filter-box label {
      font-weight: 600;
      color: #246d71;
      display: block;
      margin-bottom: 5px;
    }
    
    /* Icon input/select styling */
    .input-icon {
      position: relative;
    }
    .input-icon input,
    .input-icon select {
      width: 100%;
      padding: 10px 35px 10px 12px;
      border: 1px solid #ccc;
      border-radius: 4px;
    }
    .input-icon i {
      position: absolute;
      right: 12px;
      top: 50%;
      transform: translateY(-50%);
      pointer-events: none;
      color: #246d71;
    }
    
    /* Filter buttons */
    .filter-buttons {
      display: flex;
      gap: 10px;
      justify-content: space-between;
    }
    .btn-search,
    .btn-clear {
      flex: 1;
      padding: 10px;
      border: none;
      border-radius: 4px;
      font-weight: bold;
    }
    .btn-search {
      background-color: #497875;
      color: white;
    }
    .btn-clear {
      background-color: #d7e0e0;
      color: #497875;
    }
    
    /* Job content */
    .job-title {
      font-weight: bold;
      color: #000;
    }
    .job-meta {
      list-style: none;
      padding-left: 0;
      color: #000;
      margin-bottom: 20px;
    }
    .job-meta li {
      margin-bottom: 5px;
    }
    .job-details h6 {
      font-weight: bold;
      margin-top: 20px;
      color: black;
    }
    
    /* Pagination
    .job-pagination {
      margin-top: 40px;
      text-align: center;
    }
    .job-pagination ul {
      list-style: none;
      padding-left: 0;
      display: inline-flex;
      gap: 10px;
    }
    .job-pagination a {
      padding: 8px 14px;
      border: 1px solid #ccc;
      color: #497875;
      border-radius: 4px;
      text-decoration: none;
      font-weight: bold;
    }
    .job-pagination a.active,
    .job-pagination a:hover {
      background-color: #497875;
      color: #fff;
    }
    .job-pagination span {
      padding: 8px 12px;
      color: #999;
    } */
    
    /* Responsive layout */
    @media (max-width: 992px) {
      .filter-buttons {
        flex-direction: column;
      }
    }
    @media (max-width: 768px) {
      .job-title {
        font-size: 18px;
      }
      .careers-title {
        font-size: 28px;
      }
      .input-icon input,
      .input-icon select {
        padding: 10px 30px 10px 10px;
      }
    }
    
  
    /* Pagination */
  .job-pagination {
      margin-top: 40px;
      text-align: center;
    }
    .job-pagination ul {
      list-style: none;
      padding-left: 0;
      display: inline-flex;
      gap: 10px;
    }
    .job-pagination a {
      padding: 8px 14px;
      border: 1px solid #ccc;
      color: #497875;
      border-radius: 4px;
      text-decoration: none;
      font-weight: bold;
    }
    .job-pagination a.active,
    .job-pagination a:hover {
      background-color: #497875;
      color: #fff;
    }
    .job-pagination span {
      padding: 8px 12px;
      color: #999;
    }
  
  /* <!-- career  page css end--> */
  
    /*<!-- ============================================================== -->
  <!-- Built Environment-->
  <!-- ============================================================== -->*/
  .hero-banner {
      width: 100%;
      height: 70vh; /* or use fixed height like 600px */
      background-image: url('../images/slider/Screenshot 2025-04-11 at 10.30.56ΓÇ»AM.png'); /* replace with your image path */
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    .hero-overlay {
      margin-top: 20px;
  
      text-align: center;
      color: #fff;
      padding: 20px;
    }
    
    .hero-overlay h1 {
      margin-top: 800px;
      font-size: 48px;
      font-weight: bold;
      line-height: 1.3;
      color: white;
      text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5); /* optional for readability */
      margin: 0;
    }
    
  
  
    .features-grid {
      background-color: #dfeae7; /* Light background similar to image */
      padding: 60px 20px;
    }
    
    .feature-item {
      margin-bottom: 30px;
    }
    
    .feature-item h4 {
      font-size: 20px;
      font-weight: 700;
      color: #222;
      margin-bottom: 15px;
    }
    
    .feature-item p {
      font-size: 15px;
      color: #333;
      line-height: 1.7;
      margin-bottom: 10px;
    }
    
  
    /*<!-- ============================================================== -->
  <!-- contact section at each page -->
  <!-- ============================================================== -->*/
  .contact-split {
      padding: 80px 20px;
      background-color: #fff;
    }
    
    .contact-split h3 {
      font-size: 24px;
      color: #333;
      margin-bottom: 60px;
    }
    
    .contact-left .form-control {
      width: 100%;
      padding: 10px 15px;
      background: #f4f7f8;
      border: none;
      font-size: 15px;
    }
    
    .send-btnn {
        color: #28524b;
        background-color: #f4f7f8;
        font-family: 'Almarai', 'Poppins', sans-serif !important;
        padding: 6px 14px;
        font-size: 13px;
        font-weight: bold;
        cursor: pointer;
        border-color: #f4f7f8;
        display: inline-block;
        margin-top: 10px;
        transition: all 0.3s ease;
        border-radius: 0;
      }
      
      .send-btnn:hover {
        background-color: #28524b;
        color: #fff;
      }
    
    .contact-right {
      display: flex;
      align-items: start;
      justify-content: center;
      padding-top: 50px;
    }
    
    .info-columns {
      display: flex;
      gap: 40px;
      padding-top: 15px;
    }
    
    .info-col p {
      margin-bottom: 10px;
      font-size: 15px;
      color: #222;
    }
    
    .info-col strong {
      font-weight: 700;
      display: block;
      margin-bottom: 10px;
    }
    
    /*Footer copyright css  */
   
    .footer-bar {
      background-color: #28524b; /* Deep green */
      padding: 20px 0;
      color: #fff;
      text-align: center;
    }
    
    .footer-bar-social ul {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 15px;
      list-style: none;
      padding: 0;
      margin: 0;
      flex-wrap: wrap;
    }
    
    .footer-bar-social li {
      color: #fff;
      font-size: 14px;
    }
    
    .footer-bar-social li a {
      width: 36px;
      height: 36px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #fff;
      border-radius: 50%;
      color: #fff;
      font-size: 14px;
      transition: 0.3s ease;
    }
    
    .footer-bar-social li a:hover {
      background-color: #fff;
      color: #28524b;
    }
    
    .footer-bar-social .copyright {
      font-weight: 500;
    }
  
    /*<!-- ============================================================== -->
  <!-- service page section --->
  <!-- ============================================================== -->*/
  /* <!-- service page header ---> */
  
  .goal-section {
      background-color: #fff;
      padding: 80px 20px;
      position: relative;
      background-image: url('../images/service/servicebg.png');
    background-repeat: no-repeat;
    background-size: 100% auto;   /* Makes width 100%, height adjusts automatically */
  background-position: top center; /* Optional: aligns image center */
    }
    
    .goal-text {
      max-width: 800px;
      text-align: center;
    }
    
    .goal-text p {
      font-size: 20px;
      line-height: 1.6;
      color: #1e2e2e;
      font-weight: 600;
      margin-bottom: 30px;
    }
    
    .goal-text .top-text {
      font-size: 25px;
       font-style: italic; 
      text-align: center;
      font-weight: bold;
    }
    
    .goal-text .bottom-text {
      font-size: 25px;
      font-weight: bold;
  
      font-style: italic;
      text-align: center;
    }
    .goal-text strong {
      font-weight: 700;
    }
    
    .checkmark-pattern {
      position: absolute;
      top: 20px;
      right: 30px;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      font-size: 18px;
      color: #bfae3f;
      transform: rotate(45deg);
    }
    
    .checkmark-pattern span {
      transform: rotate(-45deg); /* reset checkmark upright */
    }
    
      
  
  
  
  
    /* Vario’s Core Services section css */
    .core-services-section {
      background-color: #28514b;
      color: #ffffff;
      padding: 80px 20px;
    }
    
    .section-title {
      /*font-size: 36px;*/
      font-weight: 700;
      margin-bottom: 60px;
    }
    
  
    
    .service-box {
      margin-bottom: 40px;
    }
    
    .icon-wrapper {
      width: 60px;
      height: 60px;
      margin-bottom: 20px;
    }
    
    .icon-wrapper img {
      width: 100%;
      height: auto;
    }
    
    .service-box h4 {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 15px;
    }
    
    .service-box p {
      font-size: 15px;
      line-height: 1.7;
      color: #d9e6e2;
    }
    
  
    /* Get in Touch section  */
    .cta-section {
      background-color: #176c6f;
      color: #fff;
      padding: 80px 20px;
  }
    
    .cta-heading {
      font-size: 48px;
      font-weight: 800;
      line-height: 1.2;
      margin: 20px 0;
    }
    
    .intro-text {
      font-size: 22px;
      font-weight: 500;
      margin-bottom: 10px;
    }
    
    .cta-button {
      background-color: #bfae3f;
      color: white;
      padding: 12px 28px;
      display: inline-block;
      font-weight: bold;
      font-size: 16px;
      text-decoration: none;
      border-radius: 8px;
      margin-top: 20px;
      transition: background 0.3s ease;
    }
    
    .cta-button:hover {
      background-color: #9d942e;
    }
    
    .cta-right-text p {
      font-size: 18px;
      line-height: 1.8;
      margin-bottom: 25px;
      padding-left: 50px;
      text-align: justify;
    }
    @media (max-width: 768px) {
      .cta-heading {
        font-size: 32px;
        text-align: center;
      }
    
      .intro-text,
      .cta-right-text p {
        text-align: center;
      }
    
      .cta-button {
        display: block;
        margin: 20px auto 0;
      }
    }
      
    /*<!-- ============================================================== -->
  <!-- Projects  page section --->
  <!-- ============================================================== -->*/
  
  
  .goal-section {
      background-color: #fff;
      padding: 80px 20px;
      position: relative;
    }
    
    .goal-text {
      max-width: 900px;
      margin: 0 auto;
     
      text-align: center;
    }
    
    .goal-text h2 {
      font-size: 32px;
      font-weight: 700;
      color: #222;
      margin-bottom: 20px;
    }
    
    .goal-text p {
      font-size: 16px;
      color: #333;
      line-height: 1.8;
      margin-bottom: 30px;
      text-align: justify;
    }
    
    .checkmark-pattern {
      position: absolute;
      top: 30px;
      right: 40px;
      display: grid;
      grid-template-columns: repeat(2, 20px);
      gap: 15px;
      color: #bfae3f;
      font-size: 18px;
      transform: rotate(45deg);
    }
    
    .checkmark-pattern span {
      transform: rotate(-45deg); /* reset individual rotation */
    }
    
  /*<!-- ============================================================== -->
  <!-- Vario section-title Css -->
  <!-- ============================================================== -->*/
  
  .section-title {
      text-align: center;
      margin-bottom: 0;
  }
  
  .main-title h1 {
      opacity: 0.020;
      font-size: 130px;
      line-height: 58px;
      color: #ffffff;
      font-weight: 700;
      text-transform: uppercase;
  }
  
  .sub-title h2 {
      font-size: 50px;
      line-height: 58px;
      color: #ffffff;
      font-weight: 600;
      margin: 0 0 0;
      position: relative;
      z-index: 1;
      top: -60px;
  }
  
  .sub-title h2 span {
      color: #D7AB7C;
  }
  
  .sub-title h2::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: -30px;
      width: 75px;
      height: 2px;
      background: #D8AC7D;
      margin: 0 auto 0;
  }
  
  .sub-title h2::after {
      content: "";
      position: absolute;
      left: -64px;
      right: 0;
      top: 86px!important;
      width: 10px;
      height: 2px;
      background-color: #303841;
      animation-duration: 3s;
      animation-timing-function: linear;
      animation-iteration-count: infinite;
      animation-name: MOVE-BG;
      margin: 0 auto 0;
      text-align: center;
  }
  
  @keyframes MOVE-BG {
      0% {
          left: 0px;
          bottom: 0px;
      }
  
      100% {
          left: 100px;
          bottom: 0px;
      }
  }
  
  .section-title.upper .main-title h1 {
      color: #101010;
      opacity: 0.051;
  }
  
  .section-title.upper .sub-title h2 {
      color: #101010;
  }
  
  .section_title .sub_title h4 {
      font-size: 16px;
      line-height: 30px;
      color: #d8ab7a;
      font-weight: 500;
      margin: 0 0 0;
  }
  
  .section_title .main_title h1 {
      font-size: 42px;
      line-height: 55px;
      color: #ffffff;
      font-weight: 600;
      margin: 15px 0 20px;
  }
  
  .section_title.upper .main_title h1 {
      color: #101010;
  }
  
  .section_title.upper .sub_title h4 {
      color: #d8ab7a;
  }
  
  .section_title_five .sub_title h4 {
      font-size: 16px;
      line-height: 30px;
      color: #fff;
      font-weight: 500;
      margin: 0 0 0;
  }
  
  .section_title_five .main_title h1 {
      font-size: 42px;
      line-height: 55px;
      color: #ffffff;
      font-weight: 600;
      margin: 15px 0 20px;
  }
  
  .section_title_five.upper .sub_title h4 {
      color: #101010;
  }
  
  .section_title_five.upper .main_title h1 {
      color: #101010;
  }
  
  .section-title-seven h2 {
      font-size: 46px;
      line-height: 60px;
      color: #101010;
      font-weight: 400;
      margin: 0 0 0;
  }
  
  /*<!-- ============================================================== -->
  <!-- Vario Slider Area Css -->
  <!-- ============================================================== -->*/
  
  .slider-area.one {
      background: #101010;
      padding: 0px 0 0px;
  }
  
  .slider-area.one .row.bor-der {
      padding: 0 0px 0 216px;
      margin: 0 70px 0 70px;
      border: 1px solid #1E1E1E;
      position: relative;
      z-index: 1;
  }
  
  .slider-area.one .row.bor-der::before {
      position: absolute;
      content: "";
      top: 0;
      left: -40%;
      right: 0;
      height: 100%;
      width: 1px;
      background: #fff;
      z-index: -1;
      margin: 0 auto 0;
      text-align: center;
      opacity: 0.2;
  }
  .slider-area.one.upper .row.bor-der::before {
      background: #EEEEEE;
       opacity: 1;
  }
  .slider-area.one .single-slider-left {
      transition: .5s;
      position: relative;
      z-index: 1;
      left: -10%;
  }
  
  .slider-area.one .single-slider {
      background: #1E1E1E;
      padding: 75px 0px 70px 70px;
      transition: .5s;
      position: relative;
      z-index: 1;
  }
  
  .slider-area.one .single-slider::before {
      position: absolute;
      top: -10px;
      left: -29px;
      height: 1px;
      width: 106%;
      background: #fff;
      content: "";
      opacity: 0.2;
  }
  
  .slider-area.one .single-slider::after {
      position: absolute;
      bottom: -9px;
      left: -10px;
      height: 1px;
      width: 107%;
      background: #fff;
      content: "";
      opacity: 0.2;
  }
  
  .slider-area.one .single-slider-left::before {
      position: absolute;
      top: -10px;
      left: -10px;
      height: 108%;
      width: 1px;
      background: #fff;
      content: "";
      opacity: 0.2;
  }
  
  .slider-area.one .single-slider-left::after {
      position: absolute;
      top: -25px;
      right: -10px;
      width: 1px;
      height: 107%;
      background: #fff;
      content: "";
      opacity: 0.2;
  }
  
  .slider-area.one .slider-title h4 {
      font-size: 14px;
      line-height: 20px;
      color: #d8ab7a;
      font-weight: 400;
      margin: 0 0 0;
  }
  
  .slider-area.one .slider-title h1 {
      font-size: 50px;
      line-height: 60px;
      color: #ffffff;
      font-weight: 600;
      margin: 100px 0 40px;
      position: relative;
      z-index: 1;
  }
  
  .slider-area.one .slider-title h1::before {
      position: absolute;
      content: "";
      top: -50%;
      left: 2px;
      height: 78px;
      width: 1px;
      background: #fff;
      opacity: 0.3;
  }
  
  .slider-area.one .slider-title h1 span{
      color: #D9AB7A;
  }
  
  .slider-area.one .slider-number {
      position: absolute;
      top: 40px;
      right: 30px;
      z-index: -1;
  }
  
  .slider-area.one .slider-number h1 {
      font-size: 100px;
      line-height: 58px;
      font-weight: 700;
      opacity: 0.2;
      color: transparent;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: #fff;
  }
  
  .slider-area.one .slider-button {
      position: relative;
      z-index: 1;
  }
  
  .slider-area.one .slider-button::before {
      position: absolute;
      content: "";
      top: 3px;
      left: 143px;
      width: 26px;
      height: 26px;
      border: 1px solid #fff;
      border-radius: 50%;
  }
  
  .slider-area.one .slider-button a {
      display: inline-block;
      font-size: 16px;
      line-height: 32px;
      color: #ffffff;
      font-weight: 500;
      position: relative;
      z-index: 1;
      transition: .5s;
  }
  
  .slider-area.one .slider-button a::before {
      position: absolute;
      content: "";
      top: 16px;
      right: -55px;
      height: 1px;
      width: 42px;
      background: #fff;
      z-index: -1;
  }
  
  .slider-area.one .slider-button a::after {
      position: absolute;
      content: "";
      top: 12px;
      right: -60px;
      height: 8px;
      width: 8px;
      background: #fff;
      border-radius: 50%;
      z-index: -1;
  }
  
  .slider-area.one .slider-icon-list {
      position: absolute;
      top: 50%;
      left: 30px;
  }
  
  .slider-area.one .slider-icon-list ul {
      margin-top: 45px;
  }
  
  .slider-area.one .slider-icon-list ul li {
      display: block;
      list-style: none;
      margin-bottom: 5px;
  }
  
  .slider-area.one .slider-icon-list ul li a {
      display: inline-block;
      font-size: 15px;
      color: #fff;
      transition: .5s;
  }
  
  .slider-area.one .slider-icon-list h5 {
      font-size: 15px;
      transform: rotate(90deg);
      margin: 0 0 0 -41px;
      position: relative;
      z-index: 1;
  }
  
  .slider-area.one .slider-icon-list h5::before {
      position: absolute;
      content: "";
      top: 5px;
      left: -96px;
      height: 1px;
      width: 80px;
      background: #fff;
      opacity: 0.3;
  }
  
  .slider-area.one .slider-icon-list ul li a:hover{
      color: #CBA273;
  }
  
  .slider-area.one .slider-button a:hover{
      color: #D7AB79;
  }
  
  .slider-area.one .slider-button a:hover::before{
      background: #D7AB79;
  }
  
  .slider-area.one .slider-button a:hover::after{
      background: #D7AB79;
  }
  
  .slider-area.one .slider-button:hover::before{
      border: 1px solid #D7AB79;
  }
  
  .slider-area.one.upper {
      background: #fff;
  }
  
  .slider-area.one.upper .row.bor-der {
      padding: 0 0px 0 320px;
      margin: 0 70px 0 70px;
      border: 1px solid #EEEEEE;
      position: relative;
      z-index: 1;
  }
  
  .slider-area.one.upper .slider-title h1 {
      color: #101010;
  }
  
  .slider-area.one.upper .single-slider {
      background: #F8F8F8;
      padding: 75px 0px 70px 70px;
      transition: .5s;
      position: relative;
      z-index: 1;
  }
  
  .slider-area.one.upper .slider-title h4 {
      font-size: 14px;
      line-height: 20px;
      color: #101010;
      font-weight: 400;
      margin: 0 0 0;
  }
  
  .slider-area.one.upper .single-slider-left::before {
      background: #EEEEEE;
      transition: .5s;
  }
  
  .slider-area.one.upper .slider-button a {
      display: inline-block;
      font-size: 16px;
      line-height: 32px;
      color: #101010;
      font-weight: 500;
      position: relative;
      z-index: 1;
      transition: .5s;
  }
  
  .slider-area.one.upper .slider-button::before {
      border: 1px solid #101010;
      transition: .5s;
  }
  
  .slider-area.one.upper .slider-button a::before {
      background: #101010;
      transition: .5s;
  }
  
  .slider-area.one.upper .slider-button a::after {
      background: #101010;
  }
  
  .slider-area.one.upper .slider-icon-list ul li a {
      display: inline-block;
      font-size: 15px;
      color: #101010;
      transition: .5s;
  }
  
  .slider-area.one.upper .slider-icon-list h5 {
      font-size: 15px;
      transform: rotate(90deg);
      margin: 0 0 0 -41px;
      position: relative;
      z-index: 1;
      color: #101010;
  }
  
  .slider-area.one.upper .slider-icon-list h5::before {
      position: absolute;
      content: "";
      top: 5px;
      left: -96px;
      height: 1px;
      width: 80px;
      background: #D7AB7A;
      opacity: 1;
  }
  
  .slider-area.one.upper .slider-icon-list ul li a:hover {
      color: #D9AB7A;
  }
  
  .slider-area.one.upper .slider-title h1::before {
      position: absolute;
      content: "";
      top: -50%;
      left: 2px;
      height: 78px;
      width: 1px;
      background: #D8AB79;
      opacity: 1;
  }
  
  .slider-area.one.upper .slider-number h1 {
      -webkit-text-stroke-color: #101010;
  }
  
  .slider-area.one.upper .single-slider::before {
      background: #333;
  }
  
  .slider-area.one.upper .single-slider-left::after {
      background: #333;
  }
  
  .slider-area.one.upper .single-slider::after {
      background: #333;
  }
  
  .slider-area.one.upper .single-slider-left::before {
      background: #333;
  }
  
  .slider-area.one.upper .slider-button a:hover{
      color: #D7AB79;
  }
  
  .slider-area.one.upper .slider-button a:hover::before{
      background: #D7AB79;
  }
  
  .slider-area.one.upper .slider-button a:hover::after{
      background: #D7AB79;
  }
  
  .slider-area.one.upper .slider-button:hover::before{
      border: 1px solid #D7AB79;
  }
  
  /**Style Three**/
  
  .slider_area.three {
      background: url(../images/slider/home-3-bg.jpg);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      padding: 120px 0 120px;
  }
  
  .single_slider {
      background: url(../images/slider/slider-3.jpg);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      height: 600px;
      margin-left: 50px;
  }
  
  .slider_content {
      background: rgba(17,17,17,.8);
      width: 39%;
      border: 1px solid #D7AB79;
      padding: 30px 40px 25px;
      position: relative;
      z-index: 1;
      left: -50px;
      top: 33%;
  }
  
  .slider_title h3 {
      font-size: 32px;
      line-height: 45px;
      color: #ffffff;
      font-weight: 600;
      margin: 0 0 0;
  }
  
  .slider_shape {
      position: absolute;
      right: 8%;
      bottom: 20px;
  }
  
  .slider_button a {
      display: inline-block;
      font-size: 15px;
      line-height: 45px;
      color: #d8ab7a;
      font-weight: 500;
      text-transform: uppercase;
  }
  
  .slider_button a i {
      display: inline-block;
      font-size: 30px;
      left: 10px;
      position: relative;
      top: 5px;
  }
  
  .owl-nav {
      position: absolute;
      z-index: 1;
      right: -70px;
      top: 43%;
  }
  
  .owl-prev {
      display: block;
      color: #D9AB7A;
      border-radius: 50%;
      padding: 6px 10px;
      font-size: 20px;
      border: 2px solid #D9AB7A;
      transition: .5s;
      margin-bottom: 15px;
  }
  
  .owl-next {
      display: block;
      color: #D9AB7A;
      border-radius: 50%;
      padding: 6px 10px;
      font-size: 20px;
      margin-bottom: 5px;
      border: 2px solid #D9AB7A;
      transition: .5s;
  }
  
  .owl-prev:hover{
      color: #fff;
      background: #D9AB7A ;
  }
  
  .owl-next:hover{
      color: #fff;
      background: #D9AB7A ;
  }
  
  .owl-item.active .slider_content{
      animation: 2.9s running fadeInUp;
  }
  
  /** Style Fout **/
  
  .slider_area.four {
      background: #fff;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      padding: 120px 0 120px;
  }
  
  /** Style Five **/
  
  .slider_area_five {
      background: url(../images/slider/home-5-bg.jpg);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      height: 900px;
      margin-top: -121px;
      position: relative;
      z-index: 1;
  }
  
  .slider_area_five .single-slider {
      margin-top: 23%;
  }
  
  .slider_area_five .single-slider_icon-list {
      position: relative;
      left: 0;
      z-index: 1;
      top: -240px;
  }
  
  .slider_area_five .single-slider_icon-list ul li {
      display: block;
      margin-bottom: 15px;
  }
  
  .slider_area_five .single-slider_icon-list ul li a {
      display: inline-block;
      font-size: 14px;
      background: #3B3132;
      color: #D7AB79;
      height: 30px;
      width: 30px;
      line-height: 30px;
      text-align: center;
      transition: .5s;
  }
  
  .slider_area_five .single-slider_icon-list ul li a:hover{
       background: #D7AB79;
      color: #fff;
  }
  
  .slider_area_five .slide_content {
      text-align: center;
  }
  
  .slider_area_five .slide_content h4 {
      font-size: 18px;
      line-height: 30px;
      color: #ffffff;
      font-weight: 600;
      margin: 0 0 0;
  }
  
  .slider_area_five .slide_content h1 {
      font-size: 60px;
      line-height: 70px;
      color: #ffffff;
      font-weight: 700;
      margin: 20px 0 15px;
  }
  
  .slider_area_five .home-five-button {
      display: inline-block;
      margin: 30px 15px 0 0;
  }
  
  .slider_area_five .home-five-btn {
      display: inline-block;
  }
  
  .slider_area_five .home-five-button a {
      font-size: 16px;
      text-transform: uppercase;
      background: #D0A676;
      padding: 11px 29px;
      position: relative;
      z-index: 1;
      transition: .5s;
      color: #fff;
      display: inline-block;
  }
  
  .slider_area_five .home-five-button a::before {
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      height: 100%;
      width: 0%;
      background: #101010;
      transition: .5s;
      z-index: -1;
  }
  
  .slider_area_five .home-five-btn a {
      font-size: 16px;
      text-transform: uppercase;
      background: #101010;
      padding: 11px 29px;
      position: relative;
      z-index: 1;
      transition: .5s;
      color: #fff;
      display: inline-block;
  }
  
  .slider_area_five .home-five-btn a::before {
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      height: 100%;
      width: 0%;
      background: #D7AB79;
      transition: .5s;
      z-index: -1;
  }
  
  .slider_area_five .home-five-button a:hover{
      color: #fff;
  }
  
  .slider_area_five .home-five-btn a:hover{
      color: #fff;
  }
  
  .slider_area_five .home-five-button a:hover::before{
      width: 100%;
      left: 0;
  }
  
  .slider_area_five .home-five-btn a:hover::before{
      width: 100%;
      left: 0;
  }
  
  .slider_area_five.upper {
      background: url(../images/slider/home-6-bg.jpg);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      height: 900px;
      margin-top: -121px;
      position: relative;
      z-index: 1;
  }
  
  .slider_area_five.upper .slide_content {
      text-align: left;
  }
  
  .slider_area_five.upper .slide_content h4 {
      color: #101010;
  }
  
  .slider_area_five.upper .slide_content h1 {
      color: #101010;
  }
  
  .slider_area_five.upper .slide_content h1 span {
      color: #C9A071;
  }
  
  .slider_area_five.upper .slide_content p {
      font-size: 16px;
      line-height: 28px;
      color: #515151;
      font-weight: 400;
      margin: 0 0 0;
      width: 58%;
  }
  
  .slider_area_five.upper .single-slider {
      margin-top: 10%;
  }
  
  /** Slider Left One **/
  
  .slider-area.one.left-sidebar {
      padding: 0px 0 0px;
      background: url(../images/slider/home-left-bg.jpg);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      height: 920px;
  }
  
  .slider-area.one.left-sidebar .slider-content {
      margin-top: 150px;
  }
  
  .slider-area.one.left-sidebar  .single-slider::after {
      background: inherit;
  }
  
  .slider-area.one.left-sidebar .single-slider {
      background: transparent;
      padding: 75px 0px 30px 70px;
      transition: .5s;
      position: relative;
      z-index: 1;
  }
  
  .slider-area.one.left-sidebar .single-slider-left {
      transition: .5s;
      position: relative;
      z-index: 1;
      left: 10%;
  }
  
  .slider-area.one.left-sidebar .single-slider-left::before {
      background: inherit;
  }
  
  .slider-area.one.left-sidebar .single-slider-left::after {
      background: inherit;
  }
  
  .slider-area.one.left-sidebar .slider-title h1::before {
      top: -62%;
  }
  
  .slider-area.one.left-sidebar .slider-title h4 {
      color: #fff;
  }
  
  .slider-area.one.left-sidebar .slider-button::before {
      position: absolute;
      content: "";
      top: -4px;
      left: 12%;
      width: 40px;
      height: 40px;
      border: 1px solid #fff;
      border-radius: 50%;
  }
  
  /** Style Five **/
  
  .slider_area_five.upper {
      background: url(../images/slider/home-6-bg.jpg);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      height: 900px;
      margin-top: -121px;
      position: relative;
      z-index: 1;
  }
  
  .slider_area_five.upper .slide_content {
      text-align: left;
  }
  
  .slider_area_five.upper .slide_content h4 {
      color: #101010;
  }
  
  .slider_area_five.upper .slide_content h1 {
      color: #101010;
  }
  
  .slider_area_five.upper .slide_content h1 span {
      color: #C9A071;
  }
  
  .slider_area_five.upper .slide_content p {
      font-size: 16px;
      line-height: 28px;
      color: #515151;
      font-weight: 400;
      margin: 0 0 0;
      width: 58%;
  }
  
  .slider_area_five.upper .single-slider {
      margin-top: 10%;
  }
  
  /** Style Seven **/
  
  .slider-area.seven {
      background: url(../images/slider/home-7-bg.jpg);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      padding: 120px 0 120px;
      height: 850px;
      position: relative;
      z-index: 1;
  }
  
  .slider-area.seven .slider-title h1 {
      font-size: 70px;
      line-height: 80px;
      color: #ffffff;
      font-weight: 500;
      margin: 0 0 0;
  }
  
  .slider-area.seven .slider-button {
      margin-top: 35px;
  }
  
  .slider-area.seven .slider-button a {
      font-size: 18px;
      line-height: 30px;
      color: #ffffff;
      font-weight: 600;
      margin: 0  0 0;
      padding: 14px 30px;
      background: #D8AB7A;
      position: relative;
      z-index: 1;
      display: inline-block;
      transition: .5s;
  }
  
  .slider-area.seven .slider-button a i {
      display: inline-block;
      margin-left: 5px;
  }
  
  .slider-area.seven .slider-button a::before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: #fff;
      z-index: -1;
      transform: scale(0);
      transition: .5s;
  }
  
  .slider-area.seven .slider-button a:hover {
      color: #101010;
  }
  
  .slider-area.seven .slider-button a:hover::before {
      transform: scale(1);
  }
  
  .slider-area.seven.upper {
      background: url(../images/slider/home-7_bg.jpg);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      padding: 120px 0 120px;
      height: 850px;
      position: relative;
      z-index: 1;
  }
  
  .slider-area.seven .slider-shape {
      position: absolute;
      bottom: 0;
      right: 17%;
      transition: .5s;
      z-index: -1;
  }
  
  .owl-item.active .slider-shape{
      animation: 1.9s running fadeInUp;
      top: 0;
  }
  
  /**====================================================
  <-- Vario feature-area Css -->
  ======================================================**/
  
  .feature-area.one {
      background: #101010;
      padding: 120px 0 75px;
  }
  
  .feature-area.one .single-feature-box {
      transition: .5s;
      margin-bottom: 30px;
      padding: 0 35px;
  }
  
  .feature-area.one .feature-content h4 {
      font-size: 18px;
      line-height: 30px;
      color: #d8ab7a;
      font-weight: 500;
      margin: 0 0 0;
      background: #212121;
      display: inline-block;
      height: 45px;
      width: 90px;
      text-align: right;
      padding: 8px 15px 0;
      position: relative;
      z-index: 1;
  }
  
  .feature-area.one .feature-content h4::before {
      position: absolute;
      content: "";
      left: 23px;
      top: 23px;
      height: 1px;
      width: 20px;
      background: #d8ab7a;
      transition: .5s;
  }
  
  .feature-area.one .feature-content h4::after {
      position: absolute;
      content: "";
      left: 0;
      bottom: -14px;
      height: 5px;
      width: 100%;
      background: #212121;
      transition: .5s;
  }
  
  .feature-area.one .feature-content h3 {
      font-size: 24px;
      line-height: 40px;
      color: #ffffff;
      font-weight: 500;
      margin: 37px 0 11px;
      transition: .5s;
  }
  
  .feature-area.one .feature-content p {
      font-size: 15px;
      line-height: 28px;
      color: #999999;
      font-weight: 400;
  }
  
  .feature-area.one .feature-button {
      position: relative;
      z-index: 1;
      transition: .5s;
      overflow: hidden;
      transition: .5s;
  }
  
  .feature-area.one .feature-button a {
      display: inline-block;
      position: relative;
      z-index: 1;
      font-size: 15px;
      line-height: 32px;
      color: #ffffff;
      font-weight: 400;
      transition: .5s;
      margin-left: -103px;
  }
  .blog-area.one.upper.grid::before {
      display: none;
  }
  .feature-area.one .feature-button::before {
      position: absolute;
      content: "";
      top: 5px;
      left: 28px;
      width: 23px;
      height: 23px;
      border: 1px solid #fff;
      border-radius: 50%;
      transition: .5s;
  }
  
  .feature-area.one .feature-button a::before {
      position: absolute;
      content: "";
      top: 16px;
      right: -47px;
      height: 1px;
      width: 35px;
      background: #fff;
      z-index: -1;
      transition: .5s;
  }
  
  .feature-area.one .feature-button a::after {
      position: absolute;
      content: "";
      top: 13px;
      right: -53px;
      height: 6px;
      width: 6px;
      background: #fff;
      border-radius: 50%;
      z-index: -1;
  }
  
  .feature-area.one .single-feature-box:hover .feature-button::before {
      left: 130px;
      border: 1px solid #D9AA7C;
  }
  
  .feature-area.one .single-feature-box:hover .feature-button a::before{
      background: #D9AA7C;
  }
  
  .feature-area.one .single-feature-box:hover .feature-button a::after{
      background: #D9AA7C;
  }
  
  .feature-area.one .single-feature-box:hover .feature-button a{
      margin-left: 0px;
  }
  
  .feature-area.one .feature-content h3:hover{
      color: #D9AA7C;
  }
  
  .feature-area.one .single-feature-box:hover .feature-content h4{
      color: #fff;
  }
  
  .feature-area.one .single-feature-box:hover .feature-button a{
      color: #D9AA7C;
  }
  
  .feature-area.one .single-feature-box:hover .feature-content h4::before{
      background: #fff;
  }
  
  .feature-area.one .single-feature-box:hover .feature-content h4::after{
      background: #fff;
  }
  
  .feature-area.one.upper {
      background: #fff;
  }
  
  .feature-area.one.upper .feature-content h4 {
      background: #F8F8F8;
  }
  
  .feature-area.one.upper .feature-content h3 {
      color: #101010;
  }
  
  .feature-area.one.upper .feature-content h4::after {
      background: #F8F8F8;
  }
  
  .feature-area.one.upper .feature-button::before {
      border: 1px solid #101010;
  }
  
  .feature-area.one.upper .feature-button a {
      color: #101010;
  }
  
  .feature-area.one.upper .feature-button a::before {
      background: #101010;
  }
  
  .feature-area.one.upper .feature-button a::after {
      background: #101010;
  }
  
  .feature-area.one.upper .single-feature-box:hover .feature-content h4 {
      color: #101010;
  }
  
  .feature-area.one.upper .single-feature-box:hover .feature-content h4::before {
      background: #101010;
  }
  
  .feature-area.one.upper .single-feature-box:hover .feature-button a {
      color: #101010;
  }
  
  .feature-area.one.upper .single-feature-box:hover .feature-content h4::after {
      background: #333;
      opacity: 0.5;
  }
  
  /**====================================================
  <-- Vario tag-area Css -->
  ======================================================**/
  
  .tag-area.one {
      background: url(../images/resource/tag-bg.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      padding: 115px 0 100px;
  }
  
  .tag-area.one.upper {
      background: #F8F8F8;
      border-bottom: 1px solid #F0F0F0;
  }
  
  .tag-area.one.upper .marquee-block .content-box h6.title{
      color:#222;
  }
  
  .tag-area.one .marquee {
      position: relative;
      --duration: 30s;
      --gap: 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      gap:0px;
  }
  
  .tag-area.one .marquee-block {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      gap: 0;
      min-width: 87%;
      -webkit-animation: scroll 30s linear infinite;
      animation: scroll 30s linear infinite;
  }
  
  .tag-area.one .marquee-block .content-box {
      position: relative;
      margin-right:0px;
  }
  
  .tag-area.one .marquee-block .content-box:last-child {
      margin-right:0px;
  }
  
  .tag-area.one .marquee-block .content-box:last-child::before {
      display: none;
  }
  
  .tag-area.one .marquee-block .content-box .title{
      margin:0;
  }
  
  .tag-area.one .marquee-block .content-box h6.title {
      display: inline-block;
      font-size: 42px;
      color: #fff;
      font-weight: 600;
      padding: 0 48px;
      transition: 0.5s;
  }
  
  .tag-area.one .marquee-block .content-box h6.title:hover{
      color:#D8AB7A;
  }
  
  
    @-webkit-keyframes scroll {
      0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
      }
      100% {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)));
      }
    }
    @keyframes scroll {
      0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
      }
      100% {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)));
      }
    }
  
  
  /**====================================================
  <--  Vario about area Css -->
  ======================================================**/
  
  .about-area.one {
      background: #161616;
      padding: 183px 0 137px;
      position: relative;
      z-index: 1;
  }
  .about-area.one::before {
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background: url(../images/about/about-border.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
  }
  .about-area.one.upper::before {
      background: url(../images/about/about-bg.png);
  }
  .about-area.one .about-shape {
      position: absolute;
      top: 14%;
      left: 5%;
  }
  
  .about-area.one .abouts-shapes {
      position: absolute;
      top: 15%;
      right: 5%;
  }
  
  .about-area.one .single-about-left {
      transition: .5s;
  }
  
  .about-area.one .about-thumb {
      position: relative;
      z-index: 1;
  }
  
  .about-area.one .about-thumb::before {
      position: absolute;
      content: "";
      top: 37px;
      left: 35px;
      height: 0%;
      width: 89%;
      background: #D5A97A;
      opacity: 0;
      transition: .5s;
  }
  
  .about-area.one .about-thumb img {
      width: 100%;
  }
  
  .about-area.one .about-button {
      position: relative;
      z-index: 1;
      text-align: center;
      top: -55px;
  }
  
  .about-area.one .about-button::before {
      position: absolute;
      content: "";
      top: 21px;
      left: 0;
      right: -19%;
      width: 25px;
      height: 25px;
      z-index: 2;
      border: 1px solid #D9AB7A;
      border-radius: 50%;
      margin: 0 auto 0;
  }
  
  .about-area.one .about-button a {
      position: relative;
      z-index: 1;
      display: inline-block;
      font-size: 16px;
      line-height: 32px;
      color: #ffffff;
      font-weight: 500;
      text-align: center;
      background: #161616;
      padding: 15px 90px 15px 45px;
      border-radius: 30px;
  }
  
  .about-area.one .about-button a::before {
      position: absolute;
      content: "";
      top: 33px;
      right: 45px;
      height: 1px;
      width: 35px;
      background: #D9AB7A;
      z-index: -1;
      transition: .5s;
  }
  
  .about-area.one .about-button a::after {
      position: absolute;
      content: "";
      top: 30px;
      right: 42px;
      height: 8px;
      width: 8px;
      background: #D9AB7A;
      border-radius: 50%;
      z-index: -1;
  }
  
  .about-area.one .single-about-left:hover .about-thumb::before{
      height: 89%;
      opacity: 0.4;
  }
  
  .about-area.one.upper {
      background: #fff;
  }
  
  .about-area.one.upper.inner {
      background: #F8F8F8;
  }
  
  .about-area.one.upper .appoinment-tab .tabs li a {
      color: #101010;
  }
  
  .about-area.one.upper .appoinment-tab .tabs li.boder a::before {
      background: #101010;
  }
  
  .about-area.one.upper .appoinment-tab .tabs li a::after {
      background: #101010;
  }
  
  .about-area.one.upper .tab-title h3 {
      color: #101010;
  }
  
  .about-area.one.upper .prossess-ber-plugin span {
      color: #101010;
  }
  
  .about-area.one.upper .barfiller {
      background-color: #EFEFEF;
  }
  
  .about-area.one.upper span.fill {
      background: #101010!important;
      border-radius: 5px;
  }
  
  
  
  /*Tab Items
  =======================*/
  
  .tab {
      position: relative;
      padding-left: 10px;
      overflow: hidden;
      -webkit-font-smoothing: antialiased;
  }
  
  .tabs {
      display: table;
      position: relative;
      overflow: hidden;
      margin: 0;
      width: 100%;
  }
  
  .tabs li {
      line-height: 38px;
      margin-bottom: 0;
      position: relative;
      display: inline-block;
  }
  
  .appoinment-tab .tabs li a {
      text-transform: uppercase;
      display: inline-block;
      outline: none;
      padding: 5px 20px 0 0;
      margin-right: 15px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 16px;
      line-height: 30px;
      color: #ffffff;
      font-weight: 400;
      transition: .5s;
      position: relative;
      z-index: 1;
  }
  
  .appoinment-tab .tabs li.boder a::before {
      position: absolute;
      bottom: 0;
      left: 0;
      content: "";
      height: 1px;
      width: 78%;
      background: #fff;
  }
  
  .appoinment-tab .tabs li a::after {
      position: absolute;
      bottom: 0;
      left: 0;
      content: "";
      height: 1px;
      width: 0%;
      background: #fff;
      opacity: 0;
      transition: .5s;
  }
  
  .appoinment-tab .tabs li a:hover::after {
      width: 78%;
      opacity: 1;
  }
  
  .tabs_item {
      display: none;
      padding: 30px 0;
  
  }
  
  .tabs_item:first-child {
      display: block;
  }
  
  .post-comment-description p {
      font-size: 15px;
      line-height: 28px;
      color: #999999;
      font-weight: 400;
      margin: 0 0 33px;
  }
  
  .tab-thumb {
      float: left;
      margin-right: 25px;
  }
  
  .tab-title h3 {
      font-size: 20px;
      line-height: 28px;
      color: #ffffff;
      font-weight: 500;
      margin: 0 0 10px;
  }
  
  .tab-title p {
      font-size: 15px;
      line-height: 28px;
      color: #999999;
      font-weight: 400;
      width: 60%;
      overflow: hidden;
  }
  
  /**====================================================
  <--  Vario Prossess Ber Css -->
  ======================================================**/
  .prossess-ber-plugin span {
      font-size: 15px;
      line-height: 28px;
      color: #fff;
      font-weight: 400;
  }
  
  .prossess-ber-plugin {
      margin-top: 60px;
  }
  
  .barfiller {
      width: 100%;
      height: 3px;
      position: relative;
      margin-bottom: 25px;
      margin-top: 12px;
      border-radius: 5px;
      background-color: #2E2E2E;
  }
  
  .barfiller .fill {
      display: block;
      position: relative;
      width: 0px;
      height: 100%;
      background: #333;
      z-index: 1;
  }
  
  .barfiller .tipWrap {
      display: none;
  }
  
  .barfiller .tip {
      font-size: 16px;
      left: 0px;
      border-radius: 2px;
      position: absolute;
      z-index: 2;
      top: -39px;
  }
  
  .stat-bar:nth-of-type(1) .stat-bar-rating {
      animation-delay: 0.25s;
      -webkit-animation-delay: 0.25s;
  }
  
  span.fill {
      background: #fff!important;
      border-radius: 5px;
  }
  
  
  /* style Seven*/
  
  .process-area-seven {
      padding: 100px 0 70px;
  }
  
  .process-area-seven .single-process-box {
      position: relative;
      z-index: 1;
      transition: .5s;
      padding: 15px 30px;
      margin-bottom: 30px;
  }
  
  .process-area-seven .single-process-box .single-process-number h4 {
      font-size: 16px;
      color: #101010;
      font-weight: 600;
      margin: 0 auto 0;
      text-align: center;
      background: #D9AB7A;
      height: 35px;
      width: 35px;
      line-height: 35px;
      border-radius: 50%;
      transition: .5s;
  }
  
  .process-area-seven .single-process-box .single-process-thumb {
      margin: 0 0 53px 40px;
  }
  
  .process-area-seven .single-process-box .single-process-content h3 {
      font-size: 22px;
      line-height: 55px;
      color: #101010;
      font-weight: 600;
      margin: 0 0 2px;
  }
  
  .process-area-seven .single-process-box .single-process-content p {
      font-size: 16px;
      line-height: 24px;
      color: #101010;
      font-weight: 500;
      margin: 0 0 0;
  }
  
  .process-area-seven .single-process-box .single-process-shap {
      position: absolute;
      top: 0px;
      left: -40px;
      right: 0;
      margin: 0 auto 0;
      text-align: center;
  }
  
  .process-area-seven .single-process-box:hover .single-process-number h4{
      color: #fff;
      background: #101010;
  } 
  
  /** Style Three**/
  
  .about_area_three {
      background: url(../images/about/hom-3-ab-bg.jpg);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      padding: 120px 0 100px;
      border-bottom: 1px solid #352E26;
  }
  
  .about_area_three .about_thumb img {
      width: 100%;
      height: 500px;
      margin-left: 40px;
  }
  
  .about_area_three .about_description p {
      opacity: 0.502;
      font-size: 15px;
      line-height: 30px;
      color: #ffffff;
      font-weight: 400;
      margin: 0 0 0;
  }
  
  .about_area_three .about_button {
      margin-top: 40px;
  }
  
  .about_area_three .about_button a {
      display: inline-block;
      font-size: 15px;
      line-height: 30px;
      color: #ffffff;
      font-weight: 500;
      background: #D7AB79;
      padding: 14px 35px;
      position: relative;
      z-index: 1;
  }
  
  .about_area_three .about_button a::before {
      position: absolute;
      content: "";
      z-index: -1;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: #fff;
      transform: scale(0);
      transition: .5s;
  }
  
  .about_area_three .single_about_box {
      position: relative;
      z-index: 1;
  }
  
  .about_area_three .about_content {
      position: absolute;
      bottom: 30px;
      left: -73px;
      border-left: 3px solid #8C8C8C;
      padding: 30px 35px;
  }
  
  .about_area_three .about_content h3 {
      font-size: 26px;
      line-height: 36px;
      color: #ffffff;
      font-weight: 600;
      margin: 0 0 0;
      position: relative;
      z-index: 1;
  }
  
  .about_area_three .about_content h3::before {
      position: absolute;
      content: "";
      top: -30px;
      left: -37px;
      height: 3px;
      width: 93%;
      background: #8C8C8C;
  }
  
  .about_area_three .about_content h3::after {
      position: absolute;
      content: "";
      bottom: -30px;
      left: -37px;
      height: 3px;
      width: 93%;
      background: #8C8C8C;
  }
  
  .about_area_three .row.ab-tp {
      margin-top: 110px;
  }
  
  .about_area_three .singles_abouts_box {
      background: #101010;
      padding: 25px 20px 25px  35px;
      position: relative;
      z-index: 1;
      margin-bottom: 30px;
  }
  
  .about_area_three .singles_abouts_box::before {
      position: absolute;
      content: "";
      height: 100%;
      width: 0%;
      background: #D7AB79;
      top: 0;
      right: 0;
      transition: .5s;
      opacity: 0.2;
      z-index: -1;
  }
  
  .about_area_three .singles_abouts_content h3 {
      font-size: 22px;
      line-height: 36px;
      color: #ffffff;
      font-weight: 600;
      margin: 0 0 0;
  }
  
  .about_area_three .singles_abouts_content p {
      opacity: 0.502;
      font-size: 15px;
      line-height: 30px;
      color: #ffffff;
      font-weight: 400;
      margin: 15px 0 18px;
  }
  
  .about_area_three .about_shape {
      position: absolute;
      bottom: 22px;
      right: 35px;
  }
  
  .about_area_three .about_btn a {
      font-size: 15px;
      line-height: 30px;
      color: #d8ab7a;
      font-weight: 400;
      display: inline-block;
      transition: .5s;
  }
  
  .about_area_three .about_btn a i {
      display: inline-block;
      position: relative;
      z-index: 1;
      top: 4px;
      left: 5px;
      font-size: 18px;
      transition: .5s;
  }
  
  .about_area_three .about_button a:hover {
      color: #101010;
  }
  
  .about_area_three .about_button a:hover::before {
      transform: scale(1);
  }
  
  .about_area_three .singles_abouts_box:hover::before{
      width: 100%;
      left: 0;
  }
  
  .about_area_three .about_btn a:hover{
      color: #fff;
  }
  
  /** Style Four**/
  
  .about_area_four {
      background: url(../images/about/hom-4-ab-bg.jpg);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      padding: 120px 0 100px;
      border-bottom: 1px solid #F0E7E0;
  }
  
  .about_area_four .about_thumb img {
      width: 100%;
  }
  
  .about_area_four .about_description p {
      opacity: 0.502;
      font-size: 15px;
      line-height: 30px;
      font-weight: 400;
      margin: 0 0 0;
      color: #515151;
  }
  
  .about_area_four .about_button {
      margin-top: 40px;
  }
  
  .about_area_four .about_button a {
      display: inline-block;
      font-size: 15px;
      line-height: 30px;
      color: #ffffff;
      font-weight: 500;
      background: #D7AB79;
      padding: 14px 35px;
      position: relative;
      z-index: 1;
  }
  
  .about_area_four .about_button a::before {
      position: absolute;
      content: "";
      z-index: -1;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: #101010;
      transform: scale(0);
      transition: .5s;
  }
  
  .about_area_four .single_about_box {
      position: relative;
      z-index: 1;
  }
  
  .about_area_four .about_content {
      position: absolute;
      bottom: 30px;
      left: -112px;
      border-left: 3px solid #D7AB79;
      padding: 30px 35px;
  }
  
  .about_area_four .about_content h3 {
      font-size: 26px;
      line-height: 36px;
      color: #D9AB7A;
      font-weight: 600;
      margin: 0 0 0;
      position: relative;
      z-index: 1;
  }
  
  .about_area_four .about_content h3::before {
      position: absolute;
      content: "";
      top: -30px;
      left: -37px;
      height: 3px;
      width: 92%;
      background: #D7AB79;
  }
  
  .about_area_four .about_content h3::after {
      position: absolute;
      content: "";
      bottom: -30px;
      left: -37px;
      height: 3px;
      width: 92%;
      background: #D7AB79;
  }
  
  .about_area_four .row.ab-tp {
      margin-top: 110px;
  }
  
  .about_area_four .singles_abouts_box {
      background: #fff;
      padding: 25px 20px 25px  35px;
      position: relative;
      z-index: 1;
      margin-bottom: 30px;
  }
  
  .about_area_four .singles_abouts_box::before {
      position: absolute;
      content: "";
      height: 100%;
      width: 0%;
      background: #D7AB79;
      top: 0;
      right: 0;
      transition: .5s;
      opacity: 0.2;
      z-index: -1;
  }
  
  .about_area_four .singles_abouts_content h3 {
      font-size: 22px;
      line-height: 36px;
      color: #101010;
      font-weight: 600;
      margin: 0 0 0;
  }
  
  .about_area_four .singles_abouts_content p {
      opacity: 0.502;
      font-size: 15px;
      line-height: 30px;
      color: #101010;
      font-weight: 400;
      margin: 15px 0 18px;
  }
  
  .about_area_four .about_shape {
      position: absolute;
      bottom: 22px;
      right: 35px;
  }
  
  .about_area_four .about_btn a {
      font-size: 15px;
      line-height: 30px;
      color: #d8ab7a;
      font-weight: 400;
      display: inline-block;
      transition: .5s;
  }
  
  .about_area_four .about_btn a i {
      display: inline-block;
      position: relative;
      z-index: 1;
      top: 4px;
      left: 5px;
      font-size: 18px;
      transition: .5s;
  }
  
  .about_area_four .about_button a:hover {
      color: #fff;
  }
  
  .about_area_four .about_button a:hover::before {
      transform: scale(1);
  }
  
  .about_area_four .singles_abouts_box:hover::before{
      width: 100%;
      left: 0;
  }
  
  .about_area_four .about_btn a:hover {
      color: #101010;
  }
  
  /** Style Five */
  
  .about_area_five {
      background: #101010;
      padding: 120px 0 120px;
  }
  
  .about_area_five .about_thumb img {
      width: 100%;
      margin-left: -50px;
  }
  
  .about_area_five .single_about_box {
      position: relative;
      z-index: 1;
  }
  
  .about_area_five .about_description p {
      font-size: 15px;
      line-height: 26px;
      color: #999999;
      font-weight: 400;
      margin: 0 0 25px;
  }
  
  .about_area_five .about_icon_list ul li {
      display: block;
      font-size: 15px;
      line-height: 26px;
      color: #999999;
      font-weight: 400;
      margin: 0 0 12px;
  }
  
  .about_area_five .about_icon_list ul li i {
      display: inline-block;
      font-size: 18px;
      color: #D6AB78;
      margin-right: 5px;
  }
  
  .about_area_five .about_button {
      margin-top: 35px;
  }
  
  .about_area_five .about_button a {
      display: inline-block;
      font-size: 16px;
      background: #C79E70;
      padding: 11px 29px;
      color: #fff;
      text-transform: uppercase;
      position: relative;
      z-index: 1;
      transition: .5s;
  }
  
  .about_area_five .about_button a::after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: #fff;
      z-index: -1;
      transform: scale(0);
      transition: .5s;
  }
  
  .about_area_five .counter_box {
      position: absolute;
      bottom: 0;
      right: 0;
      text-align: center;
      background: url(../images/about/about-5.jpg);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      z-index: -1;
      padding: 38px 28px;
  }
  
  .about_area_five .counter-text h1 {
      font-size: 45px;
      line-height: 26px;
      color: #ffffff;
      font-weight: 600;
      margin: 0 0 20px;
  }
  
  .about_area_five .counter-text p {
      font-size: 18px;
      line-height: 28px;
      color: #ffffff;
      font-weight: 600;
      margin: 0 0 0;
  }
  
  .about_area_five .about_button a:hover{
      color: #101010 ;
  }
  
  .about_area_five .about_button a:hover::after{
      transform: scale(1);
  }
  
  .about_area_five.upper {
      background: inherit;
  }
  
  .about_area_five.upper .counter_box {
      position: absolute;
      bottom: 0;
      right: 0;
      text-align: center;
      background: url(../images/about/about-6.jpg);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      z-index: -1;
      padding: 38px 28px;
  }
  
  .about_area_five.upper .about_button a:hover{
      color: #fff;
  }
  
  .about_area_five.upper .about_button a::after {
      background: #101010;
  }
  
  .about-area-seven {
      padding: 100px 0 100px;
  }
  
  .about-area-seven .appoinment-tab .tabs li a{
      color: #101010;
  }
  
  .about-area-seven .appoinment-tab .tabs li a::after {
      position: absolute;
      bottom: 0;
      left: 0;
      content: "";
      height: 1px;
      width: 0%;
      background: #D8AB7A;
      opacity: 0;
      transition: .5s;
  }
  
  .about-area-seven .post-comment-description p {
      margin: 0 0 15px;
      font-size: 16px;
      line-height: 28px;
      color: #616161;
      font-weight: 400;
  }
  
  .about-area-seven .barfiller {
      background-color: #D7D7D7;
  }
  
  .about-area-seven .prossess-ber-plugin span {
      color: #101010;
      font-size: 16px;
  }
  
  .about-area-seven .prossess-ber-plugin {
      margin-top: 25px;
  }
  
  .about-area-seven span.fill {
      background: #D8AB7A!important;
      border-radius: 5px;
  }
  
  .about-area-seven .appoinment-tab .tabs li.boder a::before {
      background: #D8AB7A;
  }
  
  .about-area-seven .about-button {
      margin: -20px 0 0 12px;
  }
  
  .about-area-seven .about-button a {
      font-size: 18px;
      line-height: 30px;
      color: #101010;
      font-weight: 600;
      display: inline-block;
      border-bottom: 1px solid #D8AB7A;
      transition: .5s;
  }
  
  .about-area-seven .about-button a i {
      display: inline-block;
      font-size: 40px;
      transform: rotate(45deg);
      position: relative;
      bottom: -9px;
      left: 10px;
  }
  
  .about-area-seven .about-button a:hover{
      color: #D8AB7A;
  }
  
  .about-area-seven .appoinment-tab .tabs li a:hover{
      color: #D8AB7A;
  }
  
  .about-area-seven .appoinment-tab .tabs li a:hover::after{
      width: 80%;
      opacity: 1;
  }
  
  .about-area-seven .single-about-tmb img {
      width: 100%;
  }
  
  .about-area-seven .single-about-left {
      padding: 0 50px 0 0;
  }
  
  
  /**====================================================
  <-- Vario gallery area Css -->
  ======================================================**/
  
  /* Animation on hover */
  .gallery img {
      transition: transform 0.4s ease, box-shadow 0.4s ease;
      border-radius: 10px;
    }
    
    .gallery .col-md-4:hover img {
      transform: scale(1.1) rotate(1.5deg);
      box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
    }
    
    /* Entrance animation */
    .gallery .col-md-4 {
      opacity: 0;
      transform: translateY(20px);
      animation: floatIn 0.8s ease forwards;
    }
    
    .gallery .col-md-4:nth-child(1) { animation-delay: 0.1s; }
    .gallery .col-md-4:nth-child(2) { animation-delay: 0.2s; }
    .gallery .col-md-4:nth-child(3) { animation-delay: 0.3s; }
    .gallery .col-md-4:nth-child(4) { animation-delay: 0.4s; }
    .gallery .col-md-4:nth-child(5) { animation-delay: 0.5s; }
    .gallery .col-md-4:nth-child(6) { animation-delay: 0.6s; }
    .gallery .col-md-4:nth-child(7) { animation-delay: 0.7s; }
    .gallery .col-md-4:nth-child(8) { animation-delay: 0.8s; }
    .gallery .col-md-4:nth-child(9) { animation-delay: 0.9s; }
    
    @keyframes floatIn {
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
  
  
  .gallery_area {
      background: #161616;
      padding: 120px 0 120px;
  }
  
  .gallery_area .single_gallery_box {
      position: relative;
      z-index: 1;
      left: -30px;
      transition: .5s;
  }
  
  .gallery_area .gallery_tmb img {
      width: 100%;
  }
  
  .gallery_area .galerys_thumb img {
      width: 83%;
      height: 333px;
  }
  
  .gallery_area .single_gallery {
      margin: 0 30px 30px;
      position: relative;
      z-index: 1;
      transition: .5s;
  }
  
  .gallery_area .singles_gallerys {
      margin: 0 0 45px 55px;
      position: relative;
      z-index: 1;
      transition: .5s;
  }
  
  .gallery_area .gallery_thumb img {
      width: 100%;
      height: 620px;
  }
  
  .gallery_area .singles_gallery {
      position: relative;
      z-index: 1;
      transition: .5s;
      left: 17%;
  }
  
  .gallery_area .singles_gallery .single_gallery_content {
      position: absolute;
      background: #101010;
      width: 50%;
      padding: 20px 30px 30px;
      bottom: 15%;
      left: 0%;
      transition: .5s;
      opacity: 0;
  }
  
  .gallery_area .single_gallery_content {
      position: absolute;
      background: #101010;
      width: 100%;
      padding: 20px 30px 30px;
      bottom: 15%;
      left: 0%;
      transition: .5s;
      opacity: 0;
  }
  
  .gallery_area .single_gallery_content h4 {
      font-size: 16px;
      line-height: 36px;
      color: #d8ab7a;
      font-weight: 500;
      margin: 0 0 0;
      position: relative;
      z-index: 1;
      left: 53px;
  }
  
  .gallery_area .single_gallery_content h4::before {
      position: absolute;
      content: "";
      top: 18px;
      left: -52px;
      height: 2px;
      width: 45px;
      background: #D7AB79;
  }
  
  .gallery_area .single_gallery_content h3 {
      font-size: 22px;
      line-height: 36px;
      color: #ffffff;
      font-weight: 600;
      margin: 5px 0 25px;
  }
  
  .gallery_area .gallery_button a {
      display: inline-block;
      font-size: 15px;
      line-height: 30px;
      color: #d8ab7a;
      font-weight: 400;
      text-transform: uppercase;
  }
  
  .gallery_area .gallery_button a i {
      display: inline-block;
      margin-left: 5px;
  }
  
  .gallery_area .gallery_shape {
      text-align: right;
      position: absolute;
      bottom: 20px;
      right: 26px;
  }
  
  .gallery_area .single_gallery_box:hover .single_gallery_content{
      left: 40%;
      opacity: 1;
  }
  
  .gallery_area .singles_gallery:hover .single_gallery_content{
      left: 20%;
      opacity: 1;
  }
  
  .gallery_area .single_gallery:hover .single_gallery_content{
      left: 20%;
      opacity: 1;
  }
  
  .gallery_area .singles_gallerys:hover .single_gallery_content{
      left: 20%;
      opacity: 1;
  }
  
  
  .gallery_area.style_two {
      background: inherit;
  }
  
  /**====================================================
  <-- Vario counter area Css -->
  ======================================================**/
  .counter-area.one {
      background: #161616;
      padding: 60px 0 120px;
      position: relative;
      z-index: 1;
  }
  
  .counter-area.one .row.bg-col {
      background: #1E1E1E;
      padding: 0 0  100px;
  }
  
  .counter-area.one .counter-single-item-inner {
      text-align: center;
      position: relative;
      z-index: 1;
      top: -30px;
      transition: .5s;
  }
  
  .counter-area.one .counter-text h1 {
      font-size: 50px;
      line-height: 58px;
      color: #ffffff;
      font-weight: 600;
      margin: 0 0 0;
      position: relative;
      z-index: 1;
  }
  
  .counter-area.one .counter-text h1::before {
      position: absolute;
      content: "";
      top: -10px;
      left: -80px;
      height: 47px;
      width: 47px;
      background: #1E1E1E;
      right: 0;
      margin: 0 auto 0;
      z-index: -1;
  }
  
  .counter-area.one .counter-title h4 {
      font-size: 16px;
      line-height: 30px;
      text-transform: uppercase;
      color: #999999;
      font-weight: 400;
      margin: 0 0 0;
      position: relative;
      z-index: 1;
  }
  
  .counter-area.one .counter-text h4::before {
      position: absolute;
      bottom: -32px;
      left: 0;
      right: 0;
      content: "";
      height: 1px;
      width: 14%;
      background: #fff;
      margin: 0 auto 0;
      transition: .5s;
  }
  
  .counter-area.one .conun-shap {
      position: absolute;
      left: 5%;
      top: 40%;
  }
  
  .counter-area.one .conunt-shape {
      position: absolute;
      right: 5%;
      top: 45%;
      text-align: right;
  }
  
  .counter-area.one .counter-single-item-inner:hover .counter-text h4::before{
      width: 20%;
  } 
  
  .counter-area.one.upper {
      background: #fff;
  }
  .counter-area.one.upper.inner {
      padding: 140px 0 120px;
  }
  
  .counter-area.one.upper .row.bg-col {
      background: #F8F8F8;
      padding: 0 0  100px;
  }
  
  .counter-area.one.upper .counter-text h1 {
      color: #101010;
  }
  
  .counter-area.one.upper .counter-text h1::before {
      background: #F8F8F8;
  }
  
  .counter-area.one.upper .counter-title h4 {
      color: #101010;
  }
  
  .counter-area.one.upper .counter-text h4::before {
      background: #101010;
  }
  
  /* Style Three */
  
  .counter_area_three {
      background: url(../images/testimonial/test-3-bg.jpg);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      padding: 120px 0 100px;
  }
  
  .counter_area_three .counter-single-item-inner {
      background: #151515;
      text-align: center;
      padding: 22px 29px;
      transition: .5s;
      margin-bottom: 30px;
      border-top: 1px solid #151515;
  }
  
  .counter-single-item-inner::before {
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      width: 1px;
      height: 0%;
      transition: .5s;
      background-image: linear-gradient(to top, #151515 , #D9AB7A);
  }
  
  .counter-single-item-inner::after {
      position: absolute;
      top: 0;
      right: 0;
      content: "";
      width: 1px;
      height: 0%;
      transition: .5s;
      background-image: linear-gradient(to top, #151515 , #D9AB7A);
  }
  
  .counter_area_three .counter-text p {
      opacity: 0.502;
      font-size: 16px;
      line-height: 30px;
      color: #ffffff;
      font-weight: 500;
      margin: 0 0 0;
  }
  
  .counter_area_three .counter-single-item-inner:hover{
      border-top: 1px solid #D9AB7A;
  }
  
  .counter_area_three .counter-single-item-inner:hover::before{
      height: 100%;
  }
  
  .counter_area_three .counter-single-item-inner:hover::after{
      height: 100%;
  }
  
  .counter_area_three.upper {
      background: url(../images/resource/coun-3-bg.jpg);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      padding: 120px 0 100px;
  }
  
  .counter_area_three.upper .counter-text h1 {
      color: #101010;
  }
  
  .counter_area_three.upper .counter-text p {
      color: #101010;
  }
  
  .counter_area_three.upper .counter-single-item-inner {
      background: #fff;
      border-top: 1px solid #fff;
  }
  
  .counter_area_three.upper .counter-single-item-inner::before {
      background-image: linear-gradient(to top, #fff , #D9AB7A);
  }
  
  .counter_area_three.upper .counter-single-item-inner::after {
      background-image: linear-gradient(to top, #fff , #D9AB7A);
  }
  
  .counter_area_three.upper .counter-single-item-inner:hover {
      border-top: 1px solid #D9AB7A;
  }
  
  /*<!-- ============================================================== -->
  <!-- Vario service-area  Css -->
  <!-- ============================================================== -->*/
  
  .service-area.one {
      background: #161616;
      padding: 85px 0 205px;
      position: relative;
      z-index: 1;
  }
  .service-area.one::before {
      position: absolute;
      content: "";
      left: 0;
      right: 0;
      top: -50px;
      height: 100%;
      width: 100%;
      background: url(../images/service/service-bor.png);
      background-repeat: no-repeat;
      background-size: cover;
      margin: 0 auto 0;
      background-position: center center;
  }
  
  .service-area.one .section-title {
      text-align: center;
      margin-bottom: 17px;
  }
  
  .service-area.one .single-service-box {
      position: relative;
      z-index: 1;
      border-top: 1px solid #212121;
      border-bottom: 1px solid #212121;
      padding: 40px 0 30px;
      transition: .5s;
  }
  
  .service-area.one .service-title h3 {
      margin: 0 0 0;
      font-size: 28px;
      line-height: 32px;
      color: #ffffff;
      font-weight: 500;
      position: relative;
  }
  
  .service-area.one .service-title h3 span {
      color: #D7AB78;
  }
  
  .service-area.one .service-description p {
      font-size: 15px;
      line-height: 28px;
      color: #999999;
      font-weight: 400;
      margin: 0 0 0;
  }
  
  .service-area.one .icon-list ul {
      display: inline-block;
      margin-top: 17px;
  }
  
  .service-area.one .icon-list ul li {
      display: block;
      font-size: 15px;
      line-height: 28px;
      color: #ffffff;
      font-weight: 400;
      margin: 0 0 10px;
  }
  
  .service-area.one .icon-list ul li i {
      display: inline-block;
      color: #D7AB79;
      font-size: 20px;
  }
  
  .service-area.one .service-button {
      position: relative;
      z-index: 1;
  }
  
  .service-area.one .service-button::before {
      position: absolute;
      content: "";
      top: 63px;
      right: 0;
      width: 25px;
      height: 25px;
      z-index: 2;
      border: 1px solid #fff;
      border-radius: 50%;
      transition: .5s;
  }
  
  .service-area.one .service-button a {
      position: relative;
      z-index: 1;
      display: inline-block;
      font-size: 16px;
      line-height: 30px;
      color: #ffffff;
      font-weight: 500;
      top: 60px;
      transition: .5s;
      left: 33px;
  }
  
  .service-area.one .service-button a::before {
      position: absolute;
      content: "";
      top: 14px;
      right: -50px;
      height: 1px;
      width: 35px;
      background: #fff;
      z-index: -1;
      transition: .5s;
  }
  
  .service-area.one .service-button a::after {
      position: absolute;
      content: "";
      top: 11px;
      right: -55px;
      height: 8px;
      width: 8px;
      background: #fff;
      border-radius: 50%;
      z-index: -1;
      transition: .5s;
  }
  
  .service-area.one .service-inner-box.upper {
      position: relative;
      z-index: 1;
  }
  
  .service-area.one .service-thumb {
      position: absolute;
      z-index: -1;
      top: -42px;
      right: 0;
      text-align: right;
      transition: .7s;
  }
  
  .service-area.one .service-thumb img {
      width: 53%;
      z-index: -22;
      transition: .7s;
      opacity: 0;
  }
  
  /* Service Hover */
  
  .service-area.one .service-thumb img:hover{
      transform: skew(7deg, 7deg);
  }
  
  .service-area.one .single-service-box:hover .service-thumb img{
      opacity: 1;
  }
  
  .service-area.one .single-service-box:hover .service-thumb{
      top: -73px;
  }
  
  .service-area.one .single-service-box:hover .service-button a{
      color: #D7A978;
  }
  
  .service-area.one .single-service-box:hover .service-button a::before{
      background: #D7A978;
  }
  
  .service-area.one .single-service-box:hover .service-button a::after{
      background: #D7A978;
  }
  
  .service-area.one .single-service-box:hover .service-button::before{
      border: 1px solid #D7A978;
  }
  
  .service-area.one.upper {
      background: #fff;
  }
  .service-area.one.upper::before {
      background: url(../images/service/server-bg.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
  }
  .service-area.one.upper .single-service-box {
      border-top: 1px solid #E9EBEC;
      border-bottom: 1px solid #E9EBEC;
  }
  
  .service-area.one.upper .service-title h3 {
      color: #101010;
  }
  
  .service-area.one.upper .icon-list ul li {
      color: #101010;
  }
  
  .service-area.one.upper .service-button a {
      color: #101010;
  }
  
  .service-area.one.upper .service-button::before {
      border: 1px solid #101010;
  }
  
  .service-area.one.upper .service-button a::before {
      background: #101010;
  }
  
  .service-area.one.upper .service-button a::after {
      background: #101010;
  }
  
  /* Style Five */
  
  .service_area_five {
      background: #141318;
      padding: 120px 0 100px;
  }
  
  .service_area_five .service-top-button {
      text-align: right;
      position: relative;
      top: -90px;
  }
  
  .service_area_five .service-top-button a {
      display: inline-block;
      font-size: 16px;
      background: #C79E70;
      padding: 11px 22px;
      color: #fff;
      text-transform: uppercase;
      position: relative;
      z-index: 1;
      transition: .5s;
  }
  
  .service_area_five .service-top-button a::after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: #fff;
      z-index: -1;
      transform: scale(0);
      transition: .5s;
  }
  
  .service_area_five .single_service_box {
      background: #1C1B21;
      padding: 40px 27px 35px;
      margin-bottom: 30px;
      position: relative;
      z-index: 1;
      transition: .5s;
  }
  
  .service_area_five .single_service_box::before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: #C79E70;
      opacity: 0.1;
      transform: scale(0);
      transition: .5s;
  }
  
  .service_area_five .single_service_box .service_title h3 {
      font-size: 22px;
      line-height: 35px;
      color: #ffffff;
      font-weight: 600;
      margin: 25px 0 9px;
  }
  
  .service_area_five .single_service_box .service_title p {
      font-size: 15px;
      line-height: 26px;
      color: #999999;
      font-weight: 400;
      margin: 0 0 0;
  }
  
  .service_area_five .single_service_box .service_number {
      position: absolute;
      top: 45px;
      right: 30px;
  }
  
  .service_area_five .single_service_box .service_number h1 {
      font-size: 45px;
      line-height: 26px;
      font-weight: 600;
      -webkit-text-stroke-color: #fff;
      -webkit-text-stroke-width: 1px;
      color: transparent;
      opacity: 0.1;
      margin: 0 0 0;
      transition: .5s;
  }
  
  .service_area_five .single_service_box .service_shap {
      position: absolute;
      top: 24%;
      left: 0;
      right: 0;
      text-align: center;
  }
  
  .service_area_five .single_service_box:hover::before{
      transform: scale(1);
      opacity: 0.1;
  }
  
  .service_area_five .single_service_box:hover .service_number h1{
      -webkit-text-stroke-color: #D7AB79;
      -webkit-text-stroke-width: 2px;
      opacity: 1;
  }
  
  .service_area_five .service-top-button a:hover{
      color: #101010 ;
  }
  
  .service_area_five .service-top-button a:hover::after{
      transform: scale(1);
  }
  
  .service_area_five.upper {
      background: url(../images/service/service-bg-6.jpg);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
  }
  
  .service_area_five.upper .single_service_box {
      background: #fff;
  }
  
  .service_area_five.upper .single_service_box .service_title h3 {
      color: #101010;
  }
  
  .service_area_five.upper .single_service_box:hover::before {
      transform: scale(1);
      opacity: 0.2;
  }
  
  .service_area_five.upper .single_service_box .service_title p {
      color: #101010;
  }
  
  .service_area_five.upper .single_service_box .service_number h1 {
      -webkit-text-stroke-color: #101010;
      -webkit-text-stroke-width: 1px;
      opacity: 0.1;
  }
  
  .service_area_five.upper .single_service_box:hover .service_number h1 {
      opacity: 1;
      -webkit-text-stroke-color: #D6AA78;
      -webkit-text-stroke-width: 1px;
  }
  
  
  /*<!-- ============================================================== -->
  <!-- Vario project all inner page Css -->
  <!-- ============================================================== -->*/
  
  .service-area-inner-page {
      background: #F8F8F8;
      padding: 120px 0 90px;
  }
  
  .service-area-inner-page .row.mg-tp {
      margin-top: 50px;
  }
  
  .service-area-inner-page .single-inner-service-box {
      position: relative;
      z-index: 1;
      transition: .5s;
      background: #fff;
      padding: 60px 30px 0px;
      margin-bottom: 30px;
      overflow: hidden;
  }
  
  .service-area-inner-page .single-inner-service-box::before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: url(../images/service/s-box-bg.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      z-index: -1;
      transition: .9s;
      transform: scale(0);
  }
  
  .service-area-inner-page .single-inner-service-box::after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      height: 0%;
      width: 100%;
      background: #101010;
      z-index: -1;
      transition: .9s;
      opacity: 0;
  }
  
  .service-area-inner-page .inner-service-title h3 {
      font-size: 22px;
      line-height: 40px;
      color: #101010;
      font-weight: 500;
      margin: 30px 0 40px;
      position: relative;
      z-index: 1;
      transition: .5s;
  }
  
  .service-area-inner-page .inner-service-title h3::before {
      position: absolute;
      content: "";
      top: 42px;
      left: 0;
      height: 30px;
      width: 2px;
      background: #E0E0E0;
      transition: .5s;
  }
  
  .service-area-inner-page .inner-service-title p {
      font-size: 15px;
      line-height: 28px;
      color: #515151;
      font-weight: 400;
      margin: 0 0 0;
      transition: .5s;
  }
  
  .service-area-inner-page .inner-service-button {
      position: relative;
      z-index: 1;
      margin-top: 28px;
      opacity: 0;
      transition: .5s;
  }
  
  .service-area-inner-page .inner-service-button::before {
      position: absolute;
      content: "";
      top: 4px;
      left: 35%;
      width: 25px;
      height: 25px;
      border: 1px solid #D7AB7C;
      border-radius: 50%;
      transition: .5s;
  }
  
  .service-area-inner-page .inner-service-button a {
      display: inline-block;
      font-size: 15px;
      line-height: 32px;
      color: #101010;
      font-weight: 400;
      position: relative;
      z-index: 1;
      transition: .5s;
  }
  
  .service-area-inner-page .inner-service-button a::before {
      position: absolute;
      content: "";
      top: 16px;
      right: -45px;
      height: 1px;
      width: 37px;
      background: #D7AB7C;
      z-index: -1;
      transition: .5s;
  }
  
  .service-area-inner-page .inner-service-button a::after {
      position: absolute;
      content: "";
      top: 13px;
      right: -50px;
      height: 8px;
      width: 8px;
      background: #D7AB7C;
      border-radius: 50%;
      z-index: -1;
      transition: .5s;
  }
  
  .service-area-inner-page .inner-service-number {
      position: absolute;
      top: 30px;
      right: 30px;
  }
  
  .service-area-inner-page .inner-service-number h1 {
      opacity: 0.102;
      font-size: 56px;
      letter-spacing: 3px;
      line-height: 48px;
      color: #101010;
      font-weight: 600;
      margin: 0 0 0;
      transition: .5s;
  }
  
  .service-area-inner-page .inner-service-tmb img {
      filter: brightness(0.2);
      transition: .5s;
  }
  
  .service-area-inner-page .single-inner-service-box:hover::before {
      transform: scale(1);
  }
  
  .service-area-inner-page .single-inner-service-box:hover::after {
      opacity: 0.8;
      height: 100%;
  }
  
  .service-area-inner-page .single-inner-service-box:hover .inner-service-title h3{
      color: #fff;
  }
  
  .service-area-inner-page .single-inner-service-box:hover .inner-service-title p{
      color: #fff;
  }
  
  .service-area-inner-page .single-inner-service-box:hover .inner-service-title h3::before{
      background: #D7AB79;
  }
  
  .service-area-inner-page .single-inner-service-box:hover{
      padding: 45px 30px 20px;
  }
  
  .service-area-inner-page .single-inner-service-box:hover .inner-service-button{
     opacity: 1;
     margin-top: 20px;
  }
  
  .service-area-inner-page .single-inner-service-box:hover .inner-service-button a{
     color: #fff;
  }
  
  .service-area-inner-page .single-inner-service-box:hover .inner-service-number h1{
     color: #fff;
  }
  
  .service-area-inner-page .single-inner-service-box:hover .inner-service-tmb img{
     filter: none;
  }
  
  /* Style Seven */
  
  .service-area-seven {
      background: #F7F7F7;
      padding: 100px 0 100px;
  }
  
  .service-area-seven .single-service-box {
      position: relative;
      z-index: 1;
  }
  
  .service-area-seven .single-service-btn {
      margin-top: 40px;
  }
  
  .service-area-seven .single-service-btn a {
      display: inline-block;
      font-size: 18px;
      color: #ffffff;
      font-weight: 600;
      background: #D9AB7A;
      padding: 16px 27px;
      position: relative;
      z-index: 1;
      transition: .5s;
  }
  
  .service-area-seven .single-service-btn a::before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: #101010;
      z-index: -1;
      transform: scale(0);
      transition: .5s;
  }
  
  .service-area-seven .single-service-btn a i {
      display: inline-block;
      margin-left: 5px;
  }
  
  .service-area-seven .single-service-shap {
      position: absolute;
      top: -15px;
      left: -100px;
  }
  
  .service-area-seven .service-design-list {
      position: relative;
      z-index: 1;
  }
  
  .service-area-seven .service-design-list ul li {
      font-size: 30px;
      line-height: 40px;
      color: #101010;
      font-weight: 500;
      display: block;
      border-bottom: 1px solid #BDBDBD;
      padding: 0 0 18px;
      margin-bottom: 30px;
      transition: .5s;
  
  }
  
  .service-area-seven .service-design-list ul li span {
      font-size: 20px;
      margin-right: 50px;
      transition: .5s;
  }
  
  .service-area-seven .service-design-list ul li i {
      display: inline-block;
      position: absolute;
      right: 0;
  }
  
  .service-area-seven .service-design-list ul li:hover{
      color: #D8A97B;
  }
  
  .service-area-seven .service-design-list ul li:hover span{
      color: #101010;
  }
  
  .service-area-seven .single-service-btn a:hover::before{
      transform: scale(1);
  }
  
  /*<!-- ============================================================== -->
  <!-- Vario service-details-area Css -->
  <!-- ============================================================== -->*/
  
  .service-details-area {
      padding: 120px 0 110px;
      background: #161616;
  }
  
  .service-details-area .service-details-thumb img {
      width: 100%;
  }
  
  .service-details-area .row.mg-tp {
      margin-top: 80px;
  }
  
  .service-details-area .service_details_content h3 {
      font-size: 20px;
      line-height: 58px;
      color: #d8ab7a;
      font-weight: 600;
      margin: 0 0 0;
  }
  
  .service-details-area .service_details_content p {
      font-size: 16px;
      line-height: 30px;
      color: #999999;
      font-weight: 400;
      margin: 0 0 30px;
  }
  
  .service-details-area .service-steps-list h3{
      font-size: 20px;
      line-height: 58px;
      color: #d8ab7a;
      font-weight: 600;
      margin: 0 0 0;
  }
  
  .service-details-area .service-steps-list ul li {
      font-size: 17px;
      line-height: 30px;
      color: #999999;
      font-weight: 500;
      display: block;
      margin: 0 0 15px 20px;
      position: relative;
      z-index: 1;
  }
  
  .service-details-area .service-steps-list ul li::before {
      position: absolute;
      content: "";
      top: 12px;
      left: -18px;
      height: 8px;
      width: 8px;
      border-radius: 50%;
      background: #989898;
  }
  
  .service-details-area .single-details-box {
      margin: 80px 0 0;
  }
  
  .service-details-area .single-details_thumb img {
      width: 100%;
  }
  
  .service-details-area .service-details-description p {
      font-size: 16px;
      line-height: 30px;
      color: #999999;
      font-weight: 400;
      margin: 90px 0 0;
  }
  
  
  /*<!-- ============================================================== -->
  <!-- Vario Vario-agency-area Css -->
  <!-- ============================================================== -->*/
  
  .arcke-agency-area {
      background: url(../images/resource/agency.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      padding: 100px 0 200px;
      position: relative;
      z-index: 1;
  }
  
  .arcke-agency-area .arcke-agency h2 {
      font-size: 50px;
      line-height: 58px;
      color: #ffffff;
      font-weight: 600;
      margin: 0 0 10px;
      text-align: center;
  }
  
  .arcke-agency-area .arcke-agency h2 span {
      color: #D9AB7A;
  }
  
  .arcke-agency-area .arcke-agency-button {
      position: relative;
      z-index: 1;
      text-align: center;
  }
  
  .arcke-agency-area .arcke-agency-button a {
      display: inline-block;
      font-size: 15px;
      padding: 12px 42px;
      margin: 32px 0 0 -75px;
      background: transparent;
      color: #fff;
      font-weight: 400;
      transition: .5s;
      border: 1px solid #CDA274;
      position: absolute;
      z-index: 1;
      animation: 1s 1.3s fadeInUp both;
  }
  
  .arcke-agency-area .arcke-agency-button a::after, .arcke-agency-button a::before {
      position: absolute;
      content: "";
      transform: rotate(0);
      -webkit-transform: rotate(0);
      border: solid;
      display: inline-block;
      padding: 3px;
      -webkit-transition: all .5s ease-out;
      -moz-transition: all .5s ease-out;
      transition: all .7s ease-out;
  }
  
  .arcke-agency-area .arcke-agency-button a::before {
      top: -7px;
      left: -7px;
      border-width: 0 1px 1px 0;
      border-color: #cda274;
  }
  
  .arcke-agency-area .arcke-agency-button a::after {
      bottom: -7px;
      right: -7px;
      border-width: 1px 0 0 1px;
      border-color: #cda274;
  }
  
  .arcke-agency-area .arcke-agency-button a:hover::before {
      left: 100%;
      transform: rotate(90deg);
  }
  
  .arcke-agency-area .arcke-agency-button a:hover::after {
      right: 100%;
      transform: rotate(90deg);
  }
  
  .arcke-agency-area .arcke-agency-button a:hover::before {
      left: 100%;
      transform: rotate(90deg);
  }
  
  
  /*<!-- ============================================================== -->
  <!-- Vario pricing-area Css -->
  <!-- ============================================================== -->*/
  
  .pricing-area {
      padding: 100px 0 90px;
  }
  
  .pricing-area .single-pricing-box {
      position: relative;
      z-index: 1;
      transition: .5s;
      padding: 10px;
      margin-bottom: 30px;
  }
  
  .pricing-area .single-pricing-box::before {
      position: absolute;
      content: "";
      top: 0px;
      left: 0;
      height: 1px;
      width: 102%;
      background: #E7E7E7;
      transition: .9s;
  }
  
  .pricing-area .single-pricing-box::after {
      position: absolute;
      content: "";
      bottom: 0px;
      left: -10px;
      height: 1px;
      width: 103%;
      background: #E7E7E7;
      transition: .9s;
  }
  
  .pricing-area .single-pricing-box .pricing-inner-box {
      position: relative;
      z-index: 1;
      transition: .5s;
  }
  
  .pricing-area .single-pricing-box .pricing-inner-box::before {
      position: absolute;
      content: "";
      top: -17px;
      left: -10px;
      height: 104%;
      width: 1px;
      background: #E7E7E7;
      transition: .9s;
  }
  
  .pricing-area .single-pricing-box .pricing-inner-box::after {
      position: absolute;
      content: "";
      bottom: -18px;
      right: -10px;
      height: 104%;
      width: 1px;
      background: #E7E7E7;
      transition: .9s;
  }
  
  .pricing-area .single-pricing-box.style_two{
  
  }
  
  .pricing-area .single-pricing-box.style_two::before{
      background: #101010;
  }
  
  .pricing-area .single-pricing-box.style_two::after{
      background: #101010;
  }
  
  .pricing-area .single-pricing-box.style_two .pricing-inner-box::before{
      background: #101010;
  }
  
  .pricing-area .single-pricing-box.style_two .pricing-inner-box::after{
      background: #101010;
  }
  
  .pricing-area .single-pricing-box.style_two .pricing-button::before{
      width: 100%;
      opacity: 1;
      left: 0;
  }
  
  .pricing-area .single-pricing-box.style_two .pricing-button a{
      color: #fff;
  }
  
  .pricing-area .single-pricing-box.style_two .single-pricing-content h3{
      color: #fff;
  }
  
  .pricing-area .single-pricing-box.style_two .single-pricing-content p{
      color: #fff;
  }
  
  .pricing-area .single-pricing-box.style_two .pricing-plan-list ul li{
      color: #fff;
  }
  
  .pricing-area .single-pricing-box.style_two .pricing-btn-shap{
      display: none;
  }
  
  .pricing-area .single-pricing-box.style_two .pricing-button-shap{
      display: inline-block;
  } 
  
  .pricing-area .single-pricing-box.style_two .single-pricing-content::before{
      height: 100%;
  } 
  
  .pricing-area .single-pricing-box .single-pricing-thumb img {
      width: 100%;
  }
  
  .pricing-area .single-pricing-box .single-pricing-content {
      background: #F8F8F8;
      padding: 27px 40px 40px;
      position: relative;
      z-index: 1;
      transition: .5s;
  }
  
  .pricing-area .single-pricing-box .single-pricing-content::before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      height: 0%;
      width: 100%;
      background: #101010;
      z-index: -1;
      transition: .7s;
  }
  
  .pricing-area .single-pricing-box .single-pricing-content h3 {
      font-size: 22px;
      line-height: 40px;
      color: #161616;
      font-weight: 600;
      margin: 2px 0 12px;
      text-transform: uppercase;
      transition: .5s;
  }
  
  .pricing-area .single-pricing-box .single-pricing-content p {
      font-size: 15px;
      line-height: 26px;
      color: #515151;
      font-weight: 400;
      margin: 5px 0 25px;
      transition: .5s;
  }
  
  .pricing-area .single-pricing-box .pricing-plan-list ul li {
      font-size: 15px;
      line-height: 26px;
      color: #101010;
      font-weight: 400;
      display: block;
      position: relative;
      z-index: 1;
      margin: 0 0 10px 20px;
      transition: .5s;
  }
  
  .pricing-area .single-pricing-box .pricing-plan-list ul li::before {
      position: absolute;
      content: "";
      top: 8px;
      left: -19px;
      height: 8px;
      width: 8px;
      background: #D7AB79;
      border-radius: 50%;
      transition: .5s;
  }
  
  .pricing-area .single-pricing-box .pricing-button {
      background: #fff;
      position: relative;
      z-index: 1;
      transition: .5s;
      margin-top: 18px;
  }
  
  .pricing-area .single-pricing-box .pricing-button::before {
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      height: 100%;
      width: 0%;
      background: #D7AB79;
      z-index: -1;
      opacity: 0;
      transition: .5s;
  }
  
  .pricing-area .single-pricing-box .pricing-btn-shap {
      position: absolute;
      right: 16px;
      top: 13px;
      transition: .5s;
  }
  
  .pricing-area .single-pricing-box .pricing-button-shap {
      position: absolute;
      right: 16px;
      top: 13px;
      transition: .9s;
      display: none;
  }
  
  .pricing-area .single-pricing-box .pricing-button a {
      display: inline-block;
      color: #101010;
      font-size: 16px;
      padding: 13px 0 13px 15px;
      transition: .9s;
  }
  
  .pricing-area .single-pricing-box:hover::before{
      background: #101010;
  }
  
  .pricing-area .single-pricing-box:hover::after{
      background: #101010;
  }
  
  .pricing-area .single-pricing-box:hover .pricing-inner-box::before{
      background: #101010;
  }
  
  .pricing-area .single-pricing-box:hover .pricing-inner-box::after{
      background: #101010;
  }
  
  .pricing-area .single-pricing-box:hover .pricing-button::before{
      width: 100%;
      opacity: 1;
      left: 0;
  } 
  
  .pricing-area .single-pricing-box:hover .pricing-button a{
      color: #fff;
  }
  
  .pricing-area .single-pricing-box:hover .single-pricing-content h3{
      color: #fff;
  }
  
  .pricing-area .single-pricing-box:hover .single-pricing-content p{
      color: #fff;
  }
  
  .pricing-area .single-pricing-box:hover .pricing-plan-list ul li{
      color: #fff;
  }
  
  .pricing-area .single-pricing-box:hover .pricing-btn-shap{
      display: none;
  }
  
  .pricing-area .single-pricing-box:hover .pricing-button-shap{
      display: inline-block;
  } 
  
  .pricing-area .single-pricing-box:hover .single-pricing-content::before{
      height: 100%;
  } 
  
  .pricing-area.upper .single-pricing-box.style_two::before {
      background: inherit;
  }
  
  .pricing-area.upper .single-pricing-box::before {
      background: inherit;
  }
  
  .pricing-area.upper .single-pricing-box:hover::after {
      background: inherit;
  }
  
  .pricing-area.upper .single-pricing-box::after {
      background: inherit;
  }
  
  .pricing-area.upper .single-pricing-box .pricing-inner-box::before {
      background: inherit;
  }
  
  .pricing-area.upper .single-pricing-box:hover .pricing-inner-box::after {
      background: inherit;
  }
  
  .pricing-area.upper .single-pricing-box .pricing-inner-box::after {
      background: inherit;
  }
  
  .pricing-area.upper {
      background: #161616;
      padding: 130px 0 90px;
  }
  
  .pricing-area.upper .section-title.upper .sub-title h2 {
      color: #fff;
  }
  
  /*<!-- ============================================================== -->
  <!-- Vario project-area Css -->
  <!-- ============================================================== -->*/
  
  .project-area.one {
      background: #101010;
      padding: 100px 0 210px;
      position: relative;
      z-index: 1;
  }
  
  .project-area.one .project-shap {
      position: absolute;
      left: 5%;
      top: 8%;
  }
  
  .project-area.one .project-shape {
      position: absolute;
      right: 5%;
      top: 8%;
      text-align: right;
  }
  
  .project-area.one .single-project-box {
      margin-bottom: 20px;
      position: relative;
      z-index: 1;
      transition: .5s;
      overflow: hidden;
  }
  
  .project-area.one .project-thumb {
      position: relative;
      z-index: 1;
  }
  
  .project-area.one .project-thumb::before {
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: #D7AB79;
      transform: scale(0);
      transition: .5s;
      opacity: 0.7;
  }
  
  .project-area.one .project-thumb img {
      width: 100%;
  }
  
  .project-area.one .project-thumb.upper img {
      height: 239px;
      width: 412px;
  }
  
  .project-area.one .project-content {
      position: absolute;
      bottom: 0;
      background: #161616;
      padding: 20px 25px 47px;
      width: 38%;
      transition: .5s;
      left: -30%;
      opacity: 0;
      z-index: 22;
  }
  
  .project-area.one .single-project-box.upper .project-content {
      width: 79%;
  }
  
  .project-area.one .project-content.style-one {
      width: 70%;
  }
  
  .project-area.one .project-content.style-one .project-button::before {
      right: 77px!important;
  }
  .project-area.one .project-content h4 {
      font-size: 14px;
      line-height: 32px;
      color: #d8ab7a;
      font-weight: 400;
      margin: 0 0 0;
  }
  
  .project-area.one .project-content h3 {
      font-size: 22px;
      line-height: 32px;
      color: #ffffff;
      font-weight: 500;
      margin: 0 0 0;
  }
  
  .project-area.one .project-button {
      position: relative;
      z-index: 1;
  }
  
  .project-area.one .project-button::before {
      position: absolute;
      content: "";
      top: 15px;
      right: 111px;
      width: 25px;
      height: 25px;
      z-index: 2;
      border: 1px solid #AF8C64;
      border-radius: 50%;
      transition: .5s;
  }
  
  .project-area.one .project-button a {
      position: relative;
      z-index: 1;
      display: inline-block;
      font-size: 16px;
      line-height: 30px;
      color: #AF8C64;
      font-weight: 500;
      top: 12px;
      transition: .5s;
  }
  
  .project-area.one .project-button a::before {
      position: absolute;
      content: "";
      top: 14px;
      right: -50px;
      height: 1px;
      width: 35px;
      background: #AF8C64;
      z-index: -1;
      transition: .5s;
  }
  
  .project-area.one .project-button a::after {
      position: absolute;
      content: "";
      top: 11px;
      right: -55px;
      height: 8px;
      width: 8px;
      background: #AF8C64;
      border-radius: 50%;
      z-index: -1;
      transition: .5s;
  }
  
  .project-area.one .single-project-box:hover .project-content{
      left: 0%;
      opacity: 1;
  }
  
  .project-area.one .single-project-box:hover .project-thumb::before{
      transform: scale(1);
  }
  
  .project-area.one .projects-btn {
      position: relative;
      z-index: 1;
      text-align: center;
  }
  
  .project-area.one .projects-btn a {
      display: inline-block;
      font-size: 15px;
      padding: 13px 44px;
      margin: 32px 0 0 -75px;
      background: transparent;
      color: #fff;
      font-weight: 400;
      transition: .5s;
      border: 1px solid #CDA274;
      position: absolute;
      z-index: 1;
      animation: 1s 1.3s fadeInUp both;
  }
  
  .project-area.one .projects-btn a::after, .projects-btn a::before {
      position: absolute;
      content: "";
      transform: rotate(0);
      -webkit-transform: rotate(0);
      border: solid;
      display: inline-block;
      padding: 3px;
      -webkit-transition: all .5s ease-out;
      -moz-transition: all .5s ease-out;
      transition: all .7s ease-out;
  }
  
  .project-area.one .projects-btn a::before {
      top: -7px;
      left: -7px;
      border-width: 0 1px 1px 0;
      border-color: #cda274;
  }
  
  .project-area.one .projects-btn a::after {
      bottom: -7px;
      right: -7px;
      border-width: 1px 0 0 1px;
      border-color: #cda274;
  }
  
  .project-area.one .projects-btn a:hover::before {
      left: 100%;
      transform: rotate(90deg);
  }
  
  .project-area.one .projects-btn a:hover::after {
      right: 100%;
      transform: rotate(90deg);
  }
  
  .project-area.one .projects-btn a:hover::before {
      left: 100%;
      transform: rotate(90deg);
  }
  
  .project-area.one.upper {
      background: #F8F8F8;
  }
  
  .project-area.one.upper .projects-btn a {
      display: inline-block;
      font-size: 15px;
      padding: 13px 44px;
      margin: 32px 0 0 -75px;
      background: transparent;
      color: #101010;
      font-weight: 600;
      transition: .5s;
      border: 1px solid #101010;
      position: absolute;
      z-index: 1;
      animation: 1s 1.3s fadeInUp both;
  }
  
  .project-area.one.upper .projects-btn a::before {
      top: -7px;
      left: -7px;
      border-width: 0 1px 1px 0;
      border-color: #101010;
  }
  
  .project-area.one.upper .projects-btn a::after {
      bottom: -7px;
      right: -7px;
      border-width: 1px 0 0 1px;
      border-color: #101010;
  }
  
  .project-area.one.upper .projects-btn a:hover::before {
      left: 100%;
      transform: rotate(90deg);
  }
  
  .project-area.one.upper .projects-btn a:hover::after {
      right: 100%;
      transform: rotate(90deg);
  }
  
  /* Style Five */
  
  .project_area_five {
      background: #101010;
      padding: 120px 30px 100px;
  }
  
  .project_area_five .section_title_five {
      text-align: center;
      margin-bottom: 50px;
  }
  
  .project_area_five .single_project_box {
      position: relative;
      z-index: 1;
      transition: .5s;
      padding: 0px 0 0;
      margin-bottom: 30px;
  }
  
  .project_area_five .single_project_box::before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: url('../images/portfolio/project_7.jpg');
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      opacity: 0;
      transition: .5s;
      transform: scale(0);
  }
  
  .project_area_five .single_project-tmb img {
      width: 100%;
  }
  
  .project_area_five .single_project_content {
      position: absolute;
      top: 22%;
      left: 0;
      right: 0;
      text-align: center;
      opacity: 0;
      transition: .5s;
      transform: scale(0);
      margin: 5px 20px;
      padding: 0 0;
  }
  
  .project_area_five .single_project_content h3 {
      font-size: 22px;
      line-height: 35px;
      color: #ffffff;
      font-weight: 600;
      margin: 0 0 10px;
  }
  
  .project_area_five .single_project_content p {
      font-size: 15px;
      line-height: 26px;
      color: #ffffff;
      font-weight: 400;
      width: 60%;
      margin: 0 auto 20px;
  }
  
  .project_area_five .single_project_button a {
      display: inline-block;
      font-size: 16px;
      text-transform: uppercase;
      background: #101010;
      padding: 11px 29px;
      color: #fff;
      position: relative;
      z-index: 1;
      transition: .5s;
  }
  
  .project_area_five .single_project_box:hover::before{
      opacity: 1;
      transform: scale(1);
  }
  
  .project_area_five .single_project_box:hover .single_project_content{
      opacity: 1;
      transform: scale(1);
  }
  
  /* Style Three */
  
  .portfolio_area_three {
      background: #161616;
      padding: 120px 0 120px;
  }
  
  .portfolio_area_three .section_title {
      text-align: center;
  }
  
  /* Portfolio Nav */
  .portfolio_area_three .portfolio_nav {
      margin-bottom: 40px;
  }
  
  .portfolio_area_three .portfolio_menu ul {
      text-align: center;
      list-style: none;
  }
  
  .portfolio_area_three .portfolio_nav ul li {
      background: #101010;
      font-size: 15px;
      transition: all 0.5s ease 0s;
      cursor: pointer;
      padding: 6px 25px;
      font-weight: 500;
      position: relative;
      margin: 0 3px;
      margin-bottom: 7px;
      display: inline-block;
      border-radius: 5px;
  }
  
  .portfolio_area_three .portfolio_menu ul li a {
      display: block;
      color: #fff;
      text-transform: uppercase;
      position: relative;
      transition: .5s;
  }
  
  .portfolio_area_three .portfolio_menu ul li a::before {
      position: absolute;
      content: "";
      left: 0;
      top: 24px;
      height: 2px;
      width: 0%;
      background: #fff;
      transition: .5s;
  }
  
  .portfolio_nav ul li:hover,
  .portfolio_nav ul li.current_menu_item {
      color: #fff;
      background: #D9AB7A;
  }
  
  .portfolio_area_three .case-study-single-box {
      position: relative;
      z-index: 1;
      transition: .5s;
      margin-bottom: 30px;
  }
  
  .portfolio_area_three .case-study-thumb2 img {
      width: 100%;
  }
  
  .portfolio_area_three .case-study-content {
      position: absolute;
      background: #101010;
      width: 100%;
      padding: 20px 30px 30px;
      bottom: 15%;
      left: 0%;
      transition: .5s;
      opacity: 0;
  }
  
  .portfolio_area_three .portfolio_shape {
      position: absolute;
      right: 22px;
      bottom: 14px;
  }
  
  .portfolio_area_three .portfolio_shape img {
      width: 100%;
  }
  
  .portfolio_area_three .case-study-content h3 {
      font-size: 22px;
      line-height: 36px;
      color: #ffffff;
      font-weight: 600;
  }
  
  .portfolio_area_three .gallery_button a {
      display: inline-block;
      font-size: 15px;
      line-height: 30px;
      color: #d8ab7a;
      font-weight: 400;
      text-transform: uppercase;
  }
  
  .portfolio_area_three .case-study-content h4 {
      font-size: 16px;
      line-height: 36px;
      color: #d8ab7a;
      font-weight: 500;
      margin: 0 0 0;
      position: relative;
      z-index: 1;
      left: 53px;
  }
  
  .portfolio_area_three .case-study-content h4::before {
      position: absolute;
      content: "";
      top: 18px;
      left: -52px;
      height: 2px;
      width: 45px;
      background: #D7AB79;
  }
  
  .case-study-single-box:hover .case-study-content {
      left: 0%;
      opacity: 1;
      bottom: 55%;
  }
  
  .portfolio_area_three.upper {
      background: inherit;
  }
  
  .portfolio_area_three.upper .sections_titles {
      text-align: center;
  }
  
  .portfolio_area_three.upper .portfolio_nav ul li {
      background: #F8F8F8;
      color: #101010;
  }
  
  .portfolio_area_three.upper .portfolio_nav ul li:hover, .portfolio_nav ul li.current_menu_item {
      color: #fff;
      background: #D9AB7A;
  }
  
  .project_area_five.upper {
      background: inherit;
  }
  
  .project_area_five.upper .single_project_box::before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: url('../images/portfolio/project_8.jpg');
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      opacity: 0;
      transition: .5s;
      transform: scale(0);
  } 
  
  .project_area_five.upper .single_project_button a {
      display: inline-block;
      font-size: 16px;
      text-transform: uppercase;
      background: #CDA373;
      padding: 11px 29px;
      color: #fff;
      position: relative;
      z-index: 1;
      transition: .5s;
  }
  
  .project_area_five.upper .single_project_box:hover::before{
      opacity: 1;
      transform: scale(1);
  }
  
  
  
  
  
  /*<!-- ============================================================== -->
  <!-- Vario call-do-action-area Css -->
  <!-- ============================================================== -->*/
  
  .call-do-action-area {
      background: url(../images/resource/call-to-bg.jpg);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      padding: 120px 0 90px;
      position: relative;
      z-index: 1;
  }
  
  .call-do-action-area .call-do-action-button {
      margin-top: -125px;
      position: absolute;
      right: 10%;
  }
  
  .call-do-action-area .call-do-action-button a {
      display: inline-block;
      font-size: 16px;
      background: #C79E70;
      padding: 11px 30px;
      color: #fff;
      text-transform: uppercase;
      position: relative;
      z-index: 1;
      transition: .5s;
  }
  
  .call-do-action-area .call-do-action-button a::after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: #fff;
      z-index: -1;
      transform: scale(0);
      transition: .5s;
  }
  
  .call-do-action-area .call-do-action-button a:hover{
      color: #101010 ;
  }
  
  .call-do-action-area .call-do-action-button a:hover::after{
      transform: scale(1);
  }
  
  
  /*<!-- ============================================================== -->
  <!-- Vario contact area Css -->
  <!-- ============================================================== -->*/
  
  .contact_area_three {
      background: url(../images/resource/contact_bg.jpg);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      padding: 120px 0 100px;
  }
  
  .contact_area_three .single_contact_thumb img {
      width: 100%;
      margin-left: 30px;
      height: 600px;
  }
  
  .contact_area_three .form_box input {
      width: 100%;
      height: 55px;
      padding-left: 20px;
      border-radius: 3px;
      transition: .5s;
      border: 1px solid #101010;
      color: #fff;
      background: #101010;
      outline: inherit;
      margin: 0 0 25px;
  }
  
  .contact_area_three textarea#message {
      background: #101010;
      border: 1px solid #101010;
      width: 100%;
      height: 150px;
      font-size: 15px;
      line-height: 30px;
      color: #ffffff;
      font-weight: 400;
      padding: 10px 0 0 20px;
      outline: inherit;
  }
  
  .contact_area_three textarea#message::placeholder {
      color: #959090;
  }
  
  .contact_area_three .quote_button {
      text-align: center;
      margin-top: 20px;
  }
  
  .contact_area_three .quote_button button {
      background: #D9AB7A;
      text-align: center;
      display: inline-block;
      color: #fff;
      width: 100%;
      padding: 16px 0;
      border-radius: 0;
      position: relative;
      z-index: 1;
      transition: .5s;
      outline: inherit;
  }
  
  .contact_area_three .quote_button button::before {
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      height: 100%;
      width: 0%;
      background: #101010;
      z-index: -1;
      transition: .9s;
  }
  
  .contact_area_three .quote_button button:hover::before{
      width: 100%;
      left: 0;
  }
  
  .contact_area_three .contact_from_box {
      position: relative;
      left: -60px;
  }
  
  
  .contact_area_three.upper {
      background: inherit;
  }
  
  .contact_area_three.upper .form_box input {
      width: 100%;
      height: 55px;
      padding-left: 20px;
      border-radius: 3px;
      transition: .5s;
      border: 1px solid #F8F8F8;
      color: #101010;
      background: #F8F8F8;
      outline: inherit;
      margin: 0 0 25px;
  }
  
  .contact_area_three.upper textarea#message {
      background: #F8F8F8;
      border: 1px solid #F8F8F8;
      width: 100%;
      height: 150px;
      font-size: 15px;
      line-height: 30px;
      color: #101010;
      font-weight: 400;
      padding: 10px 0 0 20px;
      outline: inherit;
  }
  
  .contact-area-inner {
      background: #161616;
      padding: 0 0 120px;
      background: url(../images/resource/world.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
  }
  
  .contact-area-inner .single-contact-box.upper {
      left: -50px;
      position: relative;
  }
  
  .contact-area-inner .single-contact-thumb img {
      width: 80%;
      margin-left: 100px;
  }
  
  .contact-area-inner .section-title {
      text-align: left;
  }
  
  .contact-area-inner .section-title.upper .sub-title h2 {
      color: #fff;
  }
  
  .contact-area-inner .form_box input {
      width: 100%;
      height: 55px;
      padding-left: 20px;
      border-radius: 3px;
      transition: .5s;
      border: inherit;
      color: #fff;
      background: #101010;
      margin: 0 0 20px;
      outline: inherit;
  }
  
  .contact-area-inner .form_box textarea#message {
      width: 100%;
      background: #101010;
      outline: inherit;
      border: inherit;
      height: 150px;
      color: #fff;
      padding: 20px 20px 0;
  }
  
  .contact-area-inner .sub-title h2::before {
      background: inherit;
  }
  
  .contact-area-inner .sub-title h2::after {
      background-color: inherit;
  }
  
  .contact-area-inner .quote_button {
      text-align: center;
      margin-top: 10px;
      background: #D7AB79;
      position: relative;
      z-index: 1;
      transition: .5s;
  }
  
  .contact-area-inner .quote_button::before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: #fff;
      z-index: -1;
      transition: .9s;
      opacity: 0;
      transform: scale(0);
  }
  
  .contact-area-inner .quote_button .btn {
      display: inline-block;
      font-size: 16px;
      color: #fff;
      padding: 17px 10px;
      text-transform: uppercase;
  }
  
  .contact-area-inner .quote_button:hover::before{
      opacity: 1;
      transform: scale(1);
  }
  
  .contact-area-inner .quote_button:hover .btn {
      color: #101010;
  }
  
  .contact-area-inner.upper {
      padding: 100px 0 0;
  }
  
  /*<!-- ============================================================== -->
  <!-- Vario map-section Css -->
  <!-- ============================================================== -->*/
  
  .map-section {
      padding: 120px 0 110px;
      background: #161616;
  }
  
  .map-section .row.mg-pt {
      overflow: hidden;
      border-radius: 20px;
  }
  
  /*<!-- ============================================================== -->
  <!-- Vario team-area Css -->
  <!-- ============================================================== -->*/
  
  .team-area.one {
      background: #161616;
      padding: 190px 0 170px;
      position: relative;
      z-index: 1;
  }
  
  .team-area.one::before {
      position: absolute;
      content: "";
      left: 0;
      right: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background: url(../images/team/team-bor.png);
      background-repeat: no-repeat;
      background-size: cover;
      margin: 0 auto 0;
      background-position: center center;
  }
  
  .team-area.one .section-title {
      text-align: center;
      margin-bottom: 45px;
  }
  
  .team-area.one .team-shap {
      position: absolute;
      top: 15%;
      left: 7%;
  }
  
  .team-area.one .team-shape{
      position: absolute;
      top: 15%;
      right: 7%;
  }
  
  .team-area.one .single-team-box {
      transition: .5s;
      border: 1px solid #2E2E2E;
      padding: 22px;
      position: relative;
      z-index: 1;
      overflow: hidden;
      margin-bottom: 30px;
  }
  
  .team-area.one .team-thumb img {
      width: 100%;
  }
  
  .team-area.one .team-content {
      position: absolute;
      bottom: -44%;
      text-align: center;
      margin: 0 auto 0;
      left: 0;
      right: 0;
      background: #1E1E1E;
      width: 90%;
      padding: 35px 0px;
      transition: .9s;
      opacity: 0;
  }
  
  .team-area.one .team-content h3 {
      font-size: 20px;
      line-height: 26px;
      text-transform: uppercase;
      color: #ffffff;
      font-weight: 500;
      margin: 2px 0 11px;
  }
  
  .team-area.one .team-content span {
      font-size: 14px;
      line-height: 26px;
      text-transform: uppercase;
      color: #999999;
      font-weight: 400;
  }
  
  .team-area.one .team-icon-list {
      margin-top: 15px;
  }
  
  .team-area.one .team-icon-list ul li {
      display: inline-block;
      margin: 0 5px 0;
  }
  
  .team-area.one .team-icon-list ul li a {
      display: inline-block;
      font-size: 16px;
      line-height: 26px;
      color: #999999;
      font-family: 'Almarai', 'Poppins', sans-serif !important;
      transition: .5s;
  }
  
  .team-area.one .single-team-box:hover{
      border: 1px solid #80684B;
      margin-top: -30px;
  }
  
  .team-area.one .single-team-box:hover .team-content{
      bottom: 20px;
      opacity: 1;
  }
  
  
  .team-area.one.upper {
      background: #fff;
  }
  .team-area.one.upper::before {
      background: url(../images/team/team-bg.png);
  }
  .team-area.one.upper .row.bt-bb::before {
      background: #E9EBEC;
  }
  
  .team-area.one.upper .row.bt-bb::after {
      background: #E9EBEC;
  }
  
  .team-area.one.upper .single-team-box {
      border: 1px solid #E9EBEC;
  }
  
  .team-area.one.upper .single-team-box:hover {
      border: 1px solid #D7AB7A;
  }
  
  .team-area.one.upper.style_two {
      background: #F8F8F8;
  }
  
  .team-area.one.upper.style_two .row.bt-bb {
      border: inherit;
  }
  
  .team-area.one.upper.style_two .row.bt-bb::before {
      background: inherit;
  }
  
  .team-area.one.upper.style_two .row.bt-bb::after {
      background: inherit;
  }
  
  /*Team Five Style*/
  
  .team_area_five {
      background: #141318;
      padding: 120px 0 100px;
  }
  
  .team_area_five .section_title_five {
      margin-bottom: 130px;
      text-align: center;
  }
  
  .team_area_five .team_single_box {
      background: #1C1B21;
      border-top: 2px solid #2C2B30;
      border-left: 2px solid #2C2B30;
      border-bottom: 2px solid #2C2B30;
      position: relative;
      z-index: 1;
      transition: .5s;
      padding: 0 0 30px;
      margin: 0 20px 30px;
  }
  
  .team_area_five .team_single_box .team_single_thumb {
      margin: -80px 0 0 80px;
  }
  
  .team_area_five .team_single_box .team_icon_list {
      position: absolute;
      top: 15%;
      left: 15px;
  }
  
  .team_area_five .team_single_box .team_icon_list ul li {
      display: block;
      list-style: none;
      margin-bottom: 10px;
  }
  
  .team_area_five .team_single_box .team_icon_list ul li a {
      display: inline-block;
      font-size: 16px;
      color: #D2A776;
      border: 1px solid #2C2B30;
      height: 35px;
      width: 35px;
      line-height: 35px;
      text-align: center;
      transition: .5s;
  }
  
  .team_area_five .team_single_box .team_title {
      margin-left: 80px;
  }
  
  .team_area_five .team_single_box .team_title h3 {
      font-size: 21px;
      line-height: 35px;
      color: #ffffff;
      font-weight: 600;
      margin: 25px 0 0;
  }
  
  .team_area_five .team_single_box .team_title span {
      font-size: 15px;
      line-height: 27px;
      color: #999999;
      font-weight: 400;
  }
  
  .team_area_five .team_single_box:hover{
      border-top: 2px solid #D9AB79;
      border-left: 2px solid #D9AB79;
      border-bottom: 2px solid #D9AB79;
  }
  
  .team_area_five .team_single_box .team_icon_list ul li a:hover {
      color: #fff!important;
      border: 1px solid #D2A776;
      background: #D2A776;
  }
  
  
  .team_area_five.upper{
      background: url(../images/team/team-6-bg.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      position: relative;
      z-index: 1;
  }
  
  .team_area_five.upper .team_single_box {
      background: #fff;
      border-top: 2px solid #DDDDDD;
      border-left: 1px solid #DDDDDD;
      border-bottom: 1px solid #DDDDDD;
      position: relative;
      z-index: 1;
  }
  
  .team_area_five.upper .team_single_box .team_icon_list ul li a {
      background: #F8F8F8;
      border: 1px solid #F8F8F8;
  }
  
  .team_area_five.upper .team_single_box .team_title h3 {
      color: #101010;
  }
  
  .team_area_five.upper .team_single_box:hover{
      border-top: 2px solid #D9AB7A;
      border-left: 1px solid #D9AB7A;
      border-bottom: 1px solid #D9AB7A;
  }
  
  .team_area_five.upper .team_single_box .team_icon_list ul li a:hover{
      background: #CDA374;
      border: 1px solid #CDA374;
      color: #fff;
  }
  
  .team_area_five.upper .team_single_box .team_title span {
      color: #101010;
  }
  
  /*<!-- ============================================================== -->
  <!-- Vario team area inner page Css -->
  <!-- ============================================================== -->*/
  
  .team-area-inner-page {
      padding: 120px 0 90px;
  }
  
  .team-area-inner-page .single-team-inner-box {
      position: relative;
      z-index: 1;
      padding: 0 0 25px;
      border-bottom: 1px solid #E9EBEC;
      transition: .5s;
      margin-bottom: 30px;
  }
  
  .team-area-inner-page .single-team-inner-box .single-team-inner-thumb {
      position: relative;
      z-index: 1;
      transition: .5s;
  }
  
  .team-area-inner-page .single-team-inner-box .single-team-inner-thumb::before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      height: 0%;
      width: 100%;
      background: #101010;
      opacity: 0.5;
      transition: .5s;
  }
  
  .team-area-inner-page .single-team-inner-box .single-team-inner-thumb img {
      width: 100%;
  }
  
  .team-area-inner-page .single-team-inner-box .team-inner-title h3 {
      font-size: 20px;
      line-height: 30px;
      color: #101010;
      font-weight: 500;
      margin: 25px 0 0;
  }
  
  .team-area-inner-page .single-team-inner-box .team-inner-title h4 {
      font-size: 15px;
      line-height: 25px;
      color: #515151;
      font-weight: 400;
      margin: 0 0 0 40px;
      position: relative;
      z-index: 1;
  }
  
  .team-area-inner-page .single-team-inner-box .team-inner-title h4::before {
      position: absolute;
      content: "";
      top: 14px;
      left: -40px;
      height: 1px;
      width: 30px;
      background: #101010;
      transition: .5s;
  }
  
  .team-area-inner-page .single-team-inner-box .team-inner-icon {
      position: absolute;
      right: 0;
      bottom: 32px;
  }
  
  .team-area-inner-page .single-team-inner-box .team-inner-icon i {
      display: inline-block;
      color: #101010;
      height: 40px;
      width: 40px;
      line-height: 40px;
      border: 1px solid #DBDBDB;
      text-align: center;
      transition: .5s;
  }
  
  .team-area-inner-page .single-team-inner-box .team-inner-icon-list {
      position: absolute;
      left: 0;
      right: 0;
      text-align: center;
      bottom: 25%;
      opacity: 0;
      transition: .5s;
      z-index: 22;
  }
  
  .team-area-inner-page .single-team-inner-box .team-inner-icon-list ul li {
      display: inline-block;
      margin: 0 3px 0;
  }
  
  .team-area-inner-page .single-team-inner-box .team-inner-icon-list ul li a {
      display: inline;
      font-size: 16px;
      height: 38px;
      width: 38px;
      line-height: 38px;
      text-align: center;
      background: #fff;
      color: #101010;
      display: inline-block;
  }
  
  .team-area-inner-page .single-team-inner-box:hover .team-inner-icon i{
      background: #D9AB7A;
      color: #fff;
      border: 1px solid #D9AB7A;
  }
  
  .team-area-inner-page .single-team-inner-box:hover .team-inner-title h4::before{
      background: #D9AB7A;
  }
  
  .team-area-inner-page .single-team-inner-box:hover .team-inner-icon-list{
      bottom: 30%;
      opacity: 1;
  }
  
  .team-area-inner-page .single-team-inner-box:hover .single-team-inner-thumb::before{
      height: 100%;
  } 
  
  .team-area-inner-page .single-team-inner-box .team-inner-icon-list ul li a:hover{
      background: #D7AB79;
      color: #fff;
  }
  
  .team-area-seven {
      padding: 100px 0 70px;
  }
  
  .team-area-seven .team-button {
      margin-top: 25px;
  }
  
  .team-area-seven .team-button a {
      display: inline-block;
      font-size: 18px;
      color: #ffffff;
      font-weight: 600;
      background: #D9AB7A;
      padding: 16px 27px;
      position: relative;
      z-index: 1;
      transition: .5s;
  }
  
  .team-area-seven .team-button a::before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: #101010;
      z-index: -1;
      transform: scale(0);
      transition: .5s;
  }
  
  .team-area-seven .team-button a i {
      display: inline-block;
      margin-left: 5px;
      transition: .5s;
  }
  
  .team-area-seven .single-teams-boxs {
      background: #F6F6F6;
      text-align: center;
      padding: 50px 0 20px;
      transition: .5s;
      position: relative;
      z-index: 1;
      margin-bottom: 30px;
  }
  
  .team-area-seven .single-teams-boxs::before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      height: 0%;
      width: 100%;
      background: #D7AB79;
      z-index: -1;
      opacity: 0.3;
      transition: .7s;
  }
  
  .team-area-seven .single-teams-boxs .single-teams-title {
      text-align: center;
      margin-top: 50px;
      padding: 0 0 0;
  }
  
  .team-area-seven .single-teams-boxs .single-teams-thumb img {
      border: 4px solid #F6F6F6;
      border-radius: 100%;
      transition: .7s;
      transform: scale(1);
  }
  
  .team-area-seven .single-teams-boxs .single-teams-thumb img:hover {
      transform: scale(.9);
  }
  
  .team-area-seven .single-teams-boxs .single-teams-title h3 {
      font-size: 24px;
      line-height: 30px;
      color: #101010;
      font-weight: 600;
      margin: 0 auto 0;
      border-bottom: 1px solid #C8CAC6;
      width: 80%;
      text-align: center;
      padding: 0 0 7px;
      transition: .5s;
  }
  
  .team-area-seven .single-teams-boxs .single-teams-title span {
      font-size: 16px;
      line-height: 24px;
      color: #616161;
      font-weight: 400;
      margin: 0 0 0;
  }
  
  .team-area-seven .single-teams-boxs .single-teams-icon-list {
      position: absolute;
      bottom: 10%;
      left: 0;
      right: 0;
      text-align: center;
      margin: 0 auto 0;
      opacity: 0;
      transition: .5s;
  }
  
  .team-area-seven .single-teams-boxs .single-teams-icon-list ul li {
      display: inline-block;
      margin: 0 5px 0;
  }
  
  .team-area-seven .single-teams-boxs .single-teams-icon-list ul li a {
      display: inline-block;
      color: #fff;
      font-size: 15px;
  }
  
  .team-area-seven .single-teams-boxs:hover::before{
      height: 100%;
  }
  
  .team-area-seven .single-teams-boxs:hover .single-teams-icon-list{
      opacity: 1;
      bottom: 40%;
  }
  
  .team-area-seven .single-teams-boxs:hover .single-teams-thumb img {
      border: 4px solid #D7AB79;
  }
  
  .team-area-seven .single-teams-boxs:hover .single-teams-title h3 {
      border-bottom: 1px solid #D7AB79;
  }
  
  .team-area-seven .team-button a:hover::before{
     transform: scale(1); 
  }
  
  /*<!-- ============================================================== -->
  <!-- Vario testimonial-area Css -->
  <!-- ============================================================== -->*/
  
  .testimonial-area.one {
      background: url(../images/testimonial/test-bg.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      padding: 120px 0 160px;
      position: relative;
      z-index: 1;
  }
  
  .testimonial-area.one .section-title {
      text-align: left;
      margin-bottom: 0;
  }
  
  .testimonial-area.one .section-title .sub-title h2::before {
      margin: 0;
  }
  
  .testimonial-area.one .sub-title h2::before {
      background: inherit;
  }
  
  .testimonial-area.one .sub-title h2::after {
      background-color: inherit;
  }
  
  .testimonial-area.one .testimonial-content {
      padding: 10px;
      position: relative;
      z-index: 1;
      border: 1px solid #1D1D1D;
      transition: .5s;
  }
  
  .testimonial-area.one .test-box {
      background: #1E1E1E;
      padding: 30px 40px 50px;
  }
  
  .testimonial-area.one .testimonial-icon {
      position: absolute;
      bottom: 70px;
      right: 70px;
  }
  
  .testimonial-area.one .testimonial-description p {
      font-size: 16px;
      line-height: 30px;
      color: #999999;
      font-weight: 400;
      font-style: italic;
      margin: 0 0 90px;
  }
  
  .testimonial-area.one .testimonial-title h3 {
      font-size: 18px;
      line-height: 26px;
      color: #ffffff;
      font-weight: 500;
      margin: 0 0 0;
  }
  
  .testimonial-area.one .testimonial-title span {
      font-size: 13px;
      line-height: 26px;
      color: #d8ab7a;
      font-weight: 400;
  }
  
  .testimonial-area.one .testimonial-tmb {
      margin-right: 20px;
      float: left;
      position: relative;
      z-index: 1;
      top: -5px;
  }
  
  .testimonial-area.one .testimonial-tmb::before {
      position: absolute;
      content: "";
      top: -70px;
      left: 2px;
      height: 55px;
      width: 1px;
      background: #D7AB79;
  }
  
  .testimonial-area.one .testimonial-content:hover {
      border: 1px solid #D7AB79;
  }
  
  .owl-dots {
      position: absolute;
      bottom: -65px;
      left: 0;
  }
  
  .owl-dot {
      display: inline-block;
      margin: 0 5px 0;
      height: 8px;
      width: 8px;
      background: #1E1E1E;
  }
  
  .owl-dot.active {
      background: #D7AB79;
      height: 10px;
      width: 10px;
  }
  
  .testi-shape {
      position: absolute;
      top: 20%;
      right: 5%;
  }
  
  .testimonial-area.one.upper {
      background: url(../images/testimonial/testi-bg.jpg);
  }
  .testimonial-area.one.upper .testimonial-thumb img {
      width: 100%;
      margin-left: -50px;
  }
  
  .testimonial-area.one.upper .testimonial-content {
      border: 1px solid #E9EBEC;
  }
  
  .testimonial-area.one.upper .testimonial-description p {
      font-size: 16px;
      line-height: 30px;
      color: #101010;
  }
  
  .testimonial-area.one.upper .testimonial-title h3 {
      color: #101010;
  }
  
  .testimonial-area.one.upper .test-box {
      background: #fff;
  }
  
  
  /*Style Three*/
  
  .testimonial_area_three {
      background: url(../images/testimonial/test-3-bg.jpg);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      padding: 120px 0 100px;
  }
  
  .testimonial_area_three .single_testimonial_box {
      position: relative;
      z-index: 1;
      transition: .5s;
      margin: 0 12px 0;
  }
  
  .testimonial_area_three .single_testimonial_box .testimonial_icon_list {
      position: absolute;
      top: 10px;
      right: 25px;
  }
  
  .testimonial_area_three .single_testimonial_box .testimonial_icon_list ul li {
      display: inline-block;
      margin: 0 5px 0;
      color: #D7AB79;
  }
  
  .testimonial_area_three .single_testimonial_box .testimonial_icon_list ul li span {
      opacity: 0.5;
  }
  
  .testimonial_area_three .single_testimonial_box .testimonial_icon i {
      font-size: 51px;
      display: inline-block;
      margin-left: 30px;
  }
  
  .testimonial_area_three .single_testimonial_box .testimonial_thumb {
      display: inline-block;
      margin: 0px 20px 0 30px;
      position: relative;
      z-index: 1;
      top: -10px;
  }
  
  .testimonial_area_three .single_testimonial_box .testimonial_title {
      display: inline-block;
  }
  
  .testimonial_area_three .single_testimonial_box .testimonial_title h3 {
      font-size: 18px;
      line-height: 30px;
      color: #fffffe;
      font-weight: 600;
      margin: 0 0 0;
      position: relative;
      top: -35px;
  }
  
  .testimonial_area_three .single_testimonial_box .testimonial_title h3 span {
      font-size: 15px;
      line-height: 30px;
      color: #d8ab7a;
      font-weight: 500;
      margin-left: 10px;
  }
  
  .testimonial_area_three .single_testimonial_box .testimonial_description p {
      font-size: 16px;
      line-height: 30px;
      color: #A7A7A7;
      font-weight: 400;
      font-style: italic;
      margin: 0 0 0;
      background: #161616;
      padding: 40px 35px;
  }
  
  .testimonial_area_three.upper {
      background: url(../images/testimonial/test-4-bg.jpg);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      padding: 120px 0 100px;
  }
  
  .testimonial_area_three.upper .single_testimonial_box {
      position: relative;
      z-index: 1;
      transition: .5s;
      margin: 0 12px 0;
  }
  
  .testimonial_area_three.upper .single_testimonial_box .testimonial_icon_list {
      position: absolute;
      top: 10px;
      right: 25px;
  }
  
  .testimonial_area_three.upper .single_testimonial_box .testimonial_icon_list ul li {
      display: inline-block;
      margin: 0 5px 0;
      color: #D7AB79;
  }
  
  .testimonial_area_three.upper .single_testimonial_box .testimonial_icon_list ul li span {
      opacity: 0.5;
  }
  
  .testimonial_area_three.upper .single_testimonial_box .testimonial_icon i {
      color: #D7AB79;
  }
  
  .testimonial_area_three.upper .single_testimonial_box .testimonial_thumb {
      display: inline-block;
      margin: 0px 20px 0 30px;
      position: relative;
      z-index: 1;
      top: -10px;
  }
  
  .testimonial_area_three.upper .single_testimonial_box .testimonial_title {
      display: inline-block;
  }
  
  .testimonial_area_three.upper .single_testimonial_box .testimonial_title h3 {
      color: #101010;
  }
  
  .testimonial_area_three.upper .single_testimonial_box .testimonial_title h3 span {
      color: #d8ab7a;
  }
  
  .testimonial_area_three.upper .single_testimonial_box .testimonial_description p {
      color: #101010;
      background: #fff;
  }
  
  /*Style Five*/
  
  .testimonial_area_five {
      background: #101010;
      padding: 120px 0 120px;
  }
  
  .testimonial_area_five .section_title_five {
      margin-bottom: 60px;
  }
  
  .testimonial_area_five .single_testimonial_box {
      margin: 0 10px 0;
      transition: .5s;
  }
  
  .testimonial_area_five .single_testimonial_box .testimoni_content {
      background: #141318;
      padding: 35px 10px 30px 25px;
      position: relative;
      z-index: 1;
      transition: .5s;
      border: 1px solid #282828;
      border-radius: 3px;
  }
  
  .testimonial_area_five .single_testimonial_box .testimoni_content::before {
      position: absolute;
      content: "";
      bottom: -9%;
      left: 0;
      right: 0;
      text-align: center;
      margin: 0 auto 0;
      height: 45px;
      width: 45px;
      background: #141318;
      transform: rotate(45deg);
      border-right: 1px solid #282828;
      border-bottom: 1px solid #282828;
  }
  
  .testimonial_area_five .single_testimonial_box .testimonial_icon_list ul li {
      display: inline-block;
      margin-right: 10px;
      color: #D6AB78;
      font-size: 16px;
  }
  
  .testimonial_area_five .single_testimonial_box .testimonial_description p {
      font-size: 15px;
      line-height: 26px;
      color: #999999;
      font-weight: 400;
      margin: 18px 0 0;
  }
  
  .testimonial_area_five .single_testimonial_box .testimonial_thumb {
      margin: 35px 20px 0 20px;
      display: inline-block;
  }
  
  .testimonial_area_five .single_testimonial_box .testimonial_title {
      display: inline-block;
      position: relative;
      top: 0;
  }
  
  .testimonial_area_five .single_testimonial_box .testimonial_title span {
      font-size: 14px;
      line-height: 26px;
      color: #999999;
      margin: 0 0 0;
  }
  
  .testimonial_area_five .single_testimonial_box .testimonial_title h3 {
      font-size: 20px;
      line-height: 30px;
      color: #ffffff;
      font-weight: 600;
      margin: 0 0 0;
  }
  
  .testimonial_area_five .owl-nav {
      position: absolute;
      z-index: 1;
      right: 20px;
      top: -30%;
  }
  
  .testimonial_area_five .owl-prev{
      display: inline-block;
      color: #fff;
      border-radius: 50%;
      padding: 11px 15px;
      font-size: 20px;
      transition: .5s;
      margin: 0 20px 0 0;
      background: #1C1B21;
      border: inherit;
  }
  
  .testimonial_area_five .owl-next {
      display: inline-block;
      color: #fff;
      border-radius: 50%;
      padding: 11px 15px;
      font-size: 20px;
      margin-bottom: 5px;
      transition: .5s;
      background: #D9AB7A;
      border: inherit;
  }
  
  .testimonial_area_five .owl-prev:hover{
      color: #fff;
      background: #D9AB7A;
  }
  
  .testimonial_area_five .owl-next:hover {
      color: #fff;
      background: #1C1B21;
  }
  
  .testimonial_area_five.upper {
      background: inherit;
  }
  
  .testimonial_area_five.upper .single_testimonial_box .testimonial_title h3 {
      color: #101010;
  }
  
  .testimonial_area_five.upper .single_testimonial_box .testimonial_description p {
      color: #101010;
  }
  
  .testimonial_area_five.upper .single_testimonial_box .testimoni_content {
      background: inherit;
      border: 1px solid #E9EBEC;
  }
  
  .testimonial_area_five.upper .single_testimonial_box .testimoni_content::before {
      background: #fff;
      border-right: 1px solid #E9EBEC;
      border-bottom: 1px solid #E9EBEC;
  }
  
  .testimonial_area_five.upper .single_testimonial_box .testimonial_title span {
      color: #101010;
  }
  
  /*Style Seven*/
  
  .testimonial-area-seven {
      background: #F7F7F7;
      padding: 100px 0 80px;
  }
  
  .testimonial-area-seven .single-testi-box {
      transition: .5s;
  }
  
  .testimonial-area-seven .single-testi-box .single-testi-icon {
      text-align: center;
      margin-right: -100px;
  }
  
  .testimonial-area-seven .single-testi-box .single-testi-icon i {
      text-align: right;
      display: inline-block;
      font-size: 150px;
      color: #F2F2F2;
      font-weight: 400;
      margin-top: -30px;
      transition: .5s;
  }
  
  .testimonial-area-seven .single-testi-box .single-testi-content p {
      font-size: 24px;
      line-height: 30px;
      color: #101010;
      font-weight: 400;
      margin: 0 0 23px;
  }
  
  .testimonial-area-seven .single-testi-box .single-testi-content span {
      font-size: 18px;
      line-height: 30px;
      color: #101010;
      font-weight: 400;
      margin: 0 0 0;
  }
  
  .testimonial-area-seven .single-testi-box .testi-rating-star {
      margin-top: 25px;
  }
  
  .testimonial-area-seven .single-testi-box .testi-rating-star ul li {
      display: inline-block;
      color: #D7AB79;
      font-size: 20px;
      margin-right: 5px;
  }
  
  .testimonial-area-seven .single-testi-box .testi-rating-star ul li.color {
      color: #101010;
  }
  
  .testimonial-area-seven .single-testi-box:hover .single-testi-icon i{
      color: #101010;
  }
  
  
  /*<!-- ============================================================== -->
  <!-- Vario video-area-seven Css -->
  <!-- ============================================================== -->*/
  
  .video-area-seven {
      background: url(../images/resource/video-bg.jpg);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      padding: 120px 0 120px;
      height: 750px;
      position: relative;
      z-index: 1;
  }
  
  .video-area-seven .section-title-seven h2 {
      font-size: 46px;
      line-height: 60px;
      color: #fff;
      font-weight: 400;
      margin: 0 0 0;
  }
  
  .video-area-seven .section-title-seven p {
      font-size: 16px;
      line-height: 24px;
      color: #ffffff;
      font-weight: 500;
      width: 62%;
      margin: 20px 0 0;
  }
  
  .video-area-seven .video-icon-cda {
      text-align: right;
      margin-top: -170px;
      z-index: -1;
      position: relative;
  }
  
  .video-area-seven .icon-shape-img {
      position: absolute;
      top: 15px;
      right: 15px;
      z-index: -1;
  }
  
  .video-area-seven .video-icon-cda a {
      display: inline-block;
      border: 2px solid #D9AB7A;
      height: 145px;
      width: 145px;
      line-height: 145px;
      border-radius: 50%;
      text-align: center;
      transition: .5s;
      position: relative;
      z-index: 1;
  
  }
  
  .video-area-seven .video-icon-cda a i {
      display: inline-block;
      font-size: 70px;
      height: 110px;
      width: 110px;
      line-height: 110px;
      border-radius: 50%;
      text-align: center;
      color: #fff;
      margin-top: 18px;
      margin-left: 7px;
      font-weight: 400;
  }
  
  .video-area-seven .video-icon-cda a i::after {
      position: absolute;
      content: "";
      background: url(../images/resource/icon-shap.png);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      top: 10px;
      left: 11px;
      z-index: -1;
      height: 85%;
      width: 85%;
  }
  
  .video-area-seven .video-shape-ing {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
  }
  
  /*<!-- ============================================================== -->
  <!--  Vario blog-area Css -->
  <!-- ============================================================== -->*/
  
  .blog-area.one {
      background: #161616;
      padding: 170px 0 120px;
      position: relative;
      z-index: 1;
  }
  
  .blog-area.one::before {
      position: absolute;
      content: "";
      left: 0;
      right: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background: url(../images/blog/blog-bor.png);
      background-repeat: no-repeat;
      background-size: cover;
      margin: 0 auto 0;
      background-position: center center;
  }
  
  .blog-area.one .blog-shap {
      position: absolute;
      top: 15%;
      left: 7%;
  }
  
  .blog-area.one .blog-shape {
      position: absolute;
      top: 15%;
      right: 7%;
  }
  
  .blog-area.one .single-blog-box {
      transition: .5s;
      margin-bottom: 30px;
  }
  
  .blog-area.one .blog-title {
      padding: 0 10px 0 0;
  }
  
  .blog-area.one .blog-thumb img {
      width: 100%;
  }
  
  .blog-area.one .blog-thumb{
      position: relative;
      z-index: 1;
  }
  
  .blog-area.one .blog-thumb::before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      height: 0%;
      width: 100%;
      background: #D7AB7C;
      opacity: 0.5;
      transition: .5s;
  }
  
  .blog-area.one .blog-title {
      padding: 0 10px 0 0;
  }
  
  .blog-area.one .blog-title h4 {
      font-size: 14px;
      line-height: 26px;
      text-transform: uppercase;
      color: #999999;
      font-weight: 400;
      margin: 20px 0 0;
  }
  
  .blog-area.one .blog-title h4 span {
      position: relative;
      z-index: 1;
      margin-left: 30px;
  }
  
  .blog-area.one .blog-title h4 span::before {
      position: absolute;
      top: 2px;
      left: -15px;
      height: 15px;
      width: 2px;
      background: #626262;
      content: "";
      transform: rotate(33deg);
  }
  
  .blog-area.one .blog-title h3 a {
      display: inline-block;
      font-size: 20px;
      line-height: 32px;
      color: #ffffff;
      font-weight: 600;
      margin: 0 0 20px;
      transition: .5s;
  }
  
  .blog-area.one .blog-button {
      position: relative;
      z-index: 1;
      transition: .5s;
      overflow: hidden;
      transition: .5s;
  }
  
  .blog-area.one .blog-button a {
      display: inline-block;
      position: relative;
      z-index: 1;
      font-size: 15px;
      line-height: 32px;
      color: #ffffff;
      font-weight: 400;
      transition: .5s;
      margin-left: -103px;
  }
  
  .blog-area.one .blog-button::before {
      position: absolute;
      content: "";
      top: 1px;
      left: 8.5%;
      width: 30px;
      height: 30px;
      border: 1px solid #fff;
      border-radius: 50%;
      transition: .5s;
  }
  
  .blog-area.one .blog-button a::before {
      position: absolute;
      content: "";
      top: 16px;
      right: -60px;
      height: 1px;
      width: 46px;
      background: #fff;
      z-index: -1;
      transition: .5s;
  }
  
  .blog-area.one .blog-button a::after {
      position: absolute;
      content: "";
      top: 13px;
      right: -65px;
      height: 8px;
      width: 8px;
      background: #fff;
      border-radius: 50%;
      z-index: -1;
  }
  
  .blog-area.one .single-blog-box:hover .blog-button::before {
      left: 33%;
      border: 1px solid #D9AA7C;
  }
  
  .blog-area.one .single-blog-box:hover .blog-button a::before{
      background: #D9AA7C;
  }
  
  .blog-area.one .single-blog-box:hover .blog-button a::after{
      background: #D9AA7C;
  }
  
  .blog-area.one .single-blog-box:hover .blog-button a{
      margin-left: 0px;
  }
  
  .blog-area.one .single-blog-box:hover .blog-thumb::before{
      height: 100%;
  }
  
  .blog-area.one .blog-title h3 a:hover{
      color: #D7AB79;
      text-decoration: underline;
  }
  
  .blog-area.one.upper {
      background: #fff;
  }
  .blog-area.one.upper::before {
      left: 0;
      right: 0;
      top: 0;
      background: url(../images/blog/blog-bg.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
  }
  .blog-area.one.upper.grid {
      padding: 120px 0 55px;
  }
  .blog-area.one.upper .row.bd-tp::before {
      background: #E9EBEC;
  }
  
  .blog-area.one.upper .row.bd-tp::after {
      background: #E9EBEC;
  }
  
  .blog-area.one.upper .blog-title h4 {
      color: #101010;
  }
  
  .blog-area.one.upper .blog-title h3 a {
      color: #101010;
  }
  
  .blog-area.one.upper .blog-button a {
      color: #101010;
  }
  
  .blog-area.one.upper .single-blog-box .blog-button::before {
      border: 1px solid #DEE1E6;
  }
  
  .blog-area.one.upper .single-blog-box .blog-button a::before {
      background: #DEE1E6;
  }
  
  .blog-area.one.upper .single-blog-box .blog-button a::after {
      background: #DEE1E6;
  }
  
  .blog-area.one.upper .single-blog-box:hover .blog-button a::after {
      background: #D7AB79;
  }
  
  .blog-area.one.upper .single-blog-box:hover .blog-button::before {
      border: 1px solid #D7AB79;
  }
  
  .blog-area.one.upper .single-blog-box:hover .blog-button a::before {
      background: #D7AB79;
  }
  
  .blog-area.one.upper .single-blog-box:hover .blog-button a::after {
      background: #D7AB79;
  }
  
  .blog-area.one.upper .single-blog-box.upper {
      margin-bottom: 50px;
  }
  
  /*Style Three*/
  
  .blog_area_three {
      background: #101010;
      padding: 120px 0 100px;
  }
  
  .blog_area_three .section_title {
      text-align: center;
      margin-bottom: 50px;
  }
  
  .single_blog_box {
      transition: .5s;
      margin-bottom: 30px;
  }
  
  .single_blog_thumb {
      position: relative;
      z-index: 1;
      transition: .5s;
  }
  
  .single_blog_thumb::before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      height: 0%;
      width: 100%;
      background: #D7AB79;
      opacity: 0.5;
      transition: .5s;
  }
  
  .single_blog_thumb img {
      width: 100%;
  }
  
  .single_blog_content {
      background: #161616;
      padding: 30px 30px;
      transition: .5s;
  }
  
  .single_blog_content h4 {
      font-size: 14px;
      line-height: 28px;
      color: #d8ab7a;
      font-weight: 500;
      margin: 0 0 0;
  }
  
  .single_blog_content h3 a {
      display: inline-block;
      font-size: 24px;
      line-height: 35px;
      color: #ffffff;
      font-weight: 600;
      margin: 0 0 0;
      transition: .5s;
  }
  
  .single_blog_box:hover .single_blog_thumb::before {
      height: 100%;
  }
  
  .single_blog_content h3 a:hover{
      color: #D7AB79;
  }
  
  .blog_area_three.upper {
      background: #F8F8F8;
  }
  
  .blog_area_three.upper .single_blog_content h3 a {
      color: #101010;
  }
  
  .blog_area_three.upper .single_blog_content {
      background: #fff;
  }
  
  .blog_area_three.upper .single_blog_content h3 a:hover {
      color: #D7AB79;
  }
  
  /* Style Five */
  
  .blog_area_five {
      background: #141318;
      padding: 120px 0 90px;
  }
  
  .blog_area_five .section_title_five {
      text-align: center;
      margin-bottom: 50px;
  }
  
  .blog_area_five .single_blog_box {
      transition: .5s;
      margin-bottom: 30px;
      background: #1C1B21;
      padding: 30px 25px 20px;
      overflow: hidden;
  }
  
  .blog_area_five .single_blog_box .single_blogs_content h5 {
      font-size: 14px;
      line-height: 28px;
      color: #999999;
      font-weight: 400;
      margin: 0 0 0;
       transition: .5s;
  }
  
  .blog_area_five .single_blog_box .single_blogs_content h5 span {
      margin-right: 20px;
  }
  
  .blog_area_five .single_blog_box .single_blogs_content h5 i {
      display: inline-block;
      color: #D2A776;
      margin-right: 10px;
  }
  
  .blog_area_five .single_blog_box .single_blogs_content h3 a {
      display: inline-block;
      font-size: 22px;
      line-height: 30px;
      color: #ffffff;
      font-weight: 600;
      margin: 0 0 25px;
       transition: .5s;
  }
  
  .blog_area_five .single_blog_box .single_blog_thumb {
      position: relative;
      z-index: 1;
      transition: .5s;
  }
  
  .blog_area_five .single_blog_box .single_blog_thumb::before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: #D7AB79;
      opacity: 0.6;
      transition: .5s;
      transform: scale(0);
  }
  
  .blog_area_five .single_blog_box .blog_button {
      margin-top: 25px;
  }
  
  .blog_area_five .single_blog_box .blog_button a {
      display: inline-block;
      font-size: 16px;
      color: #D6AC7A;
      transition: .5s;
      text-transform: uppercase;
      margin-left: -130px;
      transition: .5s;
      font-weight: 600;
  }
  
  .blog_area_five .single_blog_box .blog_button a i {
      display: inline-block;
      color: #fff;
      margin-left: 25px;
       transition: .5s;
  }
  
  .blog_area_five .single_blog_box:hover .blog_button a {
      margin-left: 0px;
  }
  
  .blog_area_five .single_blog_box:hover .blog_button a i{
      margin-left: 5px;
      color: #D6AC7A;
  }
  
  .blog_area_five .single_blog_box .single_blogs_content h3 a:hover{
      color: #D6AC7A;
  }
  
  .blog_area_five .single_blog_box:hover .single_blog_thumb::before{
      transform: scale(1);
  }
  
  
  .blog_area_five.upper {
      background: url(../images/blog/home-6-bg.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      position: relative;
      z-index: 1;
  }
  
  .blog_area_five.upper .single_blog_box {
      background: #fff;
  }
  
  .blog_area_five.upper .single_blog_box .single_blogs_content h3 a {
      color: #101010;
  }
  
  .blog_area_five.upper .single_blog_box .blog_button a i {
      color: #101010;
  }
  
  .blog_area_five.upper .single_blog_box .blog_button a {
      color: #101010;
  }
  
  /* Style Seven */
  
  .blog-area-seven {
      background: #F6F6F6;
      padding: 100px 0 100px;
  }
  
  .blog-area-seven .blog-button {
      margin-top: 38px;
  }
  
  .blog-area-seven .blog-button a {
      display: inline-block;
      font-size: 18px;
      color: #ffffff;
      font-weight: 600;
      background: #D9AB7A;
      padding: 16px 27px;
      position: relative;
      z-index: 1;
      transition: .5s;
  }
  
  .blog-area-seven .blog-button a::before {
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      height: 100%;
      width: 0%;
      background: #101010;
      z-index: -1;
      transition: .5s;
  }
  
  .blog-area-seven .blog-button a i {
      display: inline-block;
      margin-left: 8px;
      transition: .5s;
  }
  
  .blog-area-seven .single-blog-box {
      transition: .5s;
  }
  
  .blog-area-seven .single-blog-tmb {
      position: relative;
      z-index: 1;
      transition: .5s;
  }
  
  .blog-area-seven .single-blog-tmb::before {
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      height: 100%;
      width: 0%;
      background: #101010;
      opacity: 0.5;
      transition: .5s;
  }
  
  .blog-area-seven .blog-number {
      position: absolute;
      bottom: 0;
      right: 0px;
      height: 80px;
      width: 95px;
      background: #D7AB79;
      text-align: center;
  }
  
  .blog-area-seven .blog-number h3 {
      font-size: 24px;
      line-height: 36px;
      color: #ffffff;
      font-weight: 400;
      margin: 10px auto 0;
      border-bottom: 1px solid #fff;
      width: 70%;
      text-align: center;
  }
  
  .blog-area-seven .single-blog-tmb img {
      width: 100%;
  }
  
  .blog-area-seven .single-blog-content {
      background: #fff;
      padding: 45px 40px 35px;
      position: relative;
      z-index: 1;
      transition: .5s;
  }
  
  .blog-area-seven .single-blog-content::before {
      position: absolute;
      content: "";
      bottom: 0;
      left: 0;
      height: 0%;
      width: 100%;
      background: #D7AB79;
      opacity: 0.3;
      z-index: -1;
      transition: .5s;
  }
  
  .blog-area-seven .single-blog-content h4 {
      font-size: 16px;
      line-height: 30px;
      color: #101010;
      font-weight: 400;
      margin: 0 0 0;
  }
  
  .blog-area-seven .single-blog-content h3 {
      font-size: 24px;
      line-height: 36px;
      font-weight: 400;
      margin: 0 0 25px;
      border-bottom: 1px solid #CFCFCF;
      padding: 0 0 15px;
  }
  
  .blog-area-seven .single-blog-content h3 a {
      display: inline-block;
      color: #101010;
      transition: .5s;
  }
  
  .blog-area-seven .single-blog-btn a {
      display: inline-block;
      font-size: 18px;
      line-height: 30px;
      color: #d8ab7a;
      font-weight: 500;
  }
  
  .blog-area-seven .single-blog-btn a i {
      display: inline-block;
      margin-left: 20px;
  }
  
  .blog-area-seven .single-blog-box:hover .single-blog-content h3{
      border-bottom: 1px solid #101010;
  }
  
  .blog-area-seven .single-blog-content h3 a:hover{
      color: #D7AB79;
  }
  
  .blog-area-seven .blog-button a:hover::before{
      width: 100%;
      left: 0;
  }
  
  .blog-area-seven .single-blog-box:hover .single-blog-tmb::before{
      left: 0;
      width: 100%;
  }
  
  .blog-area-seven .single-blog-box:hover .single-blog-content::before{
      height: 100%;
  }
  
  /*<!-- ============================================================== -->
  <!-- Vario blog-details-area Css -->
  <!-- ============================================================== -->*/
  
  .blog-details-area {
      padding: 120px 0 100px;
  }
  
  .blog-details-area .blog-thumb img {
      width: 100%;
  }
  
  .blog-details-area .blog-meta h4 {
      font-size: 14px;
      line-height: 26px;
      text-transform: uppercase;
      color: #515151;
      font-weight: 400;
      margin: 30px 0 0;
  }
  
  .blog-details-area .blog-content-text h2 {
      font-size: 30px;
      line-height: 38px;
      color: #101010;
      font-weight: 600;
      margin: 13px 0;
  }
  
  .blog-details-area .blog-content-text p {
      font-size: 15px;
      line-height: 28px;
      color: #515151;
      font-weight: 400;
      margin: 0 0 20px;
  }
  
  .blog-details-area .blog-details-desc h3 {
      font-size: 22px;
      line-height: 28px;
      color: #101010;
      font-weight: 600;
      margin: 50px 0 10px;
  }
  
  .blog-details-area .blog-details-icon-list {
      margin: 30px 0 50px;
  }
  
  .blog-details-area .blog-details-icon-list ul li {
      display: block;
      list-style: none;
      font-size: 16px;
      line-height: 28px;
      color: #101010;
      font-weight: 400;
      margin: 0 0 10px;
  }
  
  .blog-details-area .blog-details-icon-list ul li i {
      display: inline-block;
      font-size: 16px;
      line-height: 28px;
      color: #d8ab7a;
      margin-right: 5px;
  }
  
  .blog-details-area .blog-details-tmb {
      margin: 0 0 25px;
  }
  
  .blog-details-area .blog-details-tmb img {
      width: 100%;
  }
  
  .blog-details-area .blog-social-tags h4 {
      font-size: 16px;
      line-height: 28px;
      color: #101010;
      font-weight: 500;
      margin: 0 0 0;
  }
  
  .blog-details-area .share-text ul li {
      display: inline-block;
  }
  
  .blog-details-area .share-text h4 {
      font-size: 16px;
      line-height: 28px;
      color: #101010;
      font-weight: 500;
      margin: 0 0 0;
  }
  
  .blog-details-area .single-blog-social-icon ul{
      display: inline-block;
  }
  
  .blog-details-area .single-blog-social-icon ul li {
      display: inline-block;
      margin: 0 5px 0;
  }
  
  .blog-details-area .single-blog-social-icon ul li a {
      display: inline-block;
      color: #101010;
  }
  
  .blog-details-area .share-text {
      display: inline-block;
  }
  
  .blog-details-area .row.mg-tp {
      border-top: 1px solid #E0E0E0;
      border-bottom: 1px solid #E0E0E0;
      padding: 30px 0;
      margin: 35px 0 60px;
  }
  
  .blog-details-area .single-blog-social-icon {
      text-align: right;
  }
  
  .blog-details-area .blog-social-tags h4 span {
      margin: 0 5px 0;
      font-size: 14px;
      line-height: 28px;
      color: #515151;
      font-weight: 400;
      border: 1px solid #DEDFE1;
      padding: 10px 15px;
  }
  
  .blog-details-area .blog-details-comment-thumb {
      float: left;
      margin-right: 20px;
  }
  
  .blog-details-area .blog-details-comment-content h3 {
      font-size: 15px;
      line-height: 24px;
      color: #101010;
      font-weight: 500;
      margin: 0 0 0;
  }
  
  .blog-details-area .blog-details-comment-content p {
      font-size: 13px;
      line-height: 26px;
      color: #515151;
      font-weight: 400;
      margin: 0 0 0;
  }
  
  .blog-details-area .blog-details-comment_tmb {
      float: left;
      margin: 10px 20px 0 0;
  }
  
  .blog-details-area .blog-details-comment_box h4 {
      font-size: 16px;
      line-height: 28px;
      color: #101010;
      font-weight: 500;
      margin: 0 0 0;
  }
  
  .blog-details-area .blog-details-comment_box h4 span {
      font-size: 14px;
      line-height: 26px;
      color: #515151;
      font-weight: 400;
      position: relative;
      z-index: 1;
      margin-left: 35px;
  }
  
  .blog-details-area .blog-details-comment_box h4 span::before {
      position: absolute;
      content: "";
      top: 10px;
      left: -30px;
      height: 1px;
      width: 20px;
      background: #101010;
  }
  
  .blog-details-area .blog-details-comment_box p {
      font-size: 15px;
      line-height: 28px;
      color: #515151;
      font-weight: 400;
      margin: 0 0 0;
      overflow: hidden;
  }
  
  .blog-details-area .blog-details-comment-title h3 {
      font-size: 28px;
      line-height: 28px;
      color: #101010;
      font-weight: 600;
      margin: 0 0 30px;
  }
  
  .blog-details-area .blog-details-comment {
      background: #F8F8F8;
      padding: 30px 20px;
      margin-bottom: 90px;
  }
  
  .blog-details-area .blog-details-comment_box {
      border: 1px solid #A8A8A8;
      padding: 25px 20px;
      position: relative;
      z-index: 1;
      margin-bottom: 25px;
  }
  
  .blog-details-area .blog-details-comment_box.upper {
      width: 88%;
      margin-left: 90px;
  }
  
  .blog-details-area .reply_btn {
      position: absolute;
      top: 20px;
      right: 20px;
  }
  
  .blog-details-area .reply_btn a {
      display: inline-block;
      font-size: 13px;
      line-height: 20px;
      color: #101010;
      font-weight: 400;
      text-transform: uppercase;
      border-bottom: 1px solid #A8A8A8;
  }
  
  .blog-details-area .comment-title h3 {
      font-size: 28px;
      line-height: 28px;
      color: #101010;
      font-weight: 600;
      margin: 80px 0 30px;
  }
  
  .blog-details-area input.comment-box {
      background: #F8F8F8;
      outline: inherit;
      border: none;
      margin-bottom: 20px;
      width: 100%;
      padding: 16px 15px;
  }
  
  .blog-details-area textarea#comment-msg-box {
      background: #F8F8F8;
      outline: inherit;
      border: none;
      width: 100%;
      padding: 16px 15px;
      margin-left: 12px;
      margin-bottom: 20px;
  }
  
  .blog-details-area input.submit-comment {
      display: inline-block;
      width: 22%;
      background: #101010;
      color: #fff;
      border: inherit;
      padding: 15px 0;
      transition: .5s;
      position: relative;
      z-index: 1;
      margin: 0 20px 0 15px;
      font-size: 16px;
      font-weight: 600;
  }
  
  .blog-details-area input.submit-comment:hover {
      background: #DEBA92;
      color: #fff;
  }
  
  /* blog sidebar */
  
  .widget-items-search {
      position: relative;
  }
  
  .src-input-box:focus {
      border: 1px solid #ccc;
  }
  
  input.src-input-box::placeholder {
      font-size: 15px;
      color: #575f66;
      font-weight: 300;
      font-family: 'Almarai', 'Poppins', sans-serif !important;
    }
  
  .src-icon {
      position: absolute;
      right: 0;
      top: 32px;
      transform: translateY(-50%);
      font-size: 15px;
      border: none;
      padding: 17px 25px;
      color: #101010;
  }
  
  .src-input-box:focus {
      outline: inherit;
  }
  
  /*search items*/
  .widget-items {
      background: #F5F6F8;
      border-radius: 3px;
      padding: 40px 40px 15px;
      margin-bottom: 30px;
  }
  
  .src-input-box {
      border: 1px solid #cccccc57;
      padding: 17px 30px;
      width: 100%;
      color: #101010;
  }
  
  input.src-input-box::placeholder {
      color: #101010;
      font-family: 'Almarai', 'Poppins', sans-serif !important;
    }
  
  /*categories*/
  .widget-title {
      margin-bottom: 28px;
      position: relative;
  }
  
  .widget-title h2 {
      margin-top: 0;
  }
  
  .widget-archieve-item {
      color: #232323;
  }
  
  .widget-archieve-item:hover {
      color: #ff3b00;
  }
  
  .widget-items .widget-title h2 {
      display: block;
      position: relative;
      z-index: 1;
      font-size: 22px;
      color: #171717;
      font-weight: 500;
  }
  
  .widget-title h2::before {
      content: "";
      position: absolute;
      left: 0;
      bottom: -20px;
      width: 50px;
      height: 2px;
      background: #101010;
  }
  
  .hr-3 {
      border-top: 1px solid #e6e6e6;
      padding-top: 15px;
  }
  
  .catagory-item {
      margin: 43px 0 7px;
  }
  
  .catagory-item ul li {
      border-bottom: 1px solid rgba(23,23,23,0.10196078431372549);
      display: block;
  }
  
  .catagory-item ul li:last-child {
      border-bottom: none;
  }
  
  .catagory-item ul li a {
      font-size: 16px;
      color: #171717;
      font-weight: 400;
      display: inline-block;
      padding: 10px 0;
  }
  
  .catagory-item ul li:hover a {
      color: #DEBA92;
  }
  
  .catagory-item ul li a i {
      font-size: 15px;
      margin-right: 14px;
  }
  
  /*post thumb*/
  
  .widget-recent-post {
      margin-bottom: 23px;
      padding-top: 24px;
  }
  
  .rpost-thumb {
      margin-right: 20px;
  }
  
  /*post title*/
  .rpost-title h4 {
      font-size: 15px;
      line-height: 22px;
      color: #101010;
      font-weight: 500;
      margin: 0 0;
  }
  
  .rpost-title span {
      display: inline-block;
      font-size: 13px;
      line-height: 26px;
      color: #515151;
      font-weight: 400;
  }
  
  .rpost-title h4:hover {
      color: #D7AB79;
  }
  
  /*tag menu*/
  
  .tag-item {
      margin: 50px 0 17px;
  }
  
  .tag-item a {
      padding: 8px 9px;
      display: inline-block;
      margin: 2px 3px 8px;
      transition: .5s;
      font-size: 14px;
      line-height: 26px;
      color: #171717;
      font-weight: 500;
      background: #fff;
  }
  
  .tag-item a:hover {
      color: #fff;
      background: #DEBA92;
  }
  
  /*pagination*/
  .pagination.center {
      text-align: center !important;
      display: flex;
      align-items: center !important;
      justify-content: center;
      margin-top: 50px;
  }
  
  .pagination a {
      font-size: 18px;
      font-weight: 500;
      color: #919191;
      float: left;
      text-decoration: none;
      transition: background-color .3s;
      margin: 0 4px;
      height: 42px;
      width: 42px;
      line-height: 42px;
      text-align: center;
      border: 1px solid rgba(33,33,33,0.1);
  }
  
  .pagination a:hover {
      background: #FF5E15;
      color: #fff;
  
  }
  
  /*<!-- ============================================================== -->
  <!-- Vario cascading-area Css -->
  <!-- ============================================================== -->*/
  
  .cascading-area {
      background: #101010;
      padding: 130px 0 110px;
  }
  
  .cascading-area .cascading-thumb img {
      width: 100%;
  }
  
  .cascading-area .cascading-title h2 {
      font-size: 75px;
      line-height: 65px;
      color: #ffffff;
      font-weight: 600;
      margin: 0 0 35px;
  }
  
  .cascading-area .cascading-title span {
      font-size: 16px;
      line-height: 30px;
      text-transform: uppercase;
      color: #999999;
      font-weight: 400;
      position: relative;
      z-index: 1;
      margin-left: 90px;
  }
  
  .cascading-area .cascading-title span::before {
      position: absolute;
      content: "";
      top: 9px;
      left: -40%;
      height: 1px;
      width: 80px;
      background: #909095;
  }
  
  .cascading-area .cascading-inner-box {
      margin: 0 -12px 0;
      position: relative;
      z-index: 1;
      transition: .5s;
  }
  
  .cascading-area .cascading-thumb {
      position: relative;
      z-index: 1;
      transition: .5s;
  }
  
  .cascading-area .cascading-thumb::before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: #D7AB79;
      opacity: .5;
      transform: scale(0);
      transition: .5s;
  }
  
  .cascading-area .cascadings-inners-boxs {
      background: #1A1A1A;
      position: relative;
      z-index: 1;
      padding: 40px 50px 50px;
      margin: 0 -12px 0;
      transition: .5s;
  }
  
  .cascading-area .cascading-inner-title h3 {
      font-size: 24px;
      line-height: 30px;
      color: #ffffff;
      font-weight: 600;
      margin: 0 0 5px;
  }
  
  .cascading-area .cascading-inner-title span {
      font-size: 14px;
      line-height: 30px;
      color: #999999;
      font-weight: 400;
      margin: 0 0 0;
  }
  
  .cascading-area .cascading-inner-button {
      background: #262626;
      padding: 6px 20px;
      transition: .5s;
      position: relative;
      z-index: 1;
      margin-top: 117px;
  }
  
  .cascading-area .cascading-inner-button::before {
      position: absolute;
      content: "";
      top: -115px;
      left: 0;
      height: 100px;
      width: 1px;
      background: #262626;
  }
  
  .cascading-area .cascading-inner-button::after {
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      height: 100%;
      width: 0%;
      background: #D7AB79;
      opacity: 1;
      z-index: -1;
      transition: .5s;
  
  }
  
  .cascading-area .cascading-inner-button a {
      display: inline-block;
      font-size: 17px;
      line-height: 40px;
      color: #ffffff;
      font-weight: 500;
      transition: .5s;
  }
  
  .cascading-area .cascading-inner-button a i {
      display: inline-block;
      position: absolute;
      top: 7px;
      right: 25px;
      transition: .5s;
  }
  
  .cascading-area .cascading-inner-box-number {
      position: absolute;
      top: 50px;
      right: 25px;
  }
  
  .cascading-area .cascading-inner-box-number h2 {
      opacity: 0.051;
      font-size: 75px;
      line-height: 30px;
      color: #ffffff;
      font-weight: 600;
      margin: 0 0 0;
      transition: .5s;
  }
  
  .cascading-area .cascadings-inners-boxs:hover .cascading-inner-box-number h2{
      opacity: 1;
      color: #D7AB79;
  }
  
  .cascading-area .cascadings-inners-boxs:hover .cascading-inner-button::after{
      width: 100%;
      left: 0;
  }
  
  .cascading-area .cascading-inner-box:hover .cascading-thumb::before{
      transform: scale(1);
  }
  
  .cascading-area.upper {
      background: #fff;
  }
  
  .cascading-area.upper .cascading-title h2 {
      font-size: 75px;
      line-height: 65px;
      color: #101010;
      font-weight: 600;
      margin: 0 0 35px;
  }
  
  .cascading-area.upper .cascadings-inners-boxs {
      background: #F8F8F8;
  }
  
  .cascading-area.upper .cascading-inner-title h3 {
      color: #101010;
  }
  
  .cascading-area.upper .cascading-inner-box-number h2 {
      opacity: 1;
      color: #E8E8E8;
  }
  
  .cascading-area.upper .cascading-inner-button::before {
      background: #E8E8E8;
  }
  
  .cascading-area.upper .cascading-inner-button {
      background: transparent;
      border: 1px solid #A8A8A8;
  }
  
  .cascading-area.upper .cascading-inner-button a {
      color: #101010;
  }
  
  .cascading-area.upper .cascadings-inners-boxs:hover .cascading-inner-button{
      border: 1px solid #D7AB79;
  }
  
  .cascading-area.upper .cascadings-inners-boxs:hover .cascading-inner-button a{
      color: #fff;
  }
  
  
  /*<!-- ============================================================== -->
  <!-- Vario horizontal-area Css -->
  <!-- ============================================================== -->*/
  
  .horizontal-area {
      padding: 110px 0 110px;
      background: #101010;
      overflow: hidden;
      position: relative;
  }
  
  .horizontal-area .horizontal-title h3 {
      font-size: 75px;
      line-height: 65px;
      color: #ffffff;
      font-weight: 600;
      margin: 0 0 0;
  }
  
  .horizontal-area .horizontal-button {
      text-align: right;
      margin-top: 8px;
  }
  
  .horizontal-area .horizontal-button a {
      font-size: 17px;
      line-height: 30px;
      color: #ffffff;
      font-weight: 500;
      background: #D7AB79;
      padding: 8px 15px;
      transition: .5s;
      position: relative;
      z-index: 1;
      display: inline-block;
  }
  
  .horizontal-area .horizontal-button a::before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: #fff;
      transition: .5s;
      transform: scale(0);
      z-index: -1;
  }
  
  .horizontal-area .row.mg-tp {
      margin-top: 33px;
  }
  
  .horizontal-area .single-horizontal-box {
      position: relative;
      z-index: 1;
      transition: .5s;
      margin-bottom: 30px;
  }
  
  .horizontal-area .horizontal-thumb img {
      width: 100%;
  }
  
  .horizontal-area .horizontal-content {
      position: absolute;
      top: 50px;
      left: 50px;
      width: 77%;
      padding: 25px 25px;
      transform: scale(0);
      transition: .5s;
      background: rgba(17,17,17,.9);
  }
  
  .horizontal-area .single-horizontal-title h3 {
      font-size: 22px;
      line-height: 30px;
      color: #ffffff;
      font-weight: 700;
      margin: 0 0 0;
  }
  
  .horizontal-area .single-horizontal-title span {
      font-size: 15px;
      line-height: 30px;
      color: #d8ab7a;
      font-weight: 500;
      margin: 0 0 0;
  }
  
  .horizontal-area .horizontal-year h4 {
      font-size: 16px;
      line-height: 30px;
      color: #d8ab7a;
      font-weight: 500;
      margin: 0 0 0;
      position: relative;
      z-index: 1;
      text-align: right;
      top: -55px;
  }
  
  .horizontal-area .horizontal-year h4::before {
      position: absolute;
      content: "";
      top: 14px;
      right: 40px;
      height: 1px;
      width: 50px;
      background: #D7AB79;
  }
  
  .horizontal-area .horizontal-btn {
      background: #D9AB7A;
      padding: 6px 20px;
      transition: .5s;
      position: relative;
      z-index: 1;
      margin-top: 80px;
  }
  
  .horizontal-area .horizontal-btn::before {
      position: absolute;
      content: "";
      top: -99px;
      left: 0;
      height: 80px;
      width: 1px;
      background: #D9AB7A;
  }
  
  .horizontal-area .horizontal-btn::after {
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      height: 100%;
      width: 0%;
      background: #fff;
      opacity: 1;
      z-index: -1;
      transition: .5s;
  }
  
  .horizontal-area .horizontal-btn a {
      display: inline-block;
      font-size: 17px;
      line-height: 40px;
      color: #ffffff;
      font-weight: 500;
      transition: .5s;
  }
  
  .horizontal-area .horizontal-btn a i {
      display: inline-block;
      position: absolute;
      top: 7px;
      right: 25px;
      transition: .5s;
  }
  
  .horizontal-area .horizontal-btn:hover a{
      color: #101010;
  }
  
  .horizontal-area .horizontal-btn:hover::after{
      width: 100%;
      left: 0;
  }
  
  .horizontal-area .single-horizontal-box:hover .horizontal-content{
      transform: scale(1);
  }
  
  .horizontal-area .horizontal-button a:hover{
      color: #101010;
  }
  
  .horizontal-area .horizontal-button a:hover::before{
      transform: scale(1);
  }
  
  /*<!-- ============================================================== -->
  <!-- Vario horizontal-slider-area Css -->
  <!-- ============================================================== -->*/
  
  .horizontal-slider-area {
      background: #101010;
      padding: 80px 0 110px;
  }
  
  .horizontal-slider-area .horizontal-slider-box {
      background: url(../images/portfolio/horizontal-bg.jpg);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      height: 600px;
      position: relative;
      z-index: 1;
  }
  
  .horizontal-slider-area .horizontal-slider-content {
      position: absolute;
      left: 0;
      bottom: 0;
      background: #161616;
      padding: 30px 30px;
  }
  
  .horizontal-slider-area .horizontal-slider-content h4 {
      font-size: 14px;
      line-height: 20px;
      color: #d8ab7a;
      font-weight: 400;
      margin: 0 0 0;
  }
  
  .horizontal-slider-area .horizontal-slider-content h3 {
      font-size: 24px;
      line-height: 32px;
      color: #ffffff;
      font-weight: 600;
      margin: 43px 0 0;
      position: relative;
      z-index: 1;
  }
  
  .horizontal-slider-area .horizontal-slider-content h3::before {
      position: absolute;
      content: "";
      top: -40px;
      left: 0;
      height: 40px;
      width: 1px;
      background: #AD8A63;
  }
  
  .horizontal-slider-area .horizontal-slid-btn {
      position: relative;
      z-index: 1;
      overflow: hidden;
      transition: .5s;
      margin-top: 25px;
  }
  
  .horizontal-slider-area .horizontal-slid-btn::before {
      position: absolute;
      content: "";
      top: 1px;
      left: 47%;
      width: 30px;
      height: 30px;
      border: 1px solid #D7AB79;
      border-radius: 50%;
      transition: .5s;
  }
  
  .horizontal-slider-area .horizontal-slid-btn a {
      display: inline-block;
      position: relative;
      z-index: 1;
      font-size: 15px;
      line-height: 32px;
      color: #ffffff;
      font-weight: 400;
      transition: .5s;
  }
  
  .horizontal-slider-area .horizontal-slid-btn a::before {
      position: absolute;
      content: "";
      top: 16px;
      right: -60px;
      height: 1px;
      width: 46px;
      background: #D7AB79;
      z-index: -1;
      transition: .5s;
  }
  
  .horizontal-slider-area .horizontal-slid-btn a::after {
      position: absolute;
      content: "";
      top: 13px;
      right: -65px;
      height: 8px;
      width: 8px;
      background: #D7AB79;
      border-radius: 50%;
      z-index: -1;
  }
  
  .horizontal-slider-area.upper {
      background: transparent;
  }
  
  
  /*<!-- ============================================================== -->
  <!-- Vario portfolio-masonary-area Css -->
  <!-- ============================================================== -->*/
  
  .portfolio-masonary-area {
      background: #161616;
      padding: 100px 0 100px;
  }
  
  .portfolio-masonary-area .portfolio-masonary-title h3 {
      font-size: 50px;
      line-height: 65px;
      color: #ffffff;
      font-weight: 600;
      margin: 0 0 70px;
      text-align: center;
  }
  
  .portfolio-masonary-area .single-portfolio-masonary-box {
      position: relative;
      z-index: 1;
      transition: .5s;
      overflow: hidden;
      margin-bottom: 27px;
  }
  
  .portfolio-masonary-area .single-portfolio-thumn {
      position: relative;
      z-index: 1;
      transition: 0.5s;
  }
  
  .portfolio-masonary-area .single-portfolio-thumn::before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      height: 0%;
      width: 100%;
      background: #D7AB79;
      opacity: 0.5;
      transition: 0.9s;
  }
  
  .portfolio-masonary-area .single-portfolio-thumn img {
      width: 100%;
  }
  
  .portfolio-masonary-area .portfolio-masonary-content {
      position: absolute;
      bottom: -100px;
      opacity: 0;
      left: 15px;
      background: rgba(17,17,17,.9);
      width: 80%;
      padding: 42px 40px 48px;
      transition: .9s;
      z-index: 22;
  }
  
  .portfolio-masonary-area .masonary-title h3 {
      font-size: 22px;
      line-height: 30px;
      color: #ffffff;
      font-weight: 700;
      margin: 0 0 0;
  }
  
  .portfolio-masonary-area .masonary-title span {
      font-size: 15px;
      line-height: 30px;
      color: #d8ab7a;
      font-weight: 500;
  }
  
  .portfolio-masonary-area .masonary-year h4 {
      font-size: 16px;
      line-height: 30px;
      color: #d8ab7a;
      font-weight: 500;
      margin: 0 0 0;
      position: relative;
      z-index: 1;
      text-align: right;
      top: -55px;
  }
  
  .portfolio-masonary-area .masonary-year h4::before {
      position: absolute;
      content: "";
      top: 14px;
      right: 40px;
      height: 1px;
      width: 50px;
      background: #D7AB79;
  }
  
  .portfolio-masonary-area .portfolio-masonary-btn {
      background: #D9AB7A;
      padding: 6px 20px;
      transition: .5s;
      position: relative;
      z-index: 1;
      margin-top: 20px;
  }
  
  .portfolio-masonary-area .portfolio-masonary-btn::after {
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      height: 100%;
      width: 0%;
      background: #fff;
      opacity: 1;
      z-index: -1;
      transition: .5s;
  }
  
  .portfolio-masonary-area .portfolio-masonary-btn a {
      display: inline-block;
      font-size: 17px;
      line-height: 40px;
      color: #ffffff;
      font-weight: 500;
      transition: .5s;
  }
  
  .portfolio-masonary-area .portfolio-masonary-btn a i {
      display: inline-block;
      position: absolute;
      top: 7px;
      right: 25px;
      transition: .5s;
  }
  
  .portfolio-masonary-area .portfolio-masonary-btn:hover a{
      color: #101010;
  }
  
  .portfolio-masonary-area .portfolio-masonary-btn:hover::after{
      width: 100%;
      left: 0;
  }
  
  .portfolio-masonary-area .single-portfolio-masonary-box:hover .portfolio-masonary-content{
      bottom: 15px;
      opacity: 1;
  }
  
  .portfolio-masonary-area .single-portfolio-masonary-box:hover .single-portfolio-thumn::before{
      bottom: 15px;
      height: 100%;
  }
  
   .portfolio-masonary-area.upper {
      background: transparent;
  }
  
  .portfolio-masonary-area.upper .portfolio-masonary-title h3 {
      font-size: 50px;
      line-height: 65px;
      color: #101010;
      font-weight: 600;
      margin: 0 0 70px;
      text-align: center;
  }
  
  .portfolio-minimal-area {
      background: #161616;
      padding: 100px 0 100px;
  }
  
  .portfolio-minimal-area .minimal-title h1 {
      font-size: 50px;
      line-height: 58px;
      color: #ffffff;
      font-weight: 600;
      margin: 0 0 30px;
  }
  
  .portfolio-minimal-area .case-study-thumb2 {
      position: relative;
      z-index: 1;
  }
  
  .portfolio-minimal-area .case-study-thumb2::before {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: #D7AB79;
      content: "";
      z-index: 22;
      opacity: 0.6;
      transform: scale(0);
      transition: .5s;
  }
  
  .portfolio-minimal-area .case-study-thumb2 img {
      width: 100%;
      position: relative;
      z-index: 1;
  }
  
  /* Portfolio Nav */
  
  .portfolio-minimal-area .portfolio_menu ul {
      text-align: left;
      list-style: none;
      margin-bottom: 35px;
  }
  
  .portfolio-minimal-area .portfolio_nav ul li {
      transition: all 0.5s ease 0s;
      cursor: pointer;
      padding: 7px 15px 7px 0;
      display: inline-block;
      font-size: 17px;
      color: #fff;
      font-weight: 400;
      position: relative;
      z-index: 1;
      text-align: left;
  }
  
  .portfolio-minimal-area .portfolio_nav ul li::after {
      position: absolute;
      content: "";
      height: 1px;
      width: 0%;
      background: #D7AB79;
      left: 0;
      bottom: 0;
      z-index: -1;
      transition: 0.5s;
      opacity: 1;
  }
  
  .portfolio-minimal-area .portfolio_nav ul li:hover::after {
      width: 90%;
  }
  
  .portfolio-minimal-area .portfolio_menu ul li a {
      display: block;
      color: #fff;
      text-transform: uppercase;
      position: relative;
      transition: .5s;
  }
  
  .portfolio-minimal-area .portfolio_menu ul li a::before {
      position: absolute;
      content: "";
      left: 0;
      top: 24px;
      height: 2px;
      width: 0%;
      background: #fff;
      transition: .5s;
  }
  
  .portfolio-minimal-area .portfolio_nav ul li:hover,
  .portfolio_nav ul li.current_menu_item {
      color: #D7AB79;
      background: transparent;
      
  }
  
  .portfolio-minimal-area .case-study-single-box {
      transition: .5s;
      margin-bottom: 30px;
  }
  
  .portfolio-minimal-area .case-study-contents {
      background: #101010;
      padding: 40px 35px;
  }
  
  .portfolio-minimal-area .case-title.style2 span a {
      display: inline-block;
      font-size: 14px;
      line-height: 27px;
      color: #d8ab7a;
      font-weight: 400;
  }
  
  .portfolio-minimal-area .case-study-title.style2 h3 {
      margin: 0 0 0;
  }
  
  .portfolio-minimal-area .case-study-title.style2 h3 a {
      display: inline-block;
      font-size: 22px;
      line-height: 30px;
      color: #ffffff;
      font-weight: 600;
      margin: 0 0 0;
  }
  
  .portfolio-minimal-area .case-study-icon {
      position: absolute;
      right: 40px;
      bottom: 60px;
  }
  
  .portfolio-minimal-area .case-study-icon i {
      display: inline-block;
      font-size: 20px;
      height: 40px;
      width: 40px;
      line-height: 40px;
      background: #181617;
      text-align: center;
      color: #D7AB79;
      transition: .5s;
  }
  
  .portfolio-minimal-area .minimal-shap {
      text-align: right;
      position: relative;
      top: -35px;
  }
  
  .portfolio-minimal-area .case-study-title.style2 h3 a:hover{
      color: #D7AB79;
  } 
  
  .portfolio-minimal-area .case-title.style2 span a:hover{
      color: #fff;
  } 
  
  .portfolio-minimal-area .case-study-icon i:hover{
      background: #fff;
  }
  
  .portfolio-minimal-area .case-study-single-box:hover .case-study-thumb2::before{
      transform: scale(1);
  }
  
  /*<Start portfolio-minimal-area.upper Css*/
  
  .portfolio-minimal-area.upper {
      background: transparent;
  }
  
  .portfolio-minimal-area.upper .minimal-title h1 {
      color: #101010;
  }
  
  .portfolio-minimal-area.upper .portfolio_nav ul li {
      color: #101010;
  }
  
  .portfolio-minimal-area.upper .case-study-contents {
      background: #F8F8F8;
  }
  
  .portfolio-minimal-area.upper .case-study-title.style2 h3 a {
      color: #101010;
  }
  
  
  .portfolio-minimal-area.upper .case-title.style2 span a:hover {
      color: #101010;
  }
  
  .portfolio-minimal-area.upper .case-study-title.style2 h3 a:hover {
      color: #D7AB79;
  }
  
  .portfolio-minimal-area.upper .case-study-icon i {
      background: #fff;
  }
  
  .portfolio-minimal-area.upper .portfolio_nav ul li:hover, .portfolio_nav ul li.current_menu_item {
      color: #D7AB79;
      background: transparent;
  }
  
  .portfolio-minimal-area.upper .case-study-icon i:hover {
      background: #101010;
      color: #fff;
  }
  
  .portfolio-showcase-area {
      background: #161616;
      padding: 100px 0 100px;
  }
  
  .portfolio-showcase-area .showcase-title {
      text-align: center;
      margin: 0 0 20px;
  }
  
  .portfolio-showcase-area .showcase-title h1 {
      font-size: 50px;
      line-height: 50px;
      margin: 0 0 0;
  }
  
  /* Portfolio Nav */
  
  .portfolio-showcase-area .portfolio_menu ul {
      text-align: center;
      list-style: none;
      margin-bottom: 35px;
  }
  
  .portfolio-showcase-area .portfolio_nav ul li {
      transition: all 0.5s ease 0s;
      cursor: pointer;
      padding: 7px 15px 7px 0;
      display: inline-block;
      font-size: 17px;
      color: #fff;
      font-weight: 400;
      position: relative;
      z-index: 1;
      text-align: left;
  }
  
  .portfolio-showcase-area .portfolio_nav ul li::after {
      position: absolute;
      content: "";
      height: 1px;
      width: 0%;
      background: #D7AB79;
      left: 0;
      bottom: 0;
      z-index: -1;
      transition: 0.5s;
      opacity: 1;
  }
  
  .portfolio-showcase-area .portfolio_nav ul li:hover::after {
      width: 90%;
  }
  
  .portfolio-showcase-area .portfolio_menu ul li a {
      display: block;
      color: #fff;
      text-transform: uppercase;
      position: relative;
      transition: .5s;
  }
  
  .portfolio-showcase-area .portfolio_menu ul li a::before {
      position: absolute;
      content: "";
      left: 0;
      top: 24px;
      height: 2px;
      width: 0%;
      background: #fff;
      transition: .5s;
  }
  
  .portfolio-showcase-area .portfolio_nav ul li:hover,
  .portfolio_nav ul li.current_menu_item {
      color: #D7AB79;
      background: transparent;
      
  }
  
  .portfolio-showcase-area .case-study-single-box {
      transition: .5s;
      margin-bottom: 30px;
      position: relative;
      z-index: 1;
      overflow: hidden;
  }
  
  .portfolio-showcase-area .case-study-contents {
      background: rgba(17,17,17,.9);
      padding: 5px 30px 40px;
      position: absolute;
      width: 95%;
      bottom: -100px;
      opacity: 0;
      transition: .7s;
  }
  
  .portfolio-showcase-area .case-title.style2 h3 {
      font-size: 22px;
      line-height: 30px;
      color: #ffffff;
      font-weight: 700;
      margin: 0 0 0;
  }
  
  .portfolio-showcase-area .case-title.style2 span {
      font-size: 15px;
      line-height: 30px;
      color: #d8ab7a;
      font-weight: 500;
      margin: 0 0 0;
  }
  
  .portfolio-showcase-area .case-title.style2 span a {
      display: inline-block;
      font-size: 14px;
      line-height: 27px;
      color: #d8ab7a;
      font-weight: 400;
  }
  
  .portfolio-showcase-area .showcase-year h3 {
      font-size: 16px;
      line-height: 30px;
      color: #d8ab7a;
      font-weight: 500;
      margin: 0 0 0;
      position: relative;
      text-align: right;
      top: 30px;
  }
  
  .portfolio-showcase-area .case-study-thumb2 img {
      width: 100%;
  }
  
  .portfolio-showcase-area .showcase-button {
      background: #D9AB7A;
      padding: 10px 15px;
      position: relative;
      transition: .5s;
      margin-top: 50px;
  }
  
  .portfolio-showcase-area .showcase-button a {
      font-size: 17px;
      line-height: 30px;
      color: #101010;
      font-weight: 500;
      display: inline-block;
      transition: .5s;
  }
  
  .portfolio-showcase-area .showcase-button a i {
      display: inline-block;
      position: absolute;
      right: 20px;
      top: 10px;
      transition: .5s;
  }
  
  .portfolio-showcase-area .showcase-view-btn {
      text-align: center;
      margin-top: 40px;
  }
  
  .portfolio-showcase-area .showcase-view-btn a {
      font-size: 17px;
      line-height: 30px;
      color: #ffffff;
      font-weight: 500;
      background: #D7AB79;
      padding: 14px 35px;
      transition: .5s;
      position: relative;
      z-index: 22;
      display: inline-block;
  }
  
  .portfolio-showcase-area .showcase-view-btn a::before {
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      height: 100%;
      width: 0%;
      background: #fff;
      opacity: 0.5;
      transition: .5s;
  }
  
  .portfolio-showcase-area .showcase-view-btn a:hover{
      color: #101010!important;
  }
  
  .portfolio-showcase-area .showcase-view-btn a:hover::before{
      width: 100%;
      left: 0;
  }
  
  .portfolio-showcase-area .case-study-single-box:hover .case-study-contents{
      opacity: 1;
      bottom: 0px;
  }
  
  .portfolio-showcase-area .showcase-button:hover a{
      color: #fff;
  }
  
  .portfolio-showcase-area.upper {
      background: transparent;
  }
  
  .portfolio-showcase-area.upper .showcase-title h1 {
      font-size: 50px;
      line-height: 50px;
      margin: 0 0 0;
      color: #101010;
  }
  
  .portfolio-showcase-area.upper .portfolio_nav ul li {
      color: #101010;
  }
  
  .portfolio-minimal-area.seven {
      background: #F7F7F7;
      padding: 100px 0 100px;
  }
  
  .portfolio-minimal-area.seven .portfolio_menu ul {
      text-align: right;
      list-style: none;
      margin-bottom: 35px;
  }
  
  .portfolio-minimal-area.seven .portfolio_nav ul li {
      transition: all 0.5s ease 0s;
      cursor: pointer;
      padding: 7px 15px 7px 0;
      display: inline-block;
      font-size: 17px;
      color: #101010;
      font-weight: 600;
      position: relative;
      z-index: 1;
      text-align: left;
  }
  
  .portfolio-minimal-area.seven .portfolio_nav ul li:hover{
      color: #D8AB7A;
  }
  
  /*====================================================
  --< Vario portfolio-details-area Css -->
  ======================================================*/
  
  .portfolio-details-area {
      padding: 90px 0 90px;
  }
  
  .portfolio-details-area .row.upper {
      box-shadow: 0 0 30px rgb(0 0 0 / 10%);
  }
  
  .portfolio-details-area .portfolio-details-thumb img {
      width: 100%;
  }
  
  .portfolio-details-area .portfolio-details {
      padding: 65px 50px 50px;
  }
  
  .portfolio-details-area .sideber-title h3 {
      font-size: 24px;
      color: #101010;
      margin-bottom: 25px;
      text-transform: capitalize;
      position: relative;
  }
  
  .portfolio-details-area .sideber-title {
      position: relative;
  }
  
  .portfolio-details-area .sideber-box {
      border: 1px solid #e6e6e6;
      padding: 10px 30px 35px;
      margin: 65px 40px 50px 0;
      border-radius: 5px;
      box-shadow: 0 0 5px rgb(0 0 0 / 10%);
      background: #F6F6F7;
  }
  
  .portfolio-details-area .portfolio-details-area .sideber-box {
      border: inherit;
      box-shadow: inherit;
  }
  
   .portfolio-details-area .catagories-body ul li {
      font-size: 20px;
  }
  
  .portfolio-details-area .catagories-body ul li {
      list-style: none;
      margin-bottom: 10px;
      border-bottom: 1px solid #CCCCCE;
      padding-bottom: 10px;
      transition: .5s;
      color: #101010;
      font-weight: 600;
  }
  
   .portfolio-details-area .catagories-body ul li span {
      font-size: 18px;
      font-weight: 300;
      padding-left: 20px;
      color: #626262;
      text-transform: capitalize;
      font-weight: 400;
  }
  
  .portfolio-details-area .catagories-icon {
      padding: 37px 0 0 0;
  }
  
  .portfolio-details-area .catagories-icon p {
      font-size: 30px;
      color: #333333;
      font-weight: 400;
  }
  
  .portfolio-details-area .catagories-icon p a {
      font-size: 17px;
      color: #fff;
      background: #303030;
      margin-right: 5px;
      border-radius: 5px;
      display: inline-block;
      width: 35px;
      height: 35px;
      text-align: center;
      line-height: 37px;
      transition:.5s;
      border:1px solid #333333;
  }
  
  .portfolio-details-area .catagories-icon p a:hover{
      color: #333333;
      background: #fff;
      border:1px solid #333333;
  }
  
  .portfolio-details-area .sideber-content {
      padding-top: 24px;
  }
  
  .portfolio-details-area .sideber-title {
      position: relative;
  }
  
  .portfolio-details-area .sideber-title h2 {
      font-size: 27px;
      padding: 35px 0 20px;
      color: #303030;
      font-weight: 400;
      text-transform: capitalize;
  }
  
  .portfolio-details-area .sideber-title p {
      color: #626262;
      font-weight: 300;
      font-size: 14px;
      line-height: 1.5;
      letter-spacing: 1px;
  }
  
  /*<!-- ============================================================== -->
  <!-- Vario spilt-slider-area Css -->
  <!-- ============================================================== -->*/
  
  .spilt-slider-area {
      background: #101010;
      height: 753px;
      padding: 80px 0 0;
  }
  
  .spilt-slider-area .spilt-slider-box {
      border: 1px solid #272727;
      height: 550px;
  }
  
  .spilt-slider-area .spilt-slider-box .spilt-slider-thumb img {
      width: 100%;
      height: 550px;
  }
  
  .single-spilt-box {
      position: relative;
      z-index: 1;
  }
  
  .spilt-slider-content {
      margin: 50px 0 0 30px;
  }
  
  .spilt-slider-content h4 {
      font-size: 14px;
      line-height: 20px;
      color: #d8ab7a;
      font-weight: 400;
      margin: 0 0 0;
  }
  
  .spilt-slider-area .spilt-slider-box .spilt-slider-content h3 {
      font-size: 46px;
      line-height: 56px;
      color: #ffffff;
      font-weight: 600;
      margin: 55px 0 0;
      position: relative;
      z-index: 1;
  }
  
  .spilt-slider-area .spilt-slider-box .spilt-slider-content h3::before {
      position: absolute;
      content: "";
      top: -49px;
      left: 2px;
      height: 50px;
      width: 1px;
      background: #D7AB79;
  }
  
  .spilt-slider-area .spilt-slider-box .spilt-slid-btn {
      position: relative;
      z-index: 1;
      overflow: hidden;
      transition: .5s;
      margin-top: 25px;
  }
  
  .spilt-slider-area .spilt-slider-box .spilt-slid-btn::before {
      position: absolute;
      content: "";
      top: 1px;
      left: 27%;
      width: 30px;
      height: 30px;
      border: 1px solid #D7AB79;
      border-radius: 50%;
      transition: .5s;
  }
  
  .spilt-slider-area .spilt-slider-box .spilt-slid-btn a {
      display: inline-block;
      position: relative;
      z-index: 1;
      font-size: 15px;
      line-height: 32px;
      color: #ffffff;
      font-weight: 400;
      transition: .5s;
  }
  
  .spilt-slider-area .spilt-slider-box .spilt-slid-btn a::before {
      position: absolute;
      content: "";
      top: 16px;
      right: -60px;
      height: 1px;
      width: 46px;
      background: #D7AB79;
      z-index: -1;
      transition: .5s;
  }
  
  .spilt-slider-area .spilt-slider-box .spilt-slid-btn a::after {
      position: absolute;
      content: "";
      top: 13px;
      right: -65px;
      height: 8px;
      width: 8px;
      background: #D7AB79;
      border-radius: 50%;
      z-index: -1;
  }
  
  .spilt-slider-area .spilt-slider-box .spilt-box-number h2 {
      font-size: 80px;
      line-height: 50px;
      color: #ffffff;
      font-weight: 600;
      text-align: right;
      margin: 40px 40px 0 0;
  }
  
  .spilt-slider-area .spilt-slider-box .spilt-shape {
      position: absolute;
      top: 0;
      left: 30px;
  }
  
  .spilt-slider-area.upper {
      background: transparent;
  }
  
  .spilt-slider-area.upper .spilt-slider-box {
      border: 1px solid #E9EBEC;
      height: 550px;
  }
  
  .spilt-slider-area.upper .spilt-slider-box .spilt-box-number h2 {
      color: #101010;
  }
  
  .spilt-slider-area.upper .spilt-slider-box .spilt-slider-content h3 {
      color: #101010;
  }
  
  .spilt-slider-area.upper .spilt-slider-box .spilt-slid-btn a {
      color: #101010;
  }
  
  
  
  /*<!-- ============================================================== -->
  <!-- Vario brand-area Css -->
  <!-- ============================================================== -->*/
  
  .brand-area.one {
      background: #161616;
      padding: 40px 0 100px;
  }
  
  .brand-area.one .brand-title {
      text-align: center;
      position: relative;
      z-index: 1;
      margin-bottom: 65px;
  }
  
  .brand-area.one .brand-title::before {
      position: absolute;
      top: 16px;
      left: 0;
      height: 1px;
      width: 33%;
      content: "";
      background: #2A2A2A;
  }
  
  .brand-area.one .brand-title::after {
      position: absolute;
      top: 16px;
      right: 0;
      height: 1px;
      width: 33%;
      content: "";
      background: #2A2A2A;
  }
  
  .brand-area.one .brand-title h4 {
      font-size: 16px;
      line-height: 32px;
      color: #D4D4D4;
      font-weight: 400;
      margin: 0 0 0;
      position: relative;
      z-index: 1;
  }
  
  .brand-area.one .brand-title h4 span{
      color: #d8ab7a;
  }
  
  .brand-area.one.upper {
      background: #fff;
  }
  
  .brand-area.one.upper .brand-title h4 {
      color: #101010;
  }
  
  .brand-area.one.upper .brand-title::before {
      background: #A8A8A8;
  }
  
  .brand-area.one.upper .brand-title::after {
      background: #A8A8A8;
  }
  
  .brand-area.one.upper.style-two {
      padding: 100px 0 100px;
  }
  
  /* Style Seven */
  
  .brand-area.seven {
      padding: 100px 0 100px;
  }
  
  .brand-area.seven .single-brand {
      text-align: center;
      transition: .5s;  
  }
  
  .brand-area.seven .single-brand .brand-thumb {
      text-align: center;
  }
  
  .brand-area.seven .owl-carousel .owl-item img {
      display: block;
      filter: brightness(1) invert(0);
      transition: .5s;
  }
  
  .brand-area.seven .single-brand:hover .brand-thumb img{
      filter: brightness(0) invert(0);
  }
  /*<!-- ============================================================== -->
  <!-- logo section partner page CSS -->
  <!-- ============================================================== -->*/
   
  .logo-section {
      padding: 60px 20px;
      background-color: #fff;
    }
    
    .container {
      max-width: 1200px;
      margin: 0 auto;
    }
    
    .logo-row {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
    }
    
    .logo-box {
      flex: 1 1 120px;
      max-width: 150px;
      padding: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    
    .logo-box img {
      max-width: 100%;
      height: auto;
      object-fit: contain;
    }
    
    /* Tablet */
    @media (max-width: 1024px) {
      .logo-box {
        flex: 1 1 25%;
        max-width: 25%;
      }
    }
    
    /* Small Tablets & Landscape Phones */
    @media (max-width: 768px) {
      .logo-box {
        flex: 1 1 33%;
        max-width: 33%;
      }
      .logo-box img {
        max-height: 120px;
      }
    }
    
    /* Mobile Phones */
    @media (max-width: 480px) {
      .logo-box {
        flex: 1 1 45%;
        max-width: 45%;
      }
      .logo-box img {
        max-height: 100px;
      }
    }
    
      .logo-box img {
      max-width: 100%;
      height: auto;
      object-fit: contain;
      transition: transform 0.4s ease, box-shadow 0.4s ease;
    }
    
    .logo-box:hover img {
      transform: scale(1.15) rotate(2deg);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }
    
  /*<!-- ============================================================== -->
  <!-- logo section partner page CSS -->
  <!-- ============================================================== -->*/
  
  
  /*<!-- ============================================================== -->
  <!-- Vario shop-area CSS -->
  <!-- ============================================================== -->*/
  
  .shop-area {
      padding: 120px 0 120px;
      background: #fff;
      
  }
  
  .shop-area .row.mr-tp {
      margin-top: 27px;
      padding: 0px 250px 0px 250px;
  }
  
  .shop-area .single-shop-box {
      position: relative;
      z-index: 1;
      transition: .5s;
      padding: 0px;
      /* margin-bottom: 30px; */
  }
  
  .shop-area .single-shop-box .single-shop-thumb {
      position: relative;
      z-index: 1;
      transition: .5s;
  }
  
  .shop-area .single-shop-box .single-shop-thumb::before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      height: 0%;
      width: 100%;
      background: #101010;
      opacity: 0.7;
      transition: .5s;
  }
  
  .shop-area .single-shop-box .single-shop-thumb img {
      width: 100%;
  }
  
  .shop-area .shoping-items ul {
      display: inline-block;
      z-index: 1;
      position: relative;
  }
  
  .shop-area .shoping-items ul li {
      display: inline-block;
      margin-right: 10px;
  }
  
  .shop-area .shoping-items ul li.color {
      color: #DAB284;
  }
  
  .shop-area .shoping-items ul li.colores {
      font-size: 15px;
      line-height: 25px;
      color: #999999;
      font-weight: 500;
  }
  
  .shop-area .shoping-items-button {
      text-align: right;
      position: relative;
      top: -40px;
  }
  
  .shop-area .shoping-items-button a {
      display: inline-block;
      font-size: 16px;
      line-height: 30px;
      color: #d8ab7a;
      border: 1px solid #d8ab7a;
      padding: 11px 33px;
      position: relative;
      z-index: 1;
      font-weight: 500;
  }
  
  .shop-area .shoping-items-button a::after {
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      height: 100%;
      width: 0%;
      background: #fff;
      border: 1px solid #fff;
      transition: .5s;
      z-index: -1;
      opacity: 0;
  }
  
  .shop-area .single-shop-content {
      background: #101010;
      padding: 30px 30px 20px;
      position: relative;
      z-index: 1;
  
  }
  
  .single-shop-content.upper {
      background: inherit;
      padding: 30px 0 20px;
  }
  
  .shop-area .single-shop-item h3 {
      font-size: 16px;
      line-height: 30px;
      color: #ffffff;
      font-weight: 600;
      margin: 0 0 0;
  }
  
  .shop-area .single-shop-dolar {
      position: absolute;
      right: 30px;
      bottom: 20px;
  }
  
  .shop-area .single-shop-dolar h4 {
      font-size: 16px;
      line-height: 30px;
      color: #999999;
      font-weight: 400;
      margin: 0 0 0;
  }
  
  .shop-area .cart-button {
      position: absolute;
      left: 0;
      right: 0;
      text-align: center;
      bottom: 15%;
      opacity: 0;
      transition: .5s;
      z-index: 1;
  }
  
  .shop-area .cart-button a {
      display: inline-block;
      font-size: 16px;
      line-height: 30px;
      color: #ffffff;
      font-weight: 500;
      transition: .5s;
      background: #D7AB79;
      padding: 8px 40px;
      border-radius: 30px;
      position: relative;
      z-index: 1;
  }
  
  .shop-area .cart-button a::before {
      position: absolute;
      content: "";
      z-index: -1;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      border-radius: 30px;
      background: #101010;
      transform: scale(0);
      transition: .5s;
  }
  
   .shop-area .cart-button a:hover::before {
      transform: scale(1);
  }
  
  .shop-area .single-shop-box:hover .cart-button{
      bottom: 30%;
      opacity: 1;
  }
  
  .shop-area .single-shop-box:hover .single-shop-thumb::before{
      height: 100%;
  }
  
  .shoping-items-button a:hover::after{
      left: 0;
      width: 100%;
      opacity: 1;
  }
  
  .shoping-items-button a:hover{
      color: #101010;
      border: 1px solid #fff;
  }
  
  
  /*search items*/
  .shop-area .widget-items {
      background: transparent;
      border-radius: 3px;
      padding: 40px 40px 15px;
      margin-bottom: 30px;
  }
  
  .shop-area .src-input-box {
      border: 1px solid #DAAC7B;
      padding: 17px 15px;
      width: 100%;
      background: transparent;
  }
  
  .shop-area input.src-input-box::placeholder {
      color: #DAAC7B;
      font-family: 'Almarai', 'Poppins', sans-serif !important;
    }
  
  .shop-area .src-icon {
      position: absolute;
      right: 0;
      top: 32px;
      transform: translateY(-50%);
      font-size: 15px;
      border: none;
      padding: 17px 25px;
      color: #DAAC7B;
      background: transparent;
  }
  
  .shop-area .price-filter h3 {
      font-size: 17px;
      line-height: 30px;
      color: #ffffff;
      font-weight: 700;
      margin: 0 0 45px;
      position: relative;
      z-index: 1;
      text-transform: uppercase;
  }
  
  .shop-area .price-filter h3::before {
      content: "";
      position: absolute;
      left: 0;
      bottom: -20px;
      width: 250px;
      height: 3px;
      background: #D7AB7A;
  }
  
  .shop-area .price-filter h3::after {
      content: "";
      position: absolute;
      left: 0;
      top: 42px !important;
      width: 4px;
      height: 13px;
      background-color: #D7AB7A;
      animation-duration: 5s;
      animation-timing-function: linear;
      animation-iteration-count: infinite;
      animation-name: MOVE-BG;
  }
  
  @keyframes MOVE-BG {
      0% {
          left: -70px;
          top: 0px;
      }
  
      100% {
          left: 70px;
          top: 0px;
      }
  }
  
  
  .shop-area .price-filter {
      display: inline-block;
  }
  
  .shop-area .price-filter h4 {
      font-size: 14px;
      line-height: 30px;
      color: #ffffff;
      font-weight: 500;
      margin: 0 0 0;
      padding: 0px 0px;
      background: #D7AB7A;
      width: 90px;
      text-align: center;
  }
  
  .shop-area .price-dolar {
      display: inline-block;
      margin-left: 35px;
  }
  
  .shop-area .price-dolar h4 {
      font-size: 16px;
      line-height: 30px;
      color: #999999;
      font-weight: 400;
      margin: 0 0 0;
      text-align: right;
  }
  
  .shop-area .shop-categori {
      margin-top: 67px;
  }
  
  .shop-area .shop-categori h3 {
      font-size: 17px;
      line-height: 30px;
      color: #ffffff;
      font-weight: 700;
      border-bottom: 1px solid #5C5C5C;
      padding: 0 0 20px;
  }
  
  .shop-area .shop-categori-list {
      margin-top: 15px;
  }
  
  .shop-area .shop-categori-list ul li {
      display: block;
      list-style: none;
      position: relative;
      z-index: 1;
      margin: 0 0 7px;
      transition: .5s;
  }
  
  .shop-area .shop-categori-list ul li i {
      position: absolute;
      top: 0;
      right: 0;
      transform: rotate(-86deg);
      font-size: 12px;
  }
  
  .shop-area .shop-categori-list ul li:hover{
      color: #D7AB79;
  }
  
  .shop-area .shop-categori-list.upper ul li {
      position: relative;
      z-index: 1;
      margin-left: 30px;
      font-size: 15px;
      line-height: 28px;
      color: #ffffff;
      font-weight: 400;
  }
  
  .shop-area .shop-categori-list.upper ul li.be-af::before {
      position: absolute;
      content: "";
      top: 12px;
      left: -24px;
      height: 5px;
      width: 5px;
      background: #D7AB79;
      border-radius: 50%;
  }
  
  .shop-area .shop-categori-list.upper ul li::after {
      content: "";
      position: absolute;
      width: 15px;
      height: 15px;
      top: 7px;
      left: -29px;
      border: 1px dashed #D7AB79;
      border-radius: 50%;
  }
  
  .shop-area .tag-categori-list {
      margin-top: 15px;
  }
  
  .shop-area .tag-categori-list ul li {
      display: inline-block;
      margin-right: 18px;
  }
  
  .shop-area .tag-categori-list ul li a {
      display: inline-block;
      font-size: 15px;
      line-height: 30px;
      color: #999999;
      font-weight: 400;
      transition: .5s;
  }
  
  .shop-area .tag-categori-list ul li a:hover{
      color: #D7AB79;
  }
  
  .shop-area .shop-img-box {
      margin: 25px 0 30px;
  }
  
  .shop-area .shop-categor-title h3 {
      font-size: 17px;
      line-height: 30px;
      color: #ffffff;
      font-weight: 600;
      margin: 0 0 0;
      padding-top: 14px;
  }
  
  .shop-area .shop-categor-title span {
      font-size: 15px;
      line-height: 30px;
      color: #999999;
      font-weight: 400;
  }
  
  .shop-area .shop-categori-thumb a img {
      float: left;
      margin-right: 20px;
  }
  
  .details-shape-thumb {
      position: absolute;
      top: 23%;
      right: 0;
      z-index: -1;
  }
  
  /* Shope Details*/
  
  .shop-details-area {
      background: #161616;
      padding: 100px 0 80px;
      position: relative;
      z-index: 1;
  }
  
  .shop-details-area .tabs_item img {
      width: 100%;
  }
  
  .shop-details-area .tab-img-box ul li {
      display: inline-block;
  }
  
  .shop-details-area .tab-img-box ul li a img {
      width: 100%;
  }
  
  .shop-details-area .style-three.tab {
      position: relative;
      overflow: hidden;
      padding: 0;
      margin-right: 15px;
      margin-bottom: 50px;
  }
  
  .shop-details-area .style-three.tab ul li img {
      width: 100%;
  }
  
  .shop-details-area .tabs_item {
      padding: 0;
  }
  
  .shop-details-area .tabs_item {
      margin-bottom: 30px;
  }
  
  .shop-details-area .tabs_item img {
      width: 100%;
  }
  
  .shop-details-area .tabs_itemt {
      display: inline-block;
  }
  
  .shop-details-area .tabs_items {
      display: inline-block;
  }
  
  .shop-details-area ul.tabs.active li {
      list-style: none;
      display: inline-block;
  }
  
  .shop-details-area .style-three .tabs li a {
      background: inherit;
      color: #fff;
      font-weight: 600;
      display: inline-block;
      outline: none;
      padding: 5px;
      transition: all 0.5s ease-in-out;
      margin-right: 20px;
      border-radius: 5px;
  }
  
  .shop-details-area .style-three .tabs li.current::before {
      background: transparent;
  }
  
  .shop-details-area .style-three li.current a {
      border: inherit;
      display: inline-block;
  }
  
  
  /*============================
  Shop dtls Right
  ============================*/
  
  .shop-details-area .category-title h2 {
      font-size: 24px;
      line-height: 30px;
      color: #ffffff;
      font-weight: 600;
      margin: 0 0 10px;
  }
  
  .shop-details-area .category-title h4 {
      font-size: 16px;
      line-height: 30px;
      color: #d8ab7a;
      font-weight: 500;
      margin: 0 0 7px;
  }
  
  .shop-details-area .category-title h4 span{
      color: #616161;
  }
  
  .shop-details-area .category-price h1 {
      font-size: 18px;
      line-height: 30px;
      color: #999999;
      font-weight: 500;
      margin: 0 0 0;
  }
  
  .shop-details-area .category-description p {
      font-size: 16px;
      line-height: 30px;
      color: #999999;
      font-weight: 400;
      margin: 18px 0 0;
  }
  
  .shop-details-area .category-price span {
      color: #616161;
      padding-left: 14px;
      text-decoration: line-through;
  }
  
  .shop-details-area .category-color p {
      color: #062462;
      line-height: 26px;
      font-weight: 500;
      font-size: 16px;
      padding: 18px 0 6px;
  }
  
  .shop-details-area .category-color span {
      color: #67686C;
      padding-left: 20px;
      position: relative;
  }
  
  .shop-details-area .cart-plus-minus {
      margin: 40px 0 0px;
  }
  
  .shop-details-area input.cart-plus-minus-box {
      text-align: center;
      height: 60px;
      width: 60px;
      border: 1px solid #D9AB7A;
      background: transparent;
      color: #fff;
      font-size: 20px;
      float: left;
      margin-right: 5px;
  }
  
  .shop-details-area .dec.ctnbutton {
      border: 1px solid #D9AB7A;
      display: inline-block;
      height: 28px;
      width: 28px;
      text-align: center;
      font-size: 16px;
      line-height: 30px;
  }
  
  .shop-details-area .inc.ctnbutton {
      border: 1px solid #D9AB7A;
      display: inline-block;
      height: 28px;
      width: 28px;
      text-align: center;
      font-size: 16px;
      line-height: 30px;
      position: relative;
      left: -31px;
      bottom: -32px;
  }
  
  .shop-details-area .category-color p {
      padding: 0;
      position: relative;
      font-size: 16px;
      line-height: 30px;
      color: #999999;
      font-weight: 400;
      margin: 0px 0 0 120px;
      top: -43px;
      display: inline-block;
  }
  
  .shop-details-area .category_dolar {
      text-align: right;
      position: relative;
      top: -17px;
  }
  
  .shop-details-area .category_dolar h2 {
      font-size: 20px;
      line-height: 30px;
      color: #d8ab7a;
      font-weight: 600;
      margin: 0 0 0;
  }
  
  .shop-details-area .category-button {
      margin-top: 20px;
      transition: .5s;
  }
  
  .shop-details-area .category-button a {
      display: inline-block;
      background: #D9AB7A;
      color: #101010;
      padding: 15px 40px;
      font-size: 16px;
      font-weight: 600;
      position: relative;
      z-index: 1;
      transition: .5s;
  }
  
  .shop-details-area .category-button a::after {
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      height: 100%;
      width: 0%;
      background: #fff;
      transition: .5s;
      z-index: -1;
  }
  
  .shop-details-area .category-button a:hover::after {
      width: 100%;
      left: 0;
  }
  
  .shop-details-area table.category-table {
      margin-top: 30px;
  }
  
  .shop-details-area td.table-title {
      font-size: 15px;
      line-height: 30px;
      color: #fff;
      font-weight: 400;
  }
  
  .shop-details-area td.table-title span{
      color: #d8ab7a;
  }
  
  .shop-details-area .appoinment-tab .tabs li a {
      text-transform: uppercase;
      display: inline-block;
      outline: none;
      padding: 5px 20px 0 0;
      margin-right: 15px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 16px;
      line-height: 30px;
      color: #ffffff;
      font-weight: 400;
      transition: .5s;
      position: relative;
      z-index: 1;
  }
  
  .shop-details-area .appoinment-tab .tabs li a:hover{
      color: #D7AB79;
  }
  
  .shop-details-area .post-comment-description {
      border-top: 1px dashed #D7AB79;
      padding: 30px 0 0;
      margin-top: 30px;
  }
  
  .shop-details-area .post-comment-description p {
      font-size: 15px;
      line-height: 28px;
      color: #999999;
      font-weight: 400;
      margin: 0 0 22px;
  }
  
  .shop-details-area .shop-details-icon-list {
      margin-top: 40px;
  }
  
  .shop-details-area .shop-details-icon-list ul li {
      display: inline-block;
      list-style: none;
      margin: 0 3px 0;
  }
  
  .shop-details-area .shop-details-icon-list ul li a {
      display: inline-block;
      font-size: 14px;
      color: #fff;
      background: #282828;
      height: 40px;
      width: 40px;
      line-height: 40px;
      text-align: center;
      border-radius: 50%;
      transition: .5s;
  }
  
  .shop-details-area .shop-details-icon-list ul li a:hover {
      background: #D9AB7A;
  }
  
  /*Shop Details*/
  
  .shop-details-area .products-item h3 {
      font-size: 18px;
      line-height: 30px;
      text-transform: uppercase;
      color: #d8ab7a;
      font-weight: 600;
      margin: 0 0 40px;
  }
  
  .shop-details-area .row.mr-tp {
      margin-top: 27px;
  }
  
  .shop-details-area .single-shop-box {
      position: relative;
      z-index: 1;
      transition: .5s;
      margin-bottom: 30px;
  }
  
  .shop-details-area .single-shop-box .single-shop-thumb {
      position: relative;
      z-index: 1;
      transition: .5s;
  }
  
  .shop-details-area .single-shop-box .single-shop-thumb::before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      height: 0%;
      width: 100%;
      background: #101010;
      opacity: 0.7;
      transition: .5s;
  }
  
  .shop-details-area .single-shop-box .single-shop-thumb img {
      width: 100%;
  }
  
  .shop-details-area .shoping-items ul {
      display: inline-block;
      z-index: 1;
      position: relative;
  }
  
  .shop-details-area .shoping-items ul li {
      display: inline-block;
      margin-right: 10px;
  }
  
  .shop-details-area .shoping-items ul li.color {
      color: #DAB284;
  }
  
  .shop-details-area .shoping-items ul li.colores {
      font-size: 15px;
      line-height: 25px;
      color: #999999;
      font-weight: 500;
  }
  
  .shop-details-area .shoping-items-button {
      text-align: right;
      position: relative;
      top: -40px;
  }
  
  .shop-details-area .shoping-items-button a {
      display: inline-block;
      font-size: 16px;
      line-height: 30px;
      color: #d8ab7a;
      border: 1px solid #d8ab7a;
      padding: 11px 33px;
      position: relative;
      z-index: 1;
      font-weight: 500;
  }
  
  .shop-details-area .shoping-items-button a::after {
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      height: 100%;
      width: 0%;
      background: #fff;
      border: 1px solid #fff;
      transition: .5s;
      z-index: -1;
      opacity: 0;
  }
  
  .shop-details-area .single-shop-content {
      background: #101010;
      padding: 30px 30px 20px;
      position: relative;
      z-index: 1;
  
  }
  
  .shop-details-area .single-shop-content.upper {
      background: inherit;
      padding: 30px 0 20px;
  }
  
  .shop-details-area .single-shop-item h3 {
      font-size: 16px;
      line-height: 30px;
      color: #ffffff;
      font-weight: 600;
      margin: 0 0 0;
  }
  
  .shop-details-area .single-shop-dolar {
      position: absolute;
      right: 30px;
      bottom: 20px;
  }
  
  .shop-details-area .single-shop-dolar h4 {
      font-size: 16px;
      line-height: 30px;
      color: #999999;
      font-weight: 400;
      margin: 0 0 0;
  }
  
  .shop-details-area .cart-button {
      position: absolute;
      left: 0;
      right: 0;
      text-align: center;
      bottom: 15%;
      opacity: 0;
      transition: .5s;
      z-index: 1;
  }
  
  .shop-details-area .cart-button a {
      display: inline-block;
      font-size: 16px;
      line-height: 30px;
      color: #ffffff;
      font-weight: 500;
      transition: .5s;
      background: #D7AB79;
      padding: 8px 40px;
      border-radius: 30px;
      position: relative;
      z-index: 1;
  }
  
  .shop-details-area .cart-button a::before {
      position: absolute;
      content: "";
      z-index: -1;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      border-radius: 30px;
      background: #101010;
      transform: scale(0);
      transition: .5s;
  }
  
  .shop-details-area .cart-button a:hover::before {
      transform: scale(1);
  }
  
  .shop-details-area .single-shop-box:hover .cart-button{
      bottom: 30%;
      opacity: 1;
  }
  
  .shop-details-area .single-shop-box:hover .single-shop-thumb::before{
      height: 100%;
  }
  
  .shop-details-area .shoping-items-button a:hover::after{
      left: 0;
      width: 100%;
      opacity: 1;
  }
  
  .shop-details-area .shoping-items-button a:hover{
      color: #101010;
      border: 1px solid #fff;
  }
  
  
  /*Cart Section*/
  
  .cart-section {
      padding: 100px 0 100px;
  }
  
  .cart-section .cart-empty p {
      padding: 18px 25px;
      position: relative;
      background-color: #F6F7F9;
      border-bottom: 2px solid #101010;
      display: inline-block;
      width: 100%;
      color: #101010;
  }
  
  .cart-section .cart-empty p i {
      color: #D7AB79;
      padding-right: 10px;
  }
  
  .cart-section .about-item-list ul li i {
      font-size: 20px;
      color: #da242b;
      padding-right: 5px;
  }
  
  .cart-section .cart-button a {
      font-size: 15px;
      padding: 15px 9px 15px 42px;
      background: #D9B081;
      color: #fff;
      font-weight: 500;
      display: inline-block;
      border-radius: 5px 35px 5px 5px;
      position: relative;
      z-index: 1;
      transition: .5s;
      margin-top: 38px;
  }
  
  .cart-section .cart-button a:hover {
      color: #333;
  }
  
  .cart-section .cart-button a::before {
      position: absolute;
      content: "";
      z-index: -1;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      border-radius: 5px 35px 5px 5px;
      background: #101010;
      transform: scale(0);
      transition: .5s;
  }
  
  .cart-section .cart-button a i {
      font-size: 18px;
      width: 26px;
      height: 26px;
      line-height: 23px;
      text-align: center;
      background: #fff;
      color: #101010;
      border-radius: 30px;
      border: 2px solid #101010;
      display: inline-block;
      position: relative;
      top: 3px;
      left: 20px;
      transition: .5s;
  }
  
  .cart-section .cart-button a:hover::before {
      transform: scale(1);
  }
  
  .cart-section .cart-button a:hover {
      color: #fff;
  }
  
  .cart-section .cart-button a:hover i {
      border: 2px solid #DAB284;
  }
  
  
  /*<!-- ============================================================== -->
  <!--  Vario footer-section CSS -->
  <!-- ============================================================== -->*/
  
  .footer-section {
      background: #101010;
      padding: 120px 0 0px;
      position: relative;
      z-index: 1;
  }
  
  .footer-section .widgets-company-content {
      padding: 0 85px 0 0;
  }
  
  .footer-section .widgets-company-title h3 {
      font-size: 20px;
      line-height: 26px;
      color: #ffffff;
      font-weight: 500;
      margin: 0 0 30px;
      position: relative;
      z-index: 1;
  }
  
  .footer-section .widgets-company-title h3::before {
      position: absolute;
      top: 15px;
      right: 0;
      height: 1px;
      width: 59%;
      background: #343434;
      content: "";
      text-align: right;
  }
  
  .footer-section .widgets-company-icon-list ul li {
      font-size: 14px;
      line-height: 26px;
      color: #999999;
      font-weight: 400;
      display: block;
      margin: 0px 0 23px;
  }
  
  .footer-section .widgets-company-icon-list ul li i {
      display: inline-block;
      font-size: 16px;
      line-height: 26px;
      color: #D7AB79;
      font-weight: 400;
      margin: 0 5px 0 0;
  }
  
  .footer-section .widgets-company-info-box {
      text-align: center;
  }
  
  .footer-section .footer-icon-list ul li {
      display: inline-block;
      list-style: none;
      margin: 0 3px 0;
  }
  
  .footer-section .footer-icon-list ul li a {
      display: inline-block;
      font-size: 14px;
      color: #fff;
      background: #282828;
      height: 40px;
      width: 40px;
      line-height: 40px;
      text-align: center;
      border-radius: 50%;
      transition: .5s;
  }
  
  .footer-section .company-info-desc p {
      font-size: 15px;
      margin: 28px 0 30px;
      line-height: 30px;
  }
  
  .footer-section .footer-icon-list ul li a:hover {
      background: #D9AB7A;
  }
  
  .footer-section .widgets-companys-infos {
      position: relative;
      left: 25%;
  }
  
  .footer-section .subscribe_form-title h3 {
      font-size: 14px;
      line-height: 26px;
      text-transform: uppercase;
      color: #999999;
      font-weight: 400;
      margin: 0 0 17px;
  }
  
  .form_box input {
      width: 100%;
      height: 55px;
      padding-left: 20px;
      border-radius: 3px;
      transition: .5s;
      border: 1px solid #282828;
      color: #fff;
      background: transparent;
      outline: inherit;
  }
  
  .form_box input::placeholder {
      color: #999999;
  }
  
  button.btns {
      font-size: 16px;
      display: inline-block;
      text-transform: uppercase;
      background: #282828;
      padding: 12px 23px;
      margin-top: 20px;
      border: 1px solid #282828;
      color: #fff;
      transition: .5s;
      position: relative;
      z-index: 1;
  }
  
  button.btns::before {
      position: absolute;
      content: "";
      top: 0;
      right:0 ;
      height: 100%;
      width: 0%;
      background: #D9AB7A;
      z-index: -1;
      transition: .5s;
  }
  
  button.btns:hover{
     border: 1px solid #D9AB7A; 
  }
  
  button.btns:hover::before{
      width: 100%;
      left: 0;
  }
  
  .footer-section .row.mg-tp.align-items-center {
      border-top: 1px solid #282828;
      margin-top: 110px;
  }
  
  .footer-section .copy-rights h4 {
      font-size: 15px;
      line-height: 26px;
      color: #999999;
      font-weight: 400;
      margin: 24px 0 24px;
      text-align: center;
  }
  
  .footer-section .footer-shap {
      position: absolute;
      left: 3%;
      bottom: 10%;
  }
  
  .footer-section .footer-shape {
      position: absolute;
      top: 20%;
      right: 5%;
  }
  
  .footer-section.upper {
      background: #F8F8F8;
  }
  
  .footer-section.upper .widgets-company-title h3 {
      color: #101010;
  }
  
  .footer-section .company-info-desc p {
      color: #515151;
  }
  
  .footer-section.upper .widgets-company-title h3::before {
      width: 52%;
      background: #EAEAEA;
  
  }
  
  .footer-section.upper button.btns {
      font-size: 16px;
      display: inline-block;
      text-transform: uppercase;
      background: #D9AB7A;
      padding: 12px 23px;
      margin-top: 20px;
      border: 1px solid #D9AB7A;
      color: #fff;
      transition: .5s;
      position: relative;
      z-index: 1;
  }
  
  .footer-section.upper button.btns:hover {
      border: 1px solid #fff;
  }
  
  .footer-section.upper button.btns::before {
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      height: 100%;
      width: 0%;
      background: #101010;
      z-index: -1;
      transition: .5s;
  }
  
  .footer-section.upper button.btns:hover::before{
      width: 100%;
      left: 0;
  }
  
  .footer-section.upper .form_box input {
      border: 1px solid #EAEAEA;
      color: #101010;
  }
  
  .footer-section.upper .footer-icon-list ul li a {
      color: #222;
      background: #fff;
  }
  
  .footer-section.upper .footer-icon-list ul li a:hover {
      color: #fff;
      background: #D9AB7A;
  }
  
  .footer-section.upper .subscribe_form-title h3 {
      color: #101010;
  }
  
  .footer-section.upper .row.mg-tp.align-items-center {
      border-top: 1px solid #EAEAEA;
      margin-top: 110px;
  }
  
  /* Style Three*/
  
  .footer_section_three {
      background: url(../images/resource/footer_bg.jpg);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      padding: 120px 0 50px;
  }
  
  .footer_section_three  .widgets-company-info-box {
      text-align: left;
  }
  
  .footer_section_three .company-info-desc p {
      font-size: 16px;
      line-height: 30px;
      color: #ffffff;
      font-weight: 400;
      margin: 40px 0 32px;
  }
  
  .footer_section_three .form_box input {
      width: 100%;
      height: 55px;
      padding-left: 0;
      border-radius: 3px;
      transition: .5s;
      border-bottom: 1px solid #282828;
      border-top: inherit;
      border-left: inherit;
      border-right: inherit;
      color: #fff;
      background: transparent;
      outline: inherit;
  }
  
  .footer_section_three .row.mg-tp.align-items-center {
      border-top: inherit;
      margin-top: 95px;
  }
  
  .footer_section_three .copy-rights h4 {
      font-size: 15px;
      line-height: 26px;
      color: #999999;
      font-weight: 400;
      margin: 24px 0 24px;
      text-align: left;
  }
  
  .footer_section_three .copy-rights-icon-list {
      text-align: right;
  }
  
  .footer_section_three .copy-rights-icon-list ul li {
      display: inline-block;
      margin: 0 5px;
      color: #fff;
  }
  
  .footer_section_three .widgets-company-info-box {
      padding: 0 149px 0 0;
  }
  
  .footer_section_three .widgets-company-title h3 {
      opacity: 0.400;
      font-size: 16px;
      line-height: 30px;
      color: #ffffff;
      font-weight: 500;
      margin: 0 0 40px;
  }
  
  .footer_section_three .widgets-company-info p {
      font-size: 16px;
      line-height: 30px;
      color: #ffffff;
      font-weight: 400;
      margin: 0px 0 20px;
  }
  
  .footer_section_three .widgets-company-info h5 {
      opacity: 0.400;
      font-size: 16px;
      line-height: 30px;
      color: #ffffff;
      font-weight: 400;
      margin: 43px 0 23px;
  }
  
  .footer_section_three .widgets-company-info h4 {
      font-size: 16px;
      line-height: 30px;
      color: #ffffff;
      font-weight: 400;
      margin: 0 0 15px;
  }
  
  .footer_section_three .row.mg-tp {
      margin-top: 40px;
  }
  
  .footer_section_three .copy-rights h4 {
      font-size: 17px;
      line-height: 30px;
      color: #ffffff;
      font-weight: 500;
      margin: 0 0 0;
  }
  
  .copy-rights-icon-list ul li a {
      display: inline-block;
      font-size: 16px;
      background: #101010;
      height: 40px;
      width: 40px;
      line-height: 40px;
      text-align: center;
      border-radius: 50%;
      color: #fff;
      margin-right: 15px;
      transition: .5s;
  }
  
  .copy-rights-icon-list ul li a:hover {
      background: #D7AB79;
  }
  
  .footer_section_three.upper {
      background: inherit;
  }
  
  .footer_section_three.upper .company-info-desc p {
      color: #515151;
  }
  
  .footer_section_three.upper .widgets-company-title h3 {
      color: #515151;
  }
  
  .footer_section_three.upper .widgets-company-info p {
       color: #515151;
  }
  
  .footer_section_three.upper .widgets-company-info h5 {
      opacity: 0.600;
      color: #515151;
  }
  
  .footer_section_three.upper .widgets-company-info h4 {
      color: #515151;
  }
  
  .footer_section_three.upper .form_box input {
      width: 100%;
      height: 55px;
      padding-left: 0;
      border-radius: 3px;
      transition: .5s;
      border-bottom: 1px solid #F4F4F4;
      border-top: inherit;
      border-left: inherit;
      border-right: inherit;
      color: #fff;
      background: transparent;
      outline: inherit;
  }
  
  .footer_section_three.upper .copy-rights h4 {
      color: #515151;
  }
  
  .footer_section_three.upper .copy-rights-icon-list ul li {
      display: inline-block;
      margin: 0 5px;
      color: #101010;
  }
  
  /* Style Five */
  
  .footer_section_five {
      background: #101010;
      padding: 70px 0 0px;
  }
  
  .footer_section_five .row.pb-bg {
      padding: 0 0 65px;
      border-bottom: 1px solid #2B2B2B;
      margin-bottom: 90px;
  }
  
  .footer_section_five .subscrib_title h3 {
      font-size: 25px;
      line-height: 26px;
      color: #ffffff;
      font-weight: 600;
      margin: 0 0 12px;
  }
  
  .footer_section_five .subscrib_title p {
      font-size: 15px;
      line-height: 26px;
      color: #999999;
      font-weight: 400;
      margin: 0 0 0;
  }
  
  .footer_section_five .subscribe-form{
      position: relative;
      z-index: 1;
  }
  
  .footer_section_five .form_box input {
      width: 100%;
      height: 55px;
      padding-left: 20px;
      border-radius: 3px;
      transition: .5s;
      border: 1px solid #282828;
      background: transparent;
      outline: inherit;
      opacity: 1;
      font-size: 15px;
      line-height: 60px;
      color: #fff;
  }
  
  .footer_section_five .form_box input::placeholder {
      color: #999999;
  }
  
  .footer_section_five .form-button button {
      display: inline-block;
      font-size: 16px;
      color: #fff;
      background: #D6AA79;
      outline: inherit;
      padding: 12px 30px;
      border: 1px solid #D6AA79;
      position: absolute;
      right: 0;
      top: 0;
  }
  
  .footer_section_five .widgets-company-content.upper {
      margin-left: 45px;
  }
  
  .footer_section_five .widgets-company-title h3 {
      font-size: 20px;
      line-height: 30px;
      color: #ffffff;
      font-weight: 600;
      margin: 0 0 40px;
  }
  
  .footer_section_five .widgets-company_title h4 {
      font-size: 15px;
      line-height: 27px;
      color: #ffffff;
      font-weight: 600;
      margin: 0 0 15px;
  }
  
  .footer_section_five .widgets-company_title h4 span {
      color: #999999;
      font-weight: 500;
  }
  
  .footer_section_five .footer_icon-list ul li {
      display: block;
      margin: 0 0 13px;
  }
  
  .footer_section_five .footer_icon-list ul li a {
      display: inline-block;
      font-size: 15px;
      line-height: 27px;
      color: #999999;
      font-weight: 500;
      transition: .5s;
  }
  
  .footer_section_five .footer_icon-list ul li a i {
      display: inline-block;
      margin-right: 5px;
  }
  
  .footer_section_five .company-info-desc p {
      font-size: 15px;
      line-height: 26px;
      color: #999999 !important;
      font-weight: 400;
      margin: 35px 0 30px;
  }
  
  .footer_section_five .widgets-company-icon-list ul li {
      display: inline-block;
      margin: 0 5px 0;
  }
  
  .footer_section_five .widgets-company-icon-list ul li a {
      display: inline-block;
      color: #fff;
      height: 35px;
      width: 35px;
      line-height: 35px;
      text-align: center;
      border: 1px solid #2B2B2B;
      transition: .5s;
  }
  
  .footer_section_five .copy-rights {
      border-top: 1px solid #2B2B2B;
      padding: 27px 0;
      margin-top: 70px;
  }
  
  .footer_section_five .copy-rights h4 {
      font-size: 15px;
      line-height: 26px;
      color: #999999;
      font-weight: 400;
      margin: 0 0 0;
      text-align: center;
  }
  
  .footer_section_five .copy-rights h4 span {
      color: #D2A776;
  }
  
  .footer_section_five .widgets-company-icon-list ul li a:hover{
      background: #D2A776;
  }
  
  .footer_section_five .footer_icon-list ul li a:hover {
      color: #D2A776;
  }
  
  
  /* Style Seven*/
  
  .footer-area-seven {
      padding: 109px 0 0px;
      background: url(../images/resource/foot-seven.jpg);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
  }
  
  .footer-area-seven .footer-icon-list ul li {
      display: inline-block;
      margin-right: 10px;
  }
  
  .footer-area-seven .footer-icon-list ul li a {
      display: inline-block;
      background: #101010;
      height: 40px;
      width: 40px;
      line-height: 40px;
      color: #D7AB79;
      border: 1px solid #2E2E2E;
      border-radius: 50%;
      text-align: center;
      transition: 0.5s;
  }
  
  .footer-area-seven .widgets-company-icon-list ul li {
      display: block;
      margin: 0 0 10px;
      transition: 0.5s;
      line-height: 23px;
  }
  
  .footer-area-seven .widgets-company-title {
      margin-bottom: 48px;
  }
  
  .footer-area-seven .widgets-company-title h3 {
      font-size: 25px;
      font-weight: 500;
  }
  
  .footer-area-seven .company-info-desc {
      margin-top: 50px;
  }
  
  .footer-area-seven .company-info-desc p {
      font-size: 16px;
      margin: 0 0 20px;
  }
  
   .footer-area-seven .form_box input {
      width: 100%;
      height: 55px;
      padding-left: 0px;
      border-radius: 3px;
      transition: .5s;
      border-bottom: 1px solid #282828;
      color: #fff;
      background: transparent;
      outline: inherit;
      border-top: inherit;
      border-left: inherit;
      border-right: inherit;
  }
  
   .footer-area-seven .row.mg-tp.align-items-center {
      border-top: 1px solid #282828;
      margin-top: 110px;
  }
  
   .footer-area-seven .copy-rights h4 {
      font-size: 15px;
      line-height: 26px;
      color: #999999;
      font-weight: 400;
      margin: 24px 0 24px;
      text-align: center;
  }
  
  .footer-area-seven .widgets-company-icon-list ul li:hover{
      color: #D9AB7A;
  }
  
  .footer-area-seven .footer-icon-list ul li a:hover{
      color: #fff;
      background: #D9AB7A;
  }
  
  
  /*------back-to-top------------*/
  .prgoress_indicator {
      position: fixed;
      right: 20px;
      bottom: 30px;
      height: 46px;
      width: 46px;
      cursor: pointer;
      display: block;
      border-radius: 50px;
      box-shadow: inset 0 0 0 2px rgba(22, 93, 245, 0.2);
      z-index: 10000;
      opacity: 0;
      visibility: hidden;
      transform: translateY(15px);
      transform: translateY(15px) !important;
      transition: all 200ms linear !important;
  }
  
    .prgoress_indicator.active-progress {
      opacity: 1;
      visibility: visible;
      transform: translateY(0) !important;
    }
  
    .prgoress_indicator::after {
      position: absolute;
      content: "\f106";
      font-family: "Font Awesome 5 Free";
      /* font-family: 'Montserrat', 'Poppins', sans-serif !important; */
      text-align: center;
      line-height: 46px;
      font-size: 18px;
      color: #CDA374;
      left: 0;
      top: 0;
      height: 46px;
      width: 46px;
      cursor: pointer;
      display: block;
      font-weight: 900;
      z-index: 1;
      transition: all 200ms linear !important;
  }
  
  .prgoress_indicator::before {
      position: absolute;
      content: "\f633";
      font-family: 'Almarai', 'Poppins', sans-serif !important;
      text-align: center;
      line-height: 46px;
      font-size: 18px;
      font-weight: 900;
      opacity: 0;
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      left: 0;
      font-family: bootstrap-icons !important;
      top: 0;
      height: 46px;
      width: 46px;
      cursor: pointer;
      display: block;
      z-index: 2;
      transition: all 200ms linear !important;
  }
    .prgoress_indicator:hover ::after {
      color: var(--primary-color-one);
    }
    
    .prgoress_indicator:hover ::before {
      opacity: 1;
    }
  
    .prgoress_indicator svg path {
      fill: none;
    }
  
   .prgoress_indicator svg.progress-circle path {
      stroke: #CDA373;
      stroke-width: 4;
      box-sizing: border-box;
      transition: all 200ms linear !important;
  }
  
  
  /*
  <!-- ============================================================== -->
  <!-- hendre Bounce Animation Css -->
  <!-- ============================================================== -->*/
  /* bounce-animate */
  .bounce-animate {
      animation-name: float-bob;
      animation-duration: 2s;
      animation-iteration-count: infinite;
      animation-timing-function: linear;
      -moz-animation-name: float-bob;
      -moz-animation-duration: 2s;
      -moz-animation-iteration-count: infinite;
      -moz-animation-timing-function: linear;
      -ms-animation-name: float-bob;
      -ms-animation-duration: 2s;
      -ms-animation-iteration-count: infinite;
      -ms-animation-timing-function: linear;
      -o-animation-name: float-bob;
      -o-animation-duration: 2s;
      -o-animation-iteration-count: infinite;
      -o-animation-timing-function: linear;
  }
  
  .bounce-animate2 {
      animation-name: float-bob2;
      animation-duration: 3s;
      animation-iteration-count: infinite;
      animation-timing-function: linear;
      -moz-animation-name: float-bob2;
      -moz-animation-duration: 3s;
      -moz-animation-iteration-count: infinite;
      -moz-animation-timing-function: linear;
      -ms-animation-name: float-bob2;
      -ms-animation-duration: 3s;
      -ms-animation-iteration-count: infinite;
      -ms-animation-timing-function: linear;
      -o-animation-name: float-bob2;
      -o-animation-duration: 3s;
      -o-animation-iteration-count: infinite;
      -o-animation-timing-function: linear;
  }
  
  .bounce-animate3 {
      animation-name: float-bob3;
      animation-duration: 3s;
      animation-iteration-count: infinite;
      animation-timing-function: linear;
      -moz-animation-name: float-bob3;
      -moz-animation-duration: 3s;
      -moz-animation-iteration-count: infinite;
      -moz-animation-timing-function: linear;
      -ms-animation-name: float-bob3;
      -ms-animation-duration: 3s;
      -ms-animation-iteration-count: infinite;
      -ms-animation-timing-function: linear;
      -o-animation-name: float-bob3;
      -o-animation-duration: 3s;
      -o-animation-iteration-count: infinite;
      -o-animation-timing-function: linear;
  }
  
  .bounce-animate4 {
      animation-name: float-bob4;
      animation-duration: 5s;
      animation-iteration-count: infinite;
      animation-timing-function: linear;
      -moz-animation-name: float-bob4;
      -moz-animation-duration: 5s;
      -moz-animation-iteration-count: infinite;
      -moz-animation-timing-function: linear;
      -ms-animation-name: float-bob4;
      -ms-animation-duration: 5s;
      -ms-animation-iteration-count: infinite;
      -ms-animation-timing-function: linear;
      -o-animation-name: float-bob4;
      -o-animation-duration: 5s;
      -o-animation-iteration-count: infinite;
      -o-animation-timing-function: linear;
  }
  
  .bounce-animate5 {
      animation-name: float-bob5;
      animation-duration: 6s;
      animation-iteration-count: infinite;
      animation-timing-function: linear;
      -moz-animation-name: float-bob5;
      -moz-animation-duration: 6s;
      -moz-animation-iteration-count: infinite;
      -moz-animation-timing-function: linear;
      -ms-animation-name: float-bob5;
      -ms-animation-duration: 6s;
      -ms-animation-iteration-count: infinite;
      -ms-animation-timing-function: linear;
      -o-animation-name: float-bob5;
      -o-animation-duration: 6s;
      -o-animation-iteration-count: infinite;
      -o-animation-timing-function: linear;
  }
  
  .bounce-animate-slow {
      animation-name: float-bob5;
      animation-duration: 15s;
      animation-iteration-count: infinite;
      animation-timing-function: linear;
      -moz-animation-name: float-bob5;
      -moz-animation-duration: 15s;
      -moz-animation-iteration-count: infinite;
      -moz-animation-timing-function: linear;
      -ms-animation-name: float-bob5;
      -ms-animation-duration: 15s;
      -ms-animation-iteration-count: infinite;
      -ms-animation-timing-function: linear;
      -o-animation-name: float-bob5;
      -o-animation-duration: 15s;
      -o-animation-iteration-count: infinite;
      -o-animation-timing-function: linear;
  }
  
  .bounce-animate-3 {
      animation-name: float-bob6;
      animation-duration: 6s;
      animation-iteration-count: infinite;
      animation-timing-function: linear;
      -moz-animation-name: float-bob6;
      -moz-animation-duration: 6s;
      -moz-animation-iteration-count: infinite;
      -moz-animation-timing-function: linear;
      -ms-animation-name: float-bob6;
      -ms-animation-duration: 6s;
      -ms-animation-iteration-count: infinite;
      -ms-animation-timing-function: linear;
      -o-animation-name: float-bob6;
      -o-animation-duration: 6s;
      -o-animation-iteration-count: infinite;
      -o-animation-timing-function: linear;
  }
  
  @keyframes float-bob {
      0% {
          -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
      }
  
      50% {
          -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
      }
  
      100% {
          -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
      }
  }
  
  @keyframes float-bob2 {
      0% {
          -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
      }
  
      50% {
          -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
      }
  
      100% {
          -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
      }
  }
  
  @keyframes float-bob3 {
      0% {
          -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
      }
  
      50% {
          -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
      }
  
      100% {
          -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
      }
  }
  
  @keyframes float-bob4 {
      0% {
          -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
      }
  
      50% {
          -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
      }
  
      100% {
          -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
      }
  }
  
  @keyframes float-bob5 {
      0% {
          -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
      }
  
      50% {
          -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
      }
  
      100% {
          -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
      }
  }
  
  @keyframes float-bob6 {
      0% {
          -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
      }
  
      50% {
          -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
      }
  
      100% {
          -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
      }
  }
  
  @keyframes movebounce {
      0% {
          -webkit-transform: translateY(0px);
          transform: translateY(0px);
      }
  
      50% {
          -webkit-transform: translateY(20px);
          transform: translateY(20px);
      }
  
      100% {
          -webkit-transform: translateY(0px);
          transform: translateY(0px);
      }
  }
  
  
  @keyframes moveleftbounce {
      0% {
          -webkit-transform: translateX(0px);
          transform: translateX(0px);
      }
  
      50% {
          -webkit-transform: translateX(20px);
          transform: translateX(20px);
      }
  
      100% {
          -webkit-transform: translateX(0px);
          transform: translateX(0px);
      }
  }
  
  
  
  /*--==============================================->
    <!-- hendre Animation Dance -->
   ==================================================-*/
  /**/
  .dance3 {
      -webkit-animation: dance3 8s alternate infinite;
      animation: dance3 8s alternate infinite;
  }
  
  @keyframes dance3 {
      0% {
          -webkit-transform: scale(0.5);
      }
  
      100% {
          -webkit-transform: scale(1);
      }
  }
  
  .dance {
      -webkit-animation: dance 2s alternate infinite;
      animation: dance 2s alternate infinite;
  }
  
  @keyframes dance {
      0% {
          -webkit-transform: scale(0.5);
      }
  
      100% {
          -webkit-transform: scale(1.2);
      }
  }
  
  .dance2 {
      -webkit-animation: dance2 4s alternate infinite;
      animation: dance2 4s alternate infinite;
  }
  
  @keyframes dance2 {
      0% {
          -webkit-transform: translate3d(0, 0, 0);
      }
  
      50% {
          -webkit-transform: translate3d(25px, -25px, 0);
      }
  
      100% {
          -webkit-transform: translate3d(0, -25px, 25px);
      }
  }
  
  .watermark-animate {
      -webkit-animation: watermark-animate 8s infinite;
      animation: watermark-animate 8s infinite;
      animation-direction: alternate-reverse;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
  }
  
  @keyframes watermark-animate {
      0% {
          left: 0;
      }
  
      100% {
          left: 100%;
      }
  }
  
  /*rotateme animation*/
  .rotateme {
      -webkit-animation-name: rotateme;
      animation-name: rotateme;
      -webkit-animation-duration: 20s;
      animation-duration: 20s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
  }
  
  @keyframes rotateme {
      from {
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
      }
  
      to {
          -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
      }
  }
  
  /*** 
  ====================================================================
    Search Popup
  ====================================================================
  ***/
  .search-popup{
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0,0,0,0.90);
      -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
      -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
      -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
      transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
      -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
      -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
      -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
      transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
  }
  
  .search-popup{
    width: 100%;
  }
  .search-active .search-popup{
    transform: translateY(0%);
    margin-top: 0;
  }
  
  .search-box-btn.search-box-outer {
      display: inline-block;
      top: 33px;
  }
  
  
  .search-box-btn.search-box-outer i {
      display: inline-block;
      text-align: center;
      font-size: 15px;
      cursor: pointer;
      color: #fff;
      margin-top: 0px;
      margin-left: 3px;
      font-weight: 600;
  }
  
  .search-box-btn.search-box-outer.style_two i {
      display: inline-block;
      text-align: center;
      font-size: 15px;
      cursor: pointer;
      color: #101010;
      margin-top: 0px;
      margin-left: 3px;
      font-weight: 600;
  }
  
  .sticky .search-box-btn.search-box-outer.style_two i {
      color: #101010;
  }
  
  .header-icon.home-three .search-box-btn.search-box-outer i {
      display: inline-block;
      background: #D7AB79;
      height: 35px;
      width: 35px;
      line-height: 35px;
      border-radius: 50%;
      text-align: center;
  }
  
  .hendre_nav_manu.five .search-box-btn.search-box-outer i {
      display: inline-block;
      background: #fff;
      height: 35px;
      width: 35px;
      line-height: 35px;
      border-radius: 5px;
      text-align: center;
      color: #D7AB79;
  }
  
  .sticky .search-box-btn.search-box-outer i {
      color: #fff;
  }
  
  .hendre_nav_manu.style_two .search-box-btn.search-box-outer i {
      color: #333!important;
  }
  
  .sticky-nav .search-box-btn.search-box-outer {
      display: inline-block;
      position: absolute;
      right: -50px;
      top: 33px;
  }
  .sticky-nav .search-box-btn.search-box-outer i {
      color: #fff;
      position: relative;
      left: 40px;
  }
  .search-popup .close-search {
      position: absolute;
      left: 0;
      right: 0;
      top: 75%;
      margin: 0 auto;
      margin-top: -200px;
      border-radius: 50%;
      text-align: center;
      background-color: #D7AB79;
      width: 70px;
      cursor: pointer;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
      border-bottom: 3px solid #ffffff;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease;
      opacity: 0;
      visibility: hidden;
      height: 70px;
      line-height: 70px;
      text-align: center;
  }
  .search-popup .close-search i {
      position: relative;
      height: 70px;
      width: 70px;
      font-size: 30px;
      line-height: 70px;
      color: #fff;
      display: inline;
      text-align: center;
  }
  
  .search-active .search-popup .close-search{
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
  }
  
  .search-popup form{
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin:-35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .search-active .search-popup form{
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
  }
  
  .search-popup .form-group{
    position:relative;
    margin:0px; 
    overflow: hidden;
  }
  .search-popup .close-search.style-two{
    position: absolute;
    right: 25px;
    left: auto;
    color:#ffffff;
    width:auto;
    height:auto;
    top:25px;
    margin:0px;
    border:none;
    background:none !important;
    box-shadow:none !important;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
  }
  
  .search-popup .close-search.style-two i {
      font-size: 20px;
      color: #fff;
  }
  .search-popup .form-group input[type="text"],
  .search-popup .form-group input[type="search"]{
    position:relative;
    display:block;
    font-size:18px;
    line-height: 50px;
    color:#000000;
    height:70px;
    width:100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    font-weight:500;
    text-transform:capitalize;
  }
  .search-popup .form-group input[type="submit"], .search-popup .form-group button {
      position: absolute;
      right: 30px;
      top: 0px;
      height: 70px;
      line-height: 70px;
      background: transparent;
      text-align: center;
      font-size: 24px;
      color: #000000;
      padding: 0;
      cursor: pointer;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease;
      border: none;
  }
  
  .search-popup .form-group input[type="submit"]:hover,
  .search-popup .form-group button:hover{
    color: #000000;
  }
  
  .search-popup input::placeholder,
  .search-popup textarea::placeholder{
    color:#000000;
  }
  
  
  
  /*===========================
  <-- dexon Loader Css -->
  =============================*/
  /* Loader wrapper styles */
/* Loader Wrapper */
.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff; /* Ensures a clean background */
    z-index: 9999;
    overflow: hidden;
    transition: opacity 0.6s ease;
  }
  
  /* Logo in center */
  .loader-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    transform: translate(-50%, -50%);
    animation: fadeInScale 1.5s ease-in-out;
    transition: opacity 1s ease; /* Smooth fade-out */
  }
  
  body.logo-fade .loader-logo {
    opacity: 0;
  }
  
  /* Optional logo animation */
  @keyframes fadeInScale {
    0%, 100% {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1);
    }
    50% {
      opacity: 0.8;
      transform: translate(-50%, -50%) scale(1.05);
    }
  }
  
  /* Side panels */
  .loader-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 2;
    transition: all 1s ease-out; /* Adjusted timing */
  }
  
  .left-section {
    left: 0;
  }
  
  .right-section {
    right: 0;
  }
  
  /* When page is loaded */
  .loaded .loader-section.left-section {
    left: -100%;
  }
  
  .loaded .loader-section.right-section {
    right: -100%;
  }
  
  .loaded .loader-wrapper {
    opacity: 0;
    pointer-events: none;
    transition: opacity 1s ease-out; /* Smooth fade-out */
  }
  
  /* .loader-wrapper {
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      transition: 0.8s 1s ease;
      z-index: 999;
  } */
  
  /* .loader {
      position: relative;
      display: block;
      z-index: 201;
      top: 50%;
      left: 50%;
      width: 100px;
      height: 100px;
      margin: -50px 0 0 -50px;
      border-radius: 50%;
      transition: all 1s 1s ease;
      border: 3px solid #fff;
      border-top-color: #D8AB7A;
      -webkit-animation: spin 1.5s linear infinite;
      -moz-animation: spin 1.5s linear infinite;
      -o-animation: spin 1.5s linear infinite;
      animation: spin 1.5s linear infinite;
  }
  
  .loader::before {
      position: absolute;
      content: '';
      top: 6px;
      left: 6px;
      right: 6px;
      bottom: 6px;
      border-radius: 50%;
      border: 3px solid #D8AB7A;
      border-left-color: #fff;
      -webkit-animation: spin 2s linear infinite;
      -moz-animation: spin 2s linear infinite;
      -o-animation: spin 2s linear infinite;
      animation: spin 2s linear infinite;
  }
  
  .loader::after {
      position: absolute;
      content: '';
      top: 15px;
      left: 15px;
      right: 15px;
      bottom: 15px;
      border-radius: 50%;
      border: 3px solid #D8AB7A;
      border-right-color: #fff;
      -webkit-animation: spin 2.5s linear infinite;
      -moz-animation: spin 2.5s linear infinite;
      -o-animation: spin 2.5s linear infinite;
      animation: spin 2.5s linear infinite;
  }
   */
  /*/ Here comes the Magic /*/
  
  /* @-webkit-keyframes spin {
      0% {
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          transform: rotate(0deg);
      }
  
      100% {
          -webkit-transform: rotate(360deg);
          -moz-transform: rotate(360deg);
          -o-transform: rotate(360deg);
          transform: rotate(360deg);
      }
  }
  
  @-moz-keyframes spin {
      0% {
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          transform: rotate(0deg);
      }
  
      100% {
          -webkit-transform: rotate(360deg);
          -moz-transform: rotate(360deg);
          -o-transform: rotate(360deg);
          transform: rotate(360deg);
      }
  }
  
  @keyframes spin {
      0% {
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          transform: rotate(0deg);
      }
  
      100% {
          -webkit-transform: rotate(360deg);
          -moz-transform: rotate(360deg);
          -o-transform: rotate(360deg);
          transform: rotate(360deg);
      }
  } */
  
  /* .loader-wrapper .loder-section {
      position: fixed;
      top: 0;
      width: 50%;
      height: 100%;
      background: #111;
      z-index: 2;
  }
  
  .loader-wrapper .loder-section.left-section {
      left: 0;
      transition: 1s 1.4s ease;
  }
  
  .loader-wrapper .loder-section.right-section {
      right: 0;
      transition: 1s 1.4s ease;
  } */
  
  /*/ When page loaded /*/
  
  /* .loaded .loder-section.left-section {
      left: -100%;
  }
  
  .loaded .loder-section.right-section {
      right: -100%;
  }
  
  .loaded .loader-wrapper {
      visibility: hidden;
  }
  
  .loaded .loader {
      top: -100%;
      opacity: 0;
  } */
   
  
  /* Logo Preloader Styles */

  /*curser point */
  /* Mourse courser code  */
  
  /* .curser {
      position: fixed;
      top: 0;
      left: 0;
      width: 50px;
      height: 50px;
      border: 2px solid #d8ab7a;
      border-radius: 50%;
      pointer-events: none;
      transform: translate(-50%, -50%);
      z-index: 9999;
      transition: .1s;
  }
  
  .curser2 {
      position: fixed;
      top: 0;
      left: 0;
      width: 10px;
      height: 10px;
      background: #d8ab7a;
      border-radius: 50%;
      pointer-events: none;
      transform: translate(-50%, -50%);
      z-index: 9999;
      transition: .15s;
      animation: Ripple 1.6s ease-in-out infinite;
      -webkit-animation: Ripple 1.6s ease-in-out infinite;
      -moz-animation: Ripple 1.6s ease-in-out infinite;
  } */
  
  
  
  
  /*<!-- ============================================================== -->
  <!-- Vario copyright-area Css -->
  <!-- ============================================================== -->*/
  
  .copyright-area {
      background: #161616;
      padding: 30px 0;
  }
  
  .copyright-area .copyright-title h4 {
      font-size: 15px;
      line-height: 26px;
      color: #999999;
      font-weight: 400;
      margin: 0 0 0;
  }
  
  .copyright-area .copyright-logo {
      text-align: center;
  }
  
  .copyright-area .copyright-icon-list {
      text-align: right;
  }
  
  .copyright-area .copyright-icon-list ul li {
      display: inline-block;
      list-style: none;
      margin: 0 3px 0;
  }
  
  .copyright-area .copyright-icon-list ul li a {
      display: inline-block;
      font-size: 14px;
      color: #fff;
      background: #282828;
      height: 40px;
      width: 40px;
      line-height: 40px;
      text-align: center;
      border-radius: 50%;
      transition: .5s;
  }
  
  .copyright-area .copyright-icon-list ul li a:hover {
      background: #D9AB7A;
  }
  
  .copyright-area.upper {
      background: #F8F8F8;
  }
  
  .copyright-area.upper .copyright-icon-list ul li a {
      display: inline-block;
      font-size: 14px;
      color: #101010;
      background: #fff;
      height: 40px;
      width: 40px;
      line-height: 40px;
      text-align: center;
      border-radius: 50%;
      transition: .5s;
  }
  
  .copyright-area.upper .copyright-icon-list ul li a:hover{
     color: #fff;
      background: #D7AB79; 
  }
  
  
  
  
  
  
  
  
  
  