@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Exo Regular */
@font-face {
    font-family: 'Exo';
    src: url('../webfonts/poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
/* Exo Medium */
@font-face {
    font-family: 'Exo';
    src: url('../webfonts/poppins/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
/* Exo Semi Bold */
@font-face {
    font-family: 'Exo';
    src: url('../webfonts/poppins/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
/* Exo Bold */
@font-face {
    font-family: 'Exo';
    src: url('../webfonts/poppins/Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    font-family:'Poppins',sans-serif !important;
}

.navbar-custom{
    height:80px;
    /*background:linear-gradient(90deg,#174EA6,#1A73E8);*/
    background: #174EA6;
}

.navbar-nav .nav-link{
    color:#fff;
    font-weight:500;
    margin:0 6px;
    transition:.3s;
}

.navbar-nav .nav-link:hover{
    color:rgba(255,255,255,.75);
}

.btn-start{
    width:160px;
    height:44px;
    border-radius:50px;
    background:#fff;
    color:#444;
    font-weight:500;
    border:none;
    transition:.3s;
}

/*.btn-start:hover{
    opacity:.9;
}*/

.navbar-toggler{
    border:none;
    box-shadow:none!important;
}

.navbar-toggler-icon{
    filter:brightness(0) invert(1);
}

@media(max-width:1199px){

    .navbar-collapse{
        /*background:linear-gradient(90deg,#4338ca,#7c3aed);*/
        background: #174EA6;
        margin-top: 0px;
        padding: 20px;
        border-radius: 0px;
    }

    .navbar-nav .nav-link{
        margin: 3px 0;
    }

    .btn-start{
        margin-top:15px;
    }
    .navbar-custom .container{
        padding: 0px !important;
    }

}
.img-white{
    filter:brightness(0) invert(1);
}
.nav-but {
    background: white !important;
    border-radius: 50px !important;
    font-size: 15px !important;
}



.hero-section{

    position:relative;
    overflow:hidden;
    background: url('../../image-mail/new-hero-bg.png');
    background-position: right;

    /*background:
    radial-gradient(circle at left,#fff7b5 0%,transparent 45%),
    radial-gradient(circle at right bottom,#ffe5d8 0%,transparent 45%),
    #ffffff;*/

    border-radius:20px;

    margin:20px auto 40px;

    /*max-width:1450px;*/

    padding:90px 20px 70px;

    box-shadow:0 10px 40px rgba(0,0,0,.04);

}

.hero-content{
position:relative;
z-index:2;
}

.community-badge{

display:inline-flex;
align-items:center;

padding:8px 18px;

border:1px solid #ddd;

border-radius:50px;

background:#fff;

font-size:14px;

margin-bottom:30px;

box-shadow:0 3px 12px rgba(0,0,0,.04);

}

.community-badge img{

width:28px;
height:28px;
border-radius:50%;
margin-left:-8px;
border:2px solid #fff;

}

.community-badge img:first-child{
margin-left:0;
}

.community-badge span{
margin-left:12px;
font-weight:500;
}

.hero-title{

font-size:70px;

font-weight:800;

line-height:1.05;

color:#111827;

margin-bottom:20px;

}

.hero-title span{

display:block;
color:#445066;

}

.hero-text{

font-size:21px;

color:#6b7280;

max-width:760px;

margin:auto;

line-height:1.8;

}

.hero-btn{

margin-top:40px;

background:#162649;

padding:16px 38px;

border-radius:50px;

font-weight:600;

font-size:18px;

}

.hero-btn:hover{
background:#0d1b36;
}

.command-box{

display:inline-flex;

align-items:center;

background:#fff;

border:1px solid #dfe3ea;

padding:15px 25px;

border-radius:12px;

margin-top:30px;

font-size:16px;

font-weight:500;

gap:15px;

box-shadow:0 5px 15px rgba(0,0,0,.05);

}

.command-box i:last-child{
margin-left:15px;
cursor:pointer;
}

.brand-row{

margin-top:90px;

opacity:.5;

}

.brand-row img{

height:38px;

filter:grayscale(100%);

opacity:.7;

transition:.3s;

}

.brand-row img:hover{

filter:none;

opacity:1;

}

@media(max-width:991px){

.hero-title{

font-size:48px;

}

.hero-text{

font-size:18px;

}

}

@media(max-width:576px){

.hero-section{

padding:70px 20px;

}

.hero-title{

font-size:36px;

}

.community-badge{

font-size:12px;

}

}
.hero-but {
    background: black !important;
    border-radius: 50px !important;
    padding: 10px 20px !important;
}
.brand-slider {
    margin-top: 80px;
}

.brand-slider .item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}

.brand-slider .item img {
    max-height: 40px;
    width: auto;
    max-width: 160px;
    filter: grayscale(100%);
    opacity: .55;
    transition: .3s ease;
}

.brand-slider .item img:hover {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.05);
}

/* Hide Dots */
.brand-slider .owl-dots {
    display: none;
}

/* Hide Nav */
.brand-slider .owl-nav {
    display: none;
}

.feature-icon{
    width:90px;
    height:90px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-shrink:0;
}

.bg-purple{
    background:#F2E8FF;
}

.bg-success-light{
    background:#E8F8EC;
}

.bg-orange{
    background:#FFF1E7;
}

h5{
    color:#334155;
    font-size:20px;
}

p{
    color:#64748B;
    line-height:1.8;
}

@media (max-width:991px){

    .feature-icon{
        width:70px;
        height:70px;
    }

    h5{
        font-size:18px;
    }

}



.feature-section{
    padding:90px 0;
}

.section-title{
    font-size:42px;
    font-weight:700;
    color:#1e293b;
    margin-bottom:15px;
}

.section-subtitle{
    color:#64748b;
    font-size:16px;
    line-height:1.8;
}

.feature-card {
    background: #fff;
    border: 2px solid;
    border-radius: 18px;
    padding: 20px 30px 5px;
    text-align: center;
    height: 100%;
    transition: .35s;
}

.feature-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.08);
}

.feature-icon1{
    width:90px;
    height:90px;
    margin:0 auto 25px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.feature-card h4{
    font-size: 18px;
    font-weight:600;
    color:#334155;
    margin-bottom:15px;
}

.feature-card p{
    color:#64748b;
    line-height:1.8;
    margin:0;
}

/* Border Colors */

.border-purple{
    border-color: #0069ffa6;
}

.border-blue{
    border-color: #77c1ff;
}
.border-green{
    border-color: #05a6f059;
}
.border-orange{
    border-color:#fed7aa;
}
.bg-purple{
    background: #5598f736;
}

.bg-blue {
    background: #7dc7ff73;
}
.bg-green{
    background: #e5f7ff;
}
.bg-orange{
    background:#ffedd5;
}

/* Responsive */

@media (max-width:991px){

    .section-title{
        font-size:34px;
    }

    .feature-card{
        padding:35px 25px;
    }

}

@media (max-width:767px){

    .section-title{
        font-size:30px;
    }

    .feature-icon1{
        width:75px;
        height:75px;
    }

}

.feature-icon1{
    width:50px;
    height:50px;
    margin:0 auto 25px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}
.hei-auto {
    height: auto !important;
}
.txt-justy {
    text-align: justify !important;
}
.why-ul {
    list-style-type: none;
}
.why-ul li::before {
    content: "➾";
    color: #174EA6;
    font-size: 20px;
    padding-right: 10px;
    font-weight: bold;
}
.features-section3{
    background: #174EA6;
}
.feature-badge3{
    display:inline-block;
    padding:7px 40px;
    border-radius:50px;
    color:#c084fc;
    background:#3b0764;
    border:1px solid #581c87;
    font-size:14px;
    font-weight:500;
}


.section-title3{

    color:#ffffff;
    font-size:32px;
    font-weight:600;

}


.section-description3{

    color: white;
    max-width: 1000px;
    margin:10px auto 0;
    font-size:16px;

}
.feature-card3{
    background: #174ea6;
    border: 1px solid #ffffff;
    border-radius: 14px;
    padding: 25px;
    height: 100%;
    transition: .3s ease;
}


.feature-card3:hover{

    transform:translateY(-5px);

}



.gradient-border3{

    padding:1px;

    border-radius:15px;

    background:linear-gradient(
        135deg,
        #9544FF,
        #223B60
    );

}



.feature-icon3{

    color:#a855f7;

    margin-bottom:18px;

}


.feature-card3 h3{

    color:#ffffff;

    font-size:18px;

    font-weight:500;

}


.feature-card3 p{
    color: #dbdbdb;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0;
}



@media(max-width:768px){

    .section-title3{
        font-size:26px;
    }


    .feature-card3{
        padding:20px;
    }

}


.about-apps{
    padding:90px 0;
    position:relative;
}

.about-glow{
    width:550px;
    height:550px;
    position:absolute;
    left:50%;
    top:45%;
    transform:translate(-50%,-50%);
    background:#FBFFE1;
    filter:blur(180px);
    z-index:-1;
    border-radius:50%;
}

.section-title{
    font-size:42px;
    font-weight:700;
    color:#1e293b;
}

.section-subtitle{
    color: #000000;
    font-size: 16px;
    line-height: 1.8;
    margin-top: 15px;
}

.about-img{
    max-width:380px;
    width:100%;
}

.feature-item{
    align-items:flex-start;
}

.feature-icon{
    width:58px;
    height:58px;
    background:#EEF2FF;
    border:1px solid #C7D2FE;
    border-radius:10px;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-shrink:0;
}

.feature-icon img{
    width: 33px;
}

.feature-item h5{
    font-size:19px;
    font-weight:600;
    color: #000000;
    margin-bottom:6px;
}

.feature-item p{
    color: #000000;
    line-height:1.7;
    margin-bottom:0;
}

@media(max-width:991px){

    .section-title{
        font-size:34px;
    }

    .about-img{
        max-width:320px;
    }

}

@media(max-width:767px){

    .about-apps{
        padding:70px 0;
    }

    .section-title{
        font-size:30px;
    }

    .feature-icon{
        width:50px;
        height:50px;
    }

    .feature-icon img{
        width:22px;
    }

    .feature-item h5{
        font-size:17px;
    }

}



.testimonial-section{
    background:#f8fafc;
}


.testimonial-title{
    font-size:36px;
    font-weight:700;
    color:#1f2937;
}


.testimonial-subtitle{
    color: #000000;
    font-size:16px;
    margin-top:15px;
}



.testimonial-card{

    background:#ffffff;

    border:1px solid #e5e7eb;

    border-radius:12px;

    padding:25px;

    height:100%;

    transition:.3s ease;

}


.testimonial-card:hover{

    transform:translateY(-6px);

    box-shadow:0 15px 30px rgba(0,0,0,.08);

}



.quote-icon{

    margin-bottom:10px;

}


.rating{

    color:#ff532e;

    letter-spacing:3px;

    font-size:20px;

}


.testimonial-text{

    color:#6b7280;

    font-size:15px;

    line-height:1.7;

    margin-top:15px;

}



.student-info{

    display:flex;

    align-items:center;

    gap:15px;

    margin-top:20px;

}


.student-info img{

    width:48px;

    height:48px;

    object-fit:cover;

    border-radius:50%;

}


.student-info h4{

    font-size:18px;

    color:#111827;

    margin:0;

    font-weight:600;

}


.student-info span{

    font-size:14px;

    color:#6b7280;

}



@media(max-width:768px){

    .testimonial-title{
        font-size:28px;
    }

}

.contact-section{
    padding: 50px 0px;
}


.contact-container{
    max-width:1100px;
}


.contact-badge{

    display:inline-block;
    border:1px solid #e4e4e7;
    background:#fafafa;

    border-radius:50px;

    padding:7px 18px;

    font-size:14px;

    color:#27272a;

    margin-bottom:15px;

}



.contact-title{
    font-size: 36px;
    font-weight:500;
    color:#18181b;
    line-height:1.2;
}



.contact-description{

    font-size: 16px;

    color: #000000;
    line-height:1.7;

    margin-bottom:30px;

}



.contact-info{

    display:flex;

    flex-direction:column;

    gap:20px;

}


.contact-item{
    display:flex;
    align-items:center;
    gap:15px;
    text-decoration: none;
}
.contact-item span:hover {
    color: #4338ca;
}


.contact-icon{

    width:36px;

    height:36px;

    border-radius:50%;

    background:#f4f4f5;

    display:flex;

    align-items:center;

    justify-content:center;

    flex-shrink:0;

}


.contact-item span{

    color: #000000;

    font-size: 16px;

}
.contact-form-box{
    border: 1px solid #e4e4e7;
    border-radius: 20px;
    padding: 30px;
    max-width: 600px;
    margin-left: auto;
}
.form-label{
    font-size: 15px;
    color: black;
}



.form-control{

    border-radius:50px;

    border:1px solid #e4e4e7;

    padding:12px 18px;

    font-size:14px;

}


textarea.form-control{

    border-radius:15px;

    height:100px;

    resize:none;

}



.form-control:focus{

    box-shadow:none;

    border-color:#a1a1aa;

}



.checkbox-custom{

    width:14px;

    height:14px;

    border:1px solid #e4e4e7;

    border-radius:50%;

}



.terms-text{

    font-size:12px;

    color:#18181b;

}



.terms-text a{

    color:#3f3f46;

    text-decoration:underline;

}
.submit-btn{
    width: 100%;
    background: #174EA6;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 50px;
    font-size: 14px;
    transition: .3s;
}
.submit-btn:hover{
    background: #1A73E8;
}
.spl-butbg:hover{
    background: #1A73E8 !important;
}
@media(max-width:768px){
    .contact-section{
        padding: 60px 15px 20px;
    }
    .contact-title{
        font-size: 23px;
    }
    .contact-form-box{
        margin: auto;
    }
}
.footer-section{
    width:100%;
    /*background:linear-gradient(to bottom,#F1EAFF,#FFFFFF);*/
    background: #174EA6;
    color:#1f2937;
}



.footer-content{
    padding: 40px 20px 30px;
    color: white;
}



.footer-logo img{

    height:44px;

}



.footer-description{
    max-width: 1000px;
    margin:auto;
    font-size: 16px;
    line-height:1.8;
    font-weight:400;
    color: #ffffff;
}



.footer-bottom{

    border-top:1px solid #e2e8f0;

    padding: 10px;

}
.footer-bottom p{
    font-size: 16px;
    font-weight:400;
    color: #ffffff;
}
.footer-bottom a{
    color: #ffffff;
    font-weight: 500;
    text-decoration:none;
}
.footer-bottom a:hover{
    color: #ffffff;
    font-weight: 500;
}
.foot-ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.foot-ul li {
    padding-right: 15px;
}
.foot-ul li::before{
    content: "»";
    font-size: 30px;
    padding-right: 7px;
    position: relative;
    top: 3px;
}
.foot-ul a {
    text-decoration: none;
    color: white;
}
.foot-social a{
    text-decoration: none;
    color: black;
}
.foot-social{
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

.foot-social a{
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #ffffff;
    font-size: 20px;
    transition: all 0.3s ease;
}

.foot-social a:hover{
    background: #ffffff;
    color: #000000;
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(255,255,255,0.25);
}

.foot-social a i{
    line-height: 1;
}
.foot-ul li:hover a {
    color: white;
}
.foot-ul li:hover::before {
    color: white;
}
.txt-black {
    color: black !important;
}
.txt-white {
    color: white !important;
}
.spl-minusmt50 {
    margin-top: -50px;
}
.spl-minusmt25 {
    margin-top: -25px;
}
.spl-butbg{
    background: #174EA6 !important;
}
.faq-section{
    padding:90px 0;
}

.faq-title{
    font-size:42px;
    font-weight:700;
    color:#1f2937;
    margin-bottom:15px;
}

.faq-subtitle{
    color: black;
    line-height:1.8;
}

.custom-accordion .accordion-item{
    border:1px solid #e5e7eb;
    border-radius:12px !important;
    margin-bottom:15px;
    overflow:hidden;
    background:#f8fafc;
}

.custom-accordion .accordion-button{
    background:#f8fafc;
    box-shadow:none;
    font-weight:600 !important;
    color: black;
    font-size: 18px;
    padding:18px 20px;
}

.custom-accordion .accordion-button:not(.collapsed){
    background:#f1f5f9;
    color: black;
    font-weight: 600 !important;
    font-size: 18px;
}

.custom-accordion .accordion-button::after{
    background-size:18px;
}

.custom-accordion .accordion-body{
    color: black;
    line-height:1.8;
    padding: 10px 20px 15px;
}

.custom-accordion .accordion-button:focus{
    box-shadow:none;
}

@media(max-width:991px){

    .faq-title{
        font-size:34px;
        text-align:center;
    }

    .faq-subtitle{
        text-align:center;
        margin:0 auto 20px;
    }

}

@media(max-width:767px){

    .faq-title{
        font-size:30px;
    }

}
.counter-section {
    padding: 0px 0px 50px;
    background: #174EA6;
}

.counter-box{
    color: #ffffff;
}
.counter-icon{
    width: 90px;
    height: 90px;
    margin: auto auto 20px;
    border: 2px dashed white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .35s;
}
.counter-icon i{
    font-size: 50px;
}

.counter-box:hover .counter-icon{

    transform:translateY(-8px);

    background:rgba(255,255,255,.15);

}

.counter {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 8px;
}
.counter-box h5 {
    font-size: 22px;
    font-weight: 600;
}

@media(max-width:991px){

    .counter{

        font-size:44px;

    }

    .counter-box h5{

        font-size:22px;

    }

}

@media(max-width:767px){
    .counter-section{
        padding: 30px 0;
    }
    .counter{
        font-size: 30px;
    }
    .counter-box h5{
        font-size: 17px;
    }

}
.testimonial-slider .item{
    padding:15px;
}

.testimonial-slider .owl-stage{
    display:flex;
}

.testimonial-slider .owl-item{
    display:flex;
}
.testimonial-slider .owl-item img {
    width: auto !important;
}
.testimonial-slider .owl-nav {
    display: flex;
    justify-content: space-between;
}
.testimonial-slider .owl-nav span{
    font-size: 50px;
    position: absolute;
    top: 35%;
}
.testimonial-slider .owl-prev span {
    left: -20px !important;
}

.navbar-custom{
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: .3s;
}

.navbar-custom.sticky{
    box-shadow: 0 5px 20px rgba(0,0,0,.1);
}
.call-phone {
    height: 45px;
    z-index: 1003;
    position: fixed;
    right: 25px;
    bottom: 110px;
    border: 3px solid #fff;
    border-radius: 50%;
}
/* WhatsApp Integration */

.whatsapp-name {
font-size: 16px;
font-weight: 600;
padding-bottom: 0;
margin-bottom: 0;
line-height: 0.5;
color: #fff;
}
#whatsapp-chat {
box-sizing: border-box !important;
outline: none !important;
position: fixed;
width: 350px;
border-radius: 10px;
box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
bottom: 230px;
right: 32px;
overflow: hidden;
z-index: 99;
animation-name: showchat;
animation-duration: 1s;
transform: scale(1);
}
a.blantershow-chat {
background: none !important;
color: #404040;
position: fixed;
display: flex;
font-weight: 400;
justify-content: space-between;
z-index: 1002;
bottom: 180px;
right: 20px;
font-size: 18px;
height: 45px;
width: 45px;
padding: 4px;
border-radius: 30px;
/box-shadow: 0 1px 15px rgb(32 33 36 / 61%);/
}
a.blantershow-chat svg {
transform: scale(1.2);
}
.header-chat {
    background: #5238d3;
    color: #fff;
    padding: 20px;
}
.header-chat h3 {
margin: 0 0 10px;
}
.header-chat p {
font-size: 14px;
line-height: 1.7;
margin: 0;
}
.info-avatar {
position: relative;
}
.info-avatar img {
    width: 70px;
    float: left;
    margin: 0 10px 0 0;
    padding: 5px;
    filter: brightness(0) invert(1);
}
a.informasi {
padding: 20px;
display: block;
overflow: hidden;
animation-name: showhide;
animation-duration: 0.5s;
}
a.informasi:hover {
background: #f1f1f1;
}
.info-chat span {
display: block;
}
#get-label,
span.chat-label {
font-size: 12px;
color: #888;
}
#get-nama,
span.chat-nama {
margin: 5px 0 0;
font-size: 15px;
font-weight: 700;
color: #222;
}
#get-label,
#get-nama {
color: #fff;
}
span.my-number {
display: none;
}
textarea#chat-input {
border: none;
width: 100%;
height: 46px;
outline: none;
resize: none;
padding: 9px;
font-size: 14px;
border-radius: 0px;
min-height: 50px;
}
a#send-it {
font-weight: 700;
padding: 10px 10px 0;
background: #eee;
}
a#send-it svg {
fill: #a6a6a6;
height: 24px;
width: 24px;
}
.first-msg {
background: transparent;
padding: 30px;
text-align: center;
}
.first-msg span {
background: #e2e2e2;
color: #333;
font-size: 14.2px;
line-height: 1.7;
border-radius: 10px;
padding: 15px 20px;
display: inline-block;
}
.start-chat .blanter-msg {
display: flex;
}
#get-number {
display: none;
}
a.close-chat {
position: absolute;
top: 5px;
right: 15px;
color: #fff;
font-size: 30px;
}
@keyframes ZpjSY {
0% {
background-color: #b6b5ba;
}
15% {
background-color: #111111;
}
25% {
background-color: #b6b5ba;
}
}
@keyframes hPhMsj {
15% {
background-color: #b6b5ba;
}
25% {
background-color: #111111;
}
35% {
background-color: #b6b5ba;
}
}
@keyframes iUMejp {
25% {
background-color: #b6b5ba;
}
35% {
background-color: #111111;
}
45% {
background-color: #b6b5ba;
}
}
@keyframes showhide {
from {
transform: scale(0.5);
opacity: 0;
}
}
@keyframes showchat {
from {
transform: scale(0);
opacity: 0;
}
}
@media screen and (max-width: 480px) {
#whatsapp-chat {
width: auto;
left: 5%;
right: 5%;
font-size: 80%;
}
}
@media screen and (max-width: 1200px) {
.index-page.show{
display: none !important;
}
}
#whatsapp-chat.hide {
display: none;
animation-name: showhide;
animation-duration: 0.5s;
transform: scale(1);
opacity: 1;
}
#whatsapp-chat.show {
display: block;
animation-name: showhide;
animation-duration: 0.5s;
transform: scale(1);
opacity: 1;
}
.whatsapp-message-container {
display: flex;
z-index: 1;
}
.whatsapp-message {
padding: 7px 14px 6px;
background-color: white;
border-radius: 0px 8px 8px;
position: relative;
transition: all 0.3s ease 0s;
opacity: 0;
transform-origin: center top 0px;
z-index: 2;
box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
margin-top: 4px;
margin-left: -54px;
max-width: calc(100% - 66px);
}
.whatsapp-chat-body {
padding: 4px 0px 0px 2px;
background-color: #e6ddd4;
position: relative;
}.whatsapp-chat-body::before {
display: block;
position: absolute;
content: "";
left: 0px;
top: 0px;
height: 100%;
width: 100%;
z-index: 0;
opacity: 0.08;
}
.dAbFpq {
display: flex;
z-index: 1;
}
.eJJEeC {
background-color: white;
width: 52.5px;
height: 32px;
border-radius: 16px;
display: flex;
-moz-box-pack: center;
justify-content: center;
-moz-box-align: center;
align-items: center;
margin-left: 10px;
opacity: 0;
transition: all 0.1s ease 0s;
z-index: 1;
box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}
.hFENyl {
position: relative;
display: flex;
}
.ixsrax {
height: 5px;
width: 5px;
margin: 0px 2px;
border-radius: 50%;
display: inline-block;
position: relative;
animation-duration: 1.2s;
animation-iteration-count: infinite;
animation-timing-function: linear;
top: 0px;
background-color: #9e9da2;
animation-name: ZpjSY;
}
.dRvxoz {
height: 5px;
width: 5px;
margin: 0px 2px;
background-color: #b6b5ba;
border-radius: 50%;
display: inline-block;
position: relative;
animation-duration: 1.2s;
animation-iteration-count: infinite;
animation-timing-function: linear;
top: 0px;
animation-name: hPhMsj;
}
.kAZgZq {
/*  padding: 7px 14px 6px;*/
/* background-color: white;
border-radius: 0px 8px 8px;*/
position: relative;
transition: all 0.3s ease 0s;
opacity: 0;
transform-origin: center top 0px;
z-index: 2;
/*  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;*/
margin-top: 4px;
margin-left: -54px;
max-width: calc(100% - 66px);
}
/*.kAZgZq::before {
position: absolute;
background-image: url("../../solar-image/images/whatsapp/side-extend.webp");
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: contain;
content: "";
top: 0px;
left: -12px;
width: 12px;
height: 19px;
}*/
.bMIBDo {
font-size: 13px;
font-weight: 700;
line-height: 18px;
color: #000;
}
.iSpIQi {
font-size: 14px;
line-height: 19px;
margin-top: 4px;
color: #111111;
}
.iSpIQi {
font-size: 14px;
line-height: 19px;
margin-top: 4px;
color: #111111;
}
.cqCDVm {
text-align: right;
margin-top: 4px;
font-size: 12px;
line-height: 16px;
color: rgba(17, 17, 17, 0.5);
margin-right: -8px;
margin-bottom: -4px;
}
.scroll-top {
    position: fixed;
    right: 22px;
    bottom: 40px;
    width: 45px;
    transform: rotate(270deg);
    cursor: pointer;
    z-index: 9999;
}
.scroll-top{
    display: none;
}
.spl-martop {
    margin-top: 80px !important;
}
.about-ul li{
    font-size: 18px;
    font-weight: 600;
}
.about-ul {
    list-style-type: none;
    display: flex;
}




















/*=========================================
  Main Banner Layout Two
=========================================*/

.main-banner-wrap-layout2 {
    padding: 140px 0 110px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    display: flex;
    align-items: center;
    box-shadow: 32px 11px 10px #ddeaff;
}

@media only screen and (max-width: 991px) {
    .main-banner-wrap-layout2 {
        height: auto;
        padding: 30px 0 20px;
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .main-banner-wrap-layout2 {
        padding: 46px 0 0;
    }
}

@media only screen and (max-width: 575px) {
    .main-banner-wrap-layout2 {
        padding: 31px 0 0;
    }
}

/* Animated Figure Wrap 1 */

@media only screen and (max-width: 767px) {
    .main-banner-wrap-layout2 .animated-figure-wrap1 {
        display: none;
    }
}

.main-banner-wrap-layout2 .animated-figure-wrap1 li {
    position: absolute;
    z-index: -1;
}

.main-banner-wrap-layout2 .animated-figure-wrap1 li:nth-child(1) {
    top: 0;
    left: 0;
    right: auto;
    transform: translate(0, 0);
}

.main-banner-wrap-layout2 .animated-figure-wrap1 li:nth-child(2) {
    top: 92%;
    left: -70px;
    transform: translateY(-50%);
}

.main-banner-wrap-layout2 .animated-figure-wrap1 li:nth-child(3) {
    top: 0;
    right: 0;
    left: auto;
    transform: translate(0, 0);
}

/* Animated Figure Wrap 2 */

@media only screen and (max-width: 767px) {
    .main-banner-wrap-layout2 .animated-figure-wrap2 {
        display: none;
    }
}

.main-banner-wrap-layout2 .animated-figure-wrap2 li {
    position: absolute;
    z-index: -1;
}

.main-banner-wrap-layout2 .animated-figure-wrap2 li:nth-child(1) {
    top: 0;
    left: 0;
    transform: translate(0, 0);
}

.main-banner-wrap-layout2 .animated-figure-wrap2 li:nth-child(2) {
    top: 90%;
    left: 0;
    transform: translateY(-50%);
}

.main-banner-wrap-layout2 .animated-figure-wrap2 li:nth-child(3) {
    top: 90%;
    left: 0;
    transform: translateY(-50%);
}

/* Animated Small Shapes */

@media only screen and (max-width: 991px) {
    .main-banner-wrap-layout2 .animated-shape-small {
        display: none;
    }
}

.main-banner-wrap-layout2 .animated-shape-small li {
    position: absolute;
    z-index: 1;
}

.main-banner-wrap-layout2 .animated-shape-small li:nth-child(1) {
    top: 20%;
    right: 70%;
    animation: shape_one 100s linear infinite alternate;
}

.main-banner-wrap-layout2 .animated-shape-small li:nth-child(2) {
    top: 30%;
    right: 60%;
    animation: shape_two 100s linear infinite alternate;
}

.main-banner-wrap-layout2 .animated-shape-small li:nth-child(3) {
    top: 20%;
    right: 50%;
    animation: shape_three 100s linear infinite alternate;
}

.main-banner-wrap-layout2 .animated-shape-small li:nth-child(4) {
    top: 70%;
    right: 70%;
    animation: shape_four 100s linear infinite alternate;
}

.main-banner-wrap-layout2 .animated-shape-small li:nth-child(5) {
    top: 90%;
    right: 60%;
    animation: shape_five 100s linear infinite alternate;
}

.main-banner-wrap-layout2 .animated-shape-small li:nth-child(6) {
    top: 90%;
    right: 50%;
    animation: shape_six 100s linear infinite alternate;
}

/*=========================================
  Banner Box
=========================================*/

.main-banner-box-layout2 {
    margin-top: 46px;
}

@media only screen and (max-width: 991px) {
    .main-banner-box-layout2 {
        text-align: center;
    }
}

.main-banner-box-layout2 .item-sub-title {
    color: #174EA6;
    margin-bottom: 5px;
    font-size: 22px;
    letter-spacing: 4px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.main-banner-box-layout2 .item-main-title {
    font-size: 45px;
    color: #222222;
    font-weight: 700;
    line-height: 63px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 1199px) {
    .main-banner-box-layout2 .item-main-title {
        font-size: 35px;
        line-height: 55px;
    }
}

@media only screen and (max-width: 991px) {
    .main-banner-box-layout2 .item-main-title {
        font-size: 40px;
        line-height: 65px;
    }
}

@media only screen and (max-width: 767px) {
    .main-banner-box-layout2 .item-main-title {
        font-size: 36px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .main-banner-box-layout2 .item-main-title {
        font-size: 23px;
        line-height: 30px;
    }
}

.main-banner-box-layout2 p {
    color: #222222;
    width: 90%;
    margin-bottom: 50px;
    font-size: 18px;
}
/*
@media only screen and (max-width: 991px) {
    .main-banner-box-layout2 p {
        margin-left: auto;
        margin-right: auto;
    }
}*/

.main-banner-box-layout2 .banner-btns {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

@media only screen and (max-width: 991px) {
    .main-banner-box-layout2 .banner-btns {
        justify-content: center;
    }
}

@media only screen and (max-width: 479px) {
    .main-banner-box-layout2 .banner-btns {
        flex-direction: column;
    }
}

.main-banner-box-layout2 .banner-btns .item-btn {
    margin-right: 30px;
}

.main-banner-box-layout2 .banner-btns .item-btn:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 479px) {
    .main-banner-box-layout2 .banner-btns .item-btn {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.main-banner-box-layout2 .banner-btns .btn-ghost:hover {
    background: #0ea5e9;
    border: 2px solid #0ea5e9;
}

@media only screen and (max-width: 991px) {
    .main-banner-box-layout2 .item-figure {
        padding: 0 0;
    }
}

/*=========================================
  Keyframes
=========================================*/

@keyframes shape_one {
    0%,100% { transform: translate(0,0) rotate(0deg); }
    20% { transform: translate(73px,-100px) rotate(36deg); }
    50% { transform: translate(141px,72px) rotate(72deg); }
    60% { transform: translate(83px,122px) rotate(108deg); }
    80% { transform: translate(40px,-72px) rotate(144deg); }
}

@keyframes shape_two {
    0%,100% { transform: translate(0,0) rotate(0deg); }
    10% { transform: translate(53px,-80px) rotate(36deg); }
    40% { transform: translate(161px,72px) rotate(72deg); }
    60% { transform: translate(83px,112px) rotate(108deg); }
    70% { transform: translate(-60px,92px) rotate(144deg); }
}

@keyframes shape_three {
    0%,100% { transform: translate(0,0) rotate(0deg); }
    30% { transform: translate(90px,-36px) rotate(36deg); }
    40% { transform: translate(101px,32px) rotate(72deg); }
    50% { transform: translate(103px,102px) rotate(108deg); }
    80% { transform: translate(-76px,62px) rotate(144deg); }
}

@keyframes shape_four {
    0%,100% { transform: translate(0,0) rotate(0deg); }
    10% { transform: translate(80px,-36px) rotate(36deg); }
    40% { transform: translate(191px,72px) rotate(72deg); }
    50% { transform: translate(93px,122px) rotate(108deg); }
    80% { transform: translate(-56px,92px) rotate(144deg); }
}

@keyframes shape_five {
    0%,100% { transform: translate(0,0) rotate(0deg); }
    30% { transform: translate(80px,-36px) rotate(36deg); }
    40% { transform: translate(141px,-92px) rotate(72deg); }
    60% { transform: translate(153px,92px) rotate(108deg); }
    80% { transform: translate(-99px,62px) rotate(144deg); }
}

@keyframes shape_six {
    0%,100% { transform: translate(0,0) rotate(0deg); }
    20% { transform: translate(95px,-58px) rotate(36deg); }
    30% { transform: translate(81px,82px) rotate(72deg); }
    60% { transform: translate(53px,152px) rotate(108deg); }
    70% { transform: translate(-56px,32px) rotate(144deg); }
}
.animated-shape-small {
    list-style-type: none;
}
.animated-figure-wrap1 {
    list-style-type: none;
}

/* Wrapper */
.gradient-btn{
    position:relative;
    display:inline-block;
    padding:2px;
    border-radius:50px;
    overflow:hidden;
    transition:.3s;
}

.gradient-btn:hover{
    transform:scale(1.05);
}

.gradient-btn:active{
    transform:scale(1);
}

/* Rotating Gradient */
/*.gradient-btn::before{
    content:"";
    position:absolute;
    inset:-50%;
    background:conic-gradient(
        #05a6f0,
        rgba(0,245,255,.15),
        #05a6f0
    );
    animation:rotateBorder 4s linear infinite;
}*/

/* Inner Button */
.gradient-btn .btn-custom {
    position: relative;
    z-index: 2;
    background: #174EA6;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 11px 30px;
    font-weight: 600;
    font-size: 15px;
    display: block;
}

.gradient-btn .btn-custom:hover{
    background: #174EA6;
    color:#fff;
}

@keyframes rotateBorder{
    from{
        transform:rotate(0deg);
    }
    to{
        transform:rotate(360deg);
    }
}
.spl-banbut {
    position: relative;
    background: transparent !important;
    border: 2px solid #174EA6 !important;
    color: black !important;
}


/* ==========================
   Feature Section
========================== */

.feature-wrap-layout3 {
    background: #fff;
    padding: 112px 0 10px;
}

@media (max-width:991.98px){
    .feature-wrap-layout3{
        padding:97px 0 10px;
    }
}

@media (max-width:767.98px){
    .feature-wrap-layout3{
        padding:82px 0 10px;
    }
}

@media (max-width:575.98px){
    .feature-wrap-layout3{
        padding:67px 0 10px;
    }
}

/* Right Compression */

.compress-right-side{
    padding-left:50px;
    padding-right:calc((100% - 1170px)/2);
}

@media (max-width:1199.98px){
    .compress-right-side{
        padding-left:calc((100% - 930px)/2);
        padding-right:calc((100% - 930px)/2);
    }
}

@media (max-width:991.98px){
    .compress-right-side{
        padding-left:calc((100% - 690px)/2);
        padding-right:calc((100% - 690px)/2);
    }
}

@media (max-width:767.98px){
    .compress-right-side{
        padding-left:calc((100% - 510px)/2);
        padding-right:calc((100% - 510px)/2);
    }
}

@media (max-width:575.98px){
    .compress-right-side{
        padding:0 15px;
    }
}

/* Right Compression 2 */

.compress-right-side2{
    padding-left:50px;
    padding-right:calc((100% - 1170px)/2);
}

@media (max-width:1199.98px){
    .compress-right-side2{
        padding-left:0;
        padding-right:calc((100% - 930px)/2);
    }
}

@media (max-width:991.98px){
    .compress-right-side2{
        padding-left:calc((100% - 690px)/2);
        padding-right:calc((100% - 690px)/2);
    }
}

@media (max-width:767.98px){
    .compress-right-side2{
        padding-left:calc((100% - 510px)/2);
        padding-right:calc((100% - 510px)/2);
    }
}

@media (max-width:575.98px){
    .compress-right-side2{
        padding:0 15px;
    }
}

/* Left Compression */

.compress-left-side{
    padding-left:calc((100% - 1170px)/2);
    padding-right:0;
}

@media (max-width:1199.98px){
    .compress-left-side{
        padding-left:calc((100% - 930px)/2);
    }
}

@media (max-width:991.98px){
    .compress-left-side{
        padding-left:calc((100% - 690px)/2);
        padding-right:calc((100% - 690px)/2);
    }
}

@media (max-width:767.98px){
    .compress-left-side{
        padding-left:calc((100% - 510px)/2);
        padding-right:calc((100% - 510px)/2);
    }
}

@media (max-width:575.98px){
    .compress-left-side{
        padding:0 15px;
    }
}

/* ==========================
   Feature Box
========================== */

.feature-box-layout3{
    position:relative;
    z-index:1;
    margin-bottom:80px;
}

@media (max-width:991.98px){
    .feature-box-layout3{
        margin-bottom:50px;
    }
}

@media (max-width:767.98px){
    .feature-box-layout3{
        margin-bottom:30px;
    }
}

@media (max-width:575.98px){
    .feature-box-layout3{
        margin-bottom:20px;
    }
}

.feature-box-layout3 .animated-shape1{
    text-align:right;
}

@media (max-width:575.98px){
    .feature-box-layout3 .animated-shape1{
        display:none;
    }
}

/* Floating Images */

.feature-box-layout3 .animated-figure1 ul li{
    position:absolute;
    text-align:right;
    z-index:1;
}

@media (max-width:1199.98px){
    .feature-box-layout3 .animated-figure1 ul li{
        transform:scale(.9);
    }
}

@media (max-width:767.98px){
    .feature-box-layout3 .animated-figure1 ul li{
        transform:scale(.7);
    }
}

@media (max-width:575.98px){
    .feature-box-layout3 .animated-figure1 ul li{
        position:relative;
        left:0;
        right:0;
        text-align:center;
        transform:scale(1);
    }
}

.feature-box-layout3 .animated-figure1 ul li:nth-child(1){
    top:0;
    right:0;
}

.feature-box-layout3 .animated-figure1 ul li:nth-child(2){
    top:0;
    right:42%;
}

.feature-box-layout3 .animated-figure1 ul li:nth-child(3){
    top:46%;
    right:42%;
}

.feature-box-layout3 .animated-figure1 ul li:nth-child(4){
    top:50%;
    right:3%;
}

/* Images */

.feature-box-layout3 .animated-figure2 .single-item{
    margin-bottom:30px;
}

@media (max-width:991.98px){
    .feature-box-layout3 .animated-figure2 .single-item{
        text-align:center;
    }
}

.feature-box-layout3 .animated-figure2 img{
    border-radius:4px;
    box-shadow:24px 0 59px rgba(51,58,69,.15);
}

/* Typography */

.feature-box-layout3 .sub-title{
    color:#0d6efd;
    font-size:18px;
    font-weight:500;
    margin-bottom:5px;
}

.feature-box-layout3 .item-title{
    font-size:36px;
    font-weight:600;
    line-height:50px;
}

@media (max-width:991.98px){
    .feature-box-layout3 .item-title{
        font-size:32px;
        line-height:45px;
    }
}

@media (max-width:767.98px){
    .feature-box-layout3 .item-title{
        font-size:30px;
        line-height:40px;
    }
}

@media (max-width:575.98px){
    .feature-box-layout3 .item-title{
        font-size:28px;
    }
}

.feature-box-layout3 .item-btn{
    margin-top:30px;
}

/* List */

.feature-box-layout3 .list-item{
    margin-bottom:50px;
    padding-left:0;
    list-style:none;
}

.feature-box-layout3 .list-item li{
    position:relative;
    padding-left:30px;
    margin-bottom:10px;
}

.feature-box-layout3 .list-item li::before{
    content:"\f00c";
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    position:absolute;
    left:0;
    top:0;
    color:#0d6efd;
}

.feature-box-layout3 .list-item li:last-child{
    margin-bottom:0;
}

/* Last Column */

@media (max-width:991.98px){
    [class^="col-"]:last-child .feature-box-layout3{
        margin-bottom:35px;
    }
}

@media (max-width:767.98px){
    [class^="col-"]:last-child .feature-box-layout3{
        margin-bottom:21px;
    }
}

@media (max-width:575.98px){
    [class^="col-"]:last-child .feature-box-layout3{
        margin-bottom:6px;
    }
}

.spl-segnav {
    margin-top: -100px !important;
    padding-top: 100px !important;
}

#about{
    scroll-margin-top: 100px;
}

#whatwedo{
    scroll-margin-top: 100px;
}
#pricing{
    scroll-margin-top: 100px;
}
#faq{
    scroll-margin-top: 100px;
}
#contact{
    scroll-margin-top: 100px;
}

#whychoose{
    scroll-margin-top: 100px;
}
.spl-arrowicon {
    color: #174EA6;
}
.spl-rowbot {
    border-bottom: 2px solid #efefef;
    padding-bottom: 50px;
}
.spl-padd34 {
    padding: 34px !important;
}
.mblue-icon {
    filter: brightness(0) saturate(100%) invert(52%) sepia(100%) saturate(2854%) hue-rotate(170deg) brightness(99%) contrast(97%);
}
.gblue-icon {
    filter: brightness(0) saturate(100%) invert(48%) sepia(97%) saturate(3012%) hue-rotate(205deg) brightness(102%) contrast(101%);
}
.spl-whats {
    position: fixed;
    right: 28px;
    bottom: 180px;
    z-index: 3;
}


.spl-banwhatsapp {
    background: #0dbb42 !important;
    color: white !important;
    border: 2px solid white !important;
}
.spl-font12 {
    font-size: 12px !important;
}
.spl-zoombut:hover {
    transform: scale(1.05);
}
.spl-colmain {
    color: #174ea6 !important;
}


@media(max-width: 767px) {
    .spl-navbor {
        border: 1px solid white !important;
    }
    .main-banner-box-layout2 .item-sub-title {
        font-size: 18px;
    }
    .main-banner-box-layout2 p {
        width: 100%;
        font-size: 15px;
    }
    .spl-minusmt25 {
         margin-top: 0px; 
    }
    .about-ul li {
        font-size: 16px;
        text-align: start;
    }
    .gradient-btn .btn-custom {
        padding: 11px 20px !important;
    }
    .about-ul {
        display: block;
    }
    .section-subtitle {
        font-size: 15px;
    }
    .spl-rowbot {
        padding-bottom: 25px;
    }
    .section-description3 {
        font-size: 15px;
    }
    .feature-card h4 {
        font-size: 17px;
    }
    .spl-font {
        font-size: 15px;
    }
    .testimonial-subtitle {
        font-size: 15px;
    }
    .testimonial-slider .owl-nav .owl-next span {
        right: -2px;
    }
    .testimonial-slider .owl-nav .owl-prev span {
        left: -5px !important;
    }
    .custom-accordion .accordion-button:not(.collapsed) {
        font-size: 16px;
    }
    .custom-accordion .accordion-body {
        font-size: 15px;
    }
    .custom-accordion .accordion-button {
        font-size: 16px;
    }
    .contact-description {
        font-size: 15px;
    }
    .contact-form-box {
        padding: 15px 10px;
    }
    .form-control {
        font-size: 15px !important;
    }
    .footer-content {
        padding: 25px 0px 30px;
    }
    .footer-description {
        font-size: 15px;
    }
    .contact-item span {
        font-size: 15px;
    }
    .footer-bottom p {
        font-size: 15px;
    }
}

@media (min-width: 800px) and (max-width: 1199px) {
    .main-banner-wrap-layout2 {
        padding: 110px 0 50px;
    }
    .contact-form-box {
        max-width: 100%; 
    }
}
.custom-img-width {
    width: 100%;
}

@media (min-width: 1200px) { /* Bootstrap xl breakpoint */
    .custom-img-width {
        width: fit-content;
    }
}

@media (max-width: 500px) {
    .mblue-icon {
        width: 20px;
    }
    .gblue-icon {
        width: 20px;
    }
    .feature-card {
        padding: 15px 10px;
    }
    .feature-card h4 {
        font-size: 13px;
    }
    .feature-icon1 {
        width: 40px;
        height: 40px;
    }
}

.spl-brecru {
    padding: 80px 0px;
}
.spl-subbann {
    background: url("../../image-mail/subbanner.png");
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 80px;
}
.spl-subtitle {
    padding: 80px 0px;
    color: white;
    text-align: center;
    font-size: 30px;
}

.services-card {
    padding: 25px 18px 15px;
    background: #174ea6;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    margin-top: 15px;
    height: calc(100% - 30px);
}
.services-card::before {
    content: '';
    position: absolute;
    z-index: -1;
    opacity: .1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-color: unset;
    background-repeat: no-repeat;
    background-image: url(../../images-mist/images/webimages/product.webp);

}
.services-card i {
    color: #fff;
    font-size: 60px;
    line-height: 1;
}
.services-card h5 a, .services-card h4 a, .services-card h2 a {
    display: block;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}
.ht-50 {
    height: 50px;
}
.services-card .learn-btn {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}
.btn-2 {
    padding: 12px 15px;
    font-size: 14px;
    background-color: #fff;
    border-radius: 50px;
    text-align: center;
    line-height: 1.8;
}
.services-card::after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 75px;
    height: 75px;
    background-color: #fff;
    border-radius: 170px 0 0 0;
    opacity: 0;
}


.location-grid {
    color: #fff;
    padding: 7px 15px;
    background-color: #174ea6;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    transition: .7s;
    height: 52px;
    text-align: center;
    line-height: 20px;
    margin: 0px;
    align-content: center;
}

@media (max-width: 768px) {
 .location-grid {
    padding: 2px 15px !important;
    font-size: 15px !important;
    line-height: 25px !important;
 }

 .sm-mt-3{
    margin-top: 30px;
    margin-bottom: 0px;
 }


     .page-title .breadcrumb {
        width:350px !important;
    }

}



.marqueeinfinite {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: #fff;
  font-size: 1.25rem;
  overflow: hidden;
  background: #174ea6;
  white-space: nowrap;
}
.infinite-mar{
 color: #fff !important;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
        margin-top: 1px;

}
.marquee--inner {
  display: block;
  width: 200%;
  position: absolute;
  animation: marquee 25s linear infinite;
  &:hover {
    animation-play-state: paused;
    color: #fff;
  }
}
.marqueeinfinite span {
  float: left;
  width: 50%;
  overflow: hidden;
}
@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
.banner-content {
    
}
.spl-breacrum {
    padding: 60px 0px;
    color: white;
}
.spl-breacrum h1 {
    font-size: 30px;
}
.spl-breacrum a {
    color: white !important;
    text-decoration: none;
}
.spl-breacrum li {
    color: white !important;
}
.spl-breacrum li::before {
    color: white !important;
}
.spl-txt36 {
    font-size: 36px;
}
.spl-servhead1 {
    font-size: 32px;
}
.spl-par p {
    text-align: justify !important;
    color: black;
    font-size: 15px;
}
.spl-servheads {
    font-size: 22px;
}
.spl-seolist li {
    margin-bottom: 5px;
    font-size: 15px;
    color: black;
}
.spl-seohead5 p{
    font-size: 15px;
    color: black;
}
.serv-h6 p {
    font-size: 15px;
    color: black;
}
.spl-rigimg {
    width: 600px;
    height: 500px;
}

.faq-section {
    position: relative;
}
.faq-section .faq-content {
    position: relative;
    display: block;
    margin-top: -7px;
}
.accordion-box .block.active-block {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.10);
}
.accordion-box .block {
    position: relative;
    display: block;
    background: #FFFFFF;
    margin-bottom: 10px;
    transition: all 500ms ease;
}
.accordion-box .block .acc-btn.active {
    background: #174ea6;
    border: 1px solid #174ea6;
}
.accordion-box .block .acc-btn {
    position: relative;
    display: block;
    padding: 15px 50px 0px 30px;
    border: 1px solid #174ea6;
    border-radius: 3px;
    cursor: pointer;
    transition: all 500ms ease;
}
.accordion-box .block .acc-btn.active .icon-outer {
    color: #fff !important;
}
.accordion-box .block .acc-btn.active .icon-outer {
    opacity: 1;
}
.accordion-box .block .acc-btn .icon-outer {
    color: #1c2a4d !important;
}
.accordion-box .block .acc-btn .icon-outer {
    position: absolute;
    top: 19px;
    right: 21px;
    font-size: 14px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    opacity: 1;
    transition: all 500ms ease;
}
.accordion-box .block .acc-btn .icon-outer {
    color: #fff;
}
.accordion-box .block .acc-btn.active h2 {
    color: #fff !important;
}
.accordion-box .block .acc-btn h2 {
    color: #1c2a4d !important;
    font-size: 17px;
    font-weight: 500;
    margin-top: 0px;
}
.accordion-box .block .acc-content.current {
    display: block;
}
.accordion-box .block .acc-content {
    position: relative;
    display: none;
    padding: 15px 30px 3px 30px;
}
.acc-content p {
    color: black;
    font-size: 15px;
}
@media (max-width: 767px) {
    .spl-breacrum h1 {
        font-size: 22px;
    }
    .breadcrumb li, a {
        font-size: 14px;
    }
    .spl-breacrum {
        padding: 30px 0px;
        color: white;
    }
    .infinite-mar {
        font-size: 16px;
    }
    .spl-servhead1 {
        font-size: 24px;
        text-align: center;
    }
    .spl-servheads {
        font-size: 18px;
    }
    .spl-txt36 {
        font-size: 24px;
    }
    .accordion-box .block .acc-btn h2 {
        font-size: 16px;
    }
    .accordion-box .block .acc-btn {
        padding: 15px 50px 0px 15px;
    }
    .accordion-box .block .acc-content {
        padding: 15px 15px 3px 15px;
    }
}

@media (max-width: 767px) {

    .accordion-box .accordion .acc-btn {
        pointer-events: none;
    }

    .accordion-box .accordion .acc-content {
        display: block !important;
        height: auto !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        overflow: visible !important;
    }

    .accordion-box .accordion .icon-outer {
        display: none;
    }
}


