
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

body {
    font-family: "DM Sans", sans-serif;
    color: #2E3F65;    
    font-size: 15px;
    background: #f8f3f0;
}

.form-check-input:checked {
    background-color: #2E3F65;
    border-color: #2E3F65;
}

.btn-style1 {
    background: linear-gradient(87.62deg, #865B36 0%, #C6966A 100%);
    color: #FFFFFF;
    border: none;
    padding: 10px 25px;
    font-weight: 600;
    min-width: 160px;
}
.btn-style1 span {
    background: url('../images/icon-arrowleft.png') no-repeat center;
    width: 15px;
    height: 15px;
    display: inline-block;
    background-size: 15px;
    margin-left: 10px;
    position: relative;
    top: 2px;
}
.btn-style1:hover,
.btn-style1:focus,
.btn-style1.active {
    color: #FFFFFF;
    background: linear-gradient(87.62deg, #865B36 0%, #865B36 100%);
}


.btn-style2 {
    background: #2E3F65;
    color: #FFFFFF;
    border: none;
    padding: 10px 25px;
    font-weight: 600;
    min-width: 160px;
}
.btn-style2:hover,
.btn-style2:focus,
.btn-style2.active {
    color: #2E3F65;
    background: #F1F1F1;
}


.btn-style3 {
    background: linear-gradient(45deg, #895E38 0%, #C6966A 100%);
    color: #FFFFFF;
    border: none;
    padding: 10px 25px;
    font-weight: 600;
    min-width: 160px;
}
.btn-style3:hover,
.btn-style3:focus,
.btn-style3.active {
    color: #FFFFFF;
    background: linear-gradient(87.62deg, #865B36 0%, #865B36 100%);
}


.textbox-style1 {
    display: flex;
}
.textbox-style1 .seperator {
    border-top: 1px solid #2C3A63;
    width: 200px;
    margin-top: 17px;
    margin-right: 20px;
}
.textbox-style1 h3 {
    font-weight: 300;
    font-size: 25px;
    margin-bottom: 15px;
}

.newsbox-style1 {
    display: flex;
    align-items: center;
}
.newsbox-style1 .image-div {
    min-width: 240px;
    padding-top: 65%;
    padding-top: 50%;
    overflow: hidden;
    position: relative;
}
.newsbox-style1 .image-div img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    margin: auto;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}
.newsbox-style1 .text-div {
    padding: 30px;
    font-size: 14px;
}
.newsbox-style1 .text-div h3 {
    font-weight: 600;
    font-size: 18px;
    border-bottom: 1px solid #94A1BB;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.newsbox-style1 .text-div .btn-readmore {
    margin-top: 20px;
    font-size: 14px;
}


.pagination-style1 {
    font-weight: 700;
}
.pagination-style1 .page-link {
    color: #2C3A63;
    border: none;
    background: none;
    font-size: 18px;
    padding: 10px 15px;
}
.pagination-style1 .page-item:first-child .page-link {
    padding-right: 30px;
}
.pagination-style1 .page-item:last-child .page-link {
    padding-left: 30px;
}


sidebar { 
    margin-bottom: 30px;
    display: block;
}


.support-div {
    background: #94A1BB;
    color: #FFFFFF;
    padding: 30px;
    font-size: 14px;
}
.support-div h4 {
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 15px;
}
.support-div a {
    display: table;
    font-size: 14px;
    margin-top: 15px;
}


.positionbox-style1 {
    background: #FFFFFF;
    border-radius: 27px;
    padding: 30px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
    min-height: 275px!important;
}
.positionbox-style1 .date {
    font-size: 14px;
    display: block;
    text-align: right;
    margin: 0;
}
.positionbox-style1 h4 {
    margin: 20px 0;
    font-weight: 600;
}
.positionbox-style1 a {
    color: #2E3F65;
    text-decoration: none;
}
.positionbox-style1 h4 a {
    color: #2E3F65;
    text-decoration: none;
}
.positionbox-style1 .bagde {
    margin-top: 20px;
    background: #FCEEE6;
    border-radius: 0;
    display: table;
    padding: 8px 15px;
    font-size: 15px;
}

.header-wrapper {
    background: #2E3F65;
    padding: 20px 0;
}
.header-wrapper .logo-div img {
    max-width: 230px;
}
.header-wrapper .nav-mainmenu .nav-link {
    color: #FFFFFF;
    margin: 10px 25px;
    padding: 0;
}
.header-wrapper .nav-mainmenu .nav-link:hover {
    color: #C6966A;
}
.header-wrapper .nav-mainmenu .nav-link.active,
.header-wrapper .nav-mainmenu .active .nav-link {
    color: #C6966A;
}

.header2-wrapper {
    background: #f8f3f0;
}
.header2-wrapper .nav-mainmenu .nav-link {
    color: #2E3F65;
}
.header-wrapper .nav-mainmenu .nav-link.active {
    color: #2E3F65;
    font-weight: 700;
}

.header-wrapper .btn-mobilemenu {
    font-size: 30px;
    color: #FFFFFF;
}
.header2-wrapper .btn-mobilemenu {
    color: #2E3F65;
}


.banner-section {
    padding: 50px 0 150px;
    background: #2E3F65;
    color: #FFFFFF;
}
.banner-section .banner-container {
    position: relative;
}
.banner-section .banner-image {
    position: absolute;
    bottom: -245px;
    right: 0;
    max-width: 650px;
}
.banner-section h1 {
    font-weight: 700;
    font-size: 50px;
}
.banner-section h1::after {
    content: '';
    display: table;
    margin: 60px 0 40px 0;
    border: 1px solid #FFFFFF;
    width: 55%;
}


.statsicons-section {
    padding: 150px 0;
}
.statsicons-section .section-title {
    text-align: center;
    color: #2E3F65;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 50px;
}
.statsicons-section .col-statsbox {
    border-right: 1.5px solid #94A1BB;
}
.statsicons-section .stats-box {
    text-align: center;
    padding: 40px 0;
}
.statsicons-section .stats-box img {
    height: 110px;
    margin-bottom: 20px;
}
.statsicons-section .stats-box h4 {
    font-size: 22px;
    font-weight: 600;
    color: #2E3F65;
}


.aboutus-section {
    background: url('../images/bg-1.png') no-repeat left 35% center #94A1BB1A;
    background-size: 250px;
    padding: 50px 0;
}
.aboutus-section h4 {
    font-size: 25px;
    font-weight: 600;
    color: #2E3F65;
}

.services-section {
    background: url('../images/img-services.png') no-repeat left center;
    background-size: 50%;
    background-attachment: fixed;
}
.services-section .col-services {
    background: #f8f3f0;
}
.services-section .services-box {
    padding: 100px 0 100px 50px;
}
.services-section h4 {
    font-size: 25px;
    font-weight: 600;
    color: #2E3F65;
}
.services-section .accordion-button {
    background: none;
    color: #2C3A63;
    font-weight: 600;
    padding-left: 0;
    padding-right: 0;
    border: 0;
    box-shadow: none;
}
.services-section .accordion-button:not(.collapsed) {
    background: none;
}
.services-section .accordion-item {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-color: #2C3A63;
    border-radius: 0;
    background: #f8f3f0;
}
.services-section .accordion-body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}


.ourteam-section {
    padding: 50px 0;
    background: #94A1BB;
    color: #FFFFFF;
}
.ourteam-section h4 {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
}
.ourteam-section .team-box {
    text-align: center;
    padding: 0 20px;
}
.ourteam-section .team-box .image-div {
    position: relative;
    margin-bottom: 15px;
}
.ourteam-section .team-box .bio {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 15px;
    background: #2E3F65CC;
    font-size: 14px;
}
.ourteam-section .team-box .image-div:hover .bio { display: block;}
.ourteam-section .team-box .content-div h5 { font-weight: 700;}
.ourteam-section .team-box .content-div h6 {
    margin: 20px 0;
    font-weight: 400;
}


.book-section {
    padding: 50px 0;
}
.book-section h4 {
    font-size: 25px;
    font-weight: 600;
}
.book-section .text {
    padding: 40px 0 30px 0;
    border-bottom: 1px solid #94A1BB;
    margin-bottom: 30px;
    color: #2C3A63;
}
.book-section .form-checkx {
    display: flex;
    align-items: center;
}
.book-section .form-checkx i {
    font-size: 20px;
    margin-right: 10px;
}


.testimonials-section {
    margin: 50px 0;
    background: url('../images/bg-testimonial.png') no-repeat right bottom;
}
.testimonials-section h4 {
    font-size: 25px;
    font-weight: 600;
    color: #2C3A63;
}
.testimonials-section h5 {
    font-size: 16px;   
    color: #2C3A63;
    margin-bottom: 10px;
}
.testimonials-section .name {
    font-weight: 700;
}


.latestnews-section {
    padding: 50px 0;
    background: #FFFFFF;
    color: #3A3A38;
    font-size: 15px;
}
.latestnews-section h3 {
    font-size: 30px;
    font-weight: 700;
    color: #2C3A63;
    text-align: center;
}
.latestnews-section .newsbox .image-div {
    padding-top: 67%;
    overflow: hidden;
    position: relative;
}
.latestnews-section .newsbox .image-div img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    margin: auto;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}
.latestnews-section .newsbox .content-box h5 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #3A3A38;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.footer-wrapper {
    padding: 30px 0;
    background: #2E3F65;
    color: #FFFFFF;
}
.footer-wrapper .logo-div .img-logo {
    max-width: 280px;
}
.footer-wrapper .info-div {
    margin-bottom: 30px;
}
.footer-wrapper .info-div h3 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 20px;
}
.footer-wrapper .info-div ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-wrapper .info-div ul a {
    color: #FFFFFF;
    display: block;
    text-decoration: none;
    margin-bottom: 7px;
}
.footer-wrapper .info-div ul a:hover {
    color: #C6966A;
}
.footer-wrapper .sm-links { margin-top: 10px;}
.footer-wrapper .sm-links a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 20px;
    margin-right: 7px;
}
.footer-wrapper .sm-links a:hover {
    color: #C6966A;
}
.footer-wrapper .info-div .contacts li {
    display: flex;
    align-items: center;
}
.footer-wrapper .info-div .contacts li {
    margin-bottom: 7px;
}
.footer-wrapper .info-div .contacts li i {
    font-size: 20px;
}
.footer-wrapper .footer-container {
    border-bottom: 1px solid #94A1BB;
    margin-bottom: 30px;
}
.footer-wrapper .copyright-container {
    display: flex;
}
.footer-wrapper .copyright-container .devlopedby {
    margin-left: auto;
}


.innerbanner-section {
    padding: 50px 0 150px;
    background: #2E3F65;
    color: #FFFFFF;
}
.innerbanner-section .innerbanner-container {
    display: flex;
    max-width: 85%;
    align-items: center;
}
.innerbanner-section .innerbanner-container .title {
    white-space: nowrap;
    padding: 30px 50px 30px 0;
}
.innerbanner-section .innerbanner-container .title h1 {
    font-weight: 700;
    font-size: 50px;
}
.innerbanner-section .innerbanner-container .description {
    border-left: 1px solid #FFFFFF;
    padding: 30px 50px;
    font-size: 18px;
}


.aboutus-wrapper {
    padding: 100px 0;
}
.aboutus-wrapper h4 {
    font-weight: 600;
}
.aboutus-wrapper .image-div {
    border-left: 1px solid #94A1BB;
}
.aboutus-wrapper .intro-text {
    font-weight: 600;
    font-size: 17px;
}


.services-wrapper {
    padding: 50px 0;
}
.services-wrapper h3 {
    font-weight: 600;
    padding: 30px;
}
.services-wrapper .intro-text {
    font-weight: 400;
}
.services-wrapper .service-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.services-wrapper .service-list li {
    padding: 15px 0;
    display: flex;
    align-items: center;
    font-weight: 700;
    border-bottom: 1px solid #94A1BB;
}
.services-wrapper .service-list li:last-child { }
.services-wrapper .service-list li a {
    text-decoration: none;
    font-size: 20px;
    color: #2E3F65;
    width: 100%;
}
.services-wrapper .service-list li a i {
    margin-left: auto;
    float: right;
}


.news-wrapper {
    padding: 50px 0;
}
.news-wrapper h2 {
    font-weight: 700;
    margin-bottom: 30px;
}


.newsdetail-wrapper {
    padding: 50px 0;
}
.newsdetail-wrapper .btn-backtonews {
    font-weight: 400;
    color: #2C3A63;
    text-decoration: none;
}
.newsdetail-wrapper h3,
.newsdetail-wrapper .h3 {
    font-weight: 600;
}

.nav-links { display: flex; padding-top: 20px; padding-bottom: 30px;}
.nav-links .post-title { display: none;}
.nav-links .nav-next { margin-left: auto;}
.nav-links a {
    font-weight: 600;
    color: #2C3A63;
}

.contactus-wrapper {
    padding: 50px 0;
}
.contactus-wrapper h2 {
    font-weight: 700;
}
.contactus-wrapper .field-group p { margin: 0;}
.contactus-wrapper .field-group .form-label {
    font-weight: 500;
}
.contactus-wrapper .field-group .form-control {
    border-color: #94A1BB;
    background: none;
    box-shadow: none;
    border-radius: 0;
    padding: 10px 15px;
}
.contactus-wrapper .field-group textarea {
    height: 160px;
}
.contactus-wrapper .field-group .form-control::-webkit-input-placeholder,
.contactus-wrapper .field-group .form-control::-moz-placeholder,
.contactus-wrapper .field-group .form-control::placeholder {
    color: #2C3A63;
}



.contactus-wrapper .gform_wrapper .gfield p { margin: 0;}
.contactus-wrapper .gform_wrapper .gfield .gform-field-label {
    font-weight: 500;
}
.contactus-wrapper .gform_wrapper .gfield .input[type="text"],
.contactus-wrapper .gform_wrapper .gfield .input[type="email"],
.contactus-wrapper .gform_wrapper .gfield .input[type="phone"] {
    border-color: #94A1BB;
    background: none;
    box-shadow: none;
    border-radius: 0;
    padding: 10px 15px;
}
.contactus-wrapper .gform_wrapper .gfield textarea {
    height: 160px;
}
.contactus-wrapper .gform_wrapper .gfield .form-control::-webkit-input-placeholder,
.contactus-wrapper .gform_wrapper .gfield .form-control::-moz-placeholder,
.contactus-wrapper .gform_wrapper .gfield .form-control::placeholder {
    color: #2C3A63;
}

.contactus-wrapper .contacts-list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 700;
    align-items: center;
    font-size: 17px;
}
.contactus-wrapper .contacts-list li {
    margin-right: 50px;
    margin-bottom: 15px;
    flex-grow: 1;
}
.contactus-wrapper .contacts-list i {
    font-size: 20px;
    font-weight: normal;
}
.contactus-wrapper .contact-map {
    height: 595px;
    width: 100%;
}

.careers-wrapper {
    padding: 50px 0;
}
.careers-wrapper h2 {
    font-weight: 700;
}
.careers-wrapper .job-item {
    display: flex;
    align-items: center;
    padding: 15px 0;
    font-size: 15px;
}
.careers-wrapper .job-item .icon {
    margin-right: 30px;
}
.careers-wrapper .job-item .icon img {
    width: 45px;
}
.careers-wrapper .job-item .text h5 {
    font-weight: 700;
    font-size: 17px;
}


.careersdetails-wrapper {
    padding: 50px 0;
}
.careersdetails-wrapper h2 {
    font-weight: 700;
}
.careersdetails-wrapper .job-detail-col {
    border-right: 1px solid #000000;
}
.careersdetails-wrapper .job-detail h5 {
    font-weight: 700;
    margin-bottom: 10px;
}
.careersdetails-wrapper .job-description h4 {
    font-weight: 700;
    margin-bottom: 25px;
}
.careersdetails-wrapper .job-description ul {
    padding-left: 20px;
}
.careersdetails-wrapper .job-description ul li {
    margin-bottom: 5px;
}


/* XX-Large devices (larger desktops, 1400px and up) */
@media (max-width: 1400px) { 
    
}

/* X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) { 

    

}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) { 

    .banner-section {
        padding-top: 25px;
        padding-bottom: 75px;
    }

    .banner-section .banner-image {
        position: relative;
        bottom: 0;
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }
    .banner-section .banner-image .img-banner {
        width: 100%;
    }
    .banner-section h1 {
        margin-top: 30px;
        font-size: 40px;
    }
    .banner-section h1::after {
        margin: 40px 0;
    }
    .banner-section .btn-discovermore {
        margin-bottom: 30px;
    }

    .statsicons-section {
        padding: 70px 0;
    }

    .aboutus-section .btn-aboutus { margin-bottom: 30px;}

    .services-section { 
        background: none;
    }
    .services-section .services-box {
        padding: 50px 0;
    }

    .book-section h4 { margin-top: 30px;}
    .book-section .text {
        padding: 20px 0 10px 0;
    }

    .testimonials-section {
        margin-top: 0;
    }

    .footer-wrapper .copyright-container {
        display: block;
    }
    .footer-wrapper .copyright-container .devlopedby {
        margin-left: 0;
        margin-top: 20px;
    }

    .innerbanner-section .innerbanner-container {
        display: block;
        max-width: 100%;
    }
    .innerbanner-section {
        padding-top: 25px;
        padding-bottom: 75px;
    }
    .innerbanner-section .innerbanner-container .title { padding: 15px 0;}
    .innerbanner-section .innerbanner-container .title h1 { font-size: 40px;}
    .innerbanner-section .innerbanner-container .description { padding: 15px 30px;}

    .aboutus-wrapper { padding: 50px 0;}
    .aboutus-wrapper .image-div { border: 0;}

    .contactus-wrapper .contacts-list { display: block;}

    .services-wrapper h3 {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        text-align: center;
    }
    
    .contactus-wrapper .gform-footer { margin-bottom: 30px!important;}
}   

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) { 


}

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

    .header-wrapper .logo-div img {
        max-width: 200px;
    }
    .statsicons-section .col-statsbox { border: none;}

    .newsbox-style1 {
        display: block;
    }
    .newsbox-style1 .image-div { min-width: 100%;}
    .newsbox-style1 .text-div {
        padding: 20px 0;
    }

    
    .contactus-wrapper .contact-map {
        height: 300px;
        width: 100%;
    }

}