@font-face {
    font-family: "readexPro";
    src: url("../fonts/ReadexPro-Light.ttf");
    font-weight: 300;
}

@font-face {
    font-family: "readexPro";
    src: url("../fonts/ReadexPro-Regular.ttf");
    font-weight: 500;
}

@font-face {
    font-family: "readexPro";
    src: url("../fonts/ReadexPro-Bold.ttf");
    font-weight: 700;
}

.main-font {
    font-family: 'readexPro', sans-serif;
}

.alt-font {
    font-family: 'readexPro', sans-serif;
}

body {
    font-family: "readexPro";
}

/* .side_nav {
    display: block;
    width: 25%;
    float: right !important;
    height: auto;
    transition: .5s ease;
    position: relative;
    background: #ed2d34;
} */

/* .side_nav {
    position: fixed;
    top: 0;
    left: -17% !important;
    z-index: 11;
    bottom: 0;
} */

/* .slider-bottom .slider-social {
    position: absolute;
    top: 15px;
    left: 15px !important;
    z-index: 1111;
} */

/* .sticky-logo {
    position: absolute;
    left: -5px;
    bottom: 15px;
} */


/* .my_tog{
    padding: 20px;
    margin-top: 20px;
    margin-right: 10px;
    cursor: pointer;
    transition: .8s ease;
    display: inline-block;
    float: left;
} */

.video-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
}

.videoSlider {
    position: relative;
    height: 100vh;
    width: 100%;
}

.videoContent {
    position: absolute;
    z-index: 100;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -10%);
    margin: auto;
    padding: 15px;
    width: 100%;
}


.text-background-green {
    width: auto;
    max-width: fit-content;
    background-color: #6be561;
    color: #000;
}

.text-background-black {
    background-color: #000;
    color: #6be561;
}

@media (max-width: 480px) {
    .text-sm-center {
        text-align: center !important
    }

    .me-sm-3 {
        margin-right: 1rem !important;
    }
}

.ordered-list {
    list-style: decimal !important;
}

.ordered-list-square {
    list-style: square !important;
}

.border-radius-5 {
    border-radius: 5px;
}

.bg-fnpos {
    background-color: #6be561 !important;
}

.text-fnpos {
    color: #6be561 !important
}

.w-md-50 {
    width: 50% !important;
}

.w-sm-100 {
    width: 100% !important;
}

@media (min-width: 480px) {
    .w-sm-100 {
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    .w-md-50 {
        width: 50% !important;
    }
}

@media (min-width: 1200px) {
    .w-lg-25 {
        width: 25% !important;
    }
}

@media (max-width: 480px) {
    .flex-sm-column {
        flex-direction: column !important;
    }

    .text-27 {
        font-size: 27px !important;
    }

    .text-45 {
        font-size: 45px !important;
    }
}

.text-64 {
    font-size: 64px;
}

.text-37 {
    font-size: 37px;
}


.invalidInput {
    border: 2px solid #c41500;
}

.text-fnpos-danger {
    color: #c41500 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
    direction: rtl !important;
}

.fontbold {
    font-weight: bold !important;
}

.vertical-year {
    writing-mode: vertical-lr;
    text-align: center;
}


#topic1 {
    transition: transform 0.3s;
}

#topic1:hover {
    transform: scale(1.1);
}

#topic2 {
    transition: transform 0.3s;
}

#topic2:hover {
    transform: scale(1.1);
}

#topic3 {
    transition: transform 0.3s;
}

#topic3:hover {
    transform: scale(1.1);
}

#topic4 {
    transition: transform 0.3s;
}

#topic4:hover {
    transform: scale(1.1);
}

.social-icon:hover {
    color: #ffffff !important;
    background: #6be561 !important;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.rites-res {
    position: absolute;
    bottom: 30px;
    padding-left: 85px;
    font-size: 13px;
}

.side_nav {
    background-color: #502274 !important;
    right: -20%;
}

.expand_nav {
    right: 0;
}

.navbar {
    background-color: #502274 !important;
}

.broad-nav {
    background-color: #502274;
}

/* .broad-nav .side-nav-menu ul {
    left: 7%;
} */


.my_tog {
    padding: 20px 17px;
    margin: 30px 10px;
    cursor: pointer;
    transition: .8s ease;
    display: inline-block;
    float: left;
}

.side-nav-menu .nav-menu {
    font-family: 'readexPro';
    padding-right: 35px;
    padding-top: 120px;
}

.all-products {
    margin-right: 5%;
}

.logo-banner {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    width: 300px;
}

@media (max-width: 985px) {
    .logo-banner {
        display: none;
    }

    .slider-bottom .slider-social,
    .slider-copyright {
        display: none;
    }
}

.all-products .circle:hover i {
    color: #6be561;
    transition: .5s ease;
}

.invalidInput {
    border: 2px solid #c41500;
}

.text-fnpos-danger {
    color: #c41500 !important;
}

.btn.btn-green {
    background-color: #6be561;
    border-color: #6be561;
    color: #FFFFFF;
    font-size: 15px;
}

.btn.btn-green:hover,
.btn.btn-green:focus {
    background: #254f1a;
    border-color: #254f1a;
    color: #fff;
    font-size: 15px;
}


.video-banner {

    height: 100%;
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
}

.vertical-year {
    writing-mode: vertical-lr;
    text-align: center;
}

.text-background-green {
    width: auto;
    max-width: fit-content;
    background-color: #6be561;
    color: #000;
}

.text-background-black {
    background-color: #000;
    color: #6be561;
}

@media (max-width: 480px) {
    .text-sm-center {
        text-align: center !important
    }

    .me-sm-3 {
        margin-right: 1rem !important;
    }
}

.ordered-list {
    list-style: decimal !important;
}

.ordered-list-square {
    list-style: square !important;
}

/* .ordered-list-square li::marker {
    font-size: 48px;
    color: #6be561;
} */

#topic1 {
    transition: transform 0.3s;
}

#topic1:hover {
    transform: scale(1.1);
}

#topic2 {
    transition: transform 0.3s;
}

#topic2:hover {
    transform: scale(1.1);
}

#topic3 {
    transition: transform 0.3s;
}

#topic3:hover {
    transform: scale(1.1);
}

#topic4 {
    transition: transform 0.3s;
}

#topic4:hover {
    transform: scale(1.1);
}


.border-radius-5 {
    border-radius: 5px;
}

.bg-fnpos {
    background-color: #6be561 !important;
}

.text-fnpos {
    color: #6be561 !important
}

.w-md-50 {
    width: 50% !important;
}

.w-sm-100 {
    width: 100% !important;
}

@media (min-width: 480px) {
    .w-sm-100 {
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    .w-md-50 {
        width: 50% !important;
    }
}

@media (min-width: 1200px) {
    .w-lg-25 {
        width: 25% !important;
    }
}

@media (max-width: 480px) {
    .flex-sm-column {
        flex-direction: column !important;
    }

    .text-27 {
        font-size: 27px !important;
    }

    .text-45 {
        font-size: 45px !important;
    }
}

.videoSlider {
    position: relative;
    height: 100vh;
    width: 100%;
}

.videoContent {
    position: absolute;
    z-index: 100;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -10%);
    margin: auto;
    padding: 15px;
    width: 100%;
}

/* #site-footer {
    position: relative;
    height: 100px;
}

#site-footer>img {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 auto;
    transform: translate(-50%, 160%);
    opacity: 0.19;
    height: auto;

} */

.text-64 {
    font-size: 64px;
}

.text-37 {
    font-size: 37px;
}


.invalidInput {
    border: 2px solid #c41500;
}

.text-fnpos-danger {
    color: #c41500 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
    direction: rtl !important;
}

.slider-copyright {
    padding-left: 15px;
}

.brand-logo {
    color: black;
    text-decoration: none;
    font-family: 'readexPro';
    display: inline-block;
    padding-top: 13px;
    margin-top: 20px;
    padding-left: 0;
    font-size: 30px;
    transition: .6s ease;
}

.sticky-logo {
    left: 9px;
}

#pp-nav li .active span,
.pp-slidesNav .active span {
    background-color: #502274 !important;
    z-index: 9999;
}

@media (min-width: 1800px) {

    .sticky-logo>img {
        width: 17% !important;
    }

    .my_tog {
        padding: 20px 42px;
    }

    .side-menu {
        width: 22% !important;
    }
}


.loader-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #f0f0f0;
    filter: brightness(90%);
}

#container {
    display: flex;
    justify-content: center;
    align-items: center;
    animation: scale 2s infinite;
}

#container {
    width: 200px;
    height: 200px;
}

#container img {
    width: 120px;
    height: auto;
}

@keyframes scale {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }
}

.broad-nav .side-nav-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}

.broad-nav .side-nav-menu ul {
    position: relative;
    left: 0;
    transform: translate(-25px, -20px);
}


.broad-nav .side-nav-menu .social-icons {
    transition: all 1s ease 500ms;
    animation-duration: 2s;
    font-size: 14px;
    animation-name: myan;
    animation-delay: .7s;
    animation-fill-mode: both;
    color: #d6d6d6;
    margin-top: 0 !important;
}

.social-icons span:last-child {
    margin-right: 0 !important;
}

.broad .rites-res {
    margin-top: 28px;
    margin-left: 0 !important;
    color: #ffffff;
}

@media (max-width: 480px) {
    .videoContent {
        top: 20% !important;
    }

    .side-menu {
        width: 100% !important;
    }
}

.pp-tooltip {
    font-family: "readexPro" !important;
}

.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 45px;
    padding: 6px;
    margin-right: 1rem;
    margin-left: 20px;
    top: 30px;
    position: absolute;
    right: 6px;
}

.center-brand .sidemenu_btn>span,
.transparent-bg .sidemenu_btn>span,
.fixed-bottom .sidemenu_btn>span,
.just-sidemenu .toggle_white.sidemenu_btn>span,
.bg-invisible .sidemenu_btn>span,
.boxed-nav .sidemenu_btn>span {
    background: #502274;
}

.sidemenu_btn>span {
    height: 4px;
    width: 100%;
    background: #212331;
    display: block;
    border-radius: 5px;
}

.side-menu {
    width: 35%;
    position: fixed;
    right: 0px;
    top: 0;
    background: #502274;
    z-index: 11111;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden;
}

.back-top {
    color: #fff;
    right: 20px;
    font-size: 26px;
    position: fixed;
    z-index: 1600;
    opacity: 0;
    visibility: hidden;
    bottom: 70px;
    background-color: #502274;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
}

/* .navContainer {
    position: absolute;
    top: 25px;
    right: 30px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #502274;
    color: #fff;
    z-index: -1;
} */

.slider-bottom .slider-social {
    position: absolute;
    top: 30px;
    z-index: 1111;
}

@media (min-width:992px) {
    .navbar {
        background-color: transparent !important;
    }

    /* .center-brand .sidemenu_btn>span,
    .transparent-bg .sidemenu_btn>span,
    .fixed-bottom .sidemenu_btn>span,
    .just-sidemenu .toggle_white.sidemenu_btn>span,
    .bg-invisible .sidemenu_btn>span,
    .boxed-nav .sidemenu_btn>span {
        background: #fff !important;
    } */
}


@media (max-width: 985px) {
    .sidemenu_btn {
        top: 15px !important;
    }

    .center-brand .sidemenu_btn>span,
    .transparent-bg .sidemenu_btn>span,
    .fixed-bottom .sidemenu_btn>span,
    .just-sidemenu .toggle_white.sidemenu_btn>span,
    .bg-invisible .sidemenu_btn>span,
    .boxed-nav .sidemenu_btn>span {
        background: #fff !important;
    }
}

.owl-carousel .owl-item img {
    border: 15px solid #6be561;
    border-radius: 15px;
    width: 400px !important;
    height: 400px !important;
    object-fit: cover;
}


/* ===================================
        eam Slider
   ====================================== */

.team {
    /* background-image: url("../images/team-bg.jpg"); */
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    /* margin-left: 5%; */
}

.team h2 {
    font-size: 48px;
    font-weight: bold;
}

#team-slider {
    text-align: center;
}

.team-box {
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 10px;
    background-color: #ffffff;
    height: 430px;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    position: relative;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}

.team-box .team-image {
    position: relative;
    overflow: hidden;
}

.team-box .team-text {
    text-align: center;
    font-size: 14px;
    padding: 1.3rem 0 0 0;
}

.team-box .team-text span,
.team-box .team-text .team-social {
    opacity: 1;
    transition: .25ms;
}

.team-box .team-text h5 {
    font-size: 22px;
    color: #232728;
    font-weight: normal;
}

.team-box .team-text span {
    color: #212331;
    font-size: 14px;
    font-weight: normal;
}

#team-slider .owl-item.center .item {
    height: auto;
    transform: scale(1.0);
}

#team-slider .owl-item.center .team-box .team-text h5 {
    font-size: 24px;
}

#team-slider .owl-item.center .item .team-text span,
#team-slider .owl-item.center .item .team-text .team-social {
    opacity: 1;
    transition: .5s ease;
}

.team-social ul {
    margin: 0;
}

.team-social li {
    display: inline-block;
}

.team-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    font-size: 15px;
    margin: 5px 0;
    color: #232728;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.team-classic .item {
    text-align: left;
}

.team-data-img {
    overflow: inherit;
}


@media (min-width: 1800px) {
    .team .section-heading {
        margin-bottom: 5rem !important;
    }

    .team-box {
        height: 480px;
        padding: 16px;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .team h2 {
        font-size: 42px;
    }

    .team-social a {
        height: 36px;
        width: 36px;
    }

    .team-box {
        height: 370px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .team h2 {
        font-size: 36px;
    }

    .team-box {
        height: 290px;
    }
}

@media screen and (max-width: 767px) {
    .team-box {
        height: auto;
    }

    /* Team */
    .team h2 {
        font-size: 26px;
    }
}

@media (max-width: 575.98px) {

    .team h2 {
        font-size: 22px;
    }
}

.team #team-circle-right {
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    transition: .5s ease;
}

.team #team-circle-left {
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    transition: .5s ease;
}

.team .circle {
    position: absolute;
    z-index: 1111;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 2px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.team .circle:hover i {
    color: #6be561;
    transition: .5s ease;
}

.team .circle i {
    font-size: 42px;
    z-index: 1111;
    color: #464646;
    opacity: .7;
    transition: .5s ease;

}

@media screen and (max-width: 767px) {
    .team .circle i {
        display: none;
    }
}

.btn.btn-white {background: transparent ; border-color: #000; color: #000 }
.btn.btn-white:hover {background: #000!important; border-color: #000; color: #6be561!important}