:root {
    --headingColor: #483D8B;
    --secondColor: #4482c3;
    --thirdColor: #5f03a1;
}
@media only screen and (max-width: 1050px) {
    .container{
        max-width: 98% !important;
    }
}
@media only screen and (max-width: 333px) {
    .hero_section .boxs_seven {
        margin-top: 20px;
    }
}
.hr_calss{
    display: flex;
    margin: 10px auto 15px;
    justify-content: center;
}
.hr_calss .first {
    width: 4.5px;
    border-radius: 100%;
    height: 4.5px;
    background-color: var(--headingColor);
    margin-right: 3px;
    font-size: 0;
}
.hr_calss .seond {
    width: 50px;
    border-radius: 10px;
    height: 3.5px;
    background: var(--headingColor);
    margin-right: 3px;
    font-size: 0;
}
.header{
    background-color: #e6ecff;
    padding: 5px 0;
    border-radius: 0 0 100px 100px;
}
.header img{
    width: 100px;
}

.hero_section{
    padding: 30px 0;
}
.hero_section h1{
    color: var(--headingColor);
    font-weight: 500;
    font-size: 14px;
    font-family: poppins;
    line-height: 1.2em;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.hero_section h1 span{
    font-weight: 700;
}
.hero_section h3{
    font-weight: 600;
    font-size: 32px;
    font-family: mukta;
    line-height: 1.6em;
    letter-spacing: 0.5px;
    color: var(--secondColor);
}
.hero_section h3 span{
    color: var(--headingColor);
    font-weight: 700;
    display: block;
    font-size: 65px;
    font-family: nunito;
}
.hero_section ul{
    list-style-type: none;
    margin-top: 15px;
}
.hero_section ul li{
    font-weight: 600;
    font-size: 15px;
    font-family: nunito;
    line-height: 1.4em;
    letter-spacing: 0.5px;
    color: var(--secondColor);
    margin: 10px 0 10px -25px;
}
.hero_section ul li i{
    color: var(--headingColor);
}
.hero_section button{
    background-color: var(--headingColor);
    color: #fff;
    border-radius: 5px;
    padding: 10px 30px;
    border: none;
    font-weight: 600;
    font-size: 15px;
    font-family: nunito;
    line-height: 1.4em;
    transition: transform 0.5s;
}
.hero_section button:hover{
    transform: scale(0.95);
}
.hero_section .boxs{
    padding: 30px 25px 20px;
    border-radius: 10px;
    margin: 20px auto;
    cursor: pointer;
    transition: transform 0.5s;
}
.hero_section .boxs:hover{
    transform: scale(0.95);
}
.hero_section .boxs_one{
    background: linear-gradient(#fdd9e2e9, #f9ced8e9);
}
.hero_section .boxs_two{
    background: linear-gradient(#ffd9c0ea, #ffd9c0ea);
}
.hero_section .boxs_three{
    background: linear-gradient(#ffd9c0ea, #f9ced8e9);
}
.hero_section .boxs_four{
    background: linear-gradient(#e6ecff, #e6ecff);
}
.hero_section .boxs_five{
    background: linear-gradient(#c8ecf9b1, #c8ecf9b1);
}
.hero_section .boxs_six{
    background: linear-gradient(#ffd9c0ea, #ffd9c0ea);
    margin-top: 0;
}
.hero_section .boxs img{
    width: 60px;
    margin-bottom: 10px;
}
.hero_section .boxs h3{
    font-size: 20px;
    font-weight: 700;
    font-family: mukta;
    line-height: 1.4em;
    /* text-transform: uppercase; */
    margin-bottom: 0px;
}
.hero_section .boxs p{
    font-family: nunito;
    font-size: 13.5px;
    font-weight: 300;
    line-height: 1.4em;
    color: #333;
    margin-bottom: 7px;
}
.hero_section .boxs h5{
    font-weight: 700;
    font-size: 11.5px;
    text-transform: uppercase;
    font-family: poppins;
    line-height: 1.4em;
    letter-spacing: 0.5px;
    color: var(--thirdColor);
}

@media only screen and (max-width: 1050px){

}

@media only screen and (max-width: 600px){
    .header img {
        width: 75px;
    }
    .hero_section h1{
        text-transform: capitalize;
        font-size: 10.5px;
    }
    .hero_section h1 span{
        text-transform: capitalize;
        font-size: 11.5px;
    }
    .hero_section h3{
        font-size: 20px;
        margin-top: 5px;
    }
    .hero_section h3 span{
        font-size: 40px;
        line-height: 1em;
    }
    .hero_section ul{
        display: ruby;
        margin-left: -30px;
    }
    .hero_section ul li{
        font-size: 13px;
        margin: 0;
    }
    .hero_section a{
        text-decoration: none;
    }

    .hero_section button{
        display: block;
        margin-top: 8px;
        font-size: 12px;
        text-transform: uppercase;
        padding: 8px 20px;
        margin-bottom: 20px;
    }
    .hero_section .boxs{
        padding: 25px 15px 20px;
        margin: 10px auto;
        text-align: center;
    }
    .hero_section .boxs img {
        width: 50px;
        margin-bottom: 10px;
    }
    .hero_section .boxs h3 {
        font-size: 18px;
        line-height: 1.1em;
    }
    .hero_section .boxs p{
        font-size: 12.8px;
        font-weight: 400;
    }
    .hero_section .boxs h5{
        font-size: 11px;
        margin-bottom: 0;
    }
    .hero_section .mobile_right{
        padding-right: 5px;
    }
    .hero_section .mobile_left{
        padding-left: 5px;
    }
    .hero_section .boxs_five{
        margin-top: 0px;
    }
    .hero_section .boxs_six{
        margin-top: -8px;
        margin-bottom: 20px;
    }
    
    .hero_section .boxs_seven{
        margin-top: 0px;
    }
}

/* ============Modal Style========== */
.modal_style{
    border-radius: 0 !important;
    padding: 30px;
}
.modal_style .modal_header{
    border-bottom: 1px solid #f0f0f0;
}
.modal_style .modal_header h3{
    font-weight: 700;
    font-size: 22px;
    font-family: mukta;
    line-height: 1.6em;
    letter-spacing: 0.5px;
    color: var(--headingColor);
    margin-bottom: 0;
}
.modal_style .modal_header img{
    width: 22px;
    cursor: pointer;
    transition: transform 0.5s;
}
.modal_style .modal_header img:hover{
    transform: rotate(180deg);
}
.modal_style .modal_body{
    margin: 15px 0;
}
.modal_style .modal_body .row{
    align-items: center !important;
    margin: 15px 0;
    padding: 15px 0;
    box-shadow: 0 0 10px #f0f0f0;
}
.modal_style .modal_body img{
    width: 130%;
}
.modal_style .modal_body h5{
    font-weight: 600;
    font-size: 17px;
    font-family: mukta;
    line-height: 1.2em;
    letter-spacing: 0.5px;
    color: var(--secondColor);
    margin-bottom: 0;
}
.modal_style .modal_body button{
    background-color: var(--headingColor);
    color: #fff;
    border-radius: 0px;
    padding: 7px 15px;
    border: none;
    font-weight: 600;
    font-size: 12px;
    font-family: nunito;
    transition: transform 0.5s;
    letter-spacing: 0.5px;
}
.modal_style .modal_body button:hover{
    transform: scale(0.95);
}
.modal_style .modal_body form .row{
    padding: 0;
    box-shadow: none;
    margin: 10px -12px;
}
.modal_style .modal_body form label{
    font-size: 12.5px;
    text-transform: uppercase;
    font-family: mukta;
    letter-spacing: 0.5px;
    color: var(--secondColor);
    font-weight: 700;
}
.modal_style .modal_body form label span{
    font-weight: 14px;
    color: var(--headingColor);
}
.modal_style .modal_body form input,
.modal_style .modal_body form select{
    border: 1px solid #f0f0f0;
    padding: 6.5px 12px;
    border-radius: 0px;
    font-size: 13.5px;
    font-family: mukta;
    color: var(--secondColor);
    margin-bottom: 10px;
}
.modal_style .modal_body form button{
    padding: 8px 25px;
    margin-top: 0px;
    margin-right: 0;
}
.modal_style .form_body h5{
    margin-left: 0;
}
@media only screen and (max-width: 600px){
    .modal_style {
        padding: 30px 15px;
    }
    .modal_style .modal_body img {
        width: 65px;
    }
    .modal_style .modal_body h5{
        font-size: 15px;
        line-height: 1.1em;
        margin-left: 10px;
        margin-bottom: 0;
    }
    .modal_style .modal_body button{
        margin-left: -10px;
        padding: 7px 12px;
    }
    .modal_style .modal_body .row{
        padding: 5px 0;
    }
    .modal_style .modal_body img{
        margin-left: -5px;
    }
    .modal_style .modal_body button{
        margin-right: -5px;
    }
    .modal_style .modal_body form button{
        margin-left: 0;
    }
    .modal_style .form_body h5{
        margin-left: 0;
    }
}

.about_us{
    margin: 40px 0;
}
.about_us h2{
    color: var(--headingColor);
    font-weight: 700;
    display: block;
    font-size: 35px;
    margin-bottom: 10px;
    font-family: nunito;
}
.about_us p{
    font-family: nunito;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
    color: var(--secondColor);
    margin-bottom: 7px;
}
.about_us img{
    width: 100%;
}
@media only screen and (max-width: 1050px){

}
@media only screen and (max-width: 600px){
    .about_us {
        margin: 30px 0;
    }
    .about_us h2{
        font-size: 32px;
    }
    .about_us img{
        margin: 10px auto 20px;
    }
    .about_us p{
        font-size: 14px;
    }
}

.our_services{
    padding: 60px 0;
    background-color: #e2f1fa;
}
.our_services .services_box{
    padding: 35px;
    background-color: #fff;
    border-radius: 10px;
    margin: 10px 0;
}
.our_services .services_box img{
    width: 55px;
    margin-bottom: 10px;
}
.our_services .services_box h4{
    font-size: 20px;
    font-weight: 700;
    font-family: mukta;
    line-height: 1.4em;
    color: var(--secondColor);
    margin-bottom: 0px;
}
.our_services .services_box p{
    font-family: nunito;
    font-size: 14.5px;
    font-weight: 300;
    line-height: 1.4em;
    color: #333;
    margin-bottom: 0px;
}

/*========Contact Us==========*/
.contact_us{
    background-color: rgb(241, 241, 241);
    margin: auto;
    padding: 70px 0 40px;
    margin-top: -40px;
}
.contact_us .section-box{
    display: flex;
    margin: auto;
    align-items: center;
}
.contact_us .hr_calss{
    justify-content: left !important;
}
.contact_us .section-box .contact-section{
    width: 50%;
    text-align: left;
    margin-top: 40px;
}
.contact_us .section-box .contact-section h3{
    font-size: 30px;
    font-weight: 700;
    font-family: mukta;
    line-height: 1.4em;
    color: var(--secondColor);
    margin-bottom: 0px;
}
.contact_us .section-box .contact-section p{
    font-family: nunito;
    font-size: 14.5px;
    font-weight: 300;
    line-height: 1.4em;
    color: #333;
    margin-bottom: 10px;
}
.contact_us .section-box .contact-section .section{
    display: flex;
    margin: 15px 0 5px;
}
.contact_us .section-box .contact-section .section .box{
    width: 10%;
}
.contact_us .section-box .contact-section .section .box i{
    font-size: 15px;
    padding: 14px;
    color: #000;
    background: linear-gradient(to right, #ff6470,#fe5364);
    border: 0;
    margin-right: 10px;
    border-radius: 30px;
}
.contact_us .section-box .contact-section .section .box .fa-whatsapp{
    padding: 13px 14px;
    font-size: 20px;
}
.contact_us .section-box .contact-section .section .box .fa-envelope{
    padding: 14px 13px;
    font-size: 15px;
}
.contact_us .section-box .contact-section .section .box .fa-location-dot{
    padding: 14px 16px;
}
.contact_us .section-box .contact-section .section .boxs{
    width: 80%;
}
.contact_us .section-box .contact-section .section .boxs h4{
    font-size: 20px;
    font-weight: 700;
    font-family: mukta;
    line-height: 1.4em;
    color: var(--secondColor);
    margin-bottom: 5px;
}
.contact_us .section-box .contact-section .section .boxs p,
.contact_us .section-box .contact-section .section .boxs p a{
    font-size: 14px;
    font-family: mukta;
    text-decoration: none;
    font-weight: 400;
    color: #012d5b;
}
.contact_us .section-box .contact-section .section .boxs p a:hover{
    text-decoration: none;
    color: #ff0000;
}
.contact_us .service-headeing{
    width: 850px !important;
    margin-bottom: 40px;
}
.contact_us .section-box .contact-form{
    box-shadow: 0 0 10px #00000015;
    padding: 50px 40px 40px;
    border-radius: 0px;
    background-color: #fff;
    width: 600px;
    margin: auto 0 0 auto;
}
.contact_us .section-box .contact-form hr{
    margin: 10px 0 20px !important;
    width: 50px;
    border: #ff0000 solid 2.2px;
    border-radius: 5px;
}
.contact_us .section-box .contact-form label{
    font-size: 12.5px;
    text-transform: uppercase;
    font-family: mukta;
    letter-spacing: 0.5px;
    color: var(--secondColor);
    font-weight: 700;
}
.contact_us .section-box .contact-form label span{
    font-size: 14px;
    color: var(--headingColor);
}
.contact_us .section-box .contact-form input,
.contact_us .section-box .contact-form textarea{
    border: 1px solid #f0f0f0;
    padding: 6.5px 12px;
    border-radius: 0px;
    font-size: 13.5px;
    font-family: mukta;
    color: var(--secondColor);
    margin-bottom: 10px;
    width: 100%;
}
.contact_us .section-box .contact-form .btn{
    background-color: var(--headingColor);
    color: #fff;
    border-radius: 0px;
    padding: 7px 15px;
    border: none;
    font-weight: 600;
    font-size: 12px;
    font-family: nunito;
    transition: transform 0.5s;
    letter-spacing: 0.5px;
}
.contact_us .section-box .contact-form .btn:hover{
    background: linear-gradient(to left, #426f99, #62a1dc);
}

@media only screen and (max-width: 1050px){
    .contact_us {
        margin: -40px 0 0;
        padding: 70px 10px 40px;
    }
    .contact_us .service-headeing {
        width: 750px !important;
    }
    .contact_us .section-box {
        width: 100%;
        padding: 0 10px;
    }
    .contact_us .section-box .contact-section {
        width: 50%;
        text-align: left;
        margin-top: 30px;
    }
    .contact_us .section-box .contact-section hr {
        width: 20%;
    }
    .contact_us .section-box .contact-section .section .box {
        width: 19%;
    }
    .contact_us .section-box .contact-form {
        margin-top: -15px !important;
        margin-left: 0px;
        margin-right: 0px;
    }
}


@media only screen and (max-width: 600px){
    .contact_us {
        padding: 40px 0;
    }
    .contact_us .service-headeing{
        width: 100% !important;
    }
    .contact_us .section-box{
        display: block;
    }
    .contact_us .section-box .contact-section {
        width: 100%;
    }
    .contact_us .section-box .contact-section h3,
    .contact_us .section-box .contact-section h3 span {
        font-size: 23px;
    }
    .contact_us .section-box .contact-section .section .box i {
        font-size: 13px;
    }
    .contact_us .section-box .contact-section .section .box .fa-whatsapp {
        font-size: 17px;
    }
    .contact_us .section-box .contact-section .section .boxs h4 {
        font-size: 18px;
        margin-top: 0px;
    }
    .contact_us .section-box .contact-section .section .box {
        width: 16%;
    }
    .contact_us .section-box .contact-section .section .boxs {
        width: 84%;
    }
    .contact_us .section-box .contact-section .section .boxs p, 
    .contact_us .section-box .contact-section .section .boxs p a {
        font-size: 14px;
        line-height: 1.2em;
    }
    .contact_us .section-box .contact-form {
        margin-top: 20px !important;
        padding: 40px 25px 20px;
        
    }
}



/*==========footer Css==========*/
.footer{
    background-color: #E6E6FA;
    padding: 50px 10px 10px;
}
.footer .footer-box{
    width: 750px;
    margin: auto;
    text-align: center;
}
.footer .footer-box .download_app img{
    width: 150px;
    margin-bottom: 15px;
}
.footer .footer-box .socil-icons i{
    color: #333;
    padding: 0px 15px 30px;
    font-size: 22px;
}
.footer .footer-box p{
    font-size: 14px;
    font-weight: 300;
    font-family: nunito;
    color: #333;
    line-height: 1.5em;
    margin-bottom: 0;
}
.footer .footer-box h6,
.footer .footer-box h6 a{
    color: #333;
    font-size: 14px;
    font-family: nunito;
    font-weight: 600;
    margin-top: 30px;
    letter-spacing: 1px;
    text-decoration: none;
}
.footer .footer-box h6 a:hover{
    text-decoration: none;
}
.footer .footer-box hr{
    border-color: #021f1f;
    margin: 5px auto 15px auto;
    width: 80%;
}
.footer .footer-box h5{
    font-size: 14px;
    color: #021f1f;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-family: nunito;
}
.footer .footer-box img{
    width: 70px;
}


@media only screen and (max-width: 600px){
    .footer .footer-box{
        width: 100%;
    }
    .footer .footer-box .socil-icons i {
        padding: 0px 14px 30px;
        font-size: 20px;
    }
    .footer .footer-box p {
        font-size: 13px;
    }
    .footer .footer-box h5 {
        font-size: 13px;
        line-height: 23px;
    }
    .footer .footer-box img {
        width: 55px;
    }
}



/* Privacy Policy */
.privacy_policy{
    margin: 50px 0;
}
.privacy_policy h1{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 27px;
    font-family: mukta;
    line-height: 1.6em;
    letter-spacing: 0.5px;
    color: #4482c3;
}
.privacy_policy p,
.privacy_policy ul li{
    color: var(--headingColor);
    font-weight: 400;
    font-size: 15px;
    font-family: mukta;
    line-height: 1.4em;
    letter-spacing: 0.5px;
}

.privacy_policy h2,
.privacy_policy h3{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    font-family: mukta;
    line-height: 1.3em;
    letter-spacing: 0.5px;
    color: #4482c3;
}