.text-gold{
    color: #c39425!important;
}
.text-blue{
    color: #0e4d80!important;
}
.header-bar-wrap {
    background: #0f2d4f;
    padding: 5px 32px;
}
.select-timezone select {
    border: none;
    background: none;
    font-size: 14px;
    color: #ffffff;
}
.country-select option{
    background-color: #0f2d4f;
}
.header-wrap {
    position: sticky;
    top: 0;
}

/* menu  */
.menu-wrap nav > ul li.active a {
    padding-left: 0;
    color: #d3b184;
}
/* menu */
.menu-wrap nav > ul li a {
    font-size: 18px;
    text-transform: capitalize;
    position: relative;
    color: #666666;
    font-weight: 600;
    line-height: 1;
    display: block;
    transition: 0.5s;
}


.dropdown-item {
    width: auto;
}
.header-bar-wrap .right ul li {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.39px;
    position: relative;
    /* text-transform: uppercase; */
}
.header-wrap .custom-container {
    max-width: 1540px;
    padding: 0 32px;
}
.header-wrap .logo img {
    display: block;
    max-height: 100px;
}
.header-wrap .right {
    display: flex;
    align-items: center;
    gap: 65px;
}




.header-email{
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #0f2d4f;
    font-weight: 400;
    line-height: 1;
    padding: 10px 20px;
}
.language {
    color: #666666;
    font-size: 18px;
    font-weight: 500;
}
.language li{
    display: inline-block;
}
.language li a{
    color: #666666;
}
.language li.active a{
    background-color: #bf8d1c;
    color: #ffffff;
    padding: 5px 10px;
}

/* Banner */
.hero4-area .left {
    padding-left: 100px;
    max-width: 550px;
    width: 100%;
    flex: none;
}
.hero4-area .section-heading .title {
    font-size: 65px;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #666666;
}
.hero4-area .section-heading p {
    font-size: 35px;
    line-height: 1.3;
    max-width: 100%;
    width: 100%;
    margin-bottom: 24px;
    color: #999999;
}
.hero4-area .custom-row {
    gap: 70px;
    justify-content: space-between;
}

/* Home-About */
.about4-area .custom-container {
    max-width: 1200px;
}
.about4-area .content {
    max-width: 400px;
    width: 100%;
    flex: none;
}
.subtitle {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 1.91px;
    margin-bottom: 2px;
    position: relative;
    color: #bf8d1c;
}
.title {
    font-size: 31px;
    line-height: 1.3;
    color: #666666;
}
.about4-area .content .title {
    font-size: 35px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #666666;
    text-transform: uppercase;
}
.about4-area .content p {
    line-height: 1.5;
    font-size: 18px;
    color: #999999;
    margin: 0 0 32px;
}

/* Home Product */
.team-area.team3-area .custom-container {
    max-width: 1600px;
}
.team3-area {
    padding: 100px 0;
    background-color: #f7f7f7;
}
.teams-wrap-2{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 46px;
}
.team-slide-box .content-2 p {
    font-size: 16px;
    font-weight: 400;
    color: #175485;
    margin-top: 20px;
    margin-bottom: 10px;
}
.team-slide-box .content-2 h2 {
    font-size: 30px;
    line-height: 1.3;
    color: #444444;
}
.theme-btn-2 {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
    position: relative;
    font-weight: 400;
    color: #ffffff;
    padding: 10px 20px;
    transition: .5s;
    border: none;
    background: #cba449;
}
.theme-btn-2:hover{
    color: #cba449;
    border: 1px solid #cba449;
    background: transparent;
}

/* Video */
.video-area .video-content-wrap > img {
    transition: .5s;
    width: 100%;
    height: 100%;
    animation: none;
}
.video-area .video-content-wrap .video-play-btn {
    color: #fff;
    height: 200px;
    width: 180px;
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
}
.video-area .video-content-wrap .content {
    background-image: none;
    background: #102f52;
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    position: absolute;
    left: 25%;
    top: 15%;
    bottom: auto;
    max-width: 50%;
    width: 100%;
    padding: 20px 0;
    z-index: 1;
}
.video-area .video-content-wrap .content h2 {
    color: #ffffff;
    font-family: var(--font_marcellus);
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 0;
    text-align: center;
}

/* Count Number */
.client-area {
    background-color: #ffffff;
    background-image: none;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding: 70px 0;
    overflow: hidden;
}
.client-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    column-gap: 76px;
    row-gap: 50px;
}
.client-count-box .title {
    color: #102f52;
    font-size: 60px;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 18px;
}
.client-count-box p {
    color: #333333;
    opacity: 1;
    line-height: 23.4px;
    font-size: 18px;
    margin: 0;
}

/* Home News */
.story-area .custom-container {
    max-width: 1200px;
}
.story-area {
    padding: 60px 0 60px 0;
    overflow: hidden;
}
.story-area .section-header {
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}
.section-header .subtitle::before {
    display: none;
}
.story-box .img-box {
    position: relative;
    margin-bottom: 10px;
}
.story-box {
    padding: 30px;
    background: #f7f7f7;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.story-box:hover {
    background: #f7f7f7;
}
.story-box .content-box h1 {
    font-size: 24px;
    line-height: 29.7px;
    margin-bottom: 20px;
    color: #444444;
}
.story-box .content-box .bottom-action {
    display: flex;
    justify-content: flex-start;
}
.theme-btn {
    font-weight: 400;
}
.story-box .img-box .meta-date {
    position: absolute;
    background: #102f52;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
    right: -15px;
    top: 12px;
    color: #ffffff;
    padding: 10px 10px;
    font-weight: 400;
}

/*  */
.team-area.team5-area .custom-container {
    max-width: 1600px;
}
.team-area .left {
    flex-direction: row;
    align-items: center;
}
.team-area .left::before {
    content: '';
    background: #f5f2ef;
    position: absolute;
    right: 0; 
    top: 0;
    height: 100%;
    width: 1500px;
    z-index: -1;
}
.center {
    display: block;
    margin: 0 auto;
}
.center-2 {
    display: block;
    margin: 20% auto;
}
.bg-white-2 {
    background: #ffffff;
    padding: 30px 60px;
    height: 280px;
    text-align: -webkit-center;
}

/* Home Partner */
.team4-area {
    padding: 100px 0;
    background-color: #ffffff;
}
.team4-area .section-heading {
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}
.teams-wrap-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 46px;
}
/*  */
.testimonial-area {
    padding: 50px 0;
}
.testimonial-area .text-title{
    font-size: 60px;
    font-weight: 400;
    line-height: 1.7;
    text-align: center;
    color: #7b7b7b;
}

/* IG */
.portfolio-area {
    background: #f7f7f7;
    overflow: hidden;
    padding: 60px 0 108px;
}

/* Why To Buy */
.team2-area {
    padding: 60px 0;
}
.teams-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 46px;
    justify-content: center;
    align-items: center;
    text-align: -webkit-center;
}
.teams-wrap .team-slide-box img {
    width: auto;
}

/* Footer */
.demo-footer-area, .footer-area {
    background-color: #122620;
    background-image: url(../imgs/footer-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 60px 0 0;
}
.footer-area .custom-container {
    max-width: 1200px;
}
.footer-area .custom-row {
    display: flex;
    align-items: start;
    gap: 160px;
}
.footer-area .footer-left .logo img {
    display: block;
    max-height: 140px;
}
.footer-widget h3 {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 3.91px;
    line-height: 1;
    margin: 0 0 27px;
}
.social-icons li a {
    display: block;
    color: #ffffff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border: 1px solid rgb(255 255 255);
    font-size: 22px;
    transition: .5s;
}

.social-icons li .icon{
    display: block;
    color: #000000;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border: 1px solid rgb(0, 0, 0);
    font-size: 22px;
    transition: .5s;
}
/* productDetail */
.social-icons-product li a {
    display: block;
    color: #ffffff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border: 1px solid rgb(255 255 255);
    font-size: 22px;
    transition: .5s;
}

.social-icons-product  {
    display: block;
    color: #ffffff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    /* border: 1px solid rgb(154, 154, 154); */
    font-size: 22px;
    transition: .5s;
}
.social-icons-product li{
    background-color: #292d36;
    display: inline-block; 
    margin-right: 15px;
}
.social-icons-product li .icon{
    display: block;
    color: #000000;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border: 1px solid rgb(0, 0, 0);
    font-size: 22px;
    transition: .5s;
}
.social-icons-product {
    list-style: none;
    padding: 0;
}

.fb-ig{
    white-space: nowrap;
    font-size: 14px;
    color: #444444;
}
.social-icons-product li a:hover {
    border-color: var(--primary);
}
/*  */

.footer-widget-link ul li {
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 3px;
    color: #c9cbcd;
}
.footer-area .right::before {
    content: '';
    position: absolute;
    display: none;
    left: -102px;
    top: 0;
    height: calc(100% - 20px);
    background: rgb(211 177 132 / 30%);
    width: 1px;
}
.footer-area .footer-links {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: none;
    padding-bottom: 46px;
}
.copyright-area {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0 20px 0;
}
.copyright-area::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 55px;
    height: 1px;
    background: #ffffff;
    width: 100%;
}
.copyright-area p {
    font-size: 14px;
    line-height: 1;
    margin: 0;
    color: #ffffff;
}
.footer-area .footer-left .logo {
    display: inline-block;
    margin-bottom: 0;
}
.footer-area .footer-left {
    text-align: center;
}
.social-icons {
    justify-content: center;
}

.contact-detail-content p {
    margin: 0 0 15px;
}

.breadcrumb-area-2 {
    padding: 25px 0 10px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.breadcrumb-area-2 .custom-container {
    max-width: 1440px;
    padding-left: 32px;
}
.breadcrumb-area-2 .content ul {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 10px;
}
.breadcrumb-area-2 .content ul li {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    display: block;
    font-family: var(--font_marcellus);
    color: #d3b184;
}
.breadcrumb-area-2 .content ul li a {
    color: #d3b184;
    display: block;
}
.breadcrumb-area-2 .content ul .seperate {
    display: block;
    background: #d3b184;
    height: 2px;
    width: 20px;
}
.breadcrumb-area-2 .content ul li:last-child {
    text-decoration: underline;
}
.social-text{
    padding-top: 20px;
}
.social-text li a{
    font-size: 18px;
    line-height: 34px;
    color: grey;
}


.closeBtn {
    color: #292d36;
    font-size: 24px;
    position: absolute;
    top: 40px;
    right: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin: 20px; */
    cursor: pointer;
    background-color: #ffffff;
    transition: 0.2s ease-in-out;
    height: 40px;
    width: 40px;
}

.nextBtn {
    color: rgba(255, 255, 255, 0.87);
    font-size: 30px;
    position: absolute;
    right: 30px;
}

.prevBtn {
    color: rgba(255, 255, 255, 0.87);
    font-size: 30px;
    position: absolute;
    left: 30px;
}

.gallery__item img:hover {
    transform: scale(1.1);
}

/*Image modal*/

.modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.733);
    margin-top: -1px;
    animation: zoom 0.3s ease-in-out;
}

.modal img {
    width: 30%;
    object-fit: cover;
}

@keyframes zoom {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

@media (max-width: 525px) {
    .header-wrap .logo img {
        max-width: 70px;
    }
    .teams-wrap-2 {
        grid-template-columns: 1fr;
    }
    .video-area {
        padding-bottom: 0px;
    }
    .video-area .video-content-wrap .content h2 {
        font-size: 14px;
    }
    .video-area .video-content-wrap .content {
        left: 0;
        top: 0;
        bottom: auto;
        max-width: 100%;
    }
    .video-area .video-content-wrap .video-play-btn {
        height: 30px;
        width: 60px;
        top: 70%;
    }
    .client-items {
        grid-template-columns: 1fr 1fr;
    }
    .service-items, .demo-area .demo-boxes, .teams-wrap-3, .pricing-table2-area .pricing-table-lists, .team3-area .teams-wrap, .teams-wrap, .service3-items, .client-items, .pricing-table-lists, .story-items {
        grid-template-columns: 1fr;
    }
    .story-box .content-box h1 {
        font-size: 24px;
        line-height: 31.7px;
    }
    .testimonial-area .text-title {
        font-size: 25px;
        line-height: 1.7;
    }
    .blog-area .blog-post:last-child {
        margin-right: 0;
    }
    .footer-area .custom-row {
        flex-direction: column;
        gap: 70px;
    }
    .nextBtn {
        right: 10px;
    }
    .prevBtn {
        left: 10px;
    }
}
@media (min-width: 200px) and (max-width: 768px) {
    .hero4-area .left {
        max-width: 100%;
        padding-right: 20px;
        padding-left: 17px;
    }
    .hero4-area .section-heading .title {
        font-size: 45px;
        line-height: 1.3;
    }
    .hero4-area .section-heading .banner-subtitle{
        font-size: 25px;
    }
    .teams-wrap-2 {
        grid-template-columns: 1fr 1fr;
    }
    .team-slide-box .content-2 h2 {
        font-size: 18px;
    }
    .blog-area .blog-post:last-child {
        margin-right: 0;
    }
    .portfolio-box img {
        width: 100%;
        height: 10%;
        display: block;
        transition: .5s;
    }
    .swiper-wrapper {
        width: 500px;
        margin-right: 10px;
    }
}

@media (min-width: 769px) and (max-width: 982px) {
    .hero4-area .custom-row {
        gap: 40px;
    }
    .hero4-area .left {
        max-width: 360px;
    }
    .teams-wrap-2 {
        grid-template-columns: 1fr 1fr;
    }
    .video-area .video-content-wrap .content h2 {
        font-size: 24px;
    }
    .video-area .video-content-wrap .content {
        left: 10%;
        top: 10%;
        bottom: auto;
        max-width: 80%;
    }
    .video-area .video-content-wrap .video-play-btn {
        height: 110px;
        width: 130px;
        top: 70%;
    }
    .footer-area .custom-row {
        gap: 100px;
    }
}

@media (min-width: 1199px) {
    .sidebar-icon {
        display: none;
    }
}

@media (max-width: 1199px) {
    .home6-row > .left,
    .home6-page .header-wrap .select-timezone,
    #fixed-sidebar,
    .header-style-2 .select-timezone,
    .header-wrap .menu-wrap {
        display: none;
    }
    .responsive-menu.active {
        max-height: 500px;
        padding-top: 32px;
        padding-bottom: 32px;
        /* opacity: 1; */
        visibility: visible;
    }
    .responsive-menu nav ul li.dropdown-active .dropdown {
        max-height: 400px;
        overflow-x: hidden;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .header-wrap .right {
        gap: 45px;
    }
    .header-wrap .logo img {
        max-height: 60px;
    }
    .menu-wrap nav > ul {
        gap: 45px;
    }
    .menu-wrap nav > ul li a {
        font-size: 14px;
    }
    .header-email {
        font-size: 14px;
        padding: 10px 15px;
    }
    .language {
        font-size: 14px;
    }
}

@media (min-width: 983px) and (max-width: 1399px) {
    .team-area.team3-area .custom-container {
        max-width: 1085px;
    }
    .video-area .video-content-wrap .content h2 {
        font-size: 35px;
    }
    .video-area .video-content-wrap .content {
        left: 10%;
        top: 10%;
        bottom: auto;
        max-width: 80%;
    }
    .video-area .video-content-wrap .video-play-btn {
        height: 110px;
        width: 160px;
        top: 70%;
    }
    .team-area.team5-area .custom-container {
        max-width: 1085px;
    }
}

@media (min-width: 1300px) and (max-width: 1399px) {
    .header-wrap .right {
        gap: 45px;
    }
    .header-wrap .logo img {
        max-height: 70px;
    }
    .menu-wrap nav > ul {
        gap: 45px;
    }
    .menu-wrap nav > ul li a {
        font-size: 16px;
    }
}

@media (min-width: 1400px) and (max-width: 1499px) {
    .team-area.team5-area .custom-container {
        max-width: 1200px;
    }
    .header-wrap .logo img {
        max-height: 70px;
    }
    .menu-wrap nav > ul li a {
        font-size: 16px;
    }
}

@media (min-width: 1500px) and (max-width: 1599px) {
    .team-area.team5-area .custom-container {
        max-width: 1350px;
    }
}

@media (min-width: 1600px) and (max-width: 1699px) {
    .team-area.team5-area .custom-container {
        max-width: 1440px;
    }
}