@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* ======================================
   Common
====================================== */
body {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    line-height: 1.75;
    font-weight: 400;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

i,
span,
a {
    display: inline-block;
}

h4 {
    font-weight: 600 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    color: #0a7772;
    font-weight: 400;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #2c2a2a;
}

li {
    font-size: 16px;
}

.lead {
    font-size: 1.25rem;
    font-weight: 400;
}

a {
    text-decoration: none !important;
}

.text-style {
    color: #01986f;
}

.py-all {
    padding: 15px;
}

.card.cstylebg {
    box-shadow: 0px 0px 10px #9acde6;
    border: 1px solid #69c2ed;
}

.btn-outline-primary {
    --bs-btn-color: #01986f;
    --bs-btn-border-color: #01986f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #01986f;
    --bs-btn-hover-border-color: #01986f;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #01986f;
    --bs-btn-active-border-color: #01986f;
    --bs-btn-disabled-color: #01986f;
    --bs-btn-disabled-border-color: #01986f;
}

li.card-text {
    margin-bottom: 10px;
    list-style: square;
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: #01986f;
    border-color: var(--bs-btn-hover-border-color);
}

/* ======================================
   Navbar
====================================== */
:root {
    --primary-color: #2C3E50;
    --secondary-color: #3498DB;
    --accent-color: #E74C3C;
    --light-bg: #ECF0F1;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: unset;
    align-items: end;
}

nav.navbar.navbar-expand-lg.navbar-dark {
    position: sticky;
    top: 0;
    background: white;
    z-index: 999;
    box-shadow: 0px 0px 14px 0px #009a70;
}

.navbar-brand {
    font-size: 1.5rem;
    font-weight: bold;
    color: white !important;
}

.nav-link {
    color: #413e3e !important;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: var(--accent-color) !important;
}

.btn-primary {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.btn-primary:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.navbar-nav .nav-link {
    padding: 0.5rem 1rem;
    font-weight: 500;
    font-size: 16px;
}

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0;
}

.dropdown-menu {
    border: none;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 0.5rem;
    font-size: 16px;
}

.dropdown-item {
    padding: 0.5rem 1rem;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.dropdown-item:hover {
    background-color: rgba(var(--bs-primary-rgb), 0.1);
    color: var(--primary-color);
}

.navbar-nav .nav-item {
    margin-right: 0.5rem;
}

.navbar-nav .dropdown-toggle::after {
    margin-left: 0.5rem;
    vertical-align: middle;
}

/* ======================================
   Hero Carousel
====================================== */
.cstyle_cls {
    min-height: 420px;
    display: flex;
    align-items: center;
}

.carousel-caption1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ======================================
   Sections
====================================== */
.section-title h2 {
    font-size: 28px;
    color: #00726C;
    padding-top: 10px;
    position: relative;
    padding-top: 0;
    font-weight: 500;
}

.section-title h2::before {
    content: '';
    position: absolute;
    width: 15%;
    height: 2px;
    background-color: #fdcc30;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
}

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

p.extracls {
    text-align: justify;
    font-size: 18px;
    color: #000000;
}

.counter-wrapper {
    position: relative;
    background: url(/images/wadmore-hero-banner.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.counter-wrapper-tint {
    background: #bbdfe0e8;
}

.count {
    font-size: 28px;
    font-weight: 600;
    color: midnightblue;
}

/* ======================================
   Cards & Blocks
====================================== */
.abt-main-block img {
    transition: .5s ease;
    height: 356px;
    object-fit: cover;
    width: 100%;
}

.abt-main-block {
    position: relative;
    border: 2px solid #fdc203;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.abt-main-block img:hover {
    transform: scale(1.1);
    transition: .5s ease;
}

.hover-img {
    overflow: hidden;
}

.hover-img img {
    transition: .5s ease;
}

.hover-img img:hover {
    transform: scale(1.1);
    transition: .5s ease;
}

.wwo-card:hover img {
    transform: scale(1.1);
    transition: .5s ease;
}

.nenifit_secsub {
    margin-top: 30px;
}

.card-body.nstyle2 {
    border: 4px solid #FF9800;
    border-radius: 3%;
    margin: 6px;
    transition: .5s ease;
}

.card-body.nstyle2:hover {
    transform: scale(1.1);
    transition: .5s ease;
}

.card-body.nstyle3 {
    border-bottom: 2px solid #01986f;
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 0px;
    box-shadow: 0px 1px 3px 1px #4fae94;
}

.home-star {
    border-top: 3px solid #01986f;
    transition: all 0.3s ease;
    background: #fff;
}

.home-star:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(1, 152, 111, 0.15) !important;
}

img.img_style {
    width: 80px;
    border-radius: 10%;
    padding: 5px;
    box-shadow: 0px 0px 4px 2px #01986f;
}

/* ======================================
   Page Hero (Inner Pages)
====================================== */
section.inner_slide {
    position: relative;
}

.inner_slide.tent {
    background: #002147d6;
}

/* ======================================
   Services Section
====================================== */
.section-services {
    background-color: #e6edf7;
    color: #202020;
}

.single-service {
    position: relative;
    margin-top: 30px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 30px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0px 0px 10px #9acde6;
    border: 1px solid #69c2ed;
}

.single-service .content {
    position: relative;
    z-index: 20;
}

.single-service .circle-before {
    position: absolute;
    top: 0;
    right: 0px;
    transform: translate(40%, -40%);
    width: 150px;
    height: 150px;
    border: 2px solid #FF9800;
    border-radius: 50%;
    opacity: 0.5;
    z-index: 10;
    transition: all .6s;
}

.single-service:hover .circle-before {
    width: 100%;
    height: 100%;
    transform: none;
    border: 0;
    border-radius: 0;
    opacity: 1;
}

/* ======================================
   Table Styles
====================================== */
tr.table-header.nstyle1 th {
    background: #01986f;
    color: white;
    padding: 10px;
    border: 2px solid;
    text-align: center;
    font-size: 16px;
    border-radius: 3px;
}

tr.table-row.nstyle td {
    font-size: 16px;
    text-align: center;
    border: 2px solid gainsboro;
}

/* ======================================
   Infographic (Outcomes Page)
====================================== */
.infographic18_block {
    border: 2px solid;
    position: relative;
    padding: 5px;
    border-radius: 20px;
}

.infographic18_main {
    background-color: #8bc34a57;
    box-shadow: 0 8px 17px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    padding: 10px;
    border-radius: 67px;
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.infographic18_main i {
    font-size: 30px;
    border: 4px solid;
    padding: 15px;
    border-radius: 50%;
    transition: .5s ease;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.infographic18_main h4 {
    font-size: 20px;
    margin: 0;
    color: #000;
    font-weight: 400;
}

.infographic18_block.one {
    border-color: #03325a;
}

.infographic18_block.one::before {
    background-color: #03325a;
}

.infographic18_block.one:hover i {
    background-color: #03325a;
    transition: .5s ease;
    color: #fff !important;
}

.infographic18_block.one:hover h4 {
    color: #03325a;
    transition: .5s ease;
}

.infographic18_block.three {
    border-color: #EE3818;
}

.infographic18_block.three:hover i {
    background-color: #EE3818;
    transition: .5s ease;
    color: #fff !important;
}

.infographic18_block.three:hover h4 {
    color: #EE3818;
    transition: .5s ease;
}

/* ======================================
   Thm Button
====================================== */
.thm-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    outline: none !important;
    font-weight: 400;
    font-size: 16px;
    color: white;
    background-color: #dba500;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    transition: 0.5s ease-in-out;
    text-transform: capitalize;
    overflow: hidden;
    gap: 15px;
    z-index: 2;
    text-align: center;
    border: 2px solid #fff;
}

.thm-btn::after {
    content: "";
    background-color: #1f1094cf;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    clip-path: circle(0% at 50% 50%);
    transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
    z-index: -1;
}

.thm-btn:hover:after {
    clip-path: circle(100% at 50% 50%);
    transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
}

.thm-btn:hover {
    color: #fff;
}

/* ======================================
   Footer
====================================== */
.footer {
    background-color: cadetblue;
    color: #000000;
    padding: 2rem 0;
}

.footer_h5 {
    color: wheat;
    border-bottom: 2px solid white;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.footer a {
    text-decoration: none;
    transition: opacity 0.2s ease;
    font-size: 16px;
    font-weight: 300;
    color: black !important;
}

.footer a:hover {
    opacity: 0.8;
}

.social-links {
    display: flex;
    align-items: center;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.2s ease;
}

.social-links a:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.social-links i {
    font-size: 1.1rem;
}

ul.list-unstyled li a {
    font-size: 16px;
    font-weight: 500;
    word-break: break-all;
}

ul.list-unstyled li {
    list-style: disc;
    margin-left: 20px;
    padding-right: 0px;
}

.footer_bottom {
    background: #f5f5f5;
    padding: 15px 0;
    border-top: 2px solid #01986f33;
}

.nimg_style {
    background: white;
    padding: 10px;
    margin: 0px;
}

/* ======================================
   Floating Widget
====================================== */
.floter {
    position: fixed;
    top: 60%;
    left: auto;
    right: 10px;
    transition: all .45s ease-in-out;
    transform: translate(0, -50%);
    z-index: 111;
    background: #fff;
    box-shadow: 0px 0px 3px rgb(179 174 2);
    border-radius: 10px;
    padding: 0;
    border: 2px solid #8BC34A;
}

.floter ul {
    padding: 0;
    margin: 0;
}

.floter ul li {
    list-style: none;
    padding: 6px;
    text-align: center;
}

.floter ul li i {
    color: #108761;
}

.floter ul li a span {
    font-size: 12px;
    display: block;
    color: #504949;
}

/* ======================================
   Animations
====================================== */
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-20%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(20%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ======================================
   Responsive
====================================== */
@media (max-width: 991px) {
    section.class_footer_mainsec {
        margin: 20px;
    }

    .container.nstyle_con {
        max-width: 100%;
    }

    .abt-main-block img {
        height: 220px;
    }

    .carousel-caption1 {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    section.class_footer_mainsec {
        margin: 10px;
    }

    .counter-wrapper {
        background-attachment: scroll;
    }

    .floter {
        top: auto;
        bottom: 0;
        right: 0;
        left: 0;
        transform: none;
        border-radius: 10px 10px 0 0;
    }

    .floter ul {
        display: flex;
    }

    .floter ul li {
        flex: 1;
        border-bottom: none !important;
        border-right: 1px solid #ddd;
    }

    .floter ul li:last-child {
        border-right: none;
    }

    h1.display-5 {
        font-size: 1.8rem;
    }

    .navbar-brand img {
        width: 120px;
    }

    button.navbar-toggler{
        background: #1fad80;
    }
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
    .navbar-brand img {
        width: 140px;
    }

    .navbar .container {
        max-width: 100%;
    }
}