/**
* Template Name: Flexor - v4.0.0
* Template URL: https://bootstrapmade.com/flexor-free-multipurpose-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: 'Jameel Noori';
    color: #313030;
}

@font-face {
    font-family: 'Jameel Noori';
    src: url('../fonts/Jameel Noori Nastaleeq Kasheeda/Jameel Noori Nastaleeq Kasheeda.ttf');
}

a {
    color: #0db04b;
    text-decoration: none !important;
}

    a:hover {
        color: #ed1c24;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Jameel Noori';
}


@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1340px;
    }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #4f4f4f;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 28px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #db0000;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: rgb(8 142 59 / .9);
    font-size: 20px;
    padding: 0;
    color: rgba(255, 255, 255, 0.8);
    height: 40px;
}

    #topbar .contact-info i {
        font-style: normal;
        color: #ff5821;
    }

        #topbar .contact-info i a, #topbar .contact-info i span {
            padding-left: 5px;
            color: #fff;
        }

        #topbar .contact-info i a {
            line-height: 0;
            transition: 0.3s;
        }

            #topbar .contact-info i a:hover {
                color: #ff5821;
            }

    #topbar .cta a {
        color: #fff;
        background: #ff5821;
        padding: 10px 20px;
        display: inline-block;
        transition: 0.3s;
    }

        #topbar .cta a:hover {
            background: #ff6b3b;
        }

    #topbar .social-links a {
        color: rgba(255, 255, 255, 0.7);
        line-height: 0;
        transition: 0.3s;
        margin-left: 20px;
    }

        #topbar .social-links a:hover {
            color: white;
        }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    height: 70px;
    transition: all 0.5s;
    z-index: 997;
    background: #fff;
    box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.1);
}

    #header.header-fixed {
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    }

    #header .logo h1 {
        font-size: 28px;
        margin: 0;
        line-height: 0;
        font-weight: 700;
        font-family: Jameel Noori;
    }

        #header .logo h1 a, #header .logo h1 a:hover {
            color: #635551;
            text-decoration: none;
        }

    #header .logo img {
        padding: 0;
        margin: 0;
        max-height: 55px;
    }

.scrolled-offset {
    margin-top: 70px;
}

#main {
    z-index: 3;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
}

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        position: relative;
    }

    .navbar a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0 10px 30px;
        font-size: 14px;
        font-family: 'Jameel Noori';
        color: #635551;
        white-space: nowrap;
        transition: 0.3s;
    }

        .navbar a i {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px;
        }

        .navbar a:hover, .navbar .active, .navbar li:hover > a {
            color: #22b24c;
        }

    .navbar .getstarted {
        background: #ff5821;
        padding: 8px 20px;
        margin-left: 30px;
        border-radius: 4px;
        color: #fff;
    }

        .navbar .getstarted:hover {
            color: #fff;
            background: #ff6b3b;
        }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 14px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
        border-radius: 4px;
    }

        .navbar .dropdown ul li {
            min-width: 200px;
        }

        .navbar .dropdown ul a {
            padding: 10px 20px;
        }

            .navbar .dropdown ul a i {
                font-size: 12px;
            }

            .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
                color: white;
                background: #22b24c;
            }

    .navbar .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #111111;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

    .mobile-nav-toggle.bi-x {
        color: #fff;
    }

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    transition: 0.3s;
    z-index: 999;
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        border-radius: 10px;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar-mobile a {
        padding: 10px 20px;
        font-size: 15px;
        color: #473d3a;
    }

        .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
            color: #ff5821;
        }

    .navbar-mobile .getstarted {
        margin: 15px;
    }

    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }

        .navbar-mobile .dropdown ul li {
            min-width: 200px;
        }

        .navbar-mobile .dropdown ul a {
            padding: 10px 20px;
        }

            .navbar-mobile .dropdown ul a i {
                font-size: 12px;
            }

            .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
                color: #ff5821;
            }

    .navbar-mobile .dropdown > .dropdown-active {
        display: block;
    }
/*--------------------------------------------------------------
# Get Startet Button
--------------------------------------------------------------*/
.get-started-btn {
    margin-left: 30px;
    background: #e03a3c;
    color: #fff;
    border-radius: 4px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}

    .get-started-btn:hover {
        background: #111111;
        color: #fff;
    }

@media (max-width: 992px) {
    .get-started-btn {
        margin: 0 15px 0 0;
        padding: 6px 18px;
    }
}

.language-select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-size: 14px;
    font-family: 'Jameel Noori';
    color: #635551;
    white-space: nowrap;
    transition: 0.3s;
}
/*------------------ Youth Survey Button -----------*/
.youth-survey-btn {
    margin-left: 30px;
    background: #0db14b;
    color: #fff !important;
    border-radius: 4px;
    padding: 28px 21px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}

    .youth-survey-btn:hover {
        background: #111111;
        color: #fff;
    }

@media (max-width: 992px) {
    .youth-survey-btn {
        margin: 0 15px 0 0;
        padding: 6px 18px;
    }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 70vh;
    background-color: rgba(31, 38, 39, 0.8);
    overflow: hidden;
    position: relative;
    padding: 0;
    /*margin-top: 114px;*/
    margin-bottom: 20px;
}

    #hero .carousel-item {
        width: 100%;
        height: 70vh;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }

        #hero .carousel-item::before {
            content: '';
            /*background-color: rgba(0, 0, 0, 0.7);*/
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
        }

    #hero .carousel-container {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    #hero .carousel-content {
        text-align: center;
    }

    #hero h2 {
        color: #fff;
        margin-bottom: 30px;
        font-size: 48px;
        font-weight: 700;
    }

    #hero p {
        width: 80%;
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
        margin: 0 auto 30px auto;
        color: #fff;
    }

    #hero .carousel-inner .carousel-item {
        transition-property: opacity;
        background-position: center top;
    }

    #hero .carousel-inner .carousel-item,
    #hero .carousel-inner .active.carousel-item-start,
    #hero .carousel-inner .active.carousel-item-end {
        opacity: 0;
    }

    #hero .carousel-inner .active,
    #hero .carousel-inner .carousel-item-next.carousel-item-start,
    #hero .carousel-inner .carousel-item-prev.carousel-item-end {
        opacity: 1;
        transition: 0.5s;
    }

        #hero .carousel-inner .carousel-item-next,
        #hero .carousel-inner .carousel-item-prev,
        #hero .carousel-inner .active.carousel-item-start,
        #hero .carousel-inner .active.carousel-item-end {
            left: 0;
            transform: translate3d(0, 0, 0);
        }

    #hero .carousel-control-prev, #hero .carousel-control-next {
        width: 10%;
    }

    #hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
        background: none;
        font-size: 48px;
        line-height: 1;
        width: auto;
        height: auto;
    }

    #hero .carousel-indicators li {
        cursor: pointer;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        margin: 0 4px;
        transition: ease-in;
        opacity: .7;
    }

        #hero .carousel-indicators li.active {
            opacity: 1;
            background-color: #01b1d7;
        }

    #hero .btn-get-started {
        font-family: 'Jameel Noori';
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 14px 32px;
        border-radius: 5px;
        transition: 0.5s;
        line-height: 1;
        margin: 10px;
        color: #fff;
        background: #01b1d7;
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s;
    }

        #hero .btn-get-started:hover {
            background: #019cbe;
        }

@media (max-width: 768px) {
    #hero {
        height: 90vh;
    }

        #hero .carousel-item {
            height: 90vh;
        }

        #hero h2 {
            font-size: 28px;
        }
}

@media (min-width: 1024px) {
    #hero p {
        width: 60%;
    }

    #hero .carousel-control-prev, #hero .carousel-control-next {
        width: 5%;
    }
}

@media (max-height: 500px) {
    #hero {
        height: 150vh;
    }

        #hero .carousel-item {
            height: 150vh;
        }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 0 0 10px 0;
    overflow: hidden;
}

.section-bg {
    background: url("../img/about/activities-bg.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
}



.section-title {
    text-align: center;
    padding-bottom: 30px;
}

    .section-title h2 {
        font-size: 32px;
        font-weight: 500;
        margin-bottom: 0px;
        padding-bottom: 0;
        font-family: 'Jameel Noori';
        color: #635551;
    }

    .section-title p {
        margin-bottom: 0;
    }

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    margin-top: 0px;
    text-align: center;
    background: #0db14b;
    padding: 30px 0;
    color: #fff;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 63px;
    }
}

.breadcrumbs h2 {
    font-size: 32px;
    font-weight: 500;
}

.breadcrumbs p {
    font-size: 14px;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
    padding: 0 0 10px 0;
    position: relative;
    z-index: 3;
}

    .why-us .content {
        padding: 40px;
        background: #0db04b;
        border-radius: 4px;
        color: #fff;
    }

        .why-us .content h3 {
            font-weight: 700;
            font-size: 26px;
            margin-bottom: 13px;
        }

        .why-us .content p {
            margin-bottom: 14px;
        }

        .why-us .content .more-btn {
            display: inline-block;
            background: rgba(255, 255, 255, 0.2);
            padding: 6px 30px 8px 30px;
            color: #fff;
            border-radius: 50px;
            transition: all ease-in-out 0.4s;
        }

            .why-us .content .more-btn i {
                font-size: 14px;
            }

            .why-us .content .more-btn:hover {
                color: #3c3c3c;
                background: #fff;
            }

    .why-us .icon-boxes .icon-box {
        text-align: center;
        border-radius: 10px;
        background: #fff;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        padding: 40px 28px;
        width: 100%;
    }

        .why-us .icon-boxes .icon-box i {
            font-size: 40px;
            color: white;
            margin-bottom: 15px;
        }

        .why-us .icon-boxes .icon-box h4 {
            font-size: 20px;
            font-weight: 700;
            margin: 0 0 14px 0;
        }

        .why-us .icon-boxes .icon-box p {
            font-size: 15px;
            color: #716f6f;
        }

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .icon-boxes h4 {
    font-size: 18px;
    color: #7f6d68;
    margin-bottom: 15px;
}

.about .icon-boxes h3 {
    font-size: 28px;
    font-weight: 700;
    color: #554945;
    margin-bottom: 15px;
}

.about .icon-box {
    margin-top: 40px;
}

    .about .icon-box .icon {
        float: right;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 64px;
        height: 64px;
        border: 2px solid #ffcbba;
        border-radius: 50px;
        transition: 0.5s;
        background: #fff;
        margin-left: 20px;
    }

        .about .icon-box .icon i {
            color: #db0000;
            font-size: 32px;
        }

    .about .icon-box:hover .icon {
        background: #0db14b;
        border-color: #0db14b;
    }

        .about .icon-box:hover .icon i {
            color: #fff;
        }

    .about .icon-box .title {
        margin-left: 85px;
        font-weight: 700;
        margin-bottom: 10px;
        font-size: 14px;
    }

        .about .icon-box .title a {
            color: #343a40;
            transition: 0.3s;
        }

            .about .icon-box .title a:hover {
                color: #ff5821;
            }

    .about .icon-box .description {
        margin-left: 85px;
        line-height: 24px;
        font-size: 14px;
    }

.about .video-box {
    background: url("../images/shahbaz-sharif.jpg") center center no-repeat;
    background-size: cover;
    min-height: 500px;
}

.about .video-box2 {
    background: url("../img/about/activities/5.jpg") center center no-repeat;
    background-size: cover;
    min-height: 300px;
}

.about .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#ff5821 50%, rgba(255, 88, 33, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}

    .about .play-btn::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-40%) translateY(-50%);
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #fff;
        z-index: 100;
        transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .about .play-btn::before {
        content: '';
        position: absolute;
        width: 120px;
        height: 120px;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation: pulsate-btn 2s;
        animation: pulsate-btn 2s;
        -webkit-animation-direction: forwards;
        animation-direction: forwards;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: steps;
        animation-timing-function: steps;
        opacity: 1;
        border-radius: 50%;
        border: 5px solid rgba(255, 88, 33, 0.7);
        top: -15%;
        left: -15%;
        background: rgba(198, 16, 0, 0);
    }

    .about .play-btn:hover::after {
        border-left: 15px solid #ff5821;
        transform: scale(20);
    }

    .about .play-btn:hover::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-40%) translateY(-50%);
        width: 0;
        height: 0;
        border: none;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #fff;
        z-index: 200;
        -webkit-animation: none;
        animation: none;
        border-radius: 0;
    }

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

    .clients .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: #fff;
        opacity: 1;
        border: 1px solid #ff5821;
    }

    .clients .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #db0000;
    }

.clients .swiper-slide img {
    opacity: 0.5;
    filter: grayscale(100%);
}

    .clients .swiper-slide img:hover {
        filter: none;
        opacity: 1;
    }

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    padding: 50px 20px;
    margin-top: 35px;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
    height: 145px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.services .icon {
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
    transition: 0.2s;
    border-radius: 50%;
    border: 6px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 72px;
    height: 72px;
    background: #f4f4f4;
    padding: 5px;
}

    .services .icon i {
        color: #fff;
        font-size: 24px;
        line-height: 0;
    }

.services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: uppercase;
}

    .services .title a {
        color: #343a40;
    }

.services .icon-box:hover .icon {
    background: #fff;
    border: 2px solid #0db14b;
}

    .services .icon-box:hover .icon i {
        color: #0db14b;
    }

.services .icon-box:hover .title a {
    color: #0db14b;
}

.services .description {
    line-height: 24px;
    font-size: 14px;
}

/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.values .card {
    border: 0;
    padding: 160px 20px 20px 20px;
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.values .card-body {
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px 30px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    transition: ease-in-out 0.4s;
    border-radius: 5px;
}

.values .card-title {
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}

    .values .card-title a {
        color: #473d3a;
    }

.values .card-text {
    color: #4b4949;
}

.values .read-more a {
    color: #656262;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    transition: 0.4s;
}

    .values .read-more a:hover {
        text-decoration: underline;
    }

.values .card:hover .card-body {
    background: rgb(34, 178, 76);
}

.values .card:hover .read-more a, .values .card:hover .card-title, .values .card:hover .card-title a, .values .card:hover .card-text {
    color: #fff;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
    padding: 36px 0;
    background: url("../img/testimonials-bg.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    margin-top: -70px;
}

    .testimonials::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
    }

    .testimonials .section-header {
        margin-bottom: 40px;
    }

    .testimonials .testimonial-item {
        text-align: center;
        color: #fff;
    }

        .testimonials .testimonial-item .testimonial-img {
            width: 100px;
            border-radius: 50%;
            border: 6px solid rgba(255, 255, 255, 0.15);
            margin: 0 auto;
        }

        .testimonials .testimonial-item h3 {
            font-size: 20px;
            font-weight: bold;
            margin: 10px 0 5px 0;
            color: #fff;
        }

        .testimonials .testimonial-item h4 {
            font-size: 14px;
            color: #ddd;
            margin: 0 0 15px 0;
        }

        .testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
            color: rgba(255, 255, 255, 0.4);
            font-size: 26px;
        }

        .testimonials .testimonial-item .quote-icon-left {
            display: inline-block;
            left: -5px;
            position: relative;
        }

        .testimonials .testimonial-item .quote-icon-right {
            display: inline-block;
            right: -5px;
            position: relative;
            top: 10px;
        }

        .testimonials .testimonial-item p {
            font-style: italic;
            margin: 0 auto 15px auto;
            color: #eee;
        }

    .testimonials .swiper-pagination {
        margin-top: 20px;
        position: relative;
    }

        .testimonials .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: rgba(255, 255, 255, 0.5);
            opacity: 1;
        }

        .testimonials .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #db0000;
        }

@media (min-width: 992px) {
    .testimonials .testimonial-item p {
        width: 80%;
    }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 35px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
    padding: 2px 15px;
}

    .portfolio #portfolio-flters li {
        cursor: pointer;
        display: inline-block;
        padding: 10px 20px 12px 20px;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        text-transform: uppercase;
        color: #313030;
        margin-bottom: 5px;
        transition: all 0.3s ease-in-out;
        border-radius: 50px;
    }

        .portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
            color: #db0000;
            background: #fff1ed;
        }

        .portfolio #portfolio-flters li:last-child {
            margin-right: 0;
        }

.portfolio .portfolio-item {
    margin-bottom: 30px;
}

    .portfolio .portfolio-item .portfolio-info {
        opacity: 0;
        position: absolute;
        left: 30px;
        right: 30px;
        bottom: 0;
        z-index: 3;
        transition: all ease-in-out 0.3s;
        background: rgba(255, 255, 255, 0.9);
        padding: 15px;
    }

        .portfolio .portfolio-item .portfolio-info h4 {
            font-size: 18px;
            color: #fff;
            font-weight: 600;
            color: #473d3a;
        }

        .portfolio .portfolio-item .portfolio-info p {
            color: #7f6d68;
            font-size: 14px;
            margin-bottom: 0;
        }

        .portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
            position: absolute;
            right: 40px;
            font-size: 24px;
            top: calc(50% - 18px);
            color: #635551;
        }

            .portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
                color: #ff5821;
            }

        .portfolio .portfolio-item .portfolio-info .details-link {
            right: 10px;
        }

    .portfolio .portfolio-item .portfolio-links {
        opacity: 0;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 3;
        position: absolute;
        transition: all ease-in-out 0.3s;
    }

        .portfolio .portfolio-item .portfolio-links a {
            color: #fff;
            margin: 0 2px;
            font-size: 28px;
            display: inline-block;
            transition: 0.3s;
        }

            .portfolio .portfolio-item .portfolio-links a:hover {
                color: #ffa587;
            }

    .portfolio .portfolio-item:hover .portfolio-info {
        opacity: 1;
        bottom: 20px;
    }

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 20px;
}

    .portfolio-details .portfolio-details-slider img {
        width: 100%;
    }

    .portfolio-details .portfolio-details-slider .swiper-pagination {
        margin-top: 20px;
        position: relative;
    }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #fff;
            opacity: 1;
            border: 1px solid #ff5821;
        }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #ff5821;
        }

    .portfolio-details .portfolio-info {
        padding: 30px;
        box-shadow: 0px 0 30px rgba(71, 61, 58, 0.08);
    }

        .portfolio-details .portfolio-info h3 {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #eee;
        }

        .portfolio-details .portfolio-info ul {
            list-style: none;
            padding: 0;
            font-size: 15px;
        }

            .portfolio-details .portfolio-info ul li + li {
                margin-top: 10px;
            }

    .portfolio-details .portfolio-description {
        padding-top: 60px;
    }

        .portfolio-details .portfolio-description h2 {
            font-size: 26px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .portfolio-details .portfolio-description p {
            padding: 0;
        }



/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
    padding: 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.pricing h3 {
    font-weight: 400;
    margin: -20px -20px 20px -20px;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #656262;
    background: #f8f8f8;
}

.pricing h4 {
    font-size: 36px;
    color: #ff5821;
    font-weight: 600;
    font-family: 'Jameel Noori';
    margin-bottom: 20px;
}

    .pricing h4 sup {
        font-size: 20px;
        top: -15px;
        left: -3px;
    }

    .pricing h4 span {
        color: #bababa;
        font-size: 16px;
        font-weight: 300;
    }

.pricing ul {
    padding: 0;
    list-style: none;
    color: #313030;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}

    .pricing ul li {
        padding-bottom: 16px;
    }

    .pricing ul i {
        color: #ff5821;
        font-size: 18px;
        padding-right: 4px;
    }

    .pricing ul .na {
        color: #ccc;
        text-decoration: line-through;
    }

.pricing .btn-wrap {
    margin: 20px -20px -20px -20px;
    padding: 20px 15px;
    background: #f8f8f8;
    text-align: center;
}

.pricing .btn-buy {
    background: #0db14b;
    display: inline-block;
    padding: 6px 35px 8px 35px;
    border-radius: 4px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Jameel Noori';
    font-weight: 600;
    transition: 0.3s;
}

    .pricing .btn-buy:hover {
        background: #ed1c24;
    }

.pricing .featured h3 {
    color: #fff;
    background: #ff5821;
    box-shadow: 0 3px 7px rgba(255, 88, 33, 0.4);
}

.pricing .advanced {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #ff5821;
    color: #fff;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq {
    background-color: #F0EFEF;
}

    .faq .faq-list {
        padding: 0 100px;
    }

        .faq .faq-list ul {
            padding: 0;
            list-style: none;
        }

        .faq .faq-list li + li {
            margin-top: 15px;
        }

        .faq .faq-list li {
            padding: 20px;
            background: #fff;
            border-radius: 4px;
            position: relative;
        }

        .faq .faq-list a {
            display: block;
            position: relative;
            font-family: 'Jameel Noori';
            font-size: 16px;
            line-height: 24px;
            font-weight: 500;
            padding: 4px 35px;
            outline: none;
            cursor: pointer;
        }


        .faq .faq-list .icon-help {
            font-size: 24px;
            position: absolute;
            right: 0;
            left: 20px;
            color: #0db14b5e;
        }

        .faq .faq-list .icon-show, .faq .faq-list .icon-close {
            font-size: 24px;
            position: absolute;
            right: 0;
            top: 0;
        }

        .faq .faq-list p {
            margin-bottom: 0;
            padding: 10px 0 0 0;
        }

        .faq .faq-list .icon-show {
            display: none;
        }

        .faq .faq-list a.collapsed {
            color: #343a40;
        }

            .faq .faq-list a.collapsed:hover {
                color: #ed1c24;
            }

            .faq .faq-list a.collapsed .icon-show {
                display: inline-block;
            }

            .faq .faq-list a.collapsed .icon-close {
                display: none;
            }

@media (max-width: 1200px) {
    .faq .faq-list {
        padding: 0;
    }
}



/*--------------------------------------------------------------
# Addresses
--------------------------------------------------------------*/
.address .container {
    position: relative;
    z-index: 10;
}

.address .content {
    padding: 30px 30px 30px 0;
    color: white;
}

    .address .content h3 {
        font-weight: 700;
        font-size: 34px;
        margin-bottom: 30px;
    }

    .address .content p {
        margin-bottom: 30px;
    }

    .address .content .address-btn {
        padding: 8px 30px 9px 30px;
        color: #fff;
        border-radius: 50px;
        transition: 0.3s;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 13px;
        display: inline-flex;
        align-items: center;
        border: 2px solid #e03a3c;
    }

        .address .content .address-btn i {
            font-size: 16px;
            padding-left: 5px;
        }

        .address .content .address-btn:hover {
            background: #e35052;
            background: #e03a3c;
        }

.address .icon-boxes .icon-box {
    margin-top: 30px;
    color: white;
}

    .address .icon-boxes .icon-box i {
        font-size: 40px;
        color: #e03a3c;
        margin-bottom: 10px;
    }

    .address .icon-boxes .icon-box h4 {
        font-size: 20px;
        font-weight: 700;
        margin: 0 0 10px 0;
    }

    .address .icon-boxes .icon-box p {
        font-size: 14px;
        color: #cacaca;
    }

@media (max-width: 1200px) {
    .address .content {
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .address {
        text-align: center;
    }
}



/*--------------------------------------------------------------
# Key Highlights
--------------------------------------------------------------*/
.highlights .container {
    position: relative;
    z-index: 10;
}

.highlights .content {
    padding: 30px 30px 30px 0;
    color: white;
}

    .highlights .content h3 {
        font-weight: 700;
        font-size: 34px;
        margin-bottom: 30px;
    }

    .highlights .content p {
        margin-bottom: 30px;
    }

    .highlights .content .highlights-btn {
        padding: 8px 30px 9px 30px;
        color: #fff;
        border-radius: 50px;
        transition: 0.3s;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 13px;
        display: inline-flex;
        align-items: center;
        border: 2px solid #e03a3c;
    }

        .highlights .content .highlights-btn i {
            font-size: 16px;
            padding-left: 5px;
        }

        .highlights .content .highlights-btn:hover {
            background: #e35052;
            background: #e03a3c;
        }

.highlights .icon-boxes .icon-box {
    margin-top: 30px;
    color: white;
}

    .highlights .icon-boxes .icon-box i {
        font-size: 40px;
        color: #e03a3c;
        margin-bottom: 10px;
    }

    .highlights .icon-boxes .icon-box h4 {
        font-size: 14px;
        font-weight: 700;
        margin: 0 0 10px 0;
    }

    .highlights .icon-boxes .icon-box p {
        font-style: italic;
        font-size: 14px;
        color: #3ddb6b;
    }

    .highlights .icon-boxes .icon-box img {
        width: 80px;
        float: left;
    }

@media (max-width: 1200px) {
    .highlights .content {
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .highlights {
        text-align: center;
    }
}




/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
    color: #313030;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px;
}

    .contact .info-box i {
        font-size: 32px;
        color: #ff5821;
        border-radius: 50%;
        padding: 8px;
        border: 2px dotted #ffded4;
        float: left;
    }

    .contact .info-box h3 {
        font-size: 20px;
        color: #656262;
        font-weight: 700;
        margin: 10px 0 10px 68px;
    }

    .contact .info-box p {
        padding: 0;
        line-height: 24px;
        font-size: 14px;
        margin: 0 0 0 68px;
    }

.contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px;
}

    .contact .php-email-form .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: left;
        padding: 15px;
        font-weight: 600;
    }

        .contact .php-email-form .error-message br + br {
            margin-top: 25px;
        }

    .contact .php-email-form .sent-message {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }

    .contact .php-email-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
    }

        .contact .php-email-form .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #18d26e;
            border-top-color: #eee;
            -webkit-animation: animate-loading 1s linear infinite;
            animation: animate-loading 1s linear infinite;
        }

    .contact .php-email-form input, .contact .php-email-form textarea {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
    }

        .contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
            border-color: #ff5821;
        }

    .contact .php-email-form input {
        padding: 10px 15px;
    }

    .contact .php-email-form textarea {
        padding: 12px 15px;
    }

    .contact .php-email-form button[type="submit"] {
        background: #ff5821;
        border: 0;
        padding: 10px 24px;
        color: #fff;
        transition: 0.4s;
    }

        .contact .php-email-form button[type="submit"]:hover {
            background: #ff7e54;
        }

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
    padding: 0px 0;
    background: url("../img/about/activities-bg.jpg") no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position: center center;
    background-size: cover;
}



    .blog .entry {
        padding: 30px;
        margin-bottom: 60px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

        .blog .entry .entry-img {
            max-height: 440px;
            margin: -30px -30px 20px -30px;
            overflow: hidden;
        }

        .blog .entry .entry-title {
            font-size: 28px;
            font-weight: bold;
            padding: 0;
            margin: 0 0 20px 0;
        }

            .blog .entry .entry-title a {
                color: #473d3a;
                transition: 0.3s;
            }

                .blog .entry .entry-title a:hover {
                    color: #ff5821;
                }

        .blog .entry .entry-meta {
            margin-bottom: 15px;
            color: #afa29e;
        }

            .blog .entry .entry-meta ul {
                display: flex;
                flex-wrap: wrap;
                list-style: none;
                align-items: center;
                padding: 0;
                margin: 0;
            }

                .blog .entry .entry-meta ul li + li {
                    padding-left: 20px;
                }

            .blog .entry .entry-meta i {
                font-size: 16px;
                margin-right: 8px;
                line-height: 0;
            }

            .blog .entry .entry-meta a {
                color: #656262;
                font-size: 14px;
                display: inline-block;
                line-height: 1;
            }

        .blog .entry .entry-content p {
            line-height: 24px;
        }

        .blog .entry .entry-content .read-more {
            -moz-text-align-last: right;
            text-align-last: right;
        }

            .blog .entry .entry-content .read-more a {
                display: inline-block;
                background: #ff5821;
                color: #fff;
                padding: 6px 20px;
                transition: 0.3s;
                font-size: 14px;
                border-radius: 4px;
            }

                .blog .entry .entry-content .read-more a:hover {
                    background: #ff6b3b;
                }

        .blog .entry .entry-content h3 {
            font-size: 22px;
            margin-top: 30px;
            font-weight: bold;
        }

        .blog .entry .entry-content blockquote {
            overflow: hidden;
            background-color: #fafafa;
            padding: 60px;
            position: relative;
            text-align: center;
            margin: 20px 0;
        }

            .blog .entry .entry-content blockquote p {
                color: #313030;
                line-height: 1.6;
                margin-bottom: 0;
                font-style: italic;
                font-weight: 500;
                font-size: 22px;
            }

            .blog .entry .entry-content blockquote::after {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                width: 3px;
                background-color: #473d3a;
                margin-top: 20px;
                margin-bottom: 20px;
            }

        .blog .entry .entry-footer {
            padding-top: 10px;
            border-top: 1px solid #e6e6e6;
        }

            .blog .entry .entry-footer i {
                color: #988782;
                display: inline;
            }

            .blog .entry .entry-footer a {
                color: #554945;
                transition: 0.3s;
            }

                .blog .entry .entry-footer a:hover {
                    color: #ff5821;
                }

            .blog .entry .entry-footer .cats {
                list-style: none;
                display: inline;
                padding: 0 20px 0 0;
                font-size: 14px;
            }

                .blog .entry .entry-footer .cats li {
                    display: inline-block;
                }

            .blog .entry .entry-footer .tags {
                list-style: none;
                display: inline;
                padding: 0;
                font-size: 14px;
            }

                .blog .entry .entry-footer .tags li {
                    display: inline-block;
                }

                    .blog .entry .entry-footer .tags li + li::before {
                        padding-right: 6px;
                        color: #6c757d;
                        content: ",";
                    }

            .blog .entry .entry-footer .share {
                font-size: 16px;
            }

                .blog .entry .entry-footer .share i {
                    padding-left: 5px;
                }

    .blog .entry-single {
        margin-bottom: 30px;
    }

    .blog .blog-author {
        padding: 20px;
        margin-bottom: 30px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

        .blog .blog-author img {
            width: 120px;
            margin-right: 20px;
        }

        .blog .blog-author h4 {
            font-weight: 600;
            font-size: 22px;
            margin-bottom: 0px;
            padding: 0;
            color: #473d3a;
        }

        .blog .blog-author .social-links {
            margin: 0 10px 10px 0;
        }

            .blog .blog-author .social-links a {
                color: rgba(71, 61, 58, 0.5);
                margin-right: 5px;
            }

        .blog .blog-author p {
            font-style: italic;
            color: #a4a2a2;
        }

    .blog .blog-comments {
        margin-bottom: 30px;
    }

        .blog .blog-comments .comments-count {
            font-weight: bold;
        }

        .blog .blog-comments .comment {
            margin-top: 30px;
            position: relative;
        }

            .blog .blog-comments .comment .comment-img {
                margin-right: 14px;
            }

                .blog .blog-comments .comment .comment-img img {
                    width: 60px;
                }

            .blog .blog-comments .comment h5 {
                font-size: 16px;
                margin-bottom: 2px;
            }

                .blog .blog-comments .comment h5 a {
                    font-weight: bold;
                    color: #313030;
                    transition: 0.3s;
                }

                    .blog .blog-comments .comment h5 a:hover {
                        color: #ff5821;
                    }

                .blog .blog-comments .comment h5 .reply {
                    padding-left: 10px;
                    color: #473d3a;
                }

                    .blog .blog-comments .comment h5 .reply i {
                        font-size: 20px;
                    }

            .blog .blog-comments .comment time {
                display: block;
                font-size: 14px;
                color: #635551;
                margin-bottom: 5px;
            }

            .blog .blog-comments .comment.comment-reply {
                padding-left: 40px;
            }

        .blog .blog-comments .reply-form {
            margin-top: 30px;
            padding: 30px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
        }

            .blog .blog-comments .reply-form h4 {
                font-weight: bold;
                font-size: 22px;
            }

            .blog .blog-comments .reply-form p {
                font-size: 14px;
            }

            .blog .blog-comments .reply-form input {
                border-radius: 4px;
                padding: 10px 10px;
                font-size: 14px;
            }

                .blog .blog-comments .reply-form input:focus {
                    box-shadow: none;
                    border-color: #ffa587;
                }

            .blog .blog-comments .reply-form textarea {
                border-radius: 4px;
                padding: 10px 10px;
                font-size: 14px;
            }

                .blog .blog-comments .reply-form textarea:focus {
                    box-shadow: none;
                    border-color: #ffa587;
                }

            .blog .blog-comments .reply-form .form-group {
                margin-bottom: 25px;
            }

            .blog .blog-comments .reply-form .btn-primary {
                border-radius: 4px;
                padding: 10px 20px;
                border: 0;
                background-color: #473d3a;
            }

                .blog .blog-comments .reply-form .btn-primary:hover {
                    background-color: #554945;
                }

    .blog .blog-pagination {
        color: #7f6d68;
    }

        .blog .blog-pagination ul {
            display: flex;
            padding: 0;
            margin: 0;
            list-style: none;
        }

        .blog .blog-pagination li {
            margin: 0 5px;
            transition: 0.3s;
        }

            .blog .blog-pagination li a {
                color: #473d3a;
                padding: 7px 16px;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .blog .blog-pagination li.active, .blog .blog-pagination li:hover {
                background: #ff5821;
            }

                .blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
                    color: #fff;
                }

    .blog .sidebar {
        padding: 30px;
        margin: 0 0 0px 20px;
        /* box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);*/
    }

        .blog .sidebar .sidebar-title {
            font-size: 20px;
            font-weight: 700;
            padding: 0 0 0 0;
            margin: 0 0 15px 0;
            color: #473d3a;
            position: relative;
        }

        .blog .sidebar .sidebar-item {
            margin-bottom: 30px;
        }

        .blog .sidebar .search-form form {
            background: #fff;
            border: 1px solid #ddd;
            padding: 3px 10px;
            position: relative;
        }

            .blog .sidebar .search-form form input[type="text"] {
                border: 0;
                padding: 4px;
                border-radius: 4px;
                width: calc(100% - 40px);
            }

            .blog .sidebar .search-form form button {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                border: 0;
                background: none;
                font-size: 16px;
                padding: 0 15px;
                margin: -1px;
                background: #ff5821;
                color: #fff;
                transition: 0.3s;
                border-radius: 0 4px 4px 0;
                line-height: 0;
            }

                .blog .sidebar .search-form form button i {
                    line-height: 0;
                }

                .blog .sidebar .search-form form button:hover {
                    background: #ff6735;
                }

        .blog .sidebar .categories ul {
            list-style: none;
            padding: 0;
        }

            .blog .sidebar .categories ul li + li {
                padding-top: 10px;
            }

            .blog .sidebar .categories ul a {
                color: #473d3a;
                transition: 0.3s;
            }

                .blog .sidebar .categories ul a:hover {
                    color: #ff5821;
                }

                .blog .sidebar .categories ul a span {
                    padding-left: 5px;
                    color: #989595;
                    font-size: 14px;
                }

        .blog .sidebar .recent-posts .post-item + .post-item {
            margin-top: 15px;
        }

        .blog .sidebar .recent-posts img {
            width: 80px;
            float: right;
            margin-left: 20px;
        }

        .blog .sidebar .recent-posts h4 {
            font-size: 15px;
            margin: 0px 10px 0px 10px;
            font-weight: bold;
        }

            .blog .sidebar .recent-posts h4 a {
                color: #fff;
                transition: 0.3s;
            }

                .blog .sidebar .recent-posts h4 a:hover {
                    color: #ccc;
                }

        .blog .sidebar .recent-posts time {
            display: block;
            margin-right: 92px;
            font-style: italic;
            font-size: 14px;
            color: #3ddb6b;
        }

        .blog .sidebar .tags {
            margin-bottom: -10px;
        }

            .blog .sidebar .tags ul {
                list-style: none;
                padding: 0;
            }

                .blog .sidebar .tags ul li {
                    display: inline-block;
                }

                .blog .sidebar .tags ul a {
                    color: #8d7973;
                    font-size: 14px;
                    padding: 6px 14px;
                    margin: 0 6px 8px 0;
                    border: 1px solid #f4f2f2;
                    display: inline-block;
                    transition: 0.3s;
                }

                    .blog .sidebar .tags ul a:hover {
                        color: #fff;
                        border: 1px solid #ff5821;
                        background: #ff5821;
                    }

                    .blog .sidebar .tags ul a span {
                        padding-left: 5px;
                        color: #ddd7d6;
                        font-size: 14px;
                    }





/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.mediagal {
    padding: 0px 0;
    background: white;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position: center center;
    background-size: cover;
}



    .mediagal .entry {
        padding: 30px;
        margin-bottom: 60px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

        .mediagal .entry .entry-img {
            max-height: 440px;
            margin: -30px -30px 20px -30px;
            overflow: hidden;
        }

        .mediagal .entry .entry-title {
            font-size: 28px;
            font-weight: bold;
            padding: 0;
            margin: 0 0 20px 0;
        }

            .mediagal .entry .entry-title a {
                color: #473d3a;
                transition: 0.3s;
            }

                .mediagal .entry .entry-title a:hover {
                    color: #ff5821;
                }

        .mediagal .entry .entry-meta {
            margin-bottom: 15px;
            color: #afa29e;
        }

            .mediagal .entry .entry-meta ul {
                display: flex;
                flex-wrap: wrap;
                list-style: none;
                align-items: center;
                padding: 0;
                margin: 0;
            }

                .mediagal .entry .entry-meta ul li + li {
                    padding-left: 20px;
                }

            .mediagal .entry .entry-meta i {
                font-size: 16px;
                margin-right: 8px;
                line-height: 0;
            }

            .mediagal .entry .entry-meta a {
                color: #656262;
                font-size: 14px;
                display: inline-block;
                line-height: 1;
            }

        .mediagal .entry .entry-content p {
            line-height: 24px;
        }

        .mediagal .entry .entry-content .read-more {
            -moz-text-align-last: right;
            text-align-last: right;
        }

            .mediagal .entry .entry-content .read-more a {
                display: inline-block;
                background: #ff5821;
                color: #fff;
                padding: 6px 20px;
                transition: 0.3s;
                font-size: 14px;
                border-radius: 4px;
            }

                .mediagal .entry .entry-content .read-more a:hover {
                    background: #ff6b3b;
                }

        .mediagal .entry .entry-content h3 {
            font-size: 22px;
            margin-top: 30px;
            font-weight: bold;
        }

        .mediagal .entry .entry-content blockquote {
            overflow: hidden;
            background-color: #fafafa;
            padding: 60px;
            position: relative;
            text-align: center;
            margin: 20px 0;
        }

            .mediagal .entry .entry-content blockquote p {
                color: #313030;
                line-height: 1.6;
                margin-bottom: 0;
                font-style: italic;
                font-weight: 500;
                font-size: 22px;
            }

            .mediagal .entry .entry-content blockquote::after {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                width: 3px;
                background-color: #473d3a;
                margin-top: 20px;
                margin-bottom: 20px;
            }

        .mediagal .entry .entry-footer {
            padding-top: 10px;
            border-top: 1px solid #e6e6e6;
        }

            .mediagal .entry .entry-footer i {
                color: #988782;
                display: inline;
            }

            .mediagal .entry .entry-footer a {
                color: #554945;
                transition: 0.3s;
            }

                .mediagal .entry .entry-footer a:hover {
                    color: #ff5821;
                }

            .mediagal .entry .entry-footer .cats {
                list-style: none;
                display: inline;
                padding: 0 20px 0 0;
                font-size: 14px;
            }

                .mediagal .entry .entry-footer .cats li {
                    display: inline-block;
                }

            .mediagal .entry .entry-footer .tags {
                list-style: none;
                display: inline;
                padding: 0;
                font-size: 14px;
            }

                .mediagal .entry .entry-footer .tags li {
                    display: inline-block;
                }

                    .mediagal .entry .entry-footer .tags li + li::before {
                        padding-right: 6px;
                        color: #6c757d;
                        content: ",";
                    }

            .mediagal .entry .entry-footer .share {
                font-size: 16px;
            }

                .mediagal .entry .entry-footer .share i {
                    padding-left: 5px;
                }

    .mediagal .entry-single {
        margin-bottom: 30px;
    }

    .mediagal .blog-author {
        padding: 20px;
        margin-bottom: 30px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

        .mediagal .blog-author img {
            width: 120px;
            margin-right: 20px;
        }

        .mediagal .blog-author h4 {
            font-weight: 600;
            font-size: 22px;
            margin-bottom: 0px;
            padding: 0;
            color: #473d3a;
        }

        .mediagal .blog-author .social-links {
            margin: 0 10px 10px 0;
        }

            .mediagal .blog-author .social-links a {
                color: rgba(71, 61, 58, 0.5);
                margin-right: 5px;
            }

        .mediagal .blog-author p {
            font-style: italic;
            color: #a4a2a2;
        }

    .mediagal .blog-comments {
        margin-bottom: 30px;
    }

        .mediagal .blog-comments .comments-count {
            font-weight: bold;
        }

        .mediagal .blog-comments .comment {
            margin-top: 30px;
            position: relative;
        }

            .mediagal .blog-comments .comment .comment-img {
                margin-right: 14px;
            }

                .mediagal .blog-comments .comment .comment-img img {
                    width: 60px;
                }

            .mediagal .blog-comments .comment h5 {
                font-size: 16px;
                margin-bottom: 2px;
            }

                .mediagal .blog-comments .comment h5 a {
                    font-weight: bold;
                    color: #313030;
                    transition: 0.3s;
                }

                    .mediagal .blog-comments .comment h5 a:hover {
                        color: #ff5821;
                    }

                .mediagal .blog-comments .comment h5 .reply {
                    padding-left: 10px;
                    color: #473d3a;
                }

                    .mediagal .blog-comments .comment h5 .reply i {
                        font-size: 20px;
                    }

            .mediagal .blog-comments .comment time {
                display: block;
                font-size: 14px;
                color: #635551;
                margin-bottom: 5px;
            }

            .mediagal .blog-comments .comment.comment-reply {
                padding-left: 40px;
            }

        .mediagal .blog-comments .reply-form {
            margin-top: 30px;
            padding: 30px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
        }

            .mediagal .blog-comments .reply-form h4 {
                font-weight: bold;
                font-size: 22px;
            }

            .mediagal .blog-comments .reply-form p {
                font-size: 14px;
            }

            .mediagal .blog-comments .reply-form input {
                border-radius: 4px;
                padding: 10px 10px;
                font-size: 14px;
            }

                .mediagal .blog-comments .reply-form input:focus {
                    box-shadow: none;
                    border-color: #ffa587;
                }

            .mediagal .blog-comments .reply-form textarea {
                border-radius: 4px;
                padding: 10px 10px;
                font-size: 14px;
            }

                .mediagal .blog-comments .reply-form textarea:focus {
                    box-shadow: none;
                    border-color: #ffa587;
                }

            .mediagal .blog-comments .reply-form .form-group {
                margin-bottom: 25px;
            }

            .mediagal .blog-comments .reply-form .btn-primary {
                border-radius: 4px;
                padding: 10px 20px;
                border: 0;
                background-color: #473d3a;
            }

                .mediagal .blog-comments .reply-form .btn-primary:hover {
                    background-color: #554945;
                }

    .mediagal .blog-pagination {
        color: #7f6d68;
    }

        .mediagal .blog-pagination ul {
            display: flex;
            padding: 0;
            margin: 0;
            list-style: none;
        }

        .mediagal .blog-pagination li {
            margin: 0 5px;
            transition: 0.3s;
        }

            .mediagal .blog-pagination li a {
                color: #473d3a;
                padding: 7px 16px;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .mediagal .blog-pagination li.active, .blog .blog-pagination li:hover {
                background: #ff5821;
            }

                .mediagal .blog-pagination li.active a, .blog .blog-pagination li:hover a {
                    color: #fff;
                }

    .mediagal .sidebar {
        padding: 30px;
        margin: 0 0 60px 20px;
        /* box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);*/
    }

        .mediagal .sidebar .sidebar-title {
            font-size: 20px;
            font-weight: 700;
            padding: 0 0 0 0;
            margin: 0 0 15px 0;
            color: #473d3a;
            position: relative;
        }

        .mediagal .sidebar .sidebar-item {
            margin-bottom: 30px;
        }

        .mediagal .sidebar .search-form form {
            background: #fff;
            border: 1px solid #ddd;
            padding: 3px 10px;
            position: relative;
        }

            .mediagal .sidebar .search-form form input[type="text"] {
                border: 0;
                padding: 4px;
                border-radius: 4px;
                width: calc(100% - 40px);
            }

            .mediagal .sidebar .search-form form button {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                border: 0;
                background: none;
                font-size: 16px;
                padding: 0 15px;
                margin: -1px;
                background: #ed1c24;
                color: #fff;
                transition: 0.3s;
                border-radius: 0 4px 4px 0;
                line-height: 0;
            }

                .mediagal .sidebar .search-form form button i {
                    line-height: 0;
                }

                .mediagal .sidebar .search-form form button:hover {
                    background: #ff6735;
                }

        .mediagal .sidebar .categories ul {
            list-style: none;
            padding: 0;
        }

            .mediagal .sidebar .categories ul li + li {
                padding-top: 10px;
            }

            .mediagal .sidebar .categories ul a {
                color: #473d3a;
                transition: 0.3s;
            }

                .mediagal .sidebar .categories ul a:hover {
                    color: #ed1c24;
                }

                .mediagal .sidebar .categories ul a span {
                    padding-left: 5px;
                    color: #989595;
                    font-size: 14px;
                }

        .mediagal .sidebar .recent-posts .post-item + .post-item {
            margin-top: 15px;
        }

        .mediagal .sidebar .recent-posts img {
            width: 80px;
            float: left;
        }

        .mediagal .sidebar .recent-posts h4 {
            font-size: 15px;
            margin-left: 95px;
            font-weight: bold;
        }

            .mediagal .sidebar .recent-posts h4 a {
                color: #fff;
                transition: 0.3s;
            }

                .mediagal .sidebar .recent-posts h4 a:hover {
                    color: #ccc;
                }

        .mediagal .sidebar .recent-posts time {
            display: block;
            margin-left: 95px;
            font-style: italic;
            font-size: 14px;
            color: #3ddb6b;
        }

        .mediagal .sidebar .tags {
            margin-bottom: -10px;
        }

            .mediagal .sidebar .tags ul {
                list-style: none;
                padding: 0;
            }

                .mediagal .sidebar .tags ul li {
                    display: inline-block;
                }

                .mediagal .sidebar .tags ul a {
                    color: #8d7973;
                    font-size: 14px;
                    padding: 6px 14px;
                    margin: 0 6px 8px 0;
                    border: 1px solid #f4f2f2;
                    display: inline-block;
                    transition: 0.3s;
                }

                    .mediagal .sidebar .tags ul a:hover {
                        color: #fff;
                        border: 1px solid #ff5821;
                        background: #ed1c24;
                    }

                    .mediagal .sidebar .tags ul a span {
                        padding-left: 5px;
                        color: #ddd7d6;
                        font-size: 14px;
                    }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    color: white;
    font-size: 14px;
    background: #292f33;
}

    #footer .footer-top {
        padding: 60px 0 30px 0;
        background: #fbfbfb;
    }

        #footer .footer-top .footer-contact {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-contact h4 {
                font-size: 22px;
                margin: 0 0 30px 0;
                padding: 2px 0 2px 0;
                line-height: 1;
                font-weight: 700;
            }

            #footer .footer-top .footer-contact p {
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 0;
                font-family: 'Jameel Noori';
                color: #656262;
            }

        #footer .footer-top h4 {
            font-size: 16px;
            font-weight: bold;
            color: #313030;
            position: relative;
            padding-bottom: 12px;
        }

        #footer .footer-top .footer-links {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-links ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #footer .footer-top .footer-links ul i {
                    padding-right: 2px;
                    color: #0db04b;
                    font-size: 18px;
                    line-height: 1;
                }

                #footer .footer-top .footer-links ul li {
                    padding: 10px 0;
                    display: flex;
                    align-items: center;
                }

                    #footer .footer-top .footer-links ul li:first-child {
                        padding-top: 0;
                    }

                #footer .footer-top .footer-links ul a {
                    color: #656262;
                    transition: 0.3s;
                    display: inline-block;
                    line-height: 1;
                }

                    #footer .footer-top .footer-links ul a:hover {
                        text-decoration: none;
                        color: #0db14b;
                    }

    #footer .footer-newsletter {
        font-size: 15px;
    }

        #footer .footer-newsletter h4 {
            font-size: 16px;
            font-weight: bold;
            color: #313030;
            position: relative;
            padding-bottom: 12px;
        }

        #footer .footer-newsletter form {
            margin-top: 30px;
            background: #fff;
            padding: 6px 10px;
            position: relative;
            border-radius: 50px;
            text-align: left;
            border: 1px solid #ffe2d9;
        }

            #footer .footer-newsletter form input[type="email"] {
                border: 0;
                padding: 4px 8px;
                width: calc(100% - 100px);
            }

            #footer .footer-newsletter form input[type="submit"] {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                border: 0;
                background: none;
                font-size: 16px;
                padding: 0 20px;
                background: #0db04b;
                color: #fff;
                transition: 0.3s;
                border-radius: 50px;
                box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
            }

                #footer .footer-newsletter form input[type="submit"]:hover {
                    background: #ed3b00;
                }

    #footer .credits {
        padding-top: 5px;
        font-size: 13px;
        color: white;
    }



    #footer .social-links a {
        font-size: 18px;
        display: inline-block;
        background: #22b24c;
        color: #fff;
        line-height: 1;
        padding: 8px 0;
        margin-right: 4px;
        border-radius: 50%;
        text-align: center;
        width: 36px;
        height: 36px;
        transition: 0.3s;
    }

        #footer .social-links a:hover {
            background: #ff7e54;
            color: #fff;
            text-decoration: none;
        }



.message {
    color: #868686;
    font-size: 16px;
    margin-top: 5px;
}

.counter-span {
    display: inline-block;
    padding: 6px 6px 4px;
    border-radius: 3px;
    background: -webkit-linear-gradient(#f00, #0db14b );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Oxygen', sans-serif;
    font-weight: 800;
    font-size: 70px;
    line-height: 1;
}

.visits {
    background: #db0000;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 3px;
    font-weight: 500;
    font-size: 1.3em;
}

#feedback {
    height: 0px;
    width: 85px;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 1000;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

    #feedback a {
        display: block;
        border-radius: 10px;
        background: #4c90cc;
        height: 52px;
        padding-top: 10px;
        width: 155px;
        text-align: center;
        color: #fff;
        font-family: 'Jameel Noori';
        font-size: 17px;
        font-weight: bold;
        text-decoration: none;
    }

        #feedback a:hover {
            background: #4378a8;
        }

/* TIMELINE STYLING */

.container-timeline {
    height: 100%;
}

body {
    font-family: 'Jameel Noori';
    font-size: 14px;
}

.container-timeline {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    flex-direction: column;
}

.title {
    font-size: 38px;
    color: #616161;
    font-weight: 800;
}

.sub-title {
    text-align: center;
    Padding-left: 100px;
    padding-right: 100px;
}

.timeline {
    width: 100%;
    background-color: #fff;
}

    .timeline .swiper-container {
        height: 500px;
        width: 100%;
        position: relative;
    }

    .timeline .swiper-wrapper {
        transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
    }

    .timeline .swiper-slide {
        position: relative;
        color: #fff;
        overflow: hidden;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

        .timeline .swiper-slide::after {
            content: "";
            position: absolute;
            z-index: 1;
            right: -115%;
            bottom: -10%;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.7);
            box-shadow: -230px 0 150px 60vw rgba(0, 0, 0, 0.7);
            border-radius: 100%;
        }

    .timeline .swiper-slide-content {
        position: absolute;
        text-align: center;
        width: 80%;
        max-width: 310px;
        right: 50%;
        top: 13%;
        -webkit-transform: translate(50%, 0);
        transform: translate(50%, 0);
        font-size: 12px;
        z-index: 2;
    }

    .timeline .swiper-slide .timeline-year {
        display: block;
        font-style: italic;
        font-size: 42px;
        margin-bottom: 50px;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
        color: #22b24c;
        font-weight: 800;
        opacity: 0;
        transition: .2s ease .4s;
    }

    .timeline .swiper-slide .timeline-title {
        font-weight: 800;
        font-size: 34px;
        margin: 0 0 30px;
        opacity: 0;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
        transition: .2s ease .5s;
    }

    .timeline .swiper-slide .timeline-text {
        line-height: 1.5;
        opacity: 0;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
        transition: .2s ease .6s;
    }

    .timeline .swiper-slide-active .timeline-year {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition: .4s ease 1.6s;
    }

    .timeline .swiper-slide-active .timeline-title {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition: .4s ease 1.7s;
    }

    .timeline .swiper-slide-active .timeline-text {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition: .4s ease 1.8s;
        font-size: 14px;
    }

    .timeline .swiper-pagination {
        right: 13.8% !important;
        height: 100%;
        display: none;
        flex-direction: column;
        justify-content: center;
        font-style: italic;
        font-weight: 300;
        font-size: 18px;
        z-index: 1;
    }

        .timeline .swiper-pagination::before {
            content: "";
            position: absolute;
            left: -30px;
            top: 0;
            height: 100%;
            width: 1px;
            background-color: rgba(255, 255, 255, 0.2);
        }

    .timeline .swiper-pagination-bullet {
        width: auto;
        height: auto;
        text-align: center;
        opacity: 1;
        background: transparent;
        color: #fff;
        margin: 4px 0 !important;
        position: relative;
    }

        .timeline .swiper-pagination-bullet::before {
            content: "";
            position: absolute;
            top: 8px;
            left: -32.5px;
            width: 6px;
            height: 6px;
            border-radius: 100%;
            background-color: #d4a024;
            -webkit-transform: scale(0);
            transform: scale(0);
            transition: .2s;
        }

    .timeline .swiper-pagination-bullet-active {
        color: #22b24c;
        font-weight: bold;
    }

        .timeline .swiper-pagination-bullet-active::before {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    .timeline .swiper-button-next,
    .timeline .swiper-button-prev {
        background-size: 20px 20px;
        top: 15%;
        width: 20px;
        height: 20px;
        margin-top: 0;
        z-index: 2;
        transition: .2s;
    }

    .timeline .swiper-button-prev {
        left: 8%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
    }

        .timeline .swiper-button-prev:hover {
            -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
        }

    .timeline .swiper-button-next {
        right: 8%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
    }

        .timeline .swiper-button-next:hover {
            -webkit-transform: translateX(3px);
            transform: translateX(3px);
        }

@media screen and (min-width: 768px) {
    .timeline .swiper-slide::after {
        right: -30%;
        bottom: -8%;
        width: 240px;
        height: 50%;
        box-shadow: -230px 0 150px 50vw rgba(0, 0, 0, 0.7);
    }

    .timeline .swiper-slide-content {
        right: 30%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 310px;
        font-size: 11px;
        text-align: right;
    }

    .timeline .swiper-slide .timeline-year {
        margin-bottom: 0;
        font-size: 32px;
    }

    .timeline .swiper-slide .timeline-title {
        font-size: 46px;
        margin: 0;
    }

    .timeline .swiper-pagination {
        display: flex;
    }

    .timeline .swiper-button-prev {
        top: 5%;
        left: auto;
        right: 15%;
        -webkit-transform: rotate(90deg) translate(0, 10px);
        transform: rotate(90deg) translate(0, 10px);
    }

        .timeline .swiper-button-prev:hover {
            -webkit-transform: rotate(90deg) translate(-3px, 10px);
            transform: rotate(90deg) translate(-3px, 10px);
        }

    .timeline .swiper-button-next {
        top: auto;
        bottom: 5%;
        right: 15%;
        -webkit-transform: rotate(90deg) translate(0, 10px);
        transform: rotate(90deg) translate(0, 10px);
    }

        .timeline .swiper-button-next:hover {
            -webkit-transform: rotate(90deg) translate(3px, 10px);
            transform: rotate(90deg) translate(3px, 10px);
        }
}

@media screen and (min-width: 1024px) {
    .timeline .swiper-slide::after {
        right: -20%;
        bottom: -12%;
        width: 240px;
        height: 50%;
        box-shadow: -230px 0 150px 39vw rgba(0, 0, 0, 0.7);
    }

    .timeline .swiper-slide-content {
        right: 25%;
    }
}


/*TEAM Section Styling */

@media (max-width:767px) {
    h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px
    }
}

.intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto
}

    .intro p {
        margin-bottom: 0
    }

.people {
    padding: 50px 0;
    cursor: pointer
}

.item {
    margin-bottom: 30px
}

    .item .box {
        text-align: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 280px;
        position: relative;
        overflow: hidden
    }

    .item .cover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(31, 148, 255, 0.75);
        transition: opacity 0.15s ease-in;
        opacity: 0;
        padding-top: 80px;
        color: #fff;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15)
    }

    .item:hover .cover {
        opacity: 1
    }

    .item .name {
        font-weight: bold;
        margin-bottom: 8px
    }

    .item .title {
        text-transform: uppercase;
        font-weight: bold;
        color: #bbd8fb;
        letter-spacing: 2px;
        font-size: 13px;
        margin-bottom: 20px
    }

.social {
    font-size: 18px
}

    .social a {
        color: inherit;
        margin: 0 10px;
        display: inline-block;
        opacity: 0.7
    }

        .social a:hover {
            opacity: 1
        }


/*DROPCAPS*/
.has-dropcap:first-letter {
    font-family: 'Jameel Noori';
    float: left;
    font-size: 6rem;
    line-height: 0.65;
    margin: 0.1em 0.1em 0.2em 0;
}

.dropcap {
    font-family: 'Jameel Noori';
    background: #303030;
    color: #FDF9F2;
    float: left;
    font-size: 6rem;
    line-height: 1;
    margin: 0.1em 0.1em 0.2em 0;
    padding: 0.1em;
}

    .dropcap:before,
    .dropcap:after {
        content: "";
        display: block;
    }

    .dropcap:before {
        margin-top: -0.2em;
    }

    .dropcap:after {
        margin-bottom: -0.15em;
    }


/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
    background: #fff;
}

    .team .member {
        position: relative;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        padding: 30px;
        border-radius: 10px;
    }

    .team .story {
        position: relative;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        padding: 10px;
        border-radius: 10px;
    }


    .team .member .pic {
        overflow: hidden;
        width: 180px;
        border-radius: 50%;
    }

        .team .member .pic img {
            transition: ease-in-out 0.3s;
        }

    .team .member:hover img {
        transform: scale(1.1);
    }

    .team .member .member-info {
        padding-left: 30px;
    }

    .team .member h4 {
        font-weight: 700;
        margin-bottom: 5px;
        font-size: 20px;
        color: #354144;
    }

    .team .member span {
        display: block;
        font-size: 15px;
        padding-bottom: 10px;
        position: relative;
        font-weight: 500;
    }

        .team .member span::after {
            content: '';
            position: absolute;
            display: block;
            width: 50px;
            height: 1px;
            background: #b4c1c4;
            bottom: 0;
            left: 0;
        }

    .team .member p {
        margin: 10px 0 0 0;
        font-size: 14px;
    }

    .team .member .social {
        margin-top: 12px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

        .team .member .social a {
            transition: ease-in-out 0.3s;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50px;
            width: 32px;
            height: 32px;
            background: #c2cdcf;
        }

            .team .member .social a i {
                color: #fff;
                font-size: 16px;
                margin: 0 2px;
            }

            .team .member .social a:hover {
                background: #01b1d7;
            }

            .team .member .social a + a {
                margin-left: 8px;
            }




/*TEAM SECTION*/
.our-team {
    text-align: center;
    position: relative;
}

    .our-team:before,
    .our-team:after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: all 0.3s linear 0s;
    }

    .our-team:before {
        background: #0ac0de;
        transform: scale(0);
        z-index: 1;
    }

    .our-team:hover:before {
        transform: scale(1);
    }

    .our-team:after {
        background: #d4d4d4;
    }

    .our-team .pic {
        border-radius: 50%;
        overflow: hidden;
        position: relative;
    }

        .our-team .pic:before {
            content: "";
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: rgba(53, 53, 53, 0.7);
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            transform: scale(1.2);
            transition: all 0.3s linear 0s;
        }

    .our-team:hover .pic:before {
        opacity: 1;
        transform: scale(0.97);
    }

    .our-team img {
        width: 100%;
        height: auto;
        border-radius: 50%;
    }

    .our-team .social {
        width: 100%;
        position: absolute;
        top: 45%;
        left: 0;
        padding: 0;
        margin: 0;
        list-style: none;
        opacity: 0;
        transform: scale(1.2);
        transition: all 0.3s linear 0s;
    }

    .our-team:hover .social {
        opacity: 1;
        transform: scale(1);
    }

    .our-team .social li {
        display: inline-block;
    }

        .our-team .social li a {
            display: inline-block;
            width: 50px;
            height: 50px;
            line-height: 50px;
            border-radius: 50%;
            background: #fff;
            margin: 0 3px;
            font-size: 14px;
            color: #0ac0de;
            transition: all 0.3s linear 0s;
        }

            .our-team .social li a:hover {
                background: #0ac0de;
                color: #fff;
            }

    .our-team .team-content {
        padding-bottom: 35px;
    }

    .our-team .title {
        font-size: 22px;
        font-weight: bold;
        color: #2a2b2f;
        text-transform: capitalize;
        margin: 15px 0 10px 0;
    }

    .our-team .post {
        font-size: 18px;
        color: #696969;
        text-transform: capitalize;
    }

@media only screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 30px;
    }
}


/* Call To Action Section
--------------------------------*/
#call-to-action {
    background: rgb(8 142 59 / .8);
    background-size: cover;
    padding: 40px 0;
}

    #call-to-action .cta-img {
        max-width: 100%;
        vertical-align: middle;
    }

    #call-to-action .cta-title {
        color: #fff;
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 15px;
        text-align: right;
    }

    #call-to-action .cta-text {
        color: #fff;
    }

    #call-to-action .cta-span {
        color: #fff !important;
        font-size: 16px;
        line-height: 26px;
        margin-top: 20px;
        text-align: right;
    }

@media (min-width: 991px) {
    #call-to-action .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

#call-to-action .cta-btn {
    display: inline-block;
    transition: 0.5s;
    margin: 10px 0 0 0;
}

    #call-to-action .cta-btn:hover {
        background: #1bb1dc;
    }



/*BUTTON STYLING*/

.btn-primary {
    color: #fff;
    background-color: #0db14b;
    border-color: #0db14b;
}


.btn-store-app {
    color: #fff;
    min-width: 185px;
    padding: 12px 20px !important;
    background: #4fa7e9;
    right: 30px;
    margin-top: 10px;
    margin-right: 5px;
}

    .btn-store-app:focus,
    .btn-store-app:hover {
        color: #ffffff !important;
        background-color: #168eea;
        border-color: #168eea !important;
    }

    .btn-store-app .btn-label,
    .btn-store-app .btn-caption {
        display: block;
        text-align: left;
        line-height: 1;
    }

    .btn-store-app .btn-caption {
        font-size: 24px;
    }


.btn-store-and {
    color: #fff;
    min-width: 185px;
    padding: 12px 20px !important;
    background: #4fba74;
    right: 30px;
    margin-top: 10px;
}

    .btn-store-and:focus,
    .btn-store-and:hover {
        color: #ffffff !important;
        background-color: #0cac7f;
        border-color: #0cac7f !important;
    }

    .btn-store-and .btn-label,
    .btn-store-and .btn-caption {
        display: block;
        text-align: left;
        line-height: 1;
    }

    .btn-store-and .btn-caption {
        font-size: 24px;
    }





/*HONEY COMB*/
.honeycomb {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    transform: translateY(80px);
}

.honeycomb-cell {
    -webkit-box-flex: 0;
    flex: 0 1 250px;
    max-width: 250px;
    height: 137.5px;
    margin: 65.4px 12.5px 25px;
    position: relative;
    padding: 0.5em;
    text-align: center;
    z-index: 1;
    box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.1);
}


.container-honeycomb {
    background: #efffdc;
    padding-top: 0px;
    padding-bottom: 200px;
}


.honeycomb-cell_img {
    object-fit: contain;
    object-position: center;
    filter: grayscale(100%);
}

.honeycomb-cell_title {
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
    text-transform: uppercase;
    color: #686868;
    font-weight: 700;
    font-size: 16px;
    padding: 40px;
    background: #f7f9f5;
    line-height: 20px;
}


    .honeycomb-cell_title p {
        color: #686868;
        font-weight: 700;
        font-size: 15px;
        padding: 5px;
        line-height: 20px;
    }

    .honeycomb-cell_title > small {
        font-weight: 300;
        margin-top: 0.25em;
    }

.honeycomb-cell::before,
.honeycomb-cell::after {
    content: '';
}

.honeycomb-cell::before,
.honeycomb-cell::after,
.honeycomb-cell_img {
    top: -50%;
    left: 0;
    width: 100%;
    height: 200%;
    display: block;
    position: absolute;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    z-index: -1;
    color: white;
    padding-top: 80px;
    line-height: 20px;
}

.honeycomb-cell_img {
    top: -50%;
    left: 0;
    width: 100%;
    height: 200%;
    display: block;
    position: absolute;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    z-index: -1;
    color: white;
    padding-top: 80px;
    line-height: 20px;
}

.honeycomb-cell::before {
    background: #6e953b;
    transform: scale(1.055);
}

.honeycomb-cell::after {
    background: #fff;
    opacity: 0.95;
}

.honeycomb-cell:hover
.honeycomb-cell_title {
    opacity: 0;
}

.honeycomb-cell:hover
.honeycomb-cell_img {
    filter: grayscale(0%);
}

.honeycomb-cell:hover::before {
    background: #6e953b;
}

.honeycomb-cell:hover::after {
    opacity: 0;
}

.honeycomb_Hidden {
    display: none;
    opacity: 0;
    width: 250px;
    margin: 0 12.5px;
}

/****** Responsive *******/

@media (max-width: 550px) {
    .honeycomb-cell {
        margin: 81.25px 25px;
    }
}


@media (min-width: 550px) and (max-width: 825px) {
    .honeycomb-cell:nth-child(3n) {
        margin-right: calc(50% - 125px);
        margin-left: calc(50% - 125px);
    }

    .honeycomb_Hidden:nth-child(3n + 5) {
        display: block;
    }
}


@media (min-width: 825px) and (max-width: 1100px) {

    .honeycomb-cell:nth-child(5n + 4) {
        margin-left: calc(50% - 275px);
    }

    .honeycomb-cell:nth-child(5n + 5) {
        margin-right: calc(50% - 275px);
    }

    .honeycomb_Hidden:nth-child(5n),
    .honeycomb_Hidden:nth-child(5n + 3) {
        display: block;
    }
}

@media (min-width: 1100px) {
    .honeycomb-cell:nth-child(7n + 5) {
        margin-right: calc(50% - 400px);
    }

        .honeycomb-cell:nth-child(7n + 7),
        .honeycomb-cell:nth-child(7n + 5):nth-last-child(2) {
            margin-left: calc(50% - 400px);
        }

    .honeycomb_Hidden:nth-child(7n + 7),
    .honeycomb_Hidden:nth-child(7n + 9),
    .honeycomb_Hidden:nth-child(7n + 11) {
        display: block;
    }
}


/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.ourteam {
    padding: 30px 0;
    overflow: hidden;
}

    .ourteam .ourteam-item {
        box-sizing: content-box;
        text-align: center;
        min-height: 200px;
    }

        .ourteam .ourteam-item .ourteam-img {
            width: 90px;
            border-radius: 50%;
            margin: 0 auto;
        }

        .ourteam .ourteam-item h3 {
            font-size: 18px;
            font-weight: bold;
            margin: 10px 0 5px 0;
            color: #111;
        }

        .ourteam .ourteam-item h4 {
            font-size: 14px;
            color: #999;
            margin: 0;
        }

        .ourteam .ourteam-item .quote-icon-left, .ourteam .ourteam-item .quote-icon-right {
            color: #c9e3f5;
            font-size: 26px;
        }

        .ourteam .ourteam-item .quote-icon-left {
            display: inline-block;
            left: -5px;
            position: relative;
        }

        .ourteam .ourteam-item .quote-icon-right {
            display: inline-block;
            right: -5px;
            position: relative;
            top: 10px;
        }

        .ourteam .ourteam-item p {
            font-style: italic;
            margin: 0 15px 15px 15px;
            padding: 20px;
            background: #f3f9fd;
            position: relative;
            margin-bottom: 35px;
            border-radius: 6px;
        }

            .ourteam .ourteam-item p::after {
                content: "";
                width: 0;
                height: 0;
                border-top: 20px solid #f3f9fd;
                border-right: 20px solid transparent;
                border-left: 20px solid transparent;
                position: absolute;
                bottom: -20px;
                left: calc(50% - 20px);
            }

    .ourteam .swiper-pagination {
        margin-top: 20px;
        position: relative;
    }

        .ourteam .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #fff;
            opacity: 1;
            border: 1px solid #2487ce;
        }

        .ourteam .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #2487ce;
        }


/*--------------------------------------------------------------
# About List
--------------------------------------------------------------*/
.about-list {
    padding-top: 0;
}

    .about-list .icon-box h4 {
        font-size: 19px;
        font-weight: 700;
        margin: 0px 0 0px 0px;
    }

    .about-list .icon-box i {
        font-size: 48px;
        float: left;
        color: #01b1d7;
    }

    .about-list .icon-box p {
        font-size: 15px;
        color: #848484;
        margin-left: 0px;
    }

    .about-list .image {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 300px;
    }


/*  NEWS  */

.sidebar-page-container .sidebar .sidebar-post .post-inner .post {
    position: relative;
    padding: 0px 0px 0px 75px;
    padding-bottom: 10px;
    margin-bottom: 6px;
    border-bottom: 1px solid #e5e5e5;
}

    .sidebar-page-container .sidebar .sidebar-post .post-inner .post:last-child {
        border-bottom: none;
    }

    .sidebar-page-container .sidebar .sidebar-post .post-inner .post .post-date {
        position: absolute;
        left: 0px;
        top: 4px;
        width: 78px;
        height: 70px;
        text-align: center;
        border-radius: 5px;
        padding: 18px 2px 0px 3px;
        font-weight: 700;
    }

    .sidebar-page-container .sidebar .sidebar-post .post-inner .post .post-date {
        background: rgb(237, 28, 36);
        background: -moz-linear-gradient(rgba(0,123,255,1) 100%);
        background: -webkit-linear-gradient(rgba(0,123,255,1) 100%);
        background: linear-gradient(rgba(0,123,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#007bff",GradientType=1);
    }

        .sidebar-page-container .sidebar .sidebar-post .post-inner .post .post-date p {
            display: block;
            font-size: 18px;
            font-weight: 500;
            color: #fff;
            text-align: center;
            margin: 0px;
        }

        .sidebar-page-container .sidebar .sidebar-post .post-inner .post .post-date span {
            position: relative;
            display: block;
            font-size: 13px;
            line-height: 18px;
            text-transform: uppercase;
            color: #fff;
            margin: 0px;
            padding: 0px;
        }

    .sidebar-page-container .sidebar .sidebar-post .post-inner .post .file-box {
        position: relative;
        margin-bottom: 9px;
    }

        .sidebar-page-container .sidebar .sidebar-post .post-inner .post .file-box i {
            position: relative;
            display: inline-block;
            font-size: 14px;
            color: #eec421 !important;
            margin-right: 10px;
        }

        .sidebar-page-container .sidebar .sidebar-post .post-inner .post .file-box p {
            position: relative;
            display: inline-block;
            margin-bottom: 0px;
        }

    .sidebar-page-container .sidebar .sidebar-post .post-inner .post h5 {
        position: relative;
        display: block;
        font-size: 18px;
        line-height: 28px;
        font-weight: 600;
        margin-bottom: 0px;
        color: #1d165c;
        margin: 0px;
    }

        .sidebar-page-container .sidebar .sidebar-post .post-inner .post h5 a {
            display: inline-block;
            color: #0db14b;
        }

            .sidebar-page-container .sidebar .sidebar-post .post-inner .post h5 a:hover {
                color: #e61819;
            }

.carousel-inner-data {
    margin: 0px auto;
    height: 500px;
    overflow: hidden;
}

    .carousel-inner-data ul {
        list-style: none;
        position: relative;
    }

    .carousel-inner-data li {
        height: auto;
    }


.cards {
    transition: all 0.2s ease;
    cursor: pointer
}

    .cards:hover {
        box-shadow: 5px 6px 6px 2px #e9ecef;
        transform: scale(1.1)
    }

.line1 {
    color: #000;
    font-size: 14px
}

.line2 {
    color: #000;
    font-size: 14px
}

.line3 {
    color: #000;
    font-size: 14px
}

.bg-white {
    border: 1px solid lightgray;
}

/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.team-main .member {
    text-align: center;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    background: #fff;
}

    .team-main .member img {
        max-width: 60%;
        border-radius: 50%;
        margin: 0 0 30px 0;
    }

    .team-main .member h4 {
        font-weight: 700;
        margin-bottom: 2px;
        font-size: 18px;
    }

    .team-main .member span {
        display: block;
        font-size: 13px;
    }

    .team-main .member p {
        padding-top: 10px;
        font-size: 14px;
        font-style: italic;
        color: #aaaaaa;
    }

    .team-main .member .social {
        margin-top: 15px;
    }

        .team-main .member .social a {
            color: #92cac3;
            transition: 0.3s;
        }

            .team-main .member .social a:hover {
                color: #3c8b81;
            }

        .team-main .member .social i {
            font-size: 18px;
            margin: 0 2px;
        }


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.alumni .alumni-item {
    box-sizing: content-box;
    min-height: 320px;
}

    .alumni .alumni-item .alumni-img {
        width: 90px;
        border-radius: 50%;
        margin: -40px 0 0 40px;
        position: relative;
        z-index: 2;
        border: 6px solid #fff;
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    }

    .alumni .alumni-item h3 {
        font-size: 18px;
        font-weight: bold;
        margin: 10px 0 5px 45px;
        color: #2c4964;
    }

    .alumni .alumni-item h4 {
        font-size: 14px;
        color: #6b96be;
        margin: 0 0 0 45px;
    }

    .alumni .alumni-item .quote-icon-left, .alumni .alumni-item .quote-icon-right {
        color: #f7d9e6;
        font-size: 26px;
    }

    .alumni .alumni-item .quote-icon-left {
        display: inline-block;
        left: -5px;
        position: relative;
    }

    .alumni .alumni-item .quote-icon-right {
        display: inline-block;
        right: -5px;
        position: relative;
        top: 10px;
    }

    .alumni .alumni-item p {
        font-style: normal;
        margin: 0 15px 0 15px;
        padding: 20px 20px 60px 20px;
        background: #fff;
        position: relative;
        border-radius: 6px;
        position: relative;
        z-index: 1;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    }

.alumni .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

    .alumni .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: #fff;
        opacity: 1;
        border: 1px solid #d43076;
    }

    .alumni .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #d43076;
    }

@media (max-width: 767px) {
    .alumni {
        margin: 30px 10px;
    }
}


.alumni-bg {
    background: linear-gradient(180deg, #f2f6f9 0%, #fff 100%);
}

.alumni-title {
    padding-bottom: 30px;
}

    .alumni-title h2 {
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 15px;
        padding-bottom: 15px;
        position: relative;
        color: #345676;
    }

        .alumni-title h2::after {
            content: '';
            position: absolute;
            display: block;
            width: 50px;
            height: 3px;
            background: #d43076;
            bottom: 0;
            left: 0;
        }

    .alumni-title p {
        margin-bottom: 0;
    }



/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
.events {
    background: url(../img/events-bg.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
}

    .events::before {
        content: '';
        background-color: rgba(0, 0, 0, 0.8);
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }

    .events .section-title h2 {
        color: #fff;
    }

    .events .container {
        position: relative;
    }

@media (min-width: 1024px) {
    .events {
        background-attachment: fixed;
    }
}

.events .events-carousel {
    background: rgba(255, 255, 255, 0.08);
    padding: 30px;
}

.events .event-item {
    color: #fff;
}

    .events .event-item h3 {
        font-weight: 600;
        font-size: 32px;
        color: #0db14b;
    }

    .events .event-item .price {
        font-size: 26px;
        font-family: 'Jameel Noori';
        font-weight: 700;
        margin-bottom: 15px;
    }

        .events .event-item .price span {
        }

    .events .event-item ul {
        list-style: none;
        padding: 0;
    }

        .events .event-item ul li {
            padding-bottom: 10px;
        }

        .events .event-item ul i {
            font-size: 20px;
            padding-right: 4px;
            color: #cda45e;
        }

    .events .event-item p:last-child {
        margin-bottom: 0;
    }

.events .swiper-pagination {
    margin-top: 30px;
    position: relative;
}

    .events .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: rgba(255, 255, 255, 0.4);
        opacity: 1;
    }

    .events .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #1fb758;
    }




/*--------------------------------------------------------------
# Success Stories
--------------------------------------------------------------*/
.success .icon-boxes h4 {
    font-size: 18px;
    color: #7f6d68;
    margin-bottom: 15px;
}

.success .icon-boxes h3 {
    font-size: 28px;
    font-weight: 700;
    color: #554945;
    margin-bottom: 15px;
}

.success .icon-box {
    margin-top: 40px;
}

    .success .icon-box .icon {
        float: left;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 64px;
        height: 64px;
        border: 2px solid #ffcbba;
        border-radius: 50px;
        transition: 0.5s;
        background: #fff;
    }

        .success .icon-box .icon i {
            color: #ff5821;
            font-size: 32px;
        }

    .success .icon-box:hover .icon {
        background: #ff5821;
        border-color: #ff5821;
    }

        .success .icon-box:hover .icon i {
            color: #fff;
        }

    .success .icon-box .title {
        margin-left: 85px;
        font-weight: 700;
        margin-bottom: 10px;
        font-size: 18px;
    }

        .success .icon-box .title a {
            color: #343a40;
            transition: 0.3s;
        }

            .success .icon-box .title a:hover {
                color: #ff5821;
            }

    .success .icon-box .description {
        margin-left: 85px;
        line-height: 24px;
        font-size: 14px;
    }

.success .video-box-0 {
    background: url("../img/index/v-0.jpg") center center no-repeat;
    background-size: cover;
    min-height: 200px;
    width: 300px !important;
    margin-right: 20px !important;
}

.success .video-box-1 {
    background: url("../img/index/video-1.jpg") center center no-repeat;
    background-size: cover;
    min-height: 200px;
    width: 300px !important;
    margin-left: 20px !important;
}

.success .video-box-2 {
    background: url("../img/index/video-2.jpg") center center no-repeat;
    background-size: cover;
    min-height: 200px;
    width: 300px !important;
    margin-left: 20px !important;
}

.success .video-box-3 {
    background: url("../img/index/video-3.jpg") center center no-repeat;
    background-size: cover;
    min-height: 200px;
    width: 300px !important;
    margin-left: 20px !important;
}

.success .video-box-4 {
    background: url("../img/index/video-4.jpg") center center no-repeat;
    background-size: cover;
    min-height: 200px;
    width: 300px !important;
    margin-left: 20px !important;
}

.success .video-box-5 {
    background: url("../img/index/video-5.jpg") center center no-repeat;
    background-size: cover;
    min-height: 200px;
    width: 300px !important;
    margin-left: 20px !important;
}

.success .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#ff5821 50%, rgba(255, 88, 33, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}

    .success .play-btn::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-40%) translateY(-50%);
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #fff;
        z-index: 100;
        transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .success .play-btn::before {
        content: '';
        position: absolute;
        width: 120px;
        height: 120px;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation: pulsate-btn 2s;
        animation: pulsate-btn 2s;
        -webkit-animation-direction: forwards;
        animation-direction: forwards;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: steps;
        animation-timing-function: steps;
        opacity: 1;
        border-radius: 50%;
        border: 5px solid rgba(255, 88, 33, 0.7);
        top: -15%;
        left: -15%;
        background: rgba(198, 16, 0, 0);
    }

    .success .play-btn:hover::after {
        border-left: 15px solid #ff5821;
        transform: scale(20);
    }

    .success .play-btn:hover::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-40%) translateY(-50%);
        width: 0;
        height: 0;
        border: none;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #fff;
        z-index: 200;
        -webkit-animation: none;
        animation: none;
        border-radius: 0;
    }

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}




.b-0 {
    bottom: 0;
}

.bg-shadow {
    background: rgba(76, 76, 76, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
    background: linear-gradient(to bottom, rgba(179, 171, 171, 0) 0%, rgba(48, 48, 48, 0.71) 49%, rgba(19, 19, 19, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}

.top-indicator {
    right: 0;
    top: 1rem;
    bottom: inherit;
    left: inherit;
    margin-right: 1rem;
}

.overflow {
    position: relative;
    overflow: hidden;
}

.zoom img {
    transition: all 0.2s linear;
}

.zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}



/*BUTTON*/

.more-btn {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    padding: 6px 15px 8px 19px;
    color: #fff;
    border-radius: 50px;
    transition: all ease-in-out 0.4s;
}

    .more-btn:hover {
        color: #3c3c3c;
        background: #fff;
    }



.address-btn {
    padding: 8px 30px 9px 30px;
    color: #fff;
    border-radius: 50px;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    border: 2px solid #0db14b;
}

    .address-btn i {
        font-size: 16px;
        padding-left: 5px;
    }

    .address-btn:hover {
        background: #0db14b;
        color: white !important;
    }

.language-btn {
    background-color: #0db14b !important;
    color: white !important;
    border: none;
    padding: 5px 15px 5px 15px;
    border-radius: 12px;
}

    .language-btn:hover {
        background-color: #087531 !important;
    }




/*TRACE APPLICATION*/

.bio-graph-heading {
    background: #fbc02d;
    color: #fff;
    text-align: center;
    font-style: italic;
    padding: 40px 110px;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    font-size: 16px;
    font-weight: 300;
}

.bio-graph-info {
    color: #89817e;
}

    .bio-graph-info h1 {
        font-size: 22px;
        font-weight: 300;
        margin: 0 0 20px;
    }

.bio-row {
    padding: 0 15px;
}

    .bio-row p span {
        width: 200px;
        display: inline-block;
    }

.bio-chart, .bio-desk {
    float: left;
}

.bio-chart {
    width: 40%;
}

.bio-desk {
    width: 60%;
}

    .bio-desk h4 {
        font-size: 15px;
        font-weight: 400;
    }

        .bio-desk h4.terques {
            color: #4CC5CD;
        }

        .bio-desk h4.red {
            color: #e26b7f;
        }

        .bio-desk h4.green {
            color: #97be4b;
        }

        .bio-desk h4.purple {
            color: #caa3da;
        }



/*NEWS PAGE STYLING*/



/* Blog 
---------------------*/
.blog-grid {
    margin-top: 15px;
    margin-bottom: 15px;
}

    .blog-grid .blog-img {
        position: relative;
        border-radius: 5px;
        overflow: hidden;
    }

        .blog-grid .blog-img .date {
            position: absolute;
            background: #3a3973;
            color: #ffffff;
            padding: 8px 15px;
            left: 0;
            top: 10px;
            font-size: 14px;
        }

    .blog-grid .blog-info {
        box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
        border-radius: 5px;
        background: #ffffff;
        padding: 20px;
        margin: -30px 20px 0;
        position: relative;
    }

        .blog-grid .blog-info h5 {
            font-size: 22px;
            font-weight: 500;
            margin: 0 0 10px;
        }

            .blog-grid .blog-info h5 a {
                color: #3a3973;
            }

        .blog-grid .blog-info p {
            margin: 0;
        }

        .blog-grid .blog-info .btn-bar {
            margin-top: 20px;
        }

.px-btn-arrow {
    padding: 0 50px 0 0;
    line-height: 20px;
    position: relative;
    display: inline-block;
    color: #fe4f6c;
    -moz-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    -webkit-transition: ease all 0.3s;
    transition: ease all 0.3s;
}


    .px-btn-arrow .arrow {
        width: 13px;
        height: 2px;
        background: currentColor;
        display: inline-block;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 25px;
        -moz-transition: ease right 0.3s;
        -o-transition: ease right 0.3s;
        -webkit-transition: ease right 0.3s;
        transition: ease right 0.3s;
    }

        .px-btn-arrow .arrow:after {
            width: 8px;
            height: 8px;
            border-right: 2px solid currentColor;
            border-top: 2px solid currentColor;
            content: "";
            position: absolute;
            top: -3px;
            right: 0;
            display: inline-block;
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }



.form-control::placeholder {
    font-size: 0.95rem;
    color: #aaa;
    font-style: italic;
}
