html{
    overflow-x: hidden;    scroll-behavior: smooth;

}

body{
    margin: 0;
    overflow-x: hidden;
   
background-color: #f5f6fa;
}
@font-face {
    font-family: 'SF UI Text';
    src: url('../fonts/SFUIText-Regular.eot');
    src: url('../fonts/SFUIText-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFUIText-Regular.woff2') format('woff2'),
        url('../fonts/SFUIText-Regular.woff') format('woff'),
        url('../fonts/SFUIText-Regular.ttf') format('truetype'),
        url('../fonts/SFUIText-Regular.svg#SFUIText-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Clash Display';
    src: url('../font/ClashDisplay-Semibold.eot');
    src: url('../font/ClashDisplay-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../font/ClashDisplay-Semibold.woff2') format('woff2'),
        url('../font/ClashDisplay-Semibold.woff') format('woff'),
        url('../font/ClashDisplay-Semibold.ttf') format('truetype'),
        url('../font/ClashDisplay-Semibold.svg#ClashDisplay-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Display';
    src: url('../font/ClashDisplay-Medium.eot');
    src: url('../font/ClashDisplay-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/ClashDisplay-Medium.woff2') format('woff2'),
        url('../font/ClashDisplay-Medium.woff') format('woff'),
        url('../font/ClashDisplay-Medium.ttf') format('truetype'),
        url('../font/ClashDisplay-Medium.svg#ClashDisplay-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


a{
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}
button{
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}

.social_chat_block {
    width: 172px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: #f1ece5;
    border: solid 1px #58585c24;
    z-index: 777;
    text-align: left;
    font-size: 17px;
    padding-left: 25px;
    padding-right: 25px;
    /* line-height: 42px; */
    color: black;
    font-weight: 500;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    border-radius: 50px;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}.social_chat_block span {
    font-size: 18px;
    position: relative;
    top: 3px;
}.ftr-hand {
    width: 28px;
    margin-left: 8px;
}
.wave {
    animation-name: wave-animation;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    transform-origin: 70% 70%;
    display: inline-block;
}@keyframes wave-animation {
    0% { transform: rotate( 0.0deg) }
   10% { transform: rotate(14.0deg) }  /* The following five values can be played with to make the waving more or less extreme */
   20% { transform: rotate(-8.0deg) }
   30% { transform: rotate(14.0deg) }
   40% { transform: rotate(-4.0deg) }
   50% { transform: rotate(10.0deg) }
   60% { transform: rotate( 0.0deg) }  /* Reset for the last half to pause */
  100% { transform: rotate( 0.0deg) }
}
.social_chat_block strong img {
    width: 28px;
    float: right;
}



.mainheader{
    width: 100%;
    float: left;
    padding: 10px 0px;
        background-color: #f5f6fa;

}
.total-header{
    width: 100%;
}
.logopart{
    width: 20%;
    /* padding: 30px 0px 0px 0px; */
    float: left;
}
.logobox{
    float: left;

    
}
.logopart img{
    float: left;
    width: 193px;
}
.menuarea{

padding: 31px 0px 21px 0px;

width: 50%;

float: right;

text-align: center;
}


.buttonarea {
       
width: auto;
       
float: right;
       
display: inline-block;
       
padding: 12px 0px;
}


.buttonarea-mob {
       
width: auto;
       
float: right;
       
display: inline-block;
       
padding: 12px 0px;
       
margin-right: 30px;
}
.b3-bx2 a{
    color: #000;
}
.buttonarea-mob a {
    margin-bottom: 0px;
    /* margin-top: 12px; */
    box-shadow: inset 400px 0 0 0 #46499e;
    border-radius: 30px;
    width: 190px;
    height: 60px;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #fff;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    float: right;
    font-family:  'Clash Display', sans-serif;
}

.buttonarea a {
    margin-bottom: 0px;
    /* margin-top: 12px; */
    box-shadow: inset 400px 0 0 0 #46499e;
    border-radius: 30px;
    width: 190px;
    height: 60px;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #fff;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    float: right;
    font-family:  'Clash Display', sans-serif;
}

.enq-img{/* margin-top: -3px; */float: left;width: 35px;margin-right: 9px;}

.buttonarea a:hover {
    box-shadow: inset 0 0 0 0 #46499e !important;
    text-decoration: none;
    color: #fff;
    background-color: #fcb132;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}
/*mediasidemenu*/
.menuarea > .mob_nav {
        margin-top: 31px;
        display: block;
        float: right;
        width: 28px;
        height: 20px;
        cursor: pointer;
        transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transition: all ease-in-out 0.5s;
        -o-transition: all ease-in-out 0.5s;
        -ms-transition: all ease-in-out 0.5s;
        -moz-transition: all ease-in-out 0.5s;
        -webkit-transition: all ease-in-out 0.5s;
        position: relative;
        z-index: 111;
}

.menuarea > .mob_nav > div {
background-color:#2f3192;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    width: 100%;
}

.menuarea > .mob_nav > div:nth-child(1) {
    top: 8px; 
        width: 19px;

}

.menuarea > .mob_nav > div:nth-child(2), .header_menu_area > .mob_nav > div:nth-child(3) {
    top: 16px; 
}

.menuarea > .mob_nav > div:nth-child(4) {
    top: 23px; 
}

.mob_nav.open > div:nth-child(1), .mob_nav.open > div:nth-child(4) {
    left: 50%;
    top: 18px;
    width: 0%; 
}

.mob_nav.open > div:nth-child(2) {
    top: 1px;
    background: #2f3192;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.mob_nav.open > div:nth-child(3) {
    background: #37398a;
    top: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.menuarea > ul{
     width: 100%;
    display: inline-block;
    vertical-align: middle;
margin-bottom: 0px;
    float: left;
    padding-left: 0px;
  transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
    
.menuarea > ul > li{
     width: auto;
     display: inline-block;
     vertical-align: middle;
     position: relative;
    padding: 0px 20px 0px 20px;
      transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.menuarea > ul > li > a{
    font-family: 'Clash Display', sans-serif;
    width: auto;
    color: #000;
    font-weight: 500;
    float: left;
    position: relative;
    font-size: 16px;
    z-index: 1;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
    text-align: center;
}
.menuarea > ul > li > a:hover{
  
     color: #46499e;
  -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
}

.activeli{
   color: #46499e!important;
   font-weight: 400 !important;
  -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
   
}


.menu li:hover > ul {
    visibility: visible;
    opacity: 1;
    z-index: 99999;
    margin-top: 45px;
    transform: translate(0,0);
}




/*.sub-menu {
    margin-top: 73px!important;
}*/



.menu ul {
       border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    margin: 0;
    top: 0px;
    padding: 0;
   width: 240px;
    position: absolute;
    left: -54px;
    background: white;
    z-index: 99;
    float: none;
    transform: translate(0,20px);
    transition: all .2s ease-out;
}
.menu ul li {
        display: block;
    float: none;
    background: 0 0;
    margin: 0;
    padding: 13px 10px;
    width: 100%;
    position: relative;
    z-index: 100;


}
.border-fst{

  border-top-left-radius: 10px;
        border-top-right-radius: 10px;
            border: none;

}
.menu ul li a {
    border-bottom: none;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    padding: 0px 10px;
    display: block;
    color: #00215b;
    background: transparent;
transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
}




.menu li:first-child{
    margin-left: 0;

}

.menu li:last-child {
border-bottom: none;


  border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
}



.menu ul li:hover{
    background-color: #2d80c2;
    transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
}
.menu ul li a:hover{
    text-decoration: none;
    color: #fff;
transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
}
.menu-padding{
    padding-top: 0px;
}
/*triangle on hoverul*/
.menu ul:after {
   bottom: 100%;
    left: 49%;
    border: solid #fff;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
    border-bottom-color: #fff;
    border-width: 6px;
}




.banner1{
    background-color: #f5f6fa;
    width: 100%;
    float: left;
    padding: 0px 50px;
}


.slide {
         float: left;
    width: 100%;
    top: 0px;
  background-image: url("../images/main-bg.png");
  background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
   border-radius: 20px;

        padding-bottom: 50px;

 
}


.slide .item {
        
    width: 100%;
    float: left;
    position: relative;
}





.slide .item .cover .header-content {
    padding-top: 80px !important;
}

.slide .item .cover .header-content {
    width: 100%;
    position: relative;
    /* padding: 56px; */
    overflow: hidden;
}

.header-content h2 {
       float: left;
       font-size: 80px;
       color: #fff;
       font-weight: 500;
       text-align: center;
       /* padding-left: 30px; */
       line-height: 90px;
       width: 100%;
       font-family: 'Clash Display',sans-serif !important;
}
.header-content h2 span{
    color:#ffe839;
    font-weight: 600;
}
.arrow-btn p {
     float: left;

     font-size: 17px;
     color: #eeeef5;
     font-weight: 400;
     line-height: 30px;
     width: 100%;
     text-align: center;
     /* margin-bottom: 30px; */
     font-family: 'SF UI Text',sans-serif;
}
.arrow-btn{
    float: left;
    width: 100%;
    text-align: center;
  

}
.arrow-btn a{
      display: inline-block;
      float: none;
      background-color: #1c1f7d;
      /* height: 60px; */
      /* width: 60px; */
      padding: 15px;
      border-radius: 46px;
}
.arrow-btn img{
    width: 40px;
    /* margin-top: 13px; */
}


.main-box{
    float: left;
    width: 100%;
    padding-top: 20px;
}
.box1{
    float: left;
    width: 40%;
}
.b1-1{
    width: 50%;
    float: left;
    padding: 0px 20px;
    border-radius: 20px;

}

.b1-2{
    width: 20%;
    float: left;
    padding: 0px 20px;
    border-radius: 20px;
}
.owl-carousel .owl-item img {
    display: block;
    /* width: 100%; */
    border-radius: 30px;
 
    object-fit: cover;
}


.top-1{
    margin-top: -35px;
}
.top-2{

margin-top: -84px;
}

.top-3{
    margin-top: -78px;
}
.top-4{

margin-top: -43px;
}


.banner-2{
    float: left;
    width: 100%;
    background-color: #f5f6fa;
    background-image: url("../images/abt-bg1.png");
    background-repeat: no-repeat;
    background-position: left;
    padding: 100px 0px 50px 0px;
        background-position-y: 59%;
position: relative;
}
.triangle{
    position: absolute;
    width: 38px;
    object-fit: cover;
    right: 184px;
    top: 88px;
}
.banner-2-img{
    float: left;
max-width: 100%;
    object-fit: cover;
    margin-right: 20px;
    margin-bottom: 20px;
        margin-top: 26px;

}
.banner-2 h5{
    letter-spacing: 1px;
    left: 19px;
    /* margin-left: -6px; */
    position: relative;
    font-size: 18px;
    color: #242680;
    font-weight: 500;
    font-family: 'clash display',sans-serif;
}
.banner-2 h5:before{left: 486px;position: absolute;content: "";height: 20px;width: 20px;background-color: #fdbe36;border-radius: 50%;display: inline-block;}
.banner-2 h2{
    font-size: 53px;
    font-weight: 500;
    color: #000;
    font-family: 'clash display',sans-serif;
}
.banner-2 p{
    font-size: 17px;
     color: #000;
     font-weight: 400;
     line-height: 30px;
     width: 100%;
    
     font-family: 'SF UI Text',sans-serif;
}
.b2-2{
    float: left;
    width: 100%;
    padding: 0px 0px 50px 0px;
    background-color: #f5f6fa;
}
.b2-box{
    z-index: 9;
    float: left;
    width: 100%;
    border-radius: 20px;
    padding: 55px 34px 55px 25px;
    background-color: #fff;
    margin-bottom: 20px;
    position: relative;
}
.b2-box:after
{
    content: "";
       position: absolute;
    right: -92px;
    top: 184px;
    width: 92px;
    height: 90px;
    object-fit: cover;
    background-image: url("../images/curved-line.png");
    background-repeat: no-repeat;
}
.b2-box2{
    z-index: 9;
    float: left;
    width: 100%;
    border-radius: 20px;
    padding: 55px 34px 55px 25px;
    background-color: #fff;
    margin-bottom: 20px;
    position: relative;
}
.b2-box2:after
{
    content: "";
       position: absolute;
    right: -92px;
    top: 69px;
    width: 92px;
    height: 90px;
    object-fit: cover;
    background-image: url("../images/curved-line.png");
    background-repeat: no-repeat;
}
.b2-box3{
    z-index: 9;
    float: left;
    width: 100%;
    border-radius: 20px;
    padding: 55px 34px 55px 25px;
    background-color: #fff;
    margin-bottom: 20px;

}
.curve2
{
         position: absolute;
    left: 310px;
    top: 40px;
    width: 92px;
    object-fit: cover;
}
.pl{
    padding-left: 55px !important;
}
.pr{
    padding-right: 55px !important;
}
.s-pl{
padding-left: 35px !important;
}
.s-pr{
    padding-right: 35px !important;
}
.b2-box-h3{
    color: #000;
    font-size: 23px;
    font-family: 'clash display',sans-serif;
    font-weight: 500;
    float: left;
    width: 100%;
    line-height: 32px;
    margin-bottom: 10px;
}
.b2-box-p{
    float: left;
      margin-bottom: 0;
      font-size: 15px;
      color: #000;
      font-weight: 400;
      line-height: 30px;
      width: 100%;
      font-family: 'SF UI Text',sans-serif;
}

.all-abt{
    float: left;
    width: 100%;
}

.b2-box:hover {
    background-color: #fdbe36;
     -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.b2-box2:hover {
    background-color: #fdbe36;
     -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.b2-box3:hover {
    background-color: #fdbe36;
     -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.banner3{
    float: left;
    width: 100%;
    padding: 0px 50px 79px 50px;
    background-color: #f5f6fa;
    position: relative;
  
}
.b3-box{
    float: left;
    width: 100%;
    border-radius: 30px;
    background-color: #2e3192;
    padding: 60px 0px 80px 0px;
}
.b3-box h2{
 font-size: 53px;
    font-weight: 500;
    color: #fff;
    font-family: 'clash display',sans-serif;
    float: left;
width: 100%;

}
.b3-box h2 span{
    color: #ffe839;
}
.b3-box-p{
    margin-top: 10px;
    float: left;
    margin-bottom: 0;
    font-size: 17px;
    color: #c9cae1;
    font-weight: 400;
    line-height: 30px;
    width: 56%;
    font-family: 'SF UI Text',sans-serif;
}

.float-left{
    float: left !important;
}
.s2-part2{
    float: left;
    width: 100%;
    /* padding-left: 85px; */
    margin-top: 45px;
}

.s2-bx{
    float: left;
    width: 100%;
    /* position: relative; */
}
.s2-bx img{
    float: left;
    max-width: 100%;
    border-radius: 30px 30px 0px 0px;
}
.st-bx-text{
    position: relative;
    float: left;
    width: 100%;
    padding: 35px 15px 40px 27px;
    background-color: #0e1177;
    border-radius: 0px 0px 30px 30px;
}
.st-bx-text h3{
    float: left;
    width: 100%;
    color: #ffdc91;
    font-weight: 500;
    font-size: 23px;
        font-family: 'clash display',sans-serif;

}
.st-bx-text p{
    float: left;
    width: 100%;
    color: #ebebf1;
    font-size: 16px;
    font-weight: 400;
    margin-top: 3px;
    font-family: 'SF UI Text',sans-serif;
    line-height: 27px;
    margin-bottom: 27px;
}
.s2-bx-butn{
    float: left;
    width: 100%;
    margin-top: 6px;
    position: absolute;
    bottom: -24px;
}
.s2-bx-butn a{
    float: left;
    height: 60px;
    width: 181px;
    border-radius: 34px;
    padding: 16px 0px;
    box-shadow: inset 400px 0 0 0 #2e3192;
 
    font-size: 16px;
    font-weight: 500;
    color: #d7d8f7;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-align: center;
    font-family: 'clash display',sans-serif;
    /* position: relative; */
    /* top: 61px; */
}
.s2-bx-butn a:hover{
  box-shadow: inset 0 0 0 0 #46499e !important;
    text-decoration: none;
    color: #fff;
    background-color: #fcb132;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}
.sp-h5{

text-align: center;

position: absolute;

font-size: 14px;

background-color: #121325;

border-radius: 30px;

height: 26px;

padding: 5px 0px;

width: 47px;

top: -13px;

right: 25px;

color: #fff;

font-family: 'clash display',sans-serif;
}





.may{
    float: left;
    width: 100%;
    /* position: relative; */
}
.may img{
    float: left;
    max-width: 100%;
    border-radius: 30px 30px 0px 0px;
}
.may-text{
    position: relative;
    float: left;
    width: 100%;
    padding: 35px 15px 40px 27px;
    background-color: #0e1177;
    border-radius: 0px 0px 30px 30px;
}
.may-text h3{
    float: left;
    width: 100%;
    color: #ffdc91;
    font-weight: 500;
    font-size: 23px;
        font-family: 'clash display',sans-serif;

}
.may-p{
    float: left;
    width: 100%;
    color: #ebebf1;
    font-size: 16px;
    font-weight: 400;
    margin-top: 3px;
    font-family: 'SF UI Text',sans-serif;
    line-height: 27px;
    margin-bottom: 27px;
}
.may-btn{
    float: left;
    width: 100%;
    margin-top: 6px;
    position: absolute;
    bottom: -24px;
}
.may-btn a{
    float: left;
    height: 60px;
    width: 181px;
    border-radius: 34px;
    padding: 16px 0px;
    box-shadow: inset 400px 0 0 0 #2e3192;
 
    font-size: 16px;
    font-weight: 500;
    color: #d7d8f7;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-align: center;
    font-family: 'clash display',sans-serif;
    /* position: relative; */
    /* top: 61px; */
}
.may-btn a:hover{
  box-shadow: inset 0 0 0 0 #46499e !important;
    text-decoration: none;
    color: #fff;
    background-color: #fcb132;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}


@media(min-width:990px)
{
.may{
    display: none;
}
}
@media(max-width:990px)
{
.s2-bx-sp{
    display: none;
}
}

.box-sp1{
    float: left;
    width:45%;
}
.box-sp2{
    float: left;
    width: 55%;
}


.s2-bx-sp{
    float: left;
    width: 100%;
    /* position: relative; */
    margin-bottom: 90px;
    height: 302px;
    margin-top: 90px;
}
.s2-bx-sp img{
    float: left;
   width: 100%;
       height: 302px;

    border-radius: 30px 0px 0px 30px;
}
.st-bx-text-sp{
         height: 302px;
         float: left;
         width: 100%;
         padding: 79px 15px 79px 27px;
         background-color: #0e1177;
         border-radius: 0px 30px 30px 0px;
         position: relative;
}
.st-bx-text-sp h3{
    float: left;
    width: 100%;
    color: #ffdc91;
    font-weight: 500;
    font-size: 23px;
        font-family: 'clash display',sans-serif;

}
.st-bx-text-sp p{
    float: left;
    width: 100%;
    color: #ebebf1;
    font-size: 16px;
    font-weight: 400;
    margin-top: 3px;
    font-family: 'SF UI Text',sans-serif;
    line-height: 27px;
    margin-bottom: 27px;
}
.s2-bx-butn-sp{
    float: left;
    width: 100%;
    margin-top: 6px;
    position: absolute;
    bottom: -24px;
}
.s2-bx-butn-sp a{
    float: left;
    height: 60px;
    width: 181px;
    border-radius: 34px;
    padding: 16px 0px;
    box-shadow: inset 400px 0 0 0 #2e3192;
    font-size: 16px;
    font-weight: 500;
    color: #d7d8f7;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-align: center;
    font-family: 'clash display',sans-serif;
    /* position: relative; */
    /* top: 61px; */
}
.s2-bx-butn-sp a:hover{
    box-shadow: inset 0 0 0 0 #46499e !important;
    text-decoration: none;
    color: #fff;
    background-color: #fcb132;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}


.sp-h6{

text-align: center;

position: absolute;

font-size: 14px;

background-color: #121325;

border-radius: 30px;

height: 26px;

padding: 5px 0px;

width: 47px;

top: 20px;

left: -21px;

color: #fff;

font-family: 'clash display',sans-serif;
}




.b3-box2{
    float: left;
    width: 100%;
    margin-top: 60px;
    background-color: #fee0a0;
    border-radius: 30px;
    padding: 50px 0px;
    position: relative;
    overflow-x: hidden;
}
.chat{
    position: absolute;
    right: -61px;
    top: -12px;
    width: 188px;
    /* overflow-x: hidden; */

}

.b3-bx1 h1{

 font-size: 50px;
    font-weight: 500;
    color: #000;
    font-family: 'clash display',sans-serif;
    float: left;
width: 100%;
text-align: left;

}

.b3-bx1 p{
    margin-top: 15px;
    float: left;
    margin-bottom: 0;
    font-size: 17px;
    color: #000;
    font-weight: 400;
    line-height: 30px;
    width:100%;
    font-family: 'SF UI Text',sans-serif;
}
.b3-bx2{
    float: right;
    width: 100%;
}
.b3-bx1{
    float: left;
    width: 100%;
}
.b3-bx2 h2{
     font-size: 35px;
     font-weight: 500;
     color: #000;
     font-family: 'clash display',sans-serif;
     float: right;
     width: 100%;
     text-align: right;
}
.b3-bx2 h6{
     font-size: 33px;
     font-weight: 500;
     color: #000;
     font-family: 'clash display',sans-serif;
     float: right;
     width: 100%;
     text-align: right;
}

.cen{
        display: inline-flex;
    align-items: center;
    justify-content: center;
}


.buttonarea2 {
       
width: auto;
       
float: left;
       
display: inline-block;
       
padding: 12px 0px;
margin-top: 15px;
}


.buttonarea2 a {
    margin-bottom: 0px;
    /* margin-top: 12px; */
    box-shadow: inset 400px 0 0 0 #fdbe36;
    border-radius: 30px;
    width: 190px;
    height: 60px;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #141576;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    float: right;
    font-family:  'Clash Display', sans-serif;
}
.buttonarea2 a:hover{
    box-shadow: inset 0 0 0 0 #fdbe36 !important;
    text-decoration: none;
    color: #fdbe36;
    background-color: #141576;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}
.footer{
    padding: 0px 50px;
    float: left;
    width: 100%;
    background-color: #f5f6fa;
position: relative;
}
.go{
       left: 44%;
       position: absolute;
       background-color: #252525;
       top: -28px;
       object-fit: cover;
       padding: 10px 80px 0px 80px;
       border-radius: 30px 30px 0px 0px;
}
.go-top{
         width: 15px;
         object-fit: cover;
}

.footer-in{
    float: left;
    width: 100%;
    border-radius: 30px;
    background-color: #252525;
    padding: 40px 0px;
}
.ftr-logo{
    float: left;
    width: 200px;
    object-fit: cover;
}
.ftr-a-links{
    float: left;
    width: 100%;
    padding: 30px 0px 0px 0px;
}
.ftr-a{
   
    margin-right: 35px;
    font-size: 17px;
    font-weight: 500;
    font-family:  'Clash Display', sans-serif;
    color: #cecece;
}

.ftr-a:hover{
       transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    text-decoration: none;
    color: #e0a930;


}
.no-mar{
    margin-right: 0px;
}


.buttonarea3 {
       
width: auto;
       
float: right;
       
display: inline-block;
       
/* padding: 12px 0px; */
       
margin-top: -17px;
}


.buttonarea3 a {
    margin-bottom: 0px;
    /* margin-top: 12px; */
    box-shadow: inset 400px 0 0 0 #1c1a1a;
    border-radius: 30px;
    width: 180px;
    height: 60px;
    text-align: left;
    font-size: 17px;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #fafafa;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    float: right;
    font-family:  'Clash Display', sans-serif;
}
.buttonarea3 a:focus-visible{
    outline:none !important;
}
.buttonarea3 a:hover{
    box-shadow: inset 0 0 0 0 #1c1a1a !important;
    text-decoration: none;
    color: #f5f6fa;
    background-color: #121475;
      transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}
.ftr-last{
    float: left;
    width: 100%;
    border-top: 1px solid #414141;
    padding: 50px 0px 0px 0px;
    margin-top: 50px;
}
.last-1{
    float: left;
    width: 100%;

}
.last-1 h6{
    width: 100%;
    float: left;
    /* margin-bottom: 13px; */
    font-size: 15px;
    font-weight: 400;
    font-family: 'SF UI Text',sans-serif;
    color: #c8c9ce;
    }
    .last-1 h6 a{
         color: #c8c9ce;
    }
    .last-1  a:hover{
       transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    text-decoration: none;
    color: #e0a930;


}
.ft-social{
    float: none;
    width: 100%;
    /* margin-top:  20px; */
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.ft-social a img{
    float: none;
    width: 49px;
    /* margin-right: 14px; */
    /*transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;*/
}
.ft-social a{
    background: linear-gradient(90deg, rgba(39,39,39,1) 24%, rgba(69,69,69,1) 67%);
    padding: 13px 13px;
    border-radius: 50px;
    text-align: center;
    float: left;
    margin-right: 9px;
}
.ft-social a img:hover{
   
  transform: rotateY(360deg);
    transform-style: preserve-3d;
    transition: transform 0.8s;
   /*transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;*/
   
}


.last-2{
    float: left;
    width: 100%;
}
.last-2 h5{
    float: left;
    text-align: right;
    width: 100%;
    color: #e0a933;
    font-size: 16px;
    font-weight: 400;
    font-family: 'SF UI Text',sans-serif;
}
.last-2 h3{
     width: 100%;
     float: left;
     margin-bottom: 20px;
     font-size: 15px;
     font-weight: 400;
     font-family: 'SF UI Text',sans-serif;
     color: #cecece;
     text-align: right;
}








/*aboutus*/
.ab-ban1 {
    float: left;
    width: 100%;
  padding: 0px 50px;
    /* height: 345px; */
        background-color: #f5f6fa;

  
}
.ab-inner{
    float: left;
    width: 100%;
      background-image: url(../images/main-bg.png);
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
}
.ab-ban1 h3 {
    font-family: 'clash display',sans-serif;
    text-align: center;
    letter-spacing: 1px;
    float: left;
    width: 100%;
    color: #ffe839;
    font-size: 47px;
    font-weight: 500;
    line-height: 43px;
    padding-top: 75px;
    position: relative;
    padding-bottom: 70px;
}

.a-bus-1{
        background-color: #f5f6fa;

    float: left;
    width: 100%;
    padding:70px 0px 50px 0px;
}
.a-bus1-1{
    float: left;
    width: 100%;
}
.a-bus1-1 img{
        margin-bottom: 20px;

    float: left;
    object-fit: cover;
       max-width: 100%;
    margin-right: 40px;
}

.a-bus1-1 h1{
  
    font-weight: 500;
   
    line-height:58px;
   
    font-family: 'Clash Display',sans-serif ;     

    font-size: 55px;
    color: #000;
    font-weight: 400;
}
.a-bus1-1 h1 span{
color: #ffe839;
}
.a-bus1-1 p{
    line-height: 30px;
        font-family: 'SF UI Tex',sans-serif ;     

    font-size: 16px;
    font-weight: 400;
    color: #000;
    /* padding-right: 10px; */
    padding-top: 10px;
}


.aboutsec2 {
    background-color: #f5f6fa;
    width: 100%;
    float: left;
    padding: 50px 50px 90px 50px;
}
.mission-box:hover{
    
    background: #fdbe36;
 transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}
.mission-box:hover h5{
    color: #fff;
     transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}
.mission-box {
    width: 100%;
    background-image: url(../images/main-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
    border-radius: 30px;
  
    text-align: center;
    position: relative;
    transition: all ease-in-out .5s;
}.mission-box img {
    width: 100px;
    filter: invert(1);
}.aboutsec2 h5 {
    font-size: 37px;
    font-weight: 500;
    color: #ffe839;
    margin-top: 20px;
        font-family: 'clash display',sans-serif;


}.mission-box p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    line-height: 28px;
    font-weight: 400;
        font-family: 'SF UI Text',sans-serif;

}

.inner-serv{
    background-color: #f5f6fa;
border-radius: 0px !important;
padding-bottom: 0px !important;
}
.b3-box h1{
 font-size: 53px;
    font-weight: 500;
    color: #000;
    font-family: 'clash display',sans-serif;
    float: left;
width: 100%;
text-align: center;

}
.b3-box h1 span{
    color: #ffe839;
}
.b3-box h4{
    margin-top: 10px;
    float: left;
    margin-bottom: 0;
    font-size: 17px;
    color: #000;
    font-weight: 400;
    line-height: 30px;
    width: 100%;
    text-align: center;
    font-family: 'SF UI Text',sans-serif;
}

.abt-panel {
    padding: 70px 0 80px;
    float: left;
    width: 100%;
    padding-top: 45px;
    background-color: #f5f6fa;
    position: relative;
}.abt-panel h1 {
    /* float: left; */
    /* width: 100%; */
    color: #111010;
    font-size: 54px;
    font-weight: 500;
    margin-bottom: 21px;
    text-align: left;
    margin: 0px;
    margin-bottom: 10px;
    margin-top: 25px;
    font-family: 'clash display',sans-serif;
}.abt-panel h1 span {
    color: #f8af36;
    /* font-weight: 600; */
}.contact-tag {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #000000;
    text-align: left;
    margin-top: 10px;
    line-height: 28px;
    margin-bottom: 30px;
    padding-right: 50px;
    opacity: .8;
    font-family: 'SF UI Text',sans-serif;
}.contact-label {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 15px;
    color: #000;
    font-weight: 400;
        font-family: 'SF UI Text',sans-serif;

}.mct_form {
    border-bottom: 1px solid #b0aaaa;
    color: #272626;
    display: block;
    font-size: 13px;
    /* text-transform: uppercase; */
    height: 50px;
    margin-bottom: 25px !important;
    padding: 0 20px;
    outline: none;
    background: #ffffff;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    border: solid 1px rgba(46, 67, 110, 0.22);
    margin-top: 3px;
    width: 100%;
    float: left;
    padding: 15px;
    margin-top: 17px;
    border-radius: 30px;
}
.contact-label {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 15px;
    color: #000000;
    font-weight: 400;
        font-family: 'SF UI Text',sans-serif;

}.contact-snd {
        box-shadow: inset 400px 0 0 0 #2c2f8f;

    border: 0;
     width: 180px;
    height: 60px;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    float: right;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
        font-family: 'clash display',sans-serif;

}
.contact-snd:hover{
    background-color:#f0ac40 ;
            box-shadow: inset 0 0 0 0 #2c2f8f;
                text-decoration: none;
    -webkit-transition: all ease-in-out .5s;


}
.adr-section{
        background-color: #fee0a0;
    float: left;
    width: 100%;
    padding: 20px;
    border-radius: 31px;
}

.adr-section h1 {
    float: left;
    width: 100%;
    color: #2e3192;
    font-size: 21px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 4px;
    font-family: 'clash display',sans-serif;
   }
   .india {
    float: left;
    width: 100%;
    margin-bottom: 4px;
    border-bottom: solid 1px #e6e6e6;
    padding-bottom: 25px;
}.india p {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 17px;
    color: #000000;
    line-height: 25px;
    margin-top: 11px;
    margin-bottom: 0px;
        font-family: 'SF UI Text',sans-serif;

}
.india img{
    width: 45px;
    float: left;
    margin: 10px 11px 0 0;
        filter: brightness(0);

}
.india img:hover{
        transform: rotateY(360deg);
    transform-style: preserve-3d;
    transition: transform 0.8s;
}


#enroll .modal-content{
    background: #171848;
}
.mod-new{

width: 100%;

float: left;

padding: 30px;
}
.log-sec{width: 100%;float: left;background: #fff;padding: 50px 30px;border-radius: 30px;}
.log-field{width: 100%;float: left;margin-bottom: 15px;}
.log-field label{font-size: 15px;color: #000;width: 100%;font-weight: 500;}
.log-field input{width: 100%;float: left;padding: 13px;border: 1px solid #d1d1d1;border-radius: 10px;font-size: 15px;}
.log-sec button{position: relative;width: 100%;height: 55px;float: right;background: #171848;margin: 25px 0 0 0;padding: 16px 0;cursor: pointer;border: 0;font-size: 15px;color: #fff;border-radius: 30px;text-transform: uppercase;overflow: hidden;}.log-sec button: hover{
    
}.log-sec button:before{
        content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 67px;
    background-color: rgb(14 12 12);
    transition: none 0s ease 0s;
}
.log-sec button:hover::before{
    width: 120%;
    background-color: rgb(10 9 9 / 0%);
    transition: all 0.4s ease-in-out 0s;
}
.log-sec p{font-size: 14px;color: #817f7f;text-align: center;font-weight: 400;margin-top: 20px;float: left;}
@media (min-width: 992px){
.modal-lg {
    max-width: 920px !important;
}
}
.mod-right{

width: 100%;

float: left;

padding: 155px 30px;
}
.mod-right h5{
   font-family:  'Clash Display', sans-serif;
   font-weight: 500;
font-size: 22px;

color: #c76363;
}
.mod-right h6{
   font-family:  'Clash Display', sans-serif;
font-size: 32px;

color: #fff;

font-weight: 500;

margin-top: 20px;
}
.time-mod{

font-size: 20px;

color: #b3b3b3;

font-weight: 400;

margin-top: 30px;
}

.close_form {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    z-index: 999;
    top: 0;
    background: #fbaf34 url(../images/close.svg) no-repeat center center;
    background-size: 20px 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    cursor: pointer;
}

@media(min-width:1230px) 
{
  

 .mob_nav{
    display: none !important;
 }

}

@media(max-width:1229px) 
{


.call-action{
      background-attachment: inherit!important;
}


 .header2{
    background-color: transparent;
    position: absolute;
    top: 13px;
 }
    .menuarea{
        position: inherit;
        padding-top: 0px;
        width: auto;
    }
  
    .menuarea > ul > li > a{
        float: left;
       
    }

.menuarea > ul {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0px;
    background: #fff;
    min-height: 100vh;
    visibility: hidden;
    opacity: 0;
    z-index: 9 !important;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    top: 57px;
    text-align: center;
}

.menuarea > ul > li > a:hover{
  
    border-bottom: none!important;
  -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
}
.activeli {
    border-bottom: none !important;
   
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
}
.menuarea > ul > li {
    width: 100%;
    padding: 0px;
    }
.menuarea ul.view {
        margin-top: 39px;
    padding-left: 0px!important;
 padding-right: 0px!important;
    width: 100%;
        padding-top: 20px;
    padding-bottom: 50px;
  visibility: visible;
    opacity: 1;
    z-index: 100;
    z-index: 1111 !important;
    /* transform: rotate(0deg) translate3d(0, 0, 0); */
}
.menu li:hover>ul {
    width: 100% !important;
    visibility: visible;
    opacity: 1;
    position: unset;
    transform: initial;
    /* height: 122px; */
    z-index: 99999;
    margin-top: 60px;
}
.menu ul:after{
   display: none;
}

.menuarea > ul > li > a {
    font-size: 17px;
    width: 100%!important;
        padding: 25px 17px 0px 17px;

}
.header_menu_area > ul > li > a {
    margin: 8px 0px 0px 0px;
}

.sub-menu {
    margin-top: 73px!important;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    /*position: unset;*/
    transform: initial;
    /* height: 122px; */
    z-index: 99999;
    margin-top: 36px;
}

.menu ul {
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0 !important;
    width: 100%;
    transform: initial;
border-radius: 0px;
}


.header_menu a svg{
    display: none;
}
   .overlay{
    display:none ;
   }
   .cli-btn{
    display: none;
   }
   .menu ul li a {
    text-align: center;
}

}


@media(min-width:1229px)
{
    .buttonarea-mob{
        display: none;
    }

}
@media(max-width:1229px)
{
    .buttonarea{
        display: none;
    }
    .banner-2{
        background-image: unset;
    }

}




@media(min-width:1024px) and (max-width:1200px)
{
    .aboutsec2{
    padding: 50px 40px 90px 40px;

    }

    .ab-ban1 {
 
    padding: 0px 40px;
}
.a-bus1-1 h1 br{
display: none;
}

.a-bus1-1 img {
 
    width: 50%;
    }

    .a-bus1-1 h1 {
       line-height: 50px;
    font-size: 45px;
}
.a-bus-1{
    padding: 70px 0px 0px 0px;

}

    .banner1 {
 
    padding: 0px 40px;
}
.banner-2 h2 {
    line-height: 47px;
    font-size: 40px;
    }
    .triangle{
            right: 88px;

    }
.ft-social a{
        padding: 10px 10px;

}
.b3-box p br{
display: none;
}

    .banner3 {

    padding: 0px 40px 80px 40px;
}
.b3-bx1 h1 {
    font-size: 42px;
    }
    .b3-bx2 h6 {
    font-size: 27px;
}

    .footer {
 
    padding: 0px 40px;
}
.buttonarea3 a{
        width: 154px;
    height: 55px;
    text-align: left;
    font-size: 16px;
}


.ftr-a {
    margin-right: 14px;
    font-size: 16px;
}
.ft-social a img {
    width: 34px;
    }
}












@media(min-width:991px) and (max-width:1023px)
{

  .aboutsec2{
    padding: 50px 20px 90px 20px;

    }

    .ab-ban1 {
 
    padding: 0px 20px;
}
.a-bus1-1 h1 br{
display: none;
}

.a-bus1-1 img {
 
    width: 50%;
    }

    .a-bus1-1 h1 {
       line-height: 50px;
    font-size: 45px;
}
.a-bus-1{
    padding: 70px 0px 0px 0px;

}

    .banner1 {
 
    padding: 0px 20px;
}
.banner-2 h2 {
    line-height: 47px;
    font-size: 40px;
    }
    .triangle{
            right: 88px;

    }
.header-content h2 {
    line-height: 78px;
    font-size: 73px;
}
.b3-box p br{
display: none;
}

    .banner3 {

    padding: 0px 20px 80px 20px;
}
.b3-bx1 h1 {
    font-size: 42px;
    }
    .b3-bx2 h6 {
    font-size: 27px;
}

    .footer {
 
    padding: 0px 20px;
}
.buttonarea3 a{
        width: 154px;
    height: 55px;
    text-align: left;
    font-size: 16px;
}


.ftr-a {
    margin-right: 14px;
    font-size: 16px;
}
.ft-social a img {
    width: 34px;
    }
    .st-bx-text-sp {
    height: 263px;
        padding: 39px 15px 37px 27px;
}
.s2-bx-sp img {
  
    height: 263px;
    }
    .s2-bx-sp {
  
    margin-bottom: 50px;
    height: 263px;
    margin-top: 80px;
}
}

















@media(min-width:768px) and (max-width:990px)
{
    .india p {
    width: 100%;
    text-align: center;
}
.india {
    text-align: center;
    }
    .india img{
        float: none;
    }
    .abt-panel {
    padding: 70px 0 35px;
}
.abt-panel h1 {
text-align: center;
}
.contact-tag  {
text-align: center;
padding-right: 0px;
width: 100%;
}

 .aboutsec2{
    padding: 50px 20px 90px 20px;

    }

    .ab-ban1 {
 
    padding: 0px 20px;
}

.a-bus1-1 img {
 
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
    }
    .a-bus1-1 h1{
        width: 100%;
        float: left;
        text-align: center;
    }
    .a-bus1-1 p{
        text-align: center;
     float: left; 
    line-height: 34px;

       width: 100%;

    }
    .mission-box img {
    width: 76px;
}
.aboutsec2 h5 {
    font-size: 33px;
    }
    .mission-box{
            padding: 65px 20px;

    }

 
.a-bus-1{
    padding: 50px 0px 0px 0px;

}


.banner-2{
        padding: 10px 0px 50px 0px;

}
    .banner1 {
 
    padding: 0px 20px;
}
.banner-2 h2 {
  text-align: center;
    line-height: 47px;
    font-size: 40px;
    margin-top: 20px
    }
    .banner-2 p {
text-align: center;
}
.b2-box:after {
    display: none;
}
.b2-box2:after {
    display: none;
}
.pr{
    padding-right: 15px !important;
}
.pl{
    padding-left: 15px!important;
}
.s-pl{
    padding-left: 15px !important;
}
.s-pr{
    padding-right: 15px!important;
}
    .triangle{
         display: none;

    }
.header-content h2 {
    line-height: 78px;
    font-size: 73px;
}
.b3-box p br{
display: none;
}

    .banner3 {

    padding: 0px 20px 80px 20px;
}
.b3-bx1 h1 {
    font-size: 42px;
    text-align: center;
    }
    .b3-bx1 p{
        text-align: center;
    }
    .buttonarea2{
        float: left;
        text-align: center;
        width: 100%;
    }
    .buttonarea2 a{
        display: inline-block;
        float: none;
    padding: 18px 0px;
text-align: center;
    }
    .b3-bx2 h2 {
text-align: center;
}
    .b3-bx2 h6 {
text-align: center;
  font-size: 27px;
}    
.go {
    left: 39%;
    }
    .ftr-logo {
    margin-top: 30px;
    margin-right: auto;
    display: block;
    margin-left: auto;
    float: none;
}
.buttonarea3{
     float: left;
     text-align: center;
     width: 100%;
     margin-top: 20px;
}

    .footer {
 
    padding: 0px 20px;
}
.buttonarea3 a{
      
    padding: 15px 0px;

    text-align: center;
    float: none;
    font-size: 17px;
    display: inline-block;
}
.last-1 {
    float: left;
    width: 100%;
    text-align: center;
}
.ft-social{
float: left;
margin-top: 30px;
padding-bottom: 30px;
    text-align: center;
}
.last-2 h3 {
text-align: center;
}
.last-2 h5 {
text-align: center;
}
.ft-social a {
    text-align: center;
    float: none;
    display: inline-block;}

.ftr-a {
    float: left;
    width: 100%;
    text-align: center;
    margin-right: 0px;
    font-size: 17px;
    margin-top: 13px;
}
.ft-social a img {
    width: 34px;
    }

    .banner-2-img {
    float: none;
  
    margin-right: auto;
  
    margin-left: auto;
    display: block;
}
.banner-2 h5 {
    text-align: center;
    }
    .banner-2 h5:before {
    left: 266px;
}
.b2-box {
    width: 60%;
    margin: auto;
    display: table;
      margin-bottom: 30px;

    float: none;
    }
    .b2-box2 {
    width: 60%;
    margin-left: auto;
    display: table;
    margin-right: auto;
    margin-bottom: 30px;
  
    float: none;
    }
    .b2-box3 {
    width: 60%;
    margin: auto;
    display: table;
  
    float: none;
    }
    .b2-box-h3{
        text-align: center;
    }
    .b2-box-p{
        text-align: center;
    }
.b3-box h2 {
    text-align: center;
}
.b3-box-p {
    padding: 0px 100px;
    text-align: center;
    width: 100%;
    }
 
.s2-bx {
    float: none;
    width: 100%;
    /* position: relative; */
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.float-left {
    float: left!important;
    margin-bottom: 40px;
}
.st-bx-text h3 {
    text-align: center;
    }

.s2-bx-butn {
    text-align: center;
    left: 0px;
}
.s2-bx-butn a{
    float: none;
    display: inline-block;
}
.st-bx-text p {
    padding: 0px !important;
}

.may-text h3 {
    text-align: center;
    }

.may-btn {
    text-align: center;
    left: 0px;
}
.may-btn a{
    float: none;
    display: inline-block;
}
.may-p {
    padding: 0px !important;
}

.b3-box{


    padding: 60px 0px 40px 0px;

}
}


/*
@media(min-width:990px)
{
    .s2-bx-mob
    {
        display: none;
    }
}
@media(max-width:989px)
{
.s2-bx-sp{
    display: none;
}

}*/












@media(min-width:576px) and (max-width:767px)
{
  

  .india p {
    width: 100%;
    text-align: center;
}
.india {
    text-align: center;
    }
    .india img{
        float: none;
    }
    .abt-panel {
    padding: 45px 0 35px;
}
.contact-snd{
    float: left;
    margin-top: 40px;
}
.abt-panel h1 {
text-align: center;
}
.contact-tag  {
text-align: center;
padding-right: 0px;
width: 100%;
}

 .aboutsec2{
    padding: 50px 20px 90px 20px;

    }

    .ab-ban1 {
 
    padding: 0px 20px;
}

.a-bus1-1 img {
 
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
    }
    .a-bus1-1 h1{
        width: 100%;
        float: left;
        text-align: center;
    }
    .a-bus1-1 p{
        text-align: center;
     float: left; 
    line-height: 34px;

       width: 100%;

    }
    .mission-box img {
    width: 76px;
}
.aboutsec2 h5 {
    font-size: 33px;
    }
    .mission-box{
           margin-bottom: 30px;a

    }

 
.a-bus-1{
    padding: 50px 0px 0px 0px;

}

.banner-2{
        padding: 10px 0px 50px 0px;

}
    .banner1 {
 
    padding: 0px 20px;
}
.banner-2 h2 {
  text-align: center;
    line-height: 47px;
    font-size: 40px;
    margin-top: 20px
    }
    .banner-2 p {
text-align: center;
}
.b2-box:after {
    display: none;
}
.b2-box2:after {
    display: none;
}
.pr{
    padding-right: 15px !important;
}
.pl{
    padding-left: 15px!important;
}
.s-pl{
    padding-left: 15px !important;
}
.s-pr{
    padding-right: 15px!important;
}
    .triangle{
         display: none;

    }
.header-content h2 {
     line-height: 67px;
    font-size: 51px;
}
.arrow-btn p br{
    display: none;
}
.main-box{
    display: none;
}
.b3-box p br{
display: none;
}

    .banner3 {

    padding: 0px 20px 80px 20px;
}
.b3-bx1 h1 {
        font-size: 35px;
    text-align: center;
    margin-top: 27px;
}
    .b3-bx1 p{
        text-align: center;
    }
    .cen{
        margin-top: 30px;
    }
    .buttonarea2{
        float: left;
        text-align: center;
        width: 100%;
    }
    .buttonarea2 a{
        display: inline-block;
        float: none;
    padding: 18px 0px;
text-align: center;
    }
    .b3-bx2 h2 {
text-align: center;
}
    .b3-bx2 h6 {
text-align: center;
  font-size: 27px;
}

.logopart img {
    float: left;
    width: 178px;  
}

.go {
    left: 35%;
    }
    .ftr-logo {
    margin-top: 30px;
    margin-right: auto;
    display: block;
    margin-left: auto;
    float: none;
}
.buttonarea3{
     float: left;
     text-align: center;
     width: 100%;
     margin-top: 20px;
}

    .footer {
 
    padding: 0px 20px;
}
.buttonarea3 a{
      
    padding: 15px 0px;

    text-align: center;
    float: none;
    font-size: 17px;
    display: inline-block;
}
.last-1 {
    float: left;
    width: 100%;
    text-align: center;
}
.ft-social{
float: left;
margin-top: 30px;
padding-bottom: 30px;
    text-align: center;
}
.last-2 h3 {
text-align: center;
}
.last-2 h5 {
text-align: center;
}
.ft-social a {
    text-align: center;
    float: none;
    display: inline-block;}

.ftr-a {
    float: left;
    width: 100%;
    text-align: center;
    margin-right: 0px;
    font-size: 17px;
    margin-top: 13px;
}
.ft-social a img {
    width: 34px;
    }

    .banner-2-img {
    float: none;
  
    margin-right: auto;
  
    margin-left: auto;
    display: block;
}
.banner-2 h5 {
    text-align: center;
    left: 0;
    }
    .banner-2 h5:before {
   display: none;
}
.b2-box {
    width: 80%;
    margin: auto;
    display: table;
        margin-bottom: 30px;

  
    float: none;
    }
    .b2-box2 {
    width: 80%;
    margin-left: auto;
    display: table;
  margin-bottom: 20px;
  margin-right: auto;
    float: none;
    }
    .b2-box3 {
    width: 80%;
   margin-left: auto;
    display: table;
  margin-bottom: 20px;
  margin-right: auto;
  
    float: none;
    }
    .b2-box-h3{
        text-align: center;
    }
    .b2-box-p{
        text-align: center;
    }
.b3-box h2 {
    text-align: center;
}
.b3-box-p {
    padding: 0px 0px;
    text-align: center;
    width: 100%;
    }
 .chat {
    position: absolute;
    right: -61px;
    top: -15px;
    width: 170px;
}
.s2-bx {
    float: none;
    width: 362px;
    /* position: relative; */
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.may {
    float: none;
    width: 362px;
    /* position: relative; */
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.float-left {
    float: left!important;
    margin-bottom: 40px;
}
.st-bx-text h3 {
    text-align: center;
    }

.s2-bx-butn {
    text-align: center;
    left: 0px;
}
.s2-bx-butn a{
    float: none;
    display: inline-block;
}
.st-bx-text p {
    text-align: center;
    padding: 0px !important;
}

.may-text h3 {
    text-align: center;
    }

.may-btn {
    text-align: center;
    left: 0px;
}
.may-btn a{
    float: none;
    display: inline-block;
}
.may-p {
    text-align: center;
    padding: 0px !important;
}
.b3-box{


    padding: 60px 0px 40px 0px;

}
.mod-right{
        padding: 50px 30px 0px 30px;

}
.ab-ban1 h3{
        font-size: 42px;

}
.b3-box h4  br{
    display: none;
}
}







@media(min-width:450px) and (max-width:575px)
{
    .india p {
    width: 100%;
    text-align: center;
}
.india {
    text-align: center;
    }
    .india img{
        float: none;
    }
    .abt-panel {
    padding: 45px 0 35px;
}
.contact-snd{
    float: left;
    margin-top: 40px;
}
.abt-panel h1 {
text-align: center;
}
.contact-tag  {
text-align: center;
padding-right: 0px;
width: 100%;
}

    .ab-ban1 h3{
        font-size: 42px;
            line-height: 43px;


}
.b3-box h4  br{
    display: none;
}
     .aboutsec2{
    padding: 50px 10px 90px 10px;

    }

    .ab-ban1 {
 
    padding: 0px 10px;
}

.a-bus1-1 img {
 
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
    }
    .a-bus1-1 h1{
        width: 100%;
        float: left;
        text-align: center;
    }
    .a-bus1-1 p{
        text-align: center;
     float: left; 
    line-height: 34px;

       width: 100%;

    }
    .mission-box img {
    width: 76px;
}
.aboutsec2 h5 {
    font-size: 33px;
    }
    .mission-box{
           margin-bottom: 30px;a

    }

 
.a-bus-1{
    padding: 50px 0px 0px 0px;

}

.buttonarea-mob{
    display: none;
}
.menuarea > .mob_nav {
    margin-top: 34px;
}
.arrow-btn p {
    float: left;
    font-size: 16px;
    }
    .b3-bx1 h1 br{
        display: none;
    }
.banner-2{
        padding: 10px 0px 50px 0px;

}
    .banner1 {
 
    padding: 0px 10px;
}
.banner-2 h2 {
  text-align: center;
    line-height: 47px;
    font-size: 40px;
    margin-top: 20px
    }
    .banner-2 p {
text-align: center;
}
.b2-box:after {
    display: none;
}
.b2-box2:after {
    display: none;
}
.pr{
    padding-right: 15px !important;
}
.pl{
    padding-left: 15px!important;
}
.s-pl{
    padding-left: 15px !important;
}
.s-pr{
    padding-right: 15px!important;
}
    .triangle{
         display: none;

    }
.header-content h2 {
     line-height: 56px;
    font-size: 45px;
}
.arrow-btn p br{
    display: none;
}
.main-box{
    display: none;
}
.b3-box p br{
display: none;
}

    .banner3 {

    padding: 0px 20px 80px 20px;
}
.b3-bx1 h1 {
          font-size: 33px;
    text-align: center;
    margin-top: 39px;
}
    .b3-bx1 p{
        text-align: center;
    }
    .cen{
        margin-top: 30px;
    }
    .buttonarea2{
        float: left;
        text-align: center;
        width: 100%;
    }
    .buttonarea2 a{
        display: inline-block;
        float: none;
    padding: 18px 0px;
text-align: center;
    }
    .b3-bx2 h2 {
text-align: center;
}
    .b3-bx2 h6 {
text-align: center;
  font-size: 27px;
}

.logopart img {
    float: left;
    width: 178px;  
}

.go {
    left: 32%;
    }
    .ftr-logo {
    margin-top: 30px;
    margin-right: auto;
    display: block;
    margin-left: auto;
    float: none;
}
.buttonarea3{
     float: left;
     text-align: center;
     width: 100%;
     margin-top: 20px;
}

    .footer {
 
    padding: 0px 20px;
}
.buttonarea3 a{
      
    padding: 15px 0px;

    text-align: center;
    float: none;
    font-size: 17px;
    display: inline-block;
}
.last-1 {
    float: left;
    width: 100%;
    text-align: center;
}
.ft-social{
float: left;
margin-top: 30px;
padding-bottom: 30px;
    text-align: center;
}
.last-2 h3 {
text-align: center;
}
.last-2 h5 {
text-align: center;
}
.ft-social a {
    text-align: center;
    float: none;
    display: inline-block;
}

.ftr-a {
    float: left;
    width: 100%;
    text-align: center;
    margin-right: 0px;
    font-size: 17px;
    margin-top: 13px;
}
.ft-social a img {
    width: 34px;
    }

    .banner-2-img {
    float: none;
  
    margin-right: auto;
  
    margin-left: auto;
    display: block;
}
.banner-2 h5 {
    text-align: center;
    left: 0;
    }
    .banner-2 h5:before {
   display: none;
}
.b2-box {
    width: 80%;
    margin: auto;
    display: table;
        margin-bottom: 30px;

  
    float: none;
    }
    .b2-box2 {
    width: 80%;
    margin-left: auto;
    display: table;
  margin-bottom: 20px;
  margin-right: auto;
    float: none;
    }
    .b2-box3 {
    width: 80%;
     margin-left: auto;
    display: table;
  margin-bottom: 20px;
  margin-right: auto;
    float: none;
    }
    .b2-box-h3{
        text-align: center;
    }
    .b2-box-p{
        text-align: center;
    }
.b3-box h2 {
    text-align: center;
}
.b3-box-p {
    padding: 0px 0px;
    text-align: center;
    width: 100%;
    }
 .chat {
    position: absolute;
       right: -39px;
    top: -9px;
    width: 124px;
}
.s2-bx {
    float: none;
    width: 362px;
    /* position: relative; */
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.may {
    float: none;
    width: 362px;
    /* position: relative; */
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.float-left {
    float: left!important;
    margin-bottom: 40px;
}
.st-bx-text h3 {
    text-align: center;
    }

.s2-bx-butn {
    text-align: center;
    left: 0px;
}
.s2-bx-butn a{
    float: none;
    display: inline-block;
}
.st-bx-text p {
    padding: 0px !important;
}

.may-text h3 {
    text-align: center;
    }

.may-btn {
    text-align: center;
    left: 0px;
}
.may-btn a{
    float: none;
    display: inline-block;
}
.may-p {
    padding: 0px !important;
}

.b3-box{


    padding: 60px 0px 40px 0px;

}
.mod-right{
    display: none;
}
.modal-dialog{
    margin: 0rem !important;
}
}















@media (max-width:449px)
{
    .india p {
    width: 100%;
    text-align: center;
}
.india {
    text-align: center;
    }
    .india img{
        float: none;
    }
    .abt-panel {
    padding: 45px 0 35px;
}
.contact-snd{
    float: left;
    margin-top: 40px;
}
.abt-panel h1 {
text-align: center;
}
.contact-tag  {
text-align: center;
padding-right: 0px;
width: 100%;
}

.ab-ban1 h3{
        font-size: 42px;
            line-height: 43px;


}
.b3-box h4  br{
    display: none;
}
.inner-serv {
    padding-bottom: 0px!important;
}

      .aboutsec2{
    padding: 30px 10px 90px 10px;

    }

    .ab-ban1 {
 
    padding: 0px 10px;
}.ab-ban1 h3 {
   
    font-size: 42px;
  
    padding-top: 52px;
    position: relative;
    padding-bottom: 51px;

}

.a-bus1-1 img {
 
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
    }
    .a-bus1-1 h1 br {
        display:none;
    }
    .a-bus1-1 h1{
            font-size: 48px;

        width: 100%;
        float: left;
        text-align: center;
    }
    .a-bus1-1 p{
        text-align: center;
     float: left; 
    line-height: 34px;

       width: 100%;

    }
    .mission-box img {
    width: 76px;
}
.aboutsec2 h5 {
    font-size: 33px;
    }
    .mission-box{
           margin-top: 20px;
               padding: 30px;


    }

 
.a-bus-1{
    padding: 50px 0px 0px 0px;

}
.buttonarea-mob{
    display: none;
}
.menuarea > .mob_nav {
    margin-top: 34px;
}
.arrow-btn p {
    float: left;
    font-size: 16px;
    }
    .b3-bx1 h1 br{
        display: none;
    }
.banner-2{
        padding: 10px 0px 40px 0px;

}
    .banner1 {
 
    padding: 0px 10px;
}
.banner-2 h2 {
    text-align: center;
    line-height: 42px;
    font-size: 33px;
    margin-top: 15px;
    }
    .banner-2 p {
text-align: center;
}
.b2-box:after {
    display: none;
}
.b2-box2:after {
    display: none;
}
.pr{
    padding-right: 15px !important;
}
.pl{
    padding-left: 15px!important;
}
.s-pl{
    padding-left: 15px !important;
}
.s-pr{
    padding-right: 15px!important;
}
    .triangle{
         display: none;

    }
.header-content h2 {
        line-height: 54px;
    font-size: 41px;
}
.arrow-btn p br{
    display: none;
}
.main-box{
    display: none;
}
.b3-box p br{
display: none;
}

    .banner3 {

    padding: 0px 20px 80px 20px;
}
.b3-bx1 h1 {
          font-size: 33px;
    text-align: center;
    margin-top: 39px;
}
    .b3-bx1 p{
        text-align: center;
    }
    .cen{
        margin-top: 30px;
    }
    .buttonarea2{
        float: left;
        text-align: center;
        width: 100%;
    }
    .buttonarea2 a{
        display: inline-block;
        float: none;
    padding: 18px 0px;
text-align: center;
    }
    .b3-bx2 h2 {
text-align: center;
    font-size: 33px;

}
    .b3-bx2 h6 {
text-align: center;
  font-size: 24px;
}

.logopart img {
    float: left;
    width: 178px;  
}

.go {
    left:29%;
    }
    .ftr-logo {
    margin-top: 30px;
    margin-right: auto;
    display: block;
    margin-left: auto;
    float: none;
}
.buttonarea3{
     float: left;
     text-align: center;
     width: 100%;
     margin-top: 20px;
}

    .footer {
 
    padding: 0px 20px;
}
.buttonarea3 a{
      
    padding: 15px 0px;

    text-align: center;
    float: none;
    font-size: 17px;
    display: inline-block;
}
.last-1 {
    float: left;
    width: 100%;
    text-align: center;
}
.ft-social{
float: left;
margin-top: 30px;
padding-bottom: 30px;
    text-align: center;
}
.last-2 h3 {
text-align: center;
}
.last-2 h5 {
text-align: center;
}
.ft-social a {
    text-align: center;
    float: none;
    display: inline-block;
}

.ftr-a {
    float: left;
    width: 100%;
    text-align: center;
    margin-right: 0px;
    font-size: 17px;
    margin-top: 13px;
}
.ft-social a img {
    width: 34px;
    }

    .banner-2-img {
    float: none;
  
    margin-right: auto;
  
    margin-left: auto;
    display: block;
}
.banner-2 h5 {
    text-align: center;
    left: 0;
    }
    .banner-2 h5:before {
   display: none;
}
.b2-box {
    width: 100%;
    margin: auto;
    display: table;
        margin-bottom: 30px;

  
    float: none;
    }
    .b2-box2 {
    width: 100%;
     margin-left: auto;
    display: table;
  margin-bottom: 20px;
  margin-right: auto;
    float: none;
    }
    .b2-box3 {
    width: 100%;
    margin-left: auto;
    display: table;
  margin-bottom: 20px;
  margin-right: auto;
    float: none;
    }
    .b2-box-h3{
        text-align: center;
    }
    .b2-box-p{
        text-align: center;
    }
.b3-box h2 {
        font-size: 41px;

    text-align: center;
}
.b3-box-p {
    padding: 0px 0px;
    text-align: center;
    width: 100%;
    }
 .chat {
     position: absolute;
    right: -36px;
    top: -8px;
    width: 113px;
}
.s2-bx {
    float: none;
       width: 100%;

    /* position: relative; */
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.may {
    float: none;
       width: 100%;

    /* position: relative; */
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.float-left {
    float: left!important;
    margin-bottom: 40px;
}
.st-bx-text h3 {
    text-align: center;
    }

.s2-bx-butn {
    text-align: center;
    left: 0px;
}
.s2-bx-butn a{
    float: none;
    display: inline-block;
}
.st-bx-text p {
    padding: 0px !important;
}
.may-text h3 {
    text-align: center;
    }

.may-btn {
    text-align: center;
    left: 0px;
}
.may-btn a{
    float: none;
    display: inline-block;
}
.may-p {
    padding: 0px !important;
}
.b3-box{


    padding:40px  0px 40px 0px;

}
.mod-right{
    display: none;
}
.modal-dialog{
    margin: 0rem !important;
}
}
.bounce {
  animation: bounce 6s ease infinite;
}
@keyframes bounce {
    70% { transform:translateY(0%); }
    80% { transform:translateY(-15%); }
    90% { transform:translateY(0%); }
    95% { transform:translateY(-7%); }
    97% { transform:translateY(0%); }
    99% { transform:translateY(-3%); }
    100% { transform:translateY(0); }
}

.bounce2 {
  animation: bounce2 6s ease infinite;
}
@keyframes bounce2 {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
}
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  overflow: hidden;
}
/*.no-js #loader-wrapper {*/
/*  display: none;*/
/*}*/

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #ffe839;
  -webkit-animation: spin 1.7s linear infinite;
  animation: spin 1.7s linear infinite;
  z-index: 11;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #ffe839;
  -webkit-animation: spin-reverse 0.6s linear infinite;
  animation: spin-reverse 0.6s linear infinite;
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #ffe839;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes spin-reverse {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #2e3192;
  z-index: 10;
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left {
  transform: translateX(-100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
  transform: translateX(100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.3s 1s ease-out;
}

#load_div .box-last img{
    width: 21px;
    height: 18px;
    object-fit: contain;
    padding: 0;
    margin-top: -7px;
}
#load_div .box-last button {
       padding: 8px 7px;}
   