
/*===============================================
Template Name: Arcke - Architecture & Interior Design HTML5 Template
Author:  https://themeforest.net/user/dreamit-solution
Description: Description
Version: 1.0.0
Text Domain: Arcke
Tags:       architect, architecture, architecture design, architecture portfolio, architecture studio, clean, furniture store, gallery, interior decoration, interior design, interior design portfolio, interior designer, modern, property
================================================*/
    
/*TABLE OF CONTENTS*/
/*=====================
01. Arcke top-menu-area Css
02. Arcke Nav Menu Area Css
03. Arcke breadcumb Area Css
04. Arcke section-title Css
05. Arcke Slider Area Css
06. Arcke feature-area Css
07. Arcke tag-area Css
08. Arcke about area Css
09. Arcke Prossess Ber Css
10. Arcke gallery area Css
11. Arcke counter area Css
12. Arcke service-area  Css
13. Arcke project all inner page Css
14. Arcke service-details-area Css
15. Arcke arcke-agency-area Css
16. Arcke pricing-area Css
17. Arcke project-area Css
18. Arcke call-do-action-area Css
19. Arcke contact area Css
20. Arcke map-section Css
21. Arcke team-area Css
22. Arcke team area inner page Css
23. Arcke testimonial-area Css
24. Arcke video-area-seven Css
25. Arcke blog-area Css
26. Arcke blog-details-area Css
27. Arcke cascading-area Css
28. Arcke horizontal-area Css
29. Arcke horizontal-slider-area Css
30. Arcke portfolio-masonary-area Css
31. Arcke portfolio-details-area Css
32. Arcke spilt-slider-area Css
33. Arcke brand-area Css
34. Arcke shop-area CSS
35. Arcke footer-section CSS
36. Arcke copyright-area Css
=======================*/


/*================================
<-- Arcke top-menu-area Css -->
==================================*/

.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;
}

/*================================
<--  Arcke Nav Menu Area Css -->
==================================*/

.hendre_nav_manu {
    transition: .5s;
    z-index: 2;
    position: relative;
    padding: 10px 0px 10px 90px;
    background: #fff;
}

.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: #101010;
}

.sticky.hendre_nav_manu.four {
    background: inherit!important;
}

.hendre_nav_manu.four .nav-btn.navSidebar-button i {
    color: #101010;
}

.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: #fff!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: #E01142;
    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: #000;
    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: #101010;
}

.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: #f00!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: 120px;
    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: block;
    margin-left: -136px;
}

.hendre_menu>ul>li {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.hendre_menu>ul>li>a {
    display: block;
    /* margin: 25px 17px; */
    transition: .5s;
    text-decoration: none;
    font-size: 14px;
    line-height: normal;
    color: #000;
    font-weight: 700;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    padding: 15px 17px;
    /*left: 2rem;*/
}

.hendre_menu>ul>li>a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0%;
    background:#261570;
    content: "";
    transition: .5s;
}

nav.hendre_menu span {
    font-size: 13px;
    padding-left: 6px;
    font-family: FontAwesome;
}

.hendre_menu>ul>li>a:hover {
    color: #82c21f;
}

.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;
    text-decoration:none;
}

.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: #261570;
    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: #FF3C00;
    padding: 5px 10px;
    color: #fff;
    opacity: 1;
    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: #000;
}

.hendre_nav_manu.sticky a.dtbtn {
    color: #fff;
    background: #F16722;
    border: 2px solid #F16722;
}

.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.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;
}

/*=============================================
<-- 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;
}

.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: #FF3C00;
    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;
}
@media (max-width: 768px) {
  .info-section {
  background: url('../images/Dholera-Smart-City-bigest-greenfield-cityb.png') center center / cover no-repeat;
  width: 100vw;
  height: 155vh!important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: white;
}
}

.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: #ff3c00;
}

.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: #ff3c00;
    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;
}

/*--==============================================->
<!-- Arcke breadcumb Area Css -->
==================================================-*/

.breadcumb-area {
    background: url(../images/imagesabout.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0 110px;
    height: 450px;
    position: relative;
    z-index: 1;
}

.breadcumb-area .breadcumb-content h1 {
    font-size: 56px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 700;
    margin: 0 0 0;
    text-transform: uppercase;
    text-align: center;
}

.breadcumb-content ul {
    display: inline-block;
    background: #fff;
    padding: 12px 10px 12px 23px;
    position: absolute;
    right: 10%;
    bottom: 0;
}

.breadcumb-content ul li a {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #515151;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.breadcumb-content ul li a::after {
    position: absolute;
    content: "";
    height: 16px;
    width: 2px;
    background: #515151;
    top: 7px;
    right: -13px;
    opacity: 0.5;
    transform: rotate(29deg);
}

.breadcumb-content ul li {
    display: inline-block;
    margin-right: 20px;
    color: #515151;
    text-transform: uppercase;
}

.breadcumb-content ul li a:hover {
    color: #D7AB79;
}

/*<!-- ============================================================== -->
<!-- Arcke 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: #000;
    font-weight: 600;
    margin: 0 0 0;
    position: relative;
    z-index: 1;
    top: -60px;
}

.sub-title h2 span {
      background: -webkit-linear-gradient(0deg, #0dcf82, #64a603);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block; /* Ensures it works properly with inline elements */
}



.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;
}

/*<!-- ============================================================== -->
<!-- Arcke Slider Area Css -->
<!-- ============================================================== -->*/

.slider-area.one {
    background: #fff;
    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;
}

.slider_area_four.upper {
    background: url(../images/about/commercial-land.jpg);
    /*background-size: cover;*/
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.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: url(../images/about/commercial-land.jpg);*/
/*    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/about/industrial-land.webp);
    /*background-size: cover;*/
    background-position: center;
    background-repeat: no-repeat;
    /*height: 900px;*/
    /*margin-top: -121px;*/
    position: relative;
    z-index: 0;
}

.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;
}

/**====================================================
<-- Arcke 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;
}

/**====================================================
<-- Arcke 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)));
    }
  }


/**====================================================
<--  Arcke 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: 20px;
    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;
}

/**====================================================
<--  Arcke 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: -40px;
    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;
}


/**====================================================
<-- Arcke gallery area Css -->
======================================================**/

.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;
}

/**====================================================
<-- Arcke 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;
}

/*<!-- ============================================================== -->
<!-- Arcke 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;
}


/*<!-- ============================================================== -->
<!-- Arcke 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);
}

/*<!-- ============================================================== -->
<!-- Arcke 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;
}


/*<!-- ============================================================== -->
<!-- Arcke arcke-agency-area Css -->
<!-- ============================================================== -->*/

.arcke-agency-area {
    background: url(../images/resource/agency.webp);
    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 {
    background: -webkit-linear-gradient(0deg, #0dcf82, #64a603);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block; /* Ensures it works properly with inline elements */
}


.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 #3fb839;
    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);
}

/* Responsive Layout */
@media (max-width: 768px) {
    .arcke-agency h2 {
        font-size: 26px;
    }

    .row {
        flex-direction: column;
        align-items: center;
    }

    .col-lg-6 {
        width: 100%;
        text-align: center;
    }

    .arcke-agency-button {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .arcke-agency h2 {
        font-size: 22px;
    }

    .arcke-agency-button a {
        font-size: 14px;
        padding: 10px 20px;
    }
}
/*<!-- ============================================================== -->
<!-- Arcke 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;
}

/*<!-- ============================================================== -->
<!-- Arcke 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);
}





/*<!-- ============================================================== -->
<!-- Arcke 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);
}


/*<!-- ============================================================== -->
<!-- Arcke 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;
}

/*<!-- ============================================================== -->
<!-- Arcke map-section Css -->
<!-- ============================================================== -->*/

.map-section {
    padding: 120px 0 110px;
    /*background: #161616;*/
}

.map-section .row.mg-pt {
    overflow: hidden;
    border-radius: 20px;
}

/*<!-- ============================================================== -->
<!-- Arcke 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;
    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;
}

/*<!-- ============================================================== -->
<!-- Arcke 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); 
}

/*<!-- ============================================================== -->
<!-- Arcke 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;*/
/*}*/


/*<!-- ============================================================== -->
<!-- Arcke 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;
}

/*<!-- ============================================================== -->
<!--  Arcke blog-area Css -->
<!-- ============================================================== -->*/

.blog-area.one {
    background: #fff;
    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: #000;
    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: #000;
    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%;
}

/*<!-- ============================================================== -->
<!-- Arcke 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;
}

.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;
}

/*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;

}

/*<!-- ============================================================== -->
<!-- Arcke 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;
}


/*<!-- ============================================================== -->
<!-- Arcke 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);
}

/*<!-- ============================================================== -->
<!-- Arcke 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;
}


/*<!-- ============================================================== -->
<!-- Arcke 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;
}

/*====================================================
--< Arcke 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;
}

/*<!-- ============================================================== -->
<!-- Arcke 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;
}



/*<!-- ============================================================== -->
<!-- Arcke 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);
}

/*<!-- ============================================================== -->
<!-- Arcke shop-area CSS -->
<!-- ============================================================== -->*/

.shop-area {
    padding: 120px 0 90px;
    background: #161616;
}

.shop-area .row.mr-tp {
    margin-top: 27px;
}

.shop-area .single-shop-box {
    position: relative;
    z-index: 1;
    transition: .5s;
    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;
}

.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;
}


/*<!-- ============================================================== -->
<!--  Arcke footer-section CSS -->
<!-- ============================================================== -->*/

.footer-section {
    background:#0c022f;
    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;
    left:22px;
}

.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: #fff;
    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: #000;
    background: #fff;
    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: #fff;
}

.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: 50px;
    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";
    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: "Font Awesome 5 Free";
    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 {
    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;
}




/*curser point */

.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;
}




/*<!-- ============================================================== -->
<!-- Arcke 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; 
}



  .banner {
            
            color: black;
            font-size: 20px;
            font-weight: bold;
            padding: 15px;
            text-transform: uppercase;
            display: inline-block;
            margin-top: 20px;
            text-align:center !important;
            margin-left: 32%;
        }

        .separator {
            width: 90%;
            height: 2px;
            background: black;
            margin: 10px auto;
            display:none;
        }

        .subtitle {
            font-size: 25px;
            font-weight: bold;
            margin-top: 10px;
            color: #333;
            text-align:center !important;
        }

        .slider-container {
            position: relative;
            max-width: 100%;
            margin: 30px auto;
            overflow: hidden;
        }

        .slider {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }

        .slide {
            flex: 0 0 33.33%;
            padding: 10px;
        }

        .slide img {
            width: 100%;
            height: auto;
            border-radius: 10px;
        }

        .dots {
            text-align: center;
            margin-top: 10px;
        }

        .dot {
            display: inline-block;
            width: 12px;
            height: 12px;
            margin: 5px;
            background: #ccc;
            border-radius: 50%;
            cursor: pointer;
        }

        /*.active {*/
        /*    background: #B71C1C;*/
        /*}*/

        .floating-buttons {
            position: fixed;
            bottom: 20px;
            right: 20px;
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .floating-buttons a {
            width: 50px;
            height: 50px;
            background: green;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            font-size: 24px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }

        .scroll-up {
            background: #B71C1C;
        }


    /* Carousel Container */
    .carousel-container {
      width: 80%;         /* Adjust as needed */
      margin: 0 auto;     /* Center the carousel */
      overflow: hidden;   /* Hide overflow */
      border: 1px solid #ddd;
      border-radius: 8px;
      padding: 10px;
      position: relative;
    }
    /* Carousel Track */
    .carousel-track {
      display: flex;
      transition: transform 0.5s ease;
    }
    /* Each logo item is 1/6th of the container width */
    .logo-item {
      flex: 0 0 16.6667%;
      text-align: center;
      padding: 10px;
    }
    .logo-item img {
      width: 80%;
      height: auto;
      object-fit: contain;
      filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    }
    /* Dots Navigation */
    .dots {
      margin-top: 15px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 8px;
    }
    .dot {
      width: 10px;
      height: 10px;
      background: #ccc;
      border-radius: 50%;
      cursor: pointer;
      transition: background 0.3s;
    }
    .dot.active {
      background: #000;
    }


    /* --- ABOUT SECTION --- */
    .about-section {
      position: relative;
      width: 100%;
      height: 600px; /* Adjust height as needed */
      background: url("../images/resource/agency.jpg") center/cover no-repeat;
      /* Dark overlay to dim background */
    }
    .about-section::before {
      content: "";
      position: absolute;
      top: 0; 
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
    }

    /* Content Wrapper */
    .about-content {
      position: relative;
      z-index: 2; /* Above overlay */
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 80%; /* Adjust container width */
      margin: 0 auto;
      height: 100%;
    }

    /* Left Side (Text) */
    .about-left {
      flex: 1;
      max-width: 600px; /* Optional max width for text */
      color: #fff;
      padding-right: 20px;
    }
    .about-left h1 {
      font-size: 48px;
      margin-bottom: 20px;
    }
    .about-left p {
      font-size: 16px;
      line-height: 1.6;
      margin-bottom: 20px;
    }
    .know-more-btn {
      display: inline-block;
      background: #fff;
      color: #000;
      padding: 12px 24px;
      text-decoration: none;
      font-weight: bold;
      border-radius: 4px;
      transition: background 0.3s;
    }
    .know-more-btn:hover {
      background: #ccc;
    }

    /* Right Side (Card) */
    .about-right {
      flex: 1;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .mall-card {
      position: relative;
      width: 400px;  /* Adjust card width */
      height: 400px; /* Adjust card height */
      background: url("../images/ahmedabad--dholera-expressway-check-key-details-on-route-travel-time.png") center/cover no-repeat;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      overflow: hidden;
    }
    .mall-card::before {
      content: "";
      position: absolute;
      top: 0; 
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4); /* Dark overlay on the card image */
    }
    .mall-card h2 {
      position: absolute;
      bottom: 20px;
      /*left: 20px;*/
      color: #fff;
      font-size: 24px;
      z-index: 1; /* Above the overlay */
    }

    /* Responsive Adjustments */
    @media (max-width: 900px) {
      .about-content {
        flex-direction: column;
        text-align: center;
      }
      .about-left, .about-right {
        padding: 20px 0;
      }
      .about-left {
        max-width: 100%;
      }
      .mall-card {
        width: 300px;
        height: 300px;
      }
    }

    .mall-services {
    width: 100%;
    max-width: 900px; /* Adjust the width */
    margin: auto;
    overflow: hidden;
    position: relative;
    padding: 80px 0;
}

.carousel-container {
    width: 100%;
    overflow: hidden;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.service-box {
    flex: 0 0 calc(100% / 3); /* Show 3 images at a time */
    max-width: calc(100% / 3);
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}

.carousel-track .service-box img {
    width: 250px; /* Adjust as needed */
    /*height: auto;*/
    height: 150px; /* Limits height */
    object-fit: contain; /* Ensures the full image is visible */
}

/* Dots Styling */
.carousel-dots {
    text-align: center;
    margin-top: 10px;
}

.carousel-dots span {
    height: 10px;
    width: 10px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}

.carousel-dots .active {
    background-color: #333;
}
        .mall-services h2 {
            font-size: 28px;
            text-transform: uppercase;
            font-weight: bold;
            margin-bottom: 10px;
            position: relative;
            display: inline-block;
        }

        .mall-services h2::after {
            content: "";
            width: 60px;
            height: 2px;
            background-color: black;
            position: absolute;
            left: 50%;
            bottom: -10px;
            transform: translateX(-50%);
        }

        .mall-services p {
            font-size: 16px;
            margin-top: 20px;
        }

        

        .service-box p {
            font-size: 14px;
            font-weight: bold;
            margin-top: 10px;
            text-transform: uppercase;
        }

        
        

        @media (max-width: 992px) {
            .service-box {
                min-width: 50%;
            }
        }

        @media (max-width: 600px) {
            .service-box {
                min-width: 100%;
            }
        }
        
        
        
   .testimonial {
  border-right: 4px solid #2a3d7d;
  /*box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);*/
  padding: 30px 30px 30px 130px;
  margin: 0 15px 30px 15px;
  overflow: hidden;
  position: relative;
}
.testimonial:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: -17px;
  border-top: 25px solid #82c21f;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(45deg);
}
.testimonial:after {
  content: "";
  position: absolute;
  top: -4px;
  left: -17px;
  border-top: 25px solid #82c21f;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(135deg);
}
.testimonial .pic {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 114px;
  left: 20px;
}
.testimonial .pic img {
  width: 100%;
  height: auto;
}
.testimonial .description {
  font-size: 15px;
  letter-spacing: 1px;
  color: #6f6f6f;
  line-height: 25px;
  margin-bottom: 15px;
}
.testimonial .title {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #261570;
  margin: 0;
}
.testimonial .post {
  display: inline-block;
  font-size: 17px;
  color: #29d18b;
  font-style: italic;
}
.owl-theme .owl-controls .owl-page span {
  border: 2px solid #2a3d7d;
  background: #fff !important;
  border-radius: 0 !important;
  opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
  background: #29d18b !important;
  border-color: #29d18b;
}
@media only screen and (max-width: 767px) {
  .testimonial {
    padding: 20px;
    text-align: center;
  }
  .testimonial .pic {
    display: block;
    position: static;
    margin: 0 auto 15px;
  }
}
  /* Banner Section */
        .banner {
            width: 100%;
            height: 100vh; /* Full-screen height */
            display: flex;
            justify-content: center;
            align-items: center;
            /*position: relative;*/
            overflow: hidden;
        }

        /* Banner Image */
        .banner img {
            width: 100%;
            height: 100%;
            object-fit: cover; /* Ensures the image covers the full area */
            position: absolute;
            /*top: 0;*/
            left: 0;
        }


        /*.banner-text {*/
        /*    position: absolute;*/
        /*    top: 50%;*/
        /*    left: 50%;*/
        /*    transform: translate(-50%, -50%);*/
        /*    text-align: center;*/
        /*    color: white;*/
        /*    font-size: 2rem;*/
        /*    background: rgba(0, 0, 0, 0.5);*/
        /*    padding: 20px;*/
        /*    border-radius: 10px;*/
        /*}     */
        
        
   .news-container {
            max-width: 900px;
            margin: 30px auto;
            background: #fff;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
        .news-item {
            display: flex;
            background: #fff;
            border-radius: 10px;
            overflow: hidden;
            margin-bottom: 20px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        .news-item img {
            width: 250px;
            object-fit: cover;
        }
        .news-content {
            padding: 15px;
            width: 100%;
        }
        .news-title {
            font-size: 18px;
            font-weight: bold;
            color: #333;
        }
        .news-desc {
            display: -webkit-box;
            -webkit-line-clamp: 2; /* Show only 2 lines */
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            max-height: 3.2em; /* Adjust based on font size */
            line-height: 1.6em; /* Adjust to fit two lines */
        }
        .news-date {
            font-size: 14px;
            color: #888;
            display: flex;
            align-items: center;
        }
        .news-date i {
            margin-right: 5px;
            color: #ffc107;
        }
        .read-more {
            text-decoration: none;
            color: #d9534f;
            font-weight: bold;
            display: inline-block;
            margin-top: 10px;
        }      
        .news-container {
            max-width: 1100px;
            margin: 30px auto;
        }

        /* Styling for Main News Section */
        .news-card {
            background: #fff;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        }
        .news-title {
            font-size: 24px;
            font-weight: bold;
            color: #333;
        }
        .news-meta {
            background: #82c21f;
            color: white;
            padding: 8px;
            text-align: center;
            font-size: 14px;
            border-radius: 4px;
            margin: 10px 0;
            width:330px;
        }
        .news-content {
            font-size: 16px;
            color: #555;
            line-height: 1.6;
        }

        /* Styling for Recent Posts Section */
        .recent-posts {
            background: #fff;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        }
        .recent-posts h2 {
            font-size: 18px;
            color: #333;
            border-bottom: 2px solid #eee;
            padding-bottom: 8px;
            margin-bottom: 15px;
        }
        .recent-posts ul {
            list-style: none;
            padding: 0;
        }
        .recent-posts li {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 15px;
            padding-bottom: 10px;
            border-bottom: 1px solid #eee;
        }
        .recent-posts img {
            width: 70px;
            height: 70px;
            object-fit: cover;
            border-radius: 6px;
        }
        .recent-posts a {
            text-decoration: none;
            color: #333;
            font-weight: bold;
            font-size: 14px;
        }
        .recent-posts .date {
            font-size: 12px;
            color: #888;
        }

        /* Social Widget */
        .social-widget {
            background: #fff;
            padding: 15px;
            text-align: center;
            border-radius: 8px;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            margin-top: 20px;
        }
        .social-widget a {
            display: inline-block;
            margin: 5px;
            width: 40px;
            height: 40px;
            background: #261570;
            color: white;
            text-align: center;
            line-height: 40px;
            border-radius: 6px;
            font-size: 18px;
            text-decoration: none;
        }
        .news-meta .span{
            font-size:30px;
        }
        
          .slider {
    display: flex;
    /*overflow: hidden;*/
    width: 100%; /* Adjust as needed */
}

.slide {
    flex: 0 0 auto;
    width: 100%; /* Set a fixed width */
    max-width: 500px; /* Adjust as needed */
    height: 300px; /* Set a fixed height */
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures images maintain aspect ratio and fill the container */
    border-radius: 5px; /* Optional: Adds rounded corners */
}
 .right-column {
    width: 100%; /* Adjust width as needed */
    max-width: 800px; /* Set a max width for responsiveness */
    margin: 0 auto; /* Center align */
    text-align: center; /* Ensure proper alignment */
  }

  
  /* Swiper Slide Container - Compact Size */
.swiper-slide {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
    background: #f8f8f8;
    text-align: center;
    padding: 15px;
    border: 2px solid transparent;
    width: 100px; /* Smaller size */
    height: 250px;
}

/* Image Styling - Smaller */
.swiper-slide img {
    width: 130px;
    height: 120px; /* Smaller height */
    object-fit: cover;
    border-radius: 6px;
    transition: transform 0.4s ease-in-out;
}

/* Title Styling - Adjusted Size */
.swiper-slide h2 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-top: 10px;
    transition: color 0.3s ease-in-out;
}

/* Paragraph Styling - Adjusted */
.swiper-slide p {
    font-size: 14px;
    color: #555;
    margin-top: 8px;
    transition: color 0.3s ease-in-out;
}

/* Hover Effect */
.swiper-slide:hover {
    background: linear-gradient(135deg, #3fb839, #261570); /* Smooth gradient */
    transform: scale(1.05); /* Slight zoom */
    border-color: #3fb839;
}
.swiper-slide:hover img {
    transform: scale(1.08);
}

.swiper-slide:hover h2,
.swiper-slide:hover p {
    color: white;
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
    .swiper-slide {
        width: 250px;
        height: 320px;
    }
    .swiper-slide img {
        height: 120px;
    }
    .swiper-slide h2 {
        font-size: 16px;
    }
    .swiper-slide p {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .swiper-slide {
        width: 100%;
        height: auto;
        padding: 10px;
    }
    .swiper-slide img {
        height: 130px;
    }
}
.hero {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
  border: 3px solid var(--primary);
}

.hero--left {
  width: 50%;
  margin-top: 40px;
  margin-left: 2em;
}

.main_cta {
  background-color: #82c21f00;
  color: black;
  border-radius: .5em;
  border-color: #78e63c;
  padding: 1em 3em;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .75px;
  cursor: pointer;
  opacity: 1;
}

.hero--right {
  width: 50%;
  height: 560px;
  background-image: url(../images/78461webp.webp);
  background-size: cover;
  background-position: center;
}


#services {
  background-color: whitesmoke;
}

.grid {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  gap: 0.5em;
  grid-template-areas: 
    'one one one two three'
    'four five five five three'
}

.grid-item:nth-child(1) {
  grid-area: one;
  background-image: url("../images/dholera_infra.jpeg");
  background-size: cover;
  background-position: center;
  height:42vh;
}

/*.grid-item:nth-child(2) {*/
/*  grid-area: two;*/
/*  background-image: url("../images/about-dholera.webp");*/
/*  background-size: cover;*/
/*  background-position: top left;*/
/*}*/

.grid-item:nth-child(3) {
  grid-area: three;
  background-image: url("../images/ABCD-Building_new.jpg");
  background-size: cover;
  background-position: top left;
  width:366px;
  margin-left: -50px;
}

.grid-item:nth-child(4) {
  grid-area: four;
  background-color: var(--primary);
  width:121vh;
}

.grid-item:nth-child(5) {
  grid-area: five;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1em 1em 1em 3em;
}


#green {
  background-color: green;
}

#purple {
  background-color: purple;
}

#yellow {
  background-color: yellow;
}

@media (max-width: 768px) {
 
  
  .hero {
    display: block;
  }
  
  .hero--left {
    width: 90%;
    padding-bottom: 50px;
  }
  
  .hero--right {
    display: none;
  }
  
 
  .grid {
    grid-template-areas: 
      'three'
      'five'
      'one'
      'two'
      'four'
  }
  
  .grid-item:nth-child(1) {
    display: none;
  }
  .grid-item:nth-child(2) {
    display: none;
  }
  .grid-item:nth-child(3) {
    height: 300px;
    margin-bottom: 2em;
  }
  .grid-item:nth-child(4) {
    display: none;
  }
  .grid-item:nth-child(5) {
    padding: 1em;
  }
}
 .count{
  font-size: 40px;
  font-weight: bold;
}
.counter-wrapper{
  background: #333;
   background-image:url('https://images.unsplash.com/photo-1568563643102-37d43956d1d3?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=80');
  background: cover;
  background-position: center center;
  position: relative;
}
.counter-wrapper:after{
  content: '';
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  background: rgba(0,0,0,.5);
}
.counter-inner{
  position:relative;
  z-index:2;
}
.count-icon{
  font-size: 48px;
}



.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/*.video {*/
/*  --shadow: hsla(120, 100%, 3%, 1);*/
/*  --bg: hsla(120, 100%, 3%, .7);*/
/*  --bg-hover: hsla(120, 100%, 3%, .85);*/
/*}*/



/*.video {*/
/*  position: relative;*/
/*  max-width: 100%;*/
/*  border-bottom: 1px solid #000;*/
/*}*/
@media (min-width: 37.5em) {
  .video {
    /*width: 100vw;*/
    padding: 0;
    min-height: 100vh;
    overflow: hidden;
    background-color: #000;
    background-color: var(--bg-hover);
    /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAf0lEQVQImQF0AIv/AA9DQf8EOjT/AFFB/4iBeP+8uKz/FhEV/+bm5P8AAjMv/wMuJ/8BPzL/A0g7/8aLaf+IRCT/AlhL/wADIx7/IQUE/wI1LP89Bwv/gkEh/7AgIP8tGAb/AAQaFv9ramL/AgAC/5uYjv8pK0D/HD9R/y4uE/95MjEq0sD3UQAAAABJRU5ErkJggg==);*/
    background-size: cover;
    background-position: center right; /* Match  .video_staticBg */
  }
}


.video_iframe {
  display: none;
}
@media (min-width: 37.5em) {
  .video_iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100vh * 16 / 9);
    min-width: 100%;
    height: calc(100vw * 9 / 16);
    min-height: 100vh;
    /*     filter: greyscale(20%); */
    visibility: hidden;
    height: 100%;
    visibility: visible;
  }
  .video_iframe.-js-active {
    visibility: visible;
  }
}



.video_staticBg {
 position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dark overlay for better readability */
    z-index: 2; /* Overlay stays above video */
}
@media (min-width: 37.5em) {
  .video_staticBg {
    display: block;
    position: absolute;
    top: -4%;
    left: -4%;
    width: 108%;
    height: 108%;
  /*   transform-origin: 0 0; */
    background-size: cover;
    background-position: center;
  }
    .video_staticBg.-js-hidden {
      animation: fade-bg 7.0s linear forwards;
    }
    @keyframes fade-bg {
      0% {opacity: 1; transform: scale(1)}
      7% {opacity: 0; transform: scale(1)}
      8% {opacity: 0; transform: scale(.925)}
      90% {opacity: 0; transform: scale(.925)}
      100% {opacity: 1; transform: scale(1)}
    }
    .video_staticBg.-js-paused {
      display: none;
    }
}


.svg-crosshatch {
  display: none;
}
@media (min-width: 37.5em) {
  .svg-crosshatch {
    display: block;
    opacity: .3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}


.video_btn {
  display: none;
}
@media (min-width: 37.5em) {
  .video_btn {
    display: block;
    position: absolute;
    z-index: 1; /* Raise above content layer */
    top: 2rem;
    left: calc(100vw - 5rem);
    padding: 0;
    background-color: transparent;
    cursor: pointer;
    width: 3rem;
    height: 3rem;
    overflow: visible;
    border: 0 solid #000;
    border-radius: 100%;

    /* IE10 - transparent background not allowed */
    background-color: rgba(0,0,0,.1);
  }
  .video_btn:focus {
    outline: 0 solid;
  }

  .svg-pausePlay {
    pointer-events: none;
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    color: #fff;
    background-color: #000;
    background-color: var(--bg);
    fill: currentColor;
    transition: all .3s ease-out;
  }
  .video_btn:hover .svg-pausePlay,
  .video_btn:focus .svg-pausePlay {
    background-color: #000;
    background-color: var(--bg-hover);
    color: red;
    box-shadow: 0 0 0 4px red;
  }
}

.video_column {
    position: absolute;
    width: 60%;
    text-align: center;
    color: white;
    z-index: 3; /* Ensures content is above video & overlay */
}
@media (min-width: 37.5em) {
  .video_column {
    padding: 0;
    top: 1.5rem;
    left: 1.5rem;
    width: 50%;

    max-width: 34em;
    min-width: 400px;
  }
}
@media (min-width: 48em) {
  .video_column {
    font-size: calc(1rem + ((1vw - 0.48em) * 1.0417));
  }
}
.video_column-center {
}

.video_slate {
  padding: .75rem;
}
@media (min-width: 37.5em) {
  .video_slate {
    padding: 0;
    background: none !important;
  }
}
.logo_bg {
  margin: 0 auto;
  width: 70%;
  height: calc(100px + 10vw);
  /*background-image: url(https://www.tesco.com/food-love-stories/i/fls-logo.png);*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-filter: drop-shadow(0 1px 2px var(--shadow));
  filter: drop-shadow(0 2px 4px var(--shadow));
}
@media (min-width: 37.5em) {
  .logo_bg {
    width: 296px;
    height: 147px;
  }
}

.video_ttl {
  font-size: 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.video_ttl span {
    color: #3fb839;
    font-size: 2rem;
    line-height: 58px;
    font-weight: 600;
}
/* 1.25em(20px) @ 20em(320px) increasing to 2em(32px) @ 37.5em(600px) */
@media (min-width: 20em) {
  .video_ttl {
    font-size: calc(1.25rem + ((1vw - 0.2em) * 4.2857));
  }
}

@media (min-width: 37.5em) {
  .video_ttl {
    font-size: 1.7em;
    letter-spacing: 0.1em;
  }
}
.video_ttl::before,
.video_ttl::after {
  content: "";
  display: block;
  position: relative;
  width: 28%;
  min-width: 40px;
  margin: 1rem auto;
  height: 2px;
  background-color: currentColor;
}


.video_staticBg-mobile {
  /*background-image: url(https://www.tesco.com/food-love-stories/stories/1707-dees-paprika-burgers/i/bg-small.jpg);*/
  padding-bottom: 55.77%;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 37.5em) {
  .video_staticBg-mobile {
    display:none;
  }
}

.video_cpy {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-top: 15px;
    padding:35px;
}
@media (min-width: 37.5em) {
  .video_cpy {
    color: #fff;
    text-shadow: 0 0 2px #000;
    text-shadow: 0 0 2px var(--shadow);
    background-color: rgba(0,0,0,.6);
    background-color: #0000004f;
  }
  .video_cpy:hover {
  /*   background-color: rgba(0,0,0,.85);
    background-color: var(--bg-hover); */
  }
}
.fullscreen-video {
   position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures video covers entire area */
    z-index: 1; /* Video stays behind content */
}  
/* Video Section */
.video {
    position: relative;
    width: 100%;
    height: 100vh; /* Fullscreen height */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.arcke-agency-button-no a{
    display: inline-block;
    font-size: 15px;
    padding: 12px 42px;
    margin-left: -106px;
    background: transparent;
    color: #fff;
    font-weight: 400;
    transition: .5s;
    border: 1px solid #3fb839;
    position: absolute;
    z-index: 1;
    animation: 1s 1.3s fadeInUp both;
}        
 
 
 
 @media (max-width: 576px) {
  .video {
    flex-direction: column;
    height: auto; /* Allow content height */
    padding: 60px 20px;
  }

  .fullscreen-video {
    height: 100vh;
    object-fit: cover;
  }

  .video_column {
    width: 100%;
    padding-top: 20px;
    position: relative;
    z-index: 2;
    text-align: center;
  }

  .video_column-center {
    margin: 0 auto;
    padding: 10px;
  }

  .video_ttl {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .video_cpy {
    font-size: 14px;
    line-height: 1.6;
    padding: 0 10px;
    color: #fff;
    text-align: center;
  }

  .arcke-agency-button-no {
    margin-top: 20px;
    text-align: center;
  }

  .arcke-agency-button-no a {
    font-size: 14px;
    padding: 10px 24px;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    left: 0;
    transform: none;
  }

  .video_btn {
    top: 20px !important;
    right: 20px !important;
  }
}
       
        
 @import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");



:root {
  --left-position: 55%;
  --transition-time: 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #111111;
}

/* carousel */
.carousel {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.carousel .list .item {
  width: 180px;
  height: 250px;
  position: absolute;
  bottom: 150px;
  left: calc(var(--left-position) + 3%);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.7);
  background-position: center;
  background-size: cover;
  z-index: 100;
  transform: translate(0, 0px);
  transition: all var(--transition-time);
}

.carousel .list .item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(33, 33, 33, 0.5);
  z-index: 1;
}

.carousel .list .item:nth-child(1),
.carousel .list .item:nth-child(2) {
  bottom: 0px;
  left: 0;
  border-radius: 0;
  transform: translate(0, 0px);
  width: 100%;
  height: 100%;
}

.carousel .list .item:nth-child(3) {
  left: var(--left-position);
}

.carousel .list .item:nth-child(4) {
  transition-delay: 0.1s;
  left: calc(var(--left-position) + 200px);
}

.carousel .list .item:nth-child(5) {
  transition-delay: 0.2s;
  left: calc(var(--left-position) + 400px);
}

.carousel .list .item:nth-child(6) {
  transition-delay: 0.3s;
  left: calc(var(--left-position) + 600px);
}

.carousel .list .item:nth-child(n + 7) {
  transition-delay: 0.4s;
  left: calc(var(--left-position) + 800px);
}

.list .item .content {
  position: absolute;
  text-align: left;
  color: #fff;
  z-index: 3;
  left: 0;
  top: 100%;
  transform: translateY(-100%);
  width: 100%;
  padding: 10px;
  transition: all var(--transition-time);
}

.content .title::before {
  content: "";
  display: block;
  height: 1px;
  width: 20px;
  background-color: #fff;
  margin-bottom: 10px;
}

.content .title {
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  transition: all var(--transition-time);
  position: relative;
}

.content .title::after {
  content: attr(data-item);
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: -20px;
  left: 0px;
  z-index: 2;
  font-weight: 400;
}

.content .name {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  transition: all var(--transition-time);
  margin-bottom: 10px;
  color: #d36e10;
}

.content .des {
  font-size: 16px;
  font-weight: 400;
  transition: all var(--transition-time);
  opacity: 0;
  display: none;
}

.list .item:nth-child(1) .content,
.list .item:nth-child(2) .content {
  transform: translateY(-50%);
  left: 100px;
  width: 600px;
  top: 50%;
  padding: 0;
}

.list .item:nth-child(1) .content .title::before,
.list .item:nth-child(2) .content .title::before {
  width: 50px;
  height: 3px;
  margin-bottom: 20px;
}

.list .item:nth-child(1) .content .title::after,
.list .item:nth-child(2) .content .title::after {
  font-size: 20px;
  top: -40px;
  left: 15px;
}

.list .item:nth-child(1) .content .title,
.list .item:nth-child(2) .content .title {
  font-size: 30px;
  margin-bottom: 20px;
}

.list .item:nth-child(1) .content .name,
.list .item:nth-child(2) .content .name {
  font-size: 20px;
  margin-bottom: 20px;
}

.list .item:nth-child(1) .content .des,
.list .item:nth-child(2) .content .des {
  font-size: 16px;
  opacity: 1;
  display: block;
  width: 400px;
}

@keyframes animate {
  from {
    opacity: 0;
    transform: translate(0, 100px);
    filter: blur(33px);
  }

  to {
    opacity: 1;
    transform: translate(0);
    filter: blur(0);
  }
}

/* Carousel */

/* next prev arrows */

.arrows {
  position: absolute;
  bottom: 50px;
  left: var(--left-position);
  width: calc(100% - var(--left-position) - 2%);
  z-index: 100;
  display: flex;
  gap: 5%;
  align-items: center;
}

.arrows button {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  border: 2px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  background-color: transparent;
  outline: none;
  font-size: 25px;
  font-weight: bold;
  transition: all var(--transition-time);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrows button:hover {
  border: 2px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
}

.slide-number {
  font-size: 25px;
  color: #ffffff;
  font-weight: 400;
  margin-left: auto;
  letter-spacing: 5px;
  opacity: 0;
  animation: animate 0.5s ease-in-out 0.3s 1 forwards;
}

.progress-bar-container {
  width: 60%;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  width: 100%;
  background-color: #d36e10;
  transition: all var(--transition-time);
}

/* time running */
.carousel .timeRunning {
  position: fixed;
  z-index: 1000;
  width: 0%;
  height: 4px;
  background-color: #ffffff;
  left: 0;
  top: 0;
  animation: runningTime 7s linear 1 forwards;
}

@keyframes runningTime {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}






/* Subscribe button styles */
.subscribe-btn {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 999;
}

/* SVG inside subscribe button */
.subscribe-btn svg {
  height: 60px;
  width: 60px;
}

/* Floating YouTube Button Styling */
.youtube-button {
  position: fixed;
  bottom: 20px; /* Distance from the bottom */
  left: 20px; /* Distance from the right */
  background-color: #ff0000; /* YouTube red color */
  color: white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  z-index: 999;
}

/* Icon Styling */
.youtube-button i {
  font-size: 24px;
}

/* Hover Effect */
.youtube-button:hover {
  background-color: #e60000; /* Darker shade of red */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px); /* Slight upward movement */
}
.slider-one {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    /*width: 80%;*/
    overflow: hidden;
    /*background: rgb(255, 255, 255);*/
    /*border-radius: 16px;*/
    /*box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);*/
    backdrop-filter: blur(7.4px);
    -webkit-backdrop-filter: blur(7.4px);
    /*border: 1px solid rgba(255, 255, 255, 0.4);*/
}

.slider-items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    animation: scrolling 20s linear infinite;

}

@keyframes scrolling {

    0% {
        transform: translateX(80%);
    }

    100% {
        transform: translateX(-20%);
    }
}
 .slider-items img {
    width: 10%;
    margin: 20px;

}      
        
h2{
    color:#000;
    font-size:1.7em;
    display:flex;
    justify-content:center;
} 

/* Main Grid Layout *//* Main Grid Layout */
.custom-hover-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    padding: 80px 0;
    max-width: 1132px;
    margin: auto;
}

/* Default Box Styling */
.custom-box {
    position: relative;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 47vh;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    overflow: hidden;
}

/* Image Background */
.custom-img {
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease-in-out;
}

/* Zoom-in Effect */
.custom-box:hover {
    transform: scale(1.05); /* Zoom-in effect */
}

/* Overlay Content (Initially Hidden) */
.overlay-content {
    position: absolute;
    top: 69px;
    left: -7rem;
    width: 100%;
    height: 100%;
    /*background: rgb(255 255 255 / 86%);*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

/* Text and Button */
.overlay-content h3 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
}

.overlay-content p {
    color: #00838F;
    margin-bottom: 10px;
}

.custom-btn {
    display: inline-block;
    padding: 10px 20px;
    color: #00838F;
    border: 2px solid #00838F;
    text-decoration: none;
    transition: 0.3s;
}

.custom-btn:hover {
    background: #00838F;
    color: white;
}

/* Hover Effect: Show Content */
.custom-box:hover .overlay-content {
    opacity: 1;
}
h2 span{
   color:#3fb839;
   font-size: 50px;
   line-height: 58px; 
   font-weight: 600; 
}
.container{
    padding:20px;
}
.stats-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 20px;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 20px;
    border-right: 1px solid #ddd;
    padding-right: 40px;
}

.stat-item:last-child {
    border-right: none;
}

.stat-item img {
    width: 70px; /* Increased image size */
    height: 70px;
}

.stat-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.stat-number {
    display: flex;
    align-items: center;
    gap: 2px;
}

.stat-number h2 {
    font-size: 36px; /* Increased number size */
    color: #2e8b57;
    font-weight: bold;
    margin: 0;
    line-height: 1;
}

.stat-number span {
    font-size: 20px; /* Adjusted '+' symbol size */
    color: #2e8b57;
    position: relative;
    top: 0px; /* Center-aligned '+' symbol with the number */
}

.stat-content p {
    font-size: 16px;
    color: #555;
    margin-top: 5px;
}
 
.define h1:first-of-type {
    margin-top: 20px;
    text-align: center;
    font-weight: 200;
    color: hsl(234, 12%, 34%);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.define h1:nth-of-type(2) {
    text-align: center;
    font-weight: 600;
    color:hsl(234, 12%, 34%);
    margin-bottom: 20px;
}

body >p:first-of-type {
    font-size: 15px;
    font-weight: 400;
    color: hsl(229, 6%, 66%);
    width: 500px;
    margin: auto;
    text-align: center;
    margin-bottom: 40px;
}
.cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
    width: 1158px;
    height: 511px;
    margin: auto;
    padding-left: 20px;
    
}
.cards > div {
    border-radius: 5px;
    width: 300px;
    height: 200px;
    position: relative;
    box-shadow: 0px 0px 10px 5px hsl(229deg 6% 66% / 20%);
    color: hsl(234, 12%, 34%);
    background-color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    opacity: 0;
    animation: fadeIn 0.6s ease forwards;
}
.cards > div:nth-child(1) {
    animation-delay: 0.1s;
}
.cards > div:nth-child(2) {
    animation-delay: 0.2s;
}
.cards > div:nth-child(3) {
    animation-delay: 0.3s;
}
.cards > div:nth-child(4) {
    animation-delay: 0.4s;
}
/*.cards > div:hover {*/
/*    transform: translateY(-10px) scale(1.05);*/
/*    box-shadow: 0px 10px 20px 5px hsl(229deg 6% 66% / 30%);*/
/*}*/
.cards h3 {
    margin: 20px 15px 10px 25px;
    color: hsl(234, 12%, 34%);
}
.cards > div > p {
    font-size: smaller;
    color: hsl(229, 6%, 66%);
    margin-left: 25px;
    margin-right: 25px;
    
    
} 

.super {
    border-top: 4px solid hsl(180, 62%, 55%);
    grid-area: 2/1/span 2/1;
}
.team {
    border-top: 4px solid hsl(0, 78%, 62%);
    grid-area: 1/2/span 2/2;
}
.karma {
    border-top: 4px solid hsl(34, 97%, 64%);
    grid-area: 3/2/span 2/2;
}
.calc {
    border-top: 4px solid hsl(212, 86%, 64%);
    grid-area: 2/3/span 2/3;
}
.img_super{
  position: absolute;
    bottom: 20px;
    right: 20px;
    width: 50px;
    transition: transform 0.3s ease;
}
.img_super:hover {
    transform: rotate(10deg);
}
.cards > div::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
}

.cards > div:hover::before {
    opacity: 1;
}

.cards > div h3,
.cards > div p {
    position: relative;
    z-index: 1;
    margin: 8px;
}

.cards > div:hover {
    transform: translateY(-10px);
    box-shadow: 0px 10px 20px 5px hsl(229deg 6% 66% / 30%);
}


.container_video { 
  width: 80%;
  margin: 25px auto; 
}

/** Video Section **/
.main-video.active-jq.show-video { display: block; opacity: 1; }
.videos.active-jq { display: block; }

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	margin-top: 10px;
	height: 0;
  iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
 
}

.main-video.active-jq { display: none; }
.main-video { padding: 0 1em; }
.secondary-videos { 
  padding: 3em 1em; 
  &::after {
    content: "";
    display: table;
    clear: both;
  }
}

.videos {
    width: 23.1%;
    float: left;
    margin-right: 2.5%;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    cursor: pointer;
    display: none;
    position: relative;
    &:last-of-type { margin: 0; }
    &:hover {
      .information{
        // animation: title 0.75s ease forwards;
        opacity: 1;
        top: 0;
      }        
    }
    &.selected-video .information {
      opacity: 1;
      top: 0;
    }
    .information {
      background-color: #282828;
      padding: 8px;
      font-size: 11px;
      color: #F6F6F0;
      top: 20px;
      transition: all 0.5s cubic-bezier(.29,2.08,.73,1.75);
      -webkit-transition: all 0.5s cubic-bezier(.29,2.08,.73,1.75);
      opacity: 0;
      position: relative;
    }
}
.videos.selected-video,
.videos:hover { opacity: 1; }

/* Mobile Styles */
@media only screen and (max-width: 500px) {
  .secondary-videos {
    padding: 2em 1em;
  }
  .videos {
    width: 100%;
    float: none;
    padding: 1em 0;
    margin: 0;
  }
}
.video-img{
    width:150px;
    height:150px;
    
}

/* ===== Testimonials Carousel Styling ===== */
.custom-testimonials-carousel {
    width: 100% !important;
}

.custom-testimonials-carousel .owl-stage-outer {
    overflow: hidden !important;
}

.custom-testimonials-carousel .owl-stage {
    display: flex;
    max-width: 100% !important;
}

.custom-testimonials-carousel .owl-item {
    flex: 0 0 auto;
}

.custom-testimonials-carousel .custom-image {
    width: 100% !important;
    height: 100vh;
    object-fit: cover;
}

/* Testimonials Arrows */
.custom-fa-left,
.custom-fa-right {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    color: #fff;
    z-index: 10;
}

.custom-fa-left {
    left: 10px;
}

.custom-fa-right {
    right: 10px;
}

/* ===== Banner Carousel Styling ===== */
.custom-banner-carousel {
    width: 100% !important;
}

.custom-banner-carousel .owl-stage-outer {
    overflow: hidden !important;
}

.custom-banner-carousel .owl-stage {
    display: flex;
    max-width: 100% !important;
}

.custom-banner-carousel .owl-item {
    flex: 0 0 auto;
}

/* Banner Arrows */
.custom-banner-prev,
.custom-banner-next {
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Hover Effect */
.custom-banner-prev:hover,
.custom-banner-next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.custom-banner-prev {
    left: 10px;
}

.custom-banner-next {
    right: 10px;
}

.video-section {
  display: flex;
  gap: 30px;
  padding: 120px 5%;
  /*background-color: #f9f9f9;*/
}

.video-wrapper-one {
  flex: 1;
  max-width: 50%;
}

.video-wrapper-one video {
  width: 100%; /* Ensures the video fills the container */
  height: auto;
  border-radius: 8px;
}

.video-content {
  flex: 1;
  max-width: 50%;
}

.video-content h5 {
  font-size: 21px;
  color: #41a728;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.video-content h3 {
  font-size: 29px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}

.video-content h2 span {
  color: #00c853;
}

.video-content p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
}

.btn-video {
  background-color: #00c853;
  color: #fff;
  padding: 12px 24px;
  border-radius: 5px;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  transition: background 0.3s ease;
}

.btn-video:hover {
  background-color: #009624;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .video-section {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }

  .video-wrapper-one,
  .video-content {
    max-width: 100%;
  }

  .video-content h2 {
    font-size: 28px;
  }

  .video-content p {
    font-size: 14px;
  }
}
.section-padding-bottom {
    padding-bottom:4rem;
}
.inner-flex-big {
        margin: 39px;
}
.section-subtitle h4, .section-subtitle h4 span {
    font-size: var(--section-subtitle-font-size);
    color: var(--primary-color);
    padding-left:50px;
}
.section-subtitle.inner-flex.section-content p, .section-subtitle.inner-flex.section-content p span, .nri-text-color p {
    font-size: var(--paragraph-font-size);
    color: #7d7d7d;
    padding-left: 50px;
}
@media only screen and (max-width: 1450px) {
    .mini-container {
        width: 70%;
        margin: 0 auto;
    }
}
.primary-color {
    color: var(--primary-color) !important;
}
.mini-container {
    width: 70%;
    /*margin: 85px auto;*/
}
.section-content li, .section-content p, .section-content p span {
    font-size: var(--content-font-size);
    line-height: 1.5;
}
.main-container-fluid {
    width: 91.5%;
    /* max-width: calc(1920px - 160px); */
    margin: 0 auto;
}

.sticky-form {
    position: sticky;
    top: 1rem;
    height: fit-content;
}

.nriGrid .form-box {
    padding: 3rem;
    background-color: #f5f5f7;
}
.border-radius-contact {
    border-radius: 1rem;
}
.inner-flex-medium {
    gap: var(--medium-gap-size);
}
.inner-flex-common {
    gap: var(--common-gap-size);
}
.inner-flex {
    display: flex;
    flex-direction: column;
    gap: var(--common-gap-size);
    gap: 0.5rem;
}
@media only screen and (max-width: 1450px) {
    .section-subtitle h4, .section-subtitle h4 span {
        font-size: 2rem;
    }
}
.form_wrapper {
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
}
.nri-form {
    padding-top: 1.4rem;
}
    .contact_lable {
    position: relative;
}
.nriGrid .form-box .form-control {
    background-color: #f5f5f7;
}
.green_lable .md-lable {
    color: #1e5724 !important;
    font-size: 1rem !important;
}
.md-lable {
    color: var(--secondary-color);
    text-transform: uppercase;
    position: absolute;
    top: 0%;
    transition: all 0.1s ease;
    transform: translateY(-100%);
    left: 0;
    font-size: var(--link-font-size);
    pointer-events: none;
}
.form-control {
    position: relative;
    border-radius: 0;
    font-size: var(--paragraph-font-size);
    width: 100%;
    height: unset !important;
    resize: none;
    color: var(--primary-color);
    padding: 0.5rem 0;
    border: none;
    border-bottom: 1px solid #1E572425;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.select_apr .fa-icon {
    position: absolute;
    top: 50%;
    right: 5px;
    font-size: 22px;
    transform: translateY(-50%);
    pointer-events: none;
}
.fa-angle-down:before {
    content: "\f107";
}
.conatct_number_input {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0.5rem 0;
    height: 100%;
    display: grid;
}
.country_code_data {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 5px;
    font-size: var(--moblink-size);
}
.country_code_data .section-paragraph {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.country_code_data .section-paragraph span {
    width: 25px;
}
.country_code_list_data {
    display: none;
}

.country_code_list_data {
    position: absolute;
    top: 100%;
    left: 0;
    height: 40vh;
    overflow-y: scroll;
    width: 350px;
    z-index: 99999;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #ffffff;
    border: 1px solid #999999;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.search_c-code {
    padding: 0 1rem;
    padding-bottom: 0.5rem;
}
.search_c-code input {
    position: relative;
    border-radius: var(--border-radius);
    border: 1px solid #999999;
    width: 100%;
    padding: 0.7rem;
}
.country_code_list_data ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.country_code_list_data ul li {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    transition: all ease 0.2s;
}
.country_code_list_data li>div {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.country_code_list_data img {
    width: 25px !important;
}
.display_country_code {
    width: 35px;
}
.wfc {
    width: fit-content;
}
.button-style-secondary {
    border: 1px solid #1e5724;
    background-color: #1e5724;
}
.reecosys-template-button {
    display: flex;
    align-items: center;
    gap: 1rem;
    /* padding: 1.15rem 1.5rem; */
    padding: 0 2rem;
    height: 3rem;
    transition: var(--common-transition);
    border-radius: 0.5rem;
    width: fit-content;
    justify-content: center;
}

@media only screen and (max-width: 1450px) {
    .section-subtitle.inner-flex.section-content p{
    font-size: 1.35rem;
    }
}
.nri-text-ul {
    list-style-type: disc;
    padding-left: 3.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.nri-text-ul span{
    color:#000;
    font-weight:600;
}
.border-radius {
    border-radius: 1.5rem;
    overflow: hidden;
}
.nri-sect-imgs img{
        max-width: 100%;
    transition: var(--common-transition);
    width: 100%;
    object-fit: cover;
    cursor: pointer;
    display: block;
}
.page-list-2-col-grid.nriGrid {
  display: flex;
  justify-content: center;  /* horizontal center */
  align-items: center;      /* vertical center */
  /*text-align: center;*/
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1450px) {
    .section-subtitle h4, .section-subtitle h4 span {
        font-size: 20px;
    }
}
.form-box-top_padding {
    padding: 5rem 3rem;
}
.form-box {
    background-color: #f5f5f7;
}

.contact_page_form .form-control, .form_bg_input .form-control {
    background-color: transparent;
    border-bottom: 1px solid #1e572425;
}

/*.channelPartnerDescription p span {*/
/*    font-family: 'Spartan', sans-serif;*/
/*}*/
.section-content p span {
    color: var(--secondary-color);
}

.cp_form_flex {
    display: flex
;
    flex-direction: row;
    flex-wrap: wrap;
    /* grid-template-columns: repeat(2, 1fr); */
    /* grid-template-areas:
        "one two"
        "three four"
        "five six"
        "seven seven"
        "eight eight"
        "nine nine"; */
    row-gap: 3rem;
    column-gap: 3rem;
    align-items: flex-end;
}
.cp_form_flex>div:nth-child(1) {
    grid-area: one;
}
.cp_form_flex .flb100 {
    flex-basis: 100%;
}

.cp_form_flex>div {
    flex-basis: calc(100% / 2 - 1.5rem);
    width: calc(100% / 2 - 1.5rem);
}
.page-list-2-col-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--big-gap-size);
    align-items: start;
}
.channelPartnerDescription p strong {
    color: var(--secondary-highlight-color);
    font-size: var(--paragraph-font-size);
}
.section-title-one {
    text-align: center;
    margin-bottom: 0;
        margin: 51px;
}
.secondary-highlight-color {
    color: var(--secondary-highlight-color) !important;
}

.two-grid {
    display: grid
;
    grid-template-columns: repeat(2, 1fr);
}
.alc {
    align-items: center;
}
.lightgray-bg {
    background-color: #f7f7f7 !important;
}
.sticky-div {
    height: fit-content;
    position: sticky;
    top: 7rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding:15px;
}
.steps-box {
    padding: 1rem 0;
    border-bottom: 1px solid #dedede;
}
.gray-color {
    color: var(--gray-color) !important;
}
.franchise_imgs img{
    max-width: 100%;
    transition: var(--common-transition);
    width: 100%;
    object-fit: cover;
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
.main-container {
    width: 83.5%;
    /* max-width: calc(1920px - 320px); */
    margin: 0 auto;
}
.section-paragraph p{
    font-size: 1.35rem;
    margin: 0;
    padding:11px;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    color: var(--primary-color);
}
.section-title h2{
    font-size: 2.65rem;
        padding: 17px;
}


.section-subtitle {
    color: #000; /* Green color */
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align:center;
}

.section-title {
    font-size: 36px;
    color: #003366; /* Dark blue color */
    font-weight: 700;
    margin-bottom: 20px;
}

.dmic-content {
    flex: 1;
    max-width: 600px;
}


.section-title-connect {
    font-size: 36px;
    color: #0c4a86;
    font-weight: 700;
    margin-bottom: 20px;
}

.section-description {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 15px;
}

.dmic-image {
    flex-shrink: 0;
}

.dmic-image img {
    width: 100%;
    max-width: 400px; /* Adjust based on your design */
    height: auto;
    object-fit: contain;
}



.footer-content-last {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; /* Full width */
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    padding: 5px 0;
    text-align: center;
    z-index: 999;
}

.footer-content-last p {
    margin: 0;
    font-size: 14px;
    color: #333;
}
.footer-content-last::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #767676;
}
.footer-content-last a {
    color: #000;
    text-decoration: underline;
}

.footer-content-last a:hover {
    text-decoration: underline;
}

.separator {
    margin: 0 8px;
    color: #ccc;
}


.connectivity-section {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    padding: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.connectivity-content {
    flex: 1;
    max-width: 600px;
}

.connectivity-subtitle {
    font-size: 14px;
    color: #28a745;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.connectivity-title {
    font-size: 42px;
    color: #0c4a86;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.connectivity-text {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 16px;
}

.connectivity-image {
    flex-shrink: 0;
    max-width: 40%; /* Adjust width for better alignment */
}

.connectivity-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* âœ… Mobile Responsiveness */
@media (max-width: 768px) {
    .connectivity-section {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }

    .connectivity-content {
        max-width: 100%;
    }

    .connectivity-title {
        font-size: 32px;
    }

    .connectivity-image {
        max-width: 100%; /* Ensure full width on mobile */
    }

    .connectivity-image img {
        max-width: 100%;
    }
}


/* Grid layout for the gallery */
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

/* Individual gallery item styling */
.gallery-item {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}

.gallery-item img {
  width: 100%;
  height: 280px;
 
  transition: transform 0.3s ease, filter 0.3s ease;
}

/* Hover effect */
.gallery-item:hover img {
  transform: scale(1.05);
  filter: brightness(0.8);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-item img {
    height: 200px;
  }
}

@media (max-width: 480px) {
  .gallery {
    grid-template-columns: 1fr;
  }

  .gallery-item img {
    height: 180px;
  }
}

 .custom-tab-wrapper {
      text-align: center;
      margin: 30px auto;
    }

    .custom-tabs {
      display: inline-flex;
      gap: 15px;
      background: #f7f7f7;
      padding: 10px 20px;
      border-radius: 10px;
    }

    .tab-btn {
      background: #e4e4e4;
      border: none;
      padding: 10px 20px;
      border-radius: 8px;
      font-size: 16px;
      font-weight: 500;
      color: #333;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .tab-btn:hover {
      background: #ddd;
    }

    .tab-btn.active {
      background: #fff;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      color: #f76c57;
    }

    .tab-content-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin: 40px auto;
      max-width: 1200px;
      gap: 30px;
    }

    .tab-content-left {
      flex: 1;
      min-width: 300px;
      background: #f5f9fa;
      padding: 30px;
      border-radius: 10px;
    }

    .tab-content-left h3 {
      font-size: 24px;
      margin-bottom: 20px;
      color: #0f2f2f;
    }

    .tab-content-left p {
      color: #666;
      line-height: 1.6;
      margin-bottom: 30px;
    }

    .tab-details p {
      margin: 10px 0;
      color: #0f2f2f;
    }

    .tab-details span {
      float: right;
      color: #666;
    }

    .tab-content-right {
      flex: 1;
      min-width: 300px;
      text-align: center;
    }

    .tab-content-right img {
      max-width: 100%;
      height: auto;
      border: 1px solid #ddd;
      border-radius: 10px;
    }

    @media (max-width: 768px) {
      .tab-content-wrapper {
        flex-direction: column;
        padding: 0 15px;
      }

      .custom-tabs {
        flex-wrap: wrap;
        justify-content: center;
      }
    }




.custom-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 25px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #eee;
  overflow: hidden;
  text-align: left;
  background-image: none !important; /* <-- Kill any background gradient */
}

/* Hover: solid background */
.custom-card:hover {
  background: #281571 !important; /* <-- Force solid background */
  background-image: none !important; /* <-- Ensure no gradient remains */
  transform: translateY(-10px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

/* Icon Box */
.custom-icon-box {
  width: 60px;
  height: 60px;
  background-color: #82c21f;
  color: #ffffff;
  font-size: 26px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: background-color 0.4s ease, transform 0.4s ease;
}

/* Invert icon color on hover */
.custom-card:hover .custom-icon-box {
  background-color: #ffffff;
  color: #ff3d3d;
  transform: scale(1.05);
}

/* Text */
.custom-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1d1d1d;
  margin-bottom: 12px;
  transition: color 0.4s ease;
}
.custom-card:hover h3 {
  color: #ffffff;
}

.custom-card p {
  font-size: 15px;
  color: #555;
  margin-bottom: 20px;
  transition: color 0.4s ease;
}
.custom-card:hover p {
  color: #fcecec;
}

.custom-card a {
  color: #1d1d1d;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.4s ease;
}
.custom-card:hover a {
  color: #ffffff;
}



.modern-cards-section {
      padding: 120px 40px;
    }

    .modern-cards-container {
      max-width: 1400px;
      margin: auto;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 40px;
    }

    .modern-card {
      background: #fff;
      border-radius: 24px;
      padding: 60px 30px;
      text-align: center;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
      z-index: 1;
    }

    .modern-card::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 100%;
      left: 0;
      background-color: #281571;
      transition: top 0.4s ease;
      z-index: 0;
    }

    .modern-card:hover::before {
      top: 0;
    }

    .modern-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 12px 30px rgba(255, 61, 61, 0.3);
    }

    .modern-card .icon,
    .modern-card h3,
    .modern-card p,
    .modern-card .read-more {
      position: relative;
      z-index: 1;
      transition: color 0.3s ease;
    }

    .modern-card:hover .icon,
    .modern-card:hover h3,
    .modern-card:hover p,
    .modern-card:hover .read-more {
      color: #fff;
    }

    .modern-card .icon {
      font-size: 42px;
      margin-bottom: 30px;
      color: #261570;
    }

    .modern-card h3 {
      font-size: 26px;
      margin-bottom: 15px;
      color: #1a1a1a;
    }

    .modern-card p {
      font-size: 16px;
      /*color: #555;*/
      margin-bottom: 25px;
      line-height: 1.6;
    }

    .modern-card .read-more {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: 16px;
      font-weight: 600;
      text-decoration: none;
      transition: all 0.3s ease;
    }

    .modern-card .read-more:hover {
      transform: translateX(4px);
    }





.story-two {
    position: relative;
    padding: 0px 0px 70px;
}
.auto-container {
    position: static;
    max-width: 1330px;
    padding: 0px 15px;
    margin: 0 auto;
}
.story-two_image-column {
    position: relative;
    margin-bottom: 30px;
}
.story-two_image-outer {
    position: relative;
    padding-bottom: 100px;
}
.story-two_image {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    display: inline-block;
}
.story-two_image-two {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 294px;
    height: 396px;
    overflow: hidden;
    border-radius: 16px;
    border: 10px solid var(--white-color);
    border-bottom: 0px;
}
.story-two_image-two img {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 16px;
}
.story-two_content-outer {
    position: relative;
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
}
.sec-title {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}
.sec-title_title {
    position: relative;
    font-weight: 700;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: 1px;
    margin-bottom: 20px;
    padding-left: 25px;
    display: inline-block;
    color: var(--main-color);
    text-transform: uppercase;
}
.sec-title_title:before {
    position: absolute;
    content: '//';
    left: 0px;
    top: 0px;
}
.sec-title_heading {
    color: var(--color-two);
    text-transform: uppercase;
}
.sec-title_text {
    line-height: 26px;
    font-size: 16px;
    margin-top: 20px;
    color: rgba(var(--color-two-rgb), 0.70);
}
.story-two_check {
    position: relative;
    font-size: 18px;
    display: flex;
    gap: 20px;
    font-weight: 600;
    line-height: 28px;
    padding: 22px 25px;
    border-radius: 9px;
    margin-bottom: 20px;
    align-items: center;
    color: var(--color-two);
    border: 1px solid var(--color-three);
}
.story-two_check i {
    position: relative;
    font-size: 24px;
    color: var(--main-color);
    font-family: "flaticon_palace-icons";
}
.flaticon-check-mark:before {
    content: "\f10a";
}
.story-two_checklist {
    position: relative;
    margin-top: 10px;
}
.story-two_checklist li {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 22px;
    color: rgba(var(--color-two-rgb), 0.80);
}
.story-two_checklist li i {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 18px;
    color: var(--main-color);
    font-family: "flaticon_palace-icons";
}
.story-two_button {
    position: relative;
    margin-top: 40px;
    gap: 30px;
}
.btn-style-one {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    overflow: hidden;
    text-align: center;
    border-radius: 50px;
    padding: 15px 35px;
    display: inline-block;
    color: var(--white-color);
    text-transform: capitalize;
    background-color: var(--main-color);
}
.btn-style-one:before {
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: -200%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 1;
    background-color: var(--color-two);
}
.btn-style-one .btn-wrap {
    position: relative;
    z-index: 1;
    float: left;
    overflow: hidden;
    display: inline-block;
}
.btn-style-one .btn-wrap .text-one {
    position: relative;
    display: block;
    color: var(--white-color);
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}





.real-estate-section {
  padding: 60px 0;
}

.real-estate-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

/* Updated Image & Overlay Box */
.experience-image-box {
  position: relative;
  border-radius: 20px;
  overflow: visible;
}

.experience-img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.experience-overlay {
  position: absolute;
  bottom: 293px;
  right: -26px;
  background-color: white;
  padding: 20px 25px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6);
  text-align: center;
  animation: bounceSection 1.2s ease-in-out infinite;
  z-index: 9999; /* ðŸ”¥ Very high priority */
}


/*.experience-number-box {*/
/*  animation: bounceSection 1.2s ease-in-out infinite;*/
/*  display: inline-block;*/
/*}*/

@keyframes bounceSection {
  0%, 100% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(10px);
  }
  70% {
    transform: translateY(-5px);
  }
}

.experience-number-box h2 {
  font-size: 50px;
  font-weight: bold;
  color: #e20000;
  margin: 0;
}

.experience-number-box p {
  margin: 0;
  color: #333;
}


.experience-overlay h2 {
  font-size: 36px;
  color:#261570;
  margin: 0;
  line-height: 1;
}

.experience-overlay h2 span {
  font-size: 24px;
  vertical-align: super;
}

.experience-overlay p {
  /*margin: 5px 0 0;*/
  font-size: 17px;
  color: #555;
}

.real-estate-section{
  background-image: url("../images/bg-2.webp");
}
/* Right Content */
.real-estate-content .subheading {
  color:#2e8b57;
  font-weight: 600;
  font-size: 25px;
}

.real-estate-content h2 {
  font-size: 40px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 20px;
}

.real-estate-content .description {
  font-size: 20px;
  /*color: #666;*/
  margin-bottom: 20px;
}

.solution-buttons {
  display: flex;
  /*flex-wrap: wrap;*/
  gap: 15px;
  margin-bottom: 20px;
}

.solution-btn {
  padding: 10px 15px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}

/*.solution-btn.active {*/
/*  background-color: #ff4c4c;*/
/*  color: white;*/
/*  border-color: #ff4c4c;*/
/*}*/

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.feature-list li {
  font-size: 20px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.action-buttons {
  display: flex;
  align-items: center;
  gap: 15px;
}

.read-more {
  padding: 10px 20px;
  background-color: #2e8b57;
  color: #fff;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
}

/* Optional Icon Styling */
.flaticon-check-mark {
  font-size: 14px;
  color: red;
}



@media (max-width: 991px) {
  .real-estate-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .experience-overlay {
    bottom: auto;
    top: 60%;
    right: 50%;
    transform: translateX(50%);
    padding: 15px 20px;
    border-radius: 10px;
  }

  .experience-number-box h2 {
    font-size: 36px;
  }

  .experience-overlay h2 {
    font-size: 28px;
  }

  .experience-overlay h2 span {
    font-size: 18px;
  }

  .experience-overlay p {
    font-size: 15px;
  }

  .real-estate-content h2 {
    font-size: 30px;
  }

  .real-estate-content .description {
    font-size: 18px;
  }

  .feature-list li {
    font-size: 18px;
  }

  .solution-buttons {
    flex-wrap: wrap;
    gap: 10px;
  }

  .solution-btn {
    font-size: 13px;
    padding: 8px 12px;
  }

  .read-more {
    font-size: 14px;
    padding: 8px 16px;
  }
}

@media (max-width: 576px) {
  .experience-overlay {
    top: auto;
    bottom: 20px;
    right: 0%;
    transform: translateX(50%);
    /*width: 40%;*/
    /*padding: 10px 15px;*/
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
  }

  .experience-number-box h2 {
    font-size: 28px;
  }

  .experience-overlay h2 {
    font-size: 22px;
  }

  .experience-overlay h2 span {
    font-size: 14px;
  }

  .experience-overlay p {
    font-size: 14px;
  }

  .real-estate-content .subheading {
    font-size: 18px;
  }

  .real-estate-content h2 {
    font-size: 26px;
  }

  .real-estate-content .description,
  .feature-list li {
    font-size: 16px;
  }

  .solution-btn {
    font-size: 12px;
    padding: 6px 10px;
  }

  .read-more {
    font-size: 13px;
    padding: 8px 14px;
  }
  .action-buttons {
    justify-content: center;
  }
}








.property-tour {
  position: relative; /* Important */
  padding: 80px 20px;
  background-image: url("../images/kimon-maritz.jpg");
  background-color: #F7F5F1;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
  z-index: 1;
}

.elementor-background-overlay {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #f7f5f199;
  opacity: 0.85;
  z-index: 2;
}

.property-tour .container {
  position: relative;
  z-index: 3; /* ensures content is above the overlay */
}
.tour-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.tour-left {
  flex: 1 1 45%;
  position: relative;
}

.video-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.video-box img {
  width: 100%;
  height: auto;
  display: block;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #704b23;
  color: #fff;
  font-size: 36px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

.tour-right {
  flex: 1 1 50%;
}

.section-title {
  font-size: 36px;
  color: #2e8b57;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 16px;
  color: #000;
  margin-bottom: 30px;
}

.tour-text h4 {
  letter-spacing: 2px;
  color: #000;
  font-size: 14px;
  margin-bottom: 10px;
}

.tour-text h3 {
  font-size: 32px;
  color: #6c4125;
  margin-bottom: 20px;
  line-height: 1.4;
}

.tour-text p {
  font-size: 16px;
  /*color: #444;*/
  margin-bottom: 20px;
  max-width: 600px;
}

.features {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #6c4125;
}

.features li {
  font-size: 16px;
  margin-bottom: 10px;
}



.video-play-button-custome {
  position: relative;
  z-index: 10;
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  top: -235px;
  margin: 40px auto 20px auto;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  box-shadow: 0 0px 30px rgba(255, 175, 21, 0.5);
}

.video-play-button-custome::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: rgba(255, 175, 21, 0.65);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button-custome::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: white;
  border-radius: 50%;
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.video-play-button-custome:hover::after {
  background: #ffaf15;
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.video-play-button-custome:hover span {
  border-left: 32px solid white;
}

.video-play-button-custome img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button-custome span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  transform: scale(0.8);
  border-left: 32px solid #ffaf15;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@media (max-width: 576px) {
  .video-box {
    width: 100%;
  }

 .video-play-button-custome {
        top: -170px;
        width: 35px;
        height: 44px;
        padding: 16px 18px 16px 24px;
        box-shadow: 0 0px 25px rgba(255, 175, 21, 0.5);
    }

  .video-play-button-custome::before,
  .video-play-button-custome::after {
    width: 70px;
    height: 70px;
  }

  .video-play-button-custome span {
    border-left: 26px solid #ffaf15;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
  }

  .video-play-button-custome:hover span {
    border-left: 26px solid white;
  }
}








.project-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px;
  background: url('https://images.unsplash.com/photo-1600585153872-4aa4c4f0b36c') no-repeat center/cover;
  color: white;
  gap: 40px;
  position: relative;
  overflow: hidden;
  
}

.left-content {
  max-width: 40%;
  position: relative;
}

.step-circle {
  width: 60px;
  height: 60px;
  border: 10px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
  background: white;
  color: #333;
}

.headline {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

/*.description {*/
/*  font-size: 16px;*/
/*  color: #ddd;*/
/*  margin-bottom: 30px;*/
/*}*/

.explore-btn {
  background: #ffda44;
  padding: 12px 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  border-radius: 10px;
}

.arrow-icon {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.explore-btn:hover .arrow-icon {
  transform: translateX(4px);
}



.info-section {
  background: url('../images/Dholera-Smart-City.webp') center center / cover no-repeat;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: white;
}

.overlay {
  background: rgba(0, 40, 80, 0.5);
  padding: 40px 20px;
  width: 100%;
  max-width: 1200px;
  text-align: center;
  
}

.overlay h2 {
  font-size: 2rem;
  margin-bottom: 40px;
  line-height: 1.5;
  font-weight: 300;
  color:#fff;
}

.info-boxes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.box {
  background-color: rgba(0, 55, 110, 0.9);
  padding: 25px 15px;
  flex: 1 1 22%;
  border-radius: 8px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.box img {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
}

.box p {
  font-size: 16px;
  font-weight: 400;
}

.box:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

/* Responsive */
@media (max-width: 768px) {
  .info-boxes {
    flex-direction: column;
    align-items: center;
  }

  .box {
    width: 100%;
    max-width: 300px;
  }
  .overlay h2 {
    font-size: 1.4rem;
  }
}






.counter-section {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 60px 20px;
  background: #fff;
  text-align: center;
}

.counter-box {
  flex: 1 1 200px;
  margin: 20px;
}

.icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
}

.count {
  font-size: 32px;
  font-weight: bold;
  color: #424242;
  margin: 0;
}

.counter-box p {
  margin-top: 5px;
  /*color: #607d8b;*/
  font-size: 18px;
}





.lux-section {
  position: relative;
  background-image: url('../images/home-background-img-2.jpg'); /* Replace with your image path */
  min-height: 100vh;
  display: flex;
  align-items: center;
      background-attachment: fixed;
}

.lux-section::before {
  content: "";
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
  background:#f7f5f17d; /* dark overlay */
  opacity: 0.9;
  z-index:1;
}
.lux-container {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;        /* vertical centering */
  justify-content: center;    /* horizontal centering */
  padding: 60px 40px;
  text-align: center;
}

.lux-content {
  max-width: 800px;
  width: 100%;
}

.lux-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 20px 0;
  line-height: 1.3;
  color: #6c4125;
}

.lux-subtitle {
  font-weight: 600;
  font-size: 2.2rem;
  background: -webkit-linear-gradient(0deg, #0dcf82, #64a603);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.lux-desc {
  margin-bottom: 20px;
  line-height: 1.6;
  color: #000;
}

.lux-actions {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.lux-call {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lux-call-icon {
  background: #291b61;
  color: white;
  padding: 10px;
  border-radius: 50%;
}
/* Base Styles */
.location-section {
  position: relative;
  padding: 80px 20px;
  background-color: #f5f7fa;
  overflow: hidden;
}

.background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/heading-bg-mask.png');
  opacity: 0.05;
  z-index: 1;
}

.container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
}

.content-left {
  flex: 1 1 35%;
  animation: fadeInLeft 1s ease forwards;
}

.content-right {
  flex: 1 1 60%;
  animation: fadeInRight 1s ease forwards;
}

.section-title {
  font-size: 32px;
  color: #0a1f44;
  margin-bottom: 20px;
  font-weight: 700;
}

.section-description {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
}

.location-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.location-list li {
  display: flex;
  align-items: flex-start;
  /*gap: 6px; */
  margin-bottom: 20px;
  line-height: 1.7;
}
.location-list li p {
  margin: 0;
  line-height: 1.7;
  color: #333;
  font-size: 16px;
}

.list-content {
  color: #333;
  font-size: 16px;
}

.list-content .highlight {
  color: #0d6efd;
  font-weight: 600;
  margin-right: 5px; /* space between span and next text */
}


/*.icon {*/
/*  color: #0d6efd;*/
/*  margin-right: 10px;*/
/*  font-size: 20px;*/
/*  margin-top: 4px;*/
/*}*/

.highlight {
  color: #000;
  font-weight: 600;
}

/* Animations */
@keyframes fadeInLeft {
  from { opacity: 0; transform: translateX(-30px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes fadeInRight {
  from { opacity: 0; transform: translateX(30px); }
  to { opacity: 1; transform: translateX(0); }
}

/* Responsive */
@media (max-width: 768px) {
  .container {
    flex-direction: column;
  }

  .content-left,
  .content-right {
    flex: 1 1 100%;
  }
}
.why-smarthomes-section {
  background-color: #f5f7fa;
  padding: 60px 20px;
  color: #222;
  position: relative;
    text-align: center;
 
}

.why-smarthomes-section .container {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

.location-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.location-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.location-list .icon {
  font-size: 18px;
  color:#261570;
  margin-top: 4px;
}

.creative-img-section {
  /*background: linear-gradient(145deg, #e4ecf7, #fdfdfd);*/
  padding: 60px 20px;
  text-align: center;
}

.nri-sect-imgs {
  max-width: 1000px;
  margin: auto;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  animation: fadeIn 1.2s ease-in-out;
}

.img-wrapper {
  position: relative;
  overflow: hidden;
}

.img-wrapper img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
  display: block;
}

.img-wrapper:hover img {
  transform: scale(1.08);
}

.overlay-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background:#f3f5f7a1;
  color: #fff;
  padding: 15px 20px;
  border-radius: 12px;
  max-width: 80%;
  text-align: left;
  animation: slideUp 1.4s ease-out;
}

.overlay-text h3 {
  margin: 0 0 5px;
  font-size: 20px;
  font-weight: 600;
  color:#000;
}

.overlay-text p {
  margin: 0;
  font-size: 14px;
  color:#000;
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}



.vis-mis-sec{
  background: url('../images/about-3.png') no-repeat;
 background-position: right;

}


.testimonial-items .testimonial-text {
  color: var(--white-text-white);
  text-align: center;
  font-size: 16px;
  font-family: "Outfit";
  font-weight: normal;
  font-style: normal;
  max-width: 330px;
  margin-bottom: 45px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  -webkit-line-clamp: 4;
}

.testimonial-items .testimonial-title {
  color: var(--white-text-white);
  text-align: center;
  font-size: 16px;
  font-family: "Outfit";
  font-weight: bold;
  font-style: normal;
  margin-bottom: 35px;
  position: relative;
}

.testimonial-items .testimonial-title::before {
  content: "";
  position: absolute;
  left: -23px;
  top: 9px;
  width: 20px;
  height: 1px;
  background-color: var(--white-text-white);
}

.testimonial-img {
  position: relative;
  width: 100px;
  height: 100px;
  height: 70px;
}

.testimonial-img::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.testimonial-img.tm-img-1::before {
  background-image: url(https://w7.pngwing.com/pngs/646/829/png-transparent-avatar-man-ico-icon-cartoon-little-boy-avatar-cartoon-character-png-material-child-thumbnail.png);
}

.testimonial-img.tm-img-2::before {
  background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS2IYhSn8Y9S9_HF3tVaYOepJBcrYcd809pBA&s);
}

.testimonial-img.tm-img-3::before {
  background-image: url(https://png.pngtree.com/element_our/png/20181206/female-avatar-vector-icon-png_262142.jpg);
}


.connectivity-section-one {
  padding: 0px 20px;
  background-color: #f8f9fa;
}

.section-title-one {
  font-size: 1.5rem;
  color: #004aad;
  margin-bottom: 20px;
  text-align: center;
}

.section-subtitle-one {
  margin: 0 auto 40px auto;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
}

.connectivity-table-wrapper {
  overflow-x: auto;
  margin-bottom: 50px;
}

.connectivity-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 700px;
}

.connectivity-table th, 
.connectivity-table td {
  border: 1px solid #ddd;
  padding: 15px 20px;
  text-align: left;
  font-size: 15px;
}

.connectivity-table th {
  background-color: #072e73;
  color: #fff;
  font-weight: 500;
}

.connectivity-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.connectivity-points {
  display: flex;
  overflow-x: auto;
  gap: 25px;
  padding-bottom: 10px;
  scrollbar-width: thin;
}

.connectivity-points .point {
  flex: 0 0 auto;
  background-color: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  text-align: center;
  min-width: 200px;
}

.connectivity-points .icon {
  font-size: 30px;
  margin-bottom: 10px;
}

.connectivity-points p {
  font-size: 14px;
  color: #333;
}


.commercial-section {
  padding: 20px 20px;
  background: linear-gradient(135deg, #f9f9f9, #eef5ff);
}

.section-title-commercial {
  font-size: 32px;
  text-align: center;
  margin-bottom: 20px;
  color: #1a1a1a;
}

.section-description {
  max-width: 950px;
  margin: 0 auto 50px auto;
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  color: #444;
}

.commercial-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  transition: transform 0.4s ease;
}

/* Hover Effects */
.gallery-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.15);
}

.gallery-item:hover img {
  transform: scale(1.05);
}

/* Mobile Responsive */
@media(max-width: 992px) {
  .commercial-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 600px) {
  .commercial-gallery {
    grid-template-columns: 1fr;
  }
}


.benefits-section {
  padding: 80px 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  background-color: #fff;
}

.section-title-commercial {
  font-size: 32px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #222;
}


.section-subtitle {
  font-size: 20px;
  margin-bottom: 40px;
  font-weight: 500;
  color: #444;
  letter-spacing: 1px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 30px;
  justify-items: center;
}

.benefit-item {
  text-align: center;
  max-width: 160px;
}

.benefit-item img {
  width: 60px;
  margin-bottom: 15px;
  transition: transform 0.3s ease;
}

.benefit-item img:hover {
  transform: scale(1.1);
}

.benefit-item p {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

/* Responsive */
@media (max-width: 992px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .benefits-grid {
    grid-template-columns: 1fr;
  }
}


.advantages-section {
  padding: 10px 20px;
  background: #f8f9fc;
  text-align: center;
}



.advantages-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  justify-items: center;
}

.advantage-card {
  background: #fff;
  padding: 25px 20px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /*max-width: 380px;*/
}

.advantage-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.15);
}

.advantage-card .icon {
  font-size: 36px;
  margin-bottom: 15px;
  color: #007bff;
}

.advantage-card h3 {
  font-size: 18px;
  margin-bottom: 12px;
  color: #222;
  font-weight: 600;
}

.advantage-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 900px) {
  .advantages-grid {
    grid-template-columns: 1fr;
  }
}


.faq-section {
  padding: 30px 20px;
  background: #f9f9f9;
}

.faq-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #222;
}

.faq-item {
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}


.faq-question:hover {
  background: #005f8a;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  padding: 0 20px;
  transition: all 0.4s ease-in-out;
}

.faq-answer p {
  padding: 15px 0;
  margin: 0;
  color: #444;
  line-height: 1.6;
}

/* Opened state */
.faq-item.active .faq-answer {
  max-height: 500px; /* enough to show full answer */
  padding: 0 20px 15px;
}

.faq-question {
  width: 100%;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  border: none;
  outline: none;
  background: #0077b6;
  color: #fff;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question .arrow {
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 6px;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

/* Rotate arrow when active */
.faq-item.active .arrow {
  transform: rotate(-135deg);
}






