
@charset "utf-8";
/* CSS Document */
body, html{
    height: 100%;
}
body{
    background: #fff;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins-SemiBold', sans-serif;
}
p{
    font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6, p, a, ul, li{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a {
    text-decoration: none !important;
    transition: all 0.5s;
}
.carousel-item img {
    width: 100%;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
.navbar-expand-lg .navbar-nav {width: 100%;margin: 0;justify-content: end;}

/*Header Css Start*/
/*Header Css End*/

body {
    position: absolute;
    background-size: 100%;
    background-image: url(../images/bg-img.webp);
    height: 100%;
    z-index: -5;
    width: 100%;
    -webkit-animation: mymove 20s linear infinite;
    animation: mymove 300s linear infinite;
    background-size: cover;
    background-position: center;
}
@keyframes mymove{
    0%{
        background-position: 0px -10000px;
    }
    100%{
        background-position: 0px 0px;
    }
  }
  .ban-3 {
    background-color: #5B43E3;
    padding: 20px 30px 10px 30px;
    border-radius: 20px;
    width: 100%;
}
.ban-4 {
    display: flex
;
}
.ban-5 {
    display: flex
;
    border-right: 1px solid #ffffffa3;
    padding: 0 10px 0 0px;
    height: 55px;
}

.ban-5 h2 {
    color: #fff;
    font-size: 40px;
    font-family: 'Quicksand-Bold';
}
.ban-6 span
Specificity: (0,1,1)
 {
    color: #2C3531;
    font-size: 23px;
    font-family: 'Poppins-Bold';
}
.ban-6 h3 {
    color: #fff;
    font-family: 'Quicksand-Medium';
    font-size: 18px;
    margin: -5px 0 0px 0;
}
.ban-7 p {
    color: #fff;
    font-family: 'Quicksand-Medium';
    line-height: 19px;
    padding: 10px 0 0 10px;
    font-size: 19px;
}
.ban-3 form input.form-control {
    font-size: 15px;
    font-family: 'Quicksand-Medium';
}

.main-maina a img {
    width: 100%;
}

header.main-header .row {
    align-items: center;
}

header.main-header {
    padding: 10px 0 0;
}
.ban-3 textarea.form-control {
    font-size: 15px;
    font-family: 'Quicksand-Medium';
}
.ban-3 button {
    width: 100%;
    padding: 10px 0 10px 0;
    border: none;
    font-family: 'Quicksand-Bold';
    border-radius: 5px;
    background-color: #f7c722;
    color: #fff;
    font-size: 16px;
}
section.main-banner {
    padding: 60px 0 30px;
}

.ban-5 h2 {
    font-size: 46px;
    font-weight: 600;
    animation: zoom-in-zoom-out 2.5s ease-out infinite;
}
@keyframes zoom-in-zoom-out {
    0% {
    transform: scale(1, 1);
    }
    50% {
    transform: scale(1.1, 1.1);
    }
    100% {
    transform: scale(1, 1);
    }
    }
.fm-sec .form-btn input[type="submit"]:hover {
    background-color: transparent;
    font-weight: 500;
    border-color:  #fff;
    color:  #fff;
}

.main-buttons a {
    background: #5B43E3;
    color: #fff;
    padding: 10px 97px;
    border-radius: 10px;
}

.main-txt img {
    width: 85%;
    position: relative;
    top: 40px;
}

.thankyou-blk {
    text-align: center !important;
    width: 100% !important;
}

.thankyou-blk .row {
    display: unset !important;
}

.thankyou-blk i {
    font-size: 60px;
    background: #0B0B26;
    color: #fff;
    min-width: 100px;
    padding: 18px 0px;
    margin: 20px 0px;
    border-radius: 100px;
}

.thankyou-blk h5 {
    font-size: 29px;
    color: #2d3247;
    font-family: Poppins-Medium;
}

.thankyou-blk a {
    display: inline-block;
    width: 18%;
    background: #5B43E3;
    border-radius: 5px;
    padding: 13px 0px;
    color: #fff !important;
    margin: 30px 0px;
    font-family: Poppins-Bold;
}
.main-txt p {
    padding: 10px 0 10px;
}

a.main-a-button {
    background: #0B0B26;
}

.con-con img {
    width: 100%;
    border-radius: 10px;
}

section.main-content .row {
    align-items: center;
}

.main-con-head p {
    line-height: 35px;
}
section.main-content {
    padding: 60px 0 50px;
}
.h3-sj {
    text-align: center;
    padding: 0 220px 40px;
}

/*Whatsapp Css Start*/
.floating_btn {
  position: fixed;
  bottom: 0px;
  left: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:
  center;
  justify-content:
  center;
  z-index: 1000;
}

@-webkit-keyframes glowing {
    0% {
        
        text-shadow: 0 0 5px #fff;
        transform:scale(1);
    }
    50% {
        
        text-shadow: 0 0 25px #fff;
        transform:scale(1.05);
    }
    100% {
        
        text-shadow: 0 0 5px #fff;
        transform:scale(1.1);
    }
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff !important;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}



/*Whatsapp Css End*/

.mainjdiw-jjj {
    text-align: center;
    box-shadow: 0px 0px 12px #c1c1c1;
    padding: 20px 20px 1px;
    border-radius: 10px;
}

section.main-middle-banner {
    background: #0B0B26;
}

.main-main-mid h3 {
    color: #fff;
}

.main-main-mid p {
    color: #fff;
}

section.main-middle-banner .row {
    align-items: center;
}

.ban-3 {
    font-size: 46px;
    font-weight: 600;
    animation: zoom-in-zoom-out 2.5s ease-out infinite;
}
section.OUR-serv {
    padding: 0 0 80px;
}
.wri-1 img {
    width: 80px;
    border: 5px solid #5B43E3;
    border-radius: 50%;
}
.wri-1 h3 {
    color: #000;
    font-size: 21px;
    font-family: 'Quicksand-Medium';
    padding: 15px 0 0 0;
}
.main-main-writer {
    padding: 0 120px 40px;
}

.wri-1 {
    box-shadow: 0px 0px 20px #c1c1c1;
    border-radius: 10px;
    padding: 10px 12px 15px;
}
.faq-singular {
        position: relative;
        border-bottom: 1px solid #00306e;
        padding: 0 30px 0 20px;
    }
    .faq-singular:hover,
    .faq-singular.active{
        background: #f2f2f2;
        /* background-image: linear-gradient(90deg, #335548 0%, #335548 8px, transparent 8px, transparent 100%); */
    }
    .faq img {
        width: 84%;
        padding: 0px 0px 0px 70px;
    }
    
    center h1 {
        font-size: 34px;
        font-family: 'Poppins-SemiBold';
        padding: 0px 0px 20px 20px;
        color: #0f1216;
    }
    .faq-singular .faq-question {
        position: relative;
        cursor: pointer;
        margin: 0;
        padding: 25px 25px 25px 0px;
        font-weight: 700;
        font-size: 15px;
        font-family: 'Poppins-Light';
        color: #00306e;
    }
    .faq-singular .faq-question:before {
        position: absolute;
        content: "+";
        color: #D2093C;
        right: -20px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 28px;
        font-weight: 700;
        transition: all .5s;
    }
    .faq-singular.active .faq-question:before {
        transform: translateY(-50%) rotate(45deg) scale(1.3);
    }
    .faq-answer {
        display: none;
        padding-bottom: 20px;
        font-family: 'Poppins-Light';
        font-size: 14px;
    }

    .accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.accordion__item {
    border: 1px solid #e5f3fa;
    border-radius: 10px;
    overflow: hidden;
}

.accordion__header {
padding: 20px 25px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}

.accordion__header::after {
    content: '';
    background: url(https://www.svgrepo.com/show/357035/angle-down.svg) no-repeat center;
    width: 20px;
    height: 20px;
    transition: .4s;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
}

.accordion__header.active {
    background: #5B43E3;
    color: #fff;
}

.accordion__header.active::after {
    transform: rotateX(180deg);
}

.accordion__item .accordion__content {
    padding: 0 25px;
    max-height: 0;
    transition: .5s;
    overflow: hidden;
}
.mama-faqs {
    text-align: center;
    padding: 0 300px 30px;
}

section.sect {
    padding: 50px 0 50px;
}

.ord {
    padding: 20px 0 20px;
}

.or-1 h3 {
    color: #5B43E3;
}
footer {
    background: #5B43E3;
    padding: 60px 0px 10px;
}
.f-logo a img {
    width: 80%;
}
.f-logo p {
    color: #fff;
    margin: 10px 0px 0;
    font-family: 'Poppins-Regular';
    padding: 0 30px 0 0;
    font-size: 14px;
    font-weight: bold;
}
.widget-links h2 {
    color: #fff;
    font-size: 24px;
    text-transform: capitalize;
    font-family: 'Poppins-Medium';
}
.widget-links ul li a {
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins-Regular';
    line-height: 40px;
}
.widget-links h2 {
    color: #fff;
    font-size: 24px;
    text-transform: capitalize;
    font-family: 'Poppins-Medium';
}

.footer-cnt-list li a {
    color: #fff;
    font-family: 'Poppins-Light';
    line-height: 40px;
}
.widget-cnt h2 {
    color: #fff;
    font-size: 25px;
    text-transform: capitalize;
}
.main0maieosn {
    padding: 20px 0 0;
}
.main0maieosn img {
    width: 100%;
}
.sec-copyright {
    background: #0B0B26;
    color: #fff;
    padding: 23px 0 10px;
}
.mainam-footer-cond a {
    color: #fff;
}

.mainam-footer-cond {
    text-align: end;
}

section.main0-about-banner {
    padding: 60px 0 60px;
}

.about-us-heading h1 {
    font-size: 50px;
    font-weight: bold;
    color: #5B43E3;
}

section.main-about-paragraph {
    padding: 0 0 20px;
}

.navbar-light .navbar-nav .nav-link {color: #2a3038 !important;font-family: 'Poppins-Medium';font-size: 15px;text-transform: capitalize;margin: 0px 8px;}

.navbar-light .navbar-nav .nav-link:hover {color: #5B43E3 !important;}
.btm-row .row {display: flex;align-items: center;}
.banner-txt p {color: #fff;font-size: 16px;font-family: Poppins-Light;line-height: 30px;}
.banner-btn a {padding: 12px 0px;display: inline-block;width: 20%;border: 2px solid;text-align: center;transition: all 0.5s;border-radius: 30px;color: #fff;}
a.signUp {background: #5B43E3;color: #fff !important;padding: 9px 20px;border-radius: 10px;}
.top-row {background: #2a3038;padding: 10px 0px;}
.tp-blk {display: flex;align-items: center;}
.top-row ul {display: flex;margin: 0;justify-content: end;}
.top-row ul li {margin: 0px 20px;}
.icn {margin: -3px 10px 0px 0px;}
.icn i {background: #ca786d;min-width: 30px;padding: 6px 0px;text-align: center;color: #fff;border-radius: 100px;}
.number h6 {font-size: 16px;font-family: 'Poppins-Medium';color: #fff;margin: 0;}
.number a {font-family: 'Poppins-Medium';color: #efa095;}
a.signUp:hover {background: #0B0B26;}
a.chat:hover {background: #2a3038;color: #fff;}


@media only screen and (min-device-width:520px) and (max-device-width:767px) and (orientation:portrait) {}
@media only screen and (min-device-width:120px) and (max-device-width:750px) and (orientation:landscape) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:portrait) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:landscape) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:portrait) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:landscape) {}

@media only screen and (min-width: 1366px) and (max-width: 1920px){}
@media only screen and (min-width: 1200px) and (max-width: 1365px){}
@media only screen and (min-width: 992px) and (max-width: 1199px){}
@media only screen and (min-width: 768px) and (max-width: 991px){}
@media only screen and (min-width: 600px) and (max-width: 960px){
     header.main-header {
    overflow: hidden;
    padding: 10px 0 0;
}

section.main-banner {
    overflow: hidden;
    padding: 20px 0 22px;
}

.main-maina a img {
    width: 70%;
}

section.main-content {
    overflow: hidden;
}

section.OUR-serv {
    overflow: hidden;
}

section.main-middle-banner {
    overflow: hidden;
    padding: 30px 0 0;
}

section.main-content {
    overflow: hidden;
    padding: 10px 0 40px;
}

section.main0-main {
    overflow: hidden;
}

section.sect {
    overflow: hidden;
}

section.order {
    overflow: hidden;
}

footer {
    overflow: hidden;
}

.sec-copyright {
    overflow: hidden;
}

.main-txt h1 {
    font-size: 32px;
    font-weight: bold;
}

.main-txt p {
    font-size: 19px;
}

.main-buttons a {
    padding: 10px 32px;
}

.ban-7 p {
    font-size: 12px;
}

.main-con-head {
    padding: 0 0 30px;
}

.h3-sj {
    padding: 0 48px;
}

.mainjdiw-jjj {
    margin: 0 0 15px;
}

.ban-3 {
}

.main-main-mid h3 {
    font-size: 34px;
    font-weight: bold;
}

.main-main-mid p {
    font-size: 15px;
}

.main-main-mid {
    padding: 40px 0 0;
}

.main-main-writer {
    padding: 0 48px;
}

.wri-1 {
    margin: 0 0 15px;
}

.sec-copyright p {
    font-size: 19px;
    font-weight: bold;
}

nav.navbar.navbar-expand-lg.navbar-light {
    justify-content: end;
    margin: -80px 0 0 0;
}

ul.navbar-nav {
    background: #5B43E3;
    text-align: center;
    border-radius: 10px;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
}

button.navbar-toggler {
    background: #5B43E3;
    margin: 0 0 40px;
}
.mama-faqs {
    padding: 0 48px 0;
}
.about-us-heading h1 {
    font-size: 45px;
}
.main-main-main-para-about h3 {
    font-size: 21px;
    font-weight: bold;
}
.main-txt {
    padding: 0 0 60px;
}



}
@media only screen and (min-width: 300px) and (max-width: 519px){

    header.main-header {
    overflow: hidden;
    padding: 10px 0 0;
}

section.main-banner {
    overflow: hidden;
    padding: 20px 0 22px;
}
.main-maina a img {
    width: 70%;
}

section.main-content {
    overflow: hidden;
}

section.OUR-serv {
    overflow: hidden;
}

.main-txt {
    padding: 0 0 70px;
}

.main-txt img {
    width: 100%;
}

section.main-middle-banner {
    overflow: hidden;
    padding: 30px 0 0;
}

section.main-content {
    overflow: hidden;
    padding: 10px 0 40px;
}

section.main0-main {
    overflow: hidden;
}

section.sect {
    overflow: hidden;
}

section.order {
    overflow: hidden;
}

footer {
    overflow: hidden;
}

.sec-copyright {
    overflow: hidden;
}

.main-txt h1 {
    font-size: 21px;
    font-weight: bold;
}

.main-txt p {
    font-size: 13px;
}

.main-buttons a {
    padding: 10px 16px;
}

.ban-7 p {
    font-size: 12px;
}

.main-con-head {
    padding: 0 0 30px;
}

.h3-sj {
    padding: 0 20px;
}

.mainjdiw-jjj {
    margin: 0 0 15px;
}

.ban-3 {
}

.main-main-mid h3 {
    font-size: 21px;
    font-weight: bold;
}

.main-main-mid p {
    font-size: 13px;
}

.main-main-mid {
    padding: 40px 0 0;
}

.main-main-writer {
    padding: 0 15px;
}

.wri-1 {
    margin: 0 0 15px;
}

.sec-copyright p {
    font-size: 11px;
    font-weight: bold;
}

nav.navbar.navbar-expand-lg.navbar-light {
    justify-content: end;
    margin: -60px 0 0 0;
}

ul.navbar-nav {
    background: #5B43E3;
    text-align: center;
    border-radius: 10px;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
}

button.navbar-toggler {
    background: #5B43E3;
    margin: 0 0 20px;
}
.mama-faqs {
    padding: 0 20px 0;
}
.about-us-heading h1 {
    font-size: 45px;
}
.main-main-main-para-about h3 {
    font-size: 21px;
    font-weight: bold;
}


}