/**
* Template Name: Export Import Global Business Website
* Author: Kang Mohan
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    font-family: "Open Sans", sans-serif;
    color: #000000;
}


.section-title {
    padding-bottom: 40px;
}

.section-title h2 {
    font-size: 14px;
    /* font-weight: 500; */
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    /* letter-spacing: 2px; */
    /* text-transform: uppercase; */
    color: #aaaaaa;
    /* font-family: "Poppins", sans-serif; */
}

.section-title h2::after {
    content: "";
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #1261A0;
    margin: 4px 10px;
}

.section-title h3 {
    margin: 0;
    margin: 0;
    font-size: 45px;
    font-weight: 700;
    /* text-transform: uppercase; */
    font-family: "Poppins", sans-serif;
}

.table td, .table th {
    border: 0.5px solid #dee2e6;
    padding: 0.4rem;
}

[class*="col-"] {
    padding-top: 15px;
    padding-bottom: 15px;
}

.col-bottom {
    margin-bottom: 15px;
}




/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
a {
    color: #1261A0;
}

a:hover,
a:focus,
a:active {
    color: #58CCED;
    text-decoration: none;
}



.btn-primary {
    color: #ffffff;
    background-color: #1261A0;
    border-color: 1px solid #1261A0;
}

.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active {
    outline: none;
    box-shadow: none !important;
    color: #ffffff;
    background-color: #58CCED;
    border-color: 1px solid #58CCED;
}




/* # Top Bar */
#topbar {
    background: #1261A0;
    height: 40px;
    font-size: 14px;
    transition: all 0.5s;
}

#topbar.topbar-scrolled {
    top: -40px;
}

#topbar .contact-info a {
    line-height: 1;
    color: #fff;
    transition: 0.3s;
}

#topbar .contact-info a:hover {
    color: #58CCED;
}

#topbar .contact-info i {
    color: #1261A0;
    padding-right: 4px;
    margin-left: 15px;
}

#topbar .contact-info i:first-child {
    margin-left: 0;
}

#topbar .social-links a {
    color: #1261A0;
    padding-left: 15px;
    display: inline-block;
    line-height: 1px;
    transition: 0.3s;
}

#topbar .social-links a:hover {
    color: #58CCED;
}

#topbar .social-links a:first-child {
    border-left: 0;
}

.back-to-top i:hover {
    background: #58CCED;
    color: #fff;
}


/* # Navbar */
.form-control {
    height: calc(2.5rem + 2px);
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    outline: none;
    border: 1px solid #58CCED;
    box-shadow: none !important;
}

.form-control:focus,
.form-control:hover,
.form-control:active {
    outline: none;
    border-color: #58CCED;
    box-shadow: none !important;
}



.form-inline .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.form-inline .fas {
    font-size: 18px;
}

.form-inline .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 9px;
    border: 1px solid #1261A0;
}


.form-inline .btn:hover,
.form-inline .btn:active,
.form-inline .btn:focus {
    border: 1px solid #58CCED;
}

.navbar-nav .btn {
    padding: 9px 15px;
}



/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .form-inline .form-control {
        width: 210px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .form-inline .form-control {
        width: 440px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .form-inline .form-control {
        width: 600px;
    }
}

.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #58CCED;
}

.sub-menu.navbar-light .navbar-nav .active>.nav-link,
.sub-menu.navbar-light .navbar-nav .nav-link.active,
.sub-menu.navbar-light .navbar-nav .nav-link.show,
.sub-menu.navbar-light .navbar-nav .show>.nav-link {
    color: #1BB9E7;
    /* font-weight: bold; */
}

.navbar .navbar-toggler {
    border: none;
}

.navbar-light .navbar-toggler:focus {
    outline: none;
}

.navbar {
    position: absolute;
    padding: 10px 0;
    z-index: 100;
}

.main-menu {
    position: relative;
    z-index: 2;
}

.sub-menu {
    position: relative;
    z-index: 9999;
    padding: 0 1rem;
}

.navbar a {
    color: #ffffff;
}

.navbar a:hover {
    color: #ffffff;
}

.navbar .btn-primary:hover {
    color: #ffffff;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .sub-menu {
        padding: 7px 0px 7px 0px;
    }

    .sub-menu.navbar-expand-md .navbar-nav .nav-link {
        padding: 0.25rem 0;
        margin-right: 25px;
    }
}

.navbar.bg-light {
    background: #fff !important;
    box-shadow: none !important
}

.navbar.bg-top {
    background: #1261A0 !important;
    box-shadow: none !important
}

.user-dropdown .nav-link {
    padding: 0.15rem 0;
}

#sidebar {
    background: #fff;
    height: 100%;
    left: -100%;
    top: 0;
    bottom: 0;
    overflow: auto;
    position: fixed;
    transition: 0.4s ease-in-out;
    width: 84%;
    z-index: 5001;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    padding: 1.25rem 1rem 1rem;
}

#sidebar.active {
    left: 0;
}

#sidebar .sidebar-header {
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 1.5rem;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 40px;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px 16px;
    font-size: 1.1em;
    display: block;
    color: #1BB9E7;
}

#sidebar ul li a:hover {
    color: #1261A0;
    background: #fff;
}

#sidebar ul li.active>a,
#sidebar a[aria-expanded="true"] {
    color: #1261A0;
    font-weight: bold;
    border-radius: 6px;
}

a[data-toggle="collapse"] {
    position: relative;
}

#sidebar .links .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#sidebar h3 {
    font-family: "Poppins", sans-serif;
    font-size: 35px;
    font-weight: 700;
}

#sidebar h4 {
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    font-weight: 700;
}

.overlay {
    background: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: -1;
    width: 100%;
    opacity: 0;
}

.overlay.visible {
    opacity: 1;
    z-index: 5000;
}

ul.social-icons {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

ul.social-icons li {
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 0;
}

#sidebar ul.social-icons li a {
    font-size: 24px;
}

.utility-nav {
    background: #e4e4e4;
    padding: 0.5rem 1rem;
}

.utility-nav p {
    margin-bottom: 0;
}

.search-bar {
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.search-bar .form-control {
    width: calc(100% - 45px);
}



/* Whatsapp */
.wafloat i {
    position: fixed;
    width: 45px;
    height: 45px;
    top: 75%;
    right: 12.5px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    padding-top: 8px;
}

.wafloat i:hover {
    background: #58CCED;
    color: #ffffff;
}


/* # Back To Top */
.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
}

.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #1261A0;
    color: #fff;
    transition: all 0.4s;
}






/* # Disable aos animation delay on mobile devices */
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}









/*--------------------------------------------------------------
# Desain Content Start Here
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Heading
--------------------------------------------------------------*/
#heading {
    padding: 0;
    overflow: hidden;
}

#heading .row {
    height: 80vh;
}

#heading .carousel-item {
    background-size: cover;
    background-position: 55% 0%;
}

#heading h1 {
    padding: 0px 0px;
    font-size: 55px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #000;
    text-align: left;
}

#heading p {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px;
    font-size: 30px;
    color: #000;
    text-align: left;
}

@media (max-width: 768px) {
    #heading h1 {
        font-size: 30px;
        padding: 0px 0px;
        text-align: center;
    }

    #heading p {
        margin-top: 0px;
        text-align: center;
        padding: 0px 25px;
        font-size: 20px;
    }
}

#heading .carousel-control-next-icon, #heading .carousel-control-prev-icon {
    background: none;
    font-size: 36px;
    line-height: 1;
    width: auto;
    height: auto;
    background: #1261A0;
    border-radius: 50px;
    padding: 10px;
    transition: 0.3s;
    color: #ffffff;
}

#heading .carousel-control-prev, #heading .carousel-control-next {
    position: absolute;
    width: 2%;
    top: 50px;
}

#heading .carousel-indicators .active {
    background-color: #1261A0;
}

#heading .carousel-indicators li {
    background-color: #1261A0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}



/*--------------------------------------------------------------
# Product
--------------------------------------------------------------*/
#product {
    margin-top: -30px;
}

#product .title h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 50px;
}

@media (min-width: 1024px) {
    #product .title p {
        padding: 0px 250px;
    }
}

@media (max-width: 768px) {
    #product .title h2 {
        font-size: 40px;
    }

    #product .title h3 {
        font-size: 25px;
    }
}

#product h2 {
    margin-top: 100px;
}

#product h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin: 0px;
    font-size: 20px;
    color: #000;
}

#product .card {
    /* background: url("../img/product.jpg"); */
    padding: 7.5px;
    background-size: cover;
    background-position: bottom right;
    /* border: #777777; */
}

#product .card p {
    font-size: 14px;
    margin: 0px 0px 10px 0px;
}

#product .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: none;
}

#product .card-img {
    border-radius: calc(0.25rem - 1px);
}

#product .card-body {
    padding: 5px 0px 0px 0px;
}

#product .card-footer {
    background: transparent;
    border-top: none;
    padding: 0px;
}

#product .btn {
    font-size: 0.9rem;
    border-radius: 0.25rem;
    border: none !important;
}

#product .btn:active {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
}

#product .p-2 {
    padding: 0px !important;
}


/*--------------------------------------------------------------
# services
--------------------------------------------------------------*/
#services {
    margin-top: -30px;
}

#services .title h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 50px;
}

@media (min-width: 1024px) {
    #services .title p {
        padding: 0px 250px;
    }
}

@media (max-width: 768px) {
    #services .title h2 {
        font-size: 40px;
    }

    #services .title h3 {
        font-size: 25px;
    }
}

#services h2 {
    margin-top: 100px;
}

#services h3 {
    font-size: 50px;
}

#services h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin: 0px;
    /* font-size: 25px; */
    color: #000;
}

#services .card {
    /* background: url("../img/services.jpg"); */
    padding: 7.5px;
    background-size: cover;
    background-position: bottom right;
    /* border: #777777; */
}

#services .card p {
    font-size: 14px;
    margin: 0px 0px 10px 0px;
}

#services .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: none;
}

#services .card-img {
    border-radius: calc(0.25rem - 1px);
}

#services .card-body {
    padding: 5px 0px 0px 0px;
}

#services .card-footer {
    background: transparent;
    border-top: none;
    padding: 0px;
}

#services .btn {
    font-size: 0.9rem;
    border-radius: 0.25rem;
    border: none !important;
}

#services .btn:active {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
}

#services .p-2 {
    padding: 0px !important;
}


/*--------------------------------------------------------------
# Product Detail
--------------------------------------------------------------*/
#product-detail {
    padding: 100px 0px 0px 0px;
}

#product-detail .card {
    border: none;
    border-radius: 0;
    padding: 0;
}

#product-detail .card-body {
    border: none;
    border-radius: 0;
    padding: 0;
}

#product-detail .card-footer {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 10px 0px;
}



#product-detail .desc-2 {
    margin-top: 100px;
}




#product-detail h3 {
    font-family: "Poppins", sans-serif;
}





/*--------------------------------------------------------------
# why_us
--------------------------------------------------------------*/

#why_us {
    padding: 100px 0px 0px 0px;
}

#why_us .row {
    margin-bottom: 50px;
}

#why_us .carousel-indicators .active {
    background-color: #B3B3B3;
}

#why_us .carousel-indicators li {
    background-color: #1261A080;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

#why_us .icon-box {
    margin-bottom: 20px;
    padding: 50px 40px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 2px 15px #1261A080;
}

#why_us .section-title h1 {
    margin: 0;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    /* text-transform: uppercase; */
    font-family: "Poppins", sans-serif;
    color: #000000;
}

#why_us .icon-box i {
    float: left;
    color: #1261A0;
    font-size: 40px;
}

#why_us .icon-box h4 {
    margin-left: 70px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

#why_us .icon-box h4 a {
    color: #000000;
    transition: 0.3s;
}

#why_us .icon-box h4 a:hover {
    color: #000000;
}

#why_us .icon-box p {
    margin-left: 70px;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}





/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/

#contact_us {
    background: #58CCED;
    color: #000;
    padding: 60px 0;
}


#contact_us hr {
    width: 50px;
    height: 1.5px;
    text-align: left;
    margin: -30px 0px 30px 0px;
    background-color: #000;
}

#contact_us .card h5 {
    color: #1261A0;
    font-weight: bold;
}

#contact_us .row {
    padding: 50px 0px 0px 0px;
}

#contact_us h3 {
    font-family: "Poppins", sans-serif;
    font-size: 45px;
    font-weight: 700;
}

#contact_us h4 {
    font-size: 1.2rem;
    margin-bottom: 50px;
}

#contact_us p {
    color: #000;
}

#contact_us ul {
    color: #000;
}

#contact_us .btn:hover {
    background: #1BB9E7;
    color: #ffffff;
}

#contact_us ul {
    list-style: none;
    padding: 0;
}

#contact_us .icon {
    font-size: 75px;
    color: #1261A0;
    padding: 25px 20px;
}

#contact_us .card h3 {
    color: #000;
    margin: 0;
    margin: 0;
    font-size: 23px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}

#contact_us .card p {
    color: #000;
}

@media (max-width: 768px) {
    #contact_us h3 {
        font-size: 1.4rem;
        font-weight: 700;
    }
}



/*--------------------------------------------------------------
# Promo
--------------------------------------------------------------*/

#promo {
    padding: 100px 0px 0px 0px;
}

#promo .row {
    margin-bottom: 50px;
}

#promo .carousel-indicators .active {
    background-color: #B3B3B3;
}

#promo .carousel-indicators li {
    background-color: #1261A080;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

#promo .icon-box {
    margin-bottom: 20px;
    padding: 50px 40px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 2px 15px #1261A080;
}

#promo .section-title h1 {
    margin: 0;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    /* text-transform: uppercase; */
    font-family: "Poppins", sans-serif;
    color: #000000;
}

#promo .icon-box i {
    float: left;
    color: #1261A0;
    font-size: 40px;
}

#promo .icon-box h4 {
    margin-left: 70px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

#promo .icon-box h4 a {
    color: #000000;
    transition: 0.3s;
}

#promo .icon-box h4 a:hover {
    color: #000000;
}

#promo .icon-box p {
    margin-left: 70px;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}



/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

#about {
    padding: 100px 0px 0px 0px;
}

#about .row {
    margin-bottom: 50px;
}

#about .carousel-indicators .active {
    background-color: #B3B3B3;
}

#about .carousel-indicators li {
    background-color: #1261A080;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

#about .icon-box {
    margin-bottom: 20px;
    padding: 50px 40px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 2px 15px #1261A080;
}

#about .section-title h1 {
    margin: 0;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    /* text-transform: uppercase; */
    font-family: "Poppins", sans-serif;
    color: #000000;
}

#about .icon-box i {
    float: left;
    color: #1261A0;
    font-size: 40px;
}

#about .icon-box h4 {
    margin-left: 70px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

#about .icon-box h4 a {
    color: #000000;
    transition: 0.3s;
}

#about .icon-box h4 a:hover {
    color: #000000;
}

#about .icon-box p {
    margin-left: 70px;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}


#about ul {
    list-style: none;
    padding: 0;
}

#about ul li {
    padding: 0px 0px 17px 40px;
    position: relative;

}

#about ul i {
    left: 0;
    position: absolute;
}


#about .fas {
    font-size: 23px;
    font-weight: 900;
    color: #1261A0;
    margin-top: 5px;
}







/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
#blog .course-item {
    border-radius: 5px;
    border: 1px solid #eef0ef;
}

#blog .course-content {
    padding: 15px;
}

#blog .course-content h3 {
    font-weight: 700;
    font-size: 18px;
}

#blog .course-content h3 a {
    color: #000;
    transition: 0.3s;
}

#blog .course-content h3 a:hover {
    color: #1261A0;
}

#blog .course-content p {
    font-size: 14px;
    color: #000;
}

#blog .course-content h4 {
    font-size: 14px;
    background: #1261A0;
    padding: 7px 16px;
    color: #fff;
    margin: 0;
}

#blog .course-content .price {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    color: #37423b;
}

#blog .trainer {
    padding-top: 15px;
    border-top: 1px solid #eef0ef;
}

#blog .trainer .trainer-profile img {
    max-width: 50px;
    border-radius: 50px;
}

#blog .trainer .trainer-profile span {
    padding-left: 10px;
    font-weight: 600;
    font-size: 16px;
    color: #5a6c60;
}

#blog .trainer .trainer-rank {
    font-size: 18px;
    color: #657a6d;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    color: #fff;
    font-size: 14px;
    background: #1261A0;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #fff;
}

#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: "Raleway", sans-serif;
    color: #777777;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    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: #1261A0;
    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: #000000;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #1261A0;
}


#footer .footer-newsletter h3 {
    font-size: 33px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}

#footer .footer-newsletter {
    color: #000000;
    font-size: 15px;
}

#footer .footer-newsletter h4 {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    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 #e0e5e2;
}

#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: -1px;
    right: -1px;
    bottom: -1px;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px 2px 20px;
    background: #1261A0;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
    box-shadow: 0px 2px 15px #1261A080;
}

#footer .footer-newsletter form input[type="submit"]:hover {
    background: #58CCED;
}

#footer .credits {
    padding-top: 5px;
    font-size: 13px;
}

#footer .credits a {
    color: #1261A0;
    transition: 0.3s;
}

#footer .credits a:hover {
    color: #58CCED;
}

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #1261A0;
    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: #58CCED;
    color: #fff;
    text-decoration: none;
}



#faq .card .card-header {
    background: #3895D3;
}

/* #faq .card .collapsing {
    background: #FFE472;
}

#faq .card .collapse.show {
    background: #FFE472;
} */


#faq .card .card-header .btn-header-link {
    box-shadow: none !important;
}

#faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}


#faq .card .card-header .btn-header-link {
    display: block;
    text-align: left;
    color: #fff;
}

#faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}

#faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
}


details>summary {
    list-style-type: none;
    outline: none;
    cursor: pointer;
    border-top: 0.25px solid #b8b8b8;
    padding: 0.75rem;
}

details>summary::-webkit-details-marker {
    display: none;
}

details>summary::marker {
    content: '+  ';
}

details[open]>summary::marker {
    content: '—  ';
}

details[open]>summary {
    margin-bottom: 0.5rem;
}

hr {
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 0.25px solid #b8b8b8;
}

blockquote {
    font-style: italic;
    margin: 25px;
    padding: 10px 25px 2.5px 25px;
    border-left: 8px solid #58CCED;
}