/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: #111;
    scroll-behavior: smooth;
    font-family: 'Be Vietnam Pro', sans-serif;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    width: 100%;
}

.scrollup {
    position: fixed;
    right: 12px;
    bottom: 12px;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-weight: 900;
    font-size: 20px;
    z-index: 99999999 !important;
    display: none;
    background-color: #111;
    transition: 500ms;
    border-radius: 5px;
}

.scrollup:hover {
    color: #fff;
    background-color: rgb(36, 36, 36);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.wrapper {
    display: block;
    overflow: hidden;
}

.overflow {
    overflow: hidden;
}

.padding-1 {
    padding: 100px 0px;
}

.padding-2 {
    padding: 40px 0px 0px;
}

.padding-3 {
    padding: 50px 0px;
}

.z-index {
    z-index: 99;
}

.anchor-link {
    text-decoration: none;
    font-weight: 600;
}

@media screen and (max-width: 992px) {
    .padding-1 {
        padding: 50px 0px;
    }
}

.btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    transition: 500ms;
    padding: 10px 25px;
}

.btn-border {
    border-left: 1px solid #111;
}

.btn:hover .btn-border {
    border-left: 1px solid #FFF;
}

.btn svg {
    margin-left: 5px;
}

.btn:focus {
    box-shadow: none !important;
}

.btn-w {
    width: max-content;
}

.button-margin {
    margin-left: 30px;
}

.form-control {
    border-radius: 5px;
    border-color: #111;
}

.form-control:focus {
    box-shadow: none !important;
}

.form-select:focus {
    box-shadow: none !important;
}

.form-label {
    margin: 0px 0px 2px;
    font-weight: 500;
    font-size: 14px;
}

.accordion-button {
    box-shadow: none !important;
}

.bg-dark {
    background: #00387e !important;
}

.bg-blue {
    background: rgb(0, 108, 215);
    background: radial-gradient(circle, rgba(0, 108, 215, 1) 33%, rgba(0, 99, 198, 1) 100%);
}

.bg-light {
    background: rgb(255, 255, 255);
    background: radial-gradient(circle, rgb(243, 243, 243) 33%, rgba(235, 235, 235, 1) 100%) !important;
}

@media screen and (max-width: 992px) {
    .button-margin {
        margin-left: 0px;
    }
    .btn {
        width: max-content !important;
    }
}


/*header CSS*/

.header-wrapper {
    display: block;
    width: 100%;
    z-index: 999999;
    background-color: #FFF;
}

.header-content {
    display: flex;
    padding: 5px 0px;
    justify-content: space-between;
}

.headet-contact {
    display: flex;
    justify-content: flex-end;
}

.text-normal {
    text-transform: none !important;
}

.navbar-brand {
    color: #000;
    font-size: 19px;
    font-weight: 700;
}

.navbar-brand span {
    color: #333;
    display: block;
    font-size: 12px;
    font-weight: 400;
}

.navbar-brand:hover {
    color: #000;
}

.nav-item {
    margin-left: 10px;
}

.nav-link {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
}

.nav-link:hover {
    color: #000;
}

.nav-link.active {
    color: #00387e !important;
}

.nav-link:focus {
    color: #000;
}

.dropdown-menu {
    border-radius: 10px;
    padding: 0px;
    border: none !important;
    border-bottom: none !important;
    box-shadow: 0px 7px 15px rgba(41, 41, 41, 0.1);
    background: rgb(255, 255, 255);
    overflow: hidden;
}

.dropdown-item {
    color: #111;
    padding: 10px 15px;
    font-weight: 700;
    font-size: 14px;
    border-bottom: 1px solid #e5e5e5 !important;
}

.dropdown-item:hover {
    color: #111;
    background-color: #ededed !important;
}

.mobile-margin-2 {
    margin: 0px 0px 0px 15px;
}

@media screen and (max-width: 992px) {
    .navbar-toggler-icon {
        display: inline-block;
        width: 28px;
        height: 36px;
        vertical-align: middle;
        background-image: var(--bs-navbar-toggler-icon-bg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        box-shadow: none !important;
        color: #333;
    }
    .navbar-toggler {
        color: #333 !important;
        box-shadow: none !important;
    }
    .navbar-toggler span {
        color: #333 !important;
        box-shadow: none !important;
    }
    .nav-item {
        margin-left: 0px;
    }
    .navbar-collapse {
        padding: 30px;
    }
    .mobile-hide {
        display: none;
    }
    .mobile-flex {
        flex-direction: column;
    }
    .mobile-margin-2 {
        margin: 10px 0px 0px 0px;
    }
}


/* end header */

.slider-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 40px 0px 0px;
}

.slider-content {
    position: relative;
    z-index: 99;
    color: #111;
}

.slider-content h1 {
    font-size: 80px;
    margin-bottom: 15px;
    font-weight: 900;
    text-transform: uppercase;
    mix-blend-mode: darken;
    line-height: 85px;
    text-shadow: 0.02em 0.07em 0 rgba(0, 0, 0, 0.238);
}

.slider-content h2 {
    display: inline-block;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    mix-blend-mode: darken;
    padding: 10px 25px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.slider-content p {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    padding: 0px 0px 10px 0px;
    border-bottom: 2px solid #111;
}

.slider-container {
    position: relative;
    z-index: 9;
    box-shadow: rgb(20, 20, 20) 0px 30px 30px -20px;
}

.slider-content ul {
    margin-bottom: 20px;
}

.slider-content ul li {
    margin: 0px 0px 5px 0px;
    display: inline-block;
}

.slider-content ul li a {
    font-weight: 400;
    color: #111;
    text-decoration: none;
    font-size: 16px;
}

.form-container {
    position: relative;
    z-index: 99;
    height: 100%;
    border-radius: 10px;
    background-color: #FFF;
    box-shadow: 0px 7px 15px rgba(41, 41, 41, 0.1);
}

@media screen and (max-width: 992px) {
    .slider-content h1 {
        font-size: 40px;
        margin-bottom: 10px;
        font-weight: 900;
        line-height: 45px;
    }
    .slider-content p {
        display: inline-block;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .slider-content ul li {
        margin: 0px 0px 5px 0px;
        display: inline-block;
        line-height: normal;
    }
    .slider-content h2 {
        font-size: 24px;
    }
    .slider-image {
        margin-top: 30px;
    }
}


/*end slider wrapper*/

.web-title {
    position: relative;
    z-index: 99;
}

.web-title h2 {
    display: inline-block;
    font-weight: 800;
    font-size: 30px;
    color: #00387e;
}

.web-title h3 {
    display: inline-block;
    font-weight: 800;
    font-size: 30px;
    color: #00387e;
}

.web-title h4 {
    display: inline-block;
    font-weight: 800;
    font-size: 30px;
    color: #00387e;
}

.web-title h5 {
    display: inline-block;
    font-weight: 800;
    font-size: 30px;
    color: #00387e;
}

.web-title p {
    font-weight: 600;
}

.default-content {
    position: relative;
}

.default-content h2 {
    display: block;
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 20px;
}

.default-content h3 {
    display: block;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 5px;
}

.default-content h4 {
    display: block;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
}

.default-content h5 {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.default-content h6 {
    display: block;
    font-size: 16px;
    font-weight: 800;
}

.default-content p {
    display: block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

.d-iblock {
    padding: 10px 20px;
    color: #FFF;
    display: inline-block !important;
}

.d-flex-content {
    display: flex;
    padding: 15px;
    align-items: center;
    margin-bottom: 20px;
    color: #FFF;
    background-color: rgb(0 39 88 / 70%);
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.d-flex-content h3 {
    display: block;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 7px;
}

.d-flex-content p {
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 200;
}

.d-flex-image {
    width: 300px;
}

.mobile-margin {
    margin: 0px 0px 0px 30px;
}

.text-h6 {
    color: rgb(121, 121, 121);
}

@media screen and (max-width: 992px) {
    .mobile-margin {
        margin: 20px 0px 0px 0px;
    }
    .d-flex-content {
        flex-direction: column;
    }
    .d-flex-image {
        width: 100%;
    }
    .default-content {
        margin-bottom: 30px;
    }
    .web-title h2 {
        display: inline-block;
        font-weight: 800;
        font-size: 24px;
    }
    .default-content h2 {
        display: block;
        font-size: 24px;
        font-weight: 800;
        margin-bottom: 20px;
    }
}

.services-image {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: top;
    margin-bottom: 15px;
    border-radius: 5px;
    box-shadow: 10px 10px #0068d09e;
}

.border {
    border-color: #e5e5e5 !important;
}

.blog-cards {
    display: block;
}

.blog-cards h5 {
    display: block;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 15px;
}

.blog-cards p {
    display: block;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 15px;
}

.blog-cards a {
    font-size: 13px;
    padding: 7px 15px;
}

.font-italic {
    font-style: italic;
    font-weight: 600;
}

.icon-fix {
    position: absolute;
    top: -10px;
    width: max-content;
    padding: 5px 10px;
    border-radius: 10px;
    color: #006cd7;
    background-color: rgb(255, 255, 255);
}

.icon-fix svg {
    font-size: 30px !important;
}

.min-h {
    position: relative;
    height: 100%;
}

.full-hight-image {
    position: relative;
    height: 100%;
    border-radius: 10px;
}

@media screen and (max-width: 992px) {
    .min-h {
        position: relative;
        height: auto;
        margin-bottom: 30px;
    }
    .full-hight-image {
        position: relative;
        height: 340px;
        margin-bottom: 30px;
    }
}


/* footer start */

.footer-wrapper {
    padding: 40px 0px;
    background-color: #00387e;
}

.footer {
    display: block;
    color: #FFF;
}

.footer p {
    font-size: 13px;
}

.footer a {
    color: #FFF;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
}


/* end footer */


/*end home page*/