/*
*******************************************
** - Default-style
** - Default-btn-style
** - Section-title-style
** - Pre Loader-style
** - Navbar-style
** - Banner-style
** - About-style
** - Features-style
** - Works-style
** - Services-style
** - Trust-style
** - Counter-style
** - Video-style
** - Paginations-style
** - Help-style
** - Testimonial-style
** - Contact-style
** - Footer-style
** - Patner-style
*******************************************
*/
/*@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed: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&family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");*/

/*Default-style


======================================================*/


@font-face {
    font-family: 'Almarai';
    src: url('../webfonts/Almarai/Almarai-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Almarai';
    src: url('../webfonts/Almarai/Almarai-Bold.ttf') format('truetype');
    font-weight: 700;
}


body {
    color: #555555;
    font-family: 'Almarai', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

img {
    max-width: 100%;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

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

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pt-70 {
    padding-top: 70px;
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pl-15 {
    padding-left: 15px;
}

.pr-15 {
    padding-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.pr-20 {
    padding-right: 20px;
}

.pl-20 {
    padding-left: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.mlr-5 {
    margin-right: 5px;
    margin-left: 5px;
}

.mlrt-5 {
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 5px;
}

h1, h2, h3, h4, h5, h6 {
    color: #000000;
    font-family: 'Almarai', sans-serif;
    font-weight: 700;
}

p {
    margin-bottom: 15px;
    font-size: 16px;
    color: #555555;
    font-family: 'Almarai', sans-serif;
    line-height: 1.8;
}

p:last-child {
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

.owl-nav {
    margin-top: 0 !important;
}

.owl-dots {
    margin-top: 0 !important;
}

.form-control {
    height: 50px;
    border: 1px solid #e1e1e1;
    padding-left: 15px;
    border-radius: unset;
}

.form-control::-moz-placeholder {
    color: #555555;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.form-control::placeholder {
    color: #555555;
    transition: all ease 0.5s;
}

.form-control:focus {
    border: 1px solid #c59970;
    box-shadow: none;
}

.form-control:focus::-moz-placeholder {
    color: transparent;
}

.form-control:focus::placeholder {
    color: transparent;
}

textarea {
    height: auto !important;
}

.bg-f5f5f5 {
    background-color: #f5f5f5;
}

.bg-f8f8f8 {
    background-color: #f8f8f8;
}

::-moz-selection {
    background: #c59970;
    color: #ffffff;
}

::selection {
    background: #c59970;
    color: #ffffff;
}

/*Default-btn
======================================================*/
.default-btn {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 30px;
    position: relative;
    transition: all ease 0.5s;
    border-radius: unset;
    display: inline-block;
    font-family: 'Almarai', sans-serif;
    border: 1px solid #c59970;
    background-color: #c59970;
    z-index: 1;
}

.default-btn i {
    position: relative;
    top: 2px;
    padding-left: 7px;
}

.default-btn.style2 {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.41);
}

.default-btn.style3 {
    background-color: #000000;
    border-color: #000000;
}

.default-btn::before {
    position: absolute;
    content: "";
    background-color: #c59970;
    height: 0%;
    width: 0%;
    bottom: 0;
    right: 0;
    transition: all ease 0.5s;
    z-index: -1;
}

.default-btn::after {
    position: absolute;
    content: "";
    background-color: #c59970;
    height: 0%;
    width: 0%;
    top: 0;
    left: 0;
    transition: all ease 0.5s;
    z-index: -1;
}

.default-btn:hover {
    color: #ffffff;
    border-color: #c59970;
}

.default-btn:hover::before {
    width: 100%;
    height: 100%;
}

.default-btn:hover::after {
    width: 100%;
    height: 100%;
}

.default-btn:focus {
    box-shadow: none;
}

/*Section Title-btn
======================================================*/
.section-title {
    max-width: 780px;
    margin: auto auto 40px auto;
    text-align: center;
}

.section-title span {
    color: #c59970;
    display: inline-block;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 18px;
}

.section-title h2 {
    font-size: 56px;
    font-weight: 700;
}

.section-title.style2 {
    text-align: start;
    margin-left: 0;
    margin-right: auto;
    max-width: 570px;
}

.section-title.style2 h2 {
    margin-bottom: 0;
}

.section-title.white-title span {
    color: #c59970;
}

.section-title.white-title h2 {
    color: #ffffff;
}

.no-scroll-y {
    overflow-y: hidden;
}

/* Preloader */
.ctn-preloader {
    align-items: center;
    cursor: none;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.ctn-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
}

.ctn-preloader .animation-preloader .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.2);
    border-top-color: #c59970;
    height: 8em;
    margin: 0 auto 3.5em auto;
    width: 8em;
}

.ctn-preloader .animation-preloader .txt-loading {
    font: bold 5em "Montserrat", sans-serif;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
    color: #c59970;
    position: relative;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
    animation: letters-loading 4s infinite;
    color: #000000;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 1.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    animation-delay: 1.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before {
    animation-delay: 1.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(10):before {
    animation-delay: 1.8s;
}

.ctn-preloader .loader-section {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}

.ctn-preloader .loader-section.section-left {
    left: 0;
}

.ctn-preloader .loader-section.section-right {
    right: 0;
}

.loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

.loaded .loader-section.section-left {
    transform: translateX(-101%);
    transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
}

.loaded .loader-section.section-right {
    transform: translateX(101%);
    transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
}

/* Preloader Animation */
@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

@keyframes letters-loading {
    0%, 75%, 100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }
    25%, 50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@media screen and (max-width: 767px) {
    /* Spinner Loading */
    .ctn-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }

    .ctn-preloader .animation-preloader .txt-loading {
        font: bold 3.5em "Montserrat", sans-serif;
    }
}

@media screen and (max-width: 500px) {
    /* Prelaoder */
    .ctn-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }

    .ctn-preloader .animation-preloader .txt-loading {
        font: bold 2em "Montserrat", sans-serif;
    }
}

/*
Navbar Area Style
======================================================*/
.navbar-area {
    position: relative;
    background-color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-area.style2 {
    position: fixed;
    background-color: unset;
    left: 0;
    top: 0;
    height: auto;
    width: 100%;
    z-index: 999;
}

.navbar-area.style2 .desktop-nav {
    position: relative;
}

.navbar-area.style2 .desktop-nav::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -15px;
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, 0.15);
}

.navbar-area.style2 .desktop-nav .navbar .nav-item a {
    color: #ffffff;
}

.navbar-area.style2 .desktop-nav .navbar .nav-item a:hover, .navbar-area.style2 .desktop-nav .navbar .nav-item a:focus, .navbar-area.style2 .desktop-nav .navbar .nav-item a.active {
    color: #c59970;
}

.navbar-area.style2 .desktop-nav .others-options {
    padding-left: 60px;
}

.navbar-area.style2 .desktop-nav .others-options .option-item .search-btn a {
    color: #ffffff;
}

.navbar-area.style2 .desktop-nav .others-options .option-item .search-btn a:hover {
    color: #c59970;
}

.navbar-area.style2 .desktop-nav .others-options .option-item .sidebar-btn .sidebar-menu {
    border-bottom: 2px solid #ffffff;
}

.navbar-area.style2 .desktop-nav .others-options .option-item .sidebar-btn .sidebar-menu::before {
    background-color: #ffffff;
}

.navbar-area.style2 .desktop-nav .others-options .option-item .sidebar-btn .sidebar-menu::after {
    background-color: #ffffff;
}

.navbar-area.style2 .desktop-nav .others-options .option-item .sidebar-btn:hover .sidebar-menu {
    border-color: #c59970;
}

.navbar-area.style2 .desktop-nav .others-options .option-item .sidebar-btn:hover .sidebar-menu::before {
    background-color: #c59970;
}

.navbar-area.style2 .desktop-nav .others-options .option-item .sidebar-btn:hover .sidebar-menu::after {
    background-color: #c59970;
}

.navbar-area.style2.is-sticky {
    background-color: #000000;
    position: fixed !important;
}

.navbar-area.style3 {
    background-color: #000000;
}

.navbar-area.style3 .desktop-nav {
    position: relative;
}

.navbar-area.style3 .desktop-nav .navbar .nav-item a {
    color: #ffffff;
}

.navbar-area.style3 .desktop-nav .navbar .nav-item a:hover, .navbar-area.style3 .desktop-nav .navbar .nav-item a:focus, .navbar-area.style3 .desktop-nav .navbar .nav-item a.active {
    color: #c59970;
}

.navbar-area.style3 .desktop-nav .others-options {
    padding-left: 60px;
}

.navbar-area.style3 .desktop-nav .others-options .option-item .search-btn a {
    color: #ffffff;
}

.navbar-area.style3 .desktop-nav .others-options .option-item .search-btn a:hover {
    color: #c59970;
}

.navbar-area.style3 .desktop-nav .others-options .option-item .sidebar-btn .sidebar-menu {
    border-bottom: 2px solid #ffffff;
}

.navbar-area.style3 .desktop-nav .others-options .option-item .sidebar-btn .sidebar-menu::before {
    background-color: #ffffff;
}

.navbar-area.style3 .desktop-nav .others-options .option-item .sidebar-btn .sidebar-menu::after {
    background-color: #ffffff;
}

.navbar-area.style3 .desktop-nav .others-options .option-item .sidebar-btn:hover .sidebar-menu {
    border-color: #c59970;
}

.navbar-area.style3 .desktop-nav .others-options .option-item .sidebar-btn:hover .sidebar-menu::before {
    background-color: #c59970;
}

.navbar-area.style3 .desktop-nav .others-options .option-item .sidebar-btn:hover .sidebar-menu::after {
    background-color: #c59970;
}

.navbar-area.is-sticky {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    position: sticky !important;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.navbar-area .container-fluid {
    max-width: 1580px;
    padding-left: 30px;
    padding-right: 30px;
    margin: auto;
}

.navbar-area .navbar-brand .white-logo {
    display: none;
}

.navbar-area .mobile-responsive-menu .logo .white-logo {
    display: none;
}

.logoo {
    max-width: 180px;
    max-height: 80px;
}

.navbar-brand {
    margin-right: 40px;
}

.desktop-nav {
    padding-top: 0;
    padding-bottom: 0;
}

.desktop-nav .navbar {
    transition: all ease 0.5s;
    z-index: 2;
    padding-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.desktop-nav .navbar ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.desktop-nav .navbar .navbar-nav .nav-item {
    position: relative;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-right: 0;
    padding-left: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item a {
    font-size: 18px;
    color: #1b2336;
    line-height: 1;
    position: relative;
    font-weight: 400;
    font-family: 'Almarai', sans-serif;
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
}

.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle {
    padding-right: 18px;
}

.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::after {
    display: none;
}

.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::before {
    content: "\f107";
    position: absolute;
    top: 4px;
    right: 0;
    font-family: "Font Awesome 6 Free";
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
    opacity: 0.6;
}

.desktop-nav .navbar .navbar-nav .nav-item a:hover, .desktop-nav .navbar .navbar-nav .nav-item a:focus, .desktop-nav .navbar .navbar-nav .nav-item a.active {
    color: #c59970;
}

.desktop-nav .navbar .navbar-nav .nav-item a i {
    font-size: 18px;
    line-height: 0;
    position: relative;
    top: 4px;
}

.desktop-nav .navbar .navbar-nav .nav-item:last-child a {
    margin-right: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item:first-child a {
    margin-left: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item:hover a, .desktop-nav .navbar .navbar-nav .nav-item:focus a, .desktop-nav .navbar .navbar-nav .nav-item.active a {
    color: #c59970;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
    background: #ffffff;
    position: absolute;
    visibility: hidden;
    border-radius: 0;
    display: block;
    width: 250px;
    border: none;
    z-index: 99;
    opacity: 0;
    top: 80px;
    left: 0;
    padding: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
    padding: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    color: #1b2336;
    padding: 15px;
    border-bottom: 1px dashed #ededed;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    display: block;
    position: relative;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::after {
    display: none;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::before {
    content: "\f107";
    position: absolute;
    top: 14px;
    right: 13px;
    font-family: "Font Awesome 6 Free";
    line-height: 1;
    font-size: 14px;
    opacity: 0.6;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #c59970;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    right: 250px;
    left: auto;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #1b2336;
    border-bottom: 1px dashed #ededed;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    position: relative;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::after {
    display: none;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::before {
    content: "\ea4e";
    position: absolute;
    top: 14px;
    right: 13px;
    font-family: remixicon !important;
    line-height: 1;
    font-size: 17px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #c59970;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    right: 250px;
    left: auto;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #c59970;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    right: -250px;
    left: auto;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #c59970;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    right: -250px;
    left: auto;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #c59970;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    right: -250px;
    left: auto;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #c59970;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    right: -250px;
    left: auto;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #1b2336;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #1b2336;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #c59970;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -1px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #c59970;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    top: -1px;
    visibility: visible;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #c59970;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    top: -15px;
    visibility: visible;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
    color: #c59970;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: #c59970;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
    border-bottom: none;
}

.desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    top: 100%;
    opacity: 1;
    margin-top: 16px;
    transform: translateY(1);
    visibility: visible;
}

.desktop-nav .navbar .others-options {
    padding-left: 50px;
    position: relative;
    top: -2px;
}

.desktop-nav .navbar .others-options .option-item {
    display: inline-block;
    margin-right: 25px;
}

.desktop-nav .navbar .others-options .option-item:last-child {
    margin-right: 0;
}

.desktop-nav .navbar .others-options .option-item .sidebar-btn .sidebar-menu {
    height: 20px;
    width: 25px;
    border-bottom: 2px solid #000000;
    position: relative;
    cursor: pointer;
    transition: all ease 0.5s;
    top: 5px;
}

.desktop-nav .navbar .others-options .option-item .sidebar-btn .sidebar-menu::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 30px;
    left: 0;
    top: 9px;
    background-color: #000000;
    transition: all ease 0.5s;
}

.desktop-nav .navbar .others-options .option-item .sidebar-btn .sidebar-menu::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 15px;
    left: 0;
    top: 0;
    background-color: #000000;
    transition: all ease 0.5s;
}

.desktop-nav .navbar .others-options .option-item .sidebar-btn:hover .sidebar-menu {
    border-color: #c59970;
}

.desktop-nav .navbar .others-options .option-item .sidebar-btn:hover .sidebar-menu::before {
    background-color: #c59970;
    width: 15px;
}

.desktop-nav .navbar .others-options .option-item .sidebar-btn:hover .sidebar-menu::after {
    background-color: #c59970;
    width: 25px;
}

.desktop-nav .navbar .others-options .option-item .search-btn {
    font-size: 20px;
    position: relative;
    top: 5px;
}

.desktop-nav .navbar .others-options .option-item .search-btn a {
    color: #000000;
    transition: all ease 0.5s;
}

.desktop-nav .navbar .others-options .option-item .search-btn a:hover {
    color: #c59970;
}

/*
Search Modal Style CSS
======================================================*/
.searchmodal .modal-dialog {
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin: 0;
    display: table;
}

.searchmodal .modal-content {
    height: 100%;
    border-radius: 0;
    border: none;
    display: table-cell;
    vertical-align: middle;
    background-color: #000000;
    opacity: 0.77;
}

.searchmodal .modal-body {
    max-width: 700px;
    margin: auto;
    padding: 0;
}

.searchmodal .modal-header {
    border: none;
}

.searchmodal .modal-header button {
    position: relative;
}

.searchmodal .modal-header button.close {
    position: absolute;
    right: 25px;
    top: 25px;
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 55px;
    background-color: transparent;
    border-radius: 50px;
    color: #c59970;
    border: none;
    font-size: 35px;
    transition: all ease 0.5s;
}

.searchmodal .modal-header button.close i {
    position: relative;
    top: -4px;
    left: 0;
}

.searchmodal .modal-header button.close:hover, .searchmodal .modal-header button.close:focus {
    color: #ffffff;
}

.modal-search-form {
    position: relative;
}

.modal-search-form .search-field {
    background-color: transparent;
    height: 60px;
    padding: 8px 15px;
    border: 1px solid #484848;
    width: 100%;
    display: block;
    outline: 0;
    transition: all ease 0.5s;
    border-radius: 10px;
    color: #ffffff;
}

.modal-search-form .search-field::-moz-placeholder {
    color: #ffffff;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.modal-search-form .search-field::placeholder {
    color: #ffffff;
    transition: all ease 0.5s;
}

.modal-search-form .search-field:focus {
    border-color: #c59970;
}

.modal-search-form .search-field:focus::-moz-placeholder {
    color: transparent;
}

.modal-search-form .search-field:focus::placeholder {
    color: transparent;
}

.modal-search-form button {
    border: none;
    background-color: #eeeeee;
    color: #c59970;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 10px;
    padding: 0;
    transition: all ease 0.5s;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;
}

.modal-search-form button i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-52%);
}

.modal-search-form button:hover, .modal-search-form button:focus {
    background-color: #c59970;
    color: #ffffff;
}

/*Sidebar Modal
======================================================*/
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 420px;
    height: 100%;
    transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    background-color: #0e0e0e;
    border: none;
    border-radius: 0;
}

.modal.right .modal-content button.close {
    position: absolute;
    right: 20px;
    top: 30px;
    background-color: transparent;
    border: none;
    text-shadow: unset;
    box-shadow: unset;
    z-index: 99;
    opacity: 1;
}

.modal.right .modal-content button.close i {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background-color: #c59970;
    color: #ffffff;
    font-size: 20px;
    transition: all ease 0.5s;
    border-radius: 50%;
}

.modal.right .modal-content button.close i:hover {
    background-color: #000000;
}

.modal.right.fade .modal-dialog {
    right: -320px;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
}

.sidebarModal {
    position: relative;
}

.sidebarModal.modal .modal-body {
    padding: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.sidebarModal.modal .modal-body .sidebar-content {
    margin-top: 35px;
    margin-bottom: 30px;
}

.sidebarModal.modal .modal-body .sidebar-content p {
    margin-bottom: 30px;
    color: #ffffff;
}

.sidebarModal.modal .modal-body .sidebar-content h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #ffffff;
}

.sidebarModal.modal .modal-body .sidebar-content .sidebar-btn {
    margin-top: 25px;
}

.sidebarModal.modal .modal-body .sidebar-contact-info {
    margin-top: 30px;
}

.sidebarModal.modal .modal-body .sidebar-contact-info h3 {
    font-size: 22px;
    margin-bottom: 0;
    color: #ffffff;
}

.sidebarModal.modal .modal-body .sidebar-contact-info .info-list {
    padding-left: 0;
    margin-top: 30px;
    margin-bottom: 0;
}

.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li {
    list-style-type: none;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
    padding-left: 22px;
}

.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li:last-child {
    margin-bottom: 0;
}

.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li a {
    color: #ffffff;
}

.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li a:hover {
    color: #c59970;
}

.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li i {
    position: absolute;
    left: 0;
    top: 2px;
    color: #c59970;
}

.sidebarModal.modal .modal-body .sidebar-social-list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 30px;
}

.sidebarModal.modal .modal-body .sidebar-social-list li {
    display: inline-block;
    margin-right: 8px;
}

.sidebarModal.modal .modal-body .sidebar-social-list li:last-child {
    margin-right: 0;
}

.sidebarModal.modal .modal-body .sidebar-social-list li i {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 16px;
    background: #c59970;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    transition: all ease 0.5s;
}

.sidebarModal.modal .modal-body .sidebar-social-list li i:hover {
    transform: translateY(-5px);
    background-color: #000000;
    color: #ffffff;
}

/*
Others Option For Responsive Area Style
======================================================*/
.others-option-for-responsive {
    display: none !important;
}

.others-option-for-responsive .dot-menu {
    padding: 0 10px;
    height: 30px;
    cursor: pointer;
    z-index: 999;
    position: absolute;
    right: 40px;
    top: -42px;
}

.others-option-for-responsive .dot-menu .inner {
    display: flex;
    align-items: center;
    height: 30px;
}

.others-option-for-responsive .dot-menu .inner .circle {
    height: 5px;
    width: 5px;
    border-radius: 100%;
    margin: 0 2px;
    transition: all ease 0.5s;
    background-color: #c59970;
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
    background-color: #c59970;
}

.others-option-for-responsive .container {
    position: relative;
}

.others-option-for-responsive .container .container {
    position: absolute;
    right: -2px;
    top: 15px;
    max-width: 320px;
    margin-left: auto;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.5s;
    transform: scaleY(0);
    z-index: 2;
    padding-left: 15px;
    padding-right: 15px;
}

.others-option-for-responsive .container .container.active {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.others-option-for-responsive .others-options {
    padding: 10px;
    text-align: center;
}

.others-option-for-responsive .others-options .option-item {
    display: inline-block;
    margin-right: 15px;
}

.others-option-for-responsive .others-options .option-item:last-child {
    margin-right: 0;
}

.others-option-for-responsive .others-options .option-item .sidebar-btn .sidebar-menu {
    height: 20px;
    width: 25px;
    border-bottom: 2px solid #000000;
    position: relative;
    cursor: pointer;
    transition: all ease 0.5s;
    top: 5px;
}

.others-option-for-responsive .others-options .option-item .sidebar-btn .sidebar-menu::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 30px;
    left: 0;
    top: 9px;
    background-color: #000000;
    transition: all ease 0.5s;
}

.others-option-for-responsive .others-options .option-item .sidebar-btn .sidebar-menu::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 15px;
    left: 0;
    top: 0;
    background-color: #000000;
    transition: all ease 0.5s;
}

.others-option-for-responsive .others-options .option-item .sidebar-btn:hover .sidebar-menu {
    border-color: #c59970;
}

.others-option-for-responsive .others-options .option-item .sidebar-btn:hover .sidebar-menu::before {
    background-color: #c59970;
    width: 15px;
}

.others-option-for-responsive .others-options .option-item .sidebar-btn:hover .sidebar-menu::after {
    background-color: #c59970;
    width: 25px;
}

.others-option-for-responsive .others-options .option-item .search-btn {
    font-size: 20px;
    position: relative;
    top: 5px;
}

.others-option-for-responsive .others-options .option-item .search-btn a {
    color: #000000;
    transition: all ease 0.5s;
}

.others-option-for-responsive .others-options .option-item .search-btn a:hover {
    color: #c59970;
}

.mobile-responsive-nav {
    display: none;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes ripple {
    0% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.75);
        opacity: 0.6;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes movebounce {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(40px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes movebounce2 {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(30px);
    }
    100% {
        transform: translateX(0px);
    }
}

@keyframes moveleftbounce {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(20px);
    }
    100% {
        transform: translateX(0px);
    }
}

/*
Banner Area Style
======================================================*/
.banner-slider-item {
    padding-top: 240px;
    padding-bottom: 240px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner-slider-item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90.22deg, rgba(2, 2, 2, 0.6) 0.14%, rgba(16, 16, 16, 0.396) 99.76%);
}

.banner-slider-item.bg-1 {
    background-image: url(../images/banner/banner-bg-1.jpg);
    background-attachment: scroll;
}

.banner-slider-item.bg-2 {
    background-image: url(../images/banner/banner-bg-2.jpg);
    background-attachment: scroll;
}

.banner-content {
    max-width: 1580px;
    padding-left: 30px;
    padding-right: 30px;
    margin: auto;
    position: relative;
}

.banner-content .banner-left-content {
    z-index: 1;
}

.banner-content .banner-left-content span {
    color: #aeaeae;
    background: rgba(255, 255, 255, 0.11);
    padding: 4px 20px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.banner-content .banner-left-content h1 {
    font-size: 40px;
    color: #ffffff;
    font-weight: 800;
    line-height: 130px;
    margin-bottom: 30px;
}

.banner-content .banner-left-content p {
    color: #d6c9c9;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 600;
    max-width: 850px;
}

.banner-area .container-fluid {
    padding: 0;
    overflow: hidden;
}

.banner-slider.owl-theme .owl-nav {
    margin-top: 0 !important;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 65px;
}

.banner-slider.owl-theme .owl-nav .owl-prev, .banner-slider.owl-theme .owl-nav .owl-next {
    background-color: unset !important;
    position: relative;
    right: 40px;
    transition: all ease 0.5s;
    color: #ffffff;
}

.banner-slider.owl-theme .owl-nav .owl-prev img, .banner-slider.owl-theme .owl-nav .owl-next img {
    transition: all ease 0.5s;
}

.banner-slider.owl-theme .owl-nav .owl-prev.owl-next, .banner-slider.owl-theme .owl-nav .owl-next.owl-next {
    left: 40px;
    right: auto;
}

.banner-slider.owl-theme .owl-nav .owl-prev:hover img, .banner-slider.owl-theme .owl-nav .owl-next:hover img {
    filter: invert(69%) sepia(14%) saturate(992%) hue-rotate(348deg) brightness(91%) contrast(86%);
}

.slider-counter {
    z-index: 1;
    bottom: 100px;
    position: relative;
    text-align: center;
    color: #ffffff;
    max-width: 30px;
    margin: auto;
    font-size: 18px;
}

.slider-counter.active {
    color: #ffffff;
}

/*
Page Banner Area Style
======================================================*/
.page-banner-area {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.page-banner-area::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.64);
    z-index: -1;
}

.page-banner-area.bg-1 {
    background-image: url(../images/banner/banner-bg-5.jpg);
}

.page-banner-area.bg-2 {
    background-image: url(../images/banner/banner-bg-6.jpg);
}

.page-banner-area.bg-3 {
    background-image: url(../images/banner/banner-bg-7.jpg);
}

.page-banner-area.bg-4 {
    background-image: url(../images/banner/banner-bg-8.jpg);
}

.page-banner-area.bg-5 {
    background-image: url(../images/banner/banner-bg-9.jpg);
}

.page-banner-area.bg-6 {
    background-image: url(../images/banner/banner-bg-10.jpg);
}

.page-banner-area.bg-no-img {
    background-color: #1a1a1a;
}

.page-banner-content {
    text-align: center;
}

.page-banner-content h1 {
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 10px;
}

.page-banner-content ul {
    padding-left: 0;
    margin-bottom: 0;
}

.page-banner-content ul li {
    display: inline-block;
    margin-right: 20px;
    font-size: 18px;
    color: #c59970;
    position: relative;
}

.page-banner-content ul li::before {
    position: absolute;
    content: "";
    right: -13px;
    height: 15px;
    width: 1px;
    background-color: #ffffff;
    top: 50%;
    transform: translateY(-50%);
}

.page-banner-content ul li a {
    color: #ffffff;
    transition: all ease 0.5s;
}

.page-banner-content ul li a:hover {
    color: #c59970;
}

.page-banner-content ul li:last-child {
    margin-right: 0;
}

.page-banner-content ul li:last-child::before {
    display: none;
}

/*
Experience Area Style
======================================================*/
.experience-area .container {
    position: relative;
}

.experience-area .container .shape {
    position: absolute;
    right: 0;
    bottom: 0;
    animation: movebounce2 7s linear infinite;
}

.experience-content .experience-title {
    margin-bottom: 25px;
}

.experience-content .experience-title span {
    color: #c59970;
    display: inline-block;
    margin-bottom: 10px;
}

.experience-content .experience-title h2 {
    font-size: 56px;
}

.experience-content .content p {
    margin-bottom: 18px;
}

.experience-content .content p:last-child {
    margin-bottom: 0;
}

.experience-content .content .default-btn {
    margin-top: 10px;
}

.experience-image {
    padding-right: 45px;
    padding-top: 15px;
    position: relative;
}

.experience-image .experience {
    height: 180px;
    width: 180px;
    background-color: #000000;
    border-radius: 100%;
    border: 5px solid #ffffff;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    padding: 25px;
}

.experience-image .experience h2 {
    font-size: 48px;
    color: #c59970;
}

.experience-image .experience span {
    color: #ffffff;
    font-size: 18px;
}

.contact-img {
    max-width: 80%;
}

/*
About Area Style
======================================================*/
.about-img {
    padding-left: 40px;
    position: relative;
}

.about-img .small-img {
    width: 270px;
    border: 5px solid #ffffff;
    position: absolute;
    left: 0;
    bottom: 40px;
}

.about-content .about-title {
    margin-bottom: 20px;
}

.about-content .about-title span {
    color: #c59970;
    margin-bottom: 5px;
    display: inline-block;
}

.about-content .about-title h2 {
    font-size: 56px;
    margin-bottom: 20px;
}

.about-content .experience {
    position: relative;
    padding-left: 60px;
    margin-bottom: 20px;
}

.about-content .experience p {
    font-size: 24px;
    color: #000000;
    font-weight: 600;
}

.about-content .experience span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 48px;
    color: #c59970;
    display: inline-block;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
}

.about-content .content {
    margin-bottom: 30px;
}

/*
Features Area Style
======================================================*/
.features-area.bg-1 {
    background-color: #141414;
    background-image: url(../images/features/features-shape-1.png);
    background-size: cover;
    background-position: center center;
}

.single-features-card {
    padding: 30px;
    background-color: #ffffff;
    margin-bottom: 30px;
    transition: all ease 0.5s;
}

.single-features-card .features-img {
    margin-bottom: 22px;
}

.single-features-card h3 {
    font-size: 24px;
    margin-bottom: 18px;
}

.single-features-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.single-features-box .features-img {
    overflow: hidden;
    position: relative;
    transition: all ease 0.5s;
}

.single-features-box .features-img img {
    overflow: hidden;
    transition: all ease 1.5s;
}

.single-features-box .features-img .play-btn {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    transition: all ease 1.5s;
    opacity: 0;
}

.single-features-box .features-img .play-btn a {
    color: #c59970;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    border-radius: 100%;
    background: #ffffff;
    transition: all ease 1.5s;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.single-features-box .features-img .play-btn a i {
    position: relative;
    left: 3px;
    top: 2px;
}

.single-features-box .features-img .play-btn a::before {
    position: absolute;
    content: "";
    height: 70px;
    width: 70px;
    left: -5px;
    top: -5px;
    border: 1px solid #ffffff;
    border-radius: 100%;
    animation: ripple 4s linear infinite;
    z-index: -1;
}

.single-features-box .features-img .play-btn a:hover {
    background-color: #c59970;
    color: #ffffff;
}

.single-features-box .features-content {
    background-color: #252525;
    padding: 20px;
    text-align: center;
}

.single-features-box .features-content h3 {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 15px;
}

.single-features-box .features-content span {
    color: #cfcfcf;
}

.single-features-box:hover .features-img img {
    transform: scale(1.2);
}

.single-features-box:hover .features-img .play-btn {
    opacity: 1;
}

.features-slider.owl-theme .owl-nav {
    margin-top: 0 !important;
}

.features-slider.owl-theme .owl-nav .owl-prev, .features-slider.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -90px;
    background-color: #000000;
    color: #ffffff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    border: none;
    height: 60px;
    width: 60px;
    line-height: 65px;
    border-radius: 100%;
    transition: all ease 0.5s;
    font-size: 18px;
}

.features-slider.owl-theme .owl-nav .owl-prev i, .features-slider.owl-theme .owl-nav .owl-next i {
    position: relative;
    top: -2px;
    left: -1px;
}

.features-slider.owl-theme .owl-nav .owl-prev.owl-next, .features-slider.owl-theme .owl-nav .owl-next.owl-next {
    right: -90px;
    left: auto;
}

.features-slider.owl-theme .owl-nav .owl-prev.owl-next i, .features-slider.owl-theme .owl-nav .owl-next.owl-next i {
    position: relative;
    right: -1px;
    left: auto;
    top: -2px;
}

.features-slider.owl-theme .owl-nav .owl-prev:hover, .features-slider.owl-theme .owl-nav .owl-next:hover {
    background-color: #c59970;
    color: #ffffff;
}

/*
Works Area Style
======================================================*/
.works-area.bg {
    background-image: url(../images/works/works-img-1.jpg);
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.works-area.bg::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: -1;
}

.works-btn {
    margin-bottom: 45px;
    text-align: end;
}

.single-works-card {
    overflow: hidden;
    position: relative;
}

.single-works-card .works-img {
    overflow: hidden;
}

.single-works-card .works-img img {
    transition: all ease 2s;
    overflow: hidden;
}

.single-works-card .content {
    text-align: center;
    background: rgba(0, 0, 0, 0.82);
    position: absolute;
    bottom: 0px;
    margin: auto;
    left: 0;
    right: 0;
    padding: 20px;
    width: 100%;
}

.single-works-card .content h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #ffffff;
    transition: all ease 0.5s;
}

.single-works-card .content span {
    color: #d1c8c8;
}

.single-works-card:hover .works-img img {
    transform: scale(1.2);
}

.single-works-card:hover .content h3 {
    color: #c59970;
}

.single-works-card.style2 {
    margin-bottom: 30px;
}

.works-slider.owl-theme .owl-nav {
    margin-top: 0 !important;
}

.works-slider.owl-theme .owl-nav .owl-prev, .works-slider.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -90px;
    background-color: #000000;
    color: #ffffff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    border: none;
    height: 60px;
    width: 60px;
    line-height: 65px;
    border-radius: 100%;
    transition: all ease 0.5s;
    font-size: 20px;
}

.works-slider.owl-theme .owl-nav .owl-prev i, .works-slider.owl-theme .owl-nav .owl-next i {
    position: relative;
    top: -2px;
    left: -1px;
}

.works-slider.owl-theme .owl-nav .owl-prev.owl-next, .works-slider.owl-theme .owl-nav .owl-next.owl-next {
    right: -90px;
    left: auto;
}

.works-slider.owl-theme .owl-nav .owl-prev.owl-next i, .works-slider.owl-theme .owl-nav .owl-next.owl-next i {
    position: relative;
    right: -1px;
    left: auto;
    top: -2px;
}

.works-slider.owl-theme .owl-nav .owl-prev:hover, .works-slider.owl-theme .owl-nav .owl-next:hover {
    background-color: #c59970;
    color: #ffffff;
}

.works-slider.style2.owl-theme .owl-nav .owl-prev, .works-slider.style2.owl-theme .owl-nav .owl-next {
    background-color: #f8f8f8;
    color: #c59970;
    box-shadow: unset;
}

.works-slider.style2.owl-theme .owl-nav .owl-prev:hover, .works-slider.style2.owl-theme .owl-nav .owl-next:hover {
    background-color: #c59970;
    color: #ffffff;
}

.work-details-content .work-details-top-content {
    margin-bottom: 30px;
}

.work-details-content .work-details-top-content .work-img {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    transition: all ease 0.5s;
    border-radius: 5px;
}

.work-details-content .work-details-top-content .work-img img {
    overflow: hidden;
    transition: all ease 0.5s;
    border-radius: 5px;
}

.work-details-content .work-details-top-content .work-img .play-btn {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    transition: all ease 0.5s;
}

.work-details-content .work-details-top-content .work-img .play-btn a {
    color: #c59970;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 30px;
    border-radius: 100%;
    background: #ffffff;
    transition: all ease 0.5s;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.work-details-content .work-details-top-content .work-img .play-btn a i {
    position: relative;
    left: 3px;
    top: 2px;
}

.work-details-content .work-details-top-content .work-img .play-btn a::before {
    position: absolute;
    content: "";
    height: 80px;
    width: 80px;
    left: -5px;
    top: -5px;
    border: 1px solid #ffffff;
    border-radius: 100%;
    animation: ripple 4s linear infinite;
    z-index: -1;
}

.work-details-content .work-details-top-content .work-img .play-btn a:hover {
    background-color: #c59970;
    color: #ffffff;
}

.work-details-content .work-details-top-content .work-img:hover img {
    transform: scale(1.1);
    /*filter: blur(3px);*/
    border-radius: 5px;
}

.work-details-content .work-details-top-content .list {
    margin-bottom: 15px;
}

.work-details-content .work-details-top-content .list ul {
    padding-left: 0;
    margin-bottom: 0;
}

.work-details-content .work-details-top-content .list ul li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
}

.work-details-content .work-details-top-content .list ul li::before {
    position: absolute;
    content: "/";
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
}

.work-details-content .work-details-top-content .list ul li a {
    color: #555555;
}

.work-details-content .work-details-top-content .list ul li:last-child {
    margin-right: 0;
}

.work-details-content .work-details-top-content .list ul li:last-child::before {
    display: none;
}

.work-details-content .work-details-top-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.work-details-content .quote {
    padding: 50px 30px;
    position: relative;
    background-color: #f8f8f8;
    text-align: center;
    margin-bottom: 30px;
}

.work-details-content .quote .icon {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.work-details-content .quote p {
    margin-bottom: 0;
    font-size: 18px;
    color: #000000;
}

.work-details-content .films-story {
    margin-bottom: 30px;
}

.work-details-content .films-story h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

.work-details-content .films-story p {
    margin-bottom: 22px;
}

.work-details-content .films-story .story-list ul {
    padding-left: 0;
    margin-bottom: 0;
}

.work-details-content .films-story .story-list li {
    list-style-type: none;
    position: relative;
    margin-bottom: 14px;
    padding-left: 28px;
    color: #000000;
}

.work-details-content .films-story .story-list li:last-child {
    margin-bottom: 0;
}

.work-details-content .films-story .story-list li i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #c59970;
}

.sidebar-search {
    position: relative;
    margin-bottom: 30px;
}

.sidebar-search .form-control {
    height: 60px;
    border: 1px solid rgba(196, 196, 196, 0.29);
}

.sidebar-search .default-btn {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    padding: 10px 18px;
    font-size: 22px;
}

.work-details-sidebar .work-sidebar-widget {
    padding: 30px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    border-radius: 5px;
}

.work-details-sidebar .work-sidebar-widget h3 {
    font-size: 20px;
    margin-bottom: 25px;
}

.work-details-sidebar .work-sidebar-widget.films-information .information-list ul {
    padding-left: 0;
    margin-bottom: 0;
}

.work-details-sidebar .work-sidebar-widget.films-information .information-list ul li {
    margin-bottom: 20px;
    list-style-type: none;
}

.work-details-sidebar .work-sidebar-widget.films-information .information-list ul li h4 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Almarai', sans-serif;
    color: #000000;
    margin-bottom: 8px;
}

.work-details-sidebar .work-sidebar-widget.films-information .information-list ul li:last-child {
    margin-bottom: 0;
}

.work-details-sidebar .work-sidebar-widget.Popular-work {
    position: relative;
    overflow: hidden;
}

.work-details-sidebar .work-sidebar-widget.Popular-work .item {
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.work-details-sidebar .work-sidebar-widget.Popular-work .item:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.work-details-sidebar .work-sidebar-widget.Popular-work .item .thumb {
    float: left;
    height: 65px;
    overflow: hidden;
    position: relative;
    width: 80px;
    margin-right: 20px;
}

.work-details-sidebar .work-sidebar-widget.Popular-work .item .thumb .fullimage {
    width: 130px;
    height: 130px;
    display: inline-block;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
    position: relative;
    background-color: #000000;
}

.work-details-sidebar .work-sidebar-widget.Popular-work .item .thumb .fullimage.bg1 {
    background-image: url(../../assets/images/works/works-img-3.jpg);
}

.work-details-sidebar .work-sidebar-widget.Popular-work .item .thumb .fullimage.bg2 {
    background-image: url(../../assets/images/works/works-img-4.jpg);
}

.work-details-sidebar .work-sidebar-widget.Popular-work .item .thumb .fullimage.bg3 {
    background-image: url(../../assets/images/works/works-img-5.jpg);
}

.work-details-sidebar .work-sidebar-widget.Popular-work .item .info {
    overflow: hidden;
}

.work-details-sidebar .work-sidebar-widget.Popular-work .item .info span {
    display: block;
    color: #666666;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 500;
}

.work-details-sidebar .work-sidebar-widget.Popular-work .item .info .title {
    margin-bottom: 7px;
    margin-top: 5px;
    line-height: 1.4;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Almarai', sans-serif;
}

.work-details-sidebar .work-sidebar-widget.Popular-work .item .info .title a {
    display: inline-block;
    color: #000000;
    transition: all ease 0.5s;
}

.work-details-sidebar .work-sidebar-widget.Popular-work .item .info .title a:hover {
    color: #c59970;
}

.work-details-sidebar .work-sidebar-widget.categories {
    padding: 30px 30px 20px 30px;
}

.work-details-sidebar .work-sidebar-widget.categories .categories-list ul {
    padding-left: 0;
    margin-bottom: 0;
}

.work-details-sidebar .work-sidebar-widget.categories .categories-list ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 12px;
}

.work-details-sidebar .work-sidebar-widget.categories .categories-list ul li a {
    padding: 8px 25px;
    color: #555555;
    background-color: #f8f8f8;
    display: inline-block;
    transition: all ease 0.5s;
}

.work-details-sidebar .work-sidebar-widget.categories .categories-list ul li a:hover {
    background-color: #c59970;
    color: #ffffff;
}

/*
Services Area Style
======================================================*/
.services-area {
    position: relative;
}

.services-area.bg-color {
    background-color: #1d1d1d;
}

.services-area .services-shape {
    position: absolute;
    right: 0;
    top: 0;
}

.single-services-card .services-img {
    overflow: hidden;
    transition: all ease 2s;
}

.single-services-card .services-img img {
    overflow: hidden;
    transition: all ease 2s;
}

.single-services-card .services-contet {
    padding: 30px;
    background-color: #141414;
}

.single-services-card .services-contet h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.single-services-card .services-contet h3 a {
    color: #ffffff;
    transition: all ease 0.5s;
}

.single-services-card .services-contet p {
    color: #dbd9d9;
}

.single-services-card:hover .services-img img {
    transform: scale(1.2);
}

.single-services-card:hover .services-contet h3 a {
    color: #c59970;
}

.services-slider.owl-theme .owl-nav {
    margin-top: 0 !important;
    z-index: 1;
}

.services-slider.owl-theme .owl-nav .owl-prev, .services-slider.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: -110px;
    right: 90px;
    background-color: #000000;
    color: #ffffff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    border: none;
    height: 60px;
    width: 60px;
    line-height: 67px;
    border-radius: 100%;
    transition: all ease 0.5s;
    font-size: 20px;
}

.services-slider.owl-theme .owl-nav .owl-prev i, .services-slider.owl-theme .owl-nav .owl-next i {
    position: relative;
    top: -2px;
    left: -1px;
}

.services-slider.owl-theme .owl-nav .owl-prev.owl-next, .services-slider.owl-theme .owl-nav .owl-next.owl-next {
    right: 0;
    left: auto;
}

.services-slider.owl-theme .owl-nav .owl-prev.owl-next i, .services-slider.owl-theme .owl-nav .owl-next.owl-next i {
    position: relative;
    right: -1px;
    left: auto;
    top: -2px;
}

.services-slider.owl-theme .owl-nav .owl-prev:hover, .services-slider.owl-theme .owl-nav .owl-next:hover {
    background-color: #c59970;
    color: #ffffff;
}

.single-service-box {
    position: relative;
}

.single-service-box .services-content1 {
    position: absolute;
    background-color: #ffffff;
    padding: 25px;
    text-align: center;
    left: 30px;
    right: 30px;
    bottom: 30px;
    transition: all ease 0.5s;
}

.single-service-box .services-content1 h3 {
    font-size: 24px;
    margin-bottom: 0;
}

.single-service-box .services-content2 {
    position: absolute;
    padding: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    background: rgba(0, 0, 0, 0.83);
    transform: scaleX(0);
    transition: all ease 0.5s;
}

.single-service-box .services-content2 h3 {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 18px;
}

.single-service-box .services-content2 p {
    color: #ffffff;
}

.single-service-box:hover .services-content1 {
    transform: scaleY(0);
}

.single-service-box:hover .services-content2 {
    transform: scaleX(1);
}

.services-slider2.owl-theme .owl-nav {
    margin-top: 0 !important;
    z-index: 1;
}

.services-slider2.owl-theme .owl-nav .owl-prev, .services-slider2.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: -110px;
    right: 90px;
    background-color: #f8f8f8;
    color: #c59970;
    border: none;
    height: 60px;
    width: 60px;
    line-height: 67px;
    border-radius: 100%;
    transition: all ease 0.5s;
    font-size: 18px;
}

.services-slider2.owl-theme .owl-nav .owl-prev i, .services-slider2.owl-theme .owl-nav .owl-next i {
    position: relative;
    top: -2px;
    left: -1px;
}

.services-slider2.owl-theme .owl-nav .owl-prev.owl-next, .services-slider2.owl-theme .owl-nav .owl-next.owl-next {
    right: 0;
    left: auto;
}

.services-slider2.owl-theme .owl-nav .owl-prev.owl-next i, .services-slider2.owl-theme .owl-nav .owl-next.owl-next i {
    position: relative;
    right: -1px;
    left: auto;
    top: -2px;
}

.services-slider2.owl-theme .owl-nav .owl-prev:hover, .services-slider2.owl-theme .owl-nav .owl-next:hover {
    background-color: #c59970;
    color: #ffffff;
}

/*
Trust Area Style
======================================================*/
.trust-image {
    position: relative;
    padding-right: 100px;
    padding-bottom: 30px;
}

.trust-image .small-img {
    position: absolute;
    width: 300px;
    right: 0;
    bottom: 0;
    border: 15px solid #f5f5f5;
    background-color: #f5f5f5;
}

.trust-image .small-img img {
    border-radius: 20px 0 0 0;
}

.trust-content .trust-title {
    margin-bottom: 30px;
}

.trust-content .trust-title span {
    color: #c59970;
    font-size: 18px;
    font-weight: 600;
}

.trust-content .trust-title h2 {
    font-size: 56px;
}

.trust-content .faq-accordion .accordion .accordion-item {
    display: block;
    margin-bottom: 20px;
    border-radius: 5px;
    border: none;
    background-color: #ffffff;
    border-radius: unset;
    border: unset;
}

.trust-content .faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.trust-content .faq-accordion .accordion .accordion-title {
    position: relative;
    display: block;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    padding: 15px;
    border-radius: unset;
    cursor: pointer;
}

.trust-content .faq-accordion .accordion .accordion-title i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #555555;
    text-align: center;
    font-size: 16px;
    transition: all ease 0.5s;
}

.trust-content .faq-accordion .accordion .accordion-title.active i::before {
    content: "\f077";
    font-family: "Font Awesome 6 Free";
}

.trust-content .faq-accordion .accordion .accordion-content {
    display: none;
    padding-top: 20px;
    background-color: #f5f5f5;
}

.trust-content .faq-accordion .accordion .accordion-content p {
    font-weight: 400;
}

.trust-content .faq-accordion .accordion .accordion-content.show {
    display: block;
}

/*
Counter Area Style
======================================================*/
.counter-area-style2 {
    position: relative;
    z-index: 1;
    direction: ltr !important;
}

.counter-area-style2.bg-color {
    background-color: #1d1d1d;
    direction: ltr !important;
}

.single-counter-card {
    text-align: center;
    margin-bottom: 30px;
}

.single-counter-card h1 {
    font-size: 72px;
    color: #ffffff;
    margin-bottom: 0;
}

.single-counter-card h1 span {
    font-family: "Barlow Condensed", sans-serif;
}

.single-counter-card p {
    color: #c59970;
}

.single-counter-card span.odometer-formatting-mark {
    display: none;
}

/*
Pricing Area Style
======================================================*/
.paginations {
    text-align: center;
}

.paginations ul {
    padding-left: 0;
    margin-bottom: 0;
}

.paginations ul li {
    display: inline-block;
    padding-right: 7px;
}

.paginations ul li a {
    text-align: center;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: 1px solid rgba(196, 196, 196, 0.26);
    display: inline-block;
    transition: all ease 0.5s;
    color: #000000;
    font-size: 18px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.paginations ul li a i {
    position: relative;
    font-size: 18px;
}

.paginations ul li a:hover {
    background-color: #c59970;
    color: #ffffff;
    border: 1px solid #c59970;
}

.paginations ul li a.active {
    background-color: #c59970;
    color: #ffffff;
    border: 1px solid #c59970;
}

/*
Help Area Style
======================================================*/
.helps-area {
    position: relative;
    z-index: 1;
}

.helps-area .shape .shape1 {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.helps-area .shape .shape2 {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.help-content {
    max-width: 880px;
    margin: auto;
    text-align: center;
}

.help-content .section-title {
    margin-bottom: 25px;
}

.help-content p {
    margin-bottom: 30px;
}

/*
Testimonial Area Style
======================================================*/
.testimonial-area {
    position: relative;
    z-index: 1;
}

.testimonial-area.bg-color {
    background-color: #141414;
}

.testimonial-area .testimonial-shape-2 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.testimonial-box .testimonial-image {
    -webkit-clip-path: polygon(24% 0, 100% 0, 100% 74%, 75% 100%, 25% 100%, 0 100%, 0 24%);
    clip-path: polygon(24% 0, 100% 0, 100% 74%, 75% 100%, 25% 100%, 0 100%, 0 24%);
}

.testimonial-content {
    padding-right: 65px;
}

.testimonial-content .rating-list {
    margin-bottom: 20px;
}

.testimonial-content .rating-list i {
    color: #be9400;
    margin-right: 5px;
}

.testimonial-content .rating-list i:last-child {
    margin-right: 0;
}

.testimonial-content p {
    color: #bfbebe;
    margin-bottom: 20px;
    font-size: 18px;
}

.testimonial-content .clients-info h3 {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 12px;
}

.testimonial-content .clients-info span {
    position: relative;
    display: inline-block;
    padding-left: 50px;
    color: #b9b9b9;
}

.testimonial-content .clients-info span::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 40px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.24);
}

.testimonial-slider.owl-theme .owl-nav {
    margin-top: 0 !important;
}

.testimonial-slider.owl-theme .owl-nav .owl-prev, .testimonial-slider.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 25%;
    transform: translateY(-40%);
    right: -30px;
    background-color: #000000;
    color: #ffffff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    border: none;
    height: 60px;
    width: 60px;
    line-height: 65px;
    border-radius: 100%;
    transition: all ease 0.5s;
    font-size: 16px;
}

.testimonial-slider.owl-theme .owl-nav .owl-prev i, .testimonial-slider.owl-theme .owl-nav .owl-next i {
    position: relative;
    top: -2px;
    left: -1px;
}

.testimonial-slider.owl-theme .owl-nav .owl-prev.owl-next, .testimonial-slider.owl-theme .owl-nav .owl-next.owl-next {
    top: 50%;
}

.testimonial-slider.owl-theme .owl-nav .owl-prev.owl-next i, .testimonial-slider.owl-theme .owl-nav .owl-next.owl-next i {
    position: relative;
    right: -1px;
    left: auto;
    top: -2px;
}

.testimonial-slider.owl-theme .owl-nav .owl-prev:hover, .testimonial-slider.owl-theme .owl-nav .owl-next:hover {
    background-color: #c59970;
    color: #ffffff;
}

.single-testimonials-box {
    background-color: #f5f5f5;
    padding: 35px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
}

.single-testimonials-box .top-content {
    margin-bottom: 20px;
}

.single-testimonials-box .top-content h3 {
    font-size: 24px;
}

.single-testimonials-box .top-content .ratings {
    text-align: end;
}

.single-testimonials-box .top-content .ratings i {
    color: #be9400;
}

.single-testimonials-box .quote {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    z-index: -1;
    opacity: 0.7;
}

.single-testimonials-box .quote img {
    width: auto;
}

.single-testimonials-box p {
    margin-bottom: 0;
}

.single-testimonials-box.style2 {
    box-shadow: 0px 0px 25px rgba(85, 85, 85, 0.1);
    margin-bottom: 30px;
}

.testimonial-slider2.owl-theme .owl-nav {
    margin-top: 0 !important;
    z-index: 1;
}

.testimonial-slider2.owl-theme .owl-nav .owl-prev, .testimonial-slider2.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: -110px;
    right: 90px;
    background-color: #ffffff;
    color: #c59970;
    border: none;
    height: 60px;
    width: 60px;
    line-height: 67px;
    border-radius: 100%;
    transition: all ease 0.5s;
    font-size: 18px;
}

.testimonial-slider2.owl-theme .owl-nav .owl-prev i, .testimonial-slider2.owl-theme .owl-nav .owl-next i {
    position: relative;
    top: -2px;
    left: -1px;
}

.testimonial-slider2.owl-theme .owl-nav .owl-prev.owl-next, .testimonial-slider2.owl-theme .owl-nav .owl-next.owl-next {
    right: 0;
    left: auto;
}

.testimonial-slider2.owl-theme .owl-nav .owl-prev.owl-next i, .testimonial-slider2.owl-theme .owl-nav .owl-next.owl-next i {
    position: relative;
    right: -1px;
    left: auto;
    top: -2px;
}

.testimonial-slider2.owl-theme .owl-nav .owl-prev:hover, .testimonial-slider2.owl-theme .owl-nav .owl-next:hover {
    background-color: #c59970;
    color: #ffffff;
}

/*
Contact Area Style
======================================================*/
.get-in-touch h2 {
    font-size: 40px;
    margin-bottom: 25px;
}

.get-in-touch .contact-info-card {
    position: relative;
    padding-left: 85px;
    margin-bottom: 30px;
}

.get-in-touch .contact-info-card .icon {
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-size: 30px;
    background: rgba(197, 153, 112, 0.1);
    text-align: center;
    color: #c59970;
    position: absolute;
    left: 0;
    top: 5px;
    transition: all ease 0.5s;
    z-index: 1;
}

.get-in-touch .contact-info-card .icon::before {
    position: absolute;
    content: "";
    height: 0%;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #c59970;
    z-index: -1;
    transition: all ease 0.5s;
}

.get-in-touch .contact-info-card h4 {
    font-size: 24px;
    margin-bottom: 10px;
}

.get-in-touch .contact-info-card a {
    display: block;
    color: #555555;
    margin-bottom: 5px;
    transition: all ease 0.5s;
}

.get-in-touch .contact-info-card a:hover {
    color: #c59970;
}

.get-in-touch .contact-info-card span {
    display: inline-block;
    margin-bottom: 5px;
}

.get-in-touch .contact-info-card:hover .icon {
    color: #ffffff;
}

.get-in-touch .contact-info-card:hover .icon::before {
    height: 100%;
}

.get-in-touch .social-content ul {
    padding-left: 0;
    margin-bottom: 0;
}

.get-in-touch .social-content ul li {
    display: inline-block;
    margin-right: 7px;
}

.get-in-touch .social-content ul li:last-child {
    margin-right: 0;
}

.get-in-touch .social-content ul li span {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
}

.get-in-touch .social-content ul li a {
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    color: #c59970;
    display: inline-block;
    background: #f8f8f8;
    transition: all ease 0.5s;
}

.get-in-touch .social-content ul li a:hover {
    background-color: #c59970;
    color: #ffffff;
}

.map-area iframe {
    height: 470px;
    width: 100%;
    position: relative;
    margin-bottom: -10px;
}

.contacts-form {
    max-width: 1100px;
    margin: auto;
}

.contacts-form .form-group {
    margin-bottom: 25px;
}

.contacts-form .form-group .form-control {
    background-color: #ffffff;
    border: none;
}

.contacts-form .form-group .list-unstyled {
    color: #c59970;
    padding-top: 7px;
}

.contacts-form .form-group .form-check label a {
    color: #c59970;
}

.contacts-form .form-group .form-check .form-check-input {
    box-shadow: unset;
    border-radius: unset;
}

.contacts-form .form-group .form-check .form-check-input:checked {
    background-color: #c59970;
    border-color: #c59970;
}

.contacts-form .text-danger {
    color: #c59970 !important;
    padding-top: 7px;
}

/*
Footer Area Style
======================================================*/
.footer-area {
    background-color: #000000;
    overflow: hidden;
}

.footer-area .container {
    position: relative;
}

.footer-area .container .shape .shape-1 {
    position: absolute;
    bottom: 0;
    left: -120px;
    animation: ripple 5s linear infinite;
}

.footer-area .container .shape .shape-2 {
    position: absolute;
    right: -50px;
    top: 30px;
    animation: ripple 8s linear infinite;
}

.single-footer-widget {
    margin-bottom: 30px;
}

.single-footer-widget h3 {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 30px;
}

.single-footer-widget.logo-area .logo {
    margin-bottom: 30px;
}

.single-footer-widget.logo-area p {
    color: #d9d8d8;
    margin-bottom: 30px;
}

.single-footer-widget.logo-area .social-content ul {
    padding-left: 0;
    margin-bottom: 0;
}

.single-footer-widget.logo-area .social-content ul li {
    display: inline-block;
    margin-right: 7px;
}

.single-footer-widget.logo-area .social-content ul li:last-child {
    margin-right: 0;
}

.single-footer-widget.logo-area .social-content ul li a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: #c59970;
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 25px rgba(1, 78, 50, 0.1);
    transition: all ease 0.5s;
}

.single-footer-widget.logo-area .social-content ul li a:hover {
    background-color: #c59970;
    color: #ffffff;
}

.single-footer-widget.quick-links {
    padding-left: 60px;
}

.single-footer-widget.quick-links ul {
    padding-left: 0;
    margin-bottom: 0;
}

.single-footer-widget.quick-links ul li {
    list-style-type: none;
    margin-bottom: 12px;
    position: relative;
    padding-left: 25px;
    transition: all ease 0.5s;
}

.single-footer-widget.quick-links ul li:last-child {
    margin-bottom: 0;
}

.single-footer-widget.quick-links ul li i {
    color: #c59970;
    position: absolute;
    left: 0;
    top: 3px;
    transition: all ease 0.5s;
}

.single-footer-widget.quick-links ul li a {
    color: #d9d8d8;
    transition: all ease 0.5s;
}

.single-footer-widget.quick-links ul li:hover i {
    transform: rotate(90deg);
}

.single-footer-widget.quick-links ul li:hover a {
    color: #c59970;
}

.single-footer-widget.instagram-content {
    margin-bottom: 0;
    padding-right: 30px;
    margin-bottom: 20px;
}

.single-footer-widget.instagram-content .single-instagram-box {
    overflow: hidden;
    transition: all ease 0.5s;
    position: relative;
    margin-bottom: 10px;
    margin-right: 10px;
}

.single-footer-widget.instagram-content .single-instagram-box img {
    transition: all ease 0.5s;
}

.single-footer-widget.instagram-content .single-instagram-box a {
    position: absolute;
    color: #ffffff;
    left: 0;
    right: 0;
    font-size: 40px;
    top: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.5s;
    opacity: 0;
}

.single-footer-widget.instagram-content .single-instagram-box:hover img {
    transform: scale(1.1);
    filter: blur(3px);
}

.single-footer-widget.instagram-content .single-instagram-box:hover a {
    opacity: 1;
}

.single-footer-widget.get-in-touch {
    padding-left: 70px;
}

.single-footer-widget.get-in-touch ul {
    padding-left: 0;
    margin-bottom: 0;
}

.single-footer-widget.get-in-touch ul li {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}

.single-footer-widget.get-in-touch ul li:last-child {
    margin-bottom: 0;
}

.single-footer-widget.get-in-touch ul li span {
    color: #ffffff;
    display: block;
    margin-bottom: 5px;
}

.single-footer-widget.get-in-touch ul li a {
    color: #d9d8d8;
    transition: all ease 0.5s;
    display: block;
}

.single-footer-widget.get-in-touch ul li a:hover {
    color: #c59970;
}

.single-footer-widget.get-in-touch ul li p {
    color: #d9d8d8;
}

.single-footer-widget.get-in-touch ul li i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #ffffff;
    transition: all ease 0.5s;
}

.single-footer-widget.get-in-touch ul li:hover i {
    color: #c59970;
}

/*
Copy Right Style
======================================================*/
.copy-right-area {
    background-color: #000000;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copy-right-area p {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
}

.copy-right-area p span {
    color: #c59970;
}

.copy-right-area p a {
    color: #c59970;
    font-weight: 600;
}

/*
Go To Top Style
======================================================*/
.go-top {
    position: fixed;
    cursor: pointer;
    top: 87%;
    right: -10%;
    background-color: #c59970;
    z-index: 4;
    width: 45px;
    text-align: center;
    height: 55px;
    line-height: 45px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: 0.9s;
}

.go-top i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #ffffff;
    transition: 0.5s;
    font-size: 26px;
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.go-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    z-index: -1;
    background-color: #c59970;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.go-top:hover {
    color: #ffffff;
    background: #000000;
}

.go-top:hover::before {
    opacity: 1;
    visibility: visible;
}

.go-top:hover i {
    color: #ffffff;
}

.go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.go-top:focus {
    color: #ffffff;
}

.go-top:focus::before {
    opacity: 1;
    visibility: visible;
}

.go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.go-top.active {
    transform: translateY(-95%);
    opacity: 1;
    visibility: visible;
    right: 3%;
    top: 93%;
}

/*# sourceMappingURL=style.css.map */
