@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Poppins", sans-serif;
    background-color: #fff;
}

.bg-dark {
    background-color: #000c24 !important;
}

.top-header {
    border-bottom: 1px solid #02112a;
    padding: 12px 0;
}

.navbar-brand img {
    width: 130px;
}

.main-button {
    text-decoration: none;
    background-color: #82c33e;
    color: #fff;
    padding: 9px 18px;
    text-align: center;
    border: 1px solid #82c33e;
    border-radius: 6px;
    transition: .5s;
}

.main-button:hover {
    background-color: #000c24;
    border: 1px solid #fff;
    transition: .5s;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "FontAwesome";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 40px;
    padding: 3px 0;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400 !important;
    text-transform: capitalize;
    outline: none;
}

.navbar .nav-item .dropdown-menu .dropdown-item {
    color: #fff;
    border-bottom: 1px solid #09142a;
}

.navbar .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #82c33e;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #82c33e;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #82c33e;
    border-bottom: 1px solid #eee;
}

.banner-section {
    background-color: #000c24;
}

.banner-section .banner-content {

    padding: 50px 0 20px;
}

.banner-section .top-heading {
    background-color: #16223b;
    border-radius: 100px;
    color: #fff;
    padding: 6px 20px 6px;
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: auto;
}

.banner-section .top-heading .dot {
    width: 8px;
    height: 8px;
    border-radius: 100px;
    background-color: #82c33e;
}

.banner-section .banner-content h1 {
    color: #fff;
    font-weight: 600;
    font-size: 54px;
    line-height: 60px;
}

.banner-section .banner-content h1 span {
    color: #72d828;
}

.banner-section .banner-image img {
    width: 100%;
}

.banner-section .banner-content .button-main {
    margin-top: 20px;
    display: flex;
    gap: 20px;
}

.banner-section .banner-content .button-main .btn-first {
    background-color: #82c33e;
    color: #fff;
    padding: 8px 18px;
    border-radius: 6px;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #82c33e;
    transition: .5s;
    width: 230px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner-section .banner-content .button-main .btn-first:hover {
    background-color: transparent;
    border: 1px solid #82c33e;
    transition: .5s;
}

.banner-section .banner-content .button-main .btn-first i {
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #fff;
    color: #000;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-section .banner-content .button-main .btn-sec {
    background-color: #0564f8;
    color: #fff;
    padding: 8px 18px;
    border-radius: 6px;
    text-transform: capitalize;
    margin-right: 20px;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #0564f8;
    transition: .5s;
    display: flex;
    width: 230px;
    text-align: center;
    justify-content: space-between;
    align-items: center;
}

.banner-section .banner-content .button-main .btn-sec i {
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #fff;
    color: #000;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-section .banner-content .button-main .btn-sec:hover {
    background-color: transparent;
    border: 1px solid #0564f8;
    transition: .5s;
}

.banner-section .banner-content .rating-box {
    display: flex;
    margin-top: 20px;
    align-items: center;
    column-gap: 33px;
}

.banner-section .banner-content .rating-box {
    color: #fff;
}

.banner-section .banner-content .rating-box span {
    font-weight: 600;
}

.banner-section .banner-content .rating-box p {
    margin: 0;
    font-size: 14px;
    color: #eee;
}

.banner-section .banner-content .rating-box i {
    color: yellow;
    font-size: 9px;
}

.banner-section .banner-content .brand-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #092148;
    border-radius: 6px;
    padding: 10px 20px;
    width: 480px;
    margin-top: 20px;
    background-color: #02112b;
}

.banner-section .banner-content .brand-logo img {
    width: 70px;
}

/* our services */
.service-section {
    padding: 50px 0;
}

.top-heading {
    width: 380px;
}

.top-heading span {
    color: #82c33e;
    font-weight: 500;
    text-transform: uppercase;
}

.top-heading h2 {
    font-weight: 700;
    text-transform: capitalize;
}

.top-heading h2 div {
    display: inline-block;
    color: #0f54ee;
}

.service-section .service-box {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
    padding: 20px 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    flex-flow: column;
    gap: 20px;
    display: flex;
    margin-bottom: 20px;
    transition: .5s;
}

.service-section .service-box:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: .5s;
}

.service-section .service-box .service-info h2 {
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
}

.service-section .service-box .service-info p {
    font-size: 15px;
}

.service-section .service-box .service-info a {
    color: #82c33e;
    display: flex;
    align-items: center;
    column-gap: 10px;
    text-decoration: none;
    transition: .5s;
}

.service-section .service-box .service-info a i {
    transition: .5s;
}

.service-section .service-box .service-info a:hover i {
    padding-left: 10px;
    transition: .5s;
}

/* WHY CHOOSE US */

.why-choose-us {
    background-color: #010e28;
    padding: 50px 0 0;
}

.why-choose-us .top-heading h2 {
    color: #fff;
    font-weight: 500;
}

.why-choose-us .top-heading p {
    margin: 20px 0 0;
}

.why-choose-us .top-heading h2 div {
    color: #82c33e;
}

.why-choose-us .top-heading {
    width: 100%;
}

.why-choose-box {
    display: flex;
    column-gap: 20px;
    margin-bottom: 20px;
}

.why-choose-box .icon img {
    width: 60px;
}

.why-choose-box .icon-info h2 {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
}

.why-choose-box .icon-info p {
    color: #fff;
    font-size: 13px;
}