@import url('https://fonts.googleapis.com/css2?family=Abyssinica+SIL&family=Courgette&family=Kaushan+Script&family=Merriweather:wght@300&family=Roboto+Slab:wght@300&family=Rubik:wght@300&family=Staatliches&display=swap');
* {
    margin: 0;
    padding: 0;
}
::selection {
    background-color: #00bbff;
    color: #ffffff;
}
.topheader {
    padding-top: 10px;
    padding-bottom: 10px;
    /* background-color: #17758a; */
    /* background: linear-gradient(to top, #17758a, #17758a, #17758a); */
}
.sub-topheader {
    width: 100%;
    text-align: left;
}
.header-contact a {
    /* color: #ffffffc9; */
    text-decoration: none;
    font-family: 'Abyssinica SIL', serif;
}
/* .header-contact i {
    color: #ffffffc9;
} */
#top-contact {
    display: flex;
    flex-wrap: wrap;
}
#top-contact .header-contact {
    margin-left: 20px;
}
.topheader-link {
    display: flex;
    justify-content: right;
    margin-right: 20px;
    font-family: 'Abyssinica SIL', serif;
}
.top-link a {
    text-decoration: none;
    /* color: #ffffff; */
    font-weight: 400;
    margin-left: 30px;
    border-radius: 5px;
}
.top-link a:hover {
    color: #a9a9a9;
}
@media (max-width: 770px) {
    #top-contact {
        display: flex;
        justify-content: center;
    }
    .sub-topheader {
        text-align: center;
    }
    .header-contact {
        margin-bottom: 10px;
    }
    .topheader-link {
        display: flex;
        justify-content: space-around;
    }
}




/* Fixed Header */
.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
    margin-left: auto;
    margin-right: auto;
}
.fixed .navbar-brand {
    margin-left: 20px;
    width: 100px;
    height: 70px;
}
.navbar {
    background-color: #ffffff !important;
    z-index: 10000 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: 2px solid #0493c7;
}
.nav-link {
    color: #494949 !important;
    font-size: 17px;
    margin-left: 5px;
    position: relative;
    }
.nav-link:hover {
    color: #13b1d5 !important;
    }
.navbar-nav > li{
    padding-left:2px;
    padding-right:2px;
    }
.dropdown-menu {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-top: 2px solid #17758a;
    border-bottom: 0;
}
.dropdown-item {
    color: #525252;
    border-bottom: 2px solid #ffffff;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border-left: 5px solid #ffffff;
}
.dropdown-item:hover {
    border-left: 3px solid #17758a;
    color: #028cbe;
    background-color: #e8f8fc;
    transition: 0.5s;
}






/* Mobile Header */
.navbar-brand {
    margin-left: 20px;
    width: 150px;
    height: 80px;
}
.navbar-toggler i {
    color: #ffffff !important;
}
.offcanvas {
    background-color: #000000b9;
    width: 80%;
}
.btn-close {
    color: #ffffff !important;
    font-weight: bold;
    font-size: 25px;
    opacity: 1 !important;
}
.btn-close i {
    color: #ffffff !important;
    font-size: 30px;
}
#dropdown-mobile {
    background-color: rgba(255, 255, 255, 0.001);
}
#title {
    color: #0493c7;
    font-weight: bold;
}
#mobile-link {
    color: #ffffff !important;
    border-bottom: none;
}
#mobile-link:hover {
    color: #0493c7 !important;
}
.mobile-dropdown .dropdown-menu {
    background-color: inherit;
    border: none;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}
@media (max-width: 992px) {
    .navbar-toggler i {
        color: #0493c7 !important;
    }
}





/* Slider Section */
.carousel-item {
    /* background: linear-gradient(to top, #ffffffbf, #28b3e6c9); */
    /* border-bottom: 2px solid #229beb; */
    /* background-color: #17758a; */
    background: linear-gradient(to top, #17758a, #17758a, #17758a);
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}
.carousel-text {
    margin-top: 20px;
}
.carousel-text img {
    height: 400px;
    width: 100%;
}
.carousel-item .carousel-text h2 {
    margin-top: 50px;
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
    /* text-shadow: 2px 2px 2px #000000; */
    font-family: 'Kaushan Script', cursive;
    text-transform: uppercase;
}
.carousel-item .carousel-text p {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 400;
    color: #ffffffb9;
    font-family: 'Abyssinica SIL', serif;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: #09aeeb;
    border-radius: 20px;
    padding: 20px;
}
.carousel-item .carousel-text .slider-btn {
    border: 1px solid #1feb1f;
    background-color: #1feb1f;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 5px;
    color: #ffffff;
    transition: 0.5s;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    margin-top: 30px;
}
.carousel-item .carousel-text .slider-btn:hover {
    border: 1px solid #ffffff;
    background-color: inherit;
    color: #ffffff;
}
@media(max-width: 770px) {
    .carousel-item {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .carousel-text img {
        height: 200px;
    }
    .carousel-item .carousel-text h2 {
        margin-top: 20px;
        font-size: 23px;
    }
    .carousel-item .carousel-text p {
        margin-top: 20px;
        font-size: 15px;
    }
}






/* Scroll Top */
.scroll-top {
    background-color: #17758a;
    padding: 10px;
    padding-right: 15px;
    padding-left: 15px;
    position: fixed;
    bottom: 0;
    right: 25px;
    z-index: 1000;
    border: 1px solid #17758a;
    /* border-radius: 20px; */
    /* box-shadow: 0 1px 3px #000000; */
}
.scroll-top:hover {
    background-color: #0493c7;
    border: 1px solid #0493c7;
    transition: 0.4s;
}
.scroll-top i{
   color: #ffffff;
   font-size: 20px;
}
@media (max-width: 700px) {
    .scroll-top {
        display: none;
    }
}




/* Title Section */
.row-head {
    text-align: center;
}
.row-head .title-section {
    margin: 5px;
}
.row-head .title-section span {
    margin: 5px;
    font-family: 'Courgette', cursive;
}
.title-section .title-before {
    background: linear-gradient(to left top, #00000059, #0493c7);
    margin-top: 12px;
    width: 100px;
    height: 4px;
    margin-left: auto;
    margin-right: auto;
}
.row-head h4 {
    font-weight: 500;
    color: #292929;
    text-transform: uppercase;
    font-size: 27px;
    font-weight: 500;
    font-family: 'Abyssinica SIL', serif;
}
@media (max-width: 550px) {
    .row-head h4 {
        font-size: 30px;
    }
}
.section-container {
    padding-top: 50px;
    padding-bottom: 50px;
    background: linear-gradient(to top, #0493c777, #45bde977, #ffffff);
}
.benefits-container {
    padding-top: 50px;
    padding-bottom: 50px;
    background: linear-gradient(to bottom, #0493c777, #ffffff);
}
.form-container {
    padding: 20px;
    /* background: linear-gradient(to top, #0493c777, #45bde977, #ffffff); */
    background-color: #17758a46;
    border-radius: 20px;
}




.vision img {
    background-color: inherit;
}
.vision-content {
    background-color: #ffffff;
    padding: 10px 15px !important;
    margin-top: 20px;
    color:#6b6b6b;
    font-size: 20px;
    font-weight: 500;
    border-left: 6px solid #0493c7;
}



.statistics img {
    width: 100px;
    margin-bottom: 10px;
}
.statistics {
    background: linear-gradient(to top, #000000e0, #45bde977);
    padding: 20px;
    border-top-right-radius: 20%;
    border-bottom-left-radius: 20%;
    margin-bottom: 20px;
}
.statistics h2 {
    color: #ffffff;
    font-family: 'Abyssinica SIL', serif;
}
.statistics p {
    color: #ffffff;
    font-size: 17px;
    font-family: 'Abyssinica SIL', serif;
}



.features {
    border-bottom: 6px solid #0493c7;
    border-top: 6px solid #0493c7;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    height: 230px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.features img {
    width: 120px !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.features h2 {
    font-size: 20px;
    color: #545454;
}



.benefits {
    background-color: #03bbfd;
    padding: 15px;
    border-bottom: 5px solid #028cbe;
}
.benefits i {
    color: #ffffffd2;
    font-size: 35px;
}
.bred {
    background-color: #ff8a8a;
    padding: 15px;
    border-bottom: 5px solid #ff0000;
}
.bgreen {
    background-color: #00ff55;
    padding: 15px;
    border-bottom: 5px solid #01cc45;
}
.byellow {
    background-color: #ffe100;
    padding: 15px;
    border-bottom: 5px solid #e6cb00;
}
.benefits .btext {
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
}
.benefits-img img {
    width: 100%;
    height: 500px;
}



.pocket .row-head .title-section span {
    color: #ffffff;
}
.pocket .row-head .title-section h4 {
    color: #ffffff;
}
.pocket .row-head .title-section .title-before {
    color: #ffffff;
}
.pocket-text {
    color: #d6d6d6;
    font-family: 'Abyssinica SIL', serif;
}
.study {
    border: 1px solid #acacac;
    padding: 25px;
    border-radius: 10px;
    transition: 0.5s;
    background-color: #17758a72;
}
.study i {
    font-size: 35px;
    color: #ffffff;
    margin-bottom: 20px;
}
.study h3 {
    font-size: 20px;
    color: #ffffff;
    height: 100px;
    overflow: hidden;
    margin-bottom: 20px;
}
.study p {
    font-size: 15px;
    color: #cacaca;
    height: 90px;
    overflow: hidden;
}
.study .study-btn {
    text-decoration: none;
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
}
.study:hover {
    background-color: #17758a;
}
.study:hover i {
    color: #ffffff;
}
.study:hover h3 {
    color: #ffffff;
}
.study:hover p {
    color: #cacaca;
}
.study:hover .study-btn {
    color: #ffffff;
}







.owl-nav button span {
    color: #0493c7;
    font-size: 60px !important;
    z-index: 1000;
    padding: 0 15px !important;
    padding-bottom: 10px !important;
    border-radius: 10px;
}
.owl-prev:hover {
    background-color: inherit !important;
}
.owl-next:hover {
    background-color: inherit !important;
}
.owl-nav button span:hover {
    background-color: #0493c7 !important;
    color: #ffffff;
    transition: 0.5s;
}






.screenshot img {
    height: 470px;
}
.screenshot h2 {
    font-size: 23px;
    background-color: #17758a;
    color: #ffffff;
    padding: 10px;
    font-family: 'Abyssinica SIL', serif;
}



.feedback  {
    padding: 15px;
}
.feedback img {
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    width: 100px !important;
    border-radius: 50%;
    margin-bottom: 30px;
}
.feedback .text {
    font-size: 14px;
    color: #707070;
    height: 190px;
    overflow: hidden;
    font-family: 'Abyssinica SIL', serif;
    margin-bottom: 20px;
}
.feedback .name {
    font-size: 17px;
    color: #000000;
    font-weight: 500;
    font-family: 'Abyssinica SIL', serif;
}
.feedback .place {
    font-size: 14px;
    color: #6b6b6b;
    font-family: 'Abyssinica SIL', serif;
}






.branch img {
    height: 150px;
    width: 100px;
}




.card {
    border: none;
    background-color: inherit;
}
.about-btn {
    border: 1px solid #0493c7;
    background-color: #0493c7;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff;
    font-weight: bold;
}
.about-btn:hover {
    border: 1px solid #0493c7;
    background-color: transparent;
    color: #0493c7;
}

#team {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 14px;
    text-align: center;
    transition: 0.7s;
    background-color: #0493c7;
}
#team img {
    height: 220px;
    margin-bottom: 20px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}
#team h3 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Staatliches', cursive;
}
#team p {
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Kaushan Script', cursive;
}
#team:hover{
    background-color: #ffffff;
}
#team:hover p {
    color: #0493c7;
    transition: 0.5s;
}
#team:hover h3 {
    color: #4f4f4f;
    transition: 0.5s;
}





/* Header Image */
/* .page-bg-img {
    background-color: #17758a;
} */
.page-bg-img .top-content img {
    width: 100%;
    margin-bottom: 20px;
}
.page-bg-img .top-content h2 {
    color: #ffffff;
    font-size: 60px;
    padding-top: 100px;
    font-family: 'Kaushan Script', cursive;
}
.top-link-content {
    font-family: 'Abyssinica SIL', serif;
    margin-bottom: 20px;
}
.top-link-content a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
}
.top-link-content i {
    color: #ffffff;
}
.top-link-content a:hover {
    color: #949494;
    text-decoration: none;
}
@media(max-width: 993px) {
    .page-bg-img .top-content h2 {
        font-size: 40px;
        padding-top: 30px;
        text-align: center;
    }
    .top-link-content {
        text-align: center;
    }
}




.about-page {
    font-family: 'Abyssinica SIL', serif;
}
.about-features {
    justify-content: center;
    background: linear-gradient(to top, #000000e0, #45bde9b2);
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.about-features i {
    color: #ffffff;
    font-size: 50px;
    margin-bottom: 20px;
}
.about-features h4 {
    color: #ffffff;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'Abyssinica SIL', serif;
}
.about-features p {
    color: #ffffffc2;
    font-size: 13px;
}
.about-features:hover {
    justify-content: center;
    background: linear-gradient(to top, #45bde9b2, #000000e0);
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media (max-width: 770px) {
    .about-features {
        margin-bottom: 40px;
    }
}




.con-details {
    text-align: center;
    padding: 20px;
    background-color: #ffffff;
    margin-bottom: 20px;
    border: 1px solid #cacaca;
    border-radius: 10px;
    background: linear-gradient(to top, #000000e0, #45bde9b2);
    transition: 0.5s;
}
.con-details i {
    color: #ffffff;
    font-size: 40px;
}
.con-details h3 {
    color: #ffffff;
    font-size: 25px;
    font-family: 'Abyssinica SIL', serif;
}
.con-details a {
    color: #e8e8e8;
    font-size: 15px;
    text-decoration: none;
}
.con-details:hover {
    background: linear-gradient(to top, #45bde9b2, #000000e0);
}
.form-label {
    color: #8d8d8d !important;
}
#form-contact:focus {
    border: 1px solid #45bde9b2 !important;
    box-shadow: none !important;
}
.ls-contact-details h2 {
    font-family: 'Indie Flower', cursive;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #878787;
}
.con-btn {
    border: 1px solid #17758a;
    background-color: #17758a;
    padding: 10px 15px;
    color: #ffffff;
    transition: 0.5s;
}
.con-btn:hover {
    border: 1px solid #17758a;
    background-color: #ffffff;
    padding: 10px 15px;
    color: #17758a;
}
.person-contact {
    text-align: center;
    margin-bottom: 40px;
}
.person-contact img {
    width: 80px;
    margin-bottom: 20px;
}
.person-contact .name {
    color: #949494;
    font-size: 16px;
}
.person-contact .designation {
    color: #127ba5;
    font-size: 14px;
    font-weight: 500;
}
.person-contact .number {
    color: #525252;
    font-size: 15px;
    margin-top: 10px;
}





.news-section {
    margin-bottom: 30px;
}
.news-header {
    display: flex;
    justify-content: space-around;
    margin-top: 180px;
}
.news-header .news-subheader img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}
.news-header .news-subheader {
    display: flex;
    margin-right: 20px;
}
.news-header .news-subheader i {
    font-size: 30px;
    color: #ffffff;
    margin-top: 10px;
}
.news-header .news-subheader .news-author {
    color: #ffffff;
    margin-left: 10px;
    margin-top: 10px;
    font-family: 'Abyssinica SIL', serif;
}
.news-header .news-subheader .news-date {
    color: #ffffff;
    margin-left: 10px;
    margin-top: 14px;
    font-family: 'Abyssinica SIL', serif;
}
.news {
    position: relative;
    text-align: center;
}
.news img {
    width: 100%;
    position: relative;
    height: 350px;
}
.news .news-content {
    position: absolute;
    top: 0;
    background-color: #0000008a;
    height: 100%;
    width: 100%;
    padding-top: 30px;
}
.news h3 {
    color: #ffffff;
    font-size: 30px;
    font-family: 'Abyssinica SIL', serif;
}
.news-section .text {
    font-family: 'Abyssinica SIL', serif;
    height: 50px;
    overflow: hidden;
}
.news-section .text-details {
    font-family: 'Abyssinica SIL', serif;
}
.news-section .news-btn {
    font-family: 'Abyssinica SIL', serif;
    color: #2bff00;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    transition: 0.5s;
}
.news-section .news-btn:hover {
    color: #2bff00;
    margin-left: 7px;
}
.side-news h4 {
    color: #484848;
}
.side-news .recent-news a {
    text-decoration: none;
    color: #176a97;
    font-family: 'Abyssinica SIL', serif;
}
.side-news .recent-news {
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.side-news .recent-news:hover a {
    color: #6d6d6d;
}
.side-news .recent-news:hover {
    border-bottom: 1px solid #176a97;
    transition: 0.5s;
}





.cources {
    background-color: #f2f2f2;
    padding: 20px 0px 20px 0px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: 0.5s;
    position: relative;
    margin-bottom: 20px;
}
.cources a {
    text-decoration: none;
}
.cources img {
    width: 100%;
    height: 270px;
    margin-bottom: 20px;
}
.cources h3 {
    font-family: 'Abyssinica SIL', serif;
    color: #0099ff;
    transition: 0.5s;
    font-size: 20px;
    padding: 10px;
}
.cources .text {
    font-family: 'Abyssinica SIL', serif;
    height: 80px;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 15px;
    color: #727272;
}
.cources-footer {
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #1aa788;
    font-family: 'Abyssinica SIL', serif;
}
.cources-footer .sub-c-f {
    margin-bottom: 5px;
    color: #ffffff;
    font-weight: 500;
}
.cources:hover h3 {
    color: #00ff55;
}
.cources:hover {
    padding: 10px 0px 10px 0px;
}
.cource-details img {
    width: 100%;
    height: 500px;
    margin-bottom: 20px;
}
.cource-details h3 {
    font-family: 'Abyssinica SIL', serif;
    color: #0099ff;
}
.cource-details .text {
    text-align: justify;
    font-family: 'Abyssinica SIL', serif;
    color: #727272;
}
.cource-details {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    /* border: 1px solid #b6b6b6; */
    border-radius: 20px;
    padding: 15px;
}
.cource-details .cource-side-content h4 i {
    color: #145a5c;
    font-size: 20px;
    font-weight: 550;
    margin-right: 10px;
}
.cource-details .cource-side-content h4 {
    color: #000000;
    font-size: 17px;
}
.cource-details .cource-side-content h5 {
    color: #7b7b7b;
    font-size: 15px;
    margin-left: 40px;
}
.cource-details .cource-side-content {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #000000;
}
.cource-details .cource-side-content .price {
    color: #0acf94;
    font-size: 30px;
    font-weight: bold;
}




.create-page img {
    width: 100%;
    height: 550px;
}
.create-page .text {
    font-family: 'Abyssinica SIL', serif;
}
@media(max-width: 760px) {
    .create-page img {
        height: 300px;
    }
}


.facebook-img img {
    width: 100%;
}



.blog img  {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    margin-bottom: 14px;
}
.blog a {
    text-decoration: none;
    margin-bottom: 20px;
}
.blog h3  {
    color: #525252;
    text-align: center;
    font-size: 16px;
    transition: 0.5s;
}
.blog:hover h3 {
    color: #0493c7;
}



/* Events */
.event {
    border-left: 7px solid #0059ff;
    border-right: 7px solid #0059ff;
    padding-left: 7px;
    padding-right: 10px;
    background-color: #ffffff;
    transition: 0.5s;
}
.event img {
    width: 100%;
}
.events-container {
    border-top: 2px solid #0059ff;
    border-bottom: 2px solid #0059ff;
    /* border-radius: 20px; */
    height: 290px;
    overflow: hidden;
}
.events-container a{
    text-decoration: none;
}
.events-container .event {
    margin-bottom: 30px;
}
.event .text {
    color: #6e6e6e;
    height: 70px;
    overflow: hidden;
    font-family: 'Abyssinica SIL', serif;
}
.event h4{
    color: #0b2f58;
    font-size: 20px;
    font-family: 'Abyssinica SIL', serif;
}
.event:hover {
    border-left: 7px solid #40ff00;
    border-right: 7px solid #40ff00;
}




/* Footer */
.ls-footer-bg {
    /* background: linear-gradient(to top, #000000, #17758a); */
    padding-top: 35px;
}
.footer-logo {
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    height: 120px;
    margin-bottom: 15px;
}
.sub-footer {
    margin: 10px;
}
/* .sub-footer p{
    color: #ffffff;
} */
.footer-about {
    font-size: 14px;
    text-align: justify;
    /* color: #ffffff; */
}

.footer-content a {
    text-decoration: none;
    /* color: #ffffff; */
    font-size: 14px;
    transition: 0.5s;
}
.footer-content a:hover {
    text-decoration: none;
    color: #d5d5d5;
    margin-left: 3px;
}
.footer-content h3 {
    text-decoration: none;
    /* color: #ffffff; */
    font-size: 23px;
}
.footer-text {
    font-size: 14px;
    /* color: #ffffff; */
}
.footer-content i {
    margin-right: 10px;
    /* color: #ffffff; */
}

.footer-link {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.footer-link a i {
    font-size: 20px;
    /* color: #ffffff; */
    margin: 10px;
    background-color: #00bbff;
    padding: 10px;
    border-radius: 5px;
    transition: 0.5s;
}
.footer-link a .fa-facebook {
    color: #ffffff;
    background-color: #0059ff;
}
.footer-link a .fa-twitter {
    color: #ffffff;
    background-color: #00d0ff;
}
.footer-link a .fa-youtube {
    color: #ffffff;
    background-color: #ff0000;
}
.footer-link a .fa-instagram {
    color: #ffffff;
    background: linear-gradient(to top, #ff8400, #bf00ff);
}
.footer-link a .fa-linkedin {
    color: #ffffff;
    background-color: #0443cc;
}
.footer-link a i:hover {
    color: #ffffff6e;
    transition: 0.3s;
}

.footer-content {
    display: flex;
    flex-direction: column;
}
.footer-content ul li{
    margin-bottom: 13px;
}
.footer-content ul li:before {
    content: "\f061";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: #ffffff;
  }
.footer-content ul li span {
    font-size: 20px;
}
.footer-content ul li i {
    font-size: 16px;
    color: #0493c7;
}
.footer-contact {
    margin-bottom: 15px;
}
.footer-contact i {
    color: #ffffff;
    font-size: 18px;
}
.footer-contact span{
    color: #ffffff;
    font-size: 18px;
}
.footer-contact a {
    color: #ffffff;
    font-size: 16px;
}
.footer-bottom {
    display: flex;
    justify-content: space-around;
    list-style: circle !important;
    flex-wrap: wrap;
}
.footer-bottom li a {
    color: #ffffff;
    text-decoration: none;
}
.footer-bottom li:hover {
    color: #acacac;
    margin-left: 0;
}
/* @media(max-width: 768px) {   
    .footer-bottom {
        display: block;
        justify-content: space-around;
    }
} */
.copyright-section {
    /* background-color: #ff2f00; */
    padding-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
.copyright {
    margin-bottom: 20px;
    margin-left: 8px;
    color: #ffffff;
}
.copyright a{
    text-decoration: none;
    color: #ffffff;
}
.copyright a:hover{
    text-decoration: none;
    color: #0493c7;
}