@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%;
    animation: zoom-in-zoom-out 3s ease-out infinite;
}


@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}

.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;
    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;
    overflow: hidden;
}

.top-heading {
    width: 370px;
}

.top-heading span {
    color: #82c33e;
    font-weight: 500;
    text-transform: uppercase;
}

.top-heading h2 {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 25px;
}

.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;
    position: relative;
    z-index: 99;
}

.service-section .service-box .service-img img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.service-section .service-box:hover .service-img {
    background-color: #fff;
    transition: .5s;
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(720deg);
    transform: rotateZ(360deg);
}

.service-section .service-box .service-img {
    background-color: #eee;
    width: 70px;
    height: 70px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 99;
    transition: .5s;
}

.service-section .service-box::after {
    width: 0%;
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    background-color: #000c24;
    transition: .5s;
    border-radius: 10px;
}

.service-section .service-box:hover::after {
    width: 100%;
}

.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 {
    position: relative;
    z-index: 99;
    transition: .5s;
}

.service-section .service-box:hover .service-info {
    color: #fff;
    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: #0564f8;
    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 0px 20px;
    overflow: hidden;
}

.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:hover .icon img {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(720deg);
    transform: rotateZ(360deg);
    transition: .5s;
}

.why-choose-box .icon {
    background-color: #10224f;
    width: 80px;
    height: 60px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-choose-box .icon img {
    width: 35px;
    transition: .5s;
}

.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;
    margin: 0;
}

/* OUR SEO PROCESS */
.our-seo-process {
    padding: 50px 0;
}

.our-seo-process .top-heading h2 div {
    color: #82c33e;
}

.our-seo-process .main-process {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
}

.our-seo-process .main-process .process-bar {
    text-align: center;
    display: flex;
    flex-flow: column;
    gap: 20px;
}

.our-seo-process .main-process .process-bar .icon-box {
    background-color: #ecf3ff;
    width: 70px;
    height: 70px;
    border-radius: 100px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.our-seo-process .main-process .process-bar:hover .icon-box {
    transform: scale(1.2);
    transition: .5s;
}

.our-seo-process .main-process .process-bar .icon-box img {
    width: 40px;
    transition: .5s;
}

.our-seo-process .main-process .process-bar .process-info h2 {
    font-size: 16px;
}

.our-seo-process .main-process .process-bar .process-info h3 {
    font-size: 14px;
}

.our-seo-process .main-process .process-bar .process-info p {
    font-size: 14px;
}

/* WEBSITE DEVELOPMENT */
.website-development {
    padding: 50px 0;
    background-color: #f2f6fb;
}

.website-development .morden-website img {
    width: 100%;
}

.website-development .ui-list ul {
    padding: 0px;
}

.website-development .ui-list ul li {
    list-style: none;
    margin-bottom: 11px;
    display: flex;
    align-items: center;
}

.website-development .ui-list ul li:last-child {
    margin: 0px;
}

.website-development .ui-list ul li::before {
    border: none;
    content: "\f00c";
    font-family: "FontAwesome";
    vertical-align: middle;
    margin-right: 8px;
    width: 25px;
    height: 25px;
    background-color: #82c33e;
    border-radius: 100px;
    color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 13px;
}

.website-development .ui-list .btn-first {
    background-color: #055fea;
    color: #fff;
    padding: 5px 10px 5px 20px;
    border-radius: 100px;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #055fea;
    transition: .5s;
    width: 165px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.website-development .ui-list .btn-first:hover {
    background-color: transparent;
    border: 1px solid #055fea;
    transition: .5s;
    color: #055fea;
}

.website-development .ui-list .btn-first:hover i {
    color: #055fea;
    transition: .5s;
}

.website-development .ui-list .btn-first i {
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.mobile-app-development {
    padding: 50px 0;
    background-color: #000f2a;
}

.mobile-app-development .top-heading {
    width: 380px;
}

.mobile-app-development .ui-list .btn-first {
    background-color: #82c33e;
    color: #fff;
    padding: 5px 11px 5px 20px;
    border-radius: 8px;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #82c33e;
    transition: .5s;
    width: 155px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-app-development .ui-list .btn-first:hover {
    background-color: transparent;
    border: 1px solid #82c33e;
    transition: .5s;
    color: #82c33e;
}

.mobile-app-development .ui-list .btn-first:hover i {
    color: #82c33e;
    transition: .5s;
}

.mobile-app-development .ui-list .btn-first i {
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.mobile-app-development .ui-list ul {
    padding: 0px;
}

.mobile-app-development .ui-list ul li {
    list-style: none;
    margin-bottom: 11px;
    display: flex;
    align-items: center;
    color: #fff;
}

.mobile-app-development .ui-list ul li:last-child {
    margin: 0px;
}

.mobile-app-development .ui-list ul li::before {
    border: none;
    content: "\f00c";
    font-family: "FontAwesome";
    vertical-align: middle;
    margin-right: 8px;
    width: 25px;
    height: 25px;
    background-color: #82c33e;
    border-radius: 100px;
    color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 13px;
}

.mobile-app-development .mobile-app img {
    width: 100%;
}

/* FAQ SECTION */
.faq-section {
    padding: 50px 0;
    background: #2A7B9B;
    background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(1, 55, 176, 1) 0%, rgba(0, 29, 84, 1) 100%);
}

.faq-section .container_box {
    background-color: white;
    color: black;
    border-radius: 6px;
    margin: 1px 0;
    border: 1px solid #eee;
}

.faq-section .top-heading {
    width: 100%;
    margin-bottom: 20px;
}

.faq-section .top-heading h2 div {
    color: #82c33e;
}

.faq-section .question {
    font-size: 15px;
    font-weight: 500;
    padding: 20px 80px 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.faq-section .question::after {
    content: "\002B";
    font-size: 23px;
    position: absolute;
    right: 20px;
    transition: 0.2s;
    font-weight: normal;
}

.faq-section .question.active::after {
    transform: rotate(45deg);
}

.faq-section .answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}

.faq-section .answer {
    padding: 0 20px 10px;
    line-height: 1.5rem;
    font-size: 13px;
}



.contact-form label {
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 15px;
}

.contact-form .group {
    margin-bottom: 10px;
}

.contact-form .form-control {
    font-size: 14px;
    font-weight: 300;
    background-color: #143d95;
    border: 1px solid #1b47ac;
    color: #fff;
    border-radius: 4px;
}

.contact-form .form-control::placeholder {
    color: #eee;
}

.contact-form .group textarea {
    height: 70px;
}

.contact-form .btn-first {
    background-color: #82c33e;
    color: #fff;
    padding: 5px 11px;
    border-radius: 8px;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #82c33e;
    transition: .5s;
    width: 155px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(62, 163, 7, 1) 0%, rgba(87, 174, 31, 1) 100%);
}

.contact-form .btn-first:hover {
    background: transparent;
    border: 1px solid #82c33e;
    transition: .5s;
    color: #82c33e;
}

.contact-form .btn-first:hover i {
    color: #82c33e;
    transition: .5s;
}

.contact-form .btn-first i {
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

/* FOOTER SECTION */
.footer-section {
    background-color: #000e24;
    padding: 30px 0 20px;
}

.footer-section .copyRight {
    text-align: center;
    padding: 20px 0 0;
    color: #eee;
    font-size: 15px;
    border-top: 1px solid #0a162c;
    margin-top: 40px;
}

.footer-section .social-links a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #273247;
    border-radius: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #eee;
    margin-right: 10px;
    transition: .5s;
    top: 0px;
    position: relative;
}

.footer-section .social-links a:hover {
    top: -5px;
    transition: .5s;
    background-color: #82c33e;
}

.footer-section .footer-links a {
    display: block;
    text-decoration: none;
    color: #eee;
    line-height: 31px;
    transition: .5s;
    font-size: 14px;
    position: relative;
}

.footer-section .footer-links a::before {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 0%;
    left: 0px;
    background-color: #eee;
    height: 1px;
    transition: .5s;
}

footer.footer-section .footer-links a:hover::before {
    width: 40%;
    transition: .5s;
    left: 10px;
}

.footer-section .footer-links h2 {
    color: #fff;
    font-size: 18px;
}

.footer-section .footer-links a:hover {
    padding-left: 10px;
}

.footer-section .footer-links ul {
    margin: 0px;
    padding: 0px;
}

.footer-section .footer-links ul li {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-section .footer-links ul li {
    color: #eee;
}

.footer-section .footer-links ul li i {
    color: #3da508;
}

/* PRICE SECTION */
.price-section {
    padding: 50px 0;
    background-color: #f9fafe;
}

.price-section .top-heading {
    width: 100%;
}

.price-section .price-box h2 {
    font-size: 20px;
}

.price-section .price-box {
    background-color: #fff;
    padding: 25px 25px;
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: relative;
    transition: .5s;
}

.price-section .price-box:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: .5s;
}

.price-section .price-box h3 {
    font-size: 20px;
    color: #1b68fe;
    font-weight: 600;
}

.price-section .price-box h3 span {
    font-size: 13px;
    color: #bfafaf;
    font-weight: normal;
}

.price-section .price-box p {
    font-size: 12px;
    text-transform: capitalize;
}

.price-section .price-box ul {
    margin: 0px;
    list-style: none;
    margin: 0px;
    padding: 0;
    line-height: 34px;
}

.price-section .btn-first {
    background-color: transparent;
    color: #1a6afd;
    padding: 5px 11px;
    border-radius: 6px;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #1a6afd;
    transition: .5s;
    width: 155px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 10px auto 0;
}

.price-section .btn-first:hover {
    background-color: #1a6afd;
    border: 1px solid #1a6afd;
    transition: .5s;
    color: #fff;
}

.price-section .btn-first:hover i {
    color: #82c33e;
    transition: .5s;
}

.price-section .btn-first i {
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.price-section .active-box .btn-first {
    background-color: #4ea815;
    color: #fff;
    border: 1px solid #4ea815;
}

.price-section .price-box .most {
    position: absolute;
    top: -12px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    width: 105px;
    padding: 3px 10px;
    background-color: #4ea815;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    font-size: 13px;
}

.section-padding.testimonial-section {
    padding: 20px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-borders span {
    height: 5px;
    background: #6aaf08;
    width: 40px;
    display: inline-block;
    border-radius: 2px;
}

.section-borders span.black-border {
    background: #333;
    width: 30px;
    margin: 0 6px;

}

.testimonial-section .client-testimonial-carousel .owl-dots button {
    height: 5px;
    background: #82c33e !important;
    width: 20px;
    display: inline-block;
    margin: 5px;
    transition: .2s;
    border-radius: 2px;
}

.testimonial-section .client-testimonial-carousel button.owl-dot.active {
    background: #000 !important;
    width: 30px;
}

.testimonial-section .client-testimonial-carousel .owl-dots {
    text-align: center;
    margin-top: 25px
}

.testimonial-section .single-testimonial-item {
    position: relative;
    \: 0 0 2px #dadfd3;
    margin: 2px;
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 6px;
}

.testimonial-section .single-testimonial-item:before {
    font-family: "Font Awesome 5 Free";
    content: "\f10e";
    font-weight: 900;
    position: absolute;
    left: 20px;
    top: 50%;
    font-size: 20px;
    color: #6aaf08;
    line-height: 30px;
    margin-top: -15px;
    display: none;
}

.testimonial-section .single-testimonial-item:after {
    background: #ddd;
    content: "";
    height: 70%;
    left: 60px;
    position: absolute;
    top: 10%;
    width: 1px;
    display: none;
}

.testimonial-section .single-testimonial-item h3 {
    font-size: 17px;
    font-style: normal;
    margin-bottom: 0;
    display: flex;
    gap: 20px;
}

.testimonial-section .single-testimonial-item img {
    width: 40px !important;
    height: 40px;
    border-radius: 100px;
    object-fit: cover;
}

.testimonial-section .single-testimonial-item h3 span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 0;
}

.testimonial-section .top-heading {
    width: 100%;
}

.testimonial-section .top-heading h2 div {
    display: inline-block;
    color: #42a40b;
}

.testimonial-section .single-testimonial-item .quotes img {
    width: 25px !important;
    height: 25px !important;
    object-fit: contain;
    margin-bottom: 10px;
}