* {
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
}

.mega-menu a {
    border: #ea5b24;
    /* padding: 7px 20px; */
    font-size: 18px !important;
    font-weight: 800 !important;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif !important;
    color: #165194;
    /* border-radius: 3px; */
    text-decoration: none;
}


.icon-color{
    color: #165194 !important;

}

.dropdown {
    position: static !important;
}

.dropdown-menu {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    margin-top: 0px !important;
    width: 100% !important;
}


.header {
    background-color: #ffffffb8;
    position: absolute;
    width: 100%;
    /* position: fixed; */
    top: 0;
    z-index: 99999 !important;
    transition: 0.5s ease-in-out;
}


.nav-item a {
    font-family: "Inter", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #165194;
    transition: 0.2s linear;
}

.nav-item a:hover {
    color: #ea5b24;
    border-bottom: 2px solid #165194;
}

.contact a {
    display: inline-block;
    background-color: #ea5b24;
    color: white;
    padding: 10px 25px;
    border-radius: 7px;
    transition: 0.5s ease-in-out;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif !important;

}

.contact a:hover {
    background-color: #165194;
    color: white;
}

.activee {
    color: #ea5b24 !important;
    border-bottom: 2px solid #165194;
    display: inline-block;
}

.fa-arrow-right {
    border-radius: 50%;
    font-size: 12px;
    padding: 5px;
    margin: 0 auto;
}


.banner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    /* padding: 0 80px; */
    text-align: center;
    height: 100vh;
    /* background: #16519422; */
    /* background-image: linear-gradient(rgba(22, 81, 148, 0.43), rgba(22, 81, 148, 0.43)),
        url("../Images/home-banner-img-test.jpg"); */
    background-image: url("../image/banners/home-banner-img-test.webp");
    width: 100%;
    background-position: center;
    background-size: cover;

}



@media (width >=420px) {
    .banner>img {
        width: 40vw;
    }
}

@media (width >=648px) {
    .banner {
        text-align: left;
        flex-direction: row;
        justify-content: space-between;
    }

    .banner>img {
        width: 10vw;
        left: 100px;
    }
}

.waves>use {
    animation: move-forever 2s -2s linear infinite;
}

.waves>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 6s;
}

.waves>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 3s;
}

@keyframes move-forever {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

.svg svg {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 10vw;
    /* box-shadow: 0px 10px 20px -1px #165194; */
    /* max-height: 100px; */
}

.scroll-top {
    position: fixed;
    bottom: 100px;
    z-index: 999;
    right: 20px;
    /* animation: rotate-animation 10s infinite linear; */
    animation: bounce 6s infinite;
    -webkit-animation: bounce 6s infinite;
    -moz-animation: bounce 6s infinite;
    -o-animation: bounce 6s infinite;
}

/* @keyframes rotate-animation {
	0% {
		transform: rotate(0deg);
  }
  50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(360deg);
	}
} */
.fonsize {
    font-size: 12px;
}



.footer-newsletter a {
    /* font-size: 14px; */
    border-bottom: 2px solid #ea5b24;
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
    }
}

@-o-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -o-transform: translateY(0);
    }

    40% {
        -o-transform: translateY(-30px);
    }

    60% {
        -o-transform: translateY(-15px);
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}



html {
    scroll-behavior: smooth;
}

.text-color {
    /* overflow: scroll; */
    color: #165194;
    font-weight: 700;
    border-bottom: 2px solid #ea5b24;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif !important;
    display: inline-block;

}

.all-center {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    height: 100%;
}


.video-container {
    position: relative;
    background-attachment: fixed;
}

.video-container video {
    width: 100%;
    height: 60vh;
    position: relative;
    object-fit: cover;
    z-index: 0;
}

/* Just styling the content of the div, the *magic* in the previous rules */
.caption {
    z-index: 1;
    position: absolute;
    text-align: center;
    /* color: #dc0000; */
    color: white;
    top: 0%;
    left: 6%;
    padding: 10px;
}


.Serial p {
    display: inline-block;
    /* padding: 10px 20px; */
    margin-top: 15px;
    font-weight: 600;
    border-bottom: 1px solid #165194;

}



.stategy {
    background-image: linear-gradient(rgba(22, 81, 148, 0.43), rgba(22, 81, 148, 0.43)),
        url("../image/about/about-us-paralax-banner.jpg");
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 30px 0px;
    object-fit: cover;
    background-attachment: fixed;

}

.checkbox-wrapper-2 .ikxBAC {
    appearance: none;
    background-color: #dfe1e4;
    border-radius: 72px;
    border-style: none;
    flex-shrink: 0;
    height: 20px;
    margin: 0;
    position: relative;
    width: 30px;
}

.checkbox-wrapper-2 .ikxBAC::before {
    bottom: -6px;
    content: "";
    left: -6px;
    position: absolute;
    right: -6px;
    top: -6px;
}

.checkbox-wrapper-2 .ikxBAC,
.checkbox-wrapper-2 .ikxBAC::after {
    transition: all 100ms ease-out;
}

.checkbox-wrapper-2 .ikxBAC::after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 14px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 14px;
}


.Crafting p {
    display: inline-block;
    font-size: 14px;
}

.checkbox-wrapper-2 input[type=checkbox] {
    cursor: default;
}

.checkbox-wrapper-2 .ikxBAC:hover {
    background-color: #c9cbcd;
    transition-duration: 0s;
}

.checkbox-wrapper-2 .ikxBAC:checked {
    background-color: #6e79d6;
}

.checkbox-wrapper-2 .ikxBAC:checked::after {
    background-color: #fff;
    left: 13px;
}

.checkbox-wrapper-2 :focus:not(.focus-visible) {
    outline: 0;
}

.checkbox-wrapper-2 .ikxBAC:checked:hover {
    background-color: #535db3;
}

.e-Commerce {
    background-image: linear-gradient(#165194b3, #165194b3),
        url("../image/products/billitpro-section-img.jpg");
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 20px 0px;
    object-fit: cover;
    background-attachment: fixed;
}




.footer-section {
    background-color: #233243;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.footer-section:before {
    content: '';
    position: absolute;
    top: -146%;
    left: -18%;
    width: 44%;
    height: 257%;
    transform: rotate(54deg);
    background-color: rgb(31, 47, 64);
    -webkit-transform: rotate(54deg);
    -moz-transform: rotate(54deg);
    -ms-transform: rotate(54deg);
    -o-transform: rotate(54deg);
    z-index: -10;
}

.footer-section:after {
    position: absolute;
    content: '';
    background-color: rgb(31, 47, 64);
    top: -24%;
    right: 4%;
    width: 26%;
    height: 264%;
    transform: rotate(44deg);
    -webkit-transform: rotate(44deg);
    -moz-transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    -o-transform: rotate(44deg);
    z-index: -10;
}

.footer-top {
    padding-top: 50px;
    padding-bottom: 25px;
}

.footer-top p,
.company-footer-contact-list li {
    color: #ffffff;
}

.company-footer-contact-list {
    margin-top: 10px;
}

.company-footer-contact-list li {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.company-footer-contact-list li+li {
    margin-top: 5px;
    list-style: none;
}

.company-footer-contact-list li i {
    margin-right: 10px;
    font-size: 20px;
    display: inline-block;
}

.footer-top .site-logo {
    margin-bottom: 25px;
    display: block;
    max-width: 170px;
}

.widget-title {
    text-transform: capitalize;
}

.widget a {
    text-decoration: none;
    color: white;
    transition: 0.3s ease-in-out;
}

.widget a:hover {
    color: #ea5b24;
    /* border-bottom: 1px solid #ea5b24; */
}

.footer-top .widget-title {
    color: #ea5b24;
    margin-bottom: 20px;
}

/* .courses-link-list li+li {
    margin-top: 10px;
    list-style: none;
}

.courses-link-list li a {
    color: #ffffff;
    text-transform: capitalize;
    font-family: var(--para-font);
    font-weight: 400;
}

.courses-link-list li a:hover {
    color: #ea5b24;
}

.courses-link-list li i {
    margin-right: 5px;
} */

.footer-top .small-post-title a {
    font-family: var(--para-font);
    color: #ffffff;
    font-weight: 400;
}

.small-post-item .post-date {
    color: #ea5b24;
    margin-bottom: 3px;
    font-family: var(--para-font);
    font-weight: 400;
}

.small-post-list li+li {
    margin-top: 30px;
}

.news-letter-form {
    margin-top: 15px;
}

.news-letter-form input {
    width: 100%;
    padding: 12px 25px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: none;
}

.news-letter-form input[type="submit"] {
    width: auto;
    border: none;
    background-color: #ea5b24;
    padding: 9px 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #ffffff;
    margin-top: 10px;
}

.footer-bottom {
    padding: 13px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.149);
}

.copy-right-text {
    color: #ffffff;
}

.copy-right-text a {
    color: #ffb606;
}

.terms-privacy li+li {
    margin-left: 30px;
}

.terms-privacy li a {
    color: #ffffff;
    position: relative;
}

.terms-privacy li a:after {
    position: absolute;
    content: '-';
    color: #ffffff;
    display: inline-block;
    top: 0;
    right: -18px;
}

.terms-privacy li+li a:after {
    display: none;
}

.contact-social {
    margin-top: 30px;
    justify-content: center;
    display: flex;
}

.contact-social>ul {
    display: inline-flex;
    list-style: none;
}

.contact-social ul li a {
    border: 1px solid #8b9199;
    color: #8b9199;
    display: inline-block;
    height: 40px;
    margin: 0 10px;
    padding-top: 7px;
    transition: all 0.4s ease 0s;
    width: 40px;
    text-align: center;
}

.contact-social ul li a:hover {
    border: 1px solid #ea5b24;
    color: #ea5b24;
}



/*.testimonial {
    background-image: url("../image/home/testimonials-imge.png");
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}*/

.testimoniall img {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    object-fit: cover;
}



.Strategy span {
    font-size: 18px;
    background-color: #165194;
    color: white;
    padding: 7px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.design {
    background-color: #ea5b24;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 20px;
    color: white;
    font-size: 18px;
    font-weight: 600;
}


.bg-orange {
    justify-content: center;
    width: 100%;
    background-color: #ea5b24;
    height: 62px;
    align-items: center;
    display: flex;
}


.containerr {
    position: relative;
    /* width: 50%; */
    border-radius: 10px;
}



.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #165194aa;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.containerr:hover .overlay {
    height: 100%;
}

.text {

    padding: 10px;
    color: white;
    /* font-size: 20px; */
    position: absolute;
    top: 40%;
    width: 100%;
    left: 51%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 62% !important;
        margin: 1.75rem auto;
    }
}


.logo-slider {
    overflow: hidden;
    padding: 30px 0 0 0;
    white-space: nowrap;
    position: relative;
}

.logo-slider:hover .logos-slide {
    animation-play-state: paused;
}

.logos-slide {
    display: inline-block;
    animation: 3s slide infinite linear;
}

.logos-slide img {
    width: 183px;
    height: 83px;
    margin: 0 40px;
    filter: grayscale(100%);
    transition: 0.5s ease-in-out;
    background-color: #16519460;
    border-radius: 7px;
}



.logo-slider img:hover {
    filter: brightness(100%);
}


@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}


.Webinar {
    height: 100%;
    transition: 0.5s ease-in-out;

}

.Webinar {
    text-wrap: wrap;
}

.Webinar:hover {
    transform: rotate(2deg);
    box-shadow: 1px 5px 10px #165194;
}

.Webinar a {
    text-decoration: none;
    color: #165194;
    font-weight: 600;
    font-size: 18px;
    border-bottom: 2px solid #ea5b24;
}

.Webinar img {
    background-position: center;
    background-size: cover;
    object-fit: cover;
    height: 100%;
}

/* about  */

.bookdemo {
    background-image: linear-gradient(#5150506e, #5150506e),
        url("../image/products/book-demo-call.jpg");
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    color: white;
    object-fit: cover;
}

.modal-dialog {
    width: 100% !important;
}

.webinar-banner {
    background-image: linear-gradient(rgba(22, 81, 148, 0.43), rgba(22, 81, 148, 0.43)),
        url("../image/banners/webinar.jpg");
    width: 100%;
    height: 80vh;
    background-position: center;
    background-size: cover;
}

.about-banner {
    background-image: linear-gradient(rgba(22, 81, 148, 0.43), rgba(22, 81, 148, 0.43)),
        url("../image/banners/about-us-banner.png");
    width: 100%;
    height: 80vh;
    background-position: center;
    background-size: cover;
}

.contact-banner {
    background-image: linear-gradient(rgba(22, 81, 148, 0.43), rgba(22, 81, 148, 0.43)),
        url("../image/banners/contact.webp");
    width: 100%;
    height: 80vh;
    background-position: center;
    object-fit: cover;
    background-size: cover;
}

.career-banner {
    background-image: linear-gradient(rgba(22, 81, 148, 0.43), rgba(22, 81, 148, 0.43)),
        url(".././image/banners/career.webp");
    width: 100%;
    height: 80vh;
    background-position: center;
    object-fit: cover;
    background-size: cover;
}

.education-banner {
    background-image: linear-gradient(rgba(22, 81, 148, 0.43), rgba(22, 81, 148, 0.43)),
        url("../image/banners/education.webp");
    width: 100%;
    height: 80vh;
    background-position: center;
    object-fit: cover;
    background-size: cover;
}

.logistics-banner {
    background-image: linear-gradient(rgba(22, 81, 148, 0.43), rgba(22, 81, 148, 0.43)),
        url("../image/banners/transportation-logistics.webp");
    width: 100%;
    height: 80vh;
    background-position: center;
    object-fit: cover;
    background-size: cover;
}


.healthcare-banner {
    background-image: linear-gradient(rgba(22, 81, 148, 0.43), rgba(22, 81, 148, 0.43)),
        url("../image/banners/health-carre-banner.webp");
    width: 100%;
    height: 80vh;
    background-position: center;
    object-fit: cover;
    background-size: cover;
}

.travel-banner {
    background-image: linear-gradient(rgba(22, 81, 148, 0.43), rgba(22, 81, 148, 0.43)),
        url("../image/banners/travels-industry.webp");
    width: 100%;
    height: 80vh;
    background-position: center;
    object-fit: cover;
    background-size: cover;
}

.retail-banner {
    background-image: linear-gradient(rgba(22, 81, 148, 0.43), rgba(22, 81, 148, 0.43)),
        url("../image/banners/retail-cpg-industry.webp");
    width: 100%;
    height: 80vh;
    background-position: center;
    object-fit: cover;
    background-size: cover;
}



.e-commers-banner {
    background-image: linear-gradient(#25252582, #25252582),
        url("../image/banners/e-commers-banner.webp");
    width: 100%;
    height: 80vh;
    background-position: top;
    object-fit: cover;
    background-size: cover;
}

.blog-banner {
    background-image: linear-gradient(rgba(22, 81, 148, 0.43), rgba(22, 81, 148, 0.43)),
        url("../image/banners/blogs.png");
    width: 100%;
    height: 80vh;
    background-position: bottom;
    object-fit: cover;
    background-size: cover;
}

.biilitpro-banner {
    background-image: linear-gradient(#35373acf, #35373acf),
        url("../image/banners/billing-softwere.webp");
    width: 100%;
    height: 80vh;
    background-position: top;
    object-fit: cover;
    background-size: cover;
}

.software-deve-banner {
    background-image: linear-gradient(rgba(22, 81, 148, 0.43), rgba(22, 81, 148, 0.43)),
        url("../image/banners/software-development.webp");
    width: 100%;
    height: 80vh;
    background-position: top;
    object-fit: cover;
    background-size: cover;
}

.cross-platform-application-banner {
    background-image: linear-gradient(rgba(22, 81, 148, 0.43), rgba(22, 81, 148, 0.43)),
        url("../image/banners/cross-platform-applications.webp");
    width: 100%;
    height: 80vh;
    background-position: top;
    object-fit: cover;
    background-size: cover;
}

.digital-marketing-banner {
    background-image: linear-gradient(rgba(22, 81, 148, 0.43), rgba(22, 81, 148, 0.43)),
        url("../image/banners/digital-marketing.webp");
    width: 100%;
    height: 80vh;
    background-position: top;
    object-fit: cover;
    background-size: cover;
}

.cloud-service-banner {
    background-image: linear-gradient(rgba(22, 81, 148, 0.43), rgba(22, 81, 148, 0.43)),
        url("../image/banners/cloud-service.webp");
    width: 100%;
    height: 80vh;
    background-position: center;
    object-fit: cover;
    background-size: cover;
}

.quality-assurance-testing-banner {
    background-image: linear-gradient(rgba(22, 81, 148, 0.43), rgba(22, 81, 148, 0.43)),
        url("../image/banners/quality-assurance-testing.webp");
    width: 100%;
    height: 80vh;
    background-position: center;
    object-fit: cover;
    background-size: cover;
}

.privacy-policy-banner {
    background-image: linear-gradient(rgba(22, 81, 148, 0.43), rgba(22, 81, 148, 0.43)),
        url("../image/banners/privacy-policy.webp");
    width: 100%;
    height: 80vh;
    background-position: center;
    object-fit: cover;
    background-size: cover;
}

.webinar-reg-banner {
    background-image: linear-gradient(rgba(22, 81, 148, 0.43), rgba(22, 81, 148, 0.43)),
        url("../image/banners/webinars-register.webp");
    width: 100%;
    height: 80vh;
    background-position: top;
    object-fit: cover;
    background-size: cover;
}

.about-banner,
.contact-banner,
.career-banner,
.education-banner,
.logistics-banner,
.healthcare-banner,
.travel-banner,
.retail-banner,
.e-commers-banner,
.blog-banner,
.biilitpro-banner,
.software-deve-banner,
.cross-platform-application-banner,
.webinar-banner,
.webinar-reg-banner h1 {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif !important;
    font-weight: 600;
}


.experience {
    /* width: 200px; */
    height: 85px;
    background-color: #165194;
    color: white;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 8px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif !important;
}

.experiencee {
    /* width: 200px; */
    height: 85px;
    background-color: #ea5b24;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 8px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif !important;
}

.vision {
    height: 330px;
}

.make-def {
    height: 300px;
    border: 2px solid white;
    border-radius: 10px;
    background-color: #165194c8;
}

.make-def img {
    background-color: #fff;
    padding: 5px;
    border-radius: 50%;

}

.fa-location-crosshairs,
.fa-phone-volume,
.fa-envelope {
    background-color: #165194;
    color: white;
    padding: 10px;
    border-radius: 50%;
}

form sup {
    color: red;
    font-size: 16px;
    font-weight: bold;
}

form button {
    background-color: #165194;
    color: white;
    padding: 10px 20px;
    border: 1px solid white;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
}

form input {
    border: 1px solid #000;
    border-radius: 5px;
}

.job-banner {
    background-image: url("../Images/career-job-banner.jpg");
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* about */

.job-title span {
    background-color: #165194;
    padding: 3px 15px;
    margin-left: 20px;
    color: white;
    border-radius: 20px;
}

/* .industries-tab p {
    background-color: white;
    margin-top: 30px;
    padding: 10px 20px;
    border-radius: 20px;
    width: 100%;

} */

.industries-tab a {
    background-color: white;
    margin-top: 30px;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: 400;
    display: block;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    transition: 0.5s ease-in-out;
}

.industries-active {
    background-color: #000 !important;
    color: white !important;
    /* border-bottom: 1px solid black; */
}

.industries-tab a:hover {
    background-color: black !important;
    color: white !important;
}

.industries-active a {
    color: white !important;
}

.education-img img {
    background-position: center;
    background-size: cover;
    object-fit: cover;
}

.who-we-are img {
    border-radius: 20px;
    display: flex;
}

.who-we-are {
    margin-top: 50px;
}

.bg-color {
    background-color: #ea5b24;
    display: inline-block;
    padding: 10px 30px;
    color: white;
    font-size: 22px;
    font-weight: bold;
    border-radius: 10px;
    position: relative;
    top: -27%;
    left: 34%;

}

/* .digital-business img {
    border-radius: 10px;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
    transition: 0.5s ease-in-out;
}

.digital-business img:hover {
    transform: scale(1.03);
} */

.lines p {
    text-align: center ;
    justify-content: center;
    display: flex;
    background-color: #165194;
    padding: 5px 10px;
    color: white;
    width: 180px;
    height: 70px;
    font-size: 14px;
    align-items: center;
    font-weight: 700;
    border-radius: 10px;
    transition: 0.5s ease-in-out;
    /* grid-template-columns: 5fr / 1fr; */
}





.lines p:hover {
    background-color: #ea5b24;
}

.digital-business-card {
    height: 350px;
    border: #165194 1px dashed;
    transition: 0.5s ease-in-out;
    padding: 10px;
    border-radius: 10px;
}

.digital-business-card:hover {
    box-shadow: -1px 1px 12px #165194;
}




.blog_post {
    background: #fff;
    max-width: 500px;
    border-radius: 10px;
    box-shadow: 1px 1px 2rem rgba(0, 0, 0, 0.3);
    position: relative;
}


.container_copy {
    padding: 6rem 1rem 1rem 2rem;
}

.img_pod {
    height: 110px;
    width: 110px;
    background: linear-gradient(90deg, #ff9966, #ff5e62);
    z-index: 10;
    box-shadow: 1px 1px 2rem rgba(0, 0, 0, 0.3);
    border-radius: 100%;
    position: absolute;
    left: -6%;
    top: -6%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img_pod img {
    height: 8.3rem;
    width: 8.3rem;
    position: relative;
    border-radius: 100%;
    box-shadow: 1px 1px 2rem rgba(0, 0, 0, 0.3);
    z-index: 1;
}



.btn_primary {
    border: none;
    outline: none;
    background: linear-gradient(90deg, #ff9966, #ff5e62);
    padding: 10px 2rem;
    border-radius: 50px;
    color: white;
    font-size: 1.2rem;
    box-shadow: 1px 10px 2rem rgba(255, 94, 98, 0.5);
    transition: all 0.2s ease-in;
    text-decoration: none;
}

.btn_primary:hover {
    box-shadow: 0px 5px 1rem rgba(255, 94, 98, 0.5);
}

/* @media only screen and (max-width: 650px) {
    body {
        background-color: black;
    }


} */

.box {
    box-shadow: 0px 0px 17px #165194;
    padding: 20px;
    border-radius: 10px;
}

/* .one img{
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 800px;
    object-fit: cover;
} */

.image {
    background-position: center;
    background-size: cover;
    object-fit: cover;
    height: 290px;
}





.card-basic,
.card-premium,
.card-standard,
.card-plan {

    padding: 0 0 0.5rem 0;
    background: #fff;
    color: #444;
    text-align: center;
    border-radius: 1rem;
    box-shadow: 0.5rem 0.5rem 1rem rgba(51, 51, 51, 0.2);
    overflow: hidden;
    transition: all 0.1ms ease-in-out;
}

.card-basic:hover,
.card-premium:hover,
.card-standard:hover,
.card-plan:hover {
    transform: scale(1.02);
}

.card-header {
    height: 5rem;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.8rem;
    padding: 1rem 0;
    color: #fff;
    clip-path: polygon(0 0, 100% 0%, 100% 85%, 0% 100%);
}

.header-basic,
.btn-basic {
    background: linear-gradient(135deg, rgb(0, 119, 238), #06c766);
}

.header-standard,
.btn-standard {
    background: linear-gradient(135deg, #b202c9, #cf087c);
}

.header-premium,
.btn-premium {
    background: linear-gradient(135deg, #eea300, #ee5700);
}

.header-plan,
.btn-plan {
    background: linear-gradient(135deg, #eea300, #ee5700);
}

.card-body {
    padding: 0.5rem 0;
}

.card-body h2 {
    font-size: 2rem;
    font-weight: 700;
}

.card-element-container {
    color: #444;
    list-style: none;
}

.btnn {
    margin: 0.5rem 0;
    padding: 0.7rem 1rem;
    outline: none;
    border-radius: 1rem;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: all 0.1ms ease-in-out;
}

.btnn:hover {
    transform: scale(0.95);
}

.btnn:active {
    transform: scale(1);
}

.card-element-hidden {
    display: none;
}


.details {
    justify-content: space-between;
    display: flex;
}

.fa-check {
    color: green;
}

.fa-x {
    color: red;
}

.myhrtool-cards {
    border: 2px dashed #165194;
    padding: 10px;
    height: 300px;
    border-radius: 10px;
    transition: 0.5s ease-in-out;
    box-shadow: 0px 2px 9px #165194;
}

.myhrtool-cards:hover {
    transform: scale(1.05);
}

.onboarding {
    /* box-shadow: 0px 2px 8px #165194; */
    padding: 10px;
    border-radius: 7px;
}

.onboarding li {
    list-style: none;
}


.onboarding-img img {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100px 0px 100px 0px;
    transition: 0.5s ease-in-out;
    box-shadow: 0px 2px 8px #165194;


}

.onboarding-img img:hover {
    transform: scale(1.03);
    overflow: hidden;
}

.carousel-item img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;

}

.carousel-item h5 {
    background-color: #ea5b24;
    padding: 10px;
}

.carousel-control-prev,
.carousel-control-next {
    background-color: #16519472 !important;
    /* display: inline-block !important; */
}




.content {
    background-color: white;
    width: 500px;
    height: 500px;
}

.webinar-form input {
    border: 1px solid black !important;
}

.form-title {
    padding: 10px 40px 0px;
}

form {
    padding: 0px 40px;
}

input[type=text],
[type=email] {
    border: none;
    /* border-bottom: 1px solid black; */
    outline: none;
    width: 100%;
    margin: 8px 0;
    padding: 10px 0;
}

input[type=number] {
    border: none;
    /* border-bottom: 1px solid black; */
    outline: none;
    margin: 8px 0;
    padding: 5px 0;
}

input :hover {
    background-color: red;
}

select {
    border: none;
    border-bottom: 1px solid black;
    outline: none;
    margin: 8px 0;
    padding: 5px 0;
    width: 50%;
}

.beside {
    display: flex;
    justify-content: space-between;
}




.cardd {
    overflow: hidden;
    box-shadow: 0px 2px 20px #d7dfe2;
    background: white;
    border-radius: 0.5rem;
    position: relative;
    width: 100%;

    margin: 1rem;
    transition: 250ms all ease-in-out;
    cursor: pointer;
}

.cardd:hover {
    transform: scale(1.05);
    box-shadow: 0px 2px 40px #d7dfe2;
}

.banner-img {
    position: absolute;
    object-fit: cover;
    height: 14rem;
    width: 100%;
}

.category-tag {
    font-size: 0.8rem;
    font-weight: bold;
    color: white;
    background: red;
    padding: 0.5rem 1.3rem 0.5rem 1rem;
    text-transform: uppercase;
    position: absolute;
    z-index: 1;
    top: 1rem;
    border-radius: 0 2rem 2rem 0;
}

.popular {
    background: #ef257a;
}

.technology {
    background: #651fff;
}

.psychology {
    background: #e85808;
}

.card-bodyy {
    margin: 15rem 1rem 1rem 1rem;
    height: 250px;
}

.blog-hashtag {
    font-size: 0.9rem;
    font-weight: 500;
    color: #4d97b2;
}

.blog-title {
    text-decoration: none;
    color: black;
    /* line-height: 1.5rem;
    margin: 1rem 0 0.5rem; */
}

.blog-description {
    color: #616b74;
    font-size: 0.9rem;
}

.card-profile {
    display: flex;
    margin-top: 2rem;
    align-items: center;
}

.profile-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}

.card-profile-info {
    margin-left: 1rem;
}

.profile-name {
    font-size: 1rem;
}

.profile-followers {
    color: #616b74;
    font-size: 0.9rem;
}




.Recent-post a {
    text-decoration: none;
    color: #165194;
    border-bottom: 1px solid #e85808;
    font-weight: 600;

}





.float-button {
    text-decoration: none;
    position: fixed;
    padding: 10px;
    padding-right: 15px;
    bottom: 30px;
    left: 30px;
    color: #fff;
    background-color: #25D366;
    border-radius: 25px 30px 5px 25px;
    z-index: 100;
    font-family: Arial;
    font-size: 17px;
    animation: whatsapp-animation 0.5s ease-in-out;
    box-shadow: 1px 2px 5px 2px rgba(30, 30, 30, 0.3);
    transition: all 0.3s ease-out;
    /* width: 100%; */
    display: inline-block;
}

.float-button:hover {
    background-color: #128C7E;
    color: #fff;
}

.fa-whatsapp {
    font-size: 20px !important;
    padding-right: 5px;
    padding-left: 5px;
}

@keyframes whatsapp-animation {
    from {
        opacity: 0%;
    }

    to {
        opacity: 100%
    }
}

@media screen and (max-width: 545px) {
    .span {
        display: none;
    }

    .float-button {
        bottom: 15px;
        right: 15px;
        width: 50px;
        border-radius: 20px 20px 5px 20px;
    }

    .fa-whatsapp {
        font-size: 22px !important;
        padding: 4px;
    }

    .caption {
        left: 0%;
    }
}

@media (max-width: 992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 997px !important;
    }
}


















/*  */
[data-tab-content] {
    display: none;
}

.active[data-tab-content] {
    display: block;
}


.tabs {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid black;
}

.tab {
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    padding: 10px;
     transition: 0.5s ease-in-out;
}

.tab.active {
    background-color: #e85808;
    color: white;
    text-align: center;
    font-weight: 700;
    border-radius: 3px;

}

.tab:hover {
    background-color: #165194;
    color: white;
    text-align: center;
    font-weight: 700;
}

.tab-content {
    margin-left: 20px;
    margin-right: 20px;
}

.tab-content img{
    max-width: 100%;
    height: 500px;
    object-fit: contain;
    background-position: center;
    background-size: cover;
    margin-top: 20px;
    border-radius: 10px;
}





















.client-banner {
    background-image: linear-gradient(#00000069, #00000069), url(../image/banners/our-clients.webp);
    width: 100%;
    height: 80vh;
    background-position: center;
    object-fit: cover;
    background-size: cover;
}




.industry-banner{
    background-image: linear-gradient(#00000069, #00000069), url(../image/banners/our-industry.webp);
    width: 100%;
    height: 80vh;
    background-position: center;
    object-fit: cover;
    background-size: cover;
}












.bg-gray {
    background-color: #f9f9f9;
}

.site-heading h2 {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.site-heading h2 span {
    color: #e85808;
}

.site-heading h4 {
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
}

.site-heading h4::before {
    background: #e85808 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
}

.site-heading {
    margin-bottom: 60px;
    overflow: hidden;
    margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
    margin: -15px -15px 0;
    padding: 15px;
}

.our-clint-section .our-offer-carousel .owl-dots .owl-dot span {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid;
    height: 15px;
    margin: 0 5px;
    width: 15px;
}

.our-clint-section .our-offer-carousel .owl-dots .owl-dot.active span {
    background: #e85808 none repeat scroll 0 0;
    border-color: #e85808;
}

.our-clint-section .item {
    background: #ffffff none repeat scroll 0 0;
    border-left: 2px solid #e85808;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    overflow: hidden;
    padding: 10px;
    position: relative;
    z-index: 1;
}

.our-clint-section.text-center .item {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    /* padding: 67px 40px 64px; */
    border-radius: 20px 0px 20px 0px;
    margin-top: 20px;
}

/* .our-clint-section.text-center .item i {
    background: #e85808 none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    font-size: 40px;
    height: 80px;
    line-height: 80px;
    position: relative;
    text-align: center;
    width: 80px;
    z-index: 1;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    margin-bottom: 25px;
} */

/* .our-clint-section.text-center .item i::after {
    border: 2px solid #e85808;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 90px;
    left: -5px;
    position: absolute;
    top: -5px;
    width: 90px;
    z-index: -1;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
} */

.our-clint-section.item-border-less .item {
    border: medium none;
}

.our-clint-section .our-offer-items.less-carousel .equal-height {
    margin-bottom: 30px;
}

.our-clint-section.item-border-less .item .number {
    font-family: "Poppins", sans-serif;
    font-size: 50px;
    font-weight: 900;
    opacity: 0.1;
    position: absolute;
    right: 30px;
    top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.our-clint-section.center-active .single-item:nth-child(2n) .item {
    background: #e85808 none repeat scroll 0 0;
}

/* .our-offer-carousel.center-active .owl-item:nth-child(2n) .item i, */
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
/* .our-clint-section.center-active .single-item:nth-child(2n) .item i, */
.our-clint-section.center-active .single-item:nth-child(2n) .item h4,
.our-clint-section.center-active .single-item:nth-child(2n) .item p {
    color: #ffffff;
}

.our-clint-section .item img {
    width: 200px;
    background-position: center;
    background-size: cover;

    /* border: 1px solid #165194; */
    /* border-radius: 5px; */

    /* color: #e85808;
    display: inline-block;
    font-size: 60px;
    margin-bottom: 20px; */
}

.our-clint-section .item h4 {
    font-size: 19px;
    font-weight: 600;
    text-transform: capitalize;
    color: #165194;
}

.our-clint-section .item p {
    margin: 0;
}

/* .our-clint-section .item i, */
.our-clint-section .item h4,
.our-clint-section .item p {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.our-clint-section .item::after {
    background: #e85808 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    width: 100%;
    z-index: -1;
}

.our-clint-section .item:hover::after {
    left: 0;
}

/* .our-clint-section .item:hover i, */
.our-clint-section .item:hover h4,
.our-clint-section .item:hover p {
    color: #ffffff !important;
}

/* .our-clint-section.text-center .item:hover i::after {
    border-color: #ffffff !important;
}

.our-clint-section.text-center .item:hover i {
    background-color: #ffffff !important;
    color: #e85808 !important;
} */

/* .our-clint-section.text-left .item i {
    background: #e85808 none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 60px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 30px;
    position: relative;
    width: 100px;
    z-index: 1;
    text-align: center;
}

.our-clint-section.text-left .item i::after {
    border: 2px solid #e85808;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 120px;
    left: -10px;
    position: absolute;
    top: -10px;
    width: 120px;
} */

.item{
    height: 150px;
}


.bg-yellow{
    background-color: #fff7ec !important;
}

.relative{
    position: absolute;
    margin-top: 80px;
    margin-left: 185px;
    width: 33%;
    height: 350px;
    justify-content: center;
    align-items: center;
    display: flex;
    transition: 0.5s ease-in-out;
    /* margin: 0 auto; */
}


.relative:hover{
    margin-left: 20px;
    cursor: pointer;
}

.relative1{
    position: absolute;
    margin-top: 80px;
    margin-left: -17%;
    width: 33%;
    height: 350px;
    justify-content: center;
    align-items: center;
    display: flex;
    transition: 0.5s ease-in-out;

}

.relative1:hover{
    margin-left: -80px;
    cursor: pointer;
}

.relative p{
    margin-top: 10px;
    font-weight: 600;
}

.relative1 p{
    margin-top: 10px;
    font-weight: 600;
}

.bg-purple{
    background-color: #f1f2fe;
}

.fa-square-arrow-up-right{
    font-size: 22px;
    color: #fff;
    /* margin-left: 10px; */
    background-color: #ee5700;
    padding: 10px;
    border-radius: 50%;
}

.industries-section img{
    background-position: center;
    background-size: cover;
    object-fit: cover;
}



@media (max-width: 992px) {
    .relative1{
        position: relative;
        margin-top: 0px;
        margin-left: 0px;
        width: 100%;
        height: 350px;
        justify-content: center;
        align-items: center;
        display: flex;
        transition: 0.5s ease-in-out;
        /* margin: 0 auto; */
    }
    .relative{
        position: relative;
        margin-top: 0px;
        margin-left: 0px;
        width: 100%;
        height: 350px;
        justify-content: center;
        align-items: center;
        display: flex;
        transition: 0.5s ease-in-out;
        /* margin: 0 auto; */
    }

    .industries-section img{
        height: 400px;
    }
}



figure.b2cportal {
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 0 25px 1px #adadad;
    border: 1px solid #ccc;
}
figure.b2cportal strong {
    padding: 10px;
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    background: #e85808;
    color: #fff;
}


section.aboutdha8569 p.mt-3.lh-lg {
    font-size: 15px;
    font-weight: 600;
}


.keyfeatures .card {
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 0 25px 1px #adadad;
    border: 1px solid #ccc;
    margin-bottom: 30px;
    min-height: 220px;
}

section.keyfeatures h6 {
    font-size: 14px;
    text-align: center;
    line-height: normal;
    color: #000;
    font-weight: 400;
}
section.keyfeatures  .my-card {
    text-align: center;
}
section.keyfeatures .my-card h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #0b4f91;
}

section.keyfeatures .my-card span {
    font-size: 25px;
    background: #fc6b3d;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 100px;
    color: #fff;
}
.travelsystem {
    background: #0b4f91;
}
.travelsystem span.text-color {
    color: #fff;
}
a.concss.bgget.btn.dark-butn.hover-darkBlue.w-50.mt-3 {
    background: #f45e2c;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.travelsystem p.mt-3.lh-lg {
    font-size: 14px;
    color: #fff;
}


.industries-tab a {
    background-color: #0b4f91;
    margin-top: 00px;
    padding: 10px 20px;
    border-radius: 5px 0px 0px 5px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600 !important;
    display: block;
    transition: 0.5s ease-in-out;
}
.industries .industries-tab p{margin:10px 0px;}
.industries .industries-tab a:hover, .industries .industries-active {
    background-color: #e85808 !important;
    color: white !important;
}
.travel-banner.all-center h4 {
    font-size: 22px;
    font-family: sans-serif;
    font-weight: 500;
}
.travel-banner.all-center ul.mt-3 {
    padding-left: 20px;
}

.travel-banner.all-center ul.mt-3 li {
    font-family: sans-serif;
    font-weight: 500;
}
section.haveanyquestions {
    background: #f5f5f5;
    padding: 60px 0;
}
.jumbotron .card.mx-sm-1.p-3 {
    min-height: 350px;
}
.keyfeatures .jumbotron .card.mx-sm-1.p-3 {
    min-height: 220px;
}
.travel-banner.all-center {
    padding-top: 100px;
}
section.travelsystem input {
    padding: 10px;
}
@media (min-width:100px) and (max-width:767px){
.travel-banner.all-center .col-7 {
    width: 100%;
}
.travel-banner.all-center {
    padding: 115px 0;
    display: block;
}
.travel-banner.all-center h4 {
    font-size: 17px;
    font-family: sans-serif;
    font-weight: 600;
}

.travel-banner.all-center ul.mt-3 li {
    font-size: 13px;
    font-family: sans-serif;
    font-weight: 500;
}
}

.close {
    padding: 8px 15px;
    color: #fff;
    background: red;
    border: none;
}


.text-center button {
    width: 100%;
    background-color: #f45e2c !important;
}


.form-group input {
    border: 1px solid #EA5B24;
    margin: 7px 0;
}


.form-group textarea {
    border: 1px solid #EA5B24;
    margin: 7px 0;
}
