.raleway {
    font-family: 'Raleway', sans-serif;
}

.roboto {
    font-family: 'Roboto', sans-serif;
}

.semi {
    font-weight: 600;
}

.medium {
    font-weight: 500;
}

.pe-60 {
    padding-right: 60px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-36 {
    font-size: 46px;
    line-height: 60px;
}

.main_bg {
    background: url(../images/main_bg.jpg) no-repeat;
    background-size: cover;
}

.main_banner {
    padding-top: 100px;
    padding-bottom: 100px;
}

.color-0f3049 {
    color: #0f3049;
}

.color-67addf {
    color: #8fcdfa;
}

.header {
    background-color: #f0f8ff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.all_link_sec {
    /*background: #e6e6e6;*/
    padding-top: 70px;
    padding-bottom: 70px;
}

.box_border {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    padding: 40px;
    border-radius: 10px;
    text-align: center;
}

.all_link_sec .link_opn_btn {
    background-color: RGB(255, 202, 8);
    padding: 10px 40px;
    border-radius: 10px;
    border: 1px solid #000;
}

.all_link_sec .link_opn_btn:hover {
    background-color: #0f3049;
    color: #fff !important;
}

.footer {
    background-color: aliceblue;
}

a:hover {
    color: #67addf !important;
}

/*  modal */
.modal-header {
    position: relative;
}

.modal-content .modal-title {
    background-color: #67addf;
    width: 100%;
    text-align: center;
    padding: 30px;
    z-index: 0;
    font-size: 24px;
}

.modal-content .btn-close {
    position: absolute;

    right: 20px;

    top: 20px;

    opacity: 1;

    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;

    height: 1em;

    width: 1em;

    z-index: 1;
}

.modal .modal-body a:hover {
    color: #787878 !important;
    text-decoration: underline !important;
}

.modal-header {
    padding: 0px;
}

/*  carousel  */
.carousel-indicators {
    margin-bottom: -45px;
}

.carousel-indicators [data-bs-target] {
    width: 25px;
    height: 3px;
    margin-right: 5px;
    margin-left: 5px;
}

.carousel-control-prev {
    left: -78px;
}

.carousel-control-next {
    right: -78px;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}

.my_slider {
    padding-left: 60px;
    padding-right: 60px;
}

.carousel-inner {
    border: 1px solid #ffffff7a;
    padding: 4px;
}

.btn-hover.color-1 {
    background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
    box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
}

.btn-hover {
    cursor: pointer;
    padding: 20px 100px 20px 50px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: #fff !important;
}

.dwn_btn {
    box-shadow: 0 1px 12px 0 rgb(255 255 255 / 75%);
    border-radius: 10px;
    margin-top: 30px;
}

/* Grow */
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* about_popup */
#about_modal .modal-body {
    padding: 1rem 10px
}

.font-24 {
    font-size: 24px;
}

.mb-50 {
    margin-bottom: 40px;
}

.image_size {
    height: 90px;
    width: 95px;
    border-radius: 50%;
}

.person_info {
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 1rem rgba(0, 0, 0, .35);
    margin-top: 16px;
}

/* end about_popup */


/*  responsive  */
@media (max-width: 1399.98px) {
    .main_logo img {
        max-width: 85%;
    }

    .header {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .main_banner {
        padding-top: 70px;
        padding-bottom: 80px;
    }

    .font-36 {
        font-size: 40px;
        line-height: 52px;
    }

    .main_banner .font-18 {
        font-size: 16px;
    }

    .btn-hover {
        padding: 16px 85px 16px 40px;
    }

    .font-20 {
        font-size: 18px;
    }

    .dwn_btn:before {
        padding: 9px;
    }

    .dwn_btn {
        margin-top: 20px;
    }

    .box_border {
        padding: 35px;
    }

    .all_link_sec .link_opn_btn {
        padding: 8px 36px
    }

    .dwn_btn {
        max-width: 85%;
    }
}

@media (max-width: 768px) {
    .pe-60 {
        padding-right: 0px;
    }

    .font-36 {
        font-size: 34px;
        line-height: 44px;
    }

    .carousel-control-prev {
        left: -50px;
    }

    .carousel-control-next {
        right: -50px;
    }

    .my_slider {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 50px;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 1.5rem;
        height: 1.5rem;
    }

    .header {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .main_banner {
        padding-top: 50px;
    }

    .all_link_sec {
        padding-top: 60px;
        padding-bottom: 45px;
    }

    .box_border {
        padding: 30px 22px;
    }

    .footer .nav-link {
        padding: 10px 10px;
    }

    .footer .list-inline-item:not(:last-child) {
        margin-right: 0px;
    }

    .navbar-nav {
        background-color: #8fcdfa;
        padding: 20px;
        margin-top: 10px;
    }

    .menu_links a:hover {
        color: #fff !important;
    }

    .navbar-toggler-icon {
        background: url(../images/menu.png) no-repeat;
    }

    .navbar-toggler {
        padding: .25rem 0px;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }
}



/* about us style */

.about_sec {padding: 60px 0px;}

h1 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    text-align: center;
    color: #333;
}

.person-info {
    margin-bottom: 40px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.person-info .header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.image-wrapper {
    flex-shrink: 0;
    margin-right: 20px;
}

.avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #007bff;
}

.info .name {
    font-size: 1.5rem;
    font-weight: bold;
    color: #223140;
}

.video-wrapper {
    margin-bottom: 20px;
}

.details p {
    font-size: 1.1rem;
    color: #555;
}

@media (max-width: 768px) {
    .header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .image-wrapper {
        margin-bottom: 10px;
    }
}

/* contact style */




/*.contact-details {
background-color: #8fcdfa36;
}*/
.contact-details{
    padding-right: 60px;
    padding-top: 30px;
}
.contact-details h2 {
    font-size: 34px;
    margin-bottom: 48px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    color: #0f3049;
}

.contact-details p {
    font-size: 1.1rem;
    margin-bottom: 24px;
}

.contact-form h1 {
    font-size: 34px;
    margin-bottom: 38px;
    text-align: center;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    color: #0f3049;
}
.contact-form .form-group label{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
    color: #0f3049;
    font-family: 'Roboto', sans-serif;
}
.contact-form{
    padding: 52px 80px;
}
.form-group {
    margin-bottom: 20px;
}

.form-control {
    padding: 13px 18px;
    font-size: 16px;
    color: #0f3049;
    font-family: 'Roboto', sans-serif;
}

.form_submit_btn{
    padding: 12px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    background-color: #103049;
    transition: background-color 0.3s ease;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 600;
    border: none;
    margin-top: 10px;
}
.contact_section{
    padding: 90px 0px;
}
.contact_section .contact_details_text img{
    width: 50px;
    padding-right: 12px;
}
.contact_section .contact_details_text{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #103049;
}
.contact_section .contact_details_text a{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #103049;
    text-decoration: none;
}
.form_submit_btn:hover{
    color: #103049;
    background-color: #66addf;
}
.slide-in {
  animation: slideIn 1s ease-in-out;
  background-color: #8fcdfa36;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(100%);
    }

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


/* blog style */

/*.blog-container {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    
    justify-content: center;
     padding-bottom: 200px;
}*/

.blog-item {
   
    /*width: 300px;

    height: 400px;
    
    overflow: hidden;*/
    
    border: 1px solid #ddd;
   
    border-radius: 10px;
    
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    
    transition: transform 0.3s;
    
}

.blog_imag{
     position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
}
/*.blog-item:hover {
    transform: scale(1.05);
    
}*/

.blog-item .content {
    padding: 24px 20px;
    height: 40%;
    /* Adjust based on the max-height of the image */
    overflow: hidden;
    /* Ensure text does not overflow */
    color: #7f1f1f;
}

.blog-item .title {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    color: #0f3049;
    font-weight: 600;
    margin-bottom: 16px;
}

.blog-item .subtitle,
.blog-item .date {
    font-weight: 400;
    color: #a71f1f;
    font-size: 18px;
    color: #66addf;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 8px;
}

.blog-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    /* Semi-transparent black background */
    color: white;
    opacity: 0;
    transition: opacity 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px 10px 0px 0px;
}

.blog-item:hover .overlay {
    opacity: 1;
    /* Show overlay on hover */
}

.blog-item .overlay-text {
    text-align: center;
}

.blog-item .read-more a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

.highlight {
    background-color: #497ba7;
    padding: 5px 10px;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
}

.highlight:hover {
    background-color: #58bbfe;
    color: white;
}

/* Articel Descripton style */
/* Articel Descripton style */
.atrical_list{padding: 90px 0px 110px;}
.detail_artical{padding: 90px 0px;}

.article-container img {
    width: 100%;
    max-height: 550px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 15px;
}

.article-container h2 {
    font-size: 34px;
    margin-bottom: 38px;
    color: #103049;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.article-container p {
    font-size: 18px;
    color: #103049;
    line-height: 1.6;
    font-family: 'Roboto', sans-serif;
}

.article-container strong {
    font-weight: bold;
}

.article-container .subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    color: #66addf;
    margin-bottom: 15px;
}

.article-container .date {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #103049;
    margin-bottom: 15px;
}

.read-more {
    text-align: center;
    margin-top: 40px;
}

.read-more a {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    background-color: #103049;
    transition: background-color 0.3s ease;
}

.read-more a:hover {
    background-color: #66addf;
    color: #103049!important;
}

.description {
    white-space: pre-wrap;
    /* Ensures whitespace and line breaks are respected */
    word-wrap: break-word;
    /* Prevents long words from overflowing */
}

.section_title {
    font-size: 34px;
    margin-bottom: 48px;
}

.mb_50 {
    padding-bottom: 50px;
    width: 60%;
    margin: 0 auto;
}

.testimonial {
    background-color: #8fcdfa36;
    padding: 100px 0px 120px;
}

.testimonial .slider_item {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 1rem rgba(0, 0, 0, .15);
    padding: 28px 32px;
    margin: 0px 24px;
}

.testimonial .slider_item img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: 2px solid #103049;
}

.testimonial .slider_text {
    padding-left: 20px;
}

.slick-prev::before, .slick-next::before {
    color: #103049 !important;
}

/* new design contavt us page */


/*  responsive  */

@media (max-width: 1450px) {
    .atrical_list {padding: 70px 0px 90px;}
    .about_sec {padding: 30px 0px;}
    .detail_artical{padding: 70px 0px;}
    .contact_section {padding: 70px 0px;}
}
@media (max-width: 1399.98px) {
    .main_logo img {
        max-width: 85%;
    }

    .header {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .main_banner {
        padding-top: 70px;
        padding-bottom: 80px;
    }

    .font-36 {
        font-size: 40px;
        line-height: 52px;
    }

    .main_banner .font-18 {
        font-size: 16px;
    }

    .btn-hover {
        padding: 16px 85px 16px 40px;
    }

    .font-20 {
        font-size: 18px;
    }

    .dwn_btn:before {
        padding: 9px;
    }

    .dwn_btn {
        margin-top: 20px;
    }

    .box_border {
        padding: 35px;
    }

    .all_link_sec .link_opn_btn {
        padding: 8px 36px
    }

    .dwn_btn {
        max-width: 85%;
    }
    .blog-item .content{
        padding: 20px 16px;
    }
    .blog-item .subtitle, .blog-item .date{font-size: 16px;}
    .blog_imag{height: 250px;}
    .form-control{padding: 10px 18px;}
    .form-group {
    margin-bottom: 17px;
}
.contact-form .form-group label{font-size: 15px;margin-bottom: 6px;}
.contact-form h1{font-size: 30px;
    margin-bottom: 28px;}
}

@media (max-width: 768px) {
    .pe-60 {
        padding-right: 0px;
    }

    .font-36 {
        font-size: 34px;
        line-height: 44px;
    }

    .carousel-control-prev {
        left: -50px;
    }

    .carousel-control-next {
        right: -50px;
    }

    .my_slider {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 50px;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 1.5rem;
        height: 1.5rem;
    }

    .header {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .main_banner {
        padding-top: 50px;
    }

    .all_link_sec {
        padding-top: 60px;
        padding-bottom: 45px;
    }

    .box_border {
        padding: 30px 22px;
    }

    .footer .nav-link {
        padding: 10px 10px;
    }

    .footer .list-inline-item:not(:last-child) {
        margin-right: 0px;
    }

    .navbar-nav {
        background-color: #8fcdfa;
        padding: 20px;
        margin-top: 10px;
    }

    .menu_links a:hover {
        color: #fff !important;
    }

    .navbar-toggler-icon {
        background: url(../images/menu.png) no-repeat;
    }

    .navbar-toggler {
        padding: .25rem 0px;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .testimonial {
        padding: 50px 0px 50px;
    }

    .section_title {
        font-size: 28px;
    }

    .mb_50 {
        width: 100%;
        padding-bottom: 40px;
    }

    .testimonial .slider_item {
        box-shadow: 0 0 1rem rgba(0, 0, 0, .15);
        padding: 24px 14px;
        margin: 0px 10px;
    }

    .testimonial .slider_item img {
        height: 60px;
        width: 60px;
    }

    .testimonial .slider_text {
        padding-left: 14px;
    }

    .testimonial .font-16 {
        font-size: 14px;
    }

    .atrical_list {padding: 50px 0px 60px;}
    .article-container{text-align: center;}
    .article-container h2{font-size: 30px;margin-bottom: 28px;}
    .article-container p{font-size: 16px;}
    .detail_artical {padding: 50px 0px;}
    .contact_section {padding: 50px 0px;}
    .contact-details {padding-right: 0px;padding-top: 0px;padding-bottom: 30px;}
    .contact-details h2, .contact-form h1{font-size: 30px;margin-bottom: 38px;text-align: center;}
    .contact-form {
  padding: 40px 28px;
}


}