html {
    scroll-behavior: smooth;
}

body {
    background-color: #f1f2f6;
    background-image: url(img/bg-1.png);
    background-repeat: repeat;
}

li::marker {
    color: #11abba;
}

.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_section {
    margin-top: 90px;
    padding-top: 100px;
}

#services_section .heading_container h2 {
    margin-bottom: 46px;
}




.btn-get-free {
    font-size: 16px;
    color: #ffffff;
    background-color: #27c3d1;
    border-color: #27c3d1;
    margin-top: 26px;
    padding: 10px 20px;
}

.btn-get-free:hover {
    color: #ffffff;
    background-color: #27c3d1;
    border-color: #27c3d1;
}



.title-section {
    border-left: 4px solid #c2dfe1;
    padding: 0 0 0 20px !important;
    margin: 0 0 60px 20px;
}

.title-section h2 {
    font-size: 32px;
    /* background: #f5f5f5; */
    color: #001c42;
    font-weight: 700;
    text-align: left;
    margin: 0;
}

.title-section h2 i {
    color: #11abba;
}

.subtitle-section {
    color: #bdbdbd;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    margin-top: -2px;
}



#home_section .we-help-you-img img {
    width: 100%;
}

#home_section .we-help-you h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 22px;
    letter-spacing: -1px;
}

@media (max-width: 991px) {
    #home_section .we-help-you {
        margin-top: 40px;
    }
}



/* About */
#about_section {
    margin-top: 60px;
    padding-top: 100px;
}

#about_section .txt-about {
    line-height: normal;
    padding: 20px;
    padding-top: 4px;
    color: #666666;
    text-align: justify;
}

#about_section .txt-about .logo-about {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}

@media (max-width: 991px) {
    #about_section .txt-about .logo-about img {
        width: 100%;
        margin: 20px 0;
    }
}

#about_section .txt-about strong {
    background: #001f3b;
    padding: 4px 46px 4px 16px;
    color: #ffffff;
    border-radius: 0px 40px 0 0;
    margin-top: 30px;
    margin-bottom: 14px;
    display: inline-block;
}

#about_section .txt-about li {
    margin-bottom: 4px;
}




/* Notices */
#notices_section {
    margin-top: 20px;
    padding-top: 100px;
}


/* Services */
.feature-box-1 {
    background: #f0f2f5;
    padding: 32px;
    border-radius: 4px;
    border: 1px solid #dbdbdb;
    margin: 15px 0;
    position: relative;
    height: 424px;
    top: 0;
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    z-index: 1;
  }

  .feature-box-1 * {
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
  }

  .feature-box-1 .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    /* background: #ff6600;
    color: #ffffff; */
    text-align: center;
    border-radius: 50%;
    margin-bottom: 22px;
    font-size: 27px;
  }

  .feature-box-1 .icon svg {
    width: 46px;
    height: 46px;
    color: #003466;
    stroke: #003466;
    stroke-width: 1px;
  }

  .feature-box-1 h5 {
    color: #003946;
    font-weight: 400;
  }

  .feature-box-1 p {
    margin: 0;
  }
  
  .feature-box-1:hover:after {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    left: 0;
    right: au
    to;
  }
  .feature-box-1 ul {
    min-height: 100px;
  }

  .feature-box-1 .feature-content .price {
    font-size: 18px;
    font-weight: 500;
    color: #34acd1;
  }

  .feature-box-1 .btn-services {
    color: #ffffff;
    background: #003466;
    padding: 10px 50px;
    border: none;
    border-radius: 0;
  }

  .feature-box-1 .btn-services:hover {
    background: #2E6083;
  }




/* Info Section */
#info_section .container {
    margin-top: 170px;
    margin-bottom: 130px;
    padding: 30px 20px 50px;
    border-top: 4px solid #11abba;
    border-bottom: 4px solid #11abba;
    background: #ebf3f3;
}
#info_section .title h2 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 50px;
}

#info_section .icon {
    padding: 6px 0;
}

#info_section .icon i {
    font-size: 70px;
    color: #003843;
}

#info_section .content {
    padding-left: 30px;
    padding-right: 60px;
}

@media (max-width: 991px) {
    #info_section .content {
        padding: 0;
        margin-bottom: 30px;
    }

    #info_section .icon {
        display: none;
    }

    #info_section .title h2 {
        font-size: 20px;
    }
}

#info_section .content .title {
    color: #001c42;
    font-weight: 700;
    margin-bottom: 8px;
}

#info_section .content .desc {
    color: #666666;
    text-align: justify;
    line-height: normal;
}


  /* FAQ */
.faq_section {
    margin-top: 60px;
    padding-top: 100px;
    padding-bottom: 200px;
}

.faq_section .heading_container {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 45px;
}

.faq_section .heading_container h2 {

}

.faq_section .heading_container span {
    font-size: 20px;
    color: #bfbfbf;
}

.pb_accordion {
    padding: 0 25px;
}

.pb_accordion .item > a {
    font-size: 20px;
    display: block;
    border-bottom: 1px solid #e9ecef;
    padding: 10px 0;
    position: relative;
    color: #495057;
}

@media (max-width: 991px) {
    .pb_accordion .item > a {
        padding-right: 30px;
    }
}

.pb_accordion .item>a:before {
    font-family: "Font Awesome 5 Free";
    content: "\2b";
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pb_accordion .item>a[aria-expanded="true"] {
    color: #11abba;
    font-weight: 600;
    border-bottom: 1px solid transparent;
}

.pb_accordion .item>a[aria-expanded="true"]:before {
    font-family: "Font Awesome 5 Free";
    content: "\f068";
    font-weight: 900;
}

.pb_accordion .item>div *:last-child {
    margin-bottom: 0;
}

.pb_accordion p {
    color: #666666;
}





/* 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;
}




.flex-caption {
    font-size: 14px;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    width: 30%;
    padding: 2%;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    line-height: 18px;
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.flexslider {
    margin: 0;
    border: 8px solid #e0e1e3;
}

.flexslider ul.slides li {
    position: relative;
    /* border: 8px solid #e0e1e3; */
}

.flex-caption .caption-entry {
    padding: 30px;
}

.flex-caption .caption-entry .caption-title {
    margin-bottom: 7%;
    padding: 10% 0 7px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.flex-caption .caption-entry .caption-title h2 {
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-family: 'Alice', serif;
    text-transform: uppercase;
}

.flex-caption .caption-entry p {
    text-align: justify;
}

.flex-direction-nav {
    position: absolute;
    z-index: 5;
    bottom: 18px;
    right: 18px;
}

.flex-direction-nav li {
    float: left;
    margin-left: 1px;
}

.flex-direction-nav li a {
    display: block;
    width: 27px;
    height: 27px;
    border-radius: 2px;
    background-image: url(img/direction-nav.png);
    background-color: rgba(0, 0, 0, .5);
    background-repeat: no-repeat;
    
    position: static;
    opacity: unset;

    cursor: pointer;
}

.flex-direction-nav li a:hover {
    background-color: #549dc8;
}

.flex-direction-nav a:before {
    margin-top: 20px;
}

.flex-direction-nav li .flex-next {
    background-position: right top;
}

.flex-control-nav {
    display: none;
}





.item-service {
    margin-bottom: 30px;
}

.blue {
    background: #003843;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 18px 0px 0px 18px;
}

@media (max-width: 991px) {
    .blue {
        flex: 0 0 5%;
        max-width: 5%;
        padding: 0;
    }

    .blue svg {
        display: none;
    }
}

.blue svg {
    width: 110px;
    height: 110px;
    color: #ffffff;
    stroke: #ffffff;
    stroke-width: 1px;
}

.white {
    padding: 20px 20px 20px 40px;
    border: 2px solid #dfdfe0;
    border-left: none;
    border-radius: 0px 8px 8px 0px;
}

@media (max-width: 991px) {
    .white {
        flex: 0 0 95%;
        max-width: 95%;
        padding: 20px 20px 20px 20px;
    }
}

.white ul {
    margin-top: 22px;
}

.btn-started {
    background-color: #27c3d1;
    border-color: #27c3d1;
}

.btn-started a {
    color: #ffffff;
    display: flex;
    align-items: center;
    padding: 2px 12px;
}

.btn-boi {
    background-color: #f4b61a;
    border-color: #f4b61a;
}

.btn-boi a {
    color: #ffffff;
    display: flex;
    align-items: center;
    padding: 2px 12px;
}

.btn-boi a:hover {
    color: #ffffff;
} 

.btn-boi a:focus {
    outline: none;
    box-shadow: none;
} 

.btn-boi a i {
    font-size: 22px;
    margin-left: 8px;
    padding-top: 2px;
}

@media (max-width: 991px) {
    .btn-started a {
        font-size: 12px;
        padding: 0;
    }
}

.btn-started a i {
    font-size: 22px;
    margin-left: 8px;
    padding-top: 2px;
}

.btn-started:hover {
    background-color: #27c3d1;
    border-color: #27c3d1;
}

.btn-started:hover a {
    color: #ffffff;
}

.btn-started .btn.focus,
.btn-started .btn:focus {
    outline: none;
    box-shadow: none;
}


.btn-send {
    background-color: #052a4b;
    border-color: #052a4b;
    width: 200px;
}

.btn-send a {
    color: #ffffff;
}

.btn-send:hover {
    background-color: #0e84d9;
    border-color: #0e84d9;
}

.btn-send:hover a {
    color: #ffffff;
}
















/* contact section */
.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 .contact-form {
    padding: 0 25px;
    border-radius: 20px;
}

.contact_section .contact-form input,
.contact_section .contact-form select {
    border: none;
    outline: none;
    background-color: transparent;
    width: 100%;
    height: 46px;
    margin: 12px 0;
    padding: 10px 20px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 4px;
}

.contact_section .contact-form textarea {
    border: none;
    outline: none;
    background-color: transparent;
    width: 100%;
    margin: 15px 0;
    padding: 10px 20px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}

.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 button {
    font-weight: 500;
    color: #fff;
    background-color: #00cfca;
    border: none;
    border-radius: 30px;
    outline: none;
    padding: 12px 50px;
    text-transform: uppercase;
    margin-top: 25px;
}

.contact_section .map_img-box {
    width: 80%;
    margin: 25px auto 0 auto;
}

.contact_section .map_img-box img {
    width: 100%;
}





.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;
}