@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: "DM Sans", sans-serif;
}

.logo-img {
    width: auto;
    height: 150px;
    object-fit: contain;
}

.nav-link {
    font-size: 21px !important;
    position: relative;
    text-decoration: none;
}

.nav-item:hover .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 2px;
    background-color: black;
}

.articlelink {
    margin-left: -7px;
    margin-top: -8px !important;
}

.article-link {
    margin-left: 15px;
    /*margin-top: -8px !important;*/
}

.articleDate {
    flex-wrap: wrap;
    list-style: circle;
}
/* hero image styling start */
.image-container {
    position: relative;
    text-align: center;
    color: white;
}

.centered-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
}

.image-container img {
    width: 100%;
    height: 70vh;
    object-fit: cover;
}

.article-link {
    text-decoration: underline;
    color: black;
}

.article-desc {
    font-size: 25px;
    text-wrap: wrap;
}

.articletitle {

    font-family: "Marcellus", serif;
    font-size: 48px;
    color: #267485;
    text-align: center;
   
}

.articlephoto {
    height: 40vh;
    width: auto;
    object-fit: contain;
    margin-top: 5%;
    margin-bottom: 5%;
}

.button-contact {
    text-align: center;
}

.btn-freeconsult {
    margin-bottom: 5%;
    font-size: 24px !important;
}

.detailarticle {
    text-wrap: wrap;
    font-size: 21px !important;
}

.subscribe-now {
    background-color: #bfbfbf;
}

.subscribe-container {
    border-radius: 8px;
    padding: 30px;
    max-width: 900px;
    margin: 40px auto;
}

    .subscribe-container h3 {
        font-size: 60px;
        margin-bottom: 20px;
        color: #333;
        text-align: center;
        font-family: "Marcellus", serif !important;
    }

    .subscribe-container p {
        margin-bottom: 30px;
        font-size: 22px;
        color: #3c3927;
        text-align: center;
    }

/*.form-control {
    border-radius: 4px;
    box-shadow: none;
    border-color: #ced4da;
    background-color: #bfbfbf !important;
    font-size: 16px;
    height: 8vh;
}*/

/*.form-group label {
    font-size: 21px;
    margin-bottom: 5px;
}*/

/*.form-control:focus {
    border-color: #000;
    box-shadow: 0 0 0 0.2rem rgba(29, 29, 29, 0.25);
}*/

.btn-subscribe {
    background-color: #267485 !important;
    border-color: #000;
    font-size: 19px;
    border-radius: 10px;
    padding: 17px 20px;
    margin-top: 20px;
    display: inline-block;
}

.btn-primary:hover {
    background-color: #0056b3;
    border-color: #004085;
}

.button-container {
    text-align: center;
    margin-top: 20px;
}

.contantus-heading {
    font-family: "Marcellus", serif !important;
    font-size: 60px;
    font-weight: 100;
    text-wrap: wrap;
}

.contantus-info {
    font-size: 21px;
    text-wrap: wrap;
}

.contantus-email {
    font-weight: 700;
}

.footer-section {
    background-color: #bfbfbf;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.footer-heading {
    font-size: 64px;
    font-family: "Marcellus", serif !important;
}

.footer-menu {
    font-size: 21px;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap; /* Allow wrapping */
}

    .footer-menu li {
        position: relative;
        list-style: none;
        margin-right: 15px;
        margin-bottom: 10px; /* Add some bottom margin for spacing */
    }

    .footer-menu a {
        text-decoration: none;
        color: #000;
        position: relative;
    }

    .footer-menu li::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -5px;
        height: 2px;
        background-color: transparent;
        transition: background-color 0.3s ease-in-out;
    }

    .footer-menu li:hover::after {
        background-color: black;
    }

.follow-page {
    font-size: 21px;
}
.footer-section .copyright {
    font-size: 16px;
    padding-top: 30px;
}

.footer-favicon img:hover {
    cursor: pointer;
}

.parent-container {
    background-color: #F7F7F7;
    padding:30px 0px;
}

.inner-parent {
    max-width: 780px;
    width: 100%;
    background-color: #FFFFFF;
    margin: 0px auto;
    padding-top: 35px;
}
.inner-parent 
    h1 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    margin: 0;
    padding: 0;
    color: #222222;
    font-family: Helvetica;
    font-size: 40px;
    font-style: normal;
    font-weight: bold;
    line-height: 150%;
    letter-spacing: normal;
    text-align: center;
    box-sizing: border-box;
}

.par-cont {
    padding: 18px;
    color: #808080;
    font-family: Helvetica;
    font-size: 16px;
    line-height: 150%;
    text-align: left;
    box-sizing: border-box !important;
}
.inner-parent
p {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 10px 0;
    padding: 0;
    color: #808080;
    font-family: Helvetica;
    font-size: 16px;
    line-height: 150%;
    text-align: left;
    box-sizing: border-box !important;
    "><span style="font-size: 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box !important;
    font-size: 22px;
}
.inner-parent 
ul li span{
font-size: 22px;
}

.sign-head {
    text-align: center;
    font-size: 32px;
    margin-bottom:25px;
}

.inner-parent img{
    max-width:70%;
    display:block;
    margin:0 auto
}

.inner-parent strong {
    font-size: 22px;
    color: #008080;
    text-align: center;
    display: block;
    margin-top: 10px;
}
.inner-parent 
.homesubscribe-container {
    display:block;
    max-width:50%;
    margin:0 auto;
}

    .inner-parent
    .homesubscribe-container
    .form-group label {
        color: rgb(34, 34, 34);
        font-family: Arial;
        font-size: 15px;
        line-height: 150%;
        text-align: left;
        font-weight: bold;
    }

    .inner-parent
    .homesubscribe-container
    .form-control {
        background-color: #ffffff;
 

        margin: 0 0 24px;
        max-height: 36px;
        min-width: 50px;
        padding: 0 0.4em;
        vertical-align: middle;
        width: 100%;
        border-radius: 1px;
        color: rgb(34, 34, 34);
        border-color: #838383;
    }
    .inner-parent
    .homesubscribe-container .btn-subscribe {
        background-color: rgb(221, 74, 74) !important;
        border-radius: 3px;
        border: 0px;
        box-shadow: none;
        color: rgb(255, 255, 255);
        font-family: Arial;
        font-size: 16px;
        font-weight: normal;
        -webkit-appearance: none;
        cursor: pointer;
        width: 100%;
        padding-right: 15px;
        padding-bottom: 12px;
        padding-left: 15px;
        padding-top: 10px;
        height: auto;
        min-height: auto;
        margin-top: 0;
        margin-bottom:15px;
    }

@media (max-width: 576px) {
    .logo-img {
            width: auto;
            height: 120px;
            object-fit: contain;
        }

        .centered-text {
            font-size: 35px;
        }

        .article-desc {
            font-size: 20px;
        }

        .subscribe-container h3 {
            font-size: 35px;
        }

        .subscribe-container p {
            font-size: 20px;
        }

        .form-group label {
            font-size: 20px;
        }

        .contantus-heading {
            font-size: 35px;
        }

        .contantus-info {
            font-size: 20px;
        }

        .footer-heading {
            font-size: 35px;
        }

        .footer-menu {
            font-size: 18px;
            margin-left: 0;
            margin-top: 25px;
        }

        .sub-logo.workimagehome {
            width: 300px;
            margin-top: 415px;
        }
    .inner-parent .homesubscribe-container {
        display: block;
        max-width: 100%;
    }
    .sign-head {
    
        display: block;
        line-height: 1.2;
    }
    .inner-parent {
        max-width: 90%;
    }
    }

    .header-front {
    max-width: 1380px !important;
    padding: 30px;
    justify-content: space-between;
}

    .header-front .navbar {
        width: 100%;
    }

    .header-front ul.navbar-nav.ms-auto.mb-2.mb-lg-0 li {
        margin: 0px 30px;
    }

        .header-front ul.navbar-nav.ms-auto.mb-2.mb-lg-0 li:last-child {
            margin-right: 0;
        }

    .header-front .logo-img {
        height: 180px;
    }

    .header-front ul.navbar-nav.ms-auto.mb-2.mb-lg-0 li .nav-link {
        font-size: 26px !important;
        color: black;
    }

.contect-img {
    max-width: 700px;
    display: block;
    margin: 0 auto;
}

p.contactus-info {
    font-size: 22px;
    font-weight: 700;
}

.email-decoration {
    text-decoration: underline;
    color: #0A58CA
}

/*@media(max-width:1399px) {
    .articlelink {
        margin-left: -7px;
        margin-top: 19px !important;
        line-height: 1;
    }
}*/

.article-date {
    margin-right: 10px; /* Adjust the space between date and title */
    white-space: nowrap; /* Ensure the date stays on a single line */
}

.homepage-image-container {
    position: relative;
    text-align: center;
    color: white;
}

.centered-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
}

.homepagecentered-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hometext {
    font-size: 68px;
    line-height: 1;
    font-weight: 400;
    margin-top: 144px;
    font-family: "Marcellus", serif;
    max-width: 1100px;
    margin-bottom: 95px;
}

.subimagehome {
    width: 42%;
    height: 47vh;
    object-fit: contain;
    margin-top: 0%;
    box-sizing: border-box;
    border-radius: 40px;
    padding: 20px;
}

.image-container img {
    width: 100%;
    height: 70vh;
    object-fit: cover;
}

.homepage-img {
    width: 100%;
    height: 830px;
    object-fit: cover;
}

.image-container {
    position: relative;
    text-align: center;
    color: white;
}

.undecided-section {

    background-color: #bfbfbf;
    margin-top: 0;
    padding: 51px 0px !important;
}

h2.homepagecontantus-heading {
    font-size: 70px;
    font-weight: 400;
    font-family: 'Marcellus', serif;
}

.welcome-header {
    color: #267485;
    font-family: "Marcellus", serif;
    font-size: 65px;
}

.welcome-paragraph {
    font-size: 21px;
}

    .welcome-paragraph a {
        color: #267485;
    }

    .welcome-paragraph span {
        color: #0070c0;
        text-decoration: underline black;
    }

.homesubscribe-container {
    border-radius: 8px;
    padding: 30px;
    max-width: 900px;
    margin: 0px auto;
    margin-top:0px;
    padding-bottom:0
}

    .homesubscribe-container h3 {
        font-size: 65px;
        margin-bottom: 20px;
        color: #333;
        text-align: center;
        font-family: "Marcellus", serif;
    }

    .homesubscribe-container p {
        margin-bottom: 30px;
        font-size: 22px;
        color: #3c3927;
        text-align: center;
    }

.btn-learnmore {
    background-color: #267485 !important;
    border-color: #000;
    border: 2px solid #267485 !important;

    border-radius: 12px;
    padding: 15px 20px;
    display: inline-block;
   font-size:18px;
   width:max-content
}

.btn-primary:hover {
    background-color: #0056b3;
    border-color: #004085;
}

.form-control {
    border-radius: 4px;
    box-shadow: none;
    border-color: #a7adb4;
    font-size: 16px;
    height: 50px;
}

.form-group label {
    font-size: 21px;
    margin-bottom: 5px;
}

.form-control:focus {
    border-color: #000;
    box-shadow: 0 0 0 0.2rem rgba(29, 29, 29, 0.25);
}

.work-header {
    font-size: 65px;
    text-wrap: wrap;
    font-family: "Marcellus", serif;
}

.howwork-header {
    font-size: 65px;
    text-wrap: wrap;
    font-family: "Marcellus", serif;
    color: #267485;
}

.howwork-subheader {
    font-size: 38px;
    text-wrap: wrap;
    font-family: "Marcellus", serif;
    color: #267485;
}

.textpoint {
    font-size: 25px !important;
}

.serivce-subheader {
    font-size: 23px;
    text-wrap: wrap;
    font-weight: 700;
    font-family: "Marcellus", serif;
    color: #267485;
}

.serivce-paragraph {
    font-size: 33px;
    text-wrap: wrap;
    font-family: "Marcellus", serif;
    color: #35414e;
}

.btn-kid {
    background-color: #d50f1e !important;
    border: #000 !important;
    font-size: 27px !important;
}



.kid-img {
    width: auto;
    height: 438px;
    display: block;
    margin: 0 auto;
    border-radius: 54px;
}

.workimagehome {
    width: 23%;
    height: 315px;
    object-fit: cover;
    margin-top: 237px;
    box-sizing: border-box;
    border-radius: 40px;
    padding: 20px;
}
.homepage-image-getstarted{
    width:100%;
    height:auto;
    object-fit:cover;
       border-radius:15px;
    
}

.sub-logo {
    width: auto;
    height: auto;
    margin-top: 302px;
}

.subcribe-2-form h3 {
    color: #267485;
    text-transform:uppercase;
}
.subcribe-2-form p {
    font-weight: bolder;
}
.subcribe-2-form .btn-subscribe {
    padding: 14px 12px;
    font-size: 18px;
    margin-bottom:15px;
}


img.homepage-img.other-page-banner {
    height: 555px;
}

.subscribe-container 
.form-control {
    background:none;
    border-color:white
}
.subscribe-container
.btn-subscribe {
    background-color: black !important;
}

    @media (max-width:480px) {
        .subimagehome {
            margin-top: 0 !important;
            height: 100px;
            width: 52%;
            padding: 0;
        }

        .hometext {
            font-size: 36px !important;
            margin-bottom: 50px;
            margin-top: 62px;
        }

        .welcome-header {
            font-size: 40px !important;
        }


        .welcome-paragraph {
            font-size: 15px !important;
        }

        .contect-img {
            max-width: 300px;
            display: block;
            margin: -135px auto;
        }

        .footer-section img {
            width: 30px !important;
            height: 30px !important;
        }

        .footer-section .copyright {
            font-size: 16px;
            padding-top: 15px;
            text-align: center;
        }

        h2.homepagecontantus-heading {
            font-size: 43px;
            font-weight: 400;
        }

        .undecided-section {
            padding: 20px !important;
        }

        .homesubscribe-container h3 {
            font-size: 41px;
        }

        .homesubscribe-container p {
            margin-bottom: 30px;
            font-size: 17px;
            color: black;
            text-align: center;
        }

        .homesubscribe-container {
            padding: 14px;
        }

        .homepage-img {
            height: 332px;
        }

        .articletitle {
            font-size: 30px;
        }
        .work-header {
            font-size: 44px;
        }
        img.homepage-img.other-page-banner {
            height: 200px;
        }
        .workimagehome {
            width: 39%;
            height: 100px;
            object-fit: cover;
            margin-top: 75px;
            box-sizing: border-box;
            border-radius: 12px;
            padding: 0;
        }
        .serivce-paragraph {
            font-size: 20px;
        }

        .btn-kid {
            margin-bottom:20px;
            font-size: 18px !important;
        }

        }