

@media screen and (max-width:576px){
.mailid1{
    z-index:3;
    position:relative;
    left:-36px;
}

.mailid2{
    z-index:3;
    position:relative;
    left:33px;
}

}

@media screen and (max-width:400px){
.mailid1{
    z-index:3;
    position:relative;
    left:-36px;
    top:-5px;
     font-size:11px;
}

.mailid2{
    z-index:3;
    position:relative;
    left:33px;
     font-size:11px;
     
}

.hrbutton {
    position: relative;
    left: 10px;
    color: white;
}

}

/* tob bar */
.top-bar {
    padding: 2px 16px;
    background: #ffffff;
    color: #000;
    border-bottom: 2px solid #0dbb98 ;
    background: linear-gradient( 331deg,#214b97 50%,#fefefe 50%);
}



.info-cont-left{
    padding: 0 10px;
    color: #214b97 ;
}

.info-cont{
    text-align: right;
        padding: 0 10px;
      color: white;
  }

  .info-cont i{
    color: #fff;
  }



  
.nav-bar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    position: relative;
    padding: 12px 20px;
    background-color: #F4F9FC;
}

.logo img {
    padding-left:20px;
    width: 160px;
}

.menu {display: flex;}

.menu li a {
    display: inline-block;
    text-decoration: none;
    color: #214b97;
    text-align: center;
    transition: 0.15s ease-in-out;
    position: relative;
    text-transform: uppercase;
}

.menu li a:hover{
 color: white;


}




.menu li a:hover{
    color: #0dbb98;
}
.menu li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--color1);
    transition: 0.15s ease-in-out;
}
.menu li a:hover:after {width: 100%;}
.open-menu , .close-menu {
    position: absolute;
    color: #0dbb98;
    cursor: pointer;
    font-size: 1.5rem;
    display: none;
}
.open-menu {
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.close-menu {
    top: 20px;
    right: 20px;
}
#check {display: none;}

@media screen and (max-width:576px){
  .topcard{
    padding-top: 10px;
  }
}


@media(max-width: 610px){
    .menu {
        flex-direction: column;
        justify-content: center;
        width: 84%;
        height: 100vh;
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 100;
        background-color:white;
        transition: all 0.2s ease-in-out;
    }
    .menu li {margin-top: 40px;}
    .menu li a {
        
        padding: 10px;
        color: #206dc9;
    }

    .open-menu , .close-menu {display: block;}
    #check:checked ~ .menu {right: 0;}
}










/* Top Bar End */


/*slider*/


.carousel-container {
  width: 100%;
  height: 400px;
  position: relative;
  margin: 0 auto;

}

.navigation-buttons .previous {
  position: absolute;
  z-index: 10;
  font-size: 25px;
  top: 40%;
  left: 10px;
  font-weight: 700;
}

.navigation-buttons .next {
  right: 10px;
  position: absolute;
  font-size: 25px;
  z-index: 10;
  top: 40%;
}

.navigation-buttons .nav-btn {
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}

.navigation .nav-btn:hover {
  background: white;
}

.slider-carousel {
  margin-top: -7px;
  transition: all 0.3s ease;

}
.slider-carousel img {
  width: 1422px;
  height: 400px;
  transition: all 0.3s ease;
  position: relative;
}

.images {
  position: absolute;
  display: none;
}
.main {
  display: block;
}

.image-text{
  position: relative;
  z-index: 3;
  top: -402px;
  animation: mymove 6s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
  color: #0dbb98;
  width:500px;
  

}

.slideh5{
  font-size: 40px;
  text-transform: uppercase;
  width: 500px;
  position: relative;
  left: 60px;

}

@keyframes mymove {
  from {
    left: 0px;}
  to {
  top: -210px;
  left: 0px;
  }
}

/* Responsive */

@media screen and (max-width:1200px){

  .carousel-container {
    width: 100%;
    height: 400px;
    position: relative;
    margin: 0 auto;
  
  }

  .slider-carousel img {
    width: 1200px;
    height: 400px;
    transition: all 0.3s ease;
    position: relative;
  }

  .image-text {
    position: relative;
    z-index: 3;
    top: -402px;
    animation: mymove 6s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
    color: #0dbb98;
    width: 500px;
}

.slideh5 {
  font-size: 41px;
  text-transform: uppercase;
  width: 500px;
}

.navigation-buttons .previous {
  position: absolute;
  z-index: 10;
  font-size: 25px;
  top: 50%;
  left: 10px;
  font-weight: 700;
}

.navigation-buttons .next {
  right: 10px;
  position: absolute;
  font-size: 25px;
  z-index: 10;
  top: 50%;
}

  
}


/* Responsive */

@media screen and (max-width:992px){

  .carousel-container {
    width: 100%;
    height: 400px;
    position: relative;
    margin: 0 auto;
  
  }

  .slider-carousel img {
    width: 992px;
    height: 400px;
    transition: all 0.3s ease;
    position: relative;
  }

  .image-text {
    position: relative;
    z-index: 3;
    top: -402px;
    animation: mymove 6s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
    color: #0dbb98;
    width: 500px;
}

.slideh5 {
  font-size: 36px;
  text-transform: uppercase;
  width: 500px;
}

.navigation-buttons .previous {
  position: absolute;
  z-index: 10;
  font-size: 25px;
  top: 41%;
  left: 10px;
  font-weight: 700;
}
.navigation-buttons .next {
  right: 10px;
  position: absolute;
  font-size: 25px;
  z-index: 10;
  top: 41%;
}

  
}
  
  
@media screen and (max-width:768px){

  .carousel-container {
    width: 100%;
    height: 400px;
    position: relative;
    margin: 0 auto;
  
  }

  .slider-carousel img {
    width: 768px;
    height: 400px;
    transition: all 0.3s ease;
    position: relative;
  }

  .image-text {
    position: relative;
    z-index: 3;
    top: -402px;
    animation: mymove 6s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
    color: #0dbb98;
    width: 500px;
}

  .slideh5 {
    font-size: 36px;
    text-transform: uppercase;
    width: 500px;
  }

.navigation-buttons .previous {
  position: absolute;
  z-index: 10;
  font-size: 25px;
  top: 41%;
  left: 10px;
  font-weight: 700;
}
.navigation-buttons .next {
  right: 10px;
  position: absolute;
  font-size: 25px;
  z-index: 10;
  top: 41%;
}

  
}


@media screen and (max-width:576px){

  .carousel-container {
    width: 100%;
    height: 400px;
    position: relative;
    margin: 0 auto;
  
  }

  .slider-carousel img {
    width: 576px;
    height: 400px;
    transition: all 0.3s ease;
    position: relative;
  }

  .image-text {
    position: relative;
    z-index: 3;
    top: -402px;
    animation: mymove 6s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
    color: #0dbb98;
    width: 500px;
}

.slideh5 {
  font-size: 36px;
  text-transform: uppercase;
  width: 500px;
}

.navigation-buttons .previous {
  position: absolute;
  z-index: 10;
  font-size: 25px;
  top: 43%;
  left: 10px;
  font-weight: 700;
}
.navigation-buttons .next {
  right: 10px;
  position: absolute;
  font-size: 25px;
  z-index: 10;
  top: 43%;
}

  
}  


@media screen and (max-width:400px){

  .carousel-container {
    width: 400px;
    height: 400px;
    position: relative;
    margin: 0 auto;
  
  }

  .slider-carousel img {
    width: 393px;
    height: 400px;
    transition: all 0.3s ease;
    position: relative;
  }

  .image-text {
    position: relative;
    z-index: 3;
    top: -402px;
    animation: mymove 6s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
    color: #0dbb98;
    width:350px;
}

.slideh5 {
  font-size: 24px;
  text-transform: uppercase;
  width: 319px;
}

.navigation-buttons .previous {
  position: absolute;
  z-index: 10;
  font-size: 25px;
  top: 43%;
  left: 10px;
  font-weight: 700;
}
.navigation-buttons .next {
  right: 10px;
  position: absolute;
  font-size: 25px;
  z-index: 10;
  top: 43%;
}

  
} 


/*slider end*/


/*3 cards*/


.cust-card {
    height: 125px;
    width: 100%;
    background: #214b97;
    color: #fff;
    text-align: center;
    box-shadow: 0px 0px 14px -6px #000;
    -webkit-box-shadow: 0px 0px 14px -6px #000;
    -moz-box-shadow: 0px 0px 14px -6px #000;
    padding: 16px 4px;
    border-radius: 20px;
}

.cust-card.mid {
    background: rgb(255 255 255 / 92%);
    color: #001933;
}



.top-card-container .icon {
    font-size: 22px;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    margin: 0 auto;
}

.top-card-container .icon2 {
    background: #001933;
}

.top-card-container .i_mid {
    color: #fff;
}

.top-card-container {
    position: relative;
    top: 337px;
    z-index: 1;
}


.top-card-container .caption {
    font-size: 18px;
    /* font-family: 'Trade Winds'; */
    font-weight: 700;
    margin-top: 10px;
}


.top-card-container i {
    color: #001933;
}



.aboutusbgcolor{
background-color: #F4F9FC;
}

.page-section {
    padding: 50px 0px;
    background-color: #ffffff;
}

.main-h {
    text-align: center;
    text-transform: uppercase;
    color: #214b97;
    padding: 23px;
    height: 60px;
}

@media screen and (max-width:400px){
 
 .main-h {
    text-align: center;
    text-transform: uppercase;
    color: #214b97;
    padding: 23px;
    height: 60px;
    font-size:20px;
}
    
}

.sub-h {
    text-align: center;
    color: #0dbb98;
    margin-bottom: 30px;
    text-transform: capitalize;
}


/*3 cards End*/



/*About Us*/

.text-muted{
  overflow: hidden;
}


.aboutcontainer{
    margin-top: 330px;
}

.aboutcontainer2{
  margin-top:-59px;
  margin-bottom: 20px;
}

.about-us-img img {
    width: 100%;
    position: relative;
    z-index: 2;
    transform: rotate(0deg);
    top: 0;
    padding: 0 4px;
}

.about-us-img .frame {
    position: absolute;
    left: 0px;
    right: 37px;
    bottom: 28px;
    top: -16px;
    background: #ffffff00;
    border: 5px solid #0dbb98;
    z-index: 1;
}

.theme-btn-outline1 {
    color: #f6cb18;
    background-color: transparent;
    background-image: none;
    border-color: #f6cb18;
}


.aboutpagecontainer2{
  height: 322px;

}

/*About Us End*/





/*Portfolio*/

.review1 .review-slider1 {
    padding: 1rem;
    width: 1373px;
    height: 314px;
    border-radius: 40px;
    padding-left: 22rem;
}



  

 .box1{
  border: 5px solid white;
  background: white;
  border-radius: 20px;
  height: 291px;
  width: 200px;
  text-align: center;
  padding: 3rem 2rem;
  outline-offset: -1rem;
  outline: var(--outline);
  transition: .2s linear;
  box-shadow: 1px 1px 10px 4px var(--gray);
  }
.box1:hover{
  box-shadow: 1px 1px 10px 4px var(--green);
  }
  
  .portfolioimg {
    height: 259px;
    width: 322px;
    position: relative;
    top: -53px;
    left: -38px;
    border-radius: 20px 20px 20px 20px;
   
  }

  .pname{
    position: relative;
    top: -48px;
    font-size: 20px;
  }

  @media  screen and (max-width:1200px){
 
    .review1 .review-slider1 {
      padding: 1rem;
      width: 1196px;
      height: 313px;
      border-radius: 40px;

    }
  
  
  
    
  
   .box1{
    border: 5px solid white;
    background: white;
    border-radius: 20px;
    height: 291px;
    width: -1px !important;
    text-align: center;
    padding: 3rem 2rem;
    outline-offset: -1rem;
    outline: var(--outline);
    transition: .2s linear;
    box-shadow: 1px 1px 10px 4px var(--gray);
    }
  .box1:hover{
    box-shadow: 1px 1px 10px 4px var(--green);
    }
    
    .portfolioimg {
      height: 259px;
      width: 375px;
      position: relative;
      top: -53px;
      left: -37px;
      border-radius: 20px 20px 20px 20px;
     
    }
  
    .pname{
      position: relative;
      top: -48px;
      font-size: 20px;
    }
    



  }


  @media  screen and (max-width:992px){
 
    .review1 .review-slider1 {
      padding: 1rem;
      width: 989px;
      height: 313px;
      border-radius: 40px;

    }
  
  
  
    
  
   .box1{
    border: 5px solid white;
    background: white;
    border-radius: 20px;
    height: 291px;
    width: -1px !important;
    text-align: center;
    padding: 3rem 2rem;
    outline-offset: -1rem;
    outline: var(--outline);
    transition: .2s linear;
    box-shadow: 1px 1px 10px 4px var(--gray);
    }
  .box1:hover{
    box-shadow: 1px 1px 10px 4px var(--green);
    }
    
    .portfolioimg {
      height: 259px;
      width: 468px;
      position: relative;
      top: -53px;
      left: -37px;
      border-radius: 20px 20px 20px 20px;
     
    }
  
    .pname{
      position: relative;
      top: -48px;
      font-size: 20px;
    }
    
  }


  @media  screen and (max-width:768px){
 
    .review1 .review-slider1 {
      padding: 1rem;
      width: 500px;
      height: 313px;
      border-radius: 40px;

    }
  
  
  
    
  
   .box1{
    border: 5px solid white;
    background: white;
    border-radius: 20px;
    height: 291px;
    width: -1px !important;
    text-align: center;
    padding: 3rem 2rem;
    outline-offset: -1rem;
    outline: var(--outline);
    transition: .2s linear;
    box-shadow: 1px 1px 10px 4px var(--gray);
    }
  .box1:hover{
    box-shadow: 1px 1px 10px 4px var(--green);
    }
    
    .portfolioimg {
      height: 259px;
      width: 468px;
      position: relative;
      top: -53px;
      left: -37px;
      border-radius: 20px 20px 20px 20px;
     
    }
  
    .pname{
      position: relative;
      top: -48px;
      font-size: 20px;
    }
    



  }
  

  @media  screen and (max-width:400px){
 
    .review1 .review-slider1 {
      padding: 1rem;
      width: 388px;
      height: 313px;
      border-radius: 40px;

    }
  
  
  
    
  
   .box1{
    border: 5px solid white;
    background: white;
    border-radius: 20px;
    height: 291px;
    width: -1px !important;
    text-align: center;
    padding: 3rem 2rem;
    outline-offset: -1rem;
    outline: var(--outline);
    transition: .2s linear;
    box-shadow: 1px 1px 10px 4px var(--gray);
    }
  .box1:hover{
    box-shadow: 1px 1px 10px 4px var(--green);
    }
    
    .portfolioimg {
      height: 254px;
      width: 356px;
      position: relative;
      top: -53px;
      left: -37px;
      border-radius: 20px 20px 20px 20px;
     
    }
  
    .pname{
      position: relative;
      top: -48px;
      font-size: 20px;
    }
    



  }


  
  /*Portfolio End*/


/*Contact Us*/

.contact{
    background-color: #F4F9FC;
    position: relative;
    top: 15px;
}



.contact-page-wrap .contact-content>span {
    font-family: var(--font-saira);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #0de493;
    display: inline-block;
}

.sec-mar {
    margin: 100px 0;
    margin-top: -15px;
    background-color: white;

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.contact-page-wrap .contact-content h2 {
    margin-bottom: 5px;
    font-family: var(--font-saira);
    font-weight: 700;
    font-size: 42px;
    line-height: 1.4;
    letter-spacing: .03em;
    text-transform: capitalize;
    color: var(--white-color);
}

@media screen and (max-width:400px){
 
 .contact-page-wrap .contact-content h2 {
    margin-bottom: 5px;
    font-family: var(--font-saira);
    font-weight: 700;
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: .03em;
    text-transform: capitalize;
    color: var(--white-color);
}
    
}



.contact-page-wrap .contact-content p {
    font-family: var(--font-saira);
    font-weight: 300;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: .03em;
    color: #6c757d;
    margin-bottom: 0;
}

.contact-page-wrap .contact-content .informations .single-info .icon {
    height: 2.8rem;
    min-width: 2.8rem;
    border-radius: 50%;
    border: 1px solid #0de493;
    color: #0de493;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.contact-page-wrap .contact-content .informations .single-info .info a {
    font-size: 16px;
    font-weight: 400;
    color:#214b97;
    display: block;
    transition: all .5s ease;
}

.contact-page-wrap .contact-content .follow-area .blog-widget-body .follow-list li a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    background: lightblue;
    border-radius: 50%;
    font-size: 18px;
    color: var(--white-color);
    transition: all .35s ease-in-out;
}

.contact-page-wrap .contact-content .follow-area .blog-widget-body .follow-list {
    margin: 0;
    padding: 10px 0 0;
}

a, ul, ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

.gap-4 {
    gap: 1.5rem !important;
}

.contacth5{
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 0;
    text-align: center;
}

.contact-page-wrap .contact-form-wrap .contact-form form label {
    font-family: var(--font-saira);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .02em;
    text-transform: capitalize;
    color: var(--white-color);
    margin-bottom: 8px;
}

.contact-page-wrap .contact-form-wrap .contact-form form input, .contact-page-wrap .contact-form-wrap .contact-form form textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, .05);
    border-radius: 5px;
    height: 41px;
    font-family: var(--font-saira);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .02em;
    padding: 10px 15px;
    border: 1px solid #dedada;
    outline-color: #0dbb98;
}
input, select, audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}
.contact-page-wrap .contact-form-wrap .contact-form form .primary-btn3 {
    font-size: 17px;
    font-weight: 700;
    padding: 12px 62px;
    border: none;
    margin-top: 20px;
}

.primary-btn3 {
    font-family: var(--font-saira);
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .03em;
    color: white;
    border-radius: 5px;
    background-color:  #214b97;
    padding: 14px 26px;
    display: inline-block;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.primary-btn3:hover{
    background-color: #0dbb98;
}

.contact-page-wrap .contact-form-wrap .contact-form form textarea {
    height: 140px;
}


.contact-page-wrap .contact-form-wrap .contact-form {
    padding: 40px 45px;
    box-shadow: 0 0 15px -2px #444444;
}


/*Contact Us End*/

/*testmonial*/


.review{
    padding-top: -20px;
    margin-top: -82px;
    background-color: #F4F9FC;

}

.review .review-slider {
  padding: 1rem;
  width: 1373px;
  height: 400px;
  border-radius: 40px;
  padding-left: 22rem;


}



.review .review-slider .box{
border: 5px solid white;
background: white;
border-radius: 30px;
text-align: center;
padding: 3rem 2rem;
outline-offset: -1rem;
outline: var(--outline);
transition: .2s linear;
box-shadow: 1px 1px 10px 4px var(--gray);
}
.review .review-slider .box:hover{
box-shadow: 1px 1px 10px 4px var(--green);
}

.review .review-slider .box .img {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  position: relative;
  top: -35px;
}

.review .review-slider .box p {

  padding: 1rem 0;
  line-height: 1.8;
  color: var(--light-color);
  font-size: 1rem;
  position: relative;
  top: -40px;
  font-size: 12px;
}

.review .review-slider .box .h3name{

  padding-bottom: .5rem;
  color: var(--black);
  font-size: 20px;
  position: relative;
  top: -15px ;
}
.h2name{
  position: relative;
  font-size: 25px;
  top: -20px;
}

.review .review-slider .box .stars i{
  color: orange;
  font-size: 1.7rem;
  position: relative;
  top: -60px;
}


@media screen and (max-width:1200px){
  .review{
    padding-top: -20px;
    margin-top: -82px;
    background-color: #F4F9FC;

}

.review .review-slider {
  padding: 1rem;
  width: 1196px;
  height: 400px;
  border-radius: 40px;
  padding-left: 18.2rem;
}



.review .review-slider .box{
border: 5px solid white;
background: white;
border-radius: 30px;
text-align: center;
padding: 3rem 2rem;
outline-offset: -1rem;
outline: var(--outline);
transition: .2s linear;
box-shadow: 1px 1px 10px 4px var(--gray);
}
.review .review-slider .box:hover{
box-shadow: 1px 1px 10px 4px var(--green);
}

.review .review-slider .box .img {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  position: relative;
  top: -35px;
}

.review .review-slider .box p {

  padding: 1rem 0;
  line-height: 1.8;
  color: var(--light-color);
  font-size: 1rem;
  position: relative;
  top: -40px;
  font-size: 12px;
}

.review .review-slider .box .h3name{

  padding-bottom: .5rem;
  color: var(--black);
  font-size: 20px;
  position: relative;
  top: -15px ;
}
.h2name{
  position: relative;
  font-size: 25px;
  top: -20px;
}

.review .review-slider .box .stars i{
  color: orange;
  font-size: 1.7rem;
  position: relative;
  top: -60px;
}
  
}

@media screen and (max-width:992px){
  .review{
    padding-top: -20px;
    margin-top: -82px;
    background-color: #F4F9FC;

}

.review .review-slider {
  padding: 1rem;
  width: 980px;
  height: 400px;
  border-radius: 40px;
  padding-right: 49px;
}



.review .review-slider .box{
border: 5px solid white;
background: white;
border-radius: 30px;
text-align: center;
padding: 3rem 2rem;
outline-offset: -1rem;
outline: var(--outline);
transition: .2s linear;
box-shadow: 1px 1px 10px 4px var(--gray);
}
.review .review-slider .box:hover{
box-shadow: 1px 1px 10px 4px var(--green);
}

.review .review-slider .box .img {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  position: relative;
  top: -35px;
}

.review .review-slider .box p {

  padding: 1rem 0;
  line-height: 1.8;
  color: var(--light-color);
  font-size: 1rem;
  position: relative;
  top: -40px;
  font-size: 12px;
}

.review .review-slider .box .h3name{

  padding-bottom: .5rem;
  color: var(--black);
  font-size: 20px;
  position: relative;
  top: -15px ;
}
.h2name{
  position: relative;
  font-size: 25px;
  top: -20px;
}

.review .review-slider .box .stars i{
  color: orange;
  font-size: 1.7rem;
  position: relative;
  top: -60px;
}
  
}


@media screen and (max-width:768px){
  .review{
    padding-top: -20px;
    margin-top: -82px;
    background-color: #F4F9FC;

}

.review .review-slider {
  padding: 1rem;
  padding-right: 1rem;
  width: 744px;
  height: 400px;
  border-radius: 40px;
  padding-right: 59px;
}



.review .review-slider .box{
border: 5px solid white;
background: white;
border-radius: 30px;
text-align: center;
padding: 3rem 2rem;
outline-offset: -1rem;
outline: var(--outline);
transition: .2s linear;
box-shadow: 1px 1px 10px 4px var(--gray);
}
.review .review-slider .box:hover{
box-shadow: 1px 1px 10px 4px var(--green);
}

.review .review-slider .box .img {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  position: relative;
  top: -35px;
}

.review .review-slider .box p {

  padding: 1rem 0;
  line-height: 1.8;
  color: var(--light-color);
  font-size: 1rem;
  position: relative;
  top: -40px;
  font-size: 12px;
}

.review .review-slider .box .h3name{

  padding-bottom: .5rem;
  color: var(--black);
  font-size: 20px;
  position: relative;
  top: -15px ;
}
.h2name{
  position: relative;
  font-size: 25px;
  top: -20px;
}

.review .review-slider .box .stars i{
  color: orange;
  font-size: 1.7rem;
  position: relative;
  top: -60px;
}
  
}


@media screen and (max-width:576px){
  .review{
    padding-top: -20px;
    margin-top: -82px;
    background-color: #F4F9FC;

}

.review .review-slider {
  padding: 1rem;
  padding-right: 1rem;
  padding-right: 1rem;
  width: 576px;
  height: 400px;
  border-radius: 40px;
  padding-right: 63px;
}



.review .review-slider .box{
border: 5px solid white;
background: white;
border-radius: 30px;
text-align: center;
padding: 3rem 2rem;
outline-offset: -1rem;
outline: var(--outline);
transition: .2s linear;
box-shadow: 1px 1px 10px 4px var(--gray);
}
.review .review-slider .box:hover{
box-shadow: 1px 1px 10px 4px var(--green);
}

.review .review-slider .box .img {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  position: relative;
  top: -35px;
}

.review .review-slider .box p {

  padding: 1rem 0;
  line-height: 1.8;
  color: var(--light-color);
  font-size: 1rem;
  position: relative;
  top: -40px;
  font-size: 12px;
}

.review .review-slider .box .h3name{

  padding-bottom: .5rem;
  color: var(--black);
  font-size: 20px;
  position: relative;
  top: -15px ;
}
.h2name{
  position: relative;
  font-size: 25px;
  top: -20px;
}

.review .review-slider .box .stars i{
  color: orange;
  font-size: 1.7rem;
  position: relative;
  top: -60px;
}
  
}


@media screen and (max-width:400px){
  .review{
    padding-top: -20px;
    margin-top: -82px;
    background-color: #F4F9FC;

}

.review .review-slider {
  width: 390px;
  height: 400px;
  border-radius: 40px;
}



.review .review-slider .box{
border: 5px solid white;
background: white;
border-radius: 30px;
text-align: center;
padding: 3rem 2rem;
outline-offset: -1rem;
outline: var(--outline);
transition: .2s linear;
box-shadow: 1px 1px 10px 4px var(--gray);
}
.review .review-slider .box:hover{
box-shadow: 1px 1px 10px 4px var(--green);
}

.review .review-slider .box .img {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  position: relative;
  top: -35px;
}

.review .review-slider .box p {

  padding: 1rem 0;
  line-height: 1.8;
  color: var(--light-color);
  font-size: 1rem;
  position: relative;
  top: -40px;
  font-size: 12px;
}

.review .review-slider .box .h3name{

  padding-bottom: .5rem;
  color: var(--black);
  font-size: 20px;
  position: relative;
  top: -15px ;
}
.h2name{
  position: relative;
  font-size: 25px;
  top: -20px;
}

.review .review-slider .box .stars i{
  color: orange;
  font-size: 1.7rem;
  position: relative;
  top: -60px;
}
  
}




/*testmonial end*/


/* Or Client section*/

.clientsection{
    background-color:white;
    height: 217px;
}

.clientslider {
    overflow: hidden;
    padding: 20px 0 0 0;
    white-space: nowrap;
    position: relative;
}

.logos {
    display: inline-block;
    animation: 45s slide infinite linear;
}

.logos .clientimg {
    width: 102px;
    height: 102px;
    margin: 0 7px;
 
}


@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}


  /* Or Client End*/




/*  Or Process   */
.orprocesssection{
    background-color: #F4F9FC;
    height: 500px;
}
.ourprocesscol{
    display: flex;
    height: 240px;
    position: relative;
    padding-top: 30px;
}

.firststrat{
  background: #134581;
  width: 622px !important;
  height: 96px !important;
  border-radius: 50% / 0 0 100% 100%;
  opacity: 1;
  position: relative;
  top: 107px;
  left: 104px;
}

.firstdiv{
  background: #32557f;
  width: 622px !important;
  height: 96px;
  border-radius: 50% / 100% 100% 0 0;
  position: relative;
  left: 76px;
  top: -7px;

}

.firstdiv2{
  background: #134581;
  width: 622px !important;
    height: 96px;
  border-radius: 50% / 0 0 100% 100%;
  opacity: 1;
  position: relative;
  top: 107px;
  left: 47px;
}

.firstdiv3{
  background:#0c74f1;
  width: 622px !important;
  height: 96px;
  border-radius: 50% / 100% 100% 0 0;
  position: relative;
  left: 19px;
  top: -7px;
}


.firstdiv4{
  background:#206dc9;
  width: 622px !important;
    height: 96px;
  border-radius: 50% / 0 0 100% 100%;
  opacity: 1;
  position: relative;
  top: 107px;
  left: -10px;
}


.firstdiv5{
  background: #1876e7;
  width: 622px !important;
  height: 96px;
  border-radius: 50% / 100% 100% 0 0;
  opacity: 1;
  position: relative;
  left: -36px;
  top: -7px;
}

.firstdiv6{
  background: #1876e7;
  width: 622px !important;
  height: 96px;
  border-radius: 50% / 0 0 100% 100%;
  opacity: 1;
  position: relative;
  top: 107px;
  left: -63px;
}

.firstlounch{
  background: #1876e7;
  width: 622px !important;
  height: 96px;
  border-radius: 50% / 100% 100% 0 0;
  opacity: 1;
  position: relative;
  left: -90px;
  top: -9px;
 
}


.innerdiv1{
    height: 118px;
    width: 118px;
    border-radius: 50%;
    position: relative;
    top: 90%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 17px 20px 0 rgba(0, 0, 0, 0.19);
}

.innerdiv2{
    height: 118px;
    width: 118px;
    border-radius: 50%;
    position: relative;
    top: 10%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 1.2), 0 17px 20px 0 rgba(0, 0, 0, 0.19);
}

.buttonstart{
    height: 35px;
    width: 109px;
    border-radius: 20px;
    position: relative;
    top: -250px;
    left: 34px;
    border: none;
}

.button1{
    height: 35px;
    width: 109px;
    border-radius: 20px;
    border: none;
    position: relative;
    top: 91px;
    left: 32px;
}



.button2{
    height: 35px;
    width: 109px;
    border-radius: 20px;
    position: relative;
    top: -250px;
    left: 34px;
    border: none;
}

.button3{
    height: 35px;
    width: 109px;
    border-radius: 20px;
    position: relative;
    top: 91px;
    left: 32px;
    border: none;


}

.button4{
    height: 35px;
    width: 109px;
    border-radius: 20px;
    position: relative;
    top: -250px;
    left: 34px;
    border: none;
}

.button5{
    height: 35px;
    width: 109px;
    border-radius: 20px;
    position: relative;
    top: 91px;
    left: 32px;
    border: none;

    

}

.button6{
    height: 35px;
    width: 109px;
    border-radius: 20px;
    position: relative;
    top: -250px;
    left: 34px;
    border: none;
}

.buttonlounch{
    height: 35px;
    width: 109px;
    border-radius: 20px;
    position: relative;
    top: 91px;
    left: 32px;
    border: none;
}



.innerimg{
    height: 60px;
    width: 60px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.arrow1{
    position: relative;
    height: 20px;
    top: -145px;
  left: 37px;   
}

.arrow2{
    position: relative;
    height: 20px;
    top: -31px;
    left: 35px;
}

.arrow3{
    position: relative;
    height: 20px;
    top: -146px;
  left: 37px;
}

.arrow4{
    position: relative;
    height: 20px;
    top: -31px;
    left: 38px;
}

.arrow5{
    position: relative;
    height: 20px;
    top: -145px;
  left: 38px;
}

.arrow6{
    position: relative;
    height: 20px;
    top: -32px;
  left: 40px;
}

.arrow7{
    position: relative;
    height: 20px;
    top: -146px;
    left: 38px;
}

.arrow8{
    position: relative;
    height: 20px;
    top: -28px;
    left: 36px;
}


@media screen and (max-width: 1200px) {

  
    .orprocesssection{
        background-color: #F4F9FC;
        height: 500px;
    }
    .ourprocesscol{
        display: flex;
        height: 240px;
        position: relative;
        padding-top: 30px;
    }

    .firststrat {
        background: #134581;
        width: 594px !important;
        height: 81px !important;
        border-radius: 50% / 0 0 100% 100%;
        opacity: 1;
        position: relative;
        top: 109px;
        left: 87px;
      }

  .firstdiv {
  background: #32557f;
  width: 594px;
  height: 81px;
  border-radius: 50% / 100% 100% 0 0;
  position: relative;
  left: 66px;
  top: 4px;
}
      
.firstdiv2 {
    background: #134581;
    width: 594px;
    height: 81px;
    border-radius: 50% / 0 0 100% 100%;
    opacity: 1;
    position: relative;
    top: 107px;
    left: 40px;
  }
      
  .firstdiv3 {
    background: #0c74f1;
    width: 594px !important;
    height: 81px;
    border-radius: 50% / 100% 100% 0 0;
    position: relative;
    left: 16px;
    top: 4px;
  }
      
      
  .firstdiv4 {
    background: #206dc9;
    width: 594px !important;
    height: 81px;
    border-radius: 50% / 0 0 100% 100%;
    opacity: 1;
    position: relative;
    top: 107px;
    left: -10px;
  }
      
      
  .firstdiv5 {
    background: #1876e7;
    width: 594px !important;
    height: 81px;
    border-radius: 50% / 100% 100% 0 0;
    opacity: 1;
    position: relative;
    left: -34px;
    top: 4px;
  }
      
  .firstdiv6 {
    background: #1876e7;
    width: 594px !important;
    height: 81px;
    border-radius: 50% / 0 0 100% 100%;
    opacity: 1;
    position: relative;
    top: 107px;
    left: -59px;
  }
  .firstlounch {
    background: #1876e7;
    width: 594px !important;
    height: 81px;
    border-radius: 50% / 100% 100% 0 0;
    opacity: 1;
    position: relative;
    left: -84px;
    top: 4px;
  }
      
      
  .innerdiv1 {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    position: relative;
    top: 90%;
    left: 50%;
    transform: translate(-50%,-50%);
  }

      .innerdiv2 {
        height: 100px;
        width: 100px;
        border-radius: 50%;
        position: relative;
        top: 10%;
        left: 50%;
        transform: translate(-50%,-50%);
      }
      
      .buttonstart{
          height: 35px;
          width: 109px;
          border-radius: 20px;
          position: relative;
          top: -250px;
          left: 18px;
          border: none;
      }
      
      .button1{
          height: 35px;
          width: 109px;
          border-radius: 20px;
          border: none;
          position: relative;
          top: 91px;
          left: 18px;
      }
      
      
      
      .button2{
          height: 35px;
          width: 109px;
          border-radius: 20px;
          position: relative;
          top: -250px;
          left: 20px;
          border: none;
      }
      
      .button3{
          height: 35px;
          width: 109px;
          border-radius: 20px;
          position: relative;
          top: 91px;
          left: 18px;
          border: none;
      
      
      }
      
      .button4{
          height: 35px;
          width: 109px;
          border-radius: 20px;
          position: relative;
          top: -250px;
          left: 20px;
          border: none;
      }
      
      .button5{
          height: 35px;
          width: 109px;
          border-radius: 20px;
          position: relative;
          top: 91px;
          left: 18px;
          border: none;
      
          
      
      }
      
      .button6{
          height: 35px;
          width: 109px;
          border-radius: 20px;
          position: relative;
          top: -250px;
          left: 20px;
          border: none;
      }
      
      .buttonlounch{
          height: 35px;
          width: 109px;
          border-radius: 20px;
          position: relative;
          top: 91px;
          left: 18px;
          border: none;
      }
      
      
      
.innerimg {
  height: 50px;
  width: 50px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
      
.arrow1 {
    position: relative;
    height: 20px;
    top: -131px;
    left: 10px;
    z-index: 3;
}
      
.arrow2 {
    position: relative;
    height: 20px;
    top: -26px;
    left: 18px;
    z-index: 3;
}
      
      .arrow3{
        position: relative;
        height: 20px;
        top: -130px;
        left: 17px;
        z-index: 3;
      }
      
      .arrow4{
        position: relative;
        height: 20px;
        top: -27px;
        left: 10px;
        z-index: 3;
      }
      
      .arrow5{
        position: relative;
        height: 20px;
        top: -129px;
        left: 10px;
        z-index: 3;
      }
      
      .arrow6{
        position: relative;
        height: 20px;
        top: -26px;
        left: 11px;
        z-index: 3;
      }
      
      .arrow7{
        position: relative;
        height: 20px;
        top: -129px;
        left: 11px;
        z-index: 3;
      }
      
      .arrow8{
        position: relative;
        height: 20px;
        top: -25px;
        left: 12px;
        z-index: 3;

}

}


@media screen and (max-width: 992px) {

  
    .orprocesssection{
        background-color: #F4F9FC;
        height: 500px;
    }
    .ourprocesscol{
        display: flex;
        height: 240px;
        position: relative;
        padding-top: 30px;
    }

    .firststrat {
        background: #134581;
        width: 594px !important;
        height: 71px !important;
        border-radius: 50% / 0 0 100% 100%;
        opacity: 1;
        position: relative;
        top: 109px;
        left: 69px;
    }

  .firstdiv {
    background: #32557f;
    width: 594px;
    height: 71px;
    border-radius: 50% / 100% 100% 0 0;
    position: relative;
    left: 55px;
    top: 19px;
}
      
.firstdiv2 {
    background: #134581;
    width: 594px;
    height: 71px;
    border-radius: 50% / 0 0 100% 100%;
    opacity: 1;
    position: relative;
    top: 107px;
    left: 36px;
}

      
  .firstdiv3 {
    background: #0c74f1;
    width: 594px !important;
    height: 71px;
    border-radius: 50% / 100% 100% 0 0;
    position: relative;
    left: 20px;
    top: 19px;
  }
      
      
  .firstdiv4 {
    background: #206dc9;
    width: 594px !important;
    height: 71px;
    border-radius: 50% / 0 0 100% 100%;
    opacity: 1;
    position: relative;
    top: 107px;
    left: 3px;
  }
      
      
.firstdiv5 {
    background: #1876e7;
    width: 594px !important;
    height: 71px;
    border-radius: 50% / 100% 100% 0 0;
    opacity: 1;
    position: relative;
    left: -12px;
    top: 19px;
}

.firstdiv6 {
    background: #1876e7;
    width: 594px !important;
    height: 71px;
    border-radius: 50% / 0 0 100% 100%;
    opacity: 1;
    position: relative;
    top: 107px;
    left: -28px;
  }

  .firstlounch {
    background: #1876e7;
    width: 594px !important;
    height: 71px;
    border-radius: 50% / 100% 100% 0 0;
    opacity: 1;
    position: relative;
    left: -43px;
    top: 19px;
  }
      
      
  .innerdiv1 {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    position: relative;
    top: 90%;
    left: 50%;
    transform: translate(-50%,-50%);
  }

      .innerdiv2 {
        height: 90px;
        width: 90px;
        border-radius: 50%;
        position: relative;
        top: 10%;
        left: 50%;
        transform: translate(-50%,-50%);
      }
      
      .buttonstart{
        height: 35px;
        width: 109px;
        border-radius: 20px;
        position: relative;
        top: -226px;
        left: 4px;
        border: none;
      }
      
      .button1{
        height: 35px;
        width: 109px;
        border-radius: 20px;
        border: none;
        position: relative;
        top: 91px;
        left: 7px;
      }
      
      
      
      .button2{
        height: 35px;
        width: 109px;
        border-radius: 20px;
        position: relative;
        top: -226px;
        left: 13px;
        border: none;
      }
      
      .button3{
        height: 35px;
        width: 109px;
        border-radius: 20px;
        position: relative;
        top: 91px;
        left: 2px;
        border: none;
      
      
      }
      
      .button4{
        height: 35px;
        width: 109px;
        border-radius: 20px;
        position: relative;
        top: -226px;
        left: 17px;
        border: none;
      }
      
      .button5{
          height: 35px;
          width: 109px;
          border-radius: 20px;
          position: relative;
          top: 91px;
          left: 18px;
          border: none;
      
          
      
      }
      
      .button6{
        height: 35px;
        width: 109px;
        border-radius: 20px;
        position: relative;
        top: -226px;
        left: 8px;
        border: none;
      }
      
      .buttonlounch{
          height: 35px;
          width: 109px;
          border-radius: 20px;
          position: relative;
          top: 91px;
          left: 14px;
          border: none;
      }
      
      
      
.innerimg {
  height: 45px;
  width: 45px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
      
.arrow1 {
    position: relative;
    height: 17px;
    top: -146px;
    left: 104px;
    z-index: 3;
}
      
.arrow2 {
    position: relative;
    height: 17px;
    top: -57px;
    left: 106px;
    z-index: 3;
}

      
      .arrow3{
        position: relative;
        height: 17px;
        top: -145px;
        left: 108px;
        z-index: 3;
      }
      
      .arrow4{
        position: relative;
        height: 17px;
        top: -58px;
        left: 103px;
        z-index: 3;
      }
      
      .arrow5{
        position: relative;
        height: 17px;
        top: -145px;
        left: 105px;
        z-index: 3;
      }
      
      .arrow6{
        position: relative;
        height: 17px;
        top: -57px;
        left: 103px;
        z-index: 3;
      }
      
      .arrow7{
        position: relative;
        height: 17px;
        top: -145px;
        left: 105px;
        z-index: 3;
      }
      
      .arrow8{
        position: relative;
        height: 17px;
        top: -56px;
        left: 104px;
        z-index: 3;

}

}


@media screen and (max-width: 778px) {

  
    .orprocesssection{
        background-color: #F4F9FC;
        height: 500px;
    }
    .ourprocesscol{
        display: flex;
        height: 240px;
        position: relative;
        padding-top: 30px;
    }

    .firststrat {
        background: #134581;
        width: 100px !important;
        height: 51px !important;
        border-radius: 50% / 0 0 100% 100%;
        opacity: 1;
        position: relative;
        top: 109px;
        left: 40px;
    }

  .firstdiv {
    background: #32557f;
    width: 100px !important;
    height: 51px;
    border-radius: 50% / 100% 100% 0 0;
    position: relative;
    left: 24px;
    top: 40px;

}
      
.firstdiv2 {
    background: #134581;
    width: 100px !important;
    height: 51px;
    border-radius: 50% / 0 0 100% 100%;
    opacity: 1;
    position: relative;
    top: 107px;
    left: 10px;
}

      
  .firstdiv3 {
    background: #0c74f1;
    width: 100px !important;
    height: 51px;
    border-radius: 50% / 100% 100% 0 0;
    position: relative;
    left: -6px;
    top: 40px;
  }
      
      
  .firstdiv4 {
    background: #206dc9;
    width: 100px !important;
    height: 51px;
    border-radius: 50% / 0 0 100% 100%;
    opacity: 1;
    position: relative;
    top: 107px;
    left: -25px;
  }
      
      
.firstdiv5 {
    background: #1876e7;
    width: 100px !important;
    height: 51px;
    border-radius: 50% / 100% 100% 0 0;
    opacity: 1;
    position: relative;
    left: -43px;
    top: 40px;
}

.firstdiv6 {
    background: #1876e7;
    width: 100px !important;
    height: 51px;
    border-radius: 50% / 0 0 100% 100%;
    opacity: 1;
    position: relative;
    top: 107px;
    left: -62px;
  }

  .firstlounch {
    background: #1876e7;
    width: 100px !important;
    height: 51px;
    border-radius: 50% / 100% 100% 0 0;
    opacity: 1;
    position: relative;
    left: -80px;
    top: 40px;
}

      
      
  .innerdiv1 {
    height: 65px;
    width: 65px;
    border-radius: 50%;
    position: relative;
    top: 90%;
    left: 50%;
    transform: translate(-50%,-50%);
  }

      .innerdiv2 {
        height: 65px;
        width: 65px;
        border-radius: 50%;
        position: relative;
        top: 10%;
        left: 50%;
        transform: translate(-50%,-50%);
      }
      
      .buttonstart{
        height: 35px;
        width: 100px;
        border-radius: 20px;
        position: relative;
        top: -183px;
        left: -3px;
        border: none;
      }
      
      .button1{
        height: 35px;
        width: 109px;
        border-radius: 20px;
        border: none;
        position: relative;
        top: 91px;
        left: -2px;
      }
      
      
      
      .button2{
        height: 35px;
        width: 109px;
        border-radius: 20px;
        position: relative;
        top: -183px;
        left: -1px;
        border: none;
      }
      
      .button3{
        height: 35px;
        width: 109px;
        border-radius: 20px;
        position: relative;
        top: 91px;
        left: -6px;
        border: none;
      
      
      }
      
      .button4{
        height: 35px;
        width: 109px;
        border-radius: 20px;
        position: relative;
        top: -183px;
        left: -3px;
        border: none;
      }
      
      .button5{
          height: 35px;
          width: 109px;
          border-radius: 20px;
          position: relative;
          top: 91px;
          left: -4px;
          border: none;
      
          
      
      }
      
      .button6{
        height: 35px;
        width: 109px;
        border-radius: 20px;
        position: relative;
        top: -183px;
        left: -1px;
        border: none;
      }
      
      .buttonlounch{
          height: 35px;
          width: 109px;
          border-radius: 20px;
          position: relative;
          top: 91px;
          left: -6px;
          border: none;
      }
      
      
      
.innerimg {
  height: 35px;
  width: 35px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
      
.arrow1 {
    position: relative;
    height: 17px;
    top: -121px;
    left: 85px;
    z-index: 3;
}
      
.arrow2 {
    position: relative;
    height: 17px;
    top: -53px;
    left: 85px;
    z-index: 3;
}

      
      .arrow3{
        position: relative;
        height: 17px;
        top: -121px;
        left: 85px;
        z-index: 3;
      }
      
      .arrow4{
        position: relative;
        height: 17px;
        top: -54px;
        left: 83px;
        z-index: 3;
      }
      
      .arrow5{
        position: relative;
        height: 17px;
        top: -121px;
        left: 85px;
        z-index: 3;
      }
      
      .arrow6{
        position: relative;
        height: 17px;
        top: -53px;
        left: 83px;
        z-index: 3;
      }
      
      .arrow7{
        position: relative;
        height: 17px;
        top: -121px;
        left: 85px;
        z-index: 3;
      }
      
      .arrow8{
        position: relative;
        height: 17px;
        top: -51px;
        left: 85px;
        z-index: 3;

}

}

@media screen and (max-width: 576px) {

  
    .orprocesssection{
        background-color: #F4F9FC;
        height: 407px;
    }
    .ourprocesscol{
        display: flex;
        height: 240px;
        position: relative;
        padding-top: 30px;
    }

    .firststrat {
        background: #134581;
        width: 100px !important;
        height: 40px !important;
        border-radius: 50% / 0 0 100% 100%;
        opacity: 1;
        position: relative;
        top: 109px;
        left: 5px;
    }

  .firstdiv {
    background: #32557f;
    width: 100px !important;
    height: 40px;
    border-radius: 50% / 100% 100% 0 0;
    position: relative;
    left: -4px;
    top: 55px;

}
      
.firstdiv2 {
    background: #134581;
    width: 100px !important;
    height: 40px;
    border-radius: 50% / 0 0 100% 100%;
    opacity: 1;
    position: relative;
    top: 107px;
    left: -13px;
}

      
  .firstdiv3 {
    background: #0c74f1;
    width: 100px !important;
    height: 40px;
    border-radius: 50% / 100% 100% 0 0;
    position: relative;
    left: -23px;
    top: 55px;
}
  
      
      
  .firstdiv4 {
    background: #206dc9;
    width: 100px !important;
    height: 40px;
    border-radius: 50% / 0 0 100% 100%;
    opacity: 1;
    position: relative;
    top: 107px;
    left: -30px;
  }
      
      
.firstdiv5 {
    background: #1876e7;
    width: 100px !important;
    height: 40px;
    border-radius: 50% / 100% 100% 0 0;
    opacity: 1;
    position: relative;
    left: -39px;
    top: 55px;
}

.firstdiv6 {
    background: #1876e7;
    width: 100px !important;
    height: 40px;
    border-radius: 50% / 0 0 100% 100%;
    opacity: 1;
    position: relative;
    top: 107px;
    left: -48px;
  }

  .firstlounch {
    background: #1876e7;
    width: 100px !important;
    height: 40px;
    border-radius: 50% / 100% 100% 0 0;
    opacity: 1;
    position: relative;
    left: -57px;
    top: 55px;
}

      
      
  .innerdiv1 {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: relative;
    top: 90%;
    left: 50%;
    transform: translate(-50%,-50%);
  }

      .innerdiv2 {
        height: 50px;
        width: 50px;
        border-radius: 50%;
        position: relative;
        top: 10%;
        left: 50%;
        transform: translate(-50%,-50%);
      }
      
      .buttonstart{
        height: 35px;
        width: 67px;
        border-radius: 20px;
        position: relative;
        top: -183px;
        left: -3px;
        border: none;
      }
      
      .button1{
        height: 35px;
        width: 67px;
        border-radius: 20px;
        border: none;
        position: relative;
        top: 91px;
        left: -2px;
      }
      
      
      
      .button2{
        height: 35px;
        width: 67px;
        border-radius: 20px;
        position: relative;
        top: -183px;
        left: -1px;
        border: none;
      }
      
      .button3{
        height: 35px;
        width: 67px;
        border-radius: 20px;
        position: relative;
        top: 91px;
        left: -6px;
        border: none;
      
      
      }
      
      .button4{
        height: 35px;
        width: 67px;
        border-radius: 20px;
        position: relative;
        top: -183px;
        left: -3px;
        border: none;
      }
      
      .button5{
          height: 35px;
          width: 67px;
          border-radius: 20px;
          position: relative;
          top: 91px;
          left: -4px;
          border: none;
      
          
      
      }
      
      .button6{
        height: 35px;
        width: 67px;
        border-radius: 20px;
        position: relative;
        top: -183px;
        left: -1px;
        border: none;
      }
      
      .buttonlounch{
          height: 35px;
          width: 67px;
          border-radius: 20px;
          position: relative;
          top: 91px;
          left: -6px;
          border: none;
      }
      
      
      
.innerimg {
  height: 25px;
  width: 25px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
      
.arrow1 {
    position: relative;
    height: 13px;
    top: -104px;
    left: 57px;
    z-index: 3;
}
      
.arrow2 {
    position: relative;
    height: 13px;
    top: -51px;
    left: 58px;
    z-index: 3;
}

      
      .arrow3{
        position: relative;
        height: 13px;
        top: -103px;
        left: 59px;
        z-index: 3;
      }
      
      .arrow4{
        position: relative;
        height: 13px;
        top: -51px;
        left: 59px;
        z-index: 3;
      }
      
      .arrow5{
        position: relative;
        height: 13px;
        top: -103px;
        left: 58px;
        z-index: 3;
      }
      
      .arrow6{
        position: relative;
        height: 13px;
        top: -51px;
        left: 58px;
        z-index: 3;
      }
      
      .arrow7{
        position: relative;
        height: 13px;
        top: -103px;
        left: 59px;
        z-index: 3;
      }
      
      .arrow8{
        position: relative;
        height: 13px;
        top: -51px;
        left: 59px;
        z-index: 3;

}

}

@media screen and (max-width: 400px) {

  
    .orprocesssection{
        background-color: #F4F9FC;
        height: 498px;
    }
    .ourprocesscol{
        display: flex;
        height: 240px;
        width:366px;
        position: relative;
     
    }

    .firststrat {
        background: #134581;
        width: 100px !important;
        height: 33px !important;
        border-radius: 50% / 0 0 100% 100%;
        opacity: 1;
        position: relative;
        top: 109px;
        left:-13px;
       
    }

  .firstdiv {
    background: #32557f;
    width: 100px !important;
    height: 33px;
    border-radius: 50% / 100% 100% 0 0;
    position: relative;
    left: -38px;
    top: 61px;

}
      
.firstdiv2 {
    background: #134581;
    width: 100px !important;
    height: 33px;
    border-radius: 50% / 0 0 100% 100%;
    opacity: 1;
    position: relative;
    top: 107px;
    left: -64px;
}

      
  .firstdiv3 {
    background: #0c74f1;
    width: 100px !important;
    height: 33px;
    border-radius: 50% / 100% 100% 0 0;
    position: relative;
    left: -88px;
    top: 61px;
}
  
      
      
  .firstdiv4 {
    background: #206dc9;
    width: 100px !important;
    height: 33px;
    border-radius: 50% / 0 0 100% 100%;
    opacity: 1;
    position: relative;
    top: 107px;
    left: -115px;
  }
      
      
.firstdiv5 {
    background: #1876e7;
    width: 100px !important;
    height: 33px;
    border-radius: 50% / 100% 100% 0 0;
    opacity: 1;
    position: relative;
    left: -141px;
    top: 61px;
}

.firstdiv6 {
    background: #1876e7;
    width: 100px !important;
    height: 33px;
    border-radius: 50% / 0 0 100% 100%;
    opacity: 1;
    position: relative;
    top: 107px;
    left: -166px;
  }

  .firstlounch {
    background: #1876e7;
    width: 100px !important;
    height: 33px;
    border-radius: 50% / 100% 100% 0 0;
    opacity: 1;
    position: relative;
    left: -189px;
    top: 61px;
}

      
      
  .innerdiv1 {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    position: relative;
    top: 90%;
    left: 50%;
    transform: translate(-50%,-50%);
  }

      .innerdiv2 {
        height: 30px;
        width: 30px;
        border-radius: 50%;
        position: relative;
        top: 10%;
        left: 50%;
        transform: translate(-50%,-50%);
      }
      
      .buttonstart{
        height: 35px;
        width: 67px;
        border-radius: 20px;
        position: relative;
        top: -183px;
        left: -3px;
        border: none;
      }
      
      .button1{
        height: 35px;
        width: 67px;
        border-radius: 20px;
        border: none;
        position: relative;
        top: 91px;
        left: -2px;
      }
      
      
      
      .button2{
        height: 35px;
        width: 67px;
        border-radius: 20px;
        position: relative;
        top: -183px;
        left: -1px;
        border: none;
      }
      
      .button3{
        height: 35px;
        width: 67px;
        border-radius: 20px;
        position: relative;
        top: 91px;
        left: -6px;
        border: none;
      
      
      }
      
      .button4{
        height: 35px;
        width: 67px;
        border-radius: 20px;
        position: relative;
        top: -183px;
        left: -3px;
        border: none;
      }
      
      .button5{
          height: 35px;
          width: 67px;
          border-radius: 20px;
          position: relative;
          top: 91px;
          left: -4px;
          border: none;
      
          
      
      }
      
      .button6{
        height: 35px;
        width: 67px;
        border-radius: 20px;
        position: relative;
        top: -183px;
        left: -1px;
        border: none;
      }
      
      .buttonlounch{
          height: 35px;
          width: 67px;
          border-radius: 20px;
          position: relative;
          top: 91px;
          left: -6px;
          border: none;
      }
      
      
      
.innerimg {
  height: 15px;
  width: 15px;
  position: relative;
  top: 32%;
  left: 50%;
  transform: translate(-50%,-50%);
}
      
.arrow1 {
    position: relative;
    height: 13px;
    top: -84px;
    left: 50px;
    z-index: 3;
}
      
.arrow2 {
    position: relative;
    height: 13px;
    top: -38px;
    left: 50px;
    z-index: 3;
}

      
      .arrow3{
        position: relative;
        height: 13px;
        top: -84px;
        left: 50px;
        z-index: 3;
      }
      
      .arrow4{
        position: relative;
        height: 13px;
        top: -38px;
        left: 50px;
        z-index: 3;
      }
      
      .arrow5{
        position: relative;
        height: 13px;
        top: -84px;
        left: 50px;
        z-index: 3;
      }
      
      .arrow6{
        position: relative;
        height: 13px;
        top: -38px;
        left: 50px;
        z-index: 3;
      }
      
      .arrow7{
        position: relative;
        height: 13px;
        top: -84px;
        left: 50px;
        z-index: 3;
      }
      
      .arrow8{
        position: relative;
        height: 13px;
        top: -37px;
        left: 50px;
        z-index: 3;

}

}

/*  Or Process End  */


/*Footersection*/

.footersection{
    background-color: #214b97;
    color: white;
    padding: 49px;

} 

.footerli{
    color: white;
}

.locationicon{
    height:30px;
    width: 30px;
}


.locationicon2{
    height:30px;
    width: 30px;
    margin-right: 10px;
    margin: 3px;
}


.copyrightsection{
    background-color: #214b97;
    color: white;
    padding: 10px;
    text-align:center;
    box-shadow: 0 0 10px -2px #444444;

}

.hrtag{
    width: 48px;
    height: 3px;
    background-color: #0dbb98;
}



/*Footersection  End*/


/* Whatsapp Integration */

.float{
	position:fixed;
	width:50px;
	height:50px;
  top: 89%;
  left: 20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:11px;
}


/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}



 /* The Modal (background) */
 .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
} 







.main2{
  line-break: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}


.aboutsectionpage{
  margin-bottom: 20px;
}