/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    color: #000000;
    font-family: 'Fira Sans', sans-serif;
}

html {
    scroll-behavior: smooth;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ul li,
p {
    margin: 0px;
    padding: 0px;
}

img {
    width: 100%;
}

.scrollup {
    position: fixed;
    right: 10px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    color: #FFF;
    text-align: center;
    line-height: 40px;
    font-weight: 900;
    font-size: 20px;
    z-index: 9999;
    display: none;
    border-radius: 7px;
    background: #073674;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 10px 20px -5px, rgba(0, 0, 0, 0.3) 0px 10px 20px -6px;
}

a {
    text-decoration: none !important;
}

.scrollup:hover {
    color: #fff;
    background: #022756;
}

.wrapper {
    position: relative;
}

.btn {
    font-size: 14px;
}

.btn:focus {
    box-shadow: none !important;
}

.btn-outline-success {
    border-color: #338C0C !important;
    color: #338C0C !important;
    padding: 7px 25px !important;
    transition: 400ms;
    display: inline-block;
}

.btn-outline-success:hover {
    color: #FFF !important;
    background-color: #338C0C !important;
    border-color: #338C0C !important;
}

.btn-success {
    border-color: #338C0C !important;
    color: #FFF !important;
    padding: 7px 25px !important;
    background: #338C0C;
    transition: 400ms;
    display: inline-block;
}

.btn-success:hover {
    color: #FFF !important;
    background-color: #267504 !important;
    border-color: #267504 !important;
}

.btn-lg {
    font-size: 16px;
    padding: 10px 30px;
    font-weight: 600;
}

.anchor-link {
    color: #338C0C;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: 400ms;
    display: inline-block;
}

.anchor-link:hover {
    color: #267504 !important;
}

.bg-lighten {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 40%, rgba(231, 239, 248, 1) 100%);
}

.padding-1 {
    padding: 70px 0px;
}

.padding-2 {
    padding: 70px 0px 0px;
}

.padding-3 {
    padding: 100px 0px;
}

.padding-4 {
    padding: 0px 0px 70px;
}

@media screen and (max-width: 992px) {
    .padding-1 {
        padding: 50px 0px;
    }
    .padding-2 {
        padding: 50px 0px 0px;
    }
    .padding-3 {
        padding: 50px 0px;
    }
    .padding-4 {
        padding: 0px 0px 50px;
    }
}


/*header Default CSS*/

.header-wrapper {
    display: block;
    z-index: 999999;
    width: 100%;
    padding: 15px 0px;
}

.navbar-brand img {
    width: 120px;
}

.nav-item {
    margin: 0px 0px 0px 20px;
}

.nav-link-b {
    color: #000000 !important;
    border-bottom: 3px solid transparent !important;
}

.nav-link-b.active {
    border-bottom: 3px solid #073674 !important;
}

.nav-link-b:hover {
    border-bottom: 3px solid #073674 !important;
}

.dropdown-custom-css {
    padding: 0px;
    border: none !important;
    border-radius: 0px !important;
}

.dropdown-custom-css li a {
    padding: 7px 10px !important;
    background-color: #022756 !important;
    color: #FFF !important;
    display: block;
    transition: 400ms;
    font-size: 14px;
}

.dropdown-custom-css li a:hover {
    background-color: #0a1d36 !important;
    color: #FFF !important;
}


/* end header */

.slider-wrapper {
    display: block;
    overflow: hidden;
}

.slider-content {
    padding: 0px 30px 0px 0px;
}

.slider-content h1 {
    color: #073674;
    font-family: 'Gilroy';
    font-weight: 600;
    font-size: 48px;
    margin-bottom: 20px;
}

.slider-content p {
    font-size: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 992px) {
    .slider-content h1 {
        font-size: 30px;
    }
    .slider-content p {
        font-size: 16px;
    }
    .slider-content {
        padding: 40px;
    }
}


/* end slider wrapper */

.images-card {
    display: block;
}

.images-card img {
    display: block;
}

@media screen and (max-width: 992px) {
    .images-card {
        display: block;
        margin: 0px 0px 30px;
    }
}


/*web title card */

.web-title-1 {
    margin-bottom: 30px;
}

.web-title-1 h6 {
    color: #073674;
    margin-bottom: 5px;
    font-size: 20px;
}

.web-title-1 h3 {
    color: #000000;
    font-size: 40px;
}

.web-title-1 h4 {
    color: #000000;
    font-size: 30px;
}


/*web title card end*/

.default-content-1 {
    display: block;
}

.default-content-1 p {
    display: block;
    line-height: 30px;
    font-size: 17px;
    margin-bottom: 20px;
}

.default-content-1 ul li {
    display: block;
    list-style: none;
    line-height: 40px;
}

.default-content-1 ul li i {
    color: #338C0C;
    margin-right: 10px;
}

.card-content-1 {
    padding: 30px 20px;
    border-radius: 15px;
    border: 2px solid #073674;
    transition: 400ms;
    position: relative;
}

.card-content-1:hover {
    box-shadow: 5px 5px 10px #00000029;
}

.card-title {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
}

.card-title h5 {
    color: #073674;
    font-weight: 700;
}

.card-title img {
    width: 24px;
    display: inline-block;
    margin-right: 10px;
}

.card-content-1 p {
    display: block;
    line-height: 28px;
    font-size: 16px;
    margin-bottom: 10px;
}

.card-content-1 p i {
    display: inline-block;
    margin-right: 10px;
}

.green-icon {
    position: absolute;
    width: 60px;
    height: 60px;
    top: -30px;
    background-color: #338C0C;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    padding: 14px;
}

.green-icon img {
    height: 30px;
    object-fit: contain;
}

.trusted {
    margin-top: 30px;
}

@media screen and (max-width: 992px) {
    .flex-reverse {
        flex-direction: column-reverse;
    }
    .default-content-1 {
        margin-bottom: 30px;
    }
    .trusted {
        margin-top: 0px;
    }
}

.white-cards {
    display: block;
    padding: 50px 30px;
    border-radius: 15px;
    background-color: #FFF;
}

.white-cards p {
    font-size: 17px;
}

.author {
    display: flex;
    margin-top: 30px;
    align-items: center;
}

.author img {
    width: 48px !important;
}

.author h4 {
    font-weight: 600;
    font-size: 18px;
}

.author p {
    font-size: 14px;
}

.quote {
    width: 34px !important;
    margin: 0px 0px 0px 30px;
}

.blog-cards {
    padding: 15px;
    border-radius: 10px;
    border: 2px solid #073674;
    transition: 400ms;
    position: relative;
}

.blog-cards:hover {
    box-shadow: 5px 5px 10px #00000029;
}

.blog-img {
    display: flex;
    align-items: flex-end;
    min-height: 220px;
    border-radius: 10px;
    padding: 15px;
    margin: 0px 0px 15px;
}

.blog-img h6 {
    display: inline-block;
    padding: 5px 10px;
    background-color: #073674;
    color: #FFF;
    border-radius: 5px;
    font-size: 14px;
}

.blog-cards h5 {
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
}

.blog-cards p {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
}

.images-cards-thumb {
    display: block;
}

.images-cards-thumb img {
    height: 200px;
    object-fit: cover;
    object-position: top;
}

@media screen and (max-width: 1124px) {
    .blog-cards {
        margin-bottom: 30px;
    }
}

.text-success {
    color: #338C0C !important;
}


/*end main content*/


/* footer started */

.footer-wrapper {
    position: relative;
    padding: 50px 0px 30px;
}

.footer {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    align-items: center;
    border-bottom: 1px solid #474747;
}

.footer img {
    width: 90px;
}

.footer ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 70%;
}

.footer ul li {
    display: block;
    list-style: none;
}

.footer ul li a {
    color: #f4f4f4;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.footer p {
    font-size: 14px;
}

.d-flex-footer {
    display: flex;
    justify-content: space-between;
    padding: 30px 0px;
    align-items: center;
    color: #FFF;
}

.footer-social ul {
    display: flex;
}

.footer-social ul li {
    display: inline-block;
    margin: 0px 0px 0px 15px;
}

.footer-social ul li a {
    color: #FFF;
    text-decoration: none;
}

.footer-social ul li a:hover {
    text-decoration: none;
}

@media screen and (max-width: 1124px) {
    .footer {
        flex-direction: column;
    }
    .footer img {
        margin-bottom: 30px;
    }
    .footer ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        flex-direction: column;
    }
    .footer ul li {
        display: block;
        list-style: none;
        text-align: center;
    }
    .d-flex-footer p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .d-flex-footer {
        flex-direction: column;
        text-align: center;
    }
}


/*footer end*/


/* contact form */

.contact-form {
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #aaaaaa;
    margin-bottom: 30px;
}

.contact-form h4 {
    display: block;
    color: #000000;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 700;
}

.contact-form p {
    margin-bottom: 15px;
}

.form-label {
    font-weight: 600;
    font-size: 13px;
}

.success-message {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 0px 0px 10px !important;
    padding: 0px;
}

.align-center {
    align-items: center;
}

.map {
    width: 100%;
    position: relative;
    height: 100%;
    margin: 0px !important;
    min-height: 100%;
}

.map iframe {
    width: 100%;
    position: relative;
    height: 100%;
    margin: 0px !important;
    min-height: 100%;
}


/* new pages */

.card-content-form {
    padding: 30px 20px;
    border-radius: 15px;
    border: 2px solid #c7d3e3;
    transition: 400ms;
    position: relative;
    box-shadow: 2px 2px 5px #d5dbe829;
}

.card-content-form:hover {
    box-shadow: 5px 5px 15px #d5dbe8cc;
}

.form-label {
    margin-bottom: 2px;
}

.form-control {
    border: 2px solid #aaaaaa;
}

.form-select {
    border: 2px solid #aaaaaa;
}

.form-control:focus {
    box-shadow: none !important;
}

.form-select:focus {
    box-shadow: none !important;
}

.image-smaller {
    display: flex;
    align-items: center;
    width: 100px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 15px;
}