@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2:wght@400;500;600;700;800&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/Swiper/11.0.3/swiper-bundle.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.0/css/bootstrap.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.css");
@import url("https://site-assets.fontawesome.com/releases/v6.4.0/css/all.css");
@import url("animation.css");

body {
    /*direction: rtl;*/
    overflow-x: hidden;
    line-height: 1.8;
    font-family: 'Baloo Bhaijaan 2', sans-serif;
    background-color: rgb(245, 245, 245);
}

:root {
    --primary-color: #e81e22;
    --secondary-color: #0e0e0e;
    --sub-bg: #f3f3f3;
    --heading-color: #0e0e0e;
    --paragraph: #303030;
    --span: #888888;
    --border: #d9d9d9;
    --white: #ffffff;
    --black: #000000;
    --transition: all 0.3s ease-in-out;
    --shadow: 0px 4px 30px 0px #e81e2226;
}

a {
    color: rgb(20, 20, 20);
    transition: all 0.3s ease-in-out 0s;
    text-decoration: none !important;
}

img {
    width: 100%;
}

ul, li, ol li {
    margin: 0px;
    position: relative;
    list-style: none;
    padding: 0px;
}

.container-fluid {
    padding-inline-start: 40px;
    padding-inline-start: 40px;
}

p {
    line-height: inherit;
}

button {
    transition: all 0.5s ease 0s;
    outline: none;
    border: none;
}

.organic-title {
    font-size: 48px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
}

.organic-subtitle {
    font-size: 14px;
    font-weight: 300;
    color: rgb(197, 22, 5);
    margin-bottom: 20px;
}

.header-search-box {
    position: fixed;
    top: 0px;
    inset-inline-start: 0px;
    width: 100%;
    height: 0px;
    background-color: rgba(18, 18, 18, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease 0s;
    z-index: 1200;
}

.header-search-box.show {
    height: 100%;
    visibility: visible;
    opacity: 1;
}

.header-search-box.show .search-form {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.header-search-box .close-search {
    position: absolute;
   inset-inline-end: 25%;
    top: 25%;
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.header-search-box .close-search::before, .header-search-box .close-search::after {
    content: "";
    height: 2px;
    width: 40px;
    background-color: rgb(232, 187, 83);
    display: block;
    transform-origin: center center;
}

.header-search-box .close-search::before {
    transform: rotate(45deg) translateX(2px);
}

.header-search-box .close-search::after {
    transform: rotate(-45deg) translateX(1px);
}

.header-search-box .search-form {
    position: relative;
    visibility: hidden;
    opacity: 0;
    transform: translateY(5rem);
    transition: all 0.5s ease-in-out 0.25s;
    width: 50%;
}

@media (max-width: 1199px) {
    .header-search-box .search-form {
        width: 50%;
    }

    .br-slides, .banner-rotator ul.slides {
        height: 300px;
    }

    .slider-home {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .header-search-box .search-form {
        width: 80%;
    }

    .br-slides, .banner-rotator ul.slides {
        height: 300px;
    }

    .slider-home {
        margin-top: 78px;
    }
}

.header-search-box .search-form .search-lbl {
    visibility: hidden;
    opacity: 0;
    width: 0px;
}

.header-search-box .search-form input[type="search"]::-webkit-search-decoration, .header-search-box .search-form input[type="search"]::-webkit-search-cancel-button, .header-search-box .search-form input[type="search"]::-webkit-search-results-button, .header-search-box .search-form input[type="search"]::-webkit-search-results-decoration {
    appearance: none;
}

.header-search-box .search-form .search-input {
    border-top: none;
    border-inset-inline-start: none;
    border-left: none;
    border-image: initial;
    border-bottom: 2px solid rgb(232, 187, 83);
    font-size: 2.5rem;
    outline: none;
    color: rgb(255, 255, 255);
    background-color: transparent;
    width: 100%;
}

@media (max-width: 767px) {
    .header-search-box .search-form .search-input {
        font-size: 1.5rem;
    }
}

.header-search-box .search-form .search-btn {
    appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
   inset-inline-end: 0px;
    inset-inline-start: auto;
    outline: none;
    border: none;
    background: transparent;
    color: rgb(232, 187, 83);
    font-size: 1.5rem;
}.main-header.style-one .header-top .top-inner {
    display: block;
    justify-content: space-between;
    text-align: center;
    margin: auto;
    align-items: center;
    height: 100%;
    width: 100%;
}

.main-header.style-one .header-top .info {
    position: relative;
    display: flex;
    border-radius: 5px;
    padding: 10px 12px 4px;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: right;
}

.header-top .info li {
    position: relative;
    display: inline-block;
    margin: 0px 15px;
    color: rgb(34 35 229);
    margin-bottom: 0;
    height: 100%;
}

.header-top .info li i {
    margin-inline-end: 5px;
    color: rgb(34 35 229);
}

.header-top .info li a {
    position: relative;
    display: inline-block;
    color: rgb(34 35 229);
}

.header-top .social-links ul {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    margin-inline-end: 0px;
    margin-inset-inline-start: auto;
    float: left;
    flex-wrap: wrap;
}

.header-top .social-links ul li a {
    color: rgb(34 35 229);
    margin-inline-end: 20px;
    /* background-color: rgb(181, 17, 9); */
    width: 40px;
    /* height: 40px; */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 20px;
}


.header-2, .header-1, .header-basic {
    position: relative;
    transition: all 0.5s ease 0s;
    z-index: 99999;
    top: 0px;
   inset-inline-end: 0px;
    inset-inline-start: 0px;
}

.header-basic.is-sticky {
    height: 80px;
    box-shadow: rgb(0, 0, 0) 0px 4px 70px -33px;
    position: fixed;
   inset-inline-end: 0px;
    inset-inline-start: 0px;
    z-index: 1030;
    transition: all 0.5s ease 0s;
    top: 0px !important;
}

.header-basic.is-sticky .controls-box {
    height: 100%;
}

@media (max-width: 1199px) {
    .header-2 .social-icons .sc-flat, .header-1 .social-icons .sc-flat, .header-basic .social-icons .sc-flat {
        padding: 1rem 0px;
    }
}

.header-2 .social-icons .sc-item, .header-1 .social-icons .sc-item, .header-basic .social-icons .sc-item {
    font-size: 1rem;
    margin: 0px 0px 0px 1.5rem;
}

.header-2 .social-icons .sc-item:last-of-type, .header-1 .social-icons .sc-item:last-of-type, .header-basic .social-icons .sc-item:last-of-type {
    margin-inline-end: 0px;
}

.header-2 .social-icons .sc-icon, .header-1 .social-icons .sc-icon, .header-basic .social-icons .sc-icon {
    color: rgb(255, 255, 255) !important;
}

.header-2 .social-icons .sc-icon:hover, .header-1 .social-icons .sc-icon:hover, .header-basic .social-icons .sc-icon:hover {
    transform: translateY(-3px);
}

@media (max-width: 1199px) {
    .header-2 .social-icons .sc-icon, .header-1 .social-icons .sc-icon, .header-basic .social-icons .sc-icon {
        font-size: 1.25rem;
        color: rgb(0, 0, 0) !important;
    }
}

.header-2 .controls-box, .header-1 .controls-box, .header-basic .controls-box {
    display: flex;
    align-items: center;
}

.header-2 .controls-box .control, .header-1 .controls-box .control, .header-basic .controls-box .control {
    margin-inline-end: 1rem;
    width: 2rem;
    height: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    z-index: 100;
    cursor: pointer;
    transition: all 0.5s ease-in-out 0s;
}

.header-2 .controls-box .control:last-child, .header-1 .controls-box .control:last-child, .header-basic .controls-box .control:last-child {
    margin-inset-inline-start: 0px;
}

@media (max-width: 767px) {
    .header-2 .controls-box .control, .header-1 .controls-box .control, .header-basic .controls-box .control {
        margin-inline-end: 0.5rem;
    }
}

.header-2 .controls-box .header-search-btn, .header-1 .controls-box .header-search-btn, .header-basic .controls-box .header-search-btn {
    display: flex;
}

.header-2 .controls-box .header-search-btn svg.search-icon, .header-1 .controls-box .header-search-btn svg.search-icon, .header-basic .controls-box .header-search-btn svg.search-icon {
    fill: rgb(0, 0, 0);
    max-width: 1.5rem;
    transition: all 0.5s ease-in-out 0s;
}

.header-2 .controls-box .menu-toggler, .header-1 .controls-box .menu-toggler, .header-basic .controls-box .menu-toggler {
    margin-inline-end: 1rem;
    display: none;
}

.header-2 .controls-box .menu-toggler > span, .header-1 .controls-box .menu-toggler > span, .header-basic .controls-box .menu-toggler > span {
    width: 30px;
    height: 2px;
    border-radius: 1px;
    background-color: rgb(0, 0, 0);
    transition: all 0.5s ease-in-out 0s;
}

@media (max-width: 1199px) {
    .header-2 .controls-box .menu-toggler, .header-1 .controls-box .menu-toggler, .header-basic .controls-box .menu-toggler {
        display: flex;
    }
}

.header-2 .controls-box .close-menu span:nth-child(1), .header-1 .controls-box .close-menu span:nth-child(1), .header-basic .controls-box .close-menu span:nth-child(1) {
    transform: rotate(225deg) translateY(-9px);
}

.header-2 .controls-box .close-menu span:nth-child(2), .header-1 .controls-box .close-menu span:nth-child(2), .header-basic .controls-box .close-menu span:nth-child(2) {
    display: none;
}

.header-2 .controls-box .close-menu span:nth-child(3), .header-1 .controls-box .close-menu span:nth-child(3), .header-basic .controls-box .close-menu span:nth-child(3) {
    transform: rotate(-45deg) translateY(-9px);
}

.header-2 .controls-box .info-toggler, .header-1 .controls-box .info-toggler, .header-basic .controls-box .info-toggler {
    display: none;
}

.header-2 .controls-box .info-toggler > span, .header-1 .controls-box .info-toggler > span, .header-basic .controls-box .info-toggler > span {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
}

@media (max-width: 1199px) {
    .header-2 .controls-box .info-toggler, .header-1 .controls-box .info-toggler, .header-basic .controls-box .info-toggler {
        display: flex;
    }
}

.header-2 .header-cta-btn, .header-1 .header-cta-btn, .header-basic .header-cta-btn {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    border: 2px solid rgb(255, 255, 255);
    padding: 0.5rem 1.5rem;
    transition: all 0.3s ease-in-out 0s;
}

.header-2 .header-cta-btn:hover, .header-1 .header-cta-btn:hover, .header-basic .header-cta-btn:hover {
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
}

@media (max-width: 1199px) {
    .header-2 .header-cta-btn, .header-1 .header-cta-btn, .header-basic .header-cta-btn {
        display: none;
    }
}

.header-2 .bar-top, .header-1 .bar-top, .header-basic .bar-top {
    height: 40px;
    display: flex;
    align-items: center;
    background-color: rgb(0, 0, 0);
    transition: all 0.2s ease 0s;
}

@media (max-width: 1199px) {
    .header-2 .bar-top, .header-1 .bar-top, .header-basic .bar-top {
        height: 0px;
        border-bottom: none;
    }
}

.header-2 .bar-bottom, .header-1 .bar-bottom, .header-basic .bar-bottom {
    border-bottom: 1px solid transparent;
    transition: all 0.2s ease 0s;
    background-color: rgb(255, 255, 255);
}

@media (max-width: 1199px) {
    .header-2 .bar-bottom, .header-1 .bar-bottom, .header-basic .bar-bottom {
        background-color: rgb(255, 255, 255) !important;
    }
}

.header-2 .bar-bottom .menu-navbar, .header-1 .bar-bottom .menu-navbar, .header-basic .bar-bottom .menu-navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .header-2 .bar-bottom .menu-navbar, .header-1 .bar-bottom .menu-navbar, .header-basic .bar-bottom .menu-navbar {
        height: 70px;
    }

    .header-basic .header-logo .logo-img {
        height: 150px !important;
        width: 160px !important;
        object-fit: contain;
    }
}

@media (max-width: 1199px) {
    .header-2 .menu-wrapper, .header-1 .menu-wrapper, .header-basic .menu-wrapper {
        position: fixed;
       inset-inline-end: -100%;
        width: 100%;
        height: 100vh;
        top: 70px;
        transition: all 0.2s ease 0s;
    }
}

@media (max-width: 1199px) {
    .header-2 .bar-top-group .info-panel, .header-1 .bar-top-group .info-panel, .header-basic .bar-top-group .info-panel {
       inset-inline-end: -100%;
    }

    .header-2 .bar-top-group .info-panel.show, .header-1 .bar-top-group .info-panel.show, .header-basic .bar-top-group .info-panel.show {
       inset-inline-end: 0px;
    }
}

.header-2 .bar-top-group .info-panel .info-title, .header-1 .bar-top-group .info-panel .info-title, .header-basic .bar-top-group .info-panel .info-title {
    display: none;
}

@media (max-width: 1199px) {
    .header-2 .bar-top-group .info-panel .info-title, .header-1 .bar-top-group .info-panel .info-title, .header-basic .bar-top-group .info-panel .info-title {
        display: block;
        font-size: 1.25rem;
        font-weight: 900;
        margin-bottom: 0.5rem;
        text-transform: capitalize;
        color: rgb(32, 32, 32);
        font-family: Ahlan !important;
    }
}

.header-2 .bar-top-group .info-panel .info-list, .header-1 .bar-top-group .info-panel .info-list, .header-basic .bar-top-group .info-panel .info-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px;
}

.header-2 .bar-top-group .info-panel .info-list .close-icon, .header-1 .bar-top-group .info-panel .info-list .close-icon, .header-basic .bar-top-group .info-panel .info-list .close-icon {
    display: none;
}

.header-2 .bar-top-group .info-panel .info-list .info-list-inner, .header-1 .bar-top-group .info-panel .info-list .info-list-inner, .header-basic .bar-top-group .info-panel .info-list .info-list-inner {
    display: flex;
    align-items: center;
    margin: 0px;
}

.dir-row .sc-list, .dir-col .sc-list, .sc-flat .sc-list {
    padding: 0px;
    margin: 0px;
    display: inline-flex;
    list-style: none;
}

@media (max-width: 1199px) {
    .header-2 .bar-top-group .info-panel .info-list .info-list-inner, .header-1 .bar-top-group .info-panel .info-list .info-list-inner, .header-basic .bar-top-group .info-panel .info-list .info-list-inner {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 2rem;
    }
}

@media (max-width: 1199px) {
    .header-2 .bar-top-group .info-panel .info-list, .header-1 .bar-top-group .info-panel .info-list, .header-basic .bar-top-group .info-panel .info-list {
        flex-direction: column;
        justify-content: unset;
        align-items: flex-start;
        position: absolute;
       inset-inline-end: 0px;
        top: 0px;
        padding: 3rem 1.5rem;
        background-color: rgb(255, 255, 255);
        width: 50%;
        height: calc(100% - 70px);
        overflow: hidden auto;
        z-index: 1;
    }

    .header-2 .bar-top-group .info-panel .info-list .close-icon, .header-1 .bar-top-group .info-panel .info-list .close-icon, .header-basic .bar-top-group .info-panel .info-list .close-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 2rem;
       inset-inline-end: 2rem;
        inset-inline-start: auto;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        font-size: 1.5rem;
        background: rgb(0, 0, 0);
        color: rgb(255, 255, 255);
        cursor: pointer;
    }
}

@media (max-width: 767px) {
    .header-2 .bar-top-group .info-panel .info-list, .header-1 .bar-top-group .info-panel .info-list, .header-basic .bar-top-group .info-panel .info-list {
        width: 75%;
    }
}

.header-2 .bar-top-group .info-panel .info, .header-1 .bar-top-group .info-panel .info, .header-basic .bar-top-group .info-panel .info {
    display: flex;
    align-items: center;
}

.header-2 .bar-top-group .info-panel .info:not(:last-child), .header-1 .bar-top-group .info-panel .info:not(:last-child), .header-basic .bar-top-group .info-panel .info:not(:last-child) {
    margin-inline-end: 2.5rem;
}

@media (max-width: 1199px) {
    .header-2 .bar-top-group .info-panel .info, .header-1 .bar-top-group .info-panel .info, .header-basic .bar-top-group .info-panel .info {
        padding: 1rem 0px;
        align-items: flex-start;
    }

    .header-2 .bar-top-group .info-panel .info:not(:last-child), .header-1 .bar-top-group .info-panel .info:not(:last-child), .header-basic .bar-top-group .info-panel .info:not(:last-child) {
        margin-inline-end: 0px;
    }
}

.header-2 .bar-top-group .info-panel .info.info-panel-logo, .header-1 .bar-top-group .info-panel .info.info-panel-logo, .header-basic .bar-top-group .info-panel .info.info-panel-logo {
    display: none;
}

@media (max-width: 1199px) {
    .header-2 .bar-top-group .info-panel .info.info-panel-logo, .header-1 .bar-top-group .info-panel .info.info-panel-logo, .header-basic .bar-top-group .info-panel .info.info-panel-logo {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 2rem;
    }

    .header-2 .bar-top-group .info-panel .info.info-panel-logo .logo, .header-1 .bar-top-group .info-panel .info.info-panel-logo .logo, .header-basic .bar-top-group .info-panel .info.info-panel-logo .logo {
        width: 65%;
        margin-bottom: 3rem;
    }

    .header-2 .bar-top-group .info-panel .info.info-panel-logo .logo .logo-img, .header-1 .bar-top-group .info-panel .info.info-panel-logo .logo .logo-img, .header-basic .bar-top-group .info-panel .info.info-panel-logo .logo .logo-img {
        max-width: 100%;
        height: auto;
    }
}

.header-2 .bar-top-group .info-panel .info-text, .header-1 .bar-top-group .info-panel .info-text, .header-basic .bar-top-group .info-panel .info-text {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: rgb(255, 255, 255);
    transition: all 0.3s ease-in-out 0s;
}

@media (max-width: 1199px) {
    .header-2 .bar-top-group .info-panel .info-text, .header-1 .bar-top-group .info-panel .info-text, .header-basic .bar-top-group .info-panel .info-text {
        flex-direction: column;
        font-size: 1rem;
        color: rgb(18, 18, 18);
        opacity: 0.75;
    }
}

.header-2 .bar-top-group .info-panel .info-icon, .header-1 .bar-top-group .info-panel .info-icon, .header-basic .bar-top-group .info-panel .info-icon {
    margin-inline-end: 1rem;
    line-height: 1;
    flex-shrink: 0;
    color: rgb(255, 255, 255);
    transition: all 0.3s ease-in-out 0s;
}

@media (max-width: 1199px) {
    .header-2 .bar-top-group .info-panel .info-icon .icon, .header-1 .bar-top-group .info-panel .info-icon .icon, .header-basic .bar-top-group .info-panel .info-icon .icon {
        color: rgb(0, 0, 0);
        font-size: 1.25rem;
    }
}

.header-2 .bar-top-group .info-panel .text, .header-1 .bar-top-group .info-panel .text, .header-basic .bar-top-group .info-panel .text {
    margin: 0px;
}

.header-2 .bar-top-group .info-panel .sub-text, .header-1 .bar-top-group .info-panel .sub-text, .header-basic .bar-top-group .info-panel .sub-text {
    display: none;
}

.header-2 .bar-top-group .info-panel .info-link, .header-1 .bar-top-group .info-panel .info-link, .header-basic .bar-top-group .info-panel .info-link {
    color: inherit;
    text-decoration: none !important;
}

@media (max-width: 1199px) {
    .header-2 .bar-top-group .info-panel .info-link, .header-1 .bar-top-group .info-panel .info-link, .header-basic .bar-top-group .info-panel .info-link {
        margin-inline-end: 0px;
        margin-bottom: 0.75rem;
    }
}

.header-2 .header-logo, .header-1 .header-logo, .header-basic .header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-2 .header-logo .logo-img, .header-1 .header-logo .logo-img, .header-basic .header-logo .logo-img {
    display: block;
    padding: 0.5rem 0px;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
    height: 100px;
    justify-content: center;
    align-items: center;
}

.header-2 .header-logo .logo-img.light-logo, .header-1 .header-logo .logo-img.light-logo, .header-basic .header-logo .logo-img.light-logo {
    display: block;
}

.header-2 .header-logo .logo-img.dark-logo, .header-1 .header-logo .logo-img.dark-logo, .header-basic .header-logo .logo-img.dark-logo {
    display: none;
}

.header-2 .links, .header-1 .links, .header-basic .links {
    margin-inset-inline-start: auto;
    margin-inline-end: 1rem;
    transition: all 0.2s ease 0s;
}

@media (max-width: 1199px) {
    .header-2 .links, .header-1 .links, .header-basic .links {
        inset-inline-start: -100%;
        margin: 0px;
        transition: all 0.2s ease 0s;
    }

    .header-2 .links.show, .header-1 .links.show, .header-basic .links.show {
        inset-inline-start: 0px;
        background-color: rgba(0, 0, 0, 0.49);
        transition: all 0.2s ease 0s;
    }
}

.header-2 .links-list, .header-1 .links-list, .header-basic .links-list {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px;
    padding: 0px;
}

@media (max-width: 1199px) {
    .header-2 .links-list, .header-1 .links-list, .header-basic .links-list {
        position: absolute;
        top: 0px;
        width: 50%;
        height: 100vh;
        padding: 1rem 0px;
        flex-direction: column;
        align-items: start;
        justify-content: unset;
        overflow: hidden auto;
        background-color: rgb(255, 255, 255);
    }
}

@media (max-width: 767px) {
    .header-2 .links-list, .header-1 .links-list, .header-basic .links-list {
        width: 75%;
    }
}

.header-2 .menu-item, .header-1 .menu-item, .header-basic .menu-item {
    position: relative;
    padding: 0px 2rem 0px 0px;
}

.header-2 .menu-item, .header-1 .menu-item, .header-basic .menu-item.cta {
    padding-inline-start: 15px;
}

@media (max-width: 1199px) {
    .header-2 .menu-item, .header-1 .menu-item, .header-basic .menu-item {
        width: 100%;
        padding: 0px;
    }
}

.header-2 .menu-link, .header-1 .menu-link, .header-basic .menu-link {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    opacity: 0.9;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out 0s;
    color: rgb(0, 0, 0);
    font-weight: 600;
    font-size: 20px;
    line-height: 2;
    text-decoration: none !important;
}

.icon {
    font-size: 18px;
    color: rgb(197, 22, 5);
    margin-inline-end: 15px;
}

.icon.icon-phone {
    background-color: rgb(37, 195, 211);
}

.icon.icon-whatsapp {
    background-color: rgb(37, 211, 102);
}

.icon i {
    color: rgb(197, 22, 5);
    font-size: 25px;
    background-color: rgb(255, 255, 255);
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.header-2 .menu-link::before, .header-1 .menu-link::before, .header-basic .menu-link::before {
    content: "";
    position: absolute;
    background-color: rgb(197, 22, 5);
    height: 2px;
    width: 100%;
    bottom: 0%;
    inset-inline-start: 0px;
    transform: scaleX(0);
    transform-origin: center center;
    transition: transform 0.3s ease-in-out 0s;
}

.down-Arrow-icon, .down-Arrow-icon, .down-Arrow-icon {
    font-size: 0.65rem;
    margin-inset-inline-start: 0.25rem;
}

.drop-down-btn {
    position: absolute;
    top: 4px;
   inset-inline-end: auto;
}

.header-2 .menu-link:hover, .header-1 .menu-link:hover, .header-basic .menu-link:hover, .header-2 .menu-link.active, .header-1 .menu-link.active, .header-basic .menu-link.active {
    opacity: 1;
    color: rgb(197, 22, 5);
}

.header-2 .menu-link:hover::before, .header-1 .menu-link:hover::before, .header-basic .menu-link:hover::before, .header-2 .menu-link.active::before, .header-1 .menu-link.active::before, .header-basic .menu-link.active::before {
    transform: scaleX(1);
}

@media (max-width: 1199px) {
    .header-2 .menu-link, .header-1 .menu-link, .header-basic .menu-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 0.75rem 1rem;
        color: rgb(18, 18, 18);
        line-height: calc(35px);
        position: relative;
    }

    .drop-down-btn {
        position: absolute;
       inset-inline-end: 20px;
        top: 16px;
    }

    .header-2 .menu-link::before, .header-1 .menu-link::before, .header-basic .menu-link::before {
        color: rgb(0, 0, 0);
        display: none;
    }

    .drop-down-btn .down-Arrow-icon, .drop-down-btn .down-Arrow-icon, .drop-down-btn .down-Arrow-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 1.25rem;
        padding: 14px;
        height: 1.25rem;
        color: rgb(0, 0, 0);
        border: 1px solid rgb(0, 0, 0);
        border-radius: 4px;
    }

    .header-2 .menu-link:hover, .header-1 .menu-link:hover, .header-basic .menu-link:hover {
        color: rgb(0, 0, 0);
    }
}

.header-2 .has-sub-menu > .sub-menu, .header-1 .has-sub-menu > .sub-menu, .header-basic .has-sub-menu > .sub-menu {
    list-style: none;
    position: absolute;
    top: 100%;
    min-width: 18rem;
    width: max-content;
    inset-inline-start: 0px;
    margin: 27px 0px 0px;
    padding: 1rem 0px;
    transform: translateY(4rem);
    visibility: hidden;
    opacity: 0;
    z-index: 15000;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(32, 32, 32, 0.25) 0px 0px 30px 0px;
    transition: all 0.3s ease-in-out 0s;
}

@media (max-width: 1199px) {
    .header-2 .has-sub-menu > .sub-menu, .header-1 .has-sub-menu > .sub-menu, .header-basic .has-sub-menu > .sub-menu {
        position: static;
        display: none;
        visibility: visible;
        opacity: 1;
        border: none;
        box-shadow: none;
        padding: 0px;
        transform: translateY(0px);
        background-color: rgb(255, 255, 255);
        transition: none 0s ease 0s;
        width: auto;
    }
}

.header-2 .has-sub-menu > .sub-menu .sub-menu-item, .header-1 .has-sub-menu > .sub-menu .sub-menu-item, .header-basic .has-sub-menu > .sub-menu .sub-menu-item {
    padding: 0px;
}

.header-2 .has-sub-menu > .sub-menu .sub-menu-link, .header-1 .has-sub-menu > .sub-menu .sub-menu-link, .header-basic .has-sub-menu > .sub-menu .sub-menu-link {
    line-height: unset;
    color: rgb(18, 18, 18);
    text-transform: unset;
    font-size: 17px;
    font-weight: 500;
    padding: 1rem 1.5rem 1rem 1rem !important;
}

.header-2 .has-sub-menu > .sub-menu .sub-menu-link::before, .header-1 .has-sub-menu > .sub-menu .sub-menu-link::before, .header-basic .has-sub-menu > .sub-menu .sub-menu-link::before {
    content: "";
    display: block;
    height: 3px;
    width: 1rem;
    inset-inline-start: 0px;
    background-color: rgb(0, 0, 0);
    top: 50%;
    transform: translateY(-50%) scale(0);
    transform-origin: right center;
    transition: all 0.3s ease-in-out 0s;
}

.header-2 .has-sub-menu > .sub-menu .sub-menu-link::after, .header-1 .has-sub-menu > .sub-menu .sub-menu-link::after, .header-basic .has-sub-menu > .sub-menu .sub-menu-link::after {
    content: "";
    position: absolute;
    background-color: rgb(0, 0, 0);
    height: 100%;
    width: 4px;
   inset-inline-end: -4px;
    inset-inline-start: auto;
    transition: all 0.3s ease-in-out 0s;
}

.header-2 .has-sub-menu > .sub-menu .sub-menu-link:hover, .header-1 .has-sub-menu > .sub-menu .sub-menu-link:hover, .header-basic .has-sub-menu > .sub-menu .sub-menu-link:hover {
    color: rgb(0, 0, 0);
    padding: 1rem 2rem !important;
}

.header-2 .has-sub-menu > .sub-menu .sub-menu-link:hover::before, .header-1 .has-sub-menu > .sub-menu .sub-menu-link:hover::before, .header-basic .has-sub-menu > .sub-menu .sub-menu-link:hover::before {
    transform: translateY(-50%) scale(1);
}

.header-2 .has-sub-menu > .sub-menu .sub-menu-link:hover::after, .header-1 .has-sub-menu > .sub-menu .sub-menu-link:hover::after, .header-basic .has-sub-menu > .sub-menu .sub-menu-link:hover::after {
   inset-inline-end: 0px;
    inset-inline-start: auto;
}

@media (max-width: 1199px) {
    .header-2 .has-sub-menu > .sub-menu .sub-menu-link, .header-1 .has-sub-menu > .sub-menu .sub-menu-link, .header-basic .has-sub-menu > .sub-menu .sub-menu-link {
        line-height: unset;
        padding: 1rem 1rem 1rem 2rem !important;
    }

    .header-2 .has-sub-menu > .sub-menu .sub-menu-link:hover, .header-1 .has-sub-menu > .sub-menu .sub-menu-link:hover, .header-basic .has-sub-menu > .sub-menu .sub-menu-link:hover {
        color: rgb(0, 0, 0);
        padding: 1rem 1rem 1rem 2.5rem !important;
    }
}

.header-2 .has-sub-menu:hover > .sub-menu, .header-1 .has-sub-menu:hover > .sub-menu, .header-basic .has-sub-menu:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.header-2 .has-sub-menu .has-sub-menu .sub-menu, .header-1 .has-sub-menu .has-sub-menu .sub-menu, .header-basic .has-sub-menu .has-sub-menu .sub-menu {
    top: 0px;
   inset-inline-end: 100%;
    inset-inline-start: auto;
}

@media (max-width: 1199px) {
    .header-2 .has-sub-menu > .sub-menu .sub-menu .sub-menu-link, .header-1 .has-sub-menu > .sub-menu .sub-menu .sub-menu-link, .header-basic .has-sub-menu > .sub-menu .sub-menu .sub-menu-link {
        line-height: unset;
        padding: 1rem 1rem 1rem 3rem !important;
    }

    .header-2 .has-sub-menu > .sub-menu .sub-menu .sub-menu-link:hover, .header-1 .has-sub-menu > .sub-menu .sub-menu .sub-menu-link:hover, .header-basic .has-sub-menu > .sub-menu .sub-menu .sub-menu-link:hover {
        color: rgb(0, 0, 0);
        padding: 1rem 1rem 1rem 3.5rem !important;
    }
}

.is-dark.header-2 .bar-top, .is-dark.header-1 .bar-top, .is-dark.header-basic .bar-top {
    background-color: rgb(18, 18, 18);
}

.is-dark.header-2 .bar-top .info-icon .icon, .is-dark.header-1 .bar-top .info-icon .icon, .is-dark.header-basic .bar-top .info-icon .icon {
    color: rgb(0, 0, 0);
}

.is-dark.header-2 .bar-top .info-text, .is-dark.header-1 .bar-top .info-text, .is-dark.header-basic .bar-top .info-text {
    color: rgb(255, 255, 255);
}

@media (max-width: 1199px) {
    .is-dark.header-2 .bar-top .info-text, .is-dark.header-1 .bar-top .info-text, .is-dark.header-basic .bar-top .info-text {
        color: rgb(32, 32, 32);
    }
}

.is-dark.header-2 .social-icons .sc-icon, .is-dark.header-1 .social-icons .sc-icon, .is-dark.header-basic .social-icons .sc-icon {
    color: rgb(255, 255, 255) !important;
}

@media (max-width: 1199px) {
    .is-dark.header-2 .social-icons .sc-icon, .is-dark.header-1 .social-icons .sc-icon, .is-dark.header-basic .social-icons .sc-icon {
        color: rgb(0, 0, 0) !important;
    }
}

@media (max-width: 1199px) {
    .is-dark.header-2 .bar-bottom, .is-dark.header-1 .bar-bottom, .is-dark.header-basic .bar-bottom {
        background-color: rgb(18, 18, 18);
    }
}

.is-dark.is-sticky.header-2 .bar-bottom, .is-dark.is-sticky.header-1 .bar-bottom, .is-dark.is-sticky.header-basic .bar-bottom {
    border-color: rgba(255, 255, 255, 0.1);
    background-color: rgb(18, 18, 18) !important;
}

.is-light.header-2 .bar-top, .is-light.header-1 .bar-top, .is-light.header-basic .bar-top {
    background-color: rgb(255, 255, 255);
}

.is-light.header-2 .bar-top .info-icon .icon, .is-light.header-1 .bar-top .info-icon .icon, .is-light.header-basic .bar-top .info-icon .icon {
    color: rgb(0, 0, 0);
}

.is-light.header-2 .bar-top .info-text, .is-light.header-1 .bar-top .info-text, .is-light.header-basic .bar-top .info-text {
    color: rgb(32, 32, 32);
}

.is-light.header-2 .social-icons .sc-icon, .is-light.header-1 .social-icons .sc-icon, .is-light.header-basic .social-icons .sc-icon {
    color: rgb(0, 0, 0) !important;
}

@media (max-width: 1199px) {
    .is-light.header-2 .bar-bottom, .is-light.header-1 .bar-bottom, .is-light.header-basic .bar-bottom {
        background-color: rgb(255, 255, 255);
    }

    .is-light.header-2 .bar-bottom .header-logo .dark-logo, .is-light.header-1 .bar-bottom .header-logo .dark-logo, .is-light.header-basic .bar-bottom .header-logo .dark-logo {
        display: block;
    }

    .is-light.header-2 .bar-bottom .header-logo .light-logo, .is-light.header-1 .bar-bottom .header-logo .light-logo, .is-light.header-basic .bar-bottom .header-logo .light-logo {
        display: none;
    }

    .is-light.header-2 .bar-bottom .menu-link, .is-light.header-1 .bar-bottom .menu-link, .is-light.header-basic .bar-bottom .menu-link {
        color: rgb(18, 18, 18);
    }

    .is-light.header-2 .bar-bottom .menu-link::before, .is-light.header-1 .bar-bottom .menu-link::before, .is-light.header-basic .bar-bottom .menu-link::before {
        background-color: rgb(18, 18, 18);
    }

    .is-light.header-2 .bar-bottom .menu-link.sub-menu-link::before, .is-light.header-1 .bar-bottom .menu-link.sub-menu-link::before, .is-light.header-basic .bar-bottom .menu-link.sub-menu-link::before {
        background-color: rgb(0, 0, 0);
    }

    .is-light.header-2 .bar-bottom .header-search-btn svg.search-icon, .is-light.header-1 .bar-bottom .header-search-btn svg.search-icon, .is-light.header-basic .bar-bottom .header-search-btn svg.search-icon {
        fill: rgb(18, 18, 18);
    }

    .is-light.header-2 .bar-bottom .menu-toggler > span, .is-light.header-1 .bar-bottom .menu-toggler > span, .is-light.header-basic .bar-bottom .menu-toggler > span {
        background-color: rgb(18, 18, 18);
    }

    .is-light.header-2 .bar-bottom .info-toggler > span, .is-light.header-1 .bar-bottom .info-toggler > span, .is-light.header-basic .bar-bottom .info-toggler > span {
        background-color: rgb(18, 18, 18);
    }

    .is-light.header-2 .bar-bottom .header-cta-btn, .is-light.header-1 .bar-bottom .header-cta-btn, .is-light.header-basic .bar-bottom .header-cta-btn {
        color: rgb(255, 255, 255);
        background-color: rgb(0, 0, 0);
        border: 2px solid rgb(0, 0, 0);
    }

    .is-light.header-2 .bar-bottom .header-cta-btn:hover, .is-light.header-1 .bar-bottom .header-cta-btn:hover, .is-light.header-basic .bar-bottom .header-cta-btn:hover {
        color: rgb(0, 0, 0);
    }
}

.is-light.is-sticky.header-2 .bar-bottom, .is-light.is-sticky.header-1 .bar-bottom, .is-light.is-sticky.header-basic .bar-bottom {
    border-color: rgba(18, 18, 18, 0.1);
    background-color: rgb(255, 255, 255) !important;
}

.is-light.is-sticky.header-2 .bar-bottom .header-logo .dark-logo, .is-light.is-sticky.header-1 .bar-bottom .header-logo .dark-logo, .is-light.is-sticky.header-basic .bar-bottom .header-logo .dark-logo {
    display: block;
}

.is-light.is-sticky.header-2 .bar-bottom .header-logo .light-logo, .is-light.is-sticky.header-1 .bar-bottom .header-logo .light-logo, .is-light.is-sticky.header-basic .bar-bottom .header-logo .light-logo {
    display: none;
}

.is-light.is-sticky.header-2 .bar-bottom .menu-link, .is-light.is-sticky.header-1 .bar-bottom .menu-link, .is-light.is-sticky.header-basic .bar-bottom .menu-link {
    color: rgb(18, 18, 18);
}

.is-light.is-sticky.header-2 .bar-bottom .menu-link::before, .is-light.is-sticky.header-1 .bar-bottom .menu-link::before, .is-light.is-sticky.header-basic .bar-bottom .menu-link::before {
    background-color: rgb(18, 18, 18);
}

.is-light.is-sticky.header-2 .bar-bottom .menu-link.sub-menu-link::before, .is-light.is-sticky.header-1 .bar-bottom .menu-link.sub-menu-link::before, .is-light.is-sticky.header-basic .bar-bottom .menu-link.sub-menu-link::before {
    background-color: rgb(0, 0, 0);
}

.is-light.is-sticky.header-2 .bar-bottom .header-search-btn svg.search-icon, .is-light.is-sticky.header-1 .bar-bottom .header-search-btn svg.search-icon, .is-light.is-sticky.header-basic .bar-bottom .header-search-btn svg.search-icon {
    fill: rgb(18, 18, 18);
}

.is-light.is-sticky.header-2 .bar-bottom .menu-toggler > span, .is-light.is-sticky.header-1 .bar-bottom .menu-toggler > span, .is-light.is-sticky.header-basic .bar-bottom .menu-toggler > span {
    background-color: rgb(18, 18, 18);
}

.is-light.is-sticky.header-2 .bar-bottom .info-toggler > span, .is-light.is-sticky.header-1 .bar-bottom .info-toggler > span, .is-light.is-sticky.header-basic .bar-bottom .info-toggler > span {
    background-color: rgb(18, 18, 18);
}

.is-light.is-sticky.header-2 .bar-bottom .header-cta-btn, .is-light.is-sticky.header-1 .bar-bottom .header-cta-btn, .is-light.is-sticky.header-basic .bar-bottom .header-cta-btn {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    border: 2px solid rgb(0, 0, 0);
}

.is-light.is-sticky.header-2 .bar-bottom .header-cta-btn:hover, .is-light.is-sticky.header-1 .bar-bottom .header-cta-btn:hover, .is-light.is-sticky.header-basic .bar-bottom .header-cta-btn:hover {
    color: rgb(0, 0, 0);
    background-color: transparent;
}

@media (min-width: 1199px) {
    .header-2.is-sticky {
        top: -40px;
    }
}

.header-2.is-sticky .bar-bottom {
    background-color: rgb(0, 0, 0);
}

.header-1 .bar-top {
    height: 70px;
}

@media (max-width: 1199px) {
    .header-1 .bar-top {
        height: 0px;
        border-bottom: none;
    }
}

.header-1 .bar-top-group .info-panel .info {
    display: flex;
    align-items: center;
}

.header-1 .bar-top-group .info-panel .info.info-panel-logo {
    display: none;
}

@media (max-width: 1199px) {
    .header-1 .bar-top-group .info-panel .info.info-panel-logo {
        display: flex;
    }
}

.header-1 .bar-top-group .info-panel .info .info-icon .icon {
    font-size: 1.75rem;
}

@media (max-width: 1199px) {
    .header-1 .bar-top-group .info-panel .info .info-icon .icon {
        font-size: 1.75rem;
    }
}

.header-1 .bar-top-group .info-panel .info .info-text {
    flex-direction: column;
    align-items: flex-start;
}

.header-1 .bar-top-group .info-panel .info .text {
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: capitalize;
}

.header-1 .bar-top-group .info-panel .info .sub-text {
    display: block;
    opacity: 0.75;
}

@media (max-width: 1199px) {
    .header-1 .bar-top-group .info-panel .info .sub-text {
        opacity: 0.9;
    }
}

@media (min-width: 1199px) {
    .header-1.is-sticky {
        top: -70px;
    }

    .header-basic.is-sticky .bar-top {
        transform: translateY(-200%);
    }

    .header-basic.is-sticky .container {
        height: 70px;
    }
}

.header-1.is-sticky .bar-bottom {
    background-color: rgb(0, 0, 0);
}

@media (min-width: 1199px) {
    .header-basic.is-sticky {
        box-shadow: rgb(0, 0, 0) 0px 4px 70px -33px;
        position: fixed;
       inset-inline-end: 0px;
        inset-inline-start: 0px;
        z-index: 1030;
        transition: all 0.5s ease 0s;
        top: 0px !important;
    }

    .header-basic.is-sticky .controls-box {
        transform: translateY(-5px);
    }

    .header-basic.is-sticky .links {
        margin-top: -9px;
        transition: all 0.2s ease 0s;
    }

    .header-basic.is-sticky img {
        transform: scale(1) translateY(-20%);
        height: 90px !important;
        padding-top: 18px !important;
    }
}

.header-basic.is-sticky {
    background-color: rgb(255, 255, 255);
}

.header-basic .menu_info {
    display: flex;
    align-items: center;
}

.header-basic .call_ico {
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid var(--primary-color);
    font-size: 18px;
    color: var(--white);
    margin-inline-end: 10px;
    background-color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-basic .controls-box .info-toggler {
    display: none;
}

.banner-two {
    overflow: hidden;
    position: relative;
    padding-top: 105px;
}

.banner-two .bg-image {
    background: linear-gradient(to bottom, rgb(13 66 83) 0%, rgb(14 40 77) 100%), url(../../assets/img/slider/d378cc_65554b0ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½K~mv2.webp);
    width: 33%;
    height: 100%;
    position: absolute;
    top: 0px;
    inset-inline-start: 0px;
    z-index: -1;
}

.banner-two .stroke-text {
    position: absolute;
    top: 0px;
    z-index: -1;
    inset-inline-start: 0px;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex !important;
}

.banner-two .stroke-text p {
    transform: rotate(180deg) translate(-4px) scale(2);
    writing-mode: vertical-lr;
    font-size: 100px;
    font-weight: 700;
    text-transform: uppercase;
    color: transparent;
    letter-spacing: 15px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px rgb(255, 255, 255);
    z-index: -1;
    opacity: 0.5;
}
.banner-two .stroke-text p strong {
    transform: rotate(180deg) translate(-4px) scale(2);
    writing-mode: vertical-lr;
    font-size: 100px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    letter-spacing: 15px;
    /* -webkit-text-stroke: 1px rgb(255, 255, 255); */
    z-index: -1;
    /* opacity: 0.5; */
    -webkit-text-fill-color: white;
}
.banner-two .item .image {
    position: relative;
    width: 100%;
    height: 100%;
}

.banner-two .item .image img {
    position: relative;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.banner-two .item .image .content {
    position: absolute;
   inset-inline-end: 1%;
    max-width: 370px;
    padding: 30px;
    bottom: -200px;
    opacity: 0;
    transition: var(--transition);
    /* background-color: rgb(232, 30, 34); */
}

.banner-two .item .image .content h3 {
    margin-bottom: 20px;
    display: none;
}

.banner-two .item .image .content a {
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
}
.banner-two .item .image .content a i{
    background-color: #fff;
    width: 30px;
    height: 30px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-inset-inline-start: 0;
}
.banner-two .swiper-slide.swiper-slide-active .item .content {
    bottom: 0px;
    opacity: 1;
}

.banner-two .container-fluid {
    margin-inset-inline-start: 19%;
}

.banner-two .banner_two_brand {
    padding: 65px 0px;
    direction: rtl;
}

.banner-two .banner_two_brand .brand_items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.banner-two .banner_two_brand .brand_items img {
    width: 130px;
}

.banner-two .banner_two_brand .arry-btn .arry-prev {
    color: rgb(232, 30, 34);
}

.banner-two .banner_two_brand .arry-btn .arry-prev:hover {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    color: rgb(232, 30, 34);
}

.banner-two .banner_two_brand .arry-btn .active {
    background-color: rgb(255, 255, 255);
    color: rgb(232, 30, 34);
    border: 1px solid rgb(255, 255, 255);
}

.arry-btn {
    direction: ltr;
    text-align: right;
    display: flex;
    align-items: center;
}

.arry-btn button {
    text-align: center;
    width: 70px;
    height: 70px;
    font-size: 24px;
    border-radius: 50%;
    border: 1px solid var(--border);
    color: var(--border);
    transition: var(--transition);
    display: flex;
    justify-content: center;
    align-items: center;
}

.arry-btn button:hover {
    background-color: var(--primary-color);
    color: var(--white);
    border: 1px solid var(--primary-color);
}

.arry-btn .active {
    background-color: var(--primary-color);
    color: var(--white);
    border: 1px solid var(--primary-color);
}

.arry-prev {
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border-radius: 50%;
    border: 1px solid var(--border);
    color: var(--border);
    transition: var(--transition);
}

.arry-prev:hover {
    background-color: var(--primary-color);
    color: var(--white);
    border: 1px solid var(--primary-color);
}

.arry-next {
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border-radius: 50%;
    transition: var(--transition);
    background-color: var(--primary-color);
    color: var(--white);
    border: 1px solid var(--primary-color);
}

.dot .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transition: all 0.6s ease 0s;
    background-color: transparent;
    opacity: 1;
    position: relative;
    border: 1px solid var(--secondary-color);
}

.dot .swiper-pagination-bullet::before {
    position: absolute;
    content: "";
    top: 4px;
   inset-inline-end: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--secondary-color);
    transition: all 0.6s ease 0s;
}

.dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid var(--white);
}

.dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    background-color: var(--white);
}

@media screen and (max-width: 1440px) {
    .banner-two .container-fluid {
        margin-inset-inline-start: 7%;
    }
}

@media screen and (max-width: 991px) {
    .banner-two .container-fluid {
        margin-inset-inline-start: 0%;
    }

    .banner-two {
        padding-top: 0px;
    }
}

@media screen and (max-width: 575px) {
    .banner-two .item .image .content {
       inset-inline-end: 0px;
        inset-inline-start: 0px;
        margin: auto;
    }
}

.about-wrap-layout1 {
    padding: 40px 0px 70px;
}

@media only screen and (max-width: 1199px) {
    .about-wrap-layout1 {
        padding: 82px 0px 114px;
    }
}

@media only screen and (max-width: 991px) {
    .about-wrap-layout1 {
        padding: 72px 0px 104px;
    }
}

@media only screen and (max-width: 767px) {
    .about-wrap-layout1 {
        padding: 62px 0px 40px;
    }
}

@media only screen and (max-width: 575px) {
    .about-wrap-layout1 {
        padding: 52px 0px 30px;
    }
}

.about-box-layout1 {
    padding-inline-start: 50px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
    .about-box-layout1 {
        padding-inline-start: 0px;
        padding-top: 0px;
        text-align: center;
        margin-bottom: 50px;
    }
}

.about-box-layout1 .item-subtitle {
    font-size: 18px;
    color: rgb(232, 58, 21);
    font-weight: 500;
    margin-bottom: 8px;
}

.about-box-layout1 .item-title {
    font-weight: 700;
}

@media only screen and (max-width: 1199px) {
    .about-box-layout1 .item-title {
        width: 70%;
        margin-inline-end: auto;
        margin-inset-inline-start: auto;
    }
}

.about-box-layout1 .action-area {
    margin-top: 10px;
    background-color: rgb(248, 248, 248);
    display: inline-block;
    padding: 16px 25px;
    border-radius: 60px;
}

.about-box-layout1 .action-area .media {
    align-items: center;
    display: flex;
}

.about-box-layout1 .action-area .media .item-icon {
    text-align: center;
    height: 55px;
    width: 55px;
    background-color: rgb(232, 58, 21);
    border-radius: 50%;
    margin: 0px auto 0px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 479px) {
    .about-box-layout1 .action-area .media .item-icon {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
}

.about-box-layout1 .action-area .media .item-icon i::before {
    font-size: 24px;
    color: rgb(255, 255, 255);
}

@media only screen and (max-width: 479px) {
    .about-box-layout1 .action-area .media .item-icon i::before {
        font-size: 20px;
    }
}

.about-box-layout1 .action-area .media .media-body .action-title {
    color: rgb(68, 68, 68);
}

@media only screen and (max-width: 479px) {
    .about-box-layout1 .action-area .media .media-body .action-title {
        font-size: 14px;
    }
}

.about-box-layout1 .action-area .media .media-body .item-number {
    font-size: 24px;
    color: rgb(0, 4, 95);
    font-weight: 700;
}

@media only screen and (max-width: 1199px) {
    .about-box-layout1 .action-area .media .media-body .item-number {
        font-size: 28px;
    }
}

@media only screen and (max-width: 991px) {
    .about-box-layout1 .action-area .media .media-body .item-number {
        font-size: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .about-box-layout1 .action-area .media .media-body .item-number {
        font-size: 24px;
    }
}

@media only screen and (max-width: 575px) {
    .about-box-layout1 .action-area .media .media-body .item-number {
        font-size: 22px;
    }
}

@media only screen and (max-width: 479px) {
    .about-box-layout1 .action-area .media .media-body .item-number {
        font-size: 18px;
    }
}

.about-box-layout2 {
    margin-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
    .about-box-layout2 {
        text-align: center;
    }
}

.about-box-layout2 .item-img {
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 1199px) {
    .about-box-layout2 .item-img {
        display: inline-block;
    }
}

.about-box-layout2 .item-img .main-img {
    position: relative;
    z-index: 1;
    text-align: right;
    box-shadow: 0 0 40px -33px;
}

.about-box-layout2 .item-img .main-img img {
    border-radius: 4px;
}

@media only screen and (max-width: 1199px) {
    .about-box-layout2 .item-img .main-img {
        inset-inline-start: -70px;
    }
}

@media only screen and (max-width: 767px) {
    .about-box-layout2 .item-img .main-img {
        inset-inline-start: inherit;
    }
}

.about-box-layout2 .item-img .sub-img {
    position: absolute;
    z-index: 3;
   inset-inline-end: 37px;
    box-shadow: 0 25px 40px -61px #000;
    bottom: -65px;
    border: 10px solid rgb(255, 255, 255);
    border-radius: 4px;
}

.about-box-layout2 .item-img .sub-img img {
    width: 200px;
}

@media only screen and (max-width: 1199px) {
    .about-box-layout2 .item-img .sub-img {
       inset-inline-end: -80px;
    }
}

@media only screen and (max-width: 767px) {
    .about-box-layout2 .item-img .sub-img {
        display: none;
    }
}

.about-box-layout3 {
    padding-inline-start: 50px;
}

@media only screen and (max-width: 991px) {
    .about-box-layout3 {
        padding-inline-start: 0px;
        margin-bottom: 40px;
    }
}

.news-section {
    position: relative;
}

.news-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 30px 0px;
}

.news-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.news-block-one .inner-box .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    /* background: rgb(0, 4, 95); */
    margin: 0px;
}

.news-block-one .inner-box .image-box .image img {
    width: 100%;
    transition: all 500ms ease 0s;
    height: 300px;
}

.news-block-one .inner-box:hover .image-box .image img {transform: scale(1.2);}

.news-block-one .inner-box .image-box .link-btn {
    position: absolute;
   inset-inline-end: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.news-block-one .inner-box .image-box .link-btn a {
    position: relative;
    display: inline-block;
    font-size: 30px;
    color: rgb(255, 255, 255);
    transform: scale(0, 0);
}

.news-block-one .inner-box:hover .image-box .link-btn a {
    transform: scale(1, 1);
}

.news-block-one .inner-box .image-box .link-btn a:hover {
}

.news-block-one .inner-box .lower-content {
    position: relative;
    display: block;
    padding: 29px 25px 16px;
}

.news-block-one .inner-box .lower-content .category {
    position: absolute;
    inset-inline-start: 0px;
    top: -15px;
}

.news-block-one .inner-box .lower-content .category a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 0px 20px 0px 25px;
    color: rgb(255, 255, 255);
    background: rgb(232, 30, 34);
    z-index: 1;
    transition: all 500ms ease 0s;
    border-radius: 50px;
}

.news-block-one .inner-box .lower-content .category a::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 100%;
    top: 0px;
   inset-inline-end: -17px;
    background: rgb(232, 30, 34);
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 0% 100%, 0% 0%);
    transition: all 500ms ease 0s;
    transform: rotate(180deg);
    display: none;
}

.news-block-one .inner-box .lower-content .category a:hover {
}

.news-block-one .inner-box .lower-content .category a:hover::before {
}

.news-block-one .inner-box .lower-content .post-info li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin-inset-inline-start: 30px;
}

.news-block-one .inner-box .lower-content .post-info li:last-child {
    margin: 0px !important;
}

.news-block-one .inner-box .lower-content .post-info li a {
    color: rgb(124, 128, 131);
}

.news-block-one .inner-box .lower-content .post-info li a:hover {
}

.news-block-one .inner-box .lower-content .post-info li::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    top: 8px;
    inset-inline-start: -20px;
    border-radius: 50%;
}

.news-block-one .inner-box .lower-content .post-info li:last-child::before {
    display: none;
}

.news-block-one .inner-box .lower-content .post-info {
    margin-bottom: 7px;
    display: none;
}

.news-block-one .inner-box .lower-content h3 {
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    padding-bottom: 16px;
    margin-bottom: 14px;
    border-bottom: 1px dashed rgb(197, 202, 206);
}

.news-block-one .inner-box .lower-content h3 a {
    display: inline-block;
    color: rgb(22, 67, 111);
    font-size: 20px;
}

.news-block-one .inner-box .lower-content h3 a:hover {
}

.news-block-one .inner-box .lower-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-block-one .inner-box .lower-box .link a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: rgb(22, 67, 111);
}

.news-block-one .inner-box .lower-box .link a:hover {
}

.news-block-one .inner-box .lower-box .social-links li {
    position: relative;
    display: inline-block;
    margin-inset-inline-start: 15px;
}

.news-block-one .inner-box .lower-box .social-links li:last-child {
    margin: 0px !important;
}

.news-block-one .inner-box .lower-box .social-links li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: rgb(184, 189, 193);
}

.news-block-one .inner-box .lower-box .social-links li a:hover {
}

.news-block-one .inner-box .lower-box .right-info {
    position: relative;
    display: flex;
    align-items: center;
}

.news-block-one .inner-box .lower-box .social-links {
    position: relative;
    margin-inset-inline-start: 30px;
}

.news-block-one .inner-box .lower-box .social-links::before {
    position: absolute;
    content: "";
    background: rgb(223, 228, 230);
    width: 1px;
    height: 17px;
    top: 4px;
    inset-inline-start: -15px;
}

.news-block-one .inner-box .lower-box .comments-box a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: rgb(124, 128, 131);
    padding-inline-start: 26px;
}

.news-block-one .inner-box .lower-box .comments-box a:hover {
}

.news-block-one .inner-box .lower-box .comments-box a i {
    position: absolute;
   inset-inline-end: 0px;
    top: 2px;
    font-size: 18px;
    color: rgb(184, 189, 193);
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 55px;
    line-height: 62px;
    font-weight: 500;
    margin: 0px;
}

.sec-title .btn-box {
    position: relative;
   inset-inline-end: 0px;
}

.sec-title {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.theme-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    background: rgb(0, 4, 95);
    text-align: center;
    padding: 15px 50px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    z-index: 1;
    transition: all 500ms ease 0s;
}

.theme-btn:hover {
    color: rgb(255, 255, 255);
}
.brands_area{
    
padding: 30px 0;
}
.brands_area .swiper-pagination{
    margin-top: 20px;
padding: 20px 0;
}
.brands_area .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #e81e22;
}
/*=============================
	24. Footer
===============================*/
.footer-area {
    background: #171717;
}

.footer-top {
    padding: 60px 0 20px;
}
.footer-widget {
    margin-bottom: 40px;
}
.fw-title {
    font-size: 20px;
    margin-bottom: 25px;
    color: #fff;
    font-weight: 500;
}
.footer-contact .list-wrap li {
    display: flex;
    align-items: baseline;
    font-size: 15px;
    flex-wrap: wrap;
    color: grey;
    line-height: 1.4;
    margin-bottom: 20px;
}
.footer-contact .list-wrap li:last-child {
    margin-bottom: 0;
}
.footer-contact .list-wrap li a {
    color: grey;
}
.footer-contact .list-wrap li a:hover {
    color: rgb(197, 22, 5);
}
.footer-contact .list-wrap li i {
    font-size: 22px;
    color: rgb(197, 22, 5);
    margin-inline-end: 15px;
    /* transform: translateY(2px); */
    background-color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin-bottom: 10px;
}
.footer-link .list-wrap li {
    padding-inline-start: 17px;
    position: relative;
    line-height: 1.2;
    margin-bottom: 20px;
}
.footer-link .list-wrap li:last-child {
    margin-bottom: 0;
}
.footer-link .list-wrap li::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #949494;
}
.footer-link .list-wrap li a {
    color: grey;
    font-size: 15px;
    position: relative;
}
.footer-link .list-wrap li a:hover {
    color: #fff;
}
.footer-link .list-wrap li a::before {
    content: "";
    position: absolute;
   inset-inline-end: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(.74, .72, .27, .24);
}
.footer-link .list-wrap li a:hover::before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
.materials-list .list-wrap li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}
.materials-list .list-wrap li:last-child {
    margin-bottom: 0;
}
.materials-list .list-wrap li .icon {
    font-size: 35px;
    margin-inline-end: 15px;
    color: #6B6B6B;
}
.materials-list .list-wrap li .content .title a {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
}
.materials-list .list-wrap li .content span {
    display: block;
    font-size: 13px;
    color: grey;
}
.footer-bottom {
    border-top: 1px solid #464646;
    padding: 15px 0;
}
.copyright-text p {
    margin-bottom: 0;
    font-size: 15px;
    color: grey;
    direction: ltr;
}
.copyright-text p a {
    color: #fff;
    font-weight: 600;
}
.copyright-text p a:hover {
    color: rgb(197, 22, 5);
}
.footer-social .list-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}
.footer-social .list-wrap li a {
    font-size: 14px;
    color: grey;
}
.footer-social .list-wrap li a:hover {
    color: #fff;
}

/* footer-two */
.footer-area-two {
    background: #171717;
}
.footer-top-two {
    padding: 90px 0 40px;
}
.footer-newsletter-two {
    position: relative;
    height: 100%;
}
.footer-newsletter-two::before {
    content: "";
    position: absolute;
    inset-inline-start: 80px;
    top: 0;
    width: 1px;
    height: 88%;
    background: #464646;
}
.footer-top-two .footer-newsletter-form form {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

/*About Page Start*/

.sub-banner {
    width: 100%;
    background-image: url(../images/sub-banner.png);
    display: inline-block;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sub-banner:before {
    content: "";
    position: absolute;
    background: rgb(6 6 6 / 65%);
    top: 0;
    bottom: 0;
   inset-inline-end: 0;
    inset-inline-start: 0;
}

.text-line h1 {
    color: #fff;
    font-size: 54px;
    position: relative;
    font-weight: 500;
    padding-bottom: 18px;
    margin-bottom: 5px;
}

.text-c {
    display: inline-block;
    color: #fff;
}

.text-line ul li {
    float: right;
    margin: 0px 10px;
    text-transform: uppercase;
    font-weight: 500;
}

.color-t {
    color: #fff;
}

span.po-i-ab {
    position: absolute;
    width: 49%;
    top: -4em;
}

.min-text-line {
    font-size: 20px;
    font-weight: normal;
    color: #282828;
    line-height: 30px;
    margin-top: 5px;
    display: block;
    margin-inline-end: 10px;
}

.min-text-line b {
    margin-top: 7px;
    font-size: 62px;
    float: left;
    line-height: 49px;
    font-weight: 500;
    margin-inset-inline-start: 3px;
}
.pt-90{
    padding-top: 90px;
}
.pb-90{
    padding-bottom: 90px;
}
.service-section-1 {
    padding: 0px 100px;
}

.service-wrapper-1 {
    padding: 70px 0px 40px;
    /* background-color: rgb(255, 255, 255); */
}

.service-content-1 {
    padding-top: 0;
}
.service-top-content-1 h2{font-weight: 600;}
.service-inner-item {
    max-width: 410px;
    overflow: hidden;
    border-radius: 25px;
    box-shadow: rgb(0, 0, 0) 0px 0px 49px -19px;
    height: 100%;
}

.service-inner-item .service-more {
   inset-inline-end: 0px;
    top: 60%;
    inset-inline-start: 0px;
    opacity: 0;
    z-index: 1;
    text-align: center;
    transform: translateX(-50%) translateY(-50%);
    transition: all 500ms ease 0.2s;
}

.service-img {
}

.service-img img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}

.service-inner-item .service-more a {
    font-size: 120px;
    display: inline-block;
    color: rgb(18, 113, 0);
}

.service-inner-item::before {
    top: 0px;
    inset-inline-start: 0px;
    z-index: 1;
    width: 0%;
    content: "";
   inset-inline-end: auto;
    height: 100%;
    position: absolute;
    background-color: rgb(255, 255, 255);
    transition: all 500ms ease 0s;
}

.service-inner-item .service-img-title .service-img::before {
    top: 0px;
   inset-inline-end: 0px;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    background: linear-gradient(rgba(0, 0, 0, 0.03) 50.26%, rgb(0, 0, 0) 99.06%);
}

.service-inner-item .service-img-title .service-title {
   inset-inline-end: 0px;
    inset-inline-start: 0px;
    bottom: 55px;
}

.service-inner-item .service-img-title .service-title h3 {
    color: rgb(255, 255, 255);
    font-size: 26px;
    font-weight: 700;
    text-transform: capitalize;
}

.service-inner-item:hover .service-more {
    top: 50%;
    opacity: 1;
    transform: translateX(0px) translateY(-50%);
}

.service-inner-item:hover::before {
   inset-inline-end: 0px;
    width: 100%;
    inset-inline-start: auto;
}
.service-section-1 .widget_raper h4 {
    margin-top: 30px;
    margin-bottom: 10px
}

.service-section-1 .single_recent_post .rp_img {
    width: 100px;
    height: 100%;
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px
}

.service-section-1 .single_recent_post h4 {
    font-size: 15px;
    font-weight: 700;
    transition: .3s linear;
    margin-bottom: 10px
}

.service-section-1 .widget_menu_bar {
    margin-bottom: 50px
}

.service-section-1 .widget_menu_bar>h4,.filter_slider h5,.recent_post h5,.widget_tag>h4 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid #f4f4f4;
    display: block
}

.service-section-1 .widget_menu a {
    transition: .3s linear;
    margin-bottom: 10px;
    color: #565656;
    cursor: pointer
}

.service-section-1 .widget_menu_bar>h4:after,.filter_slider h5:after,.recent_post h5:after,.widget_tag>h4:after {
    position: absolute;
    content: "";
    width: 70px;
    height: 5px;
    background: #6fbaf3;
    bottom: -3px;
    inset-inline-start: 0;
    border-radius: 5px
}

.service-section-1 .widget_tag ul.tag_list {
    margin: 0 -5px
}

.service-section-1 .widget_tag a {
    color: #565656;
    border: 1px solid #cacaca;
    line-height: 50px;
    margin: 0 5px 15px;
    padding: 10px
}

.service-section-1 .share-post {
    float: left;
    width: 100%;
    margin: 0;
    padding: 25px;
    border-radius: 40px;
    font-size: 18px;
    margin-bottom: 15px;
    font-style: italic;
    font-weight: 600;
    text-align: justify;
    line-height: 1.8;
    box-shadow: 0 0 21px 9px rgba(0,0,0,.05)
}

.service-section-1 .share-post ul {
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.service-section-1 .share-post ul li {
    line-height: 40px;
    border-top: 1px solid #e1e1e1;
    padding-inline-start: 43px;
    text-align: center
}

.service-section-1 .share-post ul li a {
    position: relative;
    font-size: 14px;
    color: #573764
}

.service-section-1 .share-post ul li a:before {
    position: absolute;
    inset-inline-start: -28px;
    top: -10px;
    font-family: FontAwesome;
    font-size: 16px;
    color: #3bb8eb;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.service-section-1 .share-post ul li.email a:before {
    content: "\f0e0"
}

.service-section-1 .share-post ul li.facebook a:before {
    content: "\f09a"
}

.service-section-1 .share-post ul li.twitter a:before {
    content: "\f099"
}

.service-section-1 .share-post ul li.instgram a:before {
    content: "\f075"
}

.service-section-1 .share-post ul li a:hover,.service-section-1 .share-post ul li a:hover:before {
    color: #ad66ac;
    text-decoration: none
}

.service-section-1 .share-post ul li:first-child {
    border-top: none
}

.service-section-1 .share-post ul li.count-share {
    text-align: center;
    font-size: 18px;
    padding: 29px 0 8px
}

.service-section-1 .share-post ul li.count-share .numb {
    font-size: 48px;
    line-height: 36px;
    font-weight: 700
}

.service-section-1 .share-post ul span {
    display: block
}
.service-section-1 .nav-tabs .nav-item {
    margin-bottom: -1px
}

.service-section-1 .recent_post .nav-tabs .nav-link {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0
}

.service-section-1 .recent_post>ul>li>a {
    padding: 0 5px 15px 0;
    color: #565656!important;
    font-size: 20px;
    font-weight: 700;
    border: none!important;
    margin-inset-inline-start: 21px;
    position: relative
}

.service-section-1 .recent_post>ul>li>a.active:after,.service-section-1 .recent_post>ul>li>a:hover:after {
    visibility: visible;
    opacity: 1
}

.service-section-1 .recent_post>ul>li>a:after {
    position: absolute;
    content: "";
    background: #e81e22;
    width: 100%;
    height: 5px;
    border-radius: 2.5px;
    inset-inline-start: 0;
    transition: .3s linear;
    bottom: -2px;
    visibility: hidden;
    opacity: 0
}

.service-section-1 a.single_recent_post {
    position: relative;
    margin-bottom: 20px;
    color: #565656;
    padding: 15px 114px 15px 0;
    display: inline-block;
    box-shadow: 0 0 21px 9px rgba(0,0,0,.05);
    border-radius: 10px;
    width: 100%;
    height: 115px;
    border-bottom: 2px solid #e81e22
}
.sec-pad{
    padding-top: 50px;
    padding-bottom: 50px;
}
.services-single-section {
    position: relative;
    padding: 100px 0px 90px;
}

.services-widget {
    position: relative;
    margin-bottom: 60px;
}

.cat-list {
    position: relative;
}

.cat-list li {
    position: relative;
    margin-bottom: 1px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 30px;
}

.cat-list li::before {
    position: absolute;
   inset-inline-end: 20px;
    top: 22px;
    z-index: 1;
    transform: rotate(176deg);
    opacity: 0;
    content: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â";
    font-family: flaticon;
}

.cat-list li:hover::before, .cat-list li.active::before {
    opacity: 1;
    color: rgb(0, 0, 0);
}

.cat-list li a {
    position: relative;
    color: rgb(34, 34, 34);
    font-size: 16px;
    font-weight: 500;
    text-align: right;
    padding: 23px 28px;
    display: block;
    transition: all 0.3s ease 0s;
}

.cat-list li a h1 {
    font-size: 16px;
    text-align: right;
}

.cat-list li:hover a, .cat-list li.active a {
    position: relative;
    color: rgb(0, 0, 0);
    background-color: rgb(113, 162, 206);
    text-align: right;
    font-weight: bolder;
}

.schedule-widget {
    position: relative;
}

.schedule-widget .image {
    position: relative;
}

.schedule-widget img {
    position: relative;
    width: 100%;
    display: block;
}

.schedule-widget .overlay-box {
    position: absolute;
    inset: 0px;
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(34, 58, 102) 100%);
}

.schedule-widget .content {
    position: absolute;
   inset-inline-end: 16px;
    bottom: 47px;
    inset-inline-start: 40px;
    margin: auto;
    padding-inline-start: 60px;
}

.schedule-widget h3 {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 23px;
    font-weight: 700;
    line-height: 1.4em;
    padding-top: 10px;
    text-align: right;
}

.schedule-widget .icon {
    position: absolute;
    inset-inline-start: 0px;
    top: 8px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    font-size: 45px;
    line-height: 1em;
}

.services-single-section .content-column {
    position: relative;
}

.services-single-section .content-column .inner-column {
    position: relative;
}

.services-single-section .services-carousel {
    position: relative;
    margin-bottom: 20px;
}

.services-single-section .carousel-outer {
    position: relative;
    overflow: hidden;
}

.services-single-section .thumbs-carousel {
    position: relative;
    height: 95px;
    margin: 10px auto 0px;
    direction: ltr;
    overflow: visible;
    width: 145px !important;
}

.services-single-section .thumbs-carousel .owl-stage-outer {
    overflow: visible;
}

.services-single-section .owl-stage-outer .owl-item.active li::before {
    display: none;
}

.services-single-section .thumbs-carousel .owl-nav, .services-single-section .thumbs-carousel .owl-prev {
    display: none;
}

.services-single-section .thumbs-carousel li {
    cursor: pointer;
    height: 108px;
}

.services-single-section .thumbs-carousel li img {
    height: 108px !important;
    object-fit: contain !important;
}

.services-single-section .thumbs-carousel li::before {
    position: absolute;
    content: "";
    inset: 0px;
    z-index: 1;
    opacity: 0.8;
    transition: all 0.3s ease 0s;
}

.services-single-section .thumbs-carousel li:hover::before {
    opacity: 0;
}

.services-single-section h2 {
    position: relative;
    color: rgb(34, 58, 102);
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 1.3em;
    margin-bottom: 19px;
}

.services-single-section .text {
    position: relative;
}

.services-single-section p {
    position: relative;
    color: rgb(34, 34, 34);
    font-size: 16px;
   
    line-height: 1.7em;
    margin-bottom: 15px;
}

.plan-list {
    position: relative;
}

.plan-list li {
    position: relative;
    margin-bottom: 10px;
    color: rgb(34, 34, 34);
    font-size: 16px;
    text-align: right;
}

.plan-list li i {
    position: relative;
    padding-inline-start: 8px;
    background-color: rgb(255, 255, 255);
}

.plan-list li::before {
    position: absolute;
    content: "";
   inset-inline-end: 0px;
    top: 13px;
    height: 1px;
    width: 100%;
    border: 1px dashed rgb(229, 229, 229);
}

.plan-list li span {
    position: absolute;
   inset-inline-end: 0px;
    top: 0px;
    padding-inline-start: 8px;
    background-color: rgb(255, 255, 255);
}

.list-style-three {
    position: relative;
}

.list-style-three li {
    position: relative;
    color: rgb(34, 34, 34);
    font-weight: 500;
    text-align: right;
    margin-bottom: 10px;
    padding-inline-start: 20px;
}

.list-style-three li::before {
    position: absolute;
    content: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“";
    inset-inline-start: 0px;
    top: 0px;
    font-family: flaticon;
}

.contact-page-section {
    position: relative;
    padding: 100px 0px;
    background-position: center center;
    background-repeat: no-repeat;
}

.contact-page-section .pattern-layer {
    position: absolute;
    content: "";
    inset: 210px 0px 0px;
    width: 224px;
    height: 488px;
}

.contact-page-section .info-column .inner-column {
    position: relative;
    padding-top: 35px;
}

.contact-address {
    position: relative;
    margin-bottom: 40px;
}

.contact-address .inner {
    position: relative;
}

.contact-address .icon-box {
    position: relative;
    color: rgb(251, 145, 191);
    font-size: 40px;
    line-height: 1em;
}

.contact-address .inner h4 {
    position: relative;
    color: rgb(34, 34, 34);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4em;
    margin-top: 18px;
    margin-bottom: 10px;
}

.contact-address .text {
    position: relative;
    font-size: 16px;
    line-height: 1.7em;
    color: rgba(34, 34, 34, 0.7);
}

.contact-page-section .form-column .inner-column {
    position: relative;
    padding: 55px 50px;
    background-color: rgba(34, 58, 102, 0.9);
}

.contact-page-section .title-box {
    position: relative;
    margin-bottom: 35px;
}

.contact-page-section .title-box .title {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3em;
}

.contact-page-section .title-box h3 {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 3px;
}

.contact-form {
    position: relative;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.contact-form .form-group.comment-group .icon {
    top: 0px;
}

.contact-form .form-group .icon {
    position: absolute;
   inset-inline-end: 0px;
    top: 12px;
    color: rgb(255, 255, 255);
    font-size: 18px;
    line-height: 1em;
}

.contact-form .form-group input[type="text"], .contact-form .form-group input[type="password"], .contact-form .form-group input[type="tel"], .contact-form .form-group input[type="email"], .contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    color: rgb(165, 165, 165);
    line-height: 26px;
    padding: 0px 15px 8px 35px;
    height: 50px;
    font-size: 14px;
    border-radius: 2px;
    background: 0px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 300ms ease 0s;
}

.contact-form .form-group input[type="text"]:focus, .contact-form .form-group input[type="password"]:focus, .contact-form .form-group input[type="tel"]:focus, .contact-form .form-group input[type="email"]:focus, .contact-form .form-group select:focus, .contact-form .form-group textarea:focus {
    border-color: rgb(251, 145, 191);
}

.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 0px 15px 10px 35px;
    color: rgb(165, 165, 165);
    height: 100px;
    font-size: 14px;
    resize: none;
    border-radius: 2px;
    background: 0px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 300ms ease 0s;
}

.contact-form .form-group .submit-btn {
    position: relative;
    border-radius: 50px;
    color: rgb(34, 58, 102);
    width: 100%;
    font-weight: 500;
    padding: 16px 8px;
    margin-top: 15px;
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(255, 255, 255);
    transition: all 300ms ease 0s;
}

.contact-form .form-group .submit-btn:hover {
    background: 0px 0px;
    color: rgb(255, 255, 255);
}

.listing_attributes {
    color: rgb(112, 112, 112);
    font-weight: 400;
    margin-inset-inline-start: 12px;
    font-size: 14px;
    margin-bottom: 7px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    margin-inline-end: 20px;
    width: 100%;
}

.listing_attributes img {
    height: 18px;
}

.listing_attributes {
    text-align: center;
}

.listing_attributes a {
    color: rgb(0, 0, 0);
}

.listing_attributes img {
    height: 18px;
}

aside.single-side-box.feature {
    margin-bottom: 47px;
}

.sidebar aside.single-side-box {
    margin-bottom: 60px;
}

.feature {
    position: relative;
}

.aside-title {
    margin-bottom: 30px;
}

.aside-title h5 {
    color: rgb(3, 103, 180);
    margin: 0px;
    text-align: right;
    font-size: 23px;
    padding-bottom: 10px;
    position: relative;
    text-transform: capitalize;
}

.aside-title h5::before {
    background: none 0px 0px repeat scroll rgb(3, 103, 180);
    bottom: 0px;
    content: "";
    height: 3px;
    inset-inline-start: 0px;
    position: absolute;
    width: 50px;
}

.single-side-box.feature .feature-property {
}

.feature .feature-property .single-property {
    margin-bottom: 13px;
}

.single-property {
    position: relative;
}

.property-img {
    overflow: hidden;
    border-radius: 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.property-img > a {
    display: block;
}

.property-img a img {
    transition: all 0.5s ease 0s;
    width: 100%;
    display: block;
    object-fit: cover;
    height: 97px;
}

.property-desc {
    background: none 0px 0px repeat scroll rgb(2 3 201);
    border-radius: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.feature .feature-property .property-desc-top {
    padding: 13px 9px 9px;
}

.property-desc-top {
    padding: 25px 18px 15px;
    position: relative;
}

.feature .feature-property .property-desc-top h6 {
    font-size: 14px;
    margin: 0;
}

.property-desc-top h6 a {
    color: rgb(255, 255, 255);
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 6px;
}

.feature .property-desc-top h4.price {
    font-size: 14px;
    position: inherit;
    inset-inline-start: 0px;
    top: inherit;
    transform: inherit;
    display: none;
}

.property-desc-top h4.price {
    color: rgb(249, 195, 34);
    font-size: 20px;
    display: none;
    margin-bottom: 0px;
    position: absolute;
    inset-inline-start: 18px;
    top: 50%;
    transform: translateY(-50%);
}

.left-side-detail .f-cont-f {
    padding: 25px 0px;
    border-bottom: 1px solid rgb(204, 204, 204);
}

.f-cont-f {
    padding: 25px 0px;
    border-bottom: 1px solid rgb(204, 204, 204);
}

.f-cont-f h3 {
    font-size: 25px;
    font-weight: 500;
    direction: ltr;
    margin-bottom: 15px;
}

.f-cont-f h3 {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box !important;
}

.img-map-co {
    width: 100%;
    display: inline-block;
    margin: 5px 0px 10px;
}

.map-i-con li {
    margin-inset-inline-start: 20px;
}

.img-map-co li, .amini-con li {
    font-size: 13px;
}

.img-map-co li {
    font-size: 15px;
    color: rgb(90, 90, 90);
}

.map-i {
    height: 20px;
}

.service-details {
    padding-top: 60px;
    padding-inline-start: 0px;
    padding-inline-start: 0px;
    padding-bottom: 10px !important;
}

.service-details .card {
    border: 0px;
    padding: 0px 30px;
    margin-bottom: 60px;
    position: relative;
}

.service-details .card-img {
    width: calc(100% + 60px);
    margin-inset-inline-start: -30px;
    overflow: hidden;
    z-index: 9;
    border-radius: 0px;
}

.service-details .card-img img {
    transition: all 0.3s ease-in-out 0s;
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.service-details .card-body {
    z-index: 10;
    background: rgb(255, 255, 255);
    border-top: 4px solid rgb(255, 255, 255);
    padding: 30px;
    box-shadow: rgb(0, 0, 0) 1px 12px 20px -16px;
    text-align: right;
    margin-top: -60px;
    transition: all 0.3s ease 0s;
}

.service-details .card-title {
    font-weight: 700;
    margin-bottom: 20px;
}

.service-details .card-title a {
    color: rgb(30, 67, 86);
    transition: all 0.3s ease 0s;
}

.service-details .card-text {
    color: rgb(94, 94, 94);
}

.service-details .read-more a {
    color: rgb(119, 119, 119);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    transition: all 0.3s ease 0s;
}

.service-details .read-more a:hover {
    color: rgb(113, 162, 204);
}

.service-details .card:hover img {
    transform: scale(1.1);
}

.service-details .card:hover .card-body {
    border-color: rgb(113, 162, 204);
}

.service-details .card:hover .card-body .card-title a {
    color: rgb(113, 162, 204);
}

.services-single-section .owl-carousel .owl-item img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 400px;
}

.send-message-pro {
    margin-top: 25px;
    border: 1px solid rgb(14 15 144);
    padding: 20px;
    border-radius: 15px;
    background-color: #fff;
}

.send-message-pro h3 {
    color: rgb(9 9 202);
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 400;
  /*text-align: right;*/
}

.fill-form {
    padding: 15px;
    padding-inline-start: 10px;
    height: 50px;
    border: 1px solid rgb(14 15 144);
    border-radius: 10px;
}

.send-message-pro form .form-group textarea {
    height: auto;
    border-radius: 0px;
}

.send-m {
    background: rgb(7, 170, 232);
    border: none;
    font-size: 22px;
    padding: 10px 20px;
    width: 100%;
    color: rgb(255, 255, 255);
    border-radius: 0px;
}

.blog_area .comment_area .comment_wraper .user_details, .send-message-pro form .form-group {
    margin-bottom: 15px;
}
.swiper-container.slider-thumbnail {
    height: 20vh;
    margin-top: 20px;
  }
  .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.5;
    overflow: hidden;
    margin-inset-inline-start: 20px;
    transition: 0.5s all ease;
  }
  .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
  }
  .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: 100px;
    object-fit: cover;
    transition: 0.5s all ease;
  }
  .contact-form {
    background: #fff;
    box-shadow: 0 23px 73px -17px rgba(0, 0, 0, 0.16);
    display: flex;
    flex-wrap: wrap;
  }
  @media (min-width: 993px) {
    .contact-form {
      flex-wrap: nowrap;
    }
  }
  .contact-form-box__left {
    background: #0267b7; /* fallback for old browsers */
    background-image: url("../images/bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 30px 30px 80px 30px;
    width: 100%;
    border-radius: 5px;
    position: relative;
  }
.contact-form-box__left a{color: #fff;}
  @media (min-width: 993px) {
    .contact-form-box__left {
      width: 350px;
      transform: scale(1.05);
    }
  }
  .contact-form-box__left_footer {
    position: absolute;
    bottom: 0;
   inset-inline-end: 0;
    width: 100%;
    padding: 30px;
    text-align: center;
  }
  .contact-form-box__left_footer a {
    margin-inset-inline-start: 2px;
    padding: 8px;
    color: #ffffff;
  }
  .contact-form-box__left_footer a:hover {
    color: #fff;
  }
  .contact-form-box__right {
    padding: 30px;
    width: 100%;
  }
  @media (min-width: 993px) {
    .contact-form-box__right {
      padding: 60px;
      width: calc(100% - 350px);
    }
  }
  .btn-primary {
    background: #0367b4;
    border-color: #0367b4;
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: center;
  }
  .btn-primary:hover {
    background: #006fbc;
    border-color: #006fbc;
  }
  /* Making the label break the flow */
  .floating-label {
    position: absolute;
    top: 0;
   inset-inline-end: 0;
    user-select: none;
    z-index: 1500;
    /* inset-inline-start: 0; */
    width: 100%;
  }
  /* Hide the browser-specific focus styles */
  .floating-label-field {
    color: rgba(44, 62, 80, .75);
    border-width: 0;
    z-index: 2;
  }
  .floating-label-field:focus {
    outline: 0;
    box-shadow: 0;
  }
  .floating-label-field::placeholder {
    color: rgba(44, 62, 80, .5);
  }
  /* Make the label and field look identical on every browser */
  .floating-label, .floating-label-field {
    font: inherit;
    line-height: 1;
    display: block;
    width: 100%;
    /* float: right; */
  }
  .floating-label-field, .floating-label-wrap {
    position: relative;
    margin-bottom: 15px;
  }
  /* Input Style #1 */
  .floating-label-field--s1 {
    transition: border-color .25s ease-in-out;
    color: rgb(71 71 71);
    border-bottom: 1px solid rgb(75 101 238);
    background-color: transparent;
  }
  .floating-label-field--s1 + .floating-label {
    transition: transform .25s, opacity .25s ease-in-out;
    transform-origin: 0 0;
    opacity: .5;
  }
  .floating-label-field--s1:focus, .floating-label-field--s1:not(:placeholder-shown) {
    border-color: rgb(75 101 238);
  }
  .floating-label-field--s1:focus + .floating-label, .floating-label-field--s1:not(:placeholder-shown) + .floating-label {
    transform: translate(155px, -12%) scale(.8);
    opacity: .25;
  }
  .floating-label-field--s1:valid:not(:placeholder-shown) {
    border-color: rgb(39 131 77 / 85%);
  }
  .floating-label-field--s1:invalid {
    border-color: rgb(199 9 36 / 85%);
  }
  /* Input Style #2 */
  .floating-label-field--s2 {
    transition: background-color .25s ease-in-out;
    border: 2px solid #fff;
    border-radius: 5px;
    background-color: #fff;
  }
  .floating-label-field--s2 + .floating-label {
    visibility: hidden;
    transition: transform .25s, visibility .5s, opacity .5s ease-in-out;
    opacity: 0;
  }
  .floating-label-field--s2:focus + .floating-label, .floating-label-field--s2:not(:placeholder-shown) + .floating-label {
    visibility: visible;
    transform: translateY(-80%);
    opacity: .5;
  }
  .floating-label-field--s2:valid:not(:placeholder-shown) {
    border-color: #adefc8;
    background-color: #adefc8;
  }
  .floating-label-field--s2:invalid {
    border-color: #ffe0e3;
    background-color: #ffe0e3;
  }
  .floating-label-field--s3 {
    padding: 1.5em;
    transition: border-color .25s ease-in-out;
    color: rgba(255, 255, 255, .75);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 5px;
    background-color: transparent;
  }
  .floating-label-field--s3 + .floating-label {
    position: absolute;
    top: .75em;
   inset-inline-end: .75em;
    display: inline-block;
    width: auto;
    margin: 0;
    padding: .75em;
    transition: transform .25s, opacity .25s, padding .25s ease-in-out;
    transform-origin: 0 0;
    color: rgba(255, 255, 255, .5);
  }
  .floating-label-field--s3:focus, .floating-label-field--s3:not(:placeholder-shown) {
    border-color: rgba(255, 255, 255, .1);
  }
  .floating-label-field--s3:focus + .floating-label, .floating-label-field--s3:not(:placeholder-shown) + .floating-label {
    z-index: 2500;
    padding: .75em;
    transform: translate(0, -2em) scale(.9);
    color: rgba(255, 255, 255, .25);
    background-color: #2c3e50;
  }
  /* Common Styles */
  /* Identical inputs on all browsers */
  .floating-label-field--s1:not(textarea), .floating-label-field--s2:not(textarea), .floating-label-field--s3:not(textarea) {
    max-height: 4em;
  }
  .floating-label-field--s1, .floating-label-field--s1 + .floating-label, .floating-label-field--s2, .floating-label-field--s2 + .floating-label {
    padding: 1.5em;
  }
  .floating-label-field--s1 + .floating-label, .floating-label-field--s2 + .floating-label {
    z-index: 2;
  }
  .floating-label-field--s1::placeholder, .floating-label-field--s3::placeholder {
    color: transparent;
  }
.float-right{
    float: right;
    height: 100%;
}
.float-left{
    float: left;
}
.header-top {
    background-color: #e8e8e8;
    padding: 10px;
    /* padding-bottom: 0; */
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
}
.header-top .info{
    display: flex;
    margin: 0;
    height: 100%;
    align-items: center;
}
@media only screen and (max-width: 767px)
{.header-top {
    padding: 15px 0px;
    display: none;
}
}
.social-links-fixed ul {
    position: fixed;
   inset-inline-end: 15px;
    bottom: 20px;
    justify-content: space-between;
    z-index: 99999;
    background-color: transparent;
    background-color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 50px;
    height: fit-content;
    transition: all 0.5s ease 0s;
    background-color: transparent;
}

.social-links-fixed ul li {
    width: 50px;
    height: 50px;
    background-color: rgb(0, 0, 0);
    margin-bottom: 5px;
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    border-radius: 50px;
    transition: all 0.5s ease 0s;
}

.social-links-fixed ul li.instagam {
    background-color: #833AB4;
}

.social-links-fixed ul li.linkedin {
    background-color: #0077B5;
}

.social-links-fixed ul li.twitter {
    background-color: rgb(29, 161, 242);
    margin-bottom: 0px;
}

.social-links-fixed ul li.facebook {
    background: linear-gradient(155deg, rgb(0, 39, 85), rgb(0, 159, 255));
}

.social-links-fixed ul li.pinterest {
    background-color: rgb(41, 128, 211);
}

.social-links-fixed ul li.instagram {
    background: linear-gradient(45deg, rgb(240, 148, 51) 0%, rgb(230, 104, 60) 25%, rgb(220, 39, 67) 50%, rgb(204, 35, 102) 75%, rgb(188, 24, 136) 100%);
}

.social-links-fixed ul li.whatsapp {
    background: linear-gradient(45deg, rgb(45, 182, 64), rgb(80, 203, 94));
}

.social-links-fixed ul li a {
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.social-links-fixed li {
    transform: scale(0);
    visibility: hidden;
    opacity: 0;
}

.social-links-fixed ul {
    height: auto;
    box-shadow: none;
}

.social-links-fixed li.support {
    transform: scale(1) translateY(70px);
    visibility: visible;
    opacity: 1;
    background: linear-gradient(rgb(1 75 140) 0%, rgb(0 95 161) 100%), url(../../assets/img/slider/d378cc_65554b0ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½K~mv2.webp);
    transition: all 0.5s ease 0s;
}

.social-links-fixed.open li.support {
    transform: scale(1) translateY(0px);
    background: rgb(255 0 30);
}

.social-links-fixed.open li.support span {
    transform: rotateY(180deg);
}

.social-links-fixed li span {
    transition: all 0.5s ease 0s;
}

.social-links-fixed.open li {
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}

.social-links-fixed.open ul {
    box-shadow: rgba(0, 0, 0, 0.34) 0px 1px 20px 0px;
    background-color: white;
}
.download-catlog-btn-fixed {
    z-index: 9999;
    color: #fff;
    inset-inline-start: 25px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    background-color: #C51605;
}
.download-catlog-btn {
    color: #fff;
    cursor: pointer;
    margin:auto;
    display: flex;
    max-width: 300px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    padding: 6px;
    margin-top: 20px;
    background-color: #C51605;
}
