html {
    scroll-behavior: smooth;
}

body {
    background-color: #f1f2f6;
    background-image: url(img/bg-1.png);
    background-repeat: repeat;
}

.mt-200 {
    margin-top: 200px;
}

#header-top {
    background: #001f3b;
    color: #fff;
    padding: 10px 0 11px;
}

#header-main {
    background: #ffffff;
}

#header-main-top {
    border-bottom: 1px solid #e0edf6;
    padding-bottom: 15px;
    padding-top: 15px; 
}

#header-main #header-main-navigation {
    background-color: #e9ecef;
}

#header-main #header-main-navigation nav {
    padding-left: 0;
    padding-right: 0;
}

#header-main #header-main-navigation nav.bg-light {
    background: none !important;
}

@media (min-width: 992px) {
    #header-main #header-main-navigation nav .navbar-collapse {
        display: flex !important;
        justify-content: flex-end;
    }
}

#header-main #header-main-navigation nav .navbar-nav {
    display: flex;
    align-items: center;
}

#header-main #header-main-navigation nav .navbar-nav .nav-link {
    color: #333;
    font-weight: 600;
    margin-right: 20px;
}

.home-nav-link {
    background: #052a4b;
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 8px;
}

.btn-boi-top {
    background: #11abba;
    color: #ffffff !important;
    padding: 8px 22px !important;
    border-radius: 8px;
    margin: 0 0 0 40px !important;
}

#page-heading {
    background: #001f3b;
    border-bottom: 6px solid #11abba;
}

#page-heading h1 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}

#page-heading nav {
    margin-top: 30px;
}

#page-heading nav .breadcrumb {
    background: no-repeat;
    margin: 0;
    padding: 0;
}

#page-heading nav .breadcrumb-item.active {
    color: #ffffff;
}

#page-heading nav ol {
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 5px;
}

#page-heading nav ol li a {
    color: #ffffff;
}



/* Main */
main .main-content {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, .07);
    background-color: #fff;
    padding: 40px 60px;
}

@media (max-width: 991px) {
    main .main-content {
        padding: 40px 22px;
    }
}


@media (min-width: 992px) {
    main {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media (max-width: 991px) {
    main {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}


#services .heading_container h2 {
    margin-top: 116px;
    margin-bottom: 46px;
}








/* Footer */
#footer {
    background-color: #2d3032;
    border-top: 10px solid #11abba;
    border-bottom: 10px solid #11abba;
}

#footer h1 {
    font-size: 36px;
    color: #ffffff;
    margin-top: 50px;
    margin-bottom: 10px;
}

#footer hr {
    border: 1px solid #fff;
}

#footer h5 {
    color: #ffffff;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    #footer h5 {
        margin-top: 30px;
        margin-bottom: 10px;
    }
}

#footer ul li a {
    color: #ffffff;
}

#footer p {
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
    text-align: justify;
}

#footer .footer-about-company .company-logo {
    margin-bottom: 20px;
}

#footer .footer-about-company p {
    font-size: 16px;
}

#footer .footer-contact {
    color: #ffffff;
}

#footer .footer-contact .nav .nav-item {
    line-height: 22px;
    position: relative;
}

#footer .footer-contact .nav .nav-item i {
    font-size: 18px;
    color: #05e9ff;
    text-align: center;
    width: 20px;
    position: absolute;
    top: 4px;
    left: -28px;
}

@media (max-width: 991px) {
    #footer .footer-contact .nav .nav-item i {
        display: none;
    }
}

#footer .footer-contact .nav .nav-item .line {
    color: #05e9ff;
    font-weight: 600;
}

#footer .footer-company-legal {
    font-size: 15px;
    text-align: justify;
    color: #939a9d;
    border-top: 1px solid #939a9d;
    border-bottom: 1px solid #939a9d;
    padding: 24px 0;
}

#footer .footer-company-legal a {
    color: #ffffff;
    text-decoration: underline;
}

#footer .copyright {
    text-align: center;
    color: #ffffff;
    padding-top: 40px;
    margin-bottom: 30px;
}

#footer .copyright p {
    font-weight: 100;
    text-align: center;
}





/* contact section */
.contact_section {
    margin-top: 30px;
    margin-bottom: 50px;
}

.contact_section .heading_container {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* .contact_section .heading_container h2 {
    color: #232323;
    font-size: 34px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.1em;
    letter-spacing: -2px;
    margin-top: 80px;
    margin-bottom: 90px;
} */

.contact_section .heading_container h5 {
    font-size: 16px;
    font-weight: 400;
    color: #838383;
    margin-bottom: 36px;
}


.contact_section .contact-form label {
    color: #6b6b6b;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 3px;
}

.contact_section .contact-form input[type=text],
.contact_section .contact-form input[type=number],
.contact_section .contact-form input[type=email],
.contact_section .contact-form select {
    outline: none;
    width: 100%;
    height: 46px;
    padding: 10px 20px;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
}

.contact_section .contact-form textarea {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    outline: none;
}

.contact_section .contact-form .form-check {
    margin-top: 18px;
    margin-bottom: 30px;
}

.contact_section .contact-form .form-check input {
    margin-right: 6px;
    margin-top: 4px;
    height: 14px;
    width: 14px;
    cursor: pointer;
}

.contact_section .contact-form .form-check label {
    color: #6b6b6b !important;
    font-weight: 400;
    text-align: justify;
    line-height: 18px;
    margin-left: 10px;
    cursor: pointer;
}

.contact_section .contact-form input.input_message {
    height: 175px;
}

.contact_section .contact-form input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.contact_section .contact-form input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.contact_section .contact-form input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.contact_section .contact-form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.contact_section .contact-form textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.contact_section .contact-form textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.contact_section .contact-form textarea::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.contact_section .contact-form textarea::placeholder {
    color: rgba(0, 0, 0, 0.4);
}


.contact_section .contact-form .form-help-text {
    font-size: 14px;
    color: #838383;
    font-style: italic;
    text-align: justify;
    line-height: 18px;
    margin-bottom: 6px;
}

.contact_section .contact-form .btn-send button {
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
    background: #0093cd;
    padding: 8px 40px;
    margin-top: 55px;
    width: 100%;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.contact_section .contact-form .btn-send button:hover {
    color: #ffffff;
    background: #0093cd;
    transform: translateY(-3px);
}

.contact_section .contact-form .btn-send button:disabled {
    background: #2d3032;
    cursor: no-drop;
}

.contact_section .contact-form .invalid-feedback {
    font-style: italic;
}

.contact_section .map_img-box {
    width: 80%;
    margin: 25px auto 0 auto;
}

.contact_section .map_img-box img {
    width: 100%;
}

.contact_section .col-right {
    padding-left: 60px;
}

@media (max-width: 991px) {
    .contact_section .col-right {
        padding: 0 15px;
        margin-top: 70px;
    }
}

.contact_section .col-right p {
    color: #838383;
    text-align: justify;
}

/* .contact_section .contact-info {
    color: #838383;
    text-align: justify;
} */

.contact_section .contact-info .info-box {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
}

.contact_section .contact-info .info-box i {
    font-size: 18px;
    color: #11abba;
    margin-right: 18px;
    width: 20px;
    text-align: center;
}

.contact_section .contact-info .info-box span {
    color: #838383;
}







.contact_section .contact {
    color: #ffffff;
    /* background: linear-gradient(to bottom right, #00a2ff, #000f25); */
    background: #003466;
    padding: 40px;
    border-radius: 22px 0 0 22px;
    margin-right: -60px;
}

.contact_section .contact h1 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 14px;
}

.contact_section .contact .contact-phone,
.contact_section .contact .contact-email,
.contact_section .contact .contact-address {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}

.contact_section .contact .contact-phone .phone-icon,
.contact_section .contact .contact-email .email-icon,
.contact_section .contact .contact-address .address-icon {
    padding: 14px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    margin-right: 12px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact_section .contact .contact-phone .phone strong,
.contact_section .contact .contact-email .email strong,
.contact_section .contact .contact-address .address strong {
    width: 80px;
    font-weight: 500;
    display: inline-block;
}

.contact_section .contact .contact-address .address {
    display: flex;
}

.contact_section .contact .contact-address .address strong {
    margin-right: 16px;
}