@import url('https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alice&display=swap');

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-family: "Alice", serif;
}
::selection{
    background-color: #003c7b;
    color: #fff;
}

a {
    text-decoration: none;
    font-family: "Alice", serif;
}

p {
    text-align: justify;
    font-size: 16px;
    font-family: "Alice", serif;
    color: #000;
}

h2 {
    font-size: 40px;
    font-weight: bold;
    font-family: "Cardo", serif;
    color: #3e5ce4;
}

h5 {
    color: #2e0a86;
    font-weight: 600;
    font-size: 23px;
}

h1,
h2,
h3,
h4,
h5,
h6 {

    font-family: "Cardo", serif;
}

nav .logo {
    width: 100px;
}

.topbar {
    background: linear-gradient(71deg, #086074, #0097b2, #dbeeff, #ffffff, #0097b2, #086074);
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center;
}

.topbar p {
    margin-bottom: 0px;
    font-size: 16px;
    color: #000000;
}

.topbar p a {
    color: #fff;
}

.topbar p a:hover {
    color: #d8d6d6;
}

.navbar-light .btn{
    background-color: #086478;
    color: #fff;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .55);
    font-size: 17px;
    font-weight: 500;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgb(43 0 149);
    font-weight: bold;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(43 0 149);
    font-weight: bold;
}

.social-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.social-links i {
    color: #003c7b;
    background-color: #fff;
    font-size: 18px;
    padding: 6px;
    border: 1px solid #003c7b;
    border-radius: 50%;
}

.count {

    font-size: 40px;
    font-weight: bold;
}

.counter-wrapper {
    background: #0d6477;
    background: cover;
    background-position: center center;
    position: relative;
}

.counter-wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
}

.counter-inner {
    position: relative;
    z-index: 2;
}

.counter-inner i {
    background-color: #26a6c0;
    font-size: 45px;
    padding: 18px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.count-icon {
    font-size: 48px;
}






.about .card {
    display: block;
    position: relative;
    padding: 30px 20px;
    background: #0861742e;
    border: 1px solid rgba(0, 0, 0, .03);
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .08);
    text-align: center;
    height: 300px;
}

.services .card {
    background: linear-gradient(71deg, #086174bd, #0097b2bd, #dbeeff8f, #ffffff81, #0097b2b0, #086174ab), url(../images/services/1.2.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    box-shadow: 0px 0px 5px 5px #348c9c29;
    border-radius: 20px;
}

.services .card h4 {
    font-size: 25px;
    font-weight: bold;
}

.services .card p {
    color: #000;
}

.services .card a {
    text-align: center;
    background-color: #0d6477;
    color: #fff;
    border: 2px solid #fff;
    padding: 7px 15px;
    border-radius: 10px;

}

.services .card a:hover {
    background-color: #fff;
    color: #000;
    border: 2px solid #0d6477;
}

.about .card h4 {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
}

.gallery {
    background: linear-gradient(71deg, #086174f0, #0097b2c7, #dbeeffd6, #ffffffde, #0097b2db, #086174cf), url(../images/banner/gallery-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 100px;
    padding-bottom: 100px;
}

.gallery .btn {
    background-color: #003c7b;
    color: #fff;
    border: 2px solid #FFF;
    border-radius: 10px;
}

.gallery .btn:hover {
    background-color: #fff;
    color: #003c7b;
    box-shadow: 0px 3px 20px 19px #4bb1c3;
}

.testimonials-wrap {
    padding: 40px 0;
}

.heading-section {
    text-align: center;
}

.sub-heading {

    font-size: 12px;
    display: block;
    font-weight: 600;
    color: #2e9ca1;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.heading-section h2 {
    font-size: 28px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 15px;
}

.testimonial .testimonial-box {
    height: 450px;
}

.testimonial-box {
    display: block;
    position: relative;
    padding: 10px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .03);
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .08);

    text-align: justify;
    font-size: 15px;
}

.contact a {
    color: #000000;
    font-size: 18px;
}

.contact a:hover {
    color: #2e0a86;
}

.contact .d-flex i {
    background-color: #003c7b;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-right: 10px;
    box-shadow: -2px 0px 8px 5px #ccc;
}

.user-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    min-width: 80px;
    background-size: 100%;
}

.carousel-testimonial .item {
    padding: 30px 10px;
}

.quote {
    position: absolute;
    top: -23px;
    color: #2e9da1;
    font-size: 27px;
}

.name {
    margin-bottom: 0;
    line-height: 14px;
    font-size: 17px;
    font-weight: 500;
}

.position {
    color: #adadad;
    font-size: 14px;
}

.carousel-testimonial .owl-nav {
    text-align: center;
}

.carousel-testimonial .owl-nav button.owl-next,
.carousel-testimonial .owl-nav button.owl-prev {
    padding: 0 12px !important;
}

.carousel-testimonial .owl-nav button {
    outline: none;
    padding: 0;
}

.carousel-testimonial .owl-nav button.owl-next span,
.carousel-testimonial .owl-nav button.owl-prev span {
    display: block;
    font-size: 40px;
    width: 25px;
    height: 25px;
    vertical-align: 0px;
    line-height: 16px;
}

.carousel-testimonial .owl-nav button.owl-next.disabled,
.carousel-testimonial .owl-nav button.owl-prev.disabled {
    opacity: 0.5;
}


.social-links-fixed {
    position: fixed;
    top: 40%;
    left: 10px;
}
.social-links-fixed i{
    background-color: #003c7b;
    color: #fff;
    padding: 8px;
    border: 5px solid #dbdada;
    border-radius: 50%;
}


.tabs-container {
    width: 100%;
    background-color: white;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.tab-links {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 30px;
}

.tab-link span {
    font-size: 12px;
    font-weight: bold;
}

.tab-link {
    background: none;
    border: none;
    font-size: 18px;
    font-weight: 600;
    padding: 6px 6px;
    color: #308dc4;
    cursor: pointer;
    position: relative;
    transition: color 0.3s ease;
}

.tab-link.active,
.tab-link:hover {
    color: #003c7b;
}

.tab-link i {
    margin-right: 1px;
}

.tab-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    bottom: -1px;
    left: 50%;
    background: linear-gradient(45deg, #003c7b, #003c7b);
    transition: all 0.4s ease;
}

.tab-link.active::after {
    width: 100%;
    left: 0;
}

.tab-content {
    display: none;
    animation: fadeInUp 0.5s ease;

}

.tab-content.active {
    display: block;
}


.call-buton .cc-calto-action-ripple {
    z-index: 99999;
    position: fixed;
    right: 1rem;
    bottom: 8rem;
    background: #003c7b;
    width: 40px;
    height: 40px;
    padding: 9px;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
    animation: cc-calto-action-ripple 0.6s linear infinite;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.call-buton .cc-calto-action-ripple i {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 20px;
}

.call-buton .cc-calto-action-ripple:hover i {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

@-webkit-keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
    }
}

@keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
    }
}



/* whatsapp button */
.float {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 40px;
    left: 30px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 26px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}


.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: #000000;
}



/* back to top button */
#button {
    display: inline-block;
    background-color: #003c7b;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-decoration: none;
}

#button i {
    font-size: 20px;
    line-height: 40px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}


footer {
    background: linear-gradient(71deg, #086074, #0097b2, #dbeeff, #ffffff, #0097b2, #086074);
    padding-top: 100px;
}
footer p{
    color: #000;
}
footer a{
    color: #000;
}
footer h4{
    color: #003c7b;
    font-weight: bold;
}
footer .d-flex i{
    background-color: #003c7b;
    color: #fff;
    padding: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
}
@media screen and (max-width:480px) {
    .topbar p {
        font-size: 11px;
    }
    .social-links i {
        font-size: 13px;
        padding: 4px;
    }
    nav .logo {
        width: 60px;
    }
    h5 {
        font-size: 17px;
    }
    h2 {
        font-size: 30px;
    }
    .about .card {
       height: auto;
        margin-bottom: 20px;
    }
    .services .card {
        height: auto;
    }
    .testimonial .testimonial-box {
        height: auto;
    }
    .gallery {
        padding-top: 35px;
        padding-bottom: 35px;
    }
     .contact p {
        font-size: 13px;
    }
}