@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro|Poppins:600,700|Work+Sans:600&amp;display=swap';

* {
    padding: 0;
    margin: 0
}

body {
    background-color: #fff;
    font-family: source sans pro, sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #8d9aa8;
    font-weight: 400;
    letter-spacing: -.2px;
    position: relative;
    overflow-x: hidden
}


/* section {
    width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.904)
    radial-gradient(rgba(121, 52, 51, 0.712) 10%, transparent 1%);

  background-size: 11px 11px;
  } */

::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #793433
}

::selection {
    background-color: #793433;
    color: #fff
}

-webkit-::selection {
    background-color: #793433;
    color: #fff
}

::-moz-selection {
    background-color: #793433;
    color: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: poppins, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #263a4f
}

.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5 {
    color: #fff
}

.bg-dark p,
.bg-dark span {
    color: #999
}

h1 {
    font-size: 45px;
    font-weight: 400;
    line-height: 55px;
    margin: 0 0 10px;
    color: #263a4f
}

h2 {
    font-size: 32px;
    line-height: 42px;
    color: #263a4f;
    margin: 0 0 10px;
    font-weight: 600;
    letter-spacing: -1px
}

h3,
h4 {
    margin: 0 0 10px;
    font-weight: 400;
    line-height: 1.7;
    color: #263a4f;
    letter-spacing: -.5px
}

h3 {
    font-size: 20px
}

h4 {
    font-size: 16px
}

h5,
h6 {
    font-size: 14px;
    margin: 0 0 10px
}

img {
    border: none;
    outline: none;
    max-width: 100%
}

ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0
}

p,
li,
a,
span {}

p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px
}

a,
a:hover {
    text-decoration: none
}

a:focus {
    outline: 0;
    text-decoration: none
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #ddd !important
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #ddd !important
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #ddd !important
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #ddd !important
}

button {
    border: none;
    background: 0 0
}

.padding {
    padding: 100px 0
}

.no-padding {
    padding: 0
}

.padding-15 {
    padding: 15px
}

.padding-20 {
    padding: 20px
}

.box-padding {
    padding: 0 50px
}

.bg-white {
    background-color: #fff
}

.bg-grey {
    background-color: #f9fafa
}

.bg-dark {
    background-color: #242323 !important
}

.bd-top {
    border-top: 1px solid #e5e5e5
}

.bd-bottom {
    border-bottom: 1px solid #e5e5e5
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

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

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-50 {
    margin-bottom: 50px
}

.ml-15 {
    margin-left: 15px
}

.ml-20 {
    margin-left: 20px
}

.ml-25 {
    margin-left: 25px
}

.ml-30 {
    margin-left: 30px
}

.ml-35 {
    margin-left: 35px
}

.mt-20 {
    margin-top: 20px
}

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

.mt-40 {
    margin-top: 40px
}

.mt-50 {
    margin-top: 50px
}

.fz-28 {
    font-size: 28px
}

.fz-24 {
    font-size: 24px
}

.fz-22 {
    font-size: 22px
}

.fz-20 {
    font-size: 20px
}

.fz-18 {
    font-size: 18px
}

.fz-16 {
    font-size: 16px
}

.text-black {
    color: #333
}

.text-white {
    color: #fff
}

.box-shadow,
.box-shadow-hover:hover {
    -webkit-box-shadow: 0 .2rem 2.8rem rgba(36, 36, 36, .1);
    -moz-box-shadow: 0 .2rem 2.8rem rgba(36, 36, 36, .1);
    box-shadow: 0 .2rem 2.8rem rgba(36, 36, 36, .1)
}

.loaded .site-preloader-wrap {
    opacity: 0;
    visibility: hidden
}

/* Update preloader styles */
.site-preloader-wrap {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.loader-gif {
    width: 80px;  
    height: 80px;
    margin-bottom: 15px;  
}

.loader-gif img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.loader-text {
    font-size: 14px;
    color: #793433;
    font-family: work sans, sans-serif;  
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;  
}

@keyframes loader-bar-animation {
    0% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.site-preloader-wrap .spinner {
    background-color: #793433;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px
}

.spinner {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}




.btn_group {}

.btn_group a {
    margin: 5px
}

.btn_group_left a {
    margin-right: 15px;
    margin-bottom: 15px
}

.default-btn {
    background-color: #793433;
    text-transform: uppercase;
    font-family: work sans, sans-serif;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
    line-height: 45px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: .5px;
    padding: 0 30px;
    -webkit-box-shadow: 0 3px 10px rgba(71, 44, 173, .2);
    box-shadow: 0 3px 10px rgba(71, 44, 173, .2)
}

.default-btn:hover {
    background-color: #232427;
    color: #fff
}

.section-heading h2 {
    font-size: 32px;
    display: block
}

.section-heading span {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    color: #263a4f;
    font-weight: 600;
    letter-spacing: 0;
    font-family: work sans, sans-serif;
    position: relative;
    margin-bottom: 10px;
    z-index: 1
}

.section-heading span:before {
    background-color: transparent;
    position: absolute;
    content: "";
    width: 20px;
    height: 30px;
    left: calc(50% - 10px);
    top: calc(50% - 15px);
    border: 3px solid #793433;
    opacity: .5;
    z-index: -1
}

a,
a:hover,
.overlay,
img,
.form-control,
.form-control:hover,
button {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.header {
    /* background-color: #fff;
    width: 100%;
    height: auto;
    display: block */
    background-color: transparent; /* Set background to transparent */
    position: absolute; /* Position it absolutely */
    top: 0; /* Align to the top */
    left: 0; /* Align to the left */
    right: 0; /* Align to the right */
    z-index: 10; /* Ensure it is above the slider */
}

.viewport-sm .primary-header {
    padding: 10px 0
}

.header-menu-wrap {
    margin-left: auto
}

.sticky-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    z-index: 99
}

.sticky-header .primary-header {
    background-color: #fff;
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, .1);
}

.sticky-header.headroom--top {
    transform: translateY(-100%)
}

/* Styles for the Sticky Header Only */

/* Hide the original white logo in the sticky header */
.sticky-header .header-logo .original-logo {
    display: none;
}

/* Show the dark logo in the sticky header */
.sticky-header .header-logo .sticky-logo {
    display: inline-block !important; /* Or block, depending on your layout */
    /* Ensure the sticky logo size is appropriate if needed */
    /* max-width: 300px;  Match original logo size if necessary */
}

/* Change navigation link color in the sticky header */
.sticky-header .header-menu-wrap ul li > a {
    color: #222; /* Dark color for links */
}

/* Optional: Adjust hover color for sticky header links if needed */
.sticky-header .header-menu-wrap ul li:hover > a {
    color: #793433; /* Keep your brand hover color */
}

/* Change language switcher text color in the sticky header */
.sticky-header .custom-language-switcher .selected-language,
.sticky-header .custom-language-switcher .language-option {
    color: #222; /* Dark color for language switcher */
}

/* Optional: Adjust hover/active state for sticky language switcher */
.sticky-header .custom-language-switcher .language-option:hover,
.sticky-header .custom-language-switcher .language-option.active {
    color: #fff; /* Light background on hover */
    background-color: #793433; /* Brand color on hover/active */
}

/* Optional: Ensure language dropdown has a background in sticky header */
.sticky-header .custom-language-switcher .language-options {
    background-color: #fff; /* White background for dropdown */
    border: 1px solid #eee; /* Optional border */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Optional shadow */
}

.sticky-header .line-menu {
    background-color: #222; /* Dark color for burger menu lines */
}



.headroom {
    transition: transform .25s ease-in-out;
    will-change: transform
}

.headroom--unpinned {
    transform: translateY(-100%)
}

.headroom--pinned {
    transform: translateY(0)
}

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

.mobile-menu-icon {
    display: none
}

.burger-menu {
    width: 20px;
    height: 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    -webkit-transition: transform 330ms ease-out;
    -moz-transition: transform 330ms ease-out;
    -o-transition: transform 330ms ease-out;
    transition: transform 330ms ease-out
}

.burger-menu.menu-open {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.line-menu {
    background-color: #fff;
    border-radius: 2px;
    width: 100%;
    height: 3px
}

.line-menu.line-half {
    width: 50%
}

.line-menu.first-line {
    transition: transform 330ms cubic-bezier(.54, -.81, .57, .57);
    transform-origin: right
}

.menu-open .line-menu.first-line {
    -webkit-transform: rotate(-90deg) translateX(3px);
    -moz-transform: rotate(-90deg) translateX(3px);
    -o-transform: rotate(-90deg) translateX(3px);
    transform: rotate(-90deg) translateX(3px)
}

.line-menu.last-line {
    align-self: flex-end;
    transition: transform 330ms cubic-bezier(.54, -.81, .57, .57);
    transform-origin: left
}

.menu-open .line-menu.last-line {
    -webkit-transform: rotate(-90deg) translateX(-3px);
    -moz-transform: rotate(-90deg) translateX(-3px);
    -o-transform: rotate(-90deg) translateX(-3px);
    transform: rotate(-90deg) translateX(-3px)
}

.header-menu-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.header-menu-wrap ul li {
    display: inline-block;
    position: relative
}

.header-menu-wrap ul li>a {
    display: block;
    font-family: work sans, sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 600;
    /* color: #263a4f; */
    color: #fff;
    padding: 0 20px;
    height: 80px;
    line-height: 80px;
    text-decoration: none;
    -webkit-font-smoothing: antialiased
}

.header-menu-wrap ul li:hover>a {
    color: #793433
}

.header-menu-wrap ul li .link_underline::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 25%;
    height: 2px;
    width: 0%;
    background-color: #793433;
    transition: width 0.3s;
}

.header-menu-wrap ul li .link_underline:hover::after{
    width: 100%;
}

.header-menu-wrap li ul {
    background-color: #fff;
    display: block;
    width: 250px;
    padding: 30px 0;
    -webkit-box-shadow: 3px 1px 20px 0 rgba(0, 0, 0, .07);
    box-shadow: 3px 1px 20px 0 rgba(0, 0, 0, .07);
    border-radius: 0 0 16px 16px;
    position: absolute;
    left: -35px;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    -o-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease
}

.header-menu-wrap li:hover>ul {
    opacity: 1;
    visibility: visible;
    z-index: 99
}

.header-menu-wrap li li {
    display: block;
    padding: 0 35px;
    margin-bottom: 5px;
    text-align: left;
    position: relative
}

.header-menu-wrap li li:last-child {
    margin: 0
}

.header-menu-wrap li li>a {
    font-family: source sans pro, sans-serif;
    display: block;
    height: auto;
    line-height: inherit;
    color: #263a4f;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 2.5;
    text-transform: capitalize;
    padding: 1px 8px;
    font-size: 14px;
    -webkit-font-smoothing: antialiased
}

.header-menu-wrap li li:hover>a {
    color: #793433 !important;
    background-color: #f9f9f9
}

.header-menu-wrap li ul li ul {
    width: 250px;
    position: absolute;
    left: 100%;
    top: 0
}

@media(min-width:993px) {
    .header-menu-wrap li ul {
        display: block !important
    }
}

@media(max-width:992px) {

    .headroom--top .header-menu-wrap,
    .headroom--unpinned .header-menu-wrap {
        display: none !important
    }

    .dropdown-plus {
        width: 49px;
        height: 49px;
        line-height: 49px;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer
    }

    .dropdown-plus:before,
    .dropdown-plus:after {
        position: absolute;
        content: '';
        top: 24px;
        right: 18px;
        width: 13px;
        height: 1px;
        background-color: #222
    }

    .dropdown-plus:after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .dropdown-plus.dropdown-open:after {
        display: none
    }

    .mobile-menu-icon {
        display: block
    }

    .header-menu-wrap {
        display: none;
        background-color: #fff;
        width: 100%;
        height: auto;
        padding: 0 20px;
        position: absolute;
        left: 0;
        top: 60px;
        z-index: 999
    }

    .header-menu-wrap ul li {
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, .04)
    }

    .header-menu-wrap ul li:first-child {
        border-top: 1px solid rgba(0, 0, 0, .04)
    }

    .header-menu-wrap ul li>a {
        padding: 10px 15px;
        height: inherit;
        line-height: inherit;
        color:#222;
    }

    .header-menu-wrap ul li ul li ul,
    .header-menu-wrap ul li ul {
        background-color: transparent;
        width: 100%;
        opacity: 1;
        padding: 0;
        visibility: visible;
        position: inherit;
        display: none;
        top: inherit;
        left: inherit;
        box-shadow: none
    }

    .header-menu-wrap li li {
        padding-left: 11px
    }

    .header-menu-wrap li li:last-child {
        border-bottom: none
    }

    .header-menu-wrap li li>a {
        color: #263a4f;
        font-size: 13px
    }

    .header-menu-wrap li li:hover>a {
        color: #666
    }
}

@media(max-width:580px) {
    .header-right a.menu-btn {
        line-height: 40px;
        font-size: 10px;
        padding: 0 25px;
    }

    .primary-header .header-logo {
        max-width: 150px
    }
    
    .header-menu-wrap ul li .link_underline::after{
        content: "";
        width: 100%;
        height: 0vh;
    }
    
}

@media (max-width: 768px) {
    .header-right .custom-language-switcher {
        display: none; /* Hides social icons in navbar */
    }

    /* Shows inside the mobile menu */
    /* .header-right .mobile-menu-open .social-icons {
        display: flex; 
    } */
}



.primary-header-inner .header-right {
    display: flex;
    align-items: center;
    line-height: 80px;
    margin-left: 20px
}

.header-right .mobile-menu-icon {
    margin-left: 20px
}

.header-right a.menu-btn {
    background-color: #793433;
    line-height: 40px;
    color: #fff;
    border-radius: 3px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 0 20px
}

.header-right a.menu-btn:hover {
    background-color: #793433;
    opacity: .8;
    color: #fff
}

.primary-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.primary-header .header-logo {
    max-width: 300px
}

.viewport-lg .primary-header .header-menu-wrap {
    display: block !important
}

/* Social Icons Styling */
.social-icons {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 15px;
}

.social-icon {
    font-size: 20px;
    transition: color 0.3s ease;
}

.social-ln{
    color: #1469C7;
}
.social-w{
    color: #30D54E;
}
.social-yt{
    color: #FF0808;
}

.social-icon:hover {
    color: inherit; 
}

/* Language Switcher Styling */
/* .language-switcher {
    margin-left: 15px;
}

.language-switcher select {
    width: 50px;
    padding: 5px 10px;
    line-height: normal;
    font-size: 14px;
    font-weight: 600;

    border-radius: 5px;
    border-radius: 8px;


    color: #333;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease-in-out;
}

.language-switcher select {
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="%23333"><path fill-rule="evenodd" d="M5.293 7.707a1 1 0 011.414 0L10 11.293l3.293-3.586a1 1 0 011.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
}


#language-select {
    padding: 5px;
    cursor: pointer;    
    border: none;
} */


.custom-language-switcher {
    position: relative;
    width: 50px;
    height: 30px;
    margin-left: 15px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    user-select: none;
}

.language-option.active {
    background-color: #793433;
    color: white;
}

.selected-language {
    height: 100%;
    padding-right: 20px;
    color: #fff;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;

    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="%23fff"><path fill-rule="evenodd" d="M5.293 7.707a1 1 0 011.414 0L10 11.293l3.293-3.586a1 1 0 011.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
  }
  
  .language-options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    background: white;
    border-radius: 7px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 100;
    overflow: hidden;
  }
  
  .language-option {
    padding: 5px 0;
    text-align: center;
    font-size: 14px;

    height: 30px; /* Make each option the same height as the selector */
    line-height: 30px; /* Center text vertically */
    padding: 0; /* Remove padding and use line-height instead */
  }
  

  /* Red background for EN (selected) */
  /* .language-option:first-child {
    background-color: #793433; 
    color: white;
  } */
  
  .language-option:hover {
    background-color: #793433; 
    color: white;
  }

  




.about-section {
    /* background-image: url(../img/bg-1.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.about-wrap {
    display: flex;
    align-items: center
}

.about-content {}

.about-content h2 {
    margin-bottom: 20px
}

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

.about-promo {
    padding-left: 80px
}

.about-promo .about-promo-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.about-promo .about-promo-item:last-child {
    margin-bottom: 0
}

.about-promo .about-promo-item i {
    font-size: 70px;
    color: #793433;
    margin-right: 30px
}

/* Video Section */
#vid_section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    overflow: hidden;
}

#vid_section media-theme-demuxed-2022 {
    width: 100%;
    display: block;
    margin: 0 auto;
}

#vid_section youtube-video {
    width: 100%;
    aspect-ratio: 16/9;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    #vid_section {
        width: 100%;
        padding: 0 15px;
        margin: 0 auto;
    }
    
    #vid_section youtube-video,
    #vid_section media-theme-demuxed-2022 {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        display: block;
    }

    #vid_section youtube-video::part(video) {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16/9;
    }
}

/* Ensure video container is centered in fullscreen */
#vid_section youtube-video:fullscreen,
#vid_section media-theme-demuxed-2022:fullscreen {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

/* Fullscreen styles */
#vid_section youtube-video:fullscreen,
#vid_section youtube-video:-webkit-full-screen,
#vid_section youtube-video:-moz-full-screen,
#vid_section youtube-video:-ms-fullscreen {
    width: 100vw !important;
    height: 100vh !important;
    max-width: none !important;
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
}

media-theme-demuxed-2022:fullscreen,
media-theme-demuxed-2022:-webkit-full-screen,
media-theme-demuxed-2022:-moz-full-screen,
media-theme-demuxed-2022:-ms-fullscreen {
    width: 100vw !important;
    height: 100vh !important;
    max-width: none !important;
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Container styles */
.w3l-grids-3 .container {
    max-width: 100%;
    padding: 0 30px;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
    #vid_section {
        width: 100%;
        padding: 0 15px;
    }
    
    #vid_section youtube-video,
    #vid_section media-theme-demuxed-2022 {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        display: block;
    }

    #vid_section youtube-video::part(video) {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16/9;
    }
}

/* @media screen and (max-width: 768px) {
    #vid_section youtube-video{
        width: auto;
        height: 200px;
    }
    
} */


/* New Video Section  */
.title-w3l,
.title-w3l.two {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    text-transform: capitalize;
}

/*--//w3l-main-slider--*/
.w3ab-left-top {
    margin: 0 auto;
    max-width: 800px;
    text-align: center;

}

/*--/video--*/
.w3l-index5 {
    background: url(.././img/video_bg.jpg) no-repeat center;
    -ms-background-size: cover;
    background-size: cover;
    z-index: 0;
    position: relative;
    display: grid;
    align-items: center;
    background-size: cover;
    z-index: 0;
    position: relative;
    border-radius: 4px;
    min-height: 400px;
}

.w3l-index5:before {
    content: "";
    background: rgb(6 1 14 / 70%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    border-radius: 4px;
}

.w3l-index5 h6.title-subw3hny:after {
    content: "";
    position: absolute;
    border: 0;
    width: 50px;
    height: 2px;
    background: #ffc20e;
    z-index: 1;
    margin-left: 0;
    right: 0;
    top: 12px;
}

.w3l-index5 .new-block {
    display: grid;
    align-items: center;
    padding: 2rem 0;
}

.w3l-index5 .middle-section h2 {
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
}

.w3l-index5 .video-info p,
p.vhny-para {
    color: #fff;
    opacity: 0.8;
}

.w3l-index5 span.video-play-icon {
    background: #fff;
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.w3l-index5 span.video-play-icon span {
    color: #793433;
}

.w3l-index5 span.video-play-icon:hover {
    transform: scale(1.1);
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.w3l-index5 span.fa.fa-play {
    line-height: 55px;
}

.w3l-index5 .play-view {
    left: 0;
    right: 0;
    top: calc(50% - 40px);
}

@media (max-width: 800px) {
    .w3l-index5 .middle-section h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .w3l-clients .logos img {
        margin: 0 0px;
        opacity: 0.9;
    }
}

@media (max-width: 667px) {
    .w3l-index5 .middle-section h2 {
        font-size: 32px !important;
        line-height: 42px;
    }

    .w3l-index5 .play-view {
        left: 0;
        right: 0;
        top: calc(50% - 28px);
    }

    #small-dialog {
        max-width: 450px;
        margin: 40px auto;
        position: relative;
    }

    .w3l-index5 {
        border-radius: 4px;
        min-height: 300px;
    }
}

/* play icon animation */
@-webkit-keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgb(255 255 255 / 25%), 0 0 0 10px rgb(255 255 255 / 25%), 0 0 0 20px rgb(255 255 255 / 25%);
    }

    100% {
        box-shadow: 0 0 0 10px rgb(255 255 255 / 25%), 0 0 0 20px rgb(255 255 255 / 25%), 0 0 0 40px rgba(50, 100, 245, 0);
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgb(255 255 255 / 25%), 0 0 0 10px rgb(255 255 255 / 25%), 0 0 0 20px rgb(255 255 255 / 25%);
    }

    100% {
        box-shadow: 0 0 0 10px rgb(255 255 255 / 25%), 0 0 0 20px rgb(255 255 255 / 25%), 0 0 0 40px rgba(50, 100, 245, 0);
    }
}

/* //play icon animation */
/*--//video--*/




.service-section {
    position: relative;
    z-index: 1;
    /* background-image: url(../img/textures/Textured\ Gradient\ Waves.jpeg);
    background-repeat: no-repeat;
    background-size: cover; */
}

.service-section .dark-bg {
    position: absolute;
    background-color: #232427;
    width: 100%;
    height: 350px;
    left: 0;
    top: 0;
    z-index: -2;
    padding-top: 80px
}

.service-section:before {
    background-image: url(../img/map-pattern.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1
}

.section-heading.dark-background h2 {
    color: #fff
}

.section-heading.dark-background span {
    color: #ddd
}

.service-item {
    background-color: #fff;
    padding: 40px 20px;
    border-right: 1px solid rgba(0, 0, 0, .03);
    transition: all .2s ease-in-out;
    text-align: center;
    position: relative;
    z-index: 1
}

.service-item .service-icon {
    color: #793433;
    font-size: 60px;
    margin-bottom: 10px
}

.service-item .overlay-icon {
    position: absolute;
    left: 50%;
    bottom: 50%;
    font-size: 130px;
    color: #793433;
    opacity: .09;
    transform: translate(-50%, 50%);
    z-index: -1
}

.service-item h3 {
    font-size: 18px
}

.service-item .read-more {
    font-family: work sans, sans-serif;
    color: #263a4f;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative
}

.service-item .read-more:hover {
    opacity: .8
}

.service-item:hover {
    background-color: #793433;
    transition: all .2s ease-in-out
}

.service-item:hover h3,
.service-item:hover .service-icon,
.service-item:hover .overlay-icon,
.service-item:hover p,
.service-item:hover .read-more {
    color: #fff;
    transition: all .2s ease-in-out
}

.service-carousel {
    position: relative
}

.service-carousel .owl-nav {}

.service-carousel .owl-nav div {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    left: -70px;
    top: calc(50% - 20px);
    background-color: #fff;
    color: #263a4f;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}

.service-carousel .owl-nav div.owl-next {
    left: auto;
    right: -70px
}

.service-section.section-2 {
    position: relative;
    z-index: 1;
    padding-bottom: 100px
}

.service-section.section-2 .dots {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots-red.png) 0 0 repeat;
    z-index: -1;
    opacity: 0.2;
}

.service-content {}

.service-content span {
    font-family: work sans, sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block
}

.service-content h2 {
    margin-bottom: 20px
}

.service-content p {
    margin-bottom: 30px
}

.services-list .offset-top {
    transform: translateY(30px)
}

.services-list .service-item {
    text-align: left
}

.services-list .service-item i {
    font-size: 50px;
    color: #793433;
    margin-bottom: 10px;
    display: block
}

.services-list .service-item:hover i {
    color: #fff
}

.services-list .service-item h3 {
    margin: 0 0 5px
}

.services-list .service-item p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0
}

.promo-section {}

.promo-wrap {}

.promo-item {
    padding: 30px 15px
}

.promo-item h3 {
    font-size: 18px;
    margin: 0 0 5px
}

.promo-item i {
    display: block;
    font-size: 50px;
    color: #793433;
    margin-bottom: 10px
}

.promo-item p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0
}

.work-pro-section {
    background-image: url(../img/d-slide-6.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1
}

.work-pro-section:before {
    background-color: rgba(35, 36, 39, .8);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1
}

.work-pro-item {}

.work-pro-item .number {
    font-size: 18px;
    color: #fff;
    font-family: poppins, sans-serif;
    font-weight: 600;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #793433;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 20px;
    position: relative;
    z-index: 1
}

.work-pro-item .number-line {
    background-color: rgba(255, 255, 255, .08);
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    top: 25px;
    left: 150px;
    z-index: -1
}

.work-pro-item h3 {
    color: #fff;
    font-size: 18px
}

.work-pro-item p {
    color: #ddd;
    margin: 0
}

.projects-section {
    padding: 80px 0;
}

.projects-section .container-fluid {
    padding: 0
}

.projects-carousel {
    position: relative;
}

.project-item {
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100%; 
    height: 339px; 
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.project-item:hover {
    transform: translateY(-5px);
}

.project-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block; /*removes extra space below image*/
}

.project-item .overlay {
    background-color: rgba(121, 52, 51, .8);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 1
}

.project-item:hover .overlay {
    visibility: visible;
    opacity: 1;
    cursor: pointer;
    transition: all 300ms ease
}

.project-btn{
    background-color: #fff;
    color: #000;
    padding: 10px;
    border-radius: 12px;
    font-size: 14px;
}

.project-btn:hover{
    background-color: #ffffffcf;
    color: #000;
}

.projects-content {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
    padding: 30px;
    z-index: 1;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .4s cubic-bezier(.37, .31, .2, .85);
    transition: all .4s cubic-bezier(.37, .31, .2, .85)
}

.project-item:hover .projects-content {
    transform: translateY(0)
}

.project-item .tittle:hover {
    /* text-decoration: underline */
}

.projects-content .category {
    font-family: work sans, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 15px;
    color: #fff;
    display: block
}

.projects-content .tittle {
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 0;
    display: block
}

.project-item .view-icon {
    position: absolute;
    width: auto;
    height: auto;
    right: 40px;
    top: 30px;
    display: block;
    font-size: 25px;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease
}

.project-item:hover .view-icon {
    cursor: pointer;
    right: 20px;
    visibility: visible;
    opacity: 1;
    z-index: 1
}

.projects-carousel {
    position: relative
}

.projects-carousel .owl-nav {}

.projects-carousel .owl-nav div {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    left: -70px;
    top: calc(50% - 20px);
    background-color: #fff;
    color: #263a4f;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}

.projects-carousel .owl-nav div.owl-next {
    left: auto;
    right: -70px
}

.project-single-section {
    position: relative;
    z-index: 1
}

.project-single-section .dots {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots-red.png) 0 0 repeat;
    z-index: -1;
    opacity: 0.2;
}

.project-single-content {
    background-color: #fff;
    padding-left: 30px
}

.project-single-content p,
.project-single-content h2 {
    margin-bottom: 20px
}

.project-single-content .project-details li {
    line-height: 40px
}

.project-single-content .project-details span {
    font-family: work sans, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #263a4f;
    font-size: 14px;
    letter-spacing: 0;
    width: 150px;
    display: inline-block
}

.cta-section {
    background-image: url(../img/cta-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1
}

.cta-section:before {
    background-color: rgba(35, 36, 39, .8);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1
}

.cta-content {}

.cta-content span {
    font-family: work sans, sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
    color: #ddd
}

.cta-content h2 {
    color: #fff;
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 30px
}

.content-section {}

.content-wrap {
    display: flex;
    align-items: center
}

.content-wrap img {
    border-radius: 5px
}

.content-info {}

.content-info span {
    font-family: work sans, sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block
}

.content-info h2 {
    margin-bottom: 20px
}

.content-info p {
    margin-bottom: 30px
}

.counter-section {
    background-image: url(../img/counter-bg1.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1
}

.counter-section:before {
    background-color: rgba(35, 36, 39, .8);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1
}

.counter-content {
    text-align: center
}

.counter-content .counter {
    font-family: work sans, sans-serif;
    /* color: #793433; */
    color: #fff;
    font-size: 48px;
    line-height: 1;
    font-weight: 600;
    position: relative;
    display: block;
    margin: 0 0 10px
}

.counter-content h4 {
    font-family: work sans, sans-serif;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    display: block;
    text-transform: uppercase
}

.team-section {
    position: relative;
    z-index: 1
}

.team-section .dots {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.png) 0 0 repeat;
    z-index: -1
}

.team-wrap .col-lg-3 {
    padding: 0
}

.team-item {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.team-item img {
    width: 100%
}

.team-item .team-content {
    display: block
}

.team-item .team-content h3 {
    position: absolute;
    width: auto;
    height: auto;
    left: 0;
    bottom: -58px;
    background-color: #fff;
    box-shadow: 0 14px 70px -10px rgba(0, 0, 0, .15);
    transform: rotate(-90deg);
    transform-origin: 0 0;
    padding: 10px 15px;
    font-size: 16px;
    z-index: 2
}

.bg-dark .team-item .team-content h3 {
    color: #263a4f
}

.team-item .team-content span {
    position: absolute;
    width: auto;
    height: auto;
    right: 20px;
    bottom: 20px;
    color: #fff;
    font-size: 10px;
    letter-spacing: 1px;
    font-family: work sans, sans-serif;
    padding: 5px 10px;
    background-color: #793433;
    box-shadow: 0 14px 70px -10px rgba(0, 0, 0, .15);
    text-transform: uppercase;
    font-weight: 600;
    z-index: 2
}

.team-item .team-social {
    position: absolute;
    width: auto;
    height: auto;
    right: 20px;
    top: 20px;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    transition: all .3s linear
}

.team-item .team-social li {
    transform: translateX(100px);
    transition: all .3s linear
}

.team-item .team-social li:nth-child(1) {
    transition-delay: 0ms
}

.team-item .team-social li:nth-child(2) {
    transition-delay: 100ms
}

.team-item .team-social li:nth-child(3) {
    transition-delay: 150ms
}

.team-item .team-social li:nth-child(4) {
    transition-delay: 200ms
}

.team-item:hover .team-social li {
    transform: translateX(0)
}

.team-item .team-social li a {
    color: #fff;
    margin-bottom: 10px;
    display: block
}

.team-item:hover img {
    transform: scale(1.08);
    cursor: pointer
}

.team-item:hover .team-social {
    visibility: visible;
    opacity: 1
}

.team-item .overlay {
    background-color: rgba(0, 0, 0, .2);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    visibility: hidden;
    opacity: 0
}

.team-item:hover .overlay {
    visibility: visible;
    opacity: 1
}

.testimonial-section {
    position: relative;
    z-index: 1;
    /* background-image: url(../img/textures/bg-1.jpg); */
}

.testimonial-section .dots {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots-red.png) 0 0 repeat;
    z-index: -1;
    opacity: 0.2;
}

.testi-item img {
    width: 100px !important;
    height: 100px;
    line-height: 100px;
    border-radius: 50%
}

.testi-content {
    padding-left: 20px
}

.testi-content h3 {
    font-size: 16px;
    display: inline-block;
    font-weight: 600;
    margin: 0
}

.testi-content span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-family: work sans, sans-serif
}

.testi-item {
    background-color: #fff;
    position: relative;
    padding: 30px;
    border-left: 4px solid #793433;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}

.testi-item .fa-quote-right {
    position: absolute;
    right: 30px;
    bottom: 25px;
    font-size: 50px;
    color: #793433;
    opacity: .5
}

.testi-content .rattings {
    display: inline-block;
    margin-left: 5px
}

.testi-content .rattings li {
    display: inline-block
}

.testi-content .rattings li i {
    font-size: 10px;
    color: #793433;
    display: inline-block
}

.owl-controls .owl-dots {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: -50px;
    text-align: center
}

.owl-controls .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 1px;
    background-color: #555;
    margin: 0 3px;
    position: relative;
    text-align: center
}

.owl-controls .owl-dots .owl-dot.active {
    background-color: #793433
}

.page-header {
    background-image: url(../img/page-header.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1
}

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

.page-content {}

.page-content h2 {
    color: #fff;
    font-size: 36px
}

.page-content p {
    color: #ddd;
    margin: 0
}

.error-section {}

.error-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center
}

.error-content img {
    max-width: 100%
}

.error-content .error-info {
    padding-left: 50px;
    text-align: center
}

.error-content .error-info h2 {
    font-size: 200px;
    line-height: 200px;
    letter-spacing: -10px
}

.error-content .error-info a {
    color: #263a4f;
    font-weight: 600;
    text-decoration: underline
}

.error-content .error-info a:hover {
    color: #793433
}

.contact-section {
    position: relative;
    z-index: 1
}

.contact-section .dots {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/bg-dots-red.png) 0 0 repeat;
    z-index: -1;
    opacity: 0.2;
}

.contact-info h3 {
    line-height: 28px
}

.contact-info h4 {
    font-size: 15px;
    line-height: 28px
}

.contact-info span {
    text-transform: uppercase;
    margin-right: 5px
}

.form-control {
    background-color: #fff;
    border-radius: 0;
    padding: 15px 10px;
    box-shadow: none
}

.form-control:focus {
    border-color: #793433;
    box-shadow: none;
    outline: none
}

#form-messages {
    display: none
}

#form-messages.alert-danger,
#form-messages.alert-success {
    display: block
}

#google-map {
    width: 100%;
    height: 400px
}

.blog-section {}

.blog-section.bg-dark .dots {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.png) 0 0 repeat;
    z-index: -1
}

.blog-item .blog-thumb {
    position: relative
}

.blog-item .blog-thumb .category {
    background-color: #793433;
    padding: 5px 15px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: work sans, sans-serif;
    position: absolute;
    width: auto;
    height: auto;
    left: 0;
    bottom: 0
}

.blog-item .blog-thumb .category a {
    color: #fff
}

.blog-item .blog-thumb img {
    width: 100%;
    margin: 0
}

.blog-content {
    background-color: #f9fafa;
    padding: 30px
}

.blog-content h3 {
    line-height: 24px
}

.blog-content h3 a {
    color: #263a4f;
    font-size: 18px;
    line-height: 24px
}

.blog-content h3 a:hover {
    color: #793433
}

.blog-content .read-more {
    font-family: work sans, sans-serif;
    color: #263a4f;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-left: 30px;
    transition: all 200ms linear 0ms
}

.blog-content .read-more:before {
    background-color: #793433;
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    left: 0;
    top: calc(50% - 1px);
    transition: all 200ms linear 0ms
}

.blog-content .read-more:hover {
    color: #793433;
    padding-left: 40px
}

.blog-content .read-more:hover:before {
    width: 30px
}

.pagination-wrap {}

.pagination-wrap li {
    display: inline-block;
    margin: 0 5px
}

.pagination-wrap.text-left li {
    margin: 0 10px 0 0
}

.pagination-wrap li a {
    border: 1px solid #e5e5e5;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #263a4f;
    font-weight: 600;
    border-radius: 2px
}

.pagination-wrap li a:hover {
    background-color: #793433;
    color: #fff;
    opacity: 1;
    text-decoration: none
}

.pagination-wrap li a.active {
    background-color: #793433;
    border: 1px solid #793433;
    color: #fff
}

.sidebar-wrap {
    padding-left: 40px
}

.sidebar-wrap .widget-content {
    margin-bottom: 40px
}

.sidebar-wrap .widget-content h4 {
    position: relative;
    margin-bottom: 30px
}

.sidebar-wrap .widget-content h4:before {
    background-color: #793433;
    position: absolute;
    content: "";
    width: 20%;
    height: 3px;
    left: 0;
    bottom: -5px
}

.sidebar-wrap .widget-content .widget-links li a:hover {
    text-decoration: underline
}

.search-form {
    position: relative;
    margin-left: -2px
}

.search-form .form-control {
    background-color: #f5f5f5;
    box-shadow: none;
    width: 100%;
    display: block;
    border: 1px solid #e5e5e5;
    color: #263a4f;
    height: auto;
    padding: 15px 20px;
    border-radius: 2px;
    padding-right: 60px
}

.search-form .search-btn {
    background-color: transparent;
    font-size: 15px;
    color: #263a4f;
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 10px 0;
    opacity: .6
}

.search-form .search-btn:focus,
.search-form .search-btn:hover {
    opacity: 1;
    cursor: pointer
}

.search-form input::-webkit-input-placeholder {
    color: #8d9aa8 !important
}

.search-form input:-moz-placeholder {
    color: #8d9aa8 !important
}

.search-form input::-moz-placeholder {
    color: #8d9aa8 !important
}

.search-form input:-ms-input-placeholder {
    color: #8d9aa8 !important
}

.thumb-post {}

.thumb-post li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: top;
    margin-bottom: 20px
}

.thumb-post li:last-child {
    margin-bottom: 0
}

.thumb-post li img {
    width: 100px;
    display: block
}

.thumb-post li a {
    font-family: poppins, sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #263a4f;
    padding-left: 15px;
    letter-spacing: -.5px
}

.thumb-post li a:hover {
    color: #793433;
    text-decoration: underline
}

.widget-content .tags {}

.widget-content .tags li {
    display: inline-block
}

.widget-content .tags li a {
    display: inline-block;
    background-color: #793433;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    margin: 3px
}

.widget-content .tags li a:hover {
    background-color: #263a4f;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}

.blog-thumb {}

.blog-thumb img {
    margin-bottom: 20px
}

.blog-single-content {}

.blog-single-content h2 a {
    font-size: 28px;
    color: #263a4f
}

.blog-single-content h2 a:hover {
    color: #793433
}

.single-post-meta {
    margin-bottom: 20px
}

.single-post-meta li {
    display: inline-block;
    margin-right: 20px
}

.single-post-meta li i {
    font-size: 12px;
    color: #793433;
    margin-right: 5px
}

.single-post-meta li a {
    display: inline-block;
    font-family: work sans, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #263a4f
}

blockquote {
    background-color: #f5f5f5;
    padding: 40px;
    border-left: 4px solid #793433;
    margin: 30px 0;
    position: relative;
    z-index: 1
}

blockquote .dots {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots-red.png) 0 0 repeat;
    z-index: -1;
    opacity: 0.2;
}

blockquote p {
    color: #263a4f;
    font-size: 20px
}

blockquote span {
    display: block;
    margin-top: 20px;
    color: #263a4f
}

.post-tags {
    margin-top: 30px
}

.post-tags li {
    display: inline-block
}

.post-tags li a {
    display: inline-block;
    background-color: #793433;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    margin: 3px
}

.post-tags li a:hover {
    background-color: #263a4f;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}

.author-box {
    display: flex;
    align-items: center;
    padding: 30px;
    margin-top: 30px;
    border-left: 4px solid #793433
}

.author-box img {
    border-radius: 50%
}

.author-info {
    padding-left: 30px
}

.author-info h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px
}

.author-box .social-icon {}

.author-box .social-icon li {
    display: inline-block;
    margin-right: 8px
}

.author-box .social-icon li a {
    font-size: 14px;
    color: #263a4f
}

.author-box .social-icon li a:hover {
    color: #793433
}

.post-navigation {
    border: 1px solid #e5e5e5;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0
}

.post-navigation .col {
    padding: 20px
}

.post-navigation .col:not(:last-of-type) {
    border-right: 1px solid rgba(17, 17, 17, .04)
}

.post-navigation .col a {
    color: #263a4f;
    font-size: 12px;
    text-transform: uppercase;
    font-family: work sans, sans-serif;
    font-weight: 600;
    display: flex;
    align-items: center
}

.post-navigation .col.next-post a {
    justify-content: flex-end
}

.post-navigation .col i {
    display: inline-block;
    font-size: 14px
}

.post-navigation .ti-arrow-left {
    margin-right: 10px
}

.post-navigation .ti-arrow-right {
    margin-left: 10px
}

.post-navigation .col a:hover {
    color: #793433
}

.post-navigation .col.prev-post .fa {
    margin-right: 10px
}

.post-navigation .col.next-post .fa {
    margin-left: 10px
}

.blog-single-wrap .comments-area {
    margin-top: 40px
}

.blog-single-wrap .comments-area .comments {
    border-bottom: 0
}

.blog-single-wrap .comments-area li>div {
    border-bottom: 1px solid rgba(17, 17, 17, .05);
    padding: 35px
}

.blog-single-wrap .comments-area ol {
    list-style-type: none;
    padding-left: 0
}

.blog-single-wrap .comments-area ol ul {
    padding-left: 30px;
    list-style-type: none;
    margin: 0
}

.blog-single-wrap .comments-area ol>li:last-child div {
    border-bottom: 0
}

.blog-single-wrap .comments-area .comments-title {
    font-size: 22px;
    font-weight: 600
}

.blog-single-wrap .comments-area li>div {
    position: relative
}

.blog-single-wrap .comments-area .comment-thumb {
    position: absolute;
    left: 35px
}

.blog-single-wrap .comments-area .comment-thumb .comment-img {
    width: 80px;
    height: 80px;
    border-radius: 50%
}

.blog-single-wrap .comments-area .comment-thumb .comment-img img {
    border-radius: 50%
}

.blog-single-wrap .comments-area .comment-main-area {
    padding-left: 100px
}

.blog-single-wrap .comments-area .comment-main-area p {
    margin-bottom: 20px
}

.blog-single-wrap .comments-area .comments-meta h4 {
    font-family: poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -1px
}

.blog-single-wrap .comments-area .comments-meta h4 span {
    font-family: work sans, sans-serif;
    font-weight: 600;
    text-transform: none;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 5px
}

.blog-single-wrap .comments-area .comment-reply-link {
    font-family: work sans, sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #793433;
    display: inline-block;
    text-transform: uppercase;
    padding-left: 35px;
    position: relative
}

.blog-single-wrap .comments-area .comment-reply-link:before {
    background-color: #793433;
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    left: 0;
    top: calc(50% - 1px)
}

.blog-single-wrap .comments-area .comment-reply-link:hover {
    text-decoration: underline
}

.blog-single-wrap .comment-respond {}

.blog-single-wrap .comment-respond .comment-reply-title {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 20px
}

.blog-single-wrap .comment-respond form input,
.blog-single-wrap .comment-respond form textarea {
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 50px;
    padding: 6px 15px;
    margin-bottom: 15px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: all .3s
}

.blog-single-wrap .comment-respond form input:focus,
.blog-single-wrap .comment-respond form textarea:focus {
    border-color: #793433
}

.blog-single-wrap .comment-respond form textarea {
    height: 200px;
    padding: 15px
}

.blog-single-wrap .comment-respond .form-inputs {
    overflow: hidden
}

.blog-single-wrap .comment-respond .form-inputs>input:nth-child(2) {
    width: 49%;
    float: left
}

.blog-single-wrap .comment-respond .form-inputs>input:nth-child(3) {
    width: 49%;
    float: right
}

.blog-single-wrap .comment-respond .form-submit input {
    font-family: work sans, sans-serif;
    max-width: 180px;
    background-color: #793433;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    cursor: pointer;
    border-radius: 0;
    text-transform: uppercase
}

.blog-single-wrap .comment-respond .form-submit input:hover {
    opacity: .9
}

.sponsor-section {
    padding: 50px 0;
    position: relative;
    z-index: 1;
    /* background-image: url(../img/textures/bg2.jpg); */
}

.sponsor-section .dots {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.png) 0 0 repeat;
    z-index: -1
}

.sponsor-item {
    height: 100px;
    width: 100px;
    object-fit: cover;

}

.sponsor-item img {
    opacity: .5;
}

.sponsor-item:hover img {
    opacity: 1;
    cursor: pointer
}

.widget-section {
    /* background-color: #232427; */
    background-image: url(../img/blurry-gradient-haikei\ \(2\).svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* border-bottom: 1px solid #333 */
}

.widget-content {}

.widget-content img {
    margin-bottom: 20px
}

.widget-section .widget-content h4 {
    color: #fff
}

.widget-content p {}

.widget-content span {
    display: block
}

.widget-content .widget-links {}

.widget-content .widget-links li {}

.widget-content .widget-links li a {
    color: #8d9aa8;
    line-height: 1.9
}

.widget-content .widget-links li a:hover {
    color: #793433;
    text-decoration: underline
}

/* Footer Social Media Icon color */
.footer_social{
    /* color: #793433; */
}

#ft_in:hover{
    color: #1468c793;
}
#ft_w:hover{
    color: #30d54e75;
}
#ft_yt:hover{
    color: #ff080873;
}


.subscribe-form {
    position: relative
}

.subscribe-form .form-input {
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 50px;
    padding: 10px;
    padding-right: 140px;
    border-radius: 2px
}

.subscribe-form .submit-btn {
    background-color: #793433;
    font-family: work sans, sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
    line-height: 50px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: .5px;
    padding: 0 30px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}

.footer-section {
    /* background-color: #232427; */
    /* background-color: #793433; */
    background-image: url(./img/blurry-gradient-haikei.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    color: #fff;
    text-align: center;
    padding: 25px 0;
}

.footer-section p {
    font-size: 16px;
    color: #ababc7;
    margin: 0
}

/* .footer_wrapper{
    display: flex;
    align-items: center;
    justify-content:space-between;
} */

.footer_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding-top: 30px;
    margin-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.1); */
    position: absolute; /* Position absolutely within the widget-section */
    bottom: 0;         /* Align to bottom */
    left: 0;
    right: 0;
    margin-top: 100px;
    padding-bottom: 40px;
    /* border-top: none; */
}

/* Adjust widget-section to accommodate absolute positioning */
.widget-section {
    position: relative; /* Enable absolute positioning of footer_wrapper */
    padding-bottom: 100px; /* Add padding to prevent content overlap */
}

/* Maintain responsive behavior */
@media (max-width: 768px) {
    .footer_wrapper {
        position: relative;
        padding-bottom: 20px;
    }
    
    .widget-section {
        padding-bottom: 0;
    }
}

.footer_div1, .footer_div2 {
    flex: 0 0 auto;
}

.footer_div1 p, .footer_div2 p {
    margin: 0;
    font-size: 14px;
    color: #8d9aa8;
}

.footer_div2 a:hover {
    color: #793433 !important;
    transition: color 0.3s ease;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
    .footer_wrapper {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}

#footer_mid{
    margin: 0 10px 0 80px;
    width: 100%;
    height: 300px;
}
#footer_mid img{

    width: 380px;
    height: 290px;
}


#scroll-to-top {
    background-color: #793433;
    display: none;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    line-height: 45px;
    color: #fff;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999
}

#scroll-to-top:hover {
    background-color: #793433;
    color: #fff;
    opacity: .8
}

/* Add new media query for extra large screens */
@media (min-width: 1400px) {
    .container {
        max-width: 90%; /* Instead of fixed width, use percentage */
        margin: 0 auto;
    }

    /* Adjust carousel items for larger screens */
    #projects-carousel.owl-carousel {
        margin: 0 -10px; /* Add negative margin to counter item padding */
    }

    #projects-carousel .owl-item {
        padding: 0 10px; /* Add padding to items */
    }

    /* Update projects carousel responsive settings */
    #projects-carousel.owl-carousel .owl-stage {
        display: flex;
        flex-wrap: wrap;
    }
}


@media (min-width: 1400px) {
    /* Fix About section spacing */
    .about-section .container {
        max-width: 90%;
        margin: 0 auto;
    }

    .about-wrap {
        display: flex;
        justify-content: space-between;
        margin: 0; /* Remove default margin */
    }

    .about-content {
        padding-right: 30px; /* Add some spacing between content and promo items */
    }

    /* Fix Footer section spacing */
    .widget-section .container {
        max-width: 90%;
        margin: 0 auto;
    }

    .widget-section .row {
        display: flex;
        justify-content: space-between;
        margin: 0; /* Remove default margin */
    }

    /* Adjust footer columns for better distribution */
    .widget-section .col-lg-3 {
        flex: 0 0 22%; /* Slightly reduce width to prevent wrapping */
    }

    .widget-section .col-lg-5 {
        flex: 0 0 45%; /* Adjust middle column width */
    }

    #footer_mid {
        display: flex;
        justify-content: center;
    }

    #footer_mid img {
        width: 100%;
        width: 380px;
        height: 290px;
    }

    .footer_wrapper {
        /* padding-top: 30px;
        margin-top: 90px; */
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin-top: 100px;
        padding-bottom: 40px;
        border-top: none;
    }
}

/* Add RTL support */
[dir="rtl"] .header-right {
    flex-direction: row-reverse;
}

[dir="rtl"] .custom-language-switcher {
    margin-left: 0;
    margin-right: 15px;
}

[dir="rtl"] .social-icons {
    margin-left: 0;
    margin-right: 15px;
}

[dir="rtl"] .header-menu-wrap ul li {
    text-align: right;
}

/* RTL Layout Fixes */
[dir="rtl"] .dl-slider {
    direction: ltr !important; /* Keep slider base direction LTR */
}

[dir="rtl"] .dl-slider .single-slide {
    float: left !important; /* Force correct slide direction */
    direction: rtl; /* Allow content to be RTL */
}

[dir="rtl"] .dl-slider .slider-content-wrap {
    direction: rtl;
}

[dir="rtl"] .dl-slider .slider-content {
    text-align: right;
    direction: rtl;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Fix slider visibility */
.dl-slider .single-slide {
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
}

.dl-slider .slick-slide {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Ensure images are visible */
.dl-slider .bg-img {
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 0 !important;
}

/* Fix overlay */
.dl-slider .overlay {
    opacity: 0.3;
    visibility: visible !important;
    z-index: 1 !important;
}

/* Ensure content is above overlay */
.dl-slider .slider-content-wrap {
    position: relative;
    z-index: 2 !important;
}

/* Fix animations */
[dir="rtl"] .dl-slider [data-animation] {
    opacity: 0;
    visibility: visible !important;
}

[dir="rtl"] .dl-slider .slick-active [data-animation] {
    opacity: 1;
}

/* Fix slider height */
.dl-slider,
.dl-slider .single-slide,
.dl-slider .slider-content-wrap {
    height: 100vh !important;
    min-height: 100vh !important;
    max-height: 100vh !important;
    overflow: hidden;
}

/* Ensure background images cover properly */
.dl-slider .bg-img {
    background-size: cover !important;
    background-position: center center !important;
    width: 100% !important;
    height: 100vh !important;
    min-height: 100vh !important;
}

/* Slider Core Fixes */
.dl-slider {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.dl-slider .single-slide {
    position: relative;
    height: 650px;
}

/* Video slide specific styles */
.video-slide {
    position: relative;
    height: 100vh !important;
    min-height: 100vh !important;
    max-height: 100vh !important;
    overflow: hidden;
    opacity: 1 !important;
    visibility: visible !important;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh !important;
    min-height: 100vh !important;
    overflow: hidden;
    opacity: 1 !important;
    visibility: visible !important;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    visibility: visible;
    z-index: -1;
}


/* Ensure slides are visible */
.slick-slide {
    opacity: 1 !important;
    visibility: visible !important;
}

.slick-slide.slick-active {
    z-index: 1;
}

/* Navigation arrows base styles */
.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    display: block !important;
}

/* LTR arrow positions */
.slick-prev {
    left: 20px;
    right: auto;
}

.slick-next {
    right: 20px;
    left: auto;
}

/* RTL arrow positions - override specifically for RTL */
[dir="rtl"] .dl-slider .slick-prev {
    right: auto !important;
    left: 20px !important;
}

[dir="rtl"] .dl-slider .slick-next {
    left: auto !important;
    right: 20px !important;
}

/* Arrow icons direction for RTL */
[dir="rtl"] .slick-prev i {
    transform: rotate(0deg) !important; /* Remove rotation for RTL prev button */
}

[dir="rtl"] .slick-next i {
    transform: rotate(0deg) !important; /* Remove rotation for RTL next button */
}

/* Base arrow directions */
.slick-prev i {
    transform: rotate(0deg);
}

.slick-next i {
    transform: rotate(0deg);
}

/* Ensure arrows are visible and properly styled */
.dl-slider .slick-arrow i {
    color: #fff;
    font-size: 18px;
    line-height: 44px;
}

/* Hover effect for arrows */
.dl-slider .slick-arrow:hover {
    background: rgba(255, 255, 255, 0.2);
}

.slider-content-wrap {
    position: relative;
    z-index: 2;
}

.slider-content {
    position: relative;
    z-index: 3;
}

/* Fix overlay */
.single-slide .overlay {
    opacity: 0.5;
    z-index: 1;
}

.video-overlay {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

/* Video overlay adjustments */
.video-slide .video-overlay {
    background-color: rgba(0, 0, 0, 0.7) !important; /* Darker overlay */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* Enhance text visibility over video */
.video-slide .slider-content-wrap {
    position: relative;
    z-index: 2;
}

.video-slide .dl-caption {
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.video-slide .dl-caption.big {
    font-size: 3.4rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.video-slide .dl-caption.small {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    line-height: 1.6;
}

/* Ensure video is behind overlay */
.video-slide .video-background {
    z-index: 0;
}

/* Update the selected language style for sticky header */
.sticky-header .selected-language {
    color: #222;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="%23222"><path fill-rule="evenodd" d="M5.293 7.707a1 1 0 011.414 0L10 11.293l3.293-3.586a1 1 0 011.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"/></svg>') !important;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
}

/* Update the normal header selected language style */
.selected-language {
    height: 100%;
    padding-right: 20px;
    color: #fff;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="%23fff"><path fill-rule="evenodd" d="M5.293 7.707a1 1 0 011.414 0L10 11.293l3.293-3.586a1 1 0 011.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
}