@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&family=Urbanist:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200&display=swap");
html {
    scroll-behavior: smooth;
    color: #222831;
}
body {
    color: #222831;
    line-height: 2.3;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5 {
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
}

* {
    margin: 0;
    padding: 0;

    /* background-color: bisque;  */
}
* a:hover {
    text-decoration: none;
}
.fs-5 {
    font-size: 1.25rem !important;
}

.grecaptcha-badge {
    display: none !important;
}
.fs-inherit {
    font-size: inherit;
}
.font-2{
    font-family: "Inter",sans-serif;
}
.not-found {
    text-align: center;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    height: 80%;
}
.not-found a {
    color: #5890fd;
    font-family: "Inter", sans-serif;
}
.not-found-img {
    width: 250px;
    display: block;
    position: static;
    margin: auto;
    margin-top: 10%;
}
/* use for page section introductions */
.section-title {
    color: #222831;
    text-align: center;
    width: max-content;
    position: static;
    font-weight: 500;
    display: block;
    font-size: 23px;
    margin: auto;
    font-family: "Inter", sans-serif;
}
.blue-back {
    background-color: rgba(243, 244, 246, 0.4) !important;
}
.text-dark {
    color: #222831 !important;
}
.fw-500 {
    font-weight: 500;
}
.section-title .underline {
    width: 100%;
    background-color: #5890fd;
    border-radius: 5px;
    height: 2px;
}
.section-heading {
    text-transform: capitalize;
}

/* overrides */
.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}
.text-secondary {
    color: #495057 !important;
}
.btn-first {
    border-radius: 30px;
    transition: 0.4s;
}
.btn-first i {
    margin-left: 7px;
    transition: 0.4s;
}
.btn-first:hover {
    background-color: #222831 !important;
}

.btn-first:hover i {
    margin-left: 14px;
}

.btn-primary {
    background-color: #5890fd !important;
    border-color: transparent !important;
    font-family: "Urbanist", "Inter", sans-serif;
}
.btn-outline-primary {
    border: 2px solid #5890fd;
    background-color: transparent !important;
    color: #5890fd !important;
}
.btn-outline-secondary {
    border: none !important;
    background: transparent !important;
    color: #5890fd;
    border-radius: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.btn-outline-secondary:hover {
    color: #5890fd;
    background-color: transparent !important;
}
.btn-outline-secondary .line {
    width: 0;
    opacity: 0;
    transition: 0.4s;
    border: 1px solid #5890fd;
    height: 0;
    margin-top: 4px;
}
.btn-outline-secondary:hover .line {
    width: 100%;
    opacity: 1;
}
.carousel-control-next,
.carousel-control-prev {
    width: 2% !important;
}
.carousel-imgbox{
    display: flex;
    justify-content: center;
}
.display-7 {
    font-size: 1.5rem;
}
.w-max-content {
    width: max-content !important;
}
.px-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}
.py-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}
.mt-10 {
    margin-top: 7rem;
}
.img-fluid-flexible {
    height: unset !important;
    max-height: 100%;
    object-fit: cover;
    max-width: 100%;
}

/* lead generation campaigns */
.book-image {
    height: 600px !important;
}

/* overrides */

span.blue {
    color: #5890fd !important;
    font-size: inherit;
    font-weight: inherit;
}

/* preloader */
.preloader {
    width: 100%;
    height: 100vh;
    background-color: white;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
}
.preloader.inactive {
    display: none;
}
.preloader .loader {
    margin: auto;
    display: block;
    margin-top: 40vh;
    width: 70px;
    height: 70px;
}
.preloader .loader img {
    width: 100%;
    height: 100%;
}

.subscribe-form input {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    border: none;
    background-color: rgb(0, 0, 100, 0.08);
}
.sub-img {
    width: 80%;
    margin: auto;
    height: 120px;
}
.sub-img img {
    width: 100%;
    height: 100%;
}

/* popup */
.close-btn {
    font-size: 18px;
    cursor: pointer;
}

.flex-special .image {
    height: 400px;
    cursor: pointer;
    border-radius: 10px;
}
.flex-special .image img {
    transition: 0.4s;
}
.flex-special .image img:hover {
    transform: scale(1.05, 1.05);
}
.flex-special .w-md-75 {
    width: 75%;
}
.call-to-action .image {
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
}
.about-section .image {
    border-radius: 10px;
    overflow: hidden;
    padding: 0 !important;
}

.laptop{
    margin-top:-17%;
}

@media screen and (max-width: 1200px) {
    .px-5 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
}

/* mobile responsiveness */
@media screen and (max-width: 850px) {
    .section-title {
        font-size: 21px;
    }
    .w-md-75 {
        width: 100%;
    }

    /* lead generation campaigns */
    .book-image {
        height: 400px !important;
    }

    .flex-special .image {
        max-height: 300px;
        min-height: 250px;
    }

    .px-5 {
        padding-left: 1.8rem !important;
        padding-right: 1.8rem !important;
    }
}

.style-btn {
    padding: 10px 20px 10px 20px;
    border-radius: 30px;
    border: none;
    font-size: 18px;
    color: white;
    display: block;
    position: relative;
    overflow: hidden;
    font-weight: 500;
    transition: 0.5s;
    cursor: pointer;
    position: relative;
    box-shadow: 0px 0px 0.5px 0.5px rgb(0, 0, 0, 0.01);
}
.style-btn:hover {
    color: white;
}
.style-btn .main-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, #2b70fc, #5890fd);
    opacity: 1;
    transition: 1s;
}

.style-btn .pseudo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to left, #2b70fc, #5890fd);
    transition: 1s;
    opacity: 0;
}

.style-btn i.fa {
    z-index: 3;
    display: block;
    position: absolute;
    left: -50px;
    transition: 0.5s;
    opacity: 0;
    line-height: inherit;
}
.style-btn .inner {
    z-index: 2;
    position: relative;
    display: flex;
    transition: 0.5s;
    font-size: 15px;
}
.style-btn:hover .main-cover {
    opacity: 0;
}
.style-btn:hover .pseudo {
    opacity: 1;
}
.style-btn:hover .inner {
    padding-right: 15px;
}
.style-btn:hover i.fa {
    left: 95%;
    opacity: 1;
}
.font-16 {
    font-size: 16px !important;
}
.flex-special {
    margin-top: 120px !important;
}

.testimonials {
    min-height: 400px;
}
.testimonials .quote {
    font-size: 18px;
    padding-left: 25px;
    padding-right: 25px;
    width: 90%;
    margin: auto;
}
.testimonials .client-name {
    font-size: 19px;
}

@media screen and (max-width: 568px) {
    .testimonials .quote {
        padding-left: 5px;
        padding-right: 5px;
        width: 90%;
    }
    .px-5 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    /* lead generation campaigns */
    .book-image {
        height: 300px !important;
    }
}

/* animations */

@keyframes float {
    0% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        transform: translatey(0px);
    }
    50% {
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        transform: translatey(-20px);
    }
    100% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        transform: translatey(0px);
    }
}
