@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&display=swap");
button:focus {
    outline: none;
}

@font-face {
    font-family: font-lato-black;
    src: url(../font/Lato/Lato-Black.ttf);
}

@font-face {
    font-family: font-lato;
    src: url(../font/Lato/Lato-Regular.ttf);
}

@font-face {
    font-family: font-lato-bold;
    src: url(../font/Lato/Lato-Bold.ttf);
}

@font-face {
    font-family: font-lato-light;
    src: url(../font/Lato/Lato-Light.ttf);
}

@font-face {
    font-family: font-myriad-bold;
    src: url(../font/myriad-pro/MYRIADPRO-BOLD.OTF);
}

@font-face {
    font-family: font-myriad;
    src: url(../font/myriad-pro/MYRIADPRO-REGULAR.OTF);
}

.font-lato-black {
    font-family: "font-lato-black";
}

.font-lato {
    font-family: "font-lato";
}

.font-lato-bold {
    font-family: "font-lato-bold";
}

.font-lato-light {
    font-family: "font-lato-light";
}

.font-myriad-bold {
    font-family: "font-myriad-bold";
}

.font-myriad {
    font-family: "font-myriad";
}

.font-theme {
    color: #01a0c8 !important;
}

.padding-top-50 {
    padding-top: 50px !important;
}

.padding-top-70 {
    padding-top: 70px !important;
}

.padding-top-100 {
    padding-top: 100px !important;
}

.padding-top-150 {
    padding-top: 150px !important;
}

.padding-top-200 {
    padding-top: 200px !important;
}

.padding-top-250 {
    padding-top: 250px !important;
}

.padding-top-300 {
    padding-top: 300px !important;
}

.padding-bottom-50 {
    padding-bottom: 50px !important;
}

.padding-bottom-100 {
    padding-bottom: 100px !important;
}

.padding-bottom-150 {
    padding-bottom: 150px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-top-100 {
    margin-top: 100px !important;
}

.margin-top-150 {
    margin-top: 150px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-bottom-100 {
    margin-bottom: 100px !important;
}

.margin-bottom-150 {
    margin-bottom: 150px !important;
}

.font-bold {
    font-weight: 600;
}

.font-20 {
    font-size: 20px;
}

.font-40 {
    font-size: 40px;
}

.pointer {
    cursor: pointer;
}


/* nav top */

section {
    overflow: hidden;
}

.main-header {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

nav.nav_top {
    background: white;
    width: 100%;
    border-bottom: 1px solid rgb(231 230 230 / 65%);
}

.nav_top_a {
    color: #4b4b47;
    font-size: 14px;
}

.nav_top_a .nav_top_item {
    margin-left: 20px;
    vertical-align: middle;
}

.nav_top_item p {
    color: #4b4b47;
    font-size: 14px;
}

.nav_top .nav_top_item .dropdown-item:hover {
    color: #1dcedb;
    text-decoration: none;
    background-color: #f8f9fa;
}

.nav_top_item .nav_top__btn {
    color: #4b4b47;
    display: inline-block;
    padding: 0px 10px;
    font-size: 20px;
    margin-bottom: 0;
    transition: all 0.2s ease;
}

.nav_top_item .nav_top__btn:hover {
    background-color: #1dcedb;
    color: white !important;
}

.nav_top_item .nav_top__btn .nav_top_btn_text {
    display: inline-block;
    font-size: 14px;
    transform: skew(28deg);
    font-weight: 600;
}

.nav_top_item .nav_top_a:hover {
    color: #1dcedb;
    transition: all 0.2s ease-in-out;
}

.nav_top .dropdown:hover .menu_dropdown {
    display: block !important;
}


/*navbar*/

.main_navigation {
    background-color: white;
}

.main_navigation.fixed-top {
    transition: all 0.8s ease-in-out;
}

.main_navigation .nav-link {
    color: black;
    font-weight: 500;
    font-size: 12px !important;
}

.main_navigation .navbar-nav .dropdown:hover .menu_dropdown {
    display: block !important;
}

.main_navigation .navbar-nav .dropdown-item:hover {
    color: #1dcedb;
    text-decoration: none;
    background-color: #f8f9fa;
}

.find_link {
    border: 1px solid gray;
}

.main_navigation .collapse .nav-item:hover .nav_btn {
    background-color: #1dcedb;
    border-color: #1dcedb;
    color: white !important;
}

.main_logo {
    width: 165px;
}

.main_navigation .collapse .nav-link {
    padding: 25px 12px;
    position: relative;
}

.main_navigation .collapse .nav_btn {
    padding: 10px 15px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    color: black !important;
    font-weight: 700;
}

.btn_nav_search {
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white !important;
}

.main_navigation .collapse .nav-item:hover .btn_search {
    border: 2px solid #1dcedb !important;
    background-color: white !important;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #1dcedb !important;
}

.main_navigation .nav-link::after {
    content: "";
    border-bottom: 3px solid #1dcedb;
    display: inline-block;
    width: 35%;
    height: 5px;
    opacity: 0;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.main_navigation .nav-link:hover::after,
.main_navigation .nav-link.active::after,
.main_navigation .nav-item.active .nav-link::after {
    opacity: 1;
}

.btn-nav {
    background-image: linear-gradient( to top right, #00a0c7 30%, #00a0c799 67%, #00a0c7 100%);
    color: white !important;
    border-radius: 56px;
    background-size: 200% auto;
    color: white !important;
    border-radius: 56px;
    margin: auto;
    /* margin: 14px; */
    font-weight: 500 !important;
    letter-spacing: 2px;
    /* font-family: lato; */
    font-size: 14px !important;
    padding: 12px 20px !important;
    transition: all 0.3s ease-in-out;
}

.btn-nav:hover {
    background-position: right center;
}

.main_navigation .nav-link.btn-nav::after {
    display: none !important;
}

.main_navigation .nav-link.btn-nav2::after {
    display: none !important;
}

.btn-nav2 {
    background-image: linear-gradient( to top right, #2f2f2b 30%, #4b4b47b0 67%, #4b4b47 100%);
    background-size: 200% auto;
    color: white !important;
    border-radius: 56px;
    margin: auto;
    /* margin: 14px; */
    font-weight: 500 !important;
    letter-spacing: 2px;
    /* font-family: lato; */
    font-size: 14px !important;
    padding: 12px 20px !important;
    transition: all 0.3s ease-in-out;
}

.btn-nav2:hover {
    background-position: right center;
}

.hero-bg {
    padding: 100px 0px;
    margin-top: 100px;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-main h1 {
    color: white;
    text-transform: uppercase;
}

.hero-main h3 {
    color: white;
    text-transform: capitalize;
    letter-spacing: 2.5px;
}

.hero-main p {
    color: white;
}

.brand-slider.owl-carousel .item {
    margin: 10px 10px;
    width: 80%;
}

.brand-slider.owl-carousel .owl-item img {
    width: 60%;
    filter: grayscale();
    transition: all 0.3s ease-in-out;
}

.brand-slider.owl-carousel .owl-item:hover img {
    filter: none;
}

.brand-slider.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.service_bg {
    background: linear-gradient(to top, #07070791, #044255b8), url("../imgs/services_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.service_bg .service-header {
    padding-bottom: 50px;
}

.service_bg .service-header h3 {
    text-transform: uppercase;
    margin-bottom: 0;
    color: white;
}

.service_bg .service-header h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
    color: white;
}

.service-main-card {
    background-color: white;
    padding: 20px 0px;
    margin-bottom: 30px;
    box-shadow: 0px 7px 12px 8px #0000003d;
}

.border-card {
    border-right: 2px solid #acacac !important;
}

.service-main-card .card {
    border: 0;
    box-shadow: 0;
    border-radius: 0;
}

.service-main-card .card .card-body {
    padding: 20px 46px 20px 26px;
}

.service-main-card .card .card-body h4 {
    color: #00a0c7;
    text-transform: uppercase;
}

.service-main-card .card .card-body .card-heading {
    position: relative;
    margin-bottom: 25px;
}

.service-main-card .card .card-body .card-heading::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    left: 0;
    bottom: -25%;
    background-color: #555555;
}

.btn-theme {
    background-image: linear-gradient( to top right, #00a0c7 30%, #00a0c799 67%, #00a0c7 100%);
    background-size: 200% auto;
    transition: all 0.3s ease-in-out;
    color: white !important;
    border-radius: 56px;
    margin: auto;
    /* margin: 14px; */
    text-transform: uppercase;
    font-weight: 500 !important;
    /* font-family: lato; */
    font-size: 14px !important;
    padding: 8px 23px !important;
}

.btn-theme:hover {
    background-position: right center;
}

.headline_bg {
    background-color: white;
    padding: 20px 0px;
}

.btn-theme-black {
    font-size: 15px;
    text-transform: uppercase;
    border: 2px solid black;
    border-radius: 0;
    padding: 10px 40px;
    transition: all 0.3s ease-in-out;
    box-shadow: 1px 5px 10px 0px #00000036;
}

.btn-theme-black:hover {
    background-color: black;
    color: white;
}

.features_bg {
    padding: 70px 0px;
    background: #00a0c7;
}

.features-main p {
    color: white;
    margin-top: 30px;
}

.features-main h5 {
    color: white;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid white;
}

.video-magnified {
    background: black;
    height: 240px;
    width: 400px;
    margin: auto;
    position: relative;
}

.video-magnified .play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.about-us-main h4 {
    color: #00a0c7;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 36px;
}

.about-us-main h3 {
    color: #00a0c7;
}

.about-us-main h3 span {
    color: black;
}

.about-us-main h5 {
    color: black;
    margin-bottom: 10px;
}

.about-us-main p {
    color: black;
}

.about-us-main .about-us-note {
    font-size: 20px;
    color: #00a0c7;
}

.clients_bg {
    border-top: 1px solid black;
}

.client-main {
    padding-top: 150px;
}

.client-main .card {
    border-radius: 0;
    border: 0;
    background-color: #00a0c7;
    position: relative;
}

.client-main .card h3 {
    color: white;
}

.client-main .card h4 {
    color: white;
    font-style: italic;
}

.client-main .client-card-content {
    margin-top: 20px;
}

.client-main .client-card-content span {
    font-size: 70px;
    color: white;
}

.client-main .client-card-content .card-quote-upper {
    margin-top: -35px;
}

.client-main .card .card-img {
    margin-top: -130px;
}

.client-main .card .card-img img {
    border-radius: 50%;
    height: 170px;
    box-shadow: 0px 4px 7px 2px #0000004f;
    background-color: white;
}

.btn-client {
    color: white !important;
    border-radius: 10px;
    padding: 8px 16px;
    background-image: linear-gradient( to top right, #00a0c7 30%, #00a0c799 67%, #00a0c7 100%);
    background-size: 200% auto;
    transition: all 0.3s ease-in-out;
}

.btn-client:hover {
    background-position: right center;
}

.social_bg {
    background: linear-gradient(to top, #0000009c, #0000009c), url(../imgs/add_on_bg.png);
    background-size: cover;
    background-position: center;
}

.social-heading {
    padding-top: 100px;
    padding-bottom: 200px;
}

.social-heading h1 {
    font-size: 120px;
    color: white;
}

.social-content-header {
    background-color: #00a0c7e0;
    padding: 30px 20px;
    min-height: 330px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.social-content-header .social-content-img {
    height: 95px;
    width: 100px;
    text-align: center;
}

.social-content-header h1 {
    color: white;
    text-transform: uppercase;
}

.social-main {
    margin-top: -100px;
}

.social-content p {
    font-size: 17px;
    margin-top: 25px;
}

.social-media-bg {
    background-color: #00a0c7;
    padding: 20px 0px;
}

.social-media-bg i {
    line-height: 50px;
    color: #00a0c7;
    width: 50px;
    font-size: 25px;
    box-shadow: 0px 3px 6px 1px #00000063;
    border-radius: 50%;
    background: white;
    height: 50px;
    margin-bottom: 10px;
}

.social-media-bg p a {
    font-size: 16px;
    color: black;
}

.social-media-bg p {
    font-size: 16px;
    color: black;
}

.social-company-bg {
    padding: 50px 0px;
}

.social-company-main h1 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.social-company-main p {
    color: black;
    text-align: center;
    margin-bottom: 50px;
}

.testimonail-bg {
    background-color: #f2f2f2;
    padding: 50px 0px;
}

.testimonail-header h1 {
    text-transform: capitalize;
    margin-bottom: 50px;
}

.testimonial-carousel {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.testimonial-carousel .owl-item img {
    max-width: 120px !important;
    margin: auto;
}

.testimonials-wrapper {
    width: 95%;
    max-width: 500px;
    margin: 0 auto;
}

.testimonials-wrapper .testimonials-wrapper-content {
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    position: relative;
    padding: 30px;
    color: white;
    border-radius: 25px;
    background: #00a0c7;
    box-shadow: 5px 5px 5px 0 rgba(23, 23, 25, 0.3);
}

.testimonials-blob,
.testimonials-img {
    border-radius: 100%;
}

.arrow::after {
    top: 100%;
    width: 0;
    content: "";
    height: 0;
    left: 50%;
    border-top: 20px solid #00a0c7;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    margin: 0;
    transform: translateX(-20px);
    position: absolute;
}

.testimonials-img {
    position: relative;
    left: 50%;
    overflow: hidden !important;
    width: 100px;
    height: 100px;
    margin-top: 50px;
    margin-bottom: 10px;
    margin-left: -50px;
    border: 3px solid white;
    box-shadow: 0px 5px 18px 2px #00000040;
    transition: all ease-out 0.5s;
    transform: translateY(-30%);
    filter: brightness(2);
}

.testimonial-carousel .active .testimonials-img {
    transform: translateY(0);
    filter: brightness(1);
}

.testimonial-carousel {
    overflow: hidden;
    cursor: grab;
}

.testimonial-carousel:active {
    cursor: grabbing;
}

.testimonial-carousel .owl-item {
    overflow: hidden;
    transition: all ease-out 0.3s;
    transform: scale(0.7);
    opacity: 0;
}

.testimonial-carousel .owl-item.active {
    transform: scale(1);
    opacity: 1;
}

.testimonial-carousel .owl-dots .owl-dot span {
    background-color: #2f302b;
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}

.testimonial-carousel .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #00a0c7 !important;
    transform: scale(1.5);
}

.blue-bg-line {
    padding: 5px 0px;
    background-color: #00a0c7;
}

.marketing-content-header {
    background-color: #00a0c7e0;
    padding: 30px 20px;
    height: 270px;
    margin-bottom: 30px;
}

.marketing-content-header .marketing-content-img {
    height: 95px;
    width: 100px;
    text-align: center;
    margin: auto;
}

.marketing-content-header h1 {
    color: white;
    text-transform: uppercase;
}

.social-managemnt-bg {
    padding: 50px 0;
    background: url(../imgs/smm_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.social-managemnt-heading h3 {
    text-transform: uppercase;
    color: #00a0c7;
    margin-bottom: 20px;
}

.btn-more {
    background-color: white;
    color: black;
    border-radius: 20px;
    text-transform: uppercase;
    padding: 8px 40px;
    transition: all 0.3s ease-in-out;
}

.btn-more:hover {
    background-color: black;
    color: white;
}

.headline_bg_2 {
    background-color: #00a0c7;
    padding: 20px 0px;
}

.btn-theme-white {
    font-size: 15px;
    text-transform: uppercase;
    border: 2px solid white;
    border-radius: 0;
    background-color: #00a0c7;
    color: white;
    padding: 10px 40px;
    transition: all 0.3s ease-in-out;
    box-shadow: 1px 5px 10px 0px #00000036;
}

.btn-theme-white:hover {
    background-color: white;
    color: #00a0c7;
}

@media screen and (max-width: 500px) {
    .border-card {
        border-right: 0 !important;
        border-bottom: 2px solid #acacac !important;
    }
    .service-main-card {
        margin: 0px;
        margin-bottom: 30px;
    }
    .client-main .client-card-content span {
        font-size: 50px;
    }
    .client-main .client-card-content .card-quote-down {
        margin-top: 50px;
    }
    .contact-main .contact-img {
        display: none !important;
    }
    .contact-main .contact-form {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        padding: 16px 20px !important;
        border-radius: 20px !important;
    }
    .contact-main .contact-form .form .form-group-item {
        display: flex;
        flex-direction: column;
        width: 100% !important;
    }
    .video-magnified {
        height: 160px !important;
        width: 290px !important;
    }
    .main_navigation .collapse .nav-link {
        padding: 0.7rem 1rem !important;
    }
    .social-heading h1 {
        font-size: 40px !important;
    }
    .hero-bg {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 900px) and (min-width: 501px) {
    .client-main .client-card-content span {
        font-size: 50px;
    }
    .social-heading h1 {
        font-size: 70px !important;
    }
    .middle_straight_line {
        background: none !important;
    }
    .client-main .client-card-content .card-quote-down {
        margin-top: 50px;
    }
    .video-magnified {
        height: 200px !important;
        width: 340px !important;
    }
    .contact-main .contact-img {
        display: none !important;
    }
    .contact-main .contact-form {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        padding: 16px 20px !important;
        border-radius: 20px !important;
    }
    .contact-main .contact-form .form .form-group-item {
        display: flex;
        flex-direction: column;
        width: 100% !important;
    }
}

.digital_marketing_main {
    padding: 50px 0px;
    background-color: white;
}


/* .digital_marketing_main p {
                    color: black;
                    line-height: 2px;
                } */

.digital_marketing h3 {
    letter-spacing: 1.5;
}

.digital_marketing h3 span {
    color: #00a0c7;
}

.digital_marketing_main h1 span {
    color: #00a0c7;
}

.digital_marketing .middle_straight_line {
    background: url("../imgs/middle-line.png");
    background-repeat: no-repeat;
    background-position: 620px;
    background-size: contain;
}

.digital_marketing .middle_straight_line_2 {
    background: url(../../img/app/creative_straight_line.png);
    background-repeat: no-repeat;
    background-position: 15px;
}

.digital_marketing_services {
    background-color: #01a0c8;
    padding: 13px 26px;
    /* height: 20px; */
    border-radius: 50%;
    color: white;
    font-size: 30px;
    font-weight: 500;
    box-shadow: 0px 2px 10px rgba(44, 41, 110, 0.7);
}

.digital_marketing_services_2 {
    background-color: #2c296e;
    color: white;
    padding: 20px 30px;
    border-radius: 50%;
    font-size: 26px;
    font-weight: 500;
    border: 3px solid #2c296e;
    box-shadow: 0px 2px 10px rgba(44, 41, 110, 0.7);
}

.social-services-bg {
    background-color: #e8e8e8;
    padding: 100px 0px;
}

.social-services-main h1 {
    margin-bottom: 30px;
}

.contact_bg {
    background: linear-gradient(to top, #07070782, #000000c7), url(../imgs/counter_bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 100px 0px;
}

.contact-main .contact-img {
    display: flex;
    height: 100%;
    background-color: #f2bda5;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.contact-main .contact-img img {
    max-width: 100%;
}

.contact-main .contact-form {
    display: flex;
    flex-direction: column;
    padding: 30px 40px;
    background-color: white;
    border-radius: 0px;
}

.contact-main .contact-form .form .form-group-item i {
    position: absolute;
    left: 4%;
    top: 60%;
    color: #00a0c7;
}

.contact-main .contact-form h1 {
    color: #00a0c7;
}

.contact-main .contact-form .form {
    display: flex;
    flex-wrap: wrap;
    margin-top: 55px;
}

.contact-main .contact-form .form .form-group {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.contact-main .contact-form .form .form-group-item {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding-left: 10px;
    position: relative;
    padding-right: 10px;
    margin-bottom: 25px;
}

.contact-main .contact-form .form .form-group-item label {
    font-size: 14px;
    font-weight: bold;
    color: #2f302b;
    margin-bottom: 7px;
    margin-left: 5px;
}

.contact-main .contact-form .form .form-group-item:focus-within label {
    color: #00a0c7;
}

.contact-main .contact-form .form .form-group-item input {
    height: 40px;
    border-bottom: 1.5px solid #e8e8e8;
    padding-left: 40px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    padding-right: 20px;
    background: transparent;
    /* border: 0; */
    border-radius: 0px;
    outline: 0;
    transition: ease-out 200ms;
}

.contact-main .contact-form .form .form-group-item input::-webkit-input-placeholder {
    color: #2f302b;
    font-size: 13px;
}

.contact-main .contact-form .form .form-group-item input:focus {
    border: 2px solid#00a0c7;
    color: #00a0c7;
}

.contact-main .contact-form .form .form-group-item input:focus::-webkit-input-placeholder {
    color: #00a0c7;
}

.contact-main .contact-form .form .terms {
    display: flex;
    align-items: center;
    width: 100%;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 25px;
}

.contact-main .contact-form .form .terms input {
    display: none;
}

.contact-main .contact-form .form .terms input+*::before {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    border-radius: 5px;
    border: 2px solid #2f302b;
    transition: ease-out 200ms;
    cursor: pointer;
    margin-right: 10px;
    font-style: normal;
}

.contact-main .contact-form .form .terms input:checked+* {
    color: #00a0c7;
}

.contact-main .contact-form .form .terms input:checked+*::before {
    content: "✓";
    color: #00a0c7;
    text-align: center;
    border-color: #00a0c7;
}

.contact-main .contact-form .form .terms label {
    display: flex;
    flex-wrap: wrap;
    margin-left: 10px;
    font-style: italic;
    cursor: pointer;
    color: #2f302b;
}

.contact-main .contact-form .form .terms label a {
    color: #00a0c7;
    margin-left: 4px;
    margin-right: 4px;
}

.footer-bg {
    background-color: #1a1a1a;
    padding: 70px 0px;
    background: url("../imgs/footer_bg.jpg");
}

footer p {
    color: #ffffff;
}

.footer-a h5 {
    color: white;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footer-a ul li a {
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

.footer-a ul li {
    margin-bottom: 15px;
}

.footer-a ul li:hover a {
    text-decoration: none;
    color: #01a0c8;
}

@media (min-width: 768px) {
    .main-header.is-scrolled {
        -webkit-transform: translateY(-32px);
        transform: translateY(-32px);
    }
}

.rating [data-active="true"] {
    color: #ffd700;
}

.rating i {
    font-size: 18px;
    margin-left: 3px;
}

.bg_owl_img1 {
    background: linear-gradient( 44deg, rgb(0 0 0 / 46%) 42%, rgb(23 23 23 / 0%) 63%), url(https://images.pexels.com/photos/4144923/pexels-photo-4144923.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940);
    min-height: 80vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg_owl_img2 {
    background: linear-gradient( 44deg, rgb(0 0 0 / 46%) 42%, rgb(23 23 23 / 0%) 63%), url(../imgs/hero_bg.png);
    min-height: 80vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg_owl_img3 {
    background: linear-gradient( 44deg, rgb(0 0 0 / 46%) 42%, rgb(23 23 23 / 0%) 63%), url(../imgs/services_bg.jpg);
    min-height: 80vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.owl-header .owl-nav {
    position: absolute;
    top: 50%;
    z-index: 1;
    left: 0;
    right: 0;
}

.owl-header .owl-nav button:focus {
    outline: 0;
}

.owl-header .owl-nav .owl-prev {
    position: absolute;
    width: 46px;
    height: 96px;
    /* top: 49%; */
    /* transform: translate(9px, 10px); */
    /* line-height: 52px; */
    font-size: 60px !important;
    color: #cfcfcf !important;
    background-color: rgb(54 54 54 / 63%) !important;
    left: 10px !important;
    text-align: center;
}

.owl-header .owl-nav .owl-prev span {
    position: absolute;
    top: -4%;
    left: 32%;
}

.owl-header .owl-nav .owl-next {
    position: absolute;
    width: 46px;
    height: 96px;
    font-size: 60px !important;
    color: #cfcfcf !important;
    background-color: rgb(54 54 54 / 63%) !important;
    right: 10px !important;
    text-align: center;
}

.owl-header .owl-nav .owl-next span {
    position: absolute;
    top: -4%;
    right: 32%;
}


/* 
.owl-prev:hover,
.owl-next:hover {
    background-color: red;
    color: white;
}

.owl-next {
    left: auto;
    right: 22%;
    
} */

.owl-header .owl-nav {
    position: absolute;
    top: 50%;
    z-index: 1;
    left: 0;
    right: 0;
}

.owl-header .owl-nav button:focus {
    outline: 0;
}

.owl-header .owl-nav .owl-prev {
    position: absolute;
    width: 46px;
    height: 96px;
    /* top: 49%; */
    /* transform: translate(9px, 10px); */
    /* line-height: 52px; */
    font-size: 60px !important;
    color: #cfcfcf !important;
    background-color: rgb(54 54 54 / 63%) !important;
    left: 10px !important;
    text-align: center;
}

.owl-header .owl-nav .owl-prev span {
    position: absolute;
    top: -4%;
    left: 32%;
}

.owl-header .owl-nav .owl-next {
    position: absolute;
    width: 46px;
    height: 96px;
    font-size: 60px !important;
    color: #cfcfcf !important;
    background-color: rgb(54 54 54 / 63%) !important;
    right: 10px !important;
    text-align: center;
}

.owl-header .owl-nav .owl-next span {
    position: absolute;
    top: -4%;
    right: 32%;
}


/* .owl-prev:hover,
.owl-next:hover {
    background-color: red;
    color: white;
}

.owl-next {
    left: auto;
    right: 22%;
} */


/*----------------------------------------*/


/*  05. Services
/*----------------------------------------*/

.service__block {
    padding-right: 0px;
    background-color: #ffffff;
}

.service__block--h3 {
    padding: 50px 35px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .service__block--h3 {
        padding: 50px 30px;
    }
}

.service__block--h3 p {
    line-height: 30px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.service__block--h3:hover {
    background: #00a0c7;
}

.service__block--h3:hover p,
.service__block--h3:hover i::before,
.service__block--h3:hover a,
.service__block--h3:hover h4 {
    color: white !important;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.service__block--h3 .link-more {
    color: black;
    font-weight: bold;
}

.service__block--h3 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 330px;
    z-index: -1;
}

.service__block--h4 {
    padding: 60px 41px;
    border: 1px solid #e2e2e2;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .service__block--h4 {
        padding: 60px 30px;
    }
}

.service__block--h4:hover {
    background-color: white;
    box-shadow: 0px 10px 32px 0px rgba(197, 197, 197, 0.4);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border: 1px solid transparent;
}

.service__block--h5 {
    padding: 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.service__block--h5:hover .service__thumb--h5 img {
    transform: scale(1.1) rotate(5deg);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.service__block--h6 {
    background: #393657;
}

.service__icon--h3 {
    position: static;
    display: inline-block;
    margin-bottom: 30px;
}

.service__icon {
    font-size: 32px;
}

.service__content--h2 {
    z-index: 11;
    position: absolute;
    bottom: 0;
    padding: 30px 40px 30px;
    width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .service__content--h2 {
        padding: 30px 30px 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .service__content--h2 {
        padding: 30px 25px 30px;
    }
}

@media (max-width: 767px) {
    .service__content--h2 {
        padding: 30px 25px 15px;
    }
}

.service__content--h2 span {
    display: inline-block;
}

.service__content--h2 span::before {
    font-size: 65px;
}

@media (max-width: 767px) {
    .service__content--h2 span::before {
        font-size: 40px;
    }
}

.service__content--h2 h4 {
    margin-bottom: 4px;
}

@media (max-width: 767px) {
    .service__content--h2 h4 {
        font-size: 18px;
    }
}

.service__content--h2 p {
    margin-bottom: 9px;
    color: #ffffff;
}

.service__content--h2 a i {
    font-size: 28px;
}

.service__content--h2 a:hover i {
    color: #c0bce9;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.service__block--h2 {
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -ms-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}

.service__block--h2:hover img {
    transform: scale(1.2) rotate(5deg);
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -ms-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}

.service__thumb--h2::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    bottom: 0;
    top: 0;
    left: 0;
    background-image: -moz-linear-gradient( 90deg, rgba(34, 31, 60, 0.96863) 0%, rgba(34, 31, 60, 0.65) 43%, rgba(34, 31, 60, 0.48) 65%, rgba(34, 31, 60, 0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(4 161 198 / 89%) 0%, rgb(0 58 71 / 29%) 43%, rgba(34, 31, 60, 0.48) 65%, rgba(34, 31, 60, 0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(34, 31, 60, 0.96863) 0%, rgba(34, 31, 60, 0.65) 43%, rgba(34, 31, 60, 0.48) 65%, rgba(34, 31, 60, 0) 100%);
    z-index: 1;
}

.service__thumb--h2 img {
    width: 100%;
    transition: 0.6s;
}

.service__content--h2 h4 a {
    font-size: 24px;
    color: white;
    font-weight: 700;
}

.service__content--h2 i {
    font-size: 30px;
    color: white;
    margin-bottom: 20px;
}

.faq-card .card-header {
    background-color: white;
    border: 0;
}

.faq-card .card-header h5 a {
    color: #333;
    font-weight: 600;
    font-family: "font-lato";
    font-size: 18px;
}

.faq-card .card-body {
    border-top: 1px solid rgb(206, 206, 206);
}

.faq-card .card-body p {
    font-size: 17px;
    font-family: "font-myriad";
}

.counter-main i {
    font-size: 40px;
    color: #00a0c7;
}

.counter-main .count {
    font-size: 70px;
    color: white;
    font-family: "font-myriad-bold";
}

.counter-main h3 {
    font-size: 22px;
    font-family: "font-myriad";
    color: #ffffff;
}

.counter_bg {
    background: linear-gradient( 180deg, rgb(0 0 0 / 65%) 42%, rgba(0, 0, 0, 0.85) 63%), url(../imgs/counter_bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding: 70px 0px;
    background-position: center;
    background-repeat: no-repeat;
}

.services-area .single-services {
    padding: 60px 50px 60px 50px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background: #f8fafe;
    position: relative;
    border-radius: 5px;
}

.services-area .single-services:hover {
    background: #00a0c7;
}

.services-area .custom-tabs .nav-item.show .nav-link,
.services-area .custom-tabs .nav-link.active {
    color: #ffffff;
    background-color: #00a0c7;
    border-color: #00a0c7 #00a0c7 #00a0c7;
}

.services-area .custom-tabs .nav-link {
    border: 2px solid #00a0c7;
    color: black;
    border-radius: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .services-area .single-services {
        padding: 26px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-area .single-services {
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .services-area .single-services {
        padding: 30px;
    }
}

.services-area .single-services .services-icon span {
    font-size: 54px;
    margin-bottom: 23px;
    display: block;
    color: #000;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.services-area .single-services .services-caption h4 {
    color: #191d34;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 25px;
    display: inline-block;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .services-area .single-services .services-caption h4 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .services-area .single-services .services-caption h4 {
        font-size: 19px;
    }
}

.services-area .single-services .services-caption p {
    line-height: 25px;
}

.services-area .single-services::before {
    background-image: url(../img/service/services_bg.png);
    content: "";
    position: absolute;
    min-width: 221px;
    height: 216px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

@media (max-width: 767px) {
    .services-area .single-services::before {
        display: none;
    }
}

.single-services:hover::before {
    right: -12px;
    bottom: -12px;
}

.single-services:hover .services-icon span,
.single-services:hover .services-caption h4,
.single-services:hover .services-caption p {
    color: #ffffff;
}

.section-tittle h2 {
    color: #191d34;
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .section-tittle h2 {
        font-size: 39px;
        line-height: 1.3;
        margin-bottom: 30px;
    }
}

.tab-content>.active {
    display: flex;
}

.services-area .services-inner-list li {
    margin-bottom: 25px;
    font-family: "font-lato";
    list-style: circle;
}

.main-one {
    min-height: 100vh;
}

.section-one {
    position: relative;
    height: 100%;
    flex: 1;
    padding: 1rem;
    transform: scale(1);
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
    width: 100%;
    /* background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)),url('../imgs/social_bg.jpg');
                transition: all 0.4s ease-in-out;
                height: 100%; */
}

.section-two {
    position: relative;
    height: 100%;
    flex: 1;
    padding: 1rem;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    width: 100%;
}


/* .section-one:hover{
                background: linear-gradient(rgba(212, 211, 211, 0.85), rgba(0, 0, 0, 0.85)),url('../imgs/social_bg.jpg');
                opacity: 2;
              
            } */

.section-two .content-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    left: 45%;
    top: 50%;
    transform: translate(-40%, -50%);
}

.section-one .content-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 65%)), url(../imgs/hero-1.jpg);
    background-size: cover;
    background-position: center; */
    /* background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)),url('../imgs/social_bg.jpg'); */
    /* transition: all 0.4s ease-in-out;
                height: 100%;
                -webkit-transition: all 0.4s ease-in-out 0s;
                -moz-transition: all 0.4s ease-in-out 0s;
                transition: all 0.4s ease-in-out 0s; */
}

.section-one:hover {
    transform: scale(0.95);
}

.section-two:hover {
    transform: scale(0.95);
}

.logo-img {
    position: relative;
    width: 250px;
}

.logo-img-alt {
    width: 220px;
}

.section-one h2 {
    color: white;
    /* font-family: Raleway; */
    font-weight: 600;
    text-align: center;
    margin: 15px 0px 30px;
}

.section-two h2 {
    color: white;
    /* font-family: Raleway;*/
    font-weight: 600;
    text-align: center;
    margin: 15px 0px 30px;
}

.btn-theme-alt {
    padding-left: 3em;
    padding-right: 3em;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    border-radius: 50px;
    background-size: 200% auto;
    font-size: 16px;
    border: 0;
    font-weight: 800;
    transition: all 0.3s ease-in-out;
    color: white;
    background-image: linear-gradient( to top right, #00a0c7 30%, #00a0c799 67%, #00a0c7 100%);
}

.btn-theme-alt:hover {
    color: white;
    background-position: right center;
    text-decoration: none;
}

.border-line:after {
    position: absolute;
    content: "";
    width: 3px;
    height: 100vh;
    left: 50%;
    background: linear-gradient( to top right, #00a0c7 30%, #37daff 67%, #00a0c7 100%);
}

.social-icons {
    display: flex;
    margin-top: 50px;
}

.social-icons li {
    list-style: none;
}

.social-icons li a {
    width: 65px;
    height: 65px;
    background-color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 25px;
    margin: 0 10px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 3px solid #fff;
    z-index: 1;
}

.social-icons li a .icon {
    position: relative;
    color: #00a0c7;
    transition: 0.5s;
    z-index: 3;
}

.social-icons li a:hover .icon {
    color: #fff;
    transform: rotateY(360deg);
}

.social-icons li a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f00;
    transition: 0.5s;
    z-index: 2;
}

.social-icons li a:hover:before {
    top: 0;
}

.social-icons li:nth-child(1) a:before {
    background: #3b5999;
}

.social-icons li:nth-child(2) a:before {
    background: #dc2d75;
}

.social-icons li:nth-child(3) a:before {
    background: #0077b5;
}

.social-icons li:nth-child(4) a:before {
    background: #dd4b39;
}

@media screen and (max-width: 500px) {
    .section-two h2 {
        margin: 15px 10px 30px;
    }
    .section-one h2 {
        margin: 15px 10px 30px;
    }
    .social-icons {
        display: flex;
        position: relative;
        padding: 10px 0px 30px;
    }
    .social-icons li a {
        margin: 0 5px;
    }
    .section-one .content-overlay {
        left: 0% !important;
        transform: translate(0%, -50%) !important;
    }
    .section-two .content-overlay {
        left: 0% !important;
        transform: translate(0%, -50%) !important;
    }
    .main_navigation .nav-link::after {
        bottom: 0;
    }
}

canvas {
    display: block;
    vertical-align: bottom;
}


/* ---- particles.js container ---- */

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #232741;
    background: linear-gradient(rgb(0 0 0 / 83%), rgb(29 29 29 / 69%)), url(../imgs/hero-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#particles-js-2 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgb(0 0 0 / 83%), rgb(29 29 29 / 69%)), url(../imgs/hero-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


/* ---- stats.js ---- */

.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13e8e9;
    font-size: 0.8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}


/* Year to year */

.year-head {
    text-align: center;
    margin-bottom: 80px;
    font-family: "Nunito", sans-serif;
}

.year-head h6 {
    line-height: 30px;
    color: #3b3663;
    text-transform: uppercase;
}

.year-head h2 {
    line-height: 38px;
    font-weight: 800;
    font-size: 30px;
}

.year-head p {
    line-height: 1.5;
}

.line {
    position: relative;
}

.line:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 250px;
    border-radius: 100px;
    border-left: 1px solid rgb(214, 214, 214);
}

.line:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    border-radius: 100px;
}

.year-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 11px;
    padding: 25px 30px;
    box-shadow: 0px 1px 10px 0px rgb(0 0 0 / 5%);
}

.year-content h2 {
    font-size: 18px;
    font-weight: 700;
}

.year-content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

.year h1 {
    font-size: 24px;
    line-height: 0.9;
    margin-bottom: 0;
}


/* Year 1 */

.year-1 .line::after {
    background-color: #42cd83;
    animation-name: glow;
    animation-duration: 8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-delay: 6s;
}

.year-1 .year-content {
    border-left: 2px solid #42cd83;
}

.year-1 h1 {
    color: #42cd83;
}


/* Year 2 */

.year-2 .line::after {
    background-color: #f29111;
    animation-name: glow2;
    animation-duration: 8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-delay: 8s;
}

.year-2 .year-content {
    border-right: 2px solid #f29111;
}

.year-2 h1 {
    color: #f29111;
}


/* Year 3 */

.year-3 .line::after {
    background-color: #7164ea;
    animation-name: glow3;
    animation-duration: 8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-delay: 10s;
}

.year-3 .year-content {
    border-left: 2px solid #7164ea;
}

.year-3 h1 {
    color: #7164ea;
}


/* Year 4 */

.year-4 .line::after {
    background-color: #f90bad;
    animation-name: glow4;
    animation-duration: 8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-delay: 12s;
}

.year-4 .year-content {
    border-right: 2px solid #f90bad;
}

.year-4 h1 {
    color: #f90bad;
}


/* Year 5 */

.year-5 .line::after {
    background-color: #00ccff;
    animation-name: glow5;
    animation-duration: 8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-delay: 14s;
}

.year-5 .year-content {
    border-left: 2px solid #00ccff;
}

.year-5 h1 {
    color: #00ccff;
}

.year-container {
    padding: 100px 0 !important;
    background-image: url(../imgs/year-container.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.year-container:before {
    content: "";
    background-image: url(../imgs/cloud.png);
    width: 170%;
    height: 191px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-repeat: repeat;
    background-position: 0 0;
    background-size: auto 100%;
    animation: animatedBackground 20s linear infinite;
}

@keyframes glow {
    0% {
        box-shadow: 0;
    }
    50% {
        box-shadow: 0px 0px 20px 11px #42cd83;
    }
    100% {
        box-shadow: 0;
    }
}

@keyframes glow2 {
    0% {
        box-shadow: 0;
    }
    50% {
        box-shadow: 0px 0px 20px 11px #f29111;
    }
    100% {
        box-shadow: 0;
    }
}

@keyframes glow3 {
    0% {
        box-shadow: 0;
    }
    50% {
        box-shadow: 0px 0px 20px 11px #7164ea;
    }
    100% {
        box-shadow: 0;
    }
}

@keyframes glow4 {
    0% {
        box-shadow: 0;
    }
    50% {
        box-shadow: 0px 0px 20px 11px #f90bad;
    }
    100% {
        box-shadow: 0;
    }
}

@keyframes glow5 {
    0% {
        box-shadow: 0;
    }
    50% {
        box-shadow: 0px 0px 20px 11px #00ccff;
    }
    100% {
        box-shadow: 0;
    }
}

@keyframes animatedBackground {
    0% {
        left: 0;
    }
    100% {
        left: -566px;
    }
}


/* Leadership */

.leadership {
    padding-bottom: 110px;
    position: relative;
    width: 100%;
}

.leadership .container {
    padding: 10px 160px;
}

.leadership-heading {
    font-family: "Nunito", sans-serif;
    margin-bottom: 30px;
}

.leadership-heading h1 {
    font-size: 34px !important;
    font-weight: 800 !important;
}

.leadership-heading p {
    line-height: 1.5;
}

.leadership-icon {
    left: 190px;
    position: absolute;
    top: 10px;
}

.leadership .border-ly:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 80px;
    left: 0;
    height: 100%;
    top: 0;
    background-color: #1dcedb;
    z-index: -1;
}

.leadership .border-lx:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 185px;
    left: 0;
    top: 0;
    height: 80px;
    background-color: #1dcedb;
}

.leadership .border-rx:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 185px;
    right: 0;
    top: 203px;
    height: 80px;
    background-color: #1dcedb;
    z-index: -1;
}

.leadership .border-ry:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 80px;
    right: 0;
    top: 213px;
    height: 60%;
    background-color: #1dcedb;
    z-index: -1;
    height: 60%;
}

.leadership:before {
    background-image: url(../imgs/Leadership-lf.png);
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    left: -1px;
    bottom: -3px;
    height: 100%;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom left;
}

.leadership:after {
    background-image: url(../imgs/Leadership-rt.png);
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    left: 0;
    bottom: 0%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    z-index: -1;
}

.leadership-img {
    margin: 20px 0;
}

.leadership-img img {
    width: 100%;
}

.leadership-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.leadership-text h1 {
    font-size: 21px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 2px;
}

.leadership-text p {
    color: #616466;
    font-size: 13px;
}

.leadership-button a {
    background-color: #1dcedb;
    color: #fff;
    padding: 3px 6px;
    font-size: 16px;
    border-radius: 3px;
    transition: 0.3s ease-in;
}

.leadership-button a:hover {
    background: black;
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
    .leadership-heading {
        margin-top: 90px;
    }
    .leadership .container {
        padding: 10px;
    }
}

@media only screen and (max-width: 550px) {
    .leadership-heading {
        margin-top: 70px;
    }
    .leadership .container {
        padding: 10px;
    }
}