@font-face {
    font-family: "Inter-Regular";
    src: url("..//fonts/Inter-Regular.ttf");
    font-display: swap;
}

@font-face {
    font-family: "PTSans-Bold";
    src: url("..//fonts/PTSans-Bold.ttf");
    font-display: swap;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #458bc3;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 255, 255, 0.3);
}

body {
    font-family: "Inter-Regular" !important;
    font-size: 16px !important;
    line-height: 28px !important;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "PTSans-Bold" !important;
    color: #2D2F30;
}

h2 {
    font-size: 42px !important;
}

img {
    max-width: 100%;
}

.pt-sans {
    font-family: "PTSans-Bold" !important;
}

.width-container {
    max-width: 1700px;
    margin: auto;
    width: 90%;
}

.header-container {
    padding: 15px 0px;
}

.get-start {
    border-radius: 30px;
    width: 194px;
    justify-content: space-between;
    height: 53px;
    line-height: 40px;
    margin-top: 6px;
}

.get-start:hover img {
    transform: rotate(45deg);
}

.get-start img {
    position: absolute;
    right: 3px;
    top: 3px;
    max-width: 45px !important;
    transition: 0.5s;
}

.header-icons img {
    max-width: 52px;
}

.count {
    font-size: 50px;
}

.banner-content h1 {
    font-size: 60px;
}

.banner-content .get-start {
    width: 290px;
}

.form-section {
    max-width: 460px;
    float: right;
}

.owl-marquee .owl-stage {
    display: flex;
    animation: scroll-left linear infinite;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.owl-marquee .owl-item {
    flex: 0 0 auto;
}

.owl-marquee .item {
    margin: 0 10px;
    background: #ccc;
    padding: 20px;
    text-align: center;
}

.faq-section {
    max-width: 1500px;
}

.pl-con {
    padding-left: 50px !important;
}

.main-banner {
    background-image: url(..//images/banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0px;
}

.about-section {
    background-image: url(..//images/about-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #140911;
}

.about-section span {
    color: #3994DD;
}

h2 span {
    color: #3994DD;
}

.accordion-item {
    border: 1px solid #B3B3B3 !important;
    border-radius: 5px !important;
}

button.accordion-button {
    background: transparent !important;
    box-shadow: none !important;
    min-height: 80px;
}

.consultation-btn {
    margin: auto;
    display: table;
    border-radius: 30px;
    padding: 13px 25px;
}

.consultation-btn:hover {
    background-color: #458CC3 !important;
}

.testimonial-section {
    border-radius: 15px;
    background: #EDF4F9;
    padding: 80px 150px;
}

.testimonial-list {
    padding: 15px;
}

img.testimonial-img {
    width: 65px !important;
    height: 65px;
    border-radius: 100%;
}

.testimonial-section .name {
    font-size: 18px;
    margin-top: 20px;
}

.testimonial-section .designation {
    font-size: 14px;
}

.owl-dots {
    margin: auto;
    display: table;
}

button.owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: 2px solid #4D95CD !important;
    margin: 0px 3px;
}

button.owl-dot.active {
    border: 2px solid #4D95CD !important;
    background-color: #4D95CD !important;
}

.service-section .owl-dots {
    margin-top: 15px;
}

img.arrow-down {
    position: absolute;
    width: 30px !important;
    bottom: -16px;
    left: 0;
    right: 0;
    margin: auto;
}

.profile-sec {
    margin: auto;
    width: max-content;
}

.testimonial-list .content-section {
    background: #FFFFFF;
    box-shadow: 0px 11.9293px 23.8587px rgba(41, 41, 42, 0.07);
    border-radius: 15px;
    padding: 20px;
    color: #4F4F4F;
}

.testimonial-list .content {
    height: 140px;
    overflow: auto;
}

.quote-icon {
    position: absolute;
    right: 82px;
    top: 66px;
    opacity: 0.2;
}

.service-section {
    background-image: url(..//images/service-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    padding: 80px;
}

.service-list {
    padding: 40px 30px;
}

.service-list .content {
    color: #7B868F;
    height: 112px;
    overflow: auto;
}

.service-section span {
    color: #3994DD;
}

.title-content {
    color: #363940;
}

.service-list img {
    max-width: 50px;
}

.service-list h3 {
    line-height: 30px;
    height: 60px;
}

.footer {
    background-image: url(..//images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
}

.wpcf7 select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 0.5em center;
    background-size: 1.5em;
    padding-right: 2.5em;
    /* enough space for bigger icon */
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 44px;
    /* optional: increase height for better appearance */
    font-size: 16px;
}

.footer h3 {
    font-size: 52px;
}

.footer a {
    text-decoration: none;
}

.visit {
    border-bottom: 2px solid #fff;
    width: max-content;
}

.count-section {
    background-image: url(..//images/count-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    padding: 50px;
}

.count-content {
    margin: auto;
    width: max-content;
}

.count-section span {
    color: #3994DD;
}

.count-border {
    border-left: 1px solid #726B70;
    border-right: 1px solid #726B70;
}

.service-slider img {
    margin-right: 15px;
}

.Marquee {
    box-sizing: border-box;
    padding: 1em;
    color: #fff;
    font-weight: 200;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.about-section .Marquee {
    background: #00000038;
}

.partners-section h2 {
    color: #000;
}

.partners-section .Marquee-tag img {
    padding: 20px;
    max-height: 150px;
}

.Marquee-content {
    display: flex;
    animation: marquee 25s linear infinite running;
}

.Marquee-content:hover {
    animation-play-state: paused;
}

.Marquee-tag {
    width: 300px;
    margin: 0 0.8em;
    padding: 0.5em;
    border: 1px solid #B3B3B3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    border-radius: 10px;
}

@-moz-keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translate(-50%);
    }
}

@-webkit-keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translate(-50%);
    }
}

@-o-keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translate(-50%);
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translate(-50%);
    }
}

.footer-content {
    max-width: 1500px;
}

.form-container {
    border-radius: 30px;
    padding: 30px;
    position: relative;
    float: left;
    width: 100%;
}

.form-container label {
    width: 48%;
    margin-bottom: 20px;
    margin-left: 1%;
    margin-right: 1%;
}

.form-container label.textarea-label {
    width: 98%;
}

.form-container p {
    margin: 0;
}

.form-container textarea {
    height: 100px !important;
}

.form-container h3 {
    font-size: 24px;
}

label.guaranteed {
    float: left;
    margin-bottom: 0;
}

.submit-label {
    margin-bottom: 0 !important;
}

.submit-btn {
    background: #000000 !important;
    color: #fff !important;
    border-radius: 30px;
    width: max-content;
    padding: 13px 20px;
    float: right;
    transition: 0.5s;
}

.submit-btn:hover {
    background: #3994DD !important;
}

.form-container .form-control {
    box-shadow: none !important;
    background-color: #F5F5F5;
    border: none;
    height: 47px;
    font-size: 14px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0 !important;
    float: left;
    width: 100%;
    margin-top: 5px !important;
    font-size: 13px;
    padding: 0px 5px !important;
    display: none;
}

.wpcf7-not-valid-tip {
    font-size: 14px !important;
}


/* Chrome, Safari, Edge, Opera */

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type="number"] {
    -moz-appearance: textfield;
}

.form-section .form-container label {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.form-section .submit-btn {
    width: 100%;
    border-radius: 5px;
    line-height: 13px;
}

.form-section label.guaranteed {
    text-align: center;
}

.form-section .form-container textarea {
    height: 70px !important;
}

.form-section .form-container label {
    margin-bottom: 8px;
    font-size: 14px;
}

.form-section .form-container .form-control {
    height: 38px;
}

.form-section .form-container {
    padding-bottom: 15px;
}

.modal-dialog {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

button.btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    box-shadow: none !important;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.form-popup .footer {
    padding: 50px 0px;
}

.form-popup .modal-content {
    border-radius: 20px;
    overflow: hidden !important;
}

img.popup-image {
    position: absolute;
    bottom: -50px;
    right: -115px;
    z-index: 1;
    width: 350px;
}

.error-page h1 {
    font-size: 28px;
}

.thank-you {
    max-width: 400px;
}

.thank-you-page h2 {
    font-size: 24px !important;
}

label.email-label {
    width: 98%;
}

@media screen and (max-width: 1440px) {
    .banner-content h1 {
        font-size: 40px;
    }
    .count {
        font-size: 40px;
    }
    .main-banner {
        padding: 70px 0px;
    }
    .testimonial-section {
        padding: 80px 80px;
    }
    .footer {
        padding: 70px 0px;
    }
    .service-section {
        padding: 60px;
    }
    h2 {
        font-size: 36px !important;
    }
    .footer h3 {
        font-size: 42px;
    }
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 991px) {
    img.popup-image {
        display: none;
    }
    .form-section {
        max-width: 100%;
        margin-top: 30px;
    }
    .main-banner {
        padding: 30px 0px;
    }
    .service-section {
        padding: 30px;
    }
    .testimonial-section {
        padding: 20px 0px;
    }
    .pl-con {
        padding-left: 0px !important;
    }
    .footer {
        padding: 30px 0px;
    }
}

@media screen and (max-width: 767px) {
    .modal-dialog {
        max-width: 90%;
    }
    .thank-you-page h1 {
        font-size: 24px;
    }
    .count-section {
        padding: 15px;
        padding-top: 30px;
        padding-bottom: 3px;
    }
    .header-container .get-start {
        background: transparent !important;
        font-size: 0;
        width: max-content;
        padding: 0;
    }
    .header-container .get-start img {
        max-width: 40px !important;
        width: 40px;
    }
    .header-icons img {
        max-width: 40px;
    }
    .logo {
        max-width: 100px;
    }
    .header-container {
        padding: 2px 0px;
        padding-top: 8px;
    }
    .banner-content h1 {
        font-size: 24px;
    }
    body {
        font-size: 14px !important;
        line-height: 23px !important;
    }
    .count {
        font-size: 24px;
    }
    h2 {
        font-size: 24px !important;
    }
    .footer h3 {
        font-size: 24px;
    }
    .count-border {
        border: none;
    }
    .Marquee-tag {
        width: 200px;
    }
    .form-container {
        padding: 25px 15px;
    }
    .form-container label {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    label.guaranteed {
        text-align: center;
    }
    .form-container .form-control {
        width: 100%;
    }
}