body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
html{
    overflow-x: hidden;
}

p {
    font-size: 17px;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
}

a {
    text-decoration: none;
}

button {
    box-shadow: none;
    border: none;
}

.custom-input::placeholder {
    color: #9f9fb5;
    /* Change to your desired color */
}

.form-control.border-bottm-white {
    background-color: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #9f9fb5;
    border-radius: 0;
    color: #9f9fb5;
    padding: 0.3rem 0;
}

.form-control.border-bottm-black {
    background-color: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    color: #000;
    padding: 0.3rem 0;
}

.enquiry-from .form-control:focus {
    border-bottom: 1px solid #3478F6;
    box-shadow: none;
}

.form-control.border-full {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 6px;
    color: #000;
    padding: 0.6rem;
}

.contactus-form .form-control:focus {
    border-bottom: 1px solid #9f9fb5;
    box-shadow: none;
}

.bg-gradinent-blue {
    position: relative;
    z-index: 1;
}

.bg-gradinent-blue::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #150580 0%, #3478F6 100%);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.bg-gradinent-blue p {
    color: #fff;
}

.theme-btn {
    padding: 7px 20px;
    background-color: #CCFF00;
    font-size: 14px;
    color: #4163A2;
    font-weight: 600;
    border-radius: 30px;
    display: block;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

.theme-btn span {
    margin-left: 6px;
}

.theme-btn span img {
    width: 15px;
}

section {
    padding: 70px 0;
}

.theme-title .main-title {
    font-size: 60px;
    font-weight: 700;
    color: transparent;
    /* Make the text fill transparent */
    -webkit-text-stroke: 1px #ddd;
    /* Add a black stroke */
    font-family: unset;
    margin-bottom: 0;
    text-transform: uppercase;
}

.theme-title span {
    font-size: 17px;
    color: #3478F6;
    font-weight: 700;
    margin-top: -45px;
    display: block;
    text-transform: uppercase;
    /* width: fit-content; */
    font-family: "Roboto", sans-serif;
}

.theme-subtitle h2 {
    font-size: 55px;
    color: #000;
    font-weight: 800;
}

/* Header Section CSS Start */
.header-section {
    position: absolute;
    z-index: 9;
    width: 100%;
}

.with-banner .navbar-brand img {
    filter: brightness(0) invert(1);
}

.bars-button {
    background-color: transparent !important;
}

.with-banner .bars-button img {
    filter: brightness(0) invert(1);
    width: 25px;
}

.navbar-brand img {
    max-width: 220px;
    width: 100%;
}

.with-banner .header-right-text {
    color: #fff;
    border-bottom: 1px solid #fff;
    font-weight: 700;
    margin-right: 5px;
}

.without-banner .header-right-text {
    color: #000;
    border-bottom: 1px solid #000;
    font-weight: 700;
    margin-right: 5px;
}

.without-banner .nav-link {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.with-banner .nav-link {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    padding: 5px 12px !important;
}

.with-banner .nav-link.active {
    color: #CCFF00 !important;
}

.without-banner .nav-link.active {
    color: #3478F6 !important;
}

header.fixed-top-header.sticky {
    position: fixed;
    z-index: 100;
    animation: slideDown 0.6s ease-out;
    transition: none;
    background-color: #fff;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    width: 100%;

}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.with-banner.fixed-top-header.sticky .nav-link {
    color: #000;
}

.with-banner.fixed-top-header.sticky .nav-link.active {
    color: #CCFF00;
}

.with-banner.fixed-top-header.sticky .navbar-brand img,
.with-banner.fixed-top-header.sticky .navbar-toggler-icon {
    filter: unset;
}

.with-banner.fixed-top-header.sticky .header-right-text {
    color: #000;
    border-bottom: 1px solid #000;
}

/* Header Section CSS End */
/* Inner Banner Section CSS End */
.inner-banner {
    position: relative;
    top: 0;
    padding: 150px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-color: #fff;
}

.inner-banner h1 {
    font-size: 50px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 0;
}

/* Inner Banner Section CSS End */
/* Services Section CSS Start */
.services-wrp-box {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px #00000040;
    background-color: #D9D9D9;
    min-height: 200px;
    height: 100%;
}

.services-icon {
    background-image: url(../images/icon/services-shape.png);
    background-position: center;
    background-size: contain;
    background-size: 100% 100%;
    padding: 5px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-icon img {
    position: relative;
    width: 65px;
    height: 65px;
    object-fit: contain;
    object-position: left;
    padding: 5px;
}

.arrow-btn img {
    width: 20px;
}

.services-title {
    position: absolute;
    bottom: 20px;
    max-width: 80%;
    width: 100%;
    /* left: 0; */
}

.services-title a ,.services-title {
    font-size: 16px;
    color: #4163A2;
    line-height: normal;
    font-weight: 700;
}

/* Service Section CSS End */
/* Approach Section CSS Start */
.approach-items {
    align-items: self-start;
}

.approach-items img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.approach-items h2 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

/* Approach Section CSS End */
.contactus-banner-sec {
    padding: 120px 0;
    background-image: url(../images/icon/contactus-bg-img.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.contactus-banner-sec1 {
    padding: 120px 0;
    background-image: url(../images/icon/contactus-bg-img.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.contactus-bannertext h3 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Industries Section CSS Start */
.industries-items-wrp-box {
    position: relative;
    z-index: 1;
}

.industries-items-wrp-box::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    border-radius: 10px;
}

.overlay-bg-blue {
    position: relative;
    z-index: 1;
}

.overlay-bg-blue::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #150580 0%, rgba(52, 120, 246, 0) 100%);
    border-radius: 10px;
}

.industries-items-wrp-box img {
    border-radius: 10px;
}

.industries-items-wrp-box h2 {
    position: absolute;
    bottom: 20px;
    /* left: 15px; */
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    z-index: 1;
    padding: 0 15px;
}

.industries-items-wrp-box h2 a {
    color: #fff;
}

.industries-section .owl-nav {
    display: flex;
    text-align: right;
    justify-content: end;
    margin-top: 20px;
    width: 100%;
}

.industries-section .owl-nav button,
.industries-section .owl-nav button {
    margin: 0 7px;
}

.industries-section .owl-nav button:first-child {
    margin-left: 0;
}

.industries-section .owl-nav button:last-child {
    margin-right: 0;
}

.industries-section .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    background-image: url(../images/icon/left-arrow-bg.png) !important;
    background-size: 100% 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.industries-section .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    background-image: url(../images/icon/right-arrow-bg.png) !important;
    background-size: 100% 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.industries-section .owl-nav .owl-prev img,
.industries-section .owl-nav .owl-next img {
    width: 20px;
}

/* Industries Section CSS End */
/* Case Studies Section CSS Start */
.case-studies-section .owl-nav {
    display: flex;
    text-align: right;
    justify-content: end;
    margin-top: 20px;
    width: 100%;
}
.case-studies-section .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    background-image: url(../images/icon/left-arrow-bg.png) !important;
    background-size: 100% 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.case-studies-section .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    background-image: url(../images/icon/right-arrow-bg.png) !important;
    background-size: 100% 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.case-studies-section .owl-nav .owl-prev img,
.case-studies-section .owl-nav .owl-next img {
    width: 20px;
}
.case-studies-section .owl-nav button, .industries-section .owl-nav button {
    margin: 0 7px;
}


.case-studies-section {
    background-color: #F7F9FF;
}

.case-studies-wrp-box a {
    color: #000;
    font-weight: 500;
    margin-top: 10px;
    display: block;
}

.case-studies-wrp-box img {
    border-radius: 5px;
}

/* Case Studies Section CSS End */
/* Our Client Section CSS Start */
.our-client-img-wrp {
    box-shadow: 2px 2px 6px 0px #00000040;
    padding: 20px 10px;
    background-color: #fff;
    border-radius: 10px;
}

.our-client-img-wrp img {
    width: 100%;
    height: 40px;
    object-fit: contain;
}

.our-client-sec .owl-stage-outer {
    padding: 10px 0;
}

.our-client-sec .item {
    margin: 0 3px;
}

.our-client-wrp ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}

.our-client-wrp ul li {
    width: 20%;
    padding: 10px;
}

/* Our Client Section CSS End */
/* Latest Blogs Section CSS Start */
.latest-blog-section .owl-nav {
    display: flex;
    text-align: right;
    justify-content: end;
    margin-top: 20px;
    width: 100%;
}
.latest-blog-section .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    background-image: url(../images/icon/left-arrow-bg.png) !important;
    background-size: 100% 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.latest-blog-section .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    background-image: url(../images/icon/right-arrow-bg.png) !important;
    background-size: 100% 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.latest-blog-section .owl-nav .owl-prev img,
.latest-blog-section .owl-nav .owl-next img {
    width: 20px;
}
.latest-blog-section .owl-nav button, .industries-section .owl-nav button {
    margin: 0 7px;
}
.latest-blog-wrp-box h4 {
    color: #000;
    font-weight: 500;
    margin-top: 5px;
    display: block;
}

.latest-blog-wrp-box img {
    border-radius: 5px;
}

.blog-date {
    color: #3478F6;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}

/* Latest Blogs Section CSS End */
/* Our Testimonials Section CSS Start */

.our-testimonials-sec .owl-nav{
    max-width: 80px;
    display: flex;
    justify-content: space-between;
    margin: auto;
}
.our-testimonials-sec .owl-nav button {
   filter: brightness(0) invert(1);
}



.our-testimonials-sec {
    background-image: url(../images/icon/contactus-bg-img.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.left-queate-icon {
    width: 45px !important;
    height: 45px !important;
    background-color: #CCFF00;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin: 0 auto 20px;
}

.left-quote {
    width: 25px !important;
    height: 25px !important;
    object-fit: contain;
}

.designation {
    font-weight: 700;
    font-size: 17px;
}

.testimonial1-wrp-box {
    background: #D9D9D9;
    box-shadow: 0px 4px 4px 0px #00000040;
    padding: 20px 15px;
    border-radius: 10px;
}

.testimonial1-wrp-box .testimonial-logo img {
    width: 150px;
    height: 50px;
    object-fit: contain;
    margin: auto;
}

.testimonial-name p {
    color: #3478F6;
    font-size: 17px;
    font-weight: 700;
}

/* Our Testimonials Section CSS End */
/* Footer Section CSS Start */
.footer-main {
    padding: 70px 0;
}

.f-logo img {
    max-width: 230px;
    width: 100%;
}

.compre-text a {
    font-size: 16px;
    color: #4163A2;
    font-weight: 700;
}

.f-title h2 {
    font-size: 23px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.footer-main ul {
    list-style: none;
    padding-left: 0;
}

.footer-main ul li {
    margin-bottom: 10px;
}

.footer-main ul li:last-child {
    margin-bottom: 0;
}

.footer-main ul li a {
    color: #000;
    font-size: 15px;
}

.footer-bottom {
    border-top: 1px solid #D9D9D9;
    padding: 15px 0;
}

.copyright-text p {
    font-size: 13px;
}

.f-social-links ul {
    display: flex;
    justify-content: end;
    list-style: none;
    padding-left: 0;
}

.f-social-links ul li {
    margin: 0 10px;
}

.f-social-links ul li:first-child {
    margin-left: 0;
}

.f-social-links ul li:last-child {
    margin-right: 0;
}

/* Footer Section CSS End */
/* Our Story Section CSS Start */
.our-story-img1 {
    position: relative;
    padding-top: 25px;
    padding-right: 100px;
    z-index: 1;
}

.our-story-img1::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    background-image: url(../images/icon/dotted-shape.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 150px;
    height: 119px;
    z-index: -1;
}

.our-story-img1 img,
.our-story-img2 img {
    border-radius: 5px;
}

/* Our Story Section CSS End */
/* Vision Mission Section CSS Start */
.vis-miss-section {
    background-color: #F7F9FF;
}

.vis-miss-text p strong {
    font-weight: 800;
}

/* Vision Mission Section CSS End */
/* Why Chooseus Section CSS Start */
.why-chooseus-wrp ul {
    display: flex;
    list-style: none;
    padding-left: 0;
    flex-wrap: wrap;
}

.why-chooseus-wrp ul li {
    width: 20%;
    padding: 10px;
    flex: 0 0 auto;
}

.why-chooseus-wrp-box {
    box-shadow: 0px 4px 4px 0px #00000040;
    background-color: #D9D9D9;
    padding: 10px;
    text-align: center;
    height: 100%;
}

.why-chooseus-wrp-box img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.why-chooseus-wrp-box h2 {
    font-size: 18px;
    font-weight: 700;
}

/* Why Chooseus Section CSS End */
/* Contact Us Section CSS End */
.contactwi-bg-img {
    position: relative;
    background-image: url(../images/icon/contactus-bg-img.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.contactwi-bg-img::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #150580;
    opacity: 0.6;
    z-index: -1;
}

.contact-title h2 {
    font-size: 45px;
    font-weight: 700;
}

.contactus-text p {
    color: #fff;
}

/* Contact Us Section CSS End */

.driving-succes-box {
    background-color: #D9D9D9;
    padding: 20px;
    border-radius: 10px;
}

.driving-succes-box h2 {
    font-size: 20px;
    color: #000;
    font-weight: 800;
}

.driving-succes-box p {
    margin-bottom: 0;
}

.faqs-sect {
    background-color: #F7F9FF;
}

.faqs-sect .accordion-item {
    margin-bottom: 10px;
    border: 0;
}

.faqs-sect .accordion-button {
    background-color: #E5E5E5;
}

.faqs-sect .accordion-button:focus {
    border: none;
    box-shadow: none;
}

.faqs-sect .accordion-button {
    color: #000;
    font-size: 17px;
    font-weight: 800;
}

.faqs-sect .accordion-button:not(.collapsed) {
    background-color: #E5E5E5 !important;
}

.faqs-sect .accordion-item:first-of-type .accordion-button {
    border-radius: 0;
}

.accordion-body {
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}

/* Service Details page CSS Start */
.service-detail-sec .desc p strong {
    font-size: 20px;
    font-weight: 800;
    color: #000;
}

.services-solution-img {
    position: relative;
    padding-top: 40px;
    padding-left: 50px;
    z-index: 1;
}

.services-solution-img::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-image: url(../images/icon/dotted-shape.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 150px;
    height: 119px;
    z-index: -1;
}

/* Services Why Choose Us Start */
.why-chooseus-col .why-chooseus-wrp-box1 {
    position: relative;
    z-index: 1;
    padding: 20px 15px;
    height: 250px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.why-chooseus-col:nth-child(5n+1) .why-chooseus-wrp-box1 {
    background-image: url(../images/aboutus/whychoose-shape.png);
}

.why-chooseus-col:nth-child(5n+2) .why-chooseus-wrp-box1 {
    background-image: url(../images/aboutus/whychoose-shape.png);
}

.why-chooseus-col:nth-child(5n+3) .why-chooseus-wrp-box1 {
    background-image: url(../images/aboutus/whychoose-shape.png);
}

.why-chooseus-col:nth-child(5n+4) {
    /* margin-left: 16.7%; */
    margin-top: -85px;
}

.why-chooseus-col:nth-child(5n+4) .why-chooseus-wrp-box1 h2 {
    margin-top: 65px;
}

.why-chooseus-col:nth-child(5n+4) .why-chooseus-wrp-box1 {
    background-image: url(../images/aboutus/whychoose-shap1.png);
}

.why-chooseus-col:nth-child(5n+5) {
    margin-top: -85px;
}

.why-chooseus-col:nth-child(5n+5) .why-chooseus-wrp-box1 h2 {
    margin-top: 65px;
}

.why-chooseus-col:nth-child(5n+5) .why-chooseus-wrp-box1 {
    background-image: url(../images/aboutus/whychoose-shap1.png);
}

.why-chooseus1-text {
    max-height: 106px;
    overflow-y: auto;
}

.why-chooseus1-text::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.why-chooseus1-text::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
}

.why-chooseus1-text::-webkit-scrollbar-thumb {
    background-color: #e4e4e4;
    border: 2px solid #b4b4b4;
}

.why-chooseus-wrp-box1 h2 {
    font-size: 18px;
    font-weight: 800;
    color: #000;
}

.why-chooseus-wrp-box1 p {
    margin-bottom: 0;
}

/* Services Why Choose Us End */
.current-ope-box {
    box-shadow: 0px 4px 4px 0px #00000040;
    background: #D9D9D9;
    padding: 25px;
    border-radius: 10px;
}

.positions-name h2 {
    color: #3478F6;
    font-size: 18px;
    font-weight: 800;
}

.current-ope-box ul {
    list-style: none;
    padding-left: 0;
}

.current-ope-box ul li {
    margin-bottom: 5px;
}

/* Contact Us CSS Start */
.contact-detail-iems {
    margin-bottom: 15px;
}

.contact-detail-iems:last-child {
    margin-bottom: 0;
}

.contact-detail-wrp a {
    color: #000;
}

.contact-detail-wrp a span img {
    width: 15px;
}

/* Contact Us CSS End */


ul li {
    font-size: 17px;
    margin-bottom: 8px;
    font-weight: 400;
    color: #000;
}

.blog-detail-title h2 {
    font-size: 35px;
    margin: 25px 0;
}

.blog-casestudies-desc h1,
.blog-casestudies-desc h2,
.blog-casestudies-desc h3,
.blog-casestudies-desc h4,
.blog-casestudies-desc h5,
.blog-casestudies-desc h6 {
    font-size: 20px;
    font-weight: 800;
    color: #000;
}

    .with-banner .navbar-toggler-icon{
    filter: brightness(0) invert(1);
    opacity: 1;
}

   .without-banner .navbar-toggler-icon{
    filter: none;
    opacity: 1;
}
.our-client-carousel.owl-carousel.owl-theme.owl-loaded.owl-drag {
    display: flex
;
    justify-content: center;
}

/*  */
.text-theme-green{
    color: #CCFF00;
}
.theme-bg-blue{
    background-color: #F7F9FF;
}

.contact-fit-free-bg-img::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #150580;
    opacity: 0.6;
    z-index: -1;
}
.contact-fit-free-bg-img {
    position: relative;
    background-image: url(../images/aboutus/fir-free-contact.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}
.free-fit-story-img1{
   position:relative;
}
.free-fit-story-img1::before {
    position: absolute;
    content: '';
    top: -15px;
    left: -75px;
    background-image: url(../images/icon/dotted-shape.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 150px;
    height: 119px;
    z-index: -1;
}
