@import url("https://fonts.googleapis.com/css2?family=Calistoga&display=swap");
a {
    text-decoration: none;
}
img {
    max-width: 100%;
}
body {
    font-family: "Inter", sans-serif;
}
.main {
    overflow: hidden;
}
.logo img {
    height: 55px;
}
.top-contact-title {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
}
.top-contact-number {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    vertical-align: middle;
}
.top-contact-image {
    height: 40px;
}
.main-header {
    padding: 15px 0px;
}
.top-contact-number img {
    height: 23px;
    margin-top: -5px;
    margin-right: 3px;
}
.header-buttons a {
    width: 100%;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 0px;
    text-align: center;
    border-radius: 10px;
    background: #1850d9;
    display: inline-block;
    text-decoration: none;
    box-sizing: border-box;
}
.header-buttons a:hover {
    background: #103393;
}
.main-nav {
    padding: 5px 0px;
    background: #1850d9;
    justify-content: center;
}
.main-nav a {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    margin: 0px 10px;
}
.main-nav a.active,
.main-nav a:hover {
    color: #fff;
    font-weight: 700;
}
.banner {
    overflow: hidden;
    max-height: 600px;
}
.welcome-title {
    margin: 0;
    color: #1850d9;
    font-size: 42px;
    font-weight: 700;
    line-height: 52px;
    padding: 15px 0px;
    padding-left: 15px;
}
.welcome-title span {
    font-weight: 600;
}
.welcome-section {
    padding: 80px 0px;
}
.welcome-section img {
    height: 100px;
}
.border-left {
    border-left: 1px solid #1850d9;
}
.service-slider-section {
    padding: 30px 0px;
}
.service-tile {
    padding: 15px 0px;
    cursor: pointer;
    /* margin-right: 20px; */
    text-align: center;
    border-radius: 10px;
    background: linear-gradient(to bottom, #e0e9ff00, #e0e9ff);
}
.service-tile p {
    color: #1850d9;
    font-size: 13px;
    margin: 5px 0px;
    font-weight: 700;
}
.service-tile img {
    height: 40px;
    margin: 5px 0px;
    filter: brightness(0) saturate(100%) invert(34%) sepia(67%) saturate(1568%)
        hue-rotate(205deg) brightness(79%) contrast(123%);
}
.service-tile.active,
.service-tile:hover {
    background: linear-gradient(to bottom, rgb(24 80 217 / 70%), #1850d9);
}
.service-tile.active img,
.service-tile:hover img {
    filter: brightness(0) saturate(100%) invert(92%) sepia(93%) saturate(0%)
        hue-rotate(202deg) brightness(106%) contrast(106%);
}
.service-tile.active p,
.service-tile:hover p {
    color: #ffffff;
}
.services-list {
    margin-top: 10px;
    padding: 15px 5px;
}
.services-list a {
    color: #1850d9;
    margin: 5px 5px;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 15px;
    border-radius: 30px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #1850d9;
}
.services-list a:hover,
.services-list a.active {
    color: #ffffff;
    background: #1850d9;
}
.home-about-section {
    padding: 50px 0px;
}
.about-container {
    border-radius: 20px;
    background: #1850d9;
    padding: 60px 50px 50px;
}
.about-container img {
    border-radius: 15px;
}
.about-title {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 10px;
    vertical-align: middle;
}
.about-content {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    vertical-align: middle;
}
.about-big-title {
    color: #fff;
    font-size: 75px;
    margin-top: 50px;
    font-weight: 600;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
}
.fun-fact-section {
    padding: 30px 0px;
}
.fun-fact-section .number {
    display: flex;
    color: #1850d9;
    align-items: center;
    justify-content: center;
    font-family: "Calistoga", serif;
}
.fun-fact-section .number .counter {
    color: #1850d9;
    font-size: 70px;
    font-weight: 400;
    margin-right: 15px;
    font-family: "Calistoga", serif;
}
.fun-fact-section .counter_content {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}
.fun-fact-section .number .counter span {
    font-size: 45px;
}
.service-area-item {
    text-align: center;
}
.service-area-item img {
    height: 110px;
    margin-bottom: 25px;
}
.service-area-item p {
    font-size: 15px;
    font-weight: 700;
}
.service-area-section {
    padding: 80px 0px;
}
.service-area-title {
    color: #1850d9;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 35px;
}
.features-section {
    padding: 50px 0px;
}
.feature-image-container {
    overflow: hidden;
    padding-top: 30px;
    padding-right: 50px;
    border-radius: 25px;
    background: #1850d9;
}
.feature-title {
    color: #000000;
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
}
.featured-content {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 50px;
}
.features-service-item {
    padding: 25px;
    background: #f0f4ff;
    border-radius: 15px;
}
.feature-service-item-icon img {
    height: 40px;
}
.feature-service-item-icon {
    padding: 10px;
    margin-bottom: 25px;
    border-radius: 15px;
    background: #1850d9;
    display: inline-block;
}
.feature-service-item-title {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    vertical-align: middle;
}
.feature-service-item-content {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    vertical-align: middle;
}
.feature-service-item-button {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    line-height: 23px;
    text-decoration: none;
    vertical-align: middle;
}
.feature-service-item-button img {
    height: 14px;
    margin-left: 10px;
}
.feature-service-item-button:hover {
    color: #1850d9;
}
.trust-us-section {
    padding: 80px 0px;
}
.trust-us-main-title {
    color: #1850d9;
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 50px;
    vertical-align: middle;
}
.trust-us-item {
    padding: 30px 25px;
    margin-bottom: 30px;
    border-radius: 15px;
    background: #1850d9;
}
.trust-us-item img {
    height: 30px;
    margin-top: 20px;
    filter: brightness(0) saturate(100%) invert(92%) sepia(93%) saturate(0%)
        hue-rotate(202deg) brightness(106%) contrast(106%);
}
.trust-item-title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0px 25px;
    vertical-align: middle;
}
.trust-item-content {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    vertical-align: middle;
}
.trust-item-title img {
    margin: 0px;
    height: 14px;
    float: right;
}
.trust-us-content {
    font-size: 16px;
    margin-top: 50px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 60px;
}
.advantage-square {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #1850d9;
    transform: rotate(45deg);
}
.content-advantage-item h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}
.content-advantage-item p {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    vertical-align: middle;
}
.content-advantage-item {
    margin: 50px 0px 0px;
}
.discover-button {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-top: 50px;
    padding: 12px 30px;
    text-align: center;
    border-radius: 5px;
    background: #1850d9;
    display: inline-block;
    text-decoration: none;
    box-sizing: border-box;
}
.discover-button:hover {
    background: #103393;
}
.mobile-app-section {
    padding: 50px 0px;
}
.mobile-app-container {
    padding: 50px 50px;
    border-radius: 20px;
    background: #1850d9;
}
.mobile-app-image-container {
    background: #103393;
    border-radius: 20px;
}
.mobile-app-small-title {
    color: #fff;
    font-weight: 500;
    line-height: 100%;
    font-size: 13.62px;
    margin-bottom: 10px;
    vertical-align: middle;
    text-transform: uppercase;
}
.mobile-app-title {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 20px;
    vertical-align: middle;
}
.mobile-app-content {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    vertical-align: middle;
}
.mobile-app-downloads img {
    height: 50px;
}
.mobile-app-downloads a {
    display: inline-block;
}
.mobile-app-downloads {
    margin: 30px 0px 0px;
}
.logo-slider-title {
    color: #1850d9;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 35px;
}
.logo-slider-section {
    padding: 50px 0px;
}
.faq-image-section {
    padding: 40px;
    border-radius: 15px;
    background: #1850d9;
}
.faq-section-small-title {
    color: #fff;
    font-weight: 600;
    font-size: 13.66px;
    margin-bottom: 10px;
    line-height: 18.22px;
    vertical-align: middle;
}
.faq-section-title {
    color: #fff;
    font-size: 38px;
    font-weight: 600;
    line-height: 50px;
    vertical-align: middle;
}
.faq-section-content {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin: 30px 0px;
    line-height: 29px;
    vertical-align: middle;
}
.faq-section-image img {
    border-radius: 10px;
}
.faq-section-image {
    margin: 0px;
}
.faq-section {
    padding: 80px 0px;
}
.faq-accordion-section {
    height: 100%;
    padding: 30px;
    margin-left: 30px;
    background: #f0f4ff;
    border-radius: 15px;
}
.faq-accordion-section .accordion {
    background: none;
    --bs-accordion-bg: none;
}
.faq-accordion-section .accordion-button:not(.collapsed) {
    outline: 0;
    background: none;
    box-shadow: none;
}
.faq-accordion-section .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}
.faq-accordion-section .accordion-button {
    font-size: 16px;
    font-weight: 500;
    padding: 8px 0px;
    line-height: 29px;
    vertical-align: middle;
}
.faq-accordion-section .accordion-body {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    padding: 0px 0px 15px;
}
.faq-accordion-section .accordion-flush > .accordion-item {
    padding: 10px 0px;
}
.faq-accordion-section .accordion-button::after {
    transform: rotate(-90deg);
}
.faq-accordion-section .accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
}
.faq-accordion-section .accordion-button:not(.collapsed) {
    color: #1850d9;
}
.bottom-video-section {
    position: relative;
    background-size: cover;
    padding: 100px 0px 200px;
    background: url(../images/footer_bg.png);
}
.bottom-video-section::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #ffffff9e;
}
.bottom-section-container {
    z-index: 1;
    position: relative;
}
.bottom-video-title {
    color: #1850d9;
    font-size: 38px;
    font-weight: 600;
    line-height: 45px;
    vertical-align: middle;
}
.bottom-video-content {
    color: #1850d9;
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
    line-height: 29px;
    vertical-align: middle;
}
.bottom-video-section-button {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-top: 30px;
    padding: 12px 30px;
    text-align: center;
    border-radius: 5px;
    background: #1850d9;
    display: inline-block;
    text-decoration: none;
    box-sizing: border-box;
}
.bottom-video-section-button:hover {
    background: #103393;
}
.bottom-video-image {
    border-radius: 15px;
}
.main-footer {
    background: #1850d9;
    padding: 100px 0px 50px;
}
.main-footer-logo img {
    height: 50px;
    margin-bottom: 25px;
    filter: brightness(0) saturate(100%) invert(92%) sepia(93%) saturate(0%)
        hue-rotate(202deg) brightness(106%) contrast(106%);
}
.main-footer-content {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 25px;
    vertical-align: middle;
}
.main-footer-address {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-left: 15px;
    line-height: 20px;
    vertical-align: middle;
}
.footer-address-container {
    display: flex;
}
.footer-address-container i {
    margin-top: -3px;
}
.footer-useful-links {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.footer-useful-links li {
    width: 50%;
    float: left;
}
.footer-useful-links li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 37px;
    vertical-align: middle;
}
.footer-widget-title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 37px;
    margin-bottom: 15px;
    vertical-align: middle;
}
.news-letter {
    padding: 5px;
    background: #fff;
    border-radius: 5px;
}
.news-letter .input-group input {
    border: 0px;
    box-shadow: 0px 0px;
}
.news-letter .input-group input::placeholder {
    color: #1850d9;
    font-size: 14px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0%;
}
.news-letter .input-group button {
    display: flex;
    padding: 20px;
    border-radius: 5px;
    align-items: center;
    background: #1850d9;
    vertical-align: middle;
    border: 1px solid #1850d9;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}
.news-letter .input-group button:hover {
    background: #103393;
}
.news-letter-content {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    margin: 10px 0px 20px;
    display: inline-block;
    vertical-align: middle;
}
.socila-icons {
    padding: 0px;
    list-style: none;
    margin: 20px 0px;
}
.socila-icons li {
    margin: 10px 5px;
    display: inline-block;
}
.socila-icons li a {
    padding: 5px;
}
.socila-icons li a img {
    height: 22px;
}
.main-footer {
    position: relative;
}
.clip-curve {
    top: -65px;
    width: 100%;
    height: 80px;
    position: absolute;
    background: #1850d9;
    transform: rotate(180deg);
    clip-path: ellipse(60% 100% at 45% 0%);
}
.footer-call-on {
    top: -195px;
    width: 100%;
    padding: 30px;
    background: #fff;
    position: absolute;
    border-radius: 10px;
    margin-bottom: 20px;
}
.call-on-title {
    color: #1850d9;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 0px;
    vertical-align: middle;
}
.call-on-content {
    color: #1850d9;
    font-size: 14px;
    font-weight: 400;
    line-height: 37px;
    margin-bottom: 0px;
    vertical-align: middle;
}
.call-on-icon {
    width: 70px;
    margin: auto;
    height: 70px;
    padding: 10px;
    display: flex;
    text-align: center;
    border-radius: 50%;
    background: #1850d9;
    align-items: center;
    justify-content: center;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.service-grid-container {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap: 15px;
}

/* Tablet */
@media (max-width: 992px) {
    .service-grid-container {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Mobile */
@media (max-width: 576px) {
    .service-grid-container {
        gap: 5px;
        grid-template-columns: repeat(4, 1fr);
    }

    .grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}
.header-bottom {
    display: none;
}

.about-content-mobile {
    color: #fff;
    display: none;
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
    line-height: 28px;
}
.trust-us-content-mobile {
    display: none;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    margin-bottom: 20px;
}
.service-mobile-section {
    display: none;
    padding: 30px 0px;
    background: #1850d9;
}
.service-mobile-section .accordion {
    border: 0px;
    --bs-accordion-bg: none;
    --bs-accordion-border-color: none;
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round'%3e%3cline x1='8' y1='3' x2='8' y2='13'/%3e%3cline x1='3' y1='8' x2='13' y2='8'/%3e%3c/svg%3e");
}
.service-mobile-section .accordion-button:not(.collapsed) {
    background: none;
}
.service-mobile-section .accordion-item {
    border-radius: 0px;
    border-bottom: 1px solid #fff;
}
.service-mobile-section .accordion-button {
    color: #fff;
    box-shadow: none;
    font-weight: 700;
    font-size: 20.12px;
    padding: 20px 15px 10px;
}

.service-mobile-section .accordion-body {
    padding: 5px 20px 20px;
}

.service-mobile-section
    .accordion-item:last-of-type
    > .accordion-header
    .accordion-button.collapsed {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.service-mobile-section .accordion-button:not(.collapsed)::after {
    color: #fff;
}

.service-mobile-section .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round'%3e%3cline x1='3' y1='8' x2='13' y2='8'/%3e%3c/svg%3e");
}
.service-mobile-section .accordion-button img {
    height: 30px;
    margin-right: 10px;
    filter: brightness(0) saturate(100%) invert(92%) sepia(93%) saturate(0%)
        hue-rotate(202deg) brightness(106%) contrast(106%);
}
.service-mobile-section .accordion-body a {
    color: #fff;
    display: block;
    margin: 5px 0px;
    font-weight: 500;
    padding: 5px 0px;
    font-size: 15.91px;
    text-decoration: underline;
}
.whatsapps {
    right: 5px;
    z-index: 999;
    margin: 10px;
    display: none;
    bottom: -10px;
    position: fixed;
    border-radius: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.whatsapps a {
    color: #fff;
    display: block;
    text-align: center;
    transition: all 0.3s ease;
}
.whatsapp img {
    color: #fff;
    height: 40px;
    border-radius: 0;
}
#mobileNav {
    top: 0;
    width: 100%;
    z-index: 99;
    height: 100%;
    display: none;
    padding: 20px;
    position: fixed;
    overflow-y: auto;
    background: #fff;
    overflow-x: hidden;
}
.mobile-nav .mob-nav-link {
    display: block;
    margin: 5px 0px;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 10px;
}
#mobileNav .logo {
    display: block;
    margin-bottom: 20px;
}
.mobile-logo img {
    height: 60px;
}
.mobile-nav {
    margin: 25px 0px;
}
.mobile-contact-image {
    height: 40px;
}

.mobile-contact-title {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
}
.mobile-contact-number {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    vertical-align: middle;
}
.mobile-contact-number img {
    height: 23px;
    margin-top: -5px;
    margin-right: 3px;
}
.mobile-menu-close {
    top: 15px;
    right: 15px;
    border: 0px;
    box-shadow: none;
    position: absolute;
}
.service-page-main-title {
    color: #1850d9;
    margin: 50px 0px;
    font-weight: 400;
    line-height: 62px;
    font-size: 47.79px;
    text-align: center;
}
.service-page-section {
    padding: 30px 0px 100px;
}
.service-page-section nav .nav-pills {
    padding: 5px;
    border-radius: 10px;
    background: #1850d9;
    --bs-nav-tabs-border-width: 0;
}
.service-page-section nav .nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.service-page-section .nav-pills .nav-link.active,
.service-page-section .nav-pills .show > .nav-link,
.service-page-section .nav-pills .nav-link.active {
    background: none;
    font-weight: 700;
}
.service-page-section .tab-content > .tab-pane {
    padding: 20px 0px;
}
.service-page-section .dropdown-item {
    color: #a1a1a1;
    font-size: 14px;
    font-weight: 600;
    line-height: 35.9px;
    vertical-align: middle;
}
.service-page-section .dropdown-item.active,
.service-page-section .dropdown-item:active,
.service-page-section .dropdown-item:focus,
.service-page-section .dropdown-item:hover {
    color: #fff;
    background: #1850d9;
}
.service-page-detail-item {
    height: 100%;
    text-align: left;
    overflow: hidden;
    background: #f1f1f1;
    border-radius: 10px;
}
.service-page-detail-item-title {
    color: #fff;
    display: flex;
    font-weight: 500;
    padding: 10px 15px;
    font-size: 14.64px;
    background: #1850d9;
    align-items: center;
    justify-content: start;
}
.service-page-detail-item-title img {
    height: 20px;
    margin-right: 15px;
}
.service-page-detail-item-content {
    padding: 15px 10px;
}
.service-page-detail-item-content ul {
    font-size: 14px;
    font-weight: 400;
    line-height: 31px;
}
.about-image-container {
    overflow: hidden;
    border-radius: 25px;
    height: 100%;
}
.about-page-section {
    padding: 0px 0px 80px;
}
.about-welcome-section {
    padding: 80px 0px 80px;
}
.about-welcome-section img {
    height: 100px;
}
.about-trust-us-section {
    padding: 0px 0px 80px;
}
.about-logo-slider-section {
    padding: 0px 0px 80px;
}
.faq-section {
    padding: 0px 0px 80px;
}
.contact-text-container {
    color: #fff;
    padding: 30px;
    background: #1850d9;
    border-radius: 20px;
}
.news-list-section {
    padding: 0px 0px 80px;
}
.news-item {
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 20px;
    border: 1px solid #ededed;
}
.news-title {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    vertical-align: middle;
}
.news-content {
    color: #000000;
    font-size: 14px;
    line-height: 23px;
    vertical-align: middle;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-body {
    padding: 20px 20px;
}
.news-content-meta {
    font-size: 14px;
    color: #787878;
    margin: 0px 0px 3px 0px;
}

.services-list {
    display: none;
}

.tab-wrapper {
    display: none;
}

.tab-pane {
    display: none;
}

.tab-pane.show.active {
    display: block;
    text-align: center;
}
.get-service-quote {
    color: #fff;
    border: 0px;
    margin: auto;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 50px;
    font-family: Inter;
    background: #1850d9;
    border-radius: 10px;
    vertical-align: middle;
}
.border-radius {
    border-radius: 10px;
}
.about-image-container iframe{
    width:100% !important;
    height:100% !important;
    border:0px !important;
}