html, body{
    font-family: 'Poppins', sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.6px;
    font-weight: 600;
}
p{
    font-size: 16px;
    margin-bottom: 20px;
    color: #6f6f6f;
    line-height: 28px;
}
.text-justify{
	 text-align: justify;
}

.set-height-1{
    height: 140px;
}
.set-height-2{
    height: 118px;
}

.top-navbar{
    background-color: #f2f2f2;
    padding: 8px 0;
    font-size: 14px;
}
.top-nav-link{
    font-size: 14px;
    text-decoration: none;
    color: #333;
    font-weight: 400;
}
.top-nav-link i{
    font-size: 18px;
    bottom: -2px;
    color: #013e60;
    position: relative;
}
.social-icon i{
    background-color: gray;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    border: 1px solid #013e60;
    border-radius: 50px;
    width: 22px;
    height: 22px;
    text-align: center;
    padding: 4px 0px;
    margin: 0px 1px;
}

.small-heading{
    font-size: 14px;
}
.bg-light-1{
    background-color: #f5faff;
}
.bg-light-2{
    background-color: #f2f6f7;
}
.bg-f2f2f2{
    background-color: #f2f2f2;
}
.bg-green{
    background-color: #65ac4c;
}

.navbar{
    padding: 0px;
}
.navbar-brand img{
    width: 280px;
}
.navbar .nav-item .nav-link {
    margin: 26px 14px;
    padding: 0px;
    color: #000;
    font-size: 17px;
    font-weight: 600 !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    border-bottom: 1px solid transparent;
}
.navbar .nav-item .nav-link:hover {
    color: #f76d3c;
}
.navbar .nav-item .nav-link.active{
    color: #f76d3c;
}

.btn-primary {
    color: #fff;
    background-color: #013e60;
    border-color: #013e60;
    border-radius: 6px;
    padding: 6px 30px;
    box-shadow: -5.15px 8.572px 25px #ddd;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0c4c70;
    border-color: #0c4c70;
}
.btn-2{
    color: #fff;
    background-color: #65ac4c;
    border-color: #65ac4c;
    border-radius: 6px;
    padding: 6px 30px;
    font-size: 14px;
    box-shadow: -5.15px 8.572px 25px #ddd;
}
.btn-2:hover {
    color: #fff;
    background-color: #5a9844;
    border-color: #5a9844;
}
.btn-2 i{
    font-size: 20px;
    position: relative;
    top: 4px;
    margin-left: 8px;
}


.carousel-control-prev i, .carousel-control-next i {
    background-color: #000;
    padding: 4px;
    border-radius: 50px;
    font-size: 40px;
}
.carousel-control-prev, .carousel-control-next {
    opacity: 1;
}

.section{
    padding-top: 54px;
    padding-bottom: 54px;
}
.main-heading{
    font-size: 30px;
    font-weight: 600;
    color: #013e60;
    /* text-align: left; */
}


.box-1{
    box-shadow: 3px 5px 15px rgba(0,0,0, .15);
    border: none;
    border-radius: 8px;
    background-color: #fff;
    border-bottom: 4px solid #65ac4c;
    background-color: #fff;
    margin-bottom: 24px;
}
.box-1 img{
    border-radius: 8px 8px 0px 0px;
}
.box-1-body{
    padding: 1.25rem
}
.box-1-body a{
    text-decoration: none;
}
.box-1-body a:hover{
    text-decoration: underline;
}

.box-1-body .box-1-title{
    background-color: transparent;
    color: #013e60;
    font-size: 18px;
    font-weight: 700;
    border: none;
    padding: 0px;
    margin-bottom: 15px;
}

.box-1-body p{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0px;
}
.read-more-link{
    color: #003b5d;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
    display: inline-block;
    text-decoration: underline !important;
}

.banner-area{
    background-image: url('../images/image-banner.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0px 0px 80px 80px;
}
.banner-overlay {
    background-color: #00000085;
    padding-top: 190px;
    padding-bottom: 20px;
    border-radius: 0px 0px 80px 80px;
}
.banner-heading {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

    
.box2{
    background: #f5f7f8;
    padding-bottom: 20px;
    border: 1px solid #ccc;
}
.box2 .box2-content{
    background-color: #fff;
    padding: 12px 18px;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: -50px;
    z-index: 1;
    position: relative;
    text-align: center;
    height: 260px;
    overflow: hidden;
}
.box2-content h4{
    font-size: 17px;
    color: #252c41;
    font-weight: 600;
}
.box2-content p{
    font-size: 14px;
    text-align: start;
    color: #707788;
    line-height: 24px;
    margin-bottom: 0px;
}

.fs-14{
    font-size: 14px;
}
.fs-16{
    font-size: 16px;
}
.fs-18{
    font-size: 18px;
}

.button-outline {
    background-color: #65ac4c;
    border: 1px solid #b4a0a0;
    border-radius: 50px;
    color: #fff;
    letter-spacing: 2px;
    padding: 10px 24px;
    text-align: center;
    /* text-transform: uppercase; */
    font-weight: 600;
}
.button-outline:hover {
    background-color: #26ca91;
    color: #fff;
}
.button-outline i{
    font-size: 18px;
    position: relative;
    top: 2px;
}
.button-outline span{
    font-size: 14px;
}

.text-primary{
    color: #003d5f !important;
}

.curved-box {
    border-radius: 0px 30px 0px 40px;
    box-shadow: 0px 5px 10px rgba(0,0,0,.1607843137);
    margin: 80px 20px 8px 20px;
    background-color: #fff;
    padding: 30px 40px;
}
.curved-box .curved-box--inner {
    padding-left: 30px;
    padding-right: 30px;
}
.curved-box .photo {
    text-align: center;
    margin-top: -100px;
}
.curved-box .photo .user-photo {
    display: inline-block;
    background-color: #ddd;
    border: 5px solid #ccc;
    width: 150px;
    height: 150px;
    box-shadow: 0 3px 3px rgba(0,0,0,.1882352941);
    border-radius: 50% !important;
}


/* Start - Owl Carousel */
.owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -7%;
    color: #444444 !important;
    font-size: 25px !important;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    width: 45px;
    height: 45px;
    line-height: 49px !important;
    border-radius: 50px !important;
    background-color: #003d5f !important;
    color: #fff !important;
    border: 1px solid #003d5f !important;
}
.owl-nav .owl-next:hover {
    color: #ffffff !important;
    background-color: #003d5f !important;
}
.owl-nav .owl-prev:hover {
    color: #ffffff !important;
    background-color: #003d5f !important;
}
.owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -7%;
    font-size: 25px !important;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    width: 45px;
    height: 45px;
    border-radius: 50px !important;
    line-height: 49px !important;
    background-color: #000 !important;
    color: #fff !important;
    border: 1px solid #003d5f !important;
}
.owl-nav .owl-prev i,
.owl-nav .owl-next i{
    position: relative;
    top: -3px;
    font-size: 30px;
}
/* End - Owl Carousel */

.contact-box {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
}
.websiteurl {
    display: none;
}
.contact-box .form-control, .contact-box .form-select {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #9c9393;
    background-color: #f7f7f7;
    outline: none;
    box-shadow: none;
    font-size: 15px;
    font-weight: 500;
    color: #7a7a7a;
    padding: 12px 20px;
    margin-bottom: 8px;
}

.contact-info-box {
    background-color: #013e60;
    border-radius: 20px;
    padding: 40px;
}
.info-text {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
}
.letter-spacing-1 {
    letter-spacing: 1px;
}
.fw-400 {
    font-weight: 400;
}

.footer-top {
    background-color: #272727;
    padding: 60px 0px;
    border-bottom: 1px solid #323131;
}
.call-heading {
    color: #fff;
    font-size: 34px;
    margin-bottom: 16px;
}
.btn-lg {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
    padding: 0.8rem 2rem;
    font-weight: 500;
}
.footer-area {
    background-color: #272727;
    padding: 40px 0px;
}

.footer-area .heading {
    font-size: 22px;
    color: #fff;
    margin: 18px 0px;
    font-weight: 600;
    text-transform: uppercase;
}
.contact-links {
    list-style: none;
    padding: 0;
}
.contact-links li {
    padding-bottom: 8px;
    display: block;
}

.contact-links .contact-link {
    color: #b0b0b0;
    text-decoration: none;
    margin-bottom: 6px;
    font-size: 14px;
}
.footer-links i {
    font-size: 14px !important;
    margin-right: 8px;
}
.footer-area p {
    font-size: 14px;
    color: #b0b0b0;
}
.social-media a i {
    color: #c7c8c9;
    font-size: 22px;
    margin-right: 8px;
}
.contact-links .contact-link i {
    font-size: 20px;
    margin-right: 8px;
}
.contact-link .link-text {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    top: -3px;
}
.contact-links .contact-link:hover {
    color: #65ac4c;
}

.img-area{
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 6px;
    padding: 6px;
}
.img-area img{
    width: 100%;
    border-radius: 6px;
}


.box1 {
    border-radius: 20px;
    box-shadow: -0.07px 0.998px 9px 0px rgb(0 0 0 / 20%);
    padding: 5% 5%;
}
.img-style-1 {
    width: 100%;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 16px 51px 0 rgb(23 32 42 / 17%);
}

#backtotop.visible {
    visibility: visible;
    opacity: .5;
}

#backtotop {
    color: #FFFFFF;
    background-color: #013e60;
}
#backtotop {
    z-index: 999;
    display: inline-block;
    position: fixed;
    visibility: hidden;
    bottom: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    opacity: .2;
}
#backtotop i {
    display: block;
    width: 100%;
    height: 100%;
    line-height: inherit;
}
#backtotop:hover {
    opacity: 1;
}

@media only screen and (max-width: 680px) {

    .navbar .nav-item .nav-link {
        margin: 0px 14px;
        font-size: 14px;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
        border-bottom: 1px solid #ddd;
    }
    .banner-area{
        border-radius: 0px 0px 40px 40px;
    }
    .banner-overlay{
        padding-top: 70px;
        border-radius: 0px 0px 40px 40px;
    }
    .banner-heading{
        font-size: 28px;
    }

    .navbar-brand img{
        width: 217px;
    }
    .footer-area .heading{
        font-size: 18px;
    }
    .call-heading{
        font-size: 20px;
        line-height: 30px;
    }
    .banner-heading {
        font-size: 22px;
    }
    .main-heading{
        font-size: 20px;
    }
    p{
        font-size: 14px;
        line-height: 24px;
    }

    .owl-theme .owl-nav {
        margin-top: 30px;
    }
    .owl-nav .owl-prev{
        position: inherit;
        left: -18%;
    }
    .owl-nav .owl-next{
        right: -18%;
        position: inherit;
    }
    .curved-box{
        padding: 30px 0px;
    }
    .curved-box .curved-box--inner{
        padding: 0px 10px;
    }
    .curved-box .curved-box--inner p{
        height: 150px;
        overflow: hidden;
        line-height: 20px;
        font-size: 14px;
        margin-bottom: 0px;
    }
}