@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text&display=swap');

.box-content h5 {
    font-family: 'DM Serif Text', serif;
    
    padding-bottom: 26px;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 0.9px;
    line-height: 44px;
}
div#preloader {
    display: none;
}
.section-title .title {
    font-family: 'DM Serif Text', serif;
    font-size: 40px;
    line-height: 54px;
    font-weight: 700;
    color: #333333;
    letter-spacing: 0.9px;
}


.about-section-6 .about-wrap .about-left {
    padding: 30px 20px 23px 35px;
    background-color: #ffffff;
}

.about-wrap img {
    height: 376px;
    object-fit: cover;
}

.home-box-two {
    background-color: #d6feff;
    color: #000;
    padding: 0px;
}

.box-content {
    padding: 30px;
}

.home-box-one {
    background-color: #e9f5d8;
    color: #000;
    padding: 0px;
}

.home-box-three {
    background-color: #f0f8ff;
    color: #000;
    padding: 0px;
}


p {
    font-family: 'Manrope';
    margin-bottom: 0;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.btn {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #ffffff17;
    border-color: transparent;
    color: #161515;
    border-radius: 5px;
    font-size: 12px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    height: 40px;
    line-height: 35px;
    padding: 0px 69px;
    border: 0px solid #39b9ea; 
    border-style: solid;
    box-shadow: none;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    z-index: 1;
    position: relative;
}

.header-menu .main-menu li a {
    font-size: 14px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    color: #090d2f;
}

.header-menu .main-menu li {
    position: relative;
    padding: 30px 16px;
}


.service-section-6 {
    background: #ddffef;
    
}

.service-item-latest {
    background-color: #a3e9c8;
}

.home-box-four {
    background-color: #fefeff;
    color: #3c3b3b;
    padding: 0px;
}

.home-box-two img {
    height: 501px;
}

.home-box-five {
    background-color: #fefeff;
    color: #1a1a1a;
    padding: 0px;
}

.about-section-6 {
    background-color: #fff; 
    color: rgba(0,58,102,0.9);
}

.featured-text h2{
    font-family: 'DM Serif Text', serif;
    font-size:52px;
    line-height:54px;
    letter-spacing:1.8px;
    text-shadow: 2px 2px 4px #000000;
    
    
}

.featured-text p{
    font-size:20px;
    line-height:30px;
    text-align:left;
    text-shadow: 2px 2px 4px #000000;
}







@media only screen and (min-width: 200px) and (max-width: 767px) {
    
   

   .carousel-caption {
    position: absolute;
    left: 5%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    top: 110px;
}

.featured-text h2{
    font-family: 'DM Serif Text', serif;
    font-size:48px;
    line-height:50px;
    letter-spacing:1.8px;
    text-shadow: 2px 2px 4px #000000;
    
}

.featured-text p{
    font-size:18px;
    line-height:26px;
    text-align:left;
    text-shadow: 2px 2px 4px #000000;
}
}