img {
    width: 100%;
}
p{
    font-family: 'Poppins', sans-serif;
  
}
/* .float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	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:16px;
} */

.cta {
  position: fixed;
  bottom: 120px;
  right: 40px;
  width: 50px;
  height:50px;
  z-index: 999;
  background: #fff;
  border-radius: 50%;
  cursor:pointer;
  box-shadow: 0 5px 5px rgba(0,0,0,.2);
}
.cta span {
  position:absolute;
  width:100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #012643;
  font-size: 2em;
  transition: .3s ease-in-out;
}
.cta .fa-phone, .cta .fa-whatsapp{
  font-size: 22px;
  color: #012643;
  padding: 10px;
  margin: 5px 0;
  font-weight: 700;
}
.cta.active span {
  transform: rotate(360deg);
}
.cta ul {
  position: absolute;
  bottom: 45px;
  background: none;
  padding: 10px 10px;
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  list-style: none;
}
.cta ul li {
  background: #fff;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  margin: 5px 0 8px;
  box-shadow: 0px 4px 4px 3px #00000042;
  padding: 0px 7px;
}
.cta.active ul {
  opacity: 1;
  visibility: visible;
  transition: .3s;
}
.cta.active ul li {
  align-items: center;
  transition: .3s
}
.cta ul li:hover {
  transform: scale(1.04);
}
.cta ul li a:hover {
  opacity:0.4s;
}
.action ul li:not(:last-child){
    border-bottom: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 0 2px #616161;
    font-size: 15px;
}
.action.active ul li:hover a{
    opacity: .8;
    transform: scale(0.9);
}
#top-nav{
background-color:#012643 !important;
padding:10px 0 20px; 
position: fixed;
width: 100%;
z-index: 999;
text-align: center;
}
#top-nav a{
color: #fff;
}
#top-nav a:hover{
text-decoration: none;
}
#top-nav .custom-container {
padding:0px 7%;
}
#top-nav p{
color: #fff;
font-size: 30px;
font-weight: 600;
padding: 7px 0 0;
letter-spacing: 1.5px;
}
@keyframes popping {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }
  
  .popping-text {
    animation: popping 5s ease-in-out infinite;

}
.logo{
    margin-top: 3%;
}
.logo h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 42px;
    line-height: 1.4;
    font-weight: 500;
    margin-top: 30px;
    letter-spacing: 2px;
    color: #012643;
}
.logo h6 {
    font-size: 18px;
    color: #012643;
    margin: 12px 0;
    line-height: 1.7;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.logo p {
    
    color: #012643;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 55px;
    padding: 9px 0;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 2px;
}
/* @keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.image {
  animation: rotate 5s linear infinite;
}
.call-form .left-cont:before {
  content: '';
  position: absolute;
  top: -130px;
  left: -30px;
  width: 662px;
  height: 574px;
  background: url('../image/wedo-bg.svg') no-repeat;
z-index: -5;
opacity: 0.8;
} */

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.call-form{
  position: relative;
}
.left-cont:before {
  content: "";
  position: absolute;
  top: -100px;
  left: -227px;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-image: url(../image/anime1.png);
  background-repeat: no-repeat;
  z-index: 0;
  animation: rotate 80s linear infinite;
}
strong {
  position: relative;
}

strong::before {
  background: #012643;
  background: linear-gradient(
    45deg,
    #6e8393d8 0%,
    #6e8393d8 25%,
    #6e8393d8 50%,
    #6e8393d8 75%,
    #6e8393d8 100%
  );
  content: "";
  position: absolute;
  width: 0;
  height: 60%;
  left: -2px;
  bottom: 0;
  transform: rotate(-2deg);
  animation: 0.8s highlight 0.8s 1 normal forwards;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  filter: blur(16px);
  z-index: -1;
}

strong::after {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    45deg,
    #6e8393d8 0%,
    #6e8393d8 25%,
    #6e8393d8 50%,
    #6e8393d8 75%,
    #6e8393d8 100%
  );
  content: "";
  position: absolute;
  width: 0;
  height: 7%;
  left: -2px;
  bottom: 7%;
  transform: rotate(-1deg);
  animation: 0.8s highlight 0.8s 1 normal forwards;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  filter: blur(0px) saturate(200%);
  mix-blend-mode: plus-lighter;
  border-radius: 7px;
  z-index: 1;
}

@-webkit-keyframes highlight {
  from {
    width: 0;
    opacity: 0;
    border: 0;
  }

  to {
    width: -webkit-calc(100% + 4px);
    width: calc(100% + 4px);
    opacity: 1;
    border: 0;
  }
}

@-moz-keyframes highlight {
  from {
    width: 0;
    opacity: 0;
    border: 0;
  }

  to {
    width: -moz-calc(100% + 4px);
    width: calc(100% + 4px);
    opacity: 1;
    border: 0;
  }
}

@-o-keyframes highlight {
  from {
    width: 0;
    opacity: 0;
    border: 0;
  }

  to {
    width: calc(100% + 4px);
    opacity: 1;
    border: 0;
  }
}

@keyframes highlight {
  from {
    width: 0;
    opacity: 0;
    border: 0;
  }

  to {
    width: -webkit-calc(100% + 4px);
    width: -moz-calc(100% + 4px);
    width: calc(100% + 4px);
    opacity: 1;
    border: 0;
  }
}

.logo img{
    width: 50%;
}
#header{
padding:80px 0 90px
   
}
#header .custom-container {
    padding:0px 7%;
}
.slider img{
    width: 100% ;
    margin-top: 50px;
}
.call-form .form-box {
  
    background-color: #fff;
    border-radius: 10px;
    padding:40px 8% 50px;
    box-shadow: 1px 1px 11px 2px #0000001a;
}
.call-form .custom-container {
    padding:0px 7%;
}
.call-form .left-cont h6 {
    font-family: 'Poppins', sans-serif;
    color:#012643;
    font-weight: 400;
    font-size: 25px;
    line-height: 2.5rem;
}

.call-form .form-box input {
    height: 50px;
    border: 1px solid #e8e8e8;
    margin-bottom: 15px;
    border-radius: 4px;
    font-family: 'Poppins', sans-serif;
    width: 100%;
}
.call-form .form-box select {
    height: 50px;
    border: 1px solid #e8e8e8;
    margin-bottom: 15px;
    border-radius: 4px;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    color: #6c757d;
    padding: 7px;
}
.call-form .form-box input:focus-visible {
    outline: none;
    box-shadow: none;
}
.call-form .form-box select:focus-visible {
    outline: none;
}
.call-form .form-box option {
    font-family: 'Poppins', sans-serif;
}
.call-form .form-box button {
    display: block;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    text-align: center;
    color: #fff;
    border: none;
    font-weight: 400;
    background-color: #012643;
    border-radius: 4px;
    padding: 12px;
    text-transform: uppercase;
}

.call-form .form-box h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 20px;
}
.call-form .form-box h5 span {
    color: #012643;
    font-weight: 600;
    font-size: 25px;
    padding-top: 8px;
}
.call-form{
  background-color: #012643;
  padding: 35px 0;
}
/*/ === banner css ends === /*/


/*/ === stages section css starts === /*/


.stages-main .custom-container {
    padding: 80px 7% 60px;
}
.stages-main .stages-head h4 {
    font-family: 'Poppins', sans-serif;
    color: #012643;
    text-align: center;
    font-weight: 400;
    font-size: 42px;
  margin-bottom: 20px;
}
 .stages-box h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
   font-weight: 500;
    color: #012643;
    margin-bottom: 20px;
    margin-top: 30px;
}

.stage-topic p{
    line-height: 1.9em;
    font-size: 17px;
    text-align: justify;
}
.stages-box img{
    
    padding: 10px;
}
.stages-head p {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    line-height: 1.5em;
    margin-bottom: 65px;

}
.box-one{
    background-color:#b369eb14;
    padding: 35px;
    border-radius: 15px;
    margin-bottom: 45px;
}
.box-two{
    background-color: #ecdf6a29; 
    padding: 35px;
    border-radius: 15px;
    margin-bottom: 45px;
}
.box-three{
    background-color:#75eb681c;
    padding: 35px;
    border-radius: 15px;
}
.box-four{
  background-color: #ecc16a29; 
  padding: 35px;
  border-radius: 15px;
  margin: 45px 0;
}
input[type="number"]
{
	-moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button
{
	-webkit-appearance: none; 
}
/*/ === stages section css ends === /*/

/*/ === belief section css starts === /*/

#belief{
  background-image: url('../image/site-bg.png');
  background-size: cover;
}
.belief-main .custom-container {
    padding: 0px 6%;
}
.belief-main img{
border-radius: 20px;
}
.belief-main p{
  text-align: justify;
  font-size: 17px;
  line-height: 1.7em;
}
.belief-main h4, #accreditation h4{
  font-family: 'Poppins', sans-serif;
  background-image: url(../image/brush.png);
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  font-weight: 400;
  font-size: 45px;
  width: 50%;
  padding: 10px 0;
  margin: auto;
}
.about h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
   font-weight: 500;
    line-height: 1.7;
    color: #012643;
    text-align: left;
}
.hpl{
  margin: 55px 0;
}
.hpl h5 {
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
 font-weight: 500;
  line-height: 1.7;
  color: #012643;
  text-align: right;
}
.ultra h5 {
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
 font-weight: 500;
  line-height: 1.7;
  color: #012643;
  text-align: left;
}

/* .hpl,.ultra, .about{
  position: relative;
}
.b-img:before {
  content: "";
  position: absolute;
  top: -70px;
  left: -25px;
  width: 20%;
  height: 37%;
  border-radius: 20%;
  background-image: url('../image/an4.png');
  background-repeat: no-repeat;
  z-index: -1;
  animation: rotate 12s linear infinite;
}
.bg-img2:after {
  content: "";
  position: absolute;
  top: -54px;
  right: -25px;
  width: 20%;
  height: 37%;
  border-radius: 20%;
  background-image: url('../image/an4.png');
  background-repeat: no-repeat;
  z-index: -1;
  animation: rotate 12s linear infinite;
} */


.belief-main .content a {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    background-color: #012643;
    border-radius: 35px;
    text-decoration: none;
    color: #fff;
    padding: 10px 30px;
    display: block;
    width: fit-content;
    margin-top: 20px;
    cursor: pointer;
}
/*/ === belief section css ends === /*/



#accreditation .custom-container {
  padding: 70px 7%;
}
.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after
{
  display: table;
  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}


/*/ === footer section css starts === /*/
.footer{
    background-color: #efeeffbd;
}
.footer .custom-container {
    padding: 50px 7% 0;
}
.footer .logo {
    padding: 20px;
}
.footer .footer-contact h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 30px;
}
.footer .footer-contact p {
    font-family: 'Poppins', sans-serif;
   font-weight: 300;
    color: #000000;
    font-size: 18px;
}
.footer .footer-contact a img {
    width: 25px;
    margin-right: 10px;
}

.footer .footer-contact a {
    background-color: #fff;
    border-radius: 50px;
    display: block;
    width: fit-content;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 10px;
    color: #000;
    padding: 10px 30px;
}
/* .footer .footer-contact {
    padding-left: 60px;
} */
.footer .footer-address h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #012643;
    font-size: 22px;
    margin:10px 0 ;
}
.footer .footer-address p, .footer-address a  {
    font-family: 'Poppins', sans-serif;
   font-weight: 300;
    color: #012643;
    font-size: 16px;
    margin: 0;
}
.footer-address a:hover{
  text-decoration: none;
}
.ft-c-auto {
    margin: auto;
    display: flex;
    justify-content: center;
}
.socials{
    display: flex;
}
.socials img{
    padding: 0 10px;
    height: 36px;
}
.socials h4{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #012643;
    font-size: 30px;
}
.copy{
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    text-align: center;
    padding: 0px 5px 10px ;
   
}
.copy a{
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    color: #012643;
}
.copy a:hover{
    text-decoration: none;
    color: #012643a3;
    
}
.footer-row{
    border-bottom: 1px solid #ccc9c9da;
    padding-bottom: 20px;
}
.f-logo img{
 margin-top: 50px;
 width: 90%;
}
.copy p {
  font-size: 16px;
  margin: 15px 0;
}
@media only screen and (max-width: 767px){
    .socials{
        margin: 25px 0;

    }
}
/*/ === footer section css ends === /*/




@media only screen and (max-width: 499.5px) {
    .stages-main .custom-container {
        padding: 80px 3% 60px;
    }
    .-main .custom-container {
        padding: 70px 4%;
    }
}

@media only screen and (max-width: 767.5px) {
    .stages-main .stages-box {
        display: block;
    }
    .stages-main .stages-box .icon {
        width: 50%;
    }
    .stages-main .stages-box .content {
        width: 100%;
    }
    .call-form .form-box {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .navbar-collapse {
        background-color: #fff;
        padding: 10px 20px;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #000;
    }
    /* .footer .footer-contact {
        padding-left: 0px;
    } */
    .footer .logo img {
        width: 150px;
    }
    .ft-c-auto {
        margin: unset;
        display: block;
    }
}

@media screen and (max-width: 767px){
    .call-form .left-cont h5{
        font-size: 25px;
    }
    #top-nav {
      text-align: center;
    }
    #top-nav p{
      font-size: 18px;
      padding: 15px 0 0px;
    }
    #top-nav span{
      display: block;
      padding-top: 5px;
    }
    #header {
      padding: 155px 0 90px;
  }
  .logo h2 {
    font-size: 30px;
    line-height: 1.3;
    text-align: center;
}
.logo h6{
  font-size: 14px;
  text-align: center;
  padding-top: 10px;
}
.logo p {
  text-align: center;
  font-size: 17px;
  margin-top: 15px;
}
.slider img{
  margin-top: 5px;
}
.left-cont:before {
  top: -34px;
  left: -108px;
}
.stages-main .stages-head h4{
  font-weight: 500;
    font-size: 23px;
}
.stages-head p{
  font-size: 17px;
  margin-bottom: 40px;
}
.stages-box h3{
  font-size: 25px;
    font-weight: 400;
    margin-top: 10px;
}
.box-one {
padding: 25px;
}
.map iframe{
width: 260px;
height: 200px;
margin-top: 25px;
}
.belief-main h4, #accreditation h4 {
  font-size: 25px;
  padding: 7px;
  width: 100%;
}
.belief-main h5{
  text-align: center !important;
  font-size: 20px;
}
#accreditation h4{
  margin-bottom: 20px;
}
.box-one, .box-two{
  margin-bottom: 25px;
}
}
@media screen and (min-width: 767px) and (max-width:1200px){
  .belief-main h5{
    text-align: center !important;
  }
  .belief-main img{
margin: 15px 0;
  }
  #top-nav,  .logo h2, .logo h6,.logo p  {
    text-align: center;
  }
  #top-nav p{
    font-size: 28px;
    padding:20px 0 10px;
}
.belief-main h4, #accreditation h4 {
  font-size: 28px;
  padding: 10px 0;
  width: 80%;
}
#header {
  padding: 120px 0 90px;
}
}