* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    list-style: none !important;
}

body {
    font-family: "Mulish", sans-serif !important;
    color: #ffffff;
}

.container {
    max-width: 1220px !important;
}

#header .container-fluid {
    max-width: 1240px !important;
}

.header {
    width: 100%;
}

.header_bar {
    box-shadow: 0 0 12px #ddd;
}

.header_btn a {
    padding: 12px 27px;
    background: linear-gradient(136deg, #29aae2, #022140);
    border-radius: 50px;
    color: #fff;
}

.header .navbar-nav .nav-item .nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #022140;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}

.header .navbar-nav .nav-item .nav-link.active::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 9px;
    width: 40%;
    height: 2px;
    background-color: #022140;
    visibility: visible;
    transform: scaleX(1);
    transition: all 0.3s ease-in-out 0s;
}

.header .navbar-nav .nav-item .nav-link:hover::before {
    visibility: visible;
    transform: scaleX(1);
    color: white;
}

.navbar-nav li {
    position: relative;
}

.header .nav-item {
    margin-left: 20px;
}

.header .nav-link {
    font-size: 17px;
    font-weight: 700;
    color: #000;
}

/* banner_start */
.banner {
    background-image: url(../img/banner_img.webp);
    background-repeat: no-repeat;
    height: 700px;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
}

.banner_text h1 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}

.banner_text {
    width: 55%;
}

.main_p {
    width: 80%;
}

.pera {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    color: #fff;
}

.banner_btn a {
    padding: 12px 27px;
    color: #000;
    font-weight: 800;
    border-radius: 50px;
    transition: 0.4s;
    background-color: #fff;
}

.banner_btn a:hover {
    background: linear-gradient(136deg, #29aae2, #022140);
    color: #fff;

}

/* services_start */
.services {
    padding-top: 70px;
    padding-bottom: 70px;
}

.center_heading h2 {
    font-size: 33px;
    font-weight: 700;
    color: #000;
}

.main_slide .item {
    padding: 10px;
}

.main_slide .slide_box {
    padding: 13px;
    background-color: #fff;
    border: 1px solid #29ABE2;
    border-radius: 15px;
    box-shadow: 0px 4px 0px 0px #29ABE2;
    height: 100%;
}

.main_slide .slide_box.active {
    padding: 13px;
    background: linear-gradient(124deg, #29ABE2, #022140);
    border: 1px solid #29ABE2;
    border-radius: 15px;
    box-shadow: 0px 0px 0px 0px #29ABE2;
    height: 100%;
}

.main_slide .slide_box:hover {
    background: linear-gradient(124deg, #29ABE2, #022140);
    box-shadow: none;
}

.main_slide .slide_box:hover .services_icon {
    border: 2px solid #fff;
}

.main_slide .slide_box:hover h3 {
    color: #fff;
}

.main_slide .slide_box:hover p {
    color: #fff !important;
}

.main_slide .slide_box.active .services_icon {
    background: #fff;
}

.main_slide .slide_box:hover .services_btn a {
    background: #fff;
    color: #000;
}

.services_icon {
    background: linear-gradient(124deg, #29ABE2, #022140);
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin: auto;
    text-align: center;
    position: relative;
}

.services_icon img {
    position: absolute;
    top: 50%;
    left: 52%;
    width: 50px !important;
    transform: translate(-50%, -50%);
}

.main_slide .slide_box.active .services_icon img {
    color: #fff;
}

#show {
    display: none;
}

.main#show {
    display: block !important;
}


.slide_box h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.services_btn a {
    padding: 10px 25px;
    background: linear-gradient(136deg, #29aae2, #022140);
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    border: 1px solid #cecdcd;
}

.main_slide .slide_box.active .services_btn a {
    background: #fff;
    color: #000;
}

.all-services_btn a {
    padding: 10px 25px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 50px;
    background: linear-gradient(124deg, #29ABE2, #022140);
}

#btn {
    padding: 10px 25px;
    width: 20%;
    color: #ffffff;
    cursor: pointer;
    margin: auto;
    font-weight: 600;
    border-radius: 50px;
    background: linear-gradient(124deg, #29ABE2, #022140);
}

.heading_h {
    font-size: 30px;
    font-weight: 800;
}

span {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}


/* what_we_do */

.count {
    font-size: 30px;
    color: #000;
}

.heading_s {
    font-size: 20px;
    font-weight: 700;
}

/* customers_review */
#customers_review {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.411), rgba(1, 11, 20, 0.397)), url(../img/customers_review.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: 626px;
    padding-top: 80px;
    padding-bottom: 80px;
    max-width: 100%;
    overflow: hidden !important;
}

.client_slide {
    padding: 20px 30px;
    background-color: #ffffff;
    box-shadow: 0 0 20px #27507863;
    height: 280px;
}

.client_img {
    width: 80px;
}

.fa-star {
    color: #FF9500;
}

.time {
    color: #D1D1D6;
}

#testimonial .owl-nav.disabled {
    display: block !important;
}

#testimonial .owl-dots.disabled {
    display: block !important;
}

#testimonial button span {
    position: relative;
    display: none;
}

#testimonial button span::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "1/3";
    background-color: black;
    width: 20px;
    height: 1px;
}

#testimonial button.owl-prev i {
    font-size: 20px;
    text-align: center;
    color: #fff;
    transform: translate(4%, 4%);


}

#testimonial button.owl-prev {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    line-height: 40px;
    border-radius: 50px;
    background-color: rgb(0, 0, 0);
    text-align: center;

}

.owl-theme .owl-nav [class*=owl-]:hover {
    color: #fff;
    background-color: #000;
}

#testimonial button.owl-next i {
    font-size: 20px;
    text-align: center;
    color: #fff;
    transform: translate(4%, 4%);

}

#testimonial button.owl-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    background-color: rgb(0, 0, 0);
    text-align: center;

}

.owl-theme .owl-nav [class*=owl-]:hover {
    color: #fff;
    background-color: #000;
}

#testimonial .owl-nav {
    margin-top: 20px;
}

/* blog_box */

.blog_box {
    background-color: #fff;
    box-shadow: 0 0 12px #e4e4e4;
    height: 100%;

}

.blog-main {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.blog_img {
    position: relative;
    transform: scale(1);
    overflow: hidden;


}

.blog_box:hover img {
    transform: scale(1.02);

}

.img_box {
    position: absolute;
    bottom: 0;
    right: 0;
}

.img_box {
    padding: 8px 15px;
    background: linear-gradient(124deg, #ff5b2e, #ff5b2e);
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
}

.read_btn a {
    color: #000;
    font-weight: 600;
}

#blog {
    background-color: #F7F7F7;
}

/* get_call */
.get_call {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #F7F7F7;
}

.get_bg::before {
    content: "";
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.123), rgba(1, 11, 20, 0.158)), url(../img/blur_shape.webp);
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    padding: 30px 50px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -9;
}

.get_bg {
    background-color: rgba(40, 167, 221, 0.1);
    padding: 30px 50px;
    z-index: 9;
    position: relative;
    width: 100%;

}

.get_img a {
    padding: 10px 25px;
    color: #ffffff;
    font-weight: 600;
    font-size: 19px;
    border-radius: 50px;
    background: linear-gradient(124deg, #29ABE2, #022140);
}

.get_heading {
    font-size: 28px;
    font-weight: 700;
}

/* footer */
.footer {
    background-color: #022230;
}

.footer_logo img {
    width: 200px;
}

.footer_list li {
    margin-bottom: 10px;
}

.footer_list li a {
    color: #fff;
}

.footer .social_media li {
    display: inline-block;
    margin: 0 5px 14px 0px;
}

.footer .social_media i {
    width: 30px;
    height: 30px;
    background-color: #fff;
    line-height: 30px;
    border-radius: 50px;
    text-align: center;
    font-size: 14px;
    transition: all 0, 5s;
    color: #000;

}

.social_media i:hover {
    background: linear-gradient(124deg, #29ABE2, #022140);
    color: #fff;
}

#why_choose_us {
    position: relative;
}

#why_choose_us::before {
    background-image: url(../img/back_brack.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -9;
    opacity: 10%;
    top: 0;
    left: 0;
    content: "";
}

.border-end.border-dark.border-3 {
    padding-right: 40px;
}

/* responsive */
@media screen and (max-width:568px) {

    .header .navbar-nav .nav-item .nav-link.active::before {
        display: none;
    }

    .header .navbar-nav .nav-item .nav-link::before {
        display: none;
    }

    .header_btn.ms-auto {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    a.navbar-brand.min img {
        width: 180px;
    }

    .banner {
        width: 100%;
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .banner_text h1 {
        padding-top: 0 !important;
    }

    .banner_text {
        width: 100%;
    }

    .main_p {
        width: 100%;
    }

    .banner_btn.mt-5 {
        padding-bottom: 20px;
    }

    .services .main_slide button.owl-prev {
        bottom: 0;
        left: 0;
        height: 50px;
    }

    .services .main_slide button.owl-next {
        bottom: 0;
        height: 50px;
        right: 0;
    }

    .services {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .choose_us_left.center_heading.pb-4 {
        text-align: center;
    }

    p.pera.text-dark {
        text-align: center;
    }

    .right_image img {
        display: none;
    }

    .what_we_do_image img {
        display: none;
    }

    .all-services_btn.mt-5 {
        margin-bottom: 30px;
        text-align: center;
    }

    .center_heading.pb-4 {
        padding-top: 40px;
        text-align: center;
    }

    .mini {
        flex-direction: column;
    }

    #customers_review {
        height: 100%;
    }

    .client_slide {
        height: 100%;
    }

    .border-end.border-dark.border-3 {
        border: none !important;
    }

    .text-center.center_heading.pb-5 {
        padding-top: 50px;
    }

    .d-flex.align-items-center.justify-content-between {
        flex-direction: column;
        justify-content: flex-start !important;
        align-items: normal !important;
    }

    .footer_logo {
        padding-top: 0px;
    }

    #btn {
        width: 80% !important;
    }

    #customers_review .center_heading h2 {
        padding-top: 0px;
    }

}

@media screen and (max-width:992px) {
    .header .navbar-nav .nav-item .nav-link.active::before {
        display: none;
    }

    .footer_text.ms-4 {
        margin-left: 0 !important;
    }

    .header .navbar-nav .nav-item .nav-link::before {
        display: none;
    }

    .banner_text {
        width: 100%;
    }

    .main_p {
        width: 90%;
    }

    /*.banner {*/
    /*    height: 490px;*/
    /*}*/

    .banner_text h1 {
        padding-top: 0 !important;
    }

    #btn {
        width: 25%;
    }

    .header_btn.ms-auto {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .right_image img {
        display: none;
    }

    .what_we_do_image img {
        display: none;
    }

    .all-services_btn.mt-5 {
        margin-bottom: 40px;
    }

    .center_heading h2 {
        padding-top: 50px;
    }

    #customers_review {
        height: 100%;
    }

    .client_slide {
        height: 100%;
    }

    .d-flex.align-items-center.justify-content-between {
        flex-direction: column;
        justify-content: flex-start !important;
        align-items: normal !important;
    }

    .footer_bottom p {
        padding-top: 8px;
    }

    .services h2 {
        padding-top: 0;
    }
}

/* top_btn */
.scrollTop {
    position: fixed;
    bottom: 50px;
    right: 12px;
    width: 40px;
    height: 40px;
    line-height: 44px;
    z-index: 99;
    text-align: center;
    cursor: pointer;
    display: none;
    background: #ff5b2e;
    border-radius: 2px;
}

.scrollTop i {
    font-size: 20px;
    color: #fff;

}

.psmtc_Ik96 {
    top: auto !important;
    bottom: 200px !important;
    right: 5px !important;
}