@import url(https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css);
@import url(https://fonts.googleapis.com/css2?family=Miriam+Libre:wght@400;700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    background: #f5f5f5
}

.stock-warpper {
    display: grid;
    grid-template-columns:300px repeat(5, 7rem) auto;
    height: 60px;
    background: #343434;
    transition: all ease-in-out .3s
}

@media (min-width: 0) and (max-width: 575px) {
    .stock-warpper {
        overflow: hidden
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .stock-warpper {
        grid-template-columns:15rem repeat(5, 7rem) auto
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .stock-warpper {
        grid-template-columns:auto repeat(5, 5rem) auto
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .stock-warpper {
        grid-template-columns:auto repeat(5, 5rem) auto
    }
}

@media (min-width: 0) and (max-width: 575px) {
    .stock-warpper {
        grid-template-columns:auto repeat(5, 5rem) auto
    }
}

.stock-warpper > * {
    font-size: 20px;
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    height: 100%;
    color: #fff
}

.stock-warpper .title {
    display: flex;
    align-items: center;
    justify-content: end
}

.stock-warpper .stokcs-numbers-warpper {
    display: flex;
    align-items: center;
    padding-left: 20%
}

.stock-warpper .stokcs-numbers-warpper > div {
    text-align: right;
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal
}

.stock-warpper .stokcs-numbers-warpper > div > p:nth-child(1) {
    font-weight: 700
}

.stock-warpper .stokcs-numbers-warpper > div > p:nth-child(2) {
    font-size: 12px;
    text-transform: capitalize
}

.stock-warpper .hsoical {
    padding-right: 2rem;
    display: flex;
    justify-content: end
}

@media (min-width: 576px) and (max-width: 767px) {
    .stock-warpper .hsoical {
        display: none
    }
}

@media (min-width: 0) and (max-width: 575px) {
    .stock-warpper .hsoical {
        display: none
    }
}

.stock-warpper .hsoical a {
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    margin: 5px;
    background: #990d32;
    padding-top: .5rem;
    display: inline-block;
    color: #000;
    text-decoration: none
}

.top-par-wapper {
    height: 80px;
    width: 100%;
    background: #990d32;
    display: grid;
    grid-template-columns:1fr 2.5fr 1fr;
    transition: all ease-in-out .3s
}

@media (min-width: 992px) and (max-width: 1199px) {
    .top-par-wapper {
        grid-template-columns:.75fr 2fr 1fr
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .top-par-wapper {
        grid-template-columns:1fr 1.8fr 1.6fr;
        height: 120px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .top-par-wapper {
        grid-template-rows:1fr 1fr 1fr;
        grid-template-columns:none;
        height: auto
    }
}

@media (min-width: 0) and (max-width: 575px) {
    .top-par-wapper {
        grid-template-rows:1fr 1fr 1fr;
        grid-template-columns:none;
        height: auto
    }
}

.top-par-wapper .logo {
    display: flex;
    justify-content: end;
    align-items: center;
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    padding: 0 10px;
    border-right: thin solid rgba(255, 255, 255, .25)
}

.top-par-wapper .logo a {
    color: #fff;
    text-decoration: none
}

@media (min-width: 576px) and (max-width: 767px) {
    .top-par-wapper .logo {
        justify-content: center;
        padding: 10px
    }
}

@media (min-width: 0) and (max-width: 575px) {
    .top-par-wapper .logo {
        justify-content: left;
        padding: 10px 10px 0 11%
    }
}

.top-par-wapper .email, .top-par-wapper .info {
    display: flex;
    align-items: center;
    border-right: thin solid rgba(255, 255, 255, .25)
}

.top-par-wapper .email > div a, .top-par-wapper .email > div > p, .top-par-wapper .info > div a, .top-par-wapper .info > div > p {
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    display: inline-block;
    color: #fff;
    text-decoration: none
}

@media (min-width: 768px) and (max-width: 991px) {
    .top-par-wapper .email > div a, .top-par-wapper .email > div > p, .top-par-wapper .info > div a, .top-par-wapper .info > div > p {
        display: block;
        margin: 1.5rem
    }
}

.top-par-wapper .email > div a i, .top-par-wapper .email > div > p i, .top-par-wapper .info > div a i, .top-par-wapper .info > div > p i {
    color: #c87a94;
    margin: 0 15px 0 20px
}

@media (min-width: 768px) and (max-width: 991px) {
    .top-par-wapper .email > div a i, .top-par-wapper .email > div > p i, .top-par-wapper .info > div a i, .top-par-wapper .info > div > p i {
        margin: 0 5px 0 5px
    }
}

.slidshow-wapper {
    min-height: 700px;
    width: 100%;
    position: relative;
    overflow: hidden
}

.slidshow-wapper.min {
    height: 500px
}

.slidshow-wapper.micro {
    height: 150px
}

.slidshow-wapper.micro .background {
    height: 200%
}

.slidshow-wapper.micro .background img {
    top: -50%
}

@media (min-width: 0) and (max-width: 575px) {
    .slidshow-wapper {
        overflow: hidden
    }
}

.slidshow-wapper .menu {
    position: relative;
    top: 0;
    width: 100%;
    height: 200px;
    z-index: 5;
    display: grid;
    grid-template-columns:1fr 4fr
}

@media (min-width: 768px) and (max-width: 991px) {
    .slidshow-wapper .menu {
        grid-template-columns:1fr;
        height: 100px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .slidshow-wapper .menu {
        grid-template-columns:1fr;
        height: 100px
    }
}

@media (min-width: 0) and (max-width: 575px) {
    .slidshow-wapper .menu {
        grid-template-columns:1fr;
        height: 100px
    }
}

.slidshow-wapper .menu .logo {
    display: flex;
    justify-content: end;
    align-items: center;
    padding-right: 15px
}

@media (min-width: 768px) and (max-width: 991px) {
    .slidshow-wapper .menu .logo {
        display: none
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .slidshow-wapper .menu .logo {
        display: none
    }
}

@media (min-width: 0) and (max-width: 575px) {
    .slidshow-wapper .menu .logo {
        display: none
    }
}

.slidshow-wapper .menu .logo svg {
    width: 250px
}

.slidshow-wapper .menu .menu-items {
    position: relative;
    display: flex;
    justify-content: end;
    align-items: center;
    padding-right: 10px;
    z-index: 100
}

@media (min-width: 768px) and (max-width: 991px) {
    .slidshow-wapper .menu .menu-items {
        justify-content: center
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .slidshow-wapper .menu .menu-items {
        justify-content: center;
        flex-direction: column;
        background: #343434;
        position: absolute;
        width: 100%;
        z-index: 200
    }
}

@media (min-width: 0) and (max-width: 575px) {
    .slidshow-wapper .menu .menu-items {
        justify-content: center;
        flex-direction: column;
        background: #343434;
        position: absolute;
        width: 100%;
        z-index: 200
    }
}

.slidshow-wapper .menu .menu-items a:first-child {
    display: none
}

@media (min-width: 576px) and (max-width: 767px) {
    .slidshow-wapper .menu .menu-items a:first-child {
        display: block;
        text-align: right
    }
}

@media (min-width: 0) and (max-width: 575px) {
    .slidshow-wapper .menu .menu-items a:first-child {
        display: block;
        text-align: right
    }
}

.slidshow-wapper .menu .menu-items a {
    position: relative;
    z-index: 100;
    font-size: 17px;
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    margin: 0 5px;
    padding: 8px 8px 20px 8px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    transition: all ease-in-out .3s;
    border-bottom: 4px solid transparent
}

@media (min-width: 576px) and (max-width: 767px) {
    .slidshow-wapper .menu .menu-items a {
        background: #343434;
        display: none
    }
}

@media (min-width: 0) and (max-width: 575px) {
    .slidshow-wapper .menu .menu-items a {
        background: #343434;
        display: none
    }
}

.slidshow-wapper .menu .menu-items a i {
    margin-right: 5px
}

@media (min-width: 768px) and (max-width: 991px) {
    .slidshow-wapper .menu .menu-items a i {
        display: none
    }
}

.slidshow-wapper .menu .menu-items a.active, .slidshow-wapper .menu .menu-items a:hover {
    border-bottom: 4px solid #990d32;
    color: #990d32
}

.slidshow-wapper .statment-sec {
    position: relative;
    width: 100%;
    z-index: 50;
    display: grid;
    grid-template-columns:1fr 10fr 1fr
}

.slidshow-wapper .statment-sec .content {
    color: #fff3cd
}

.slidshow-wapper .statment-sec .content div:first-child {
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 40px
}

.slidshow-wapper .statment-sec .content div:nth-child(2) {
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 100px
}

@media (min-width: 0) and (max-width: 575px) {
    .slidshow-wapper .statment-sec .content div:nth-child(2) {
        font-size: 70px
    }
}

.slidshow-wapper .statment-sec .content div:nth-child(3) {
    max-width: 800px;
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    margin: 40px 0
}

.slidshow-wapper .statment-sec .content .btns {
    margin-top: 20px;
    margin-bottom: 10px;
}

.slidshow-wapper .statment-sec .content .btns a {
    border: 2px solid #fff3cd;
    border-radius: 20px;
    display: inline-block;
    margin-right: 15px;
    padding: 10px 20px;
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    text-decoration: none;
    color: #fff3cd;
    transition: all ease-in-out .3s
}

.slidshow-wapper .statment-sec .content .btns a:hover {
    background: #fff3cd;
    color: #6e0a0a
}

.slidshow-wapper .background {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    filter: blur(2px);
    transform: scale(1.1)
}

.slidshow-wapper .background div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 52, 52, .66);
    background: linear-gradient(0deg, rgba(52, 52, 52, 0) 0, #343434 100%);
    z-index: 2
}

.slidshow-wapper .background img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: all ease-in-out 2s
}

.slidshow-wapper .background:hover img {
    transform: scale(1.05)
}

.service-braif-wapper .content {
    display: grid;
    grid-template-columns:1fr 1fr 1fr
}

.service-braif-wapper .content .section {
    position: relative
}

.service-braif-wapper .content .section .img-wapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    z-index: 1;
    overflow: hidden
}

.service-braif-wapper .content .section .img-wapper img {
    width: 120%;
    height: 120%;
    filter: blur(3px);
    object-fit: cover;
    transition: all ease-in-out 2s;
    transform: scale(1.1)
}

.service-braif-wapper .content .section .info {
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    color: #fff3cd;
    position: relative;
    z-index: 2;
    height: 100%;
    width: 100%;
    padding: 15% 20%
}

.service-braif-wapper .content .section .info p , .service-braif-wapper .content .section .info h2{
    text-align: center;
}

.service-braif-wapper .content .section:hover .img-wapper img {
    transform: scale(1.02)
}

.service-braif-wapper .content .section:nth-child(even) .info {
    background: rgba(153, 13, 50, .7)
}

.service-braif-wapper .content .section:nth-child(odd) .info {
    background: rgba(52, 52, 52, .9)
}

.product-warp {
    background: #f5f5f5
}

.product-warp .title-sec {
    text-align: center;
    padding: 1rem 0
}

.product-warp .title-sec .product-title {
    font-size: 40px;
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal
}

.product-warp .title-sec .product-desc {
    padding: 1rem 0;
    font-size: 15px;
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal
}

.product-warp .title-sec .product-desc::after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background: #990d32;
    margin: 1rem auto
}

.product-warp .product-list-sec {
    display: grid;
    grid-template-columns:1fr 6fr 1fr;
    transition: all ease-in-out .3s;
    padding-bottom: 20px
}

@media (min-width: 1600px) {
    .product-warp .product-list-sec {
        grid-template-columns:1fr 3fr 1fr
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .product-warp .product-list-sec {
        grid-template-columns:1fr 12fr 1fr
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .product-warp .product-list-sec {
        grid-template-columns:1fr 18fr 1fr
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-warp .product-list-sec {
        grid-template-columns:1fr 18fr 1fr
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .product-warp .product-list-sec {
        grid-template-columns:1fr 3fr 1fr
    }
}

@media (min-width: 0) and (max-width: 575px) {
    .product-warp .product-list-sec {
        grid-template-columns:1fr 6fr 1fr
    }
}

.product-warp .product-list-sec .margen, .product-warp .product-list-sec .product-list {
    margin: 2rem 0
}

.product-warp .product-list-sec .product-list {
    max-width: 1200px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    justify-content: center;
    gap: 20px;
    transition: all ease-in-out .3s;
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-warp .product-list-sec .product-list {
        grid-template-columns:50% 50%
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .product-warp .product-list-sec .product-list {
        grid-template-columns:100%
    }
}

@media (min-width: 0) and (max-width: 575px) {
    .product-warp .product-list-sec .product-list {
        grid-template-columns:100%
    }
}

.product-warp .product-list-sec .product-list > div {
    overflow: hidden;
    padding: 10px;
    transition: all ease-in-out .3s
}

.product-warp .product-list-sec .product-list > div:hover {
    transform: scale(1.02)
}

.product-warp .product-list-sec .product-list > div > div {
    background: #fff;
    height: 200px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .06)
}

.product-warp .product-list-sec .product-list > div > div img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 200px
}

.product-warp .product-list-sec .product-list > div > div h3 {
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    color: #990d32;
    padding: 1rem 1.5rem
}

.product-warp .product-list-sec .product-list > div > div p {
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    padding: .5rem 1.5rem 0 1.5rem
}

.product-warp .product-list-sec .product-list > div > div a {
    background: #990d32;
    width: 100%;
    display: block;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    position: absolute;
    bottom: -50px;
    transition: all ease-in-out .3s
}

.product-warp .product-list-sec .product-list > div > div:hover a {
    bottom: 0
}

.careers-container * {
    transition: all .5s
}

.careers-container .top-section {
    position: relative
}

.careers-container .top-section .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.careers-container .top-section .background img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.careers-container .top-section .background .overlay {
    background: rgba(0, 0, 0, .2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.careers-container .top-section .content {
    position: relative;
    z-index: 1;
    display: grid;
    padding: 6rem;
    grid-template-columns:1fr 2fr;
    color: #fff3cd
}

.careers-container .top-section .content h1 {
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-size: 2rem;
    margin-bottom: 1rem
}

.careers-container .top-section .content p {
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-size: 1.2rem;
    margin-bottom: 1rem
}

.careers-container .careers {
    width: 80%;
    margin: 0 auto
}

.careers-container .careers .noJobs {
    text-align: center;
    margin: 50px;
    font-size: 1.5rem;
    color: #990d32;
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal
}

.careers-container .careers .career {
    background: #fff;
    margin: 15px 0;
    padding: 2rem;
    display: grid;
    grid-template-columns:5fr 2fr;
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    border-bottom: 1px solid rgba(153, 13, 50, .5);
    box-shadow: 0 0 10px rgba(153, 13, 50, .1);
    position: relative
}

.careers-container .careers .career p.header {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 15px;
    background: #990d32;
    margin: 50px;
    border-radius: 5px;
    color: #fff
}

.careers-container .careers .career .title {
    padding-top: 20px
}

.careers-container .careers .career .title h2 {
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    color: #990d32
}

.careers-container .careers .career .title p {
    display: none;
    margin: .5rem 0 2rem 0
}

.careers-container .careers .career .title a {
    display: none;
    color: #990d32;
    text-decoration: none;
    transition: all ease-in-out .3s;
    border-left: 4px solid transparent;
    padding-left: 10px
}

.careers-container .careers .career .title a:hover {
    border-left: 4px solid #990d32
}

.careers-container .careers .career .content {
    display: none;
    opacity: 0;
    transition: all .5s;
    height: 20px;
    overflow: hidden
}

.careers-container .careers .career .content h2 {
    font-size: 1.5rem;
    margin: 2rem;
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #990d32;
    text-transform: uppercase
}

.careers-container .careers .career .content > p {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal
}

.careers-container .careers .career .content ul {
    list-style: none
}

.careers-container .careers .career .content ul li {
    margin-bottom: 1rem;
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal
}

.careers-container .careers .career .content ul li::before {
    display: inline-block;
    content: "";
    background: #990d32;
    border-radius: 50%;
    width: 10px;
    height: 10px
}

.careers-container .careers .career .content ul li p {
    display: inline;
    margin-left: 1rem
}

.careers-container .careers .career .apply {
    padding: 15px;
    color: #343434;
    background: #f5f5f5
}

.careers-container .careers .career.open {
    grid-template-columns:1fr 2fr
}

.careers-container .careers .career.open p.header {
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    padding: 5px;
    background: #990d32;
    margin: 5px;
    border-radius: 5px;
    color: #fff
}

.careers-container .careers .career.open .content {
    display: block;
    opacity: 1;
    height: auto;
    overflow: hidden
}

.careers-container .careers .career.open .title p {
    display: block
}

.careers-container .careers .career.open .title a {
    display: inline-block
}

.about-us-section {
    padding: 30px 0 0 0;
    background: #f5f5f5
}

.about-us-section .image-wapper {
    position: relative;
    overflow: hidden
}

.about-us-section .image-wapper .backgroud {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #343434;
    z-index: 1
}

.about-us-section .image-wapper .backgroud::before {
    content: "";
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 60px;
    background: #990d32;
    z-index: 2
}

.about-us-section .image-wapper .image {
    text-align: center;
    z-index: 3;
    position: relative
}

.about-us-section .image-wapper .image img {
    width: 700px;
    max-width: 85%;
    box-shadow: 0 20px 16px 0 rgba(0, 0, 0, .25)
}

.about-us-section .about-us {
    background: #343434;
    color: #fff3cd;
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal
}

.about-us-section .about-us small {
    text-align: center;
    display: block;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding: 10px
}

.about-us-section .about-us h2 {
    text-align: center;
    display: block;
    text-transform: capitalize;
    letter-spacing: 3px;
    padding: 10px
}

.about-us-section .about-us .info {
    text-align: left;
    padding: 20px 170px;
    display: flex
}

@media (min-width: 768px) and (max-width: 991px) {
    .about-us-section .about-us .info {
        padding: 20px 20px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .about-us-section .about-us .info {
        padding: 20px 20px;
        flex-direction: column
    }
}

@media (min-width: 0) and (max-width: 575px) {
    .about-us-section .about-us .info {
        padding: 20px 20px;
        flex-direction: column
    }
}

.about-us-section .about-us .info p {
    padding: 10px
}

.vission-wapper {
    background: #fff3cd;
    position: relative;
    display: grid;
    grid-template-columns:2fr 10fr 2fr
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .vission-wapper {
        grid-template-columns:1fr 8fr 1fr
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .vission-wapper {
        grid-template-columns:1fr 8fr 1fr
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .vission-wapper {
        grid-template-columns:1fr 24fr 1fr
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .vission-wapper {
        grid-template-columns:1fr
    }
}

@media (min-width: 0) and (max-width: 575px) {
    .vission-wapper {
        grid-template-columns:1fr
    }
}

.vission-wapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #343434;
    z-index: 0
}

.vission-wapper .content {
    z-index: 1;
    overflow: hidden
}

.vission-wapper .content .section {
    display: flex;
    flex-flow: row-reverse
}

@media (min-width: 0) and (max-width: 575px) {
    .vission-wapper .content .section {
        flex-direction: column
    }
}

.vission-wapper .content .section:nth-child(odd) {
    flex-direction: row
}

@media (min-width: 0) and (max-width: 575px) {
    .vission-wapper .content .section:nth-child(odd) {
        flex-direction: column
    }
}

.vission-wapper .content .section:nth-child(odd) .info {
    background: #fff;

}

.vission-wapper .content .section:nth-child(odd) .info small {
    color: #990d32;
    letter-spacing: 3px;
    padding: 10px 0
}

.vission-wapper .content .section:nth-child(odd) .info h2 {
    color: #c87a94;
    padding: 30px 0
}

.vission-wapper .content .section:nth-child(odd) .info p {
    color: #343434;
    letter-spacing: 2px
}

.vission-wapper .content .section > * {
    width: 50%
}

@media (min-width: 576px) and (max-width: 767px) {
    .vission-wapper .content .section > :nth-child(1) {
        width: 40%
    }

    .vission-wapper .content .section > :nth-child(2) {
        width: 60%
    }
}

@media (min-width: 0) and (max-width: 575px) {
    .vission-wapper .content .section > * {
        width: 100%
    }
}

.vission-wapper .content .section .img-wapper {
    background: #000;
    overflow: hidden;
    height: 550px
}

.vission-wapper .content .section .img-wapper img {
    object-fit: cover;
    height: 100%
}

.vission-wapper .content .section .info {
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    background: #343434;
    padding: 40px
}

.vission-wapper .content .section .info small {
    color: #fff3cd;
    letter-spacing: 3px;
    padding: 10px 0;

    margin-top: 22%;
    display: inline-block;
}

.vission-wapper .content .section .info h2 {
    color: #fff;
    padding: 30px 0
}

.vission-wapper .content .section .info p {
    color: #fff3cd;
    letter-spacing: 2px
}

.footer {
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal
}

.footer .links {
    display: grid;
    grid-template-columns:2fr 9fr 5fr 5fr 2fr;
    background: #343434
}

.footer .links > * {
    padding: 20px 0
}

.footer .links .info .logo {
    width: 150px
}

.footer .links .info .contacts iframe {
    width: 50%;
    height: 180px;
    margin: 10px 0
}

.footer .links .info .contacts p {
    color: #fff3cd;
    margin: 0;
    padding: 5px 0
}

.footer .links .info .contacts p i {
    padding: 4px
}

.footer .links .nav h3 {
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    display: block;
    text-transform: capitalize
}

.footer .links .nav small {
    text-transform: uppercase;
    color: #fff3cd;
    font-size: 10px
}

.footer .links .nav a {
    margin-top: 20px;
    margin-right: 10px;
    color: #c87a94;
    display: block;
    text-decoration: none
}

.footer .copyrights {
    background: #000;
    padding: 15px;
    color: #fff3cd;
    display: grid;
    grid-template-columns:1fr 1fr
}

.footer .copyrights .rights > * {
    display: inline-block
}

.footer .copyrights .rights a {
    color: #990d32;
    padding-left: 5px
}

.footer .copyrights .soical {
    padding-right: 20px;
    text-align: right
}

.footer .copyrights .soical a {
    padding: 8px;
    color: #fff;
    font-size: 20px
}

.investor-wrapper {
    background: #f5f5f5;
    width: 80%;
    margin: 0 auto;
    padding: 20px 0
}

@media (min-width: 0) and (max-width: 575px) {
    .investor-wrapper {
        width: 90%;
        padding: 5px 0
    }
}

.investor-wrapper .heading {
    text-align: center
}

.investor-wrapper .heading h2 {
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: #990d32
}

.investor-wrapper .heading p {
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    padding: 20px 50px;
    color: #343434
}

.investor-wrapper .data-wapper {
    max-width: 80%;
    margin: 0 auto;
    display: grid;
    grid-template-columns:2fr 5fr;
    grid-gap: 20px
}

@media (min-width: 768px) and (max-width: 991px) {
    .investor-wrapper .data-wapper {
        width: 90%;
        padding: 10px 0
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .investor-wrapper .data-wapper {
        width: 90%;
        padding: 10px 0
    }
}

@media (min-width: 0) and (max-width: 575px) {
    .investor-wrapper .data-wapper {
        width: 90%;
        padding: 5px 0
    }
}
.investor-wrapper .data-wapper .side-fr{
    /*background: #0b5ed7;*/
    padding-top: 15px;

}
.investor-wrapper .data-wapper .side a ,.investor-wrapper .data-wapper .side-fr a {
    color: #990d32;
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    display: block;
    transition: all ease-in-out .3s;
    text-decoration: none;
    margin: 4px 0;
    padding: 15px 0 15px 20px;
    background-color: #fff;
    cursor: pointer;
    border-left: 5px solid #fff
}

.investor-wrapper .data-wapper .side-fr a.active, .investor-wrapper .data-wapper .side-fr a:hover {
    color: #990d32;
    border-left: 5px solid #990d32
}

.investor-wrapper .data-wapper .content iframe{
    width: 100%;
    min-height: 500px;
    border: 0;
    margin: 20px 0
}

.investor-wrapper .data-wapper .content .content-type {
    display: none
}

.investor-wrapper .data-wapper .content .content-type.active {
    display: block
}

.investor-wrapper .data-wapper .content .content-type h2 {
    text-align: center;
    color: #990d32;
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    padding: 25px
}

.investor-wrapper .data-wapper .content .content-type .container {
    display: grid;
    grid-template-columns:1fr 9fr;
    height: 320px
}

.investor-wrapper .data-wapper .content .content-type .container .years {
    border-right: 3px solid #990d32;
    height: 100%;
    overflow: hidden;
    transition: all ease-in-out .3s;
    scroll-behavior: smooth
}

.investor-wrapper .data-wapper .content .content-type .container .years ul {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%
}

.investor-wrapper .data-wapper .content .content-type .container .years ul li {
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
    color: #990d32;
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    transition: all ease-in-out .3s
}

.investor-wrapper .data-wapper .content .content-type .container .years ul li.active, .investor-wrapper .data-wapper .content .content-type .container .years ul li:hover {
    color: #fff3cd;
    background-color: #990d32
}

.investor-wrapper .data-wapper .content .content-type .container .files {
    overflow-y: auto
}

.investor-wrapper .data-wapper .content .content-type .container .files .file {
    transition: all ease-in-out .3s;
    overflow: hidden;
    margin: 15px;
    background: #fff;
    border-left: 5px solid #990d32;
    display: none;
    grid-template-columns:5fr 3fr 1fr;
    justify-content: center;
    align-items: center;
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal
}

.investor-wrapper .data-wapper .content .content-type .container .files .file .main {
    padding: 10px;
    color: #343434;
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal
}

.investor-wrapper .data-wapper .content .content-type .container .files .file .main h3 {
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal
}

.investor-wrapper .data-wapper .content .content-type .container .files .file .download {
    background: #990d32;
    display: grid;
    height: 100%
}

.investor-wrapper .data-wapper .content .content-type .container .files .file .download a {
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: center;
    width: 100%;
    height: 100%;
    color: #fff;
    padding-top: 20%
}

.investor-wrapper .data-wapper .content .content-type .container .files .file .download a:hover {
    background: #c87a94
}

.products-foot-wrapper .section {
    display: grid;
    grid-template-columns:1fr 1fr 2fr
}

.products-foot-wrapper .section:nth-child(odd) {
    grid-template-columns:2fr 1fr 1fr
}

@media (min-width: 0) and (max-width: 575px) {
    .products-foot-wrapper .section:nth-child(odd) {
        grid-template-columns:3fr 1fr
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .products-foot-wrapper .section:nth-child(odd) {
        grid-template-columns:3fr 1fr
    }
}

@media (min-width: 0) and (max-width: 575px) {
    .products-foot-wrapper .section {
        grid-template-columns:1fr 3fr
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .products-foot-wrapper .section {
        grid-template-columns:1fr 3fr
    }
}

@media (min-width: 0) and (max-width: 575px) {
    .products-foot-wrapper .section .avatar {
        display: none
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .products-foot-wrapper .section .avatar {
        display: none
    }
}

.products-foot-wrapper .section .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.products-foot-wrapper .section .title {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center
}

.products-foot-wrapper .section .title.dark {
    background: #990d32;
    color: #fff3cd
}

.products-foot-wrapper .section .title.light {
    color: #000;
    background: #fff
}

.products-foot-wrapper .section .title h1 {
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    padding: 10px
}

.products-foot-wrapper .section .contetn {
    position: relative
}

.products-foot-wrapper .section .contetn .content {
    position: relative;
    z-index: 2;
    padding: 80px
}

.products-foot-wrapper .section .contetn .content h3 {
    font-size: 2rem;
    color: #c87a94;
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    padding: 10px 0
}

.products-foot-wrapper .section .contetn .content p {
    color: #fff3cd;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 20px 0;
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal
}

.products-foot-wrapper .section .contetn .backgroud {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1
}

.products-foot-wrapper .section .contetn .backgroud::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(52, 52, 52, .7);
    z-index: 1
}

.products-foot-wrapper .section .contetn .backgroud img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.single-product {
    display: grid;
    grid-template-columns:1fr 3fr 10fr 1fr
}

.single-product .sidemenu {
    padding: 40px 20px;
    background-color: #f5f5f5
}

.single-product .sidemenu > h2 {
    margin: 15px;
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    color: #990d32;
    text-transform: capitalize
}

.single-product .sidemenu ul {
    margin: 15px;
    list-style: none;
    padding: 0
}

.single-product .sidemenu ul li {
    margin-bottom: 10px
}

.single-product .sidemenu ul li a {
    display: block;
    text-decoration: none;
    color: #990d32;
    font-size: 1.3rem;
    padding: 5px;
    border-left: 4px solid transparent;
    transition: all ease-in-out .3s;
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal
}

.single-product .sidemenu ul li a:hover {
    border-left: 4px solid #c87a94;
    color: #c87a94;
    padding-left: 10px
}

.single-product .sidemenu .help {
    border: 1px solid #990d32;
    padding: 30px;
    margin: 15px;
    display: block
}

.single-product .sidemenu .help > h2 {
    font-size: 1.2rem;
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #990d32;
    text-transform: capitalize
}

.single-product .sidemenu .help p {
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 1.3rem;
    color: #990d32
}

.single-product .sidemenu .help a {
    display: block;
    text-decoration: none;
    color: #990d32;
    font-size: 1.3rem;
    margin-top: 10px;
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal
}

.single-product .sidemenu .help a:hover {
    color: #c87a94
}

.single-product .sidemenu .help a:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #990d32;
    margin-top: 10px
}

.single-product .sidemenu .contct-byn {
    margin: 15px;
    display: block
}

.single-product .sidemenu .contct-byn a {
    background: #990d32;
    padding: 15px;
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    text-decoration: none;
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    transition: all ease-in-out .3s
}

.single-product .sidemenu .contct-byn a:hover {
    padding-left: 20px;
    background: #6a0923
}

.single-product .main-section {
    padding: 40px 20px;
    background-color: #f5f5f5
}

.single-product .main-section .heading {
    height: 300px;
    position: relative;
    overflow: hidden;
    z-index: 3;
    padding-top: 8%
}

.single-product .main-section .heading .content {
    z-index: 5;
    position: relative;
    padding: 30px;
    height: 100%
}

.single-product .main-section .heading .content h1 {
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    color: #990d32;
    font-size: 5rem;
    text-transform: capitalize
}

.single-product .main-section .heading .content p {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    color: #343434;
    font-size: 1.3rem
}

.single-product .main-section .heading .service {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.single-product .main-section .heading .service p {
    color: #990d32;
    z-index: 1;
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 17rem;
    opacity: .05
}

.single-product .main-section .heading .service .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: linear-gradient(90deg, rgba(245, 245, 245, 0) 0, #f5f5f5 100%)
}

.single-product .main-section .product-details {
    text-align: center
}

.single-product .main-section .product-details img {
    width: 80%;
    margin: 20px auto;
    background: #000;
    object-fit: cover;
    box-shadow: 0 20px 16px 0 rgba(0, 0, 0, .25)
}

.single-product .main-section .product-details .main-p {
    text-align: justify;
    margin: 15px;
    color: #000;
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 1.3rem;
    color: #000
}

.single-product .main-section .product-details .accordion {
    text-align: left
}

.single-product .main-section .product-details .accordion section {
    transition: all ease-in-out .3s
}

.single-product .main-section .product-details .accordion section h2 {
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 1.5rem;
    color: #990d32;
    text-transform: capitalize;
    margin: 30px 20px;
    cursor: pointer
}

.single-product .main-section .product-details .accordion section h2 i {
    padding: 10px;
    background: #990d32;
    color: #fff3cd;
    margin-right: 10px
}

.single-product .main-section .product-details .accordion section p {
    padding: 15px;
    display: none;
    transition: all ease-in-out .3s;
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 1.3rem;
    color: #000
}

.single-product .main-section .product-details .accordion section.active h2 i {
    color: #990d32;
    background: #fff3cd
}

.single-product .main-section .product-details .accordion section.active p {
    display: block
}

.partnres-warp {
    background: #fff;
    width: 100%
}

.partnres-warp .content {
    width: 80%;
    margin: 20px auto 40px
}

.partnres-warp .content .slider {
    width: 100%;
    height: 150px;
    position: relative;
    overflow: hidden;
    scroll-behavior: smooth
}

.partnres-warp .content .slider .item {
    top: 0;
    left: 0;
    position: absolute;
    background: #f5f5f5;
    width: 300px;
    height: 100%;
    cursor: pointer;
    text-align: center
}

.partnres-warp .content .slider .item.active img, .partnres-warp .content .slider .item:hover img {
    filter: grayscale(0);
    opacity: 1
}

.partnres-warp .content .slider .item img {
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    opacity: .2;
    transition: all ease-in-out .3s
}

.partnres-warp .content .foucs {
    width: 80%;
    margin: 0 auto
}

.partnres-warp .content .foucs .img-wapper {
    width: 100%;
    max-width: 100px;
    display: block;
    margin: 0 auto
}

.partnres-warp .content .foucs .img-wapper img {
    width: 100%
}

.partnres-warp .content .foucs .title {
    text-align: center
}

.partnres-warp .content .foucs .title h2 {
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #990d32;
    font-size: 20px;
    margin: 10px 0
}

.partnres-warp .content .foucs .title p {
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    color: #990d32;
    font-size: 30px;
    margin: 10px 0
}

.partnres-warp .our-success {
    position: relative;
    width: 100%;
    overflow: hidden
}

.partnres-warp .our-success .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.partnres-warp .our-success .background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%)
}

.partnres-warp .our-success .background .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(153, 13, 50, .4)
}

.partnres-warp .our-success .content {
    position: relative;
    z-index: 1;
    color: #f5f5f5;
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    display: grid;
    grid-template-columns:1fr 1fr
}

.partnres-warp .our-success .content .head {
    grid-area: 1/1/2/3
}

.partnres-warp .our-success .content .head h2 {
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 40px;
    margin: 10px 0;
    max-width: 50%;
    padding: 0 50px
}

.partnres-warp .our-success .content .text {
    padding: 50px;
    font-size: 20px
}

.partnres-warp .our-success .content .text p {
    margin: 0 0 20px 0;
    display: block
}

.partnres-warp .our-success .content .statsics {
    padding: 50px
}

.partnres-warp .our-success .content .statsics .item {
    display: block;
    margin: 15px 0;
    overflow: hidden
}

.partnres-warp .our-success .content .statsics .item > * {
    float: left
}

.partnres-warp .our-success .content .statsics .item .percent, .partnres-warp .our-success .content .statsics .item p {
    padding: 8px
}

.partnres-warp .our-success .content .statsics .item p {
    width: 85%
}

.partnres-warp .our-success .content .statsics .item .percent {
    width: 15%
}

.partnres-warp .our-success .content .statsics .item .progress {
    width: 100%;
    height: 6px;
    position: relative;
    background: rgba(245, 245, 245, .4);
    border-radius: 4px;
    overflow: hidden
}

.partnres-warp .our-success .content .statsics .item .progress .bar {
    height: 100%;
    background: #990d32;
    position: absolute;
    top: 0;
    left: 0;
    transition: all ease-in-out .3s
}

.team-warp {
    background: #f5f5f5
}

.team-warp .title-sec {
    text-align: center;
    padding: 1rem 0
}

.team-warp .title-sec .team-title {
    font-size: 40px;
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal
}

.team-warp .title-sec .team-desc {
    padding: 1rem 0;
    font-size: 15px;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    text-align: justify;
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal
}

.team-warp .title-sec .team-desc::after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background: #990d32;
    margin: 1rem auto
}

.team-warp .team-statment {
    background: #343434;
    display: grid;
    grid-template-columns:1fr 3fr 4fr 1fr
}

.team-warp .team-statment p {
    padding: 5rem 3rem;
    color: #fff3cd;
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-size: 20px
}

.team-warp .team-statment p.title {
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-size: 40px
}

.team-warp .teams .team-section {
    position: relative
}

.team-warp .teams .team-section .team-header {
    padding: 5rem 0 1rem 5rem
}

.team-warp .teams .team-section .team-header h2 {
    z-index: 30;
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-size: 40px;
    position: relative
}

.team-warp .teams .team-section .team-header h2::after {
    position: absolute;
    content: "";
    display: block;
    bottom: -10;
    left: 0;
    width: 100px;
    height: 4px;
    background: #990d32;
    margin: 1rem auto
}

.team-warp .teams .team-section .bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1
}

.team-warp .teams .team-section .bg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    filter: grayscale(100%) blur(5px)
}

.team-warp .teams .team-section .bg .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7)
}

.team-warp .teams .team-section .members {
    display: grid;
    padding: 5rem 15rem;
    grid-gap: 40px;
    grid-template-columns:repeat(auto-fill, minmax(300px, 1fr))
}

.team-warp .teams .team-section.has-bg .team-header h2 {
    color: #fff3cd
}

.team-warp .teams .team-section.has-bg .bg {
    display: block
}

.team-warp .teams .individual-team-member {
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    background: #fff;
    overflow: hidden;
    border-bottom: 5px solid #990d32;
    z-index: 15
}

.team-warp .teams .individual-team-member .img-warp {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative
}

.team-warp .teams .individual-team-member .img-warp .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    transition: all ease-in-out .3s;
    z-index: 100
}

.team-warp .teams .individual-team-member .img-warp img {
    transition: all ease-in-out .3s;
    object-fit: fill;
    min-height: 100%
}

.team-warp .teams .individual-team-member .img-warp:hover img {
    transform: scale(1.1)
}

.team-warp .teams .individual-team-member .img-warp:hover .overlay {
    opacity: 1
}

.team-warp .teams .individual-team-member h3 {
    padding: 10px 0 10px 10px;
    font-size: 20px;
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    text-align: left
}

.team-warp .teams .individual-team-member p {
    padding: 0 0 10px 10px;
    font-size: 15px;
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    text-align: left
}

.team-warp .footer {
    position: relative;
    width: 100%
}

.team-warp .footer .backgroud {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #343434;
    overflow: hidden
}

.team-warp .footer .backgroud img {
    width: 110%;
    height: 110%;
    object-fit: cover;
    filter: blur(5px);
    margin: -20px 0 0 -20px;
    position: relative;
    z-index: 0
}

.team-warp .footer .backgroud .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 52, 52, .7)
}

.team-warp .footer .content {
    position: relative;
    z-index: 1;
    padding: 6rem 0;
    text-align: center;
    color: #fff3cd;
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 20px
}

.team-warp .footer .content .contentinfo {
    width: 80%;
    margin: 0 auto;
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal
}

.team-warp .footer .content .contentinfo h2 {
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-size: 40px;
    padding: 1rem 0
}

.team-warp .footer .content .action a {
    display: inline-block;
    margin: 4rem 0 0 0;
    background: #fff;
    padding: 10px 20px;
    text-decoration: none;
    color: #343434;
    border-radius: 15px;
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    transition: all ease-in-out .3s
}

.team-warp .footer .content .action a:hover {
    background: #343434;
    color: #fff3cd
}

.contact-us-wapper .contact-us {
    background: #fff;
    display: grid;
    grid-template-columns:1fr 3fr 3fr 3fr 1fr
}

.contact-us-wapper .contact-us .contact-channle {
    padding: 2.5rem
}

.contact-us-wapper .contact-us .contact-channle .icon {
    font-size: 3rem;
    margin: 1rem 0;
    color: #990d32
}

.contact-us-wapper .contact-us .contact-channle .info h3 {
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-size: 2rem;
    margin: 1rem 0
}

.contact-us-wapper .contact-us .contact-channle .info p {
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 1.3rem;
    margin: 1rem 0
}

.contact-us-wapper .contact-us .contact-channle .info a {
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 1.5rem;
    margin: 1rem 0;
    color: #990d32;
    text-decoration: none
}

.contact-us-wapper .contact-form {
    margin: 0 auto;
    width: 60%;
    padding: 2rem
}

.contact-us-wapper .contact-form h2 {
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-size: 3rem;
    margin: 2rem 0;
    text-align: center
}

.contact-us-wapper .contact-form form {
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-gap: 1.2rem
}

.contact-us-wapper .contact-form form .form-group {
    padding: 0;
    background: #667fa8
}

.contact-us-wapper .contact-form form .form-group button, .contact-us-wapper .contact-form form .form-group input, .contact-us-wapper .contact-form form .form-group textarea {
    width: 100%;
    height: 100%;
    padding: 1rem;
    border: none;
    background: #fff;
    color: #000;
    font-size: 1.3rem;
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal
}

.contact-us-wapper .contact-form form .form-group button {
    background: #990d32;
    color: #fff;
    cursor: pointer
}

.contact-us-wapper .contact-form form .form-group:nth-child(3), .contact-us-wapper .contact-form form .form-group:nth-child(4) {
    grid-column: span 2
}

.about-us-wrapper-page .sections {
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    padding: 2rem
}

.about-us-wrapper-page .sections .section {
    text-align: center;
    padding: 2rem
}

.about-us-wrapper-page .sections .section img {
    filter: grayscale(100%) contrast(1.2);
    padding: 10px;
    width: 100px
}

.about-us-wrapper-page .sections .section h2 {
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4rem;
    margin: 1rem 0
}

.about-us-wrapper-page .sections .section p {
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.3rem;
    margin: 1rem 0
}

.about-us-wrapper-page .section-with-background {
    position: relative;
    width: 100%
}

.about-us-wrapper-page .section-with-background .backgroud {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #343434;
    overflow: hidden
}

.about-us-wrapper-page .section-with-background .backgroud img {
    width: 110%;
    height: 110%;
    object-fit: cover;
    filter: blur(5px);
    margin: -20px 0 0 -20px;
    position: relative;
    z-index: 0
}

.about-us-wrapper-page .section-with-background .backgroud .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 52, 52, .7)
}

.about-us-wrapper-page .section-with-background .content {
    position: relative;
    z-index: 1;
    padding: 6rem 0;
    text-align: center;
    color: #fff3cd;
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 20px
}

.about-us-wrapper-page .section-with-background .content .contentinfo {
    width: 80%;
    margin: 0 auto;
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal
}

.about-us-wrapper-page .section-with-background .content .contentinfo h2 {
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-size: 40px;
    padding: 1rem 0
}

.about-us-wrapper-page .section-with-background .content .action a {
    display: inline-block;
    margin: 4rem 0 0 0;
    background: #fff;
    padding: 10px 20px;
    text-decoration: none;
    color: #343434;
    border-radius: 15px;
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    transition: all ease-in-out .3s
}

.about-us-wrapper-page .section-with-background .content .action a:hover {
    background: #343434;
    color: #fff3cd
}

.about-us-wrapper-page .section-with-background .content .statistics {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    margin: 4rem 0
}

.about-us-wrapper-page .section-with-background .content .statistics .statistic {
    text-align: center;
    padding: 1rem;
    border-right: 1px solid #fff3cd
}

.about-us-wrapper-page .section-with-background .content .statistics .statistic:last-child {
    border-right: none
}

.about-us-wrapper-page .section-with-background .content .statistics .statistic p {
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-size: 20px
}

.about-us-wrapper-page .why-us-wrapper {
    display: grid;
    grid-template-columns:2fr 3fr;
    padding: 2rem;
    background: #f5f5f5;
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal
}

.about-us-wrapper-page .why-us-wrapper * {
    transition: all ease-in-out .3s
}

.about-us-wrapper-page .why-us-wrapper > h2 {
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-size: 40px;
    padding: 1rem 0
}

.about-us-wrapper-page .why-us-wrapper .why-us .why-us-item h3 {
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-size: 30px;
    padding: 1rem 0
}

.about-us-wrapper-page .why-us-wrapper .why-us .why-us-item h3::before {
    content: "+";
    display: inline-block;
    padding: 8px 16px;
    margin: 0 auto;
    border: 1px solid #990d32;
    color: #990d32;
    margin-right: 1rem;
    cursor: pointer
}

.about-us-wrapper-page .why-us-wrapper .why-us .why-us-item p {
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-size: 20px;
    height: 0;
    overflow: hidden
}

.about-us-wrapper-page .why-us-wrapper .why-us .why-us-item.active p {
    height: auto;
    padding: 1rem 0
}

.about-us-wrapper-page .why-us-wrapper .why-us .why-us-item.active h3::before {
    content: "-";
    background: #990d32;
    color: #f5f5f5
}
