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

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

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

.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #101010 !important;
    transition: .5s;
    z-index: 9;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
}

.header-src-box {
    text-align: center;
}

nav.hendre_menu {
    text-align: center;
}

.hendre_menu ul {
    list-style: none;
    display: inline-block;
}

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

.hendre_menu > ul > li > a {
    display: block;
    margin: 25px 17px;
    transition: .5s;
    text-decoration: none;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 1;
}

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

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

.hendre_menu > ul > li > a:hover::after {
    width: 100%;
}

.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;
    color: #211e3b !important;
    transition: .5s;
}

.hendre_menu ul .sub-menu li:hover > a {
    background: #D7AB79;
    color: #fff !important;
}

.hendre_nav_manu.sticky .logo_img {
    display: none;
}

.main_sticky {
    display: none;
}

.hendre_nav_manu.sticky .main_sticky {
    display: inherit;
}

.sticky .hendre_menu li a {
    color: #fff;
}

.mobile-menu.mean-container {
    overflow: hidden;
}

.head-btn {
    display: inline-block;
    border-radius: 6px;
    overflow: hidden;
    transform: translateZ(0);
}

.head-btn a {
    display: 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;
}

.head-btn a:hover {
    color: #101010;
}

.head-btn a:hover::after {
    transform: scale(1);
}

.hendre_nav_manu.five {
    background: transparent;
    border-bottom: 1px solid #292F3B;
    padding: 0px 0px 0px 20px;
}

.sticky .hendre_nav_manu.five {
    background: #101010 !important;
    border-bottom: inherit;
}

.hendre_nav_manu.five.upper .hendre_menu > ul > li > a {
    color: #ffffff !important;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.9), 0px 0px 12px rgba(0, 0, 0, 0.6) !important;
}

.hendre_nav_manu.five.upper .hendre_menu > ul > li > a:hover {
    color: #D6AB79 !important;
    text-shadow: none !important;

}

.sticky.hendre_nav_manu.five.upper {
    background: #EDEDEB !important;
    border-bottom: 1px solid #DDDDDD;
    padding: 0px 0px 0px 2px;
}

.sticky.hendre_nav_manu.five.upper .hendre_menu > ul > li > a {
    color: #101010 !important;
    text-shadow: none !important;
}

.hendre_nav_manu.five.upper {
    background: transparent;
    border-bottom: 1px solid #DEDEDE;
    padding: 0px 0px 0px 0px;
}

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

.slider_area_five {
    background: url(../images/slider/banner.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%;
    position: relative;
}

.slider_area_five::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.slider_area_five .slide_content {
    text-align: center;
    position: relative;
    z-index: 2;
}

.slider_area_five .slide_content h4,
.slider_area_five .slide_content h1,
.slider_area_five .slide_content p {
    color: #ffffff;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}

.slider_area_five .slide_content h4 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 0;
}

.slider_area_five .slide_content h1 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    margin: 20px 0 15px;
}

.slider_area_five .home-five-button {
    display: inline-block;
    margin: 30px 15px 0 0;
    border-radius: 6px;
    overflow: hidden;
    transform: translateZ(0);
}

.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: 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-button a:hover {
    color: #fff;
}

.slider_area_five .home-five-button a:hover::before {
    width: 100%;
    left: 0;
}

.slider_area_five.upper {
    background: url(../images/slider/banner.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 h1 span {
    color: #C9A071;
}

.slider_area_five.upper .slide_content p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin: 0 0 0;
    width: 58%;
}

.slider_area_five.upper .single-slider {
    margin-top: 10%;
}

.about_area_five {
    background: #101010;
    padding: 120px 0 120px;
}

.about_area_five .about_thumb img {
    width: 100%;
    border-radius: 8px;
    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;
    display: inline-block;
    border-radius: 6px;
    overflow: hidden;
    transform: translateZ(0);
}

.about_area_five .about_button a {
    display: 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 .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 .about_button a:hover {
    color: #fff;
}

.about_area_five.upper .about_button a::after {
    background: #101010;
}

.service_area_five {
    background: #141318;
    padding: 120px 0 100px;
}

.service_area_five .single_service_box {
    background: #1C1B21;
    padding: 40px 27px 35px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    transition: .5s;
    border-radius: 8px;
    overflow: hidden;
}

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

.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;
    padding: 0;
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    display: block;
    text-decoration: none;
}

.project_area_five .single_project_box:hover {
    text-decoration: none;
}

.project_area_five .single_project_box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(16, 16, 16, 0.35);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.project_area_five .single_project_box:hover::before {
    opacity: 1;
}

.project_area_five .single_project-tmb img {
    width: 100%;
    max-width: 573px;
    height: 360px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.project_area_five .single_project_box:hover .single_project-tmb img {
    transform: scale(1.05);
}

.project_area_five .single_project_content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    transform: translateY(-30%) scale(0.95);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0 30px;
    width: 100%;
    margin: 0;
    z-index: 2;
}

.project_area_five .single_project_box:hover .single_project_content {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}

.project_area_five .single_project_content h3 {
    font-size: 24px;
    font-weight: 700;
    color: #D7AB79;
    margin: 0 0 12px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.project_area_five .single_project_content p {
    font-size: 15px;
    line-height: 1.6;
    color: #ffffff;
    width: 100%;
    margin: 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.project_area_five.upper {
    background: inherit;
}

.project_area_five.upper .single_project_box::before {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.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%;
    border-radius: 6px;
    overflow: hidden;
    transform: translateZ(0);
}

.call-do-action-area .call-do-action-button a {
    display: 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);
}

.footer_section_five {
    background: #101010;
    padding: 70px 0 0px;
}

.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 .company-info-desc p {
    font-size: 15px;
    line-height: 26px;
    color: #999999;
    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;
}

.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(205, 163, 116, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    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";
    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: #ffffff;
}

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

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

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0;
}

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

.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 input::placeholder,
.search-popup textarea::placeholder {
    color: #000000;
}

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

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-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;
}

.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 {
    position: fixed;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border: 2px solid #d8ab7a66;
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
}

.curser2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background: #d8ab7a66;
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
    animation: Ripple 1.6s ease-in-out infinite;
}

@keyframes Ripple {
    0% {
        transform: translate(-50%, -50%);
    }
    100% {
        transform: translate(-50%, -50%);
    }
}