*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Lora', serif;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    /* background-color: lime; */
}

/* header css start here */
header {
    width: 100%;
    height: 16.9%;
}
.top_header_section {
    width: 100%;
    height: 41%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top_header_row {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top_header_content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #96d81f;
    min-height: 50px;
    width: 100%;
    height: 100%;
}
.top_header_cols {
    /* width: 30%; */
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.thc1 {
    width: 57%;
}
.thc2 {
    width: 13%;
}
.thc3 {
    width: 30%;
}
.top_header_cols ul {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.top_header_cols ul li {
    padding: 5px 10px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top_header_cols ul li a {
    text-decoration: none;
    color:#fff; 
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ----- */


.make_an_appoinment_btn a {
    text-decoration: none;
    background: #ff9800;
    font-size: 19px;
    color: #fff;
    padding: 14px 15px;
    border-radius: 4px;
}



.top_header_cols ul li a:hover{
    color: #002c9d;
    transition: 0.6s;
}
.thc1 ul li .fa{
    color: #ff9800;
    font-size: 21px;
    padding-right: 10px;
}
.thc2 ul li .fa{
    background: #ffcd3f;
}
.thc2 ul li .fa {
    background: #ff9800;
    padding: 8px 8px;
    font-size: 20px;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
}
.thc2 ul li .fa:hover{
    opacity: 0.5;
    transition: 0.6s;
}
/* main header start */
nav{
    top: 0;
    left: 0;
    width: 100%;
    height: 59%;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    z-index: 99;
    font-family: 'Roboto', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mains_logo {
    max-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
nav .navbar .nav-links{
    line-height: 70px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
  }
  .navbar .search-box{
    position: relative;
     /* height: 40px;
    width: 40px; */
  }
  .mhc1 {
    width: 20%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mhc2 {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mhc3 {
    width: 10%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 34px;
}
.mhc4 {
    width: 20%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_header_cols.mhc4 {
    border-left: 3px solid gray;
    border-right: 3px solid gray;
}
.hd_call_anytime_blurb {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.hd_c_a_b_icon {
    font-size: 36px;
    padding: 0px 0px;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hd_c_a_b_content {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    width: 70%;
    height: 100%;
}
.hd_c_a_b_icon img{
    width: 51%;
}

  /* ----- */
.main_header_content {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
}
.main_header_menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_logo img {
    width: 41%;
}
.main_header_menu ul li {
    list-style: none;
}
.main_header_menu ul li a {
    text-decoration: none;
}
.main_header_menu ul li {
    list-style: none;
    padding: 10px 31px;
}
.main_header_menu ul li a:hover{
    color: #96d81f;
    transition: 0.6s;
}


.hm1 {
    color: #8dc63f;
    font-weight: 600;
    font-size: 15px;
}
.hm2 {
    color: #92278f;
    font-weight: 600;
    font-size: 15px;
}
.hm3 {
    color: #ff5200;
    font-weight: 600;
    font-size: 15px;
}
.hm4 {
    color: #00bfff;
    font-weight: 600;
    font-size: 15px;
}
.hm5 {
    color: #e11a1f;
    font-weight: 600;
    font-size: 15px;
}
.hm6 {
    color: #002c9d;
    font-weight: 600;
    font-size: 15px;
}


.hd_c_a_b_content a {
    text-decoration: none;
    color: black;
}
.hd_c_a_b_content a:hover{
    color:#96d81f;
    transition: 0.6s;
}
/* header css end here */
/* responsive header css start here */

  nav .navbar{
    height: 100%;
    /* max-width: 1250px; */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding: 0 50px;
  }
  
  .navbar .logo a{
    font-size: 30px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
  }
  
.mains_logo img {
    width: 38%;
    margin-top: 11px;
}
  
  nav .navbar .links{
    display: flex;
  }
  nav .navbar .links li{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 0 14px;
  }
  nav .navbar .links li a{
    height: 100%;
    text-decoration: none;
    white-space: nowrap;
    font-size: 15px;
  }
  .links li:hover .htmlcss-arrow,
  .links li:hover .js-arrow{
    transform: rotate(180deg);
    }
  
  nav .navbar .links li .arrow{
    height: 100%;
    width: 22px;
    line-height: 70px;
    text-align: center;
    display: inline-block;
    color: #000;
    transition: all 0.3s ease;
  }
  nav .navbar .links li .sub-menu{
    position: absolute;
    top: 70px;
    left: 0;
    line-height: 40px;
    background: #3E8DA8;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
    display: none;
    z-index: 9999;
  }
  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu{
    display: block;
  }
  .navbar .links li .sub-menu li{
    padding: 0 22px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  .navbar .links li .sub-menu a{
    color: #fff;
    font-size: 15px;
    font-weight: 500;
  }
  .navbar .links li .sub-menu .more-arrow{
    line-height: 40px;
  }
  
  .navbar .links li .sub-menu .more-sub-menu{
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 0 4px 4px 4px;
    z-index: 1;
    display: none;
  }
  .links li .sub-menu .more:hover .more-sub-menu{
    display: block;
  }
  
  .navbar .search-box i{
    position: absolute;
    height: 100%;
    width: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    color: #000;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .navbar .search-box .input-box{
    position: absolute;
    right: calc(100% - 40px);
    top: 80px;
    height: 60px;
    width: 300px;
    background: #3E8DA8;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
  }
  .navbar.showInput .search-box .input-box{
    top: 9px;
    opacity: 1;
    pointer-events: auto;
    background: #ff9800;
  }
  .search-box .input-box::before{
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background: #ff9800;
    right: -6px;
    top: 19px;
    transform: rotate(45deg);
  }
  .search-box .input-box input{
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 4px;
    transform: translate(-50%, -50%);
    height: 35px;
    width: 280px;
    outline: none;
    padding: 0 15px;
    font-size: 16px;
    border: none;
  }
  .navbar .nav-links .sidebar-logo{
    display: none;
  }
  .navbar .bx-menu{
    display: none;
  }
  @media (max-width:920px) {
    nav .navbar{
      max-width: 100%;
      padding: 0 25px;
    }
  
    nav .navbar .logo a{
      font-size: 27px;
    }
    nav .navbar .links li{
      padding: 0 10px;
      white-space: nowrap;
    }
    nav .navbar .links li a{
      font-size: 15px;
    }
  }
  @media (max-width:800px){
    
    .navbar .bx-menu{
      display: block;
    }
    nav .navbar .nav-links{
      position: fixed;
      height: 43%;
      top: 186px;
      left: -100%;
      display: block;
      max-width: 270px;
      width: 100%;
      background:  #fff;
      line-height: 40px;
      padding: 20px;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      transition: all 0.5s ease;
      z-index: 1000;
    }
    .navbar .nav-links .sidebar-logo{
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .sidebar-logo .logo-name{
      font-size: 25px;
      color: #fff;
    }
      .sidebar-logo  i,
      .navbar .bx-menu{
        font-size: 41px;
        color: #000;
      }
    nav .navbar .links{
      display: block;
      margin-top: 20px;
    }
    nav .navbar .links li .arrow{
      line-height: 40px;
    }
  nav .navbar .links li{
      display: block;
    }
  nav .navbar .links li .sub-menu{
    position: relative;
    top: 0;
    box-shadow: none;
    display: none;
  }
  nav .navbar .links li .sub-menu li{
    border-bottom: none;
  
  }
  .navbar .links li .sub-menu .more-sub-menu{
    display: none;
    position: relative;
    left: 0;
  }
  .navbar .links li .sub-menu .more-sub-menu li{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .links li:hover .htmlcss-arrow,
  .links li:hover .js-arrow{
    transform: rotate(0deg);
    }
    .navbar .links li .sub-menu .more-sub-menu{
      display: none;
    }
    .navbar .links li .sub-menu .more span{
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
  
    .links li .sub-menu .more:hover .more-sub-menu{
      display: none;
    }
    nav .navbar .links li:hover .htmlCss-sub-menu,
    nav .navbar .links li:hover .js-sub-menu{
      display: none;
    }
  .navbar .nav-links.show1 .links .htmlCss-sub-menu,
    .navbar .nav-links.show3 .links .js-sub-menu,
    .navbar .nav-links.show2 .links .more .more-sub-menu{
        display: block;
      }
      .navbar .nav-links.show1 .links .htmlcss-arrow,
      .navbar .nav-links.show3 .links .js-arrow{
          transform: rotate(180deg);
  }
      .navbar .nav-links.show2 .links .more-arrow{
        transform: rotate(90deg);
      }
  }
  @media (max-width:370px){
    nav .navbar .nav-links{
    max-width: 100%;
  } 
  }
/* responsive header css end here */
/* sticky header css start here */
.sticky .headers{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 15%;
    z-index: 9999;
    box-shadow: 0px 0px 20px 0px rgb(132 144 255 / 20%);
    padding-top: 0;
    padding-bottom: 0;
}

.sticky .hero_section{
    margin-top: 100px;
}
/* sticky header css end here */
/* hero section css start here */
.hero_section {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero_row {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.parent {
    width: 100%;
    height: 500px;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto;
    overflow: hidden;
    position: relative;
    /* -webkit-box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75); */
}
/* ----- */

svg {
    position: absolute;
    z-index: 1;
    width: 1200px;
    height: 500px;
}
button {
    position: absolute;
    z-index: 50;
    width: 40px;
    overflow: hidden;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    -webkit-box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
}
button:focus {
    outline-width: 0;
}
circle {
    stroke: #fff;
    fill: none;
    transition: 0.3s;
}
#svg1 circle {
    transition-timing-function: linear;
}
#svg2 circle {
    transition-timing-function: linear;
}
#Capa_1 {
    position: absolute;
    width: 16px;
    height: 16px;
    transform: translate(-7px, -8px);
}
#Capa_2 {
    position: absolute;
    width: 16px;
    height: 16px;
    transform: translate(-9px, -8px);
}
.right {
   margin-left: 1467px;
   margin-top:  226px;
   border: 1px solid hsl(180, 7%, 55%);
   background-color: transparent;
   transition: 0.5s;
}
.right:hover {
    background-color: #fff;
}
.left {
   margin-left: 0.5%;
   margin-top: 226px;
   border: 1px solid #849494;
   background-color: transparent;
   transition: 0.5s;
}
.left:hover {
    background-color: #fff;
}
.circle1 {
    transition-delay: 0.05s;
}
.circle2 {
    transition-delay: 0.1s;
}
.circle3 {
    transition-delay: 0.15s;
}
.circle4 {
    transition-delay: 0.2s;
}
.circle5 {
    transition-delay: 0.25s;
}
.circle6 {
    transition-delay: 0.3s;
}
.circle7 {
    transition-delay: 0.35s;
}
.circle8 {
    transition-delay: 0.4s;
}
.circle9 {
    transition-delay: 0.45s;
}
.circle10 {
    transition-delay: 0.05s;
}
.circle11 {
    transition-delay: 0.1s;
}
.circle12 {
    transition-delay: 0.15s;
}
.circle13 {
    transition-delay: 0.2s;
}
.circle14 {
    transition-delay: 0.25s;
}
.circle15 {
    transition-delay: 0.3s;
}
.circle16 {
    transition-delay: 0.35s;
}
.circle17 {
    transition-delay: 0.4s;
}
.circle18 {
    transition-delay: 0.45s;
    width: 1600px;
}
.slide1 {
    background-image: url("./new_photos/running3.png");
}
.slide2 {
    background-image: url('./new_photos/color_virngi_ban2.png');
}
.slide3 {
    background-image: url('./new_photos/sitting_chr_ban3.png');
}
.slide4 {
    background-image: url('./new_photos/prize_ban4.png');
}
.slider {
    position: absolute;
    width: 400%;
    height: 100%;
    background: #000;
    display: inline-flex;
    overflow: hidden;
}
.slide1, .slide2, .slide3, .slide4 {
    position: absolute;
    background-position: center;
    background-size: cover;
    color: #fff;
    font-size: 62px;
    padding-top: 138px;
    font-weight: 800;
    font-family: 'Heebo', sans-serif;
    text-align: center;
    width: 25%;
    height: 100%;
    z-index: 10;
    transition: 1.4s;
    text-shadow: 2px 2px #ff9800;
}
.tran {
    transform: scale(1.3);
}
.up1 {
    z-index: 20;
}
.up2 {
    z-index: 40;
}
.steap {
    stroke-width: 0;
}
.streak {
    stroke-width: 82px;
}
@media (max-width: 700px) {
    .parent {
        margin-left: 1%;
   }
}
svg#svg1 {
   margin-left: 831px;
   width: 100vw;
}
/* typing animation */
.containerm {
 display: flex;
 justify-content: center;
 align-items: center;
}
.containerm p {
 font-size: 3rem;
 padding: 0.5rem;
 font-weight: bold;
 letter-spacing: 0.1rem;
 text-align: center;
 overflow: hidden;
 font-weight: 800;
 font-family: 'Heebo', sans-serif;
 color: #ff9800;
 text-shadow: 2px 2px white;
}
.containerm p span.typed-text {
 /* color: #96d81f; */
 color: #fff;
 text-shadow: 2px 2px gray;
}
.containerm p span.cursor {
 display: inline-block;
 background-color: #ccc;
 margin-left: 0.1rem;
 width: 3px;
 animation: blink 1s infinite;
}
.containerm p span.cursor.typing {
 animation: none;
}
@keyframes blink {
 0%  { background-color: #ccc; }
 49% { background-color: #ccc; }
 50% { background-color: transparent; }
 99% { background-color: transparent; }
 100%  { background-color: #ccc; }
}
/* hero section css end here */
/* top service section new css start here */
main {
 width: 100%;
 height: auto;
 display: block;

}
.top_service_section{
     width: 100%; 
     height: 80%;
     display: flex;
     align-items: center;
     justify-content: center;
     position:relative;
     top: -100px;
     z-index: 4444;

}
.tss_row{
    height: 100%;
    width: 86%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.tss_row > .tss_col{
    height: 100%;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tss_content{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.tss_img1,.tss_img2,.tss_img3{
    width: 100%;
    height: 65%;
    border-top-right-radius: 51px;
    overflow: hidden;
}
.tss_img > img{
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    
}
.tss_info {
    color: #fff;
    text-align: center;
    width: 100%;
    border-bottom-left-radius: 51px;
    border-bottom-right-radius: 0px;
    height: 35%;
    border-bottom-left-radius: 51px;
    border-bottom-right-radius: 0px;
}
.tss-col1 .tss_info {
    background: deepskyblue;
}
.tss-col2 .tss_info {
    background: #fe1f58;
}
.tss-col3 .tss_info {
    background: #fedd12;
}
.tss-btn1 a {
    background: #5d2999;
}
.tss-btn2 a {
    background: #00bfff;
}
.tss-btn3 a {
    background: #fe1f58;
}
.tss_heading h3 {
    padding: 10px 0;
    font-size: 21px;
    font-family: "Lobster Two", cursive;
}
.tss_info p {
    padding: 5px 0px 11px 0px;
    line-height: 27px;
}
.tss_btn a {
    color: #fff;
    text-decoration: none;
    padding: 5px 20px;
    border-radius: 4px;
}


/* top service section new css end here */
/* welcome section css start here */
.welcome-section {
    width: 100%;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.welcome_row {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 167px;
    width: 100%;
    height: 100%;
}
.welcome_cols {
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.welcome_content {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}
.welcome_main_picture {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.welcome_main_picture img {
    width: 81%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.welcome_form_container {
    background: #96d81f;
    height: 100%;
    padding: 31px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.welcome_form_heading {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.welcome_form-form {
    width: 100%;
    height: 100%;
}
.welcome_subheading {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
}
.welcome_heading {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
}
.wecome_para {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    text-align: justify;
}
.welcome_instructions {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
}
.welcome_instructions ul {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}
.welcome_instructions ul li {
    list-style: none;
    padding: 4px 0px;
    font-size: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
}
.welcome_signature {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
}
.welcome_signature img {
    padding: 14px 0px;
    width: 27%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.name_inpt {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.frm-row {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.name_inpt input.urname {
    width: 100%;
    border-radius: 5px;
    padding: 11px;
    margin: 8px;
    border: none;
    outline: none;
}
.frm-row > .rutn-inpt{
    width: 100%;
}
.frm-row > .rutn-inpt > input{
    border: none;
    outline: none;
    width: 91%;
    padding: 11px;
    margin: 8px;
    border-radius: 5px;
}
.msg_area {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
}
.msg_area textarea{
    width: 100%;
    border-radius: 5px;
    padding: 11px;
    margin: 8px;
    border: none;
    outline: none;
}
.welcome_form_button {
    margin: 21px 8px 0px 8px;
    width: 95%;
    background: #5d2999;
    color: #fff;
    border-radius: 8px;
    padding: 10px 88px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.welcome_form_button a {
    text-decoration: none;
    color: #fff;
    text-align: center;
}
/* ----- */
.welcome_form_heading h3 {
    font-family: 'Lobster Two';
    font-size: 27px;
    padding: 10px 9px;
    color: #5D2999;
}
.welcome_form_heading h3 span{
    color: #fff;
}
.welcome_subheading h4 {
    color: #fe1f58;
    font-size: 19px;
    font-family: 'Lobster Two';
    padding: 10px 0px;
}
.welcome_heading h2 {
    color: #96d81f;
    font-size: 31px;
    font-family: 'Lobster Two';
    padding: 10px 0px;
}
.wecome_para p {
    padding: 10px 0px;
    font-size: 15px;
    line-height: 21px;
    word-spacing: 5px;
}

.welcome_instructions ul li .fa {
    padding-right: 10px;
}
.welcome_instructions ul li .hand1 {
    color: green;
    font-weight: 900;
}
.welcome_instructions ul li .hand2 {
    color: #ff9800;
    font-weight: 900;
}
.welcome_instructions ul li .hand3 {
    color: #fe1f58;
    font-weight: 900;
}
.welcome_instructions ul li .hand4 {
    color: deepskyblue;
    font-weight: 900;
}
.welcome_instructions ul li .hand5 {
    color: #fedd12;
    font-weight: 900;
}
.welcome_instructions ul li .hand6 {
    color: #5d2999;
    font-weight: 900;
}
.welcome_instructions ul li .hand7 {
    color: gray;
    font-weight: 900;
}

.welcome_button a {
    text-decoration: none;
    padding: 10px 0px;
}
.welcome_button {
        min-width: 133px;
        box-shadow: 2px 2px 11px -1px gray;
        background: #96d81f;
        border-radius: 5px;
        margin-top: 7px;
        position: relative;
        width: 35%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
.welcome_button > a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}
.welcome_button:hover{
	color: #fff;
}
.welcome_button > a:before{ 
    position: absolute;
    content: "";
    width: 0%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ff9800;
    color: #fff;
}
.welcome_button:hover > a:before,.welcome_button:hover  > a:focus{
    width: 100%;
    background: #ff9800;
    transition: all 0.6s ease-in-out;
    border-radius: 5px;
    color: #fff !important;
}
/* .welcome_button:hover, .welcome_button:focus{
    color: #fff !important;
    /* z-index: 9999;
    transition: all 0.6s ease-in-out;
    width: 100%; 
} */
.welcome_divider_row{
    background-image: url("./new_photos/wlcm_divider_img.png");
    background-position: center;
    background-size: cover;
    height: 143px;
    width: 100%;
    inset: auto 0px 0px;
    margin-top: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* welcome section css end here */
/* our features section css start here */
.our_features-section {
    width: 100%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.our_features_row {
    padding-top: 51px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.main_heading{
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_para {
    text-align: center;
    padding: 41px;
    color: gray;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.our_features_content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.our_features_rows {
    margin: 18px 0;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 100%;
}
.our_features_rows {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.our_features_cols {
    padding: 21px 11px;
    margin: 0px 7px 11px 7px;
    /* width: 385px; */
    width: 27%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ----- */

.main_heading span {
    color: #fe1f58;
}
.main_heading h2 {
    font-size: 51px;
    font-family: 'Lobster Two';
}

.ofc_heading h4 {
    padding: 10px 0px;
    font-family: 'Lobster Two';
    font-size: 21px;
    font-weight: 700;
}
.ofc_para p {
    padding: 10px 0;
    line-height: 23px;
    word-spacing: 5px;
}
.ofc_icon .fa {
    font-size: 51px;
    padding: 10px 18px;
}
.ofcr1-1 {
    background: #fe1f58;
    border-radius: 10px;
    min-height: 207px;
    color: #fff;
}
.ofcr1-2 {
    background: deepskyblue;
    border-radius: 10px;
    min-height: 207px;
    color: #fff;
}
.ofcr1-3 {
    background: #ff9800;
    border-radius: 10px;
    min-height: 207px;
    color: #fff;
}
.ofcr2-1 {
    background: #5d2999;
    border-radius: 10px;
    min-height: 207px;
    color: #fff;
}
.ofcr2-2 {
    background: #fe1f58;
    border-radius: 10px;
    min-height: 207px;
    color: #fff;
}
.ofcr2-3 {
    background: deepskyblue;
    border-radius: 10px;
    min-height: 207px;
    color: #fff;
}
.our_features_cols:hover .ofc_icon .fa{
  /* transform: rotateX('180deg') scaleX(-1); */
  /* transform: scale(-1, -1); */
  transform: rotateY(180deg) scaleX(1);
  transition: all 0.4s ease-in;
}

 /* our features section css end here */
 /* counter section css start here */
 .counter_number_section {
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.counter_number_row {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-work-data{
    background-image: url("./new_photos/study_child_ban2.png");
    text-align: center;
    transition: all 0.7s linear;
    color: #fff;
    height: 100%;
    padding: 81px 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.increment_counter {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 100%;
}
.total_students {
    width: 20%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/* ----- */

 

.counter-numbers{
    font-size: 4rem;
    font-family: 'Chewy', cursive;
}
.increment_counter span{
    font-family: 'Lora', serif;
}
.increment_counter .fa{
    font-size: 41px;
}

.section-work-data p{
    color: #fff;
    text-transform: capitalize;
}

.full_width_section {
    margin: 111px 0px 0px 0px;
}
.counter_num1{
    color: #ff9800;
}
.counter_num2{
    color: #88186E;
}
.counter_num3{
    color: #66CC99;
}
.counter_num4{
    color: #1DABB8;
}
 /* counter section css end here */
 /* our courses section css start here */
 .our_course_section_img{
    width: 100%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
 }
 .our_courses_section{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
 }

 .our_courses_rows {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 35px 0px;
    padding-top: 51px;
    height: 100%;
    width: 100%;
}
.our_courses_row {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.our_courses_content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
}
.our_courses_cols {
    display: flex;
    justify-content: center;
    margin: 0px 15px 0px 0px;
    border: 0.1px solid #8080801c;
    width: 40%;
    height: 100%;
}
.occ_img {
    width: 35%;
    height: 100%;
}
.occ_content {
    padding: 0px 19px;
    background: #fff;
    width: 65%;
    height: 100%;
}

/* ---- */
.occ_cda {
    display: flex;
    align-items: center;
    justify-content: center;
}

.occ_headings a {
    text-decoration: none;
}
.occ_headings h4 {
    font-size: 25px;
    font-family: 'Lobster Two';
    padding: 11px 0px 11px 0px;
}
.occ_times p {
    font-size: 14px;
    font-family: 'Lobster Two';
    font-weight: 700;
}
.occ_times span {
    color: #ff9800;
}
.occh1 h4 {
    color: deepskyblue;
}
.occh2 h4 {
    color: #ff9800;
}
.occh3 h4 {
    color: #fe1f58;
}
.occh4 h4 {
    color: #5d2999;
}
.occ_para p {
    font-size: 15px;
    padding: 11px 0px;
    line-height: 27px;
    word-spacing: 5px;
}
.occ_cda p {
    padding: 10px 10px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    font-size: 15px;
}
.occ_cda1 {
    background: #5d2999;
    margin: 10px 11px 0px 0px;
    min-width: 100px;
    min-height: 75px;
}
.occ_cda2 {
    background: #fe1f58;
    margin: 10px 11px 0px 0px;
    min-width: 100px;
    min-height: 75px;
}
.occ_cda3 {
    background: deepskyblue;
    margin: 10px 11px 0px 0px;
    min-width: 100px;
    min-height: 75px;
}
.our_course_section_img {
    background-image: url("./new_photos/bg_img1.jpg");
    background-position: center;
    background-size: cover;
	padding-bottom:35px;
}
 /* our courses section css end here */
 /* our gallery section css start here */
 .our_gallery_section {
    width: 100%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.our_gallery_row {
    padding-top: 51px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.our_gallery_content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.our_gallery_rows {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 27px 0px;
}
.our_gallery_cols {
    margin: 0px 40px 0px 0px;
    width: 24%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ----- */
 
 

/* style from best-jquerylab */
.box{
    font-family: 'Mandali', sans-serif;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.box:before,
.box:after{
    content: "";
    background: rgba(71,74,86,0.51);
    width: 200%;
    height: 200%;
    opacity: .75;
    transform: skew(45deg) translateX(100%);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: all .6s ease;
}
.box:after{
    transform: skew(45deg) translateX(-100%);
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    z-index: 0;
}
.box:hover:before,
.box:hover:after{
    transform: skew(45deg) translateX(0);
}
.box img{
    width: 100%;
    height: auto;
    transition: all 0.35s;
    border-radius: 5px;
}
.box:hover img{ opacity: 0.5; }
.box-content{
    color: #fff;
    width: 85%;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transition: all 0.6s ease;
}
.box:hover .box-content{ opacity: 1; }
.box .title{
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    margin: 0 0 3px;
}
.box .post{
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 1px;
    text-transform: capitalize;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    margin: 0 0 10px;
    display: block;
}
.box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
}
.box .icon li{
    margin: 0 3px;
    display: inline-block;
}
.box .icon li a{
    color: #EA2027;
    background: #fff;
    font-size: 16px;
    line-height: 34px;
    width: 34px;
    height: 34px;
    display: block;
    transition: all 0.35s;
}
.box .icon li a:hover{
    color: #fff;
    background: #EA2027;
}
@media only screen and (max-width:990px){
    .box{ margin: 0 0 30px; }
}
 /* our gallery section css end here */
 /* our activities section css start here */
 .our_activities_section{
    background: url("./new_photos/our_activity_bg_img.jpg");
    width: 100%;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.our_activities_row {
    padding-top: 51px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.our_activities_content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tabs_section {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tabs_row {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tabs_content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ambu_type_tabs {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.our_activity_tab_content {
    margin: 0px 144px;
    width: 100%;
    height: 100%;
}
.als_tb_content {
    margin-top: 235px;
    border: 1px solid #8080801f;
    background: #fff;
    padding: 10px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.als_tb_info {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.oam_img {
    width: 47%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.als_info_cont {
    width: 53%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}

/* ----- */

 button.tablinks {
    width: 200px;
    height: 200px;
    border-radius: inherit;
}

 .ambu_type_tabs {
    position: relative;
}
.tab {
    overflow: hidden;
    width: 71%;
    position: absolute;
    border-radius: 10px;
    left: 15%;
    /* height: 225px; */
    height: 56%;
    /* top: 0px; */
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 71%;
  }
  
  .tab button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    box-shadow: none;
    border-radius: 8px;
  }

  /* .tab button:hover {
    background-color: #ccc0;
  } */
 
  /* .tab button.active {
    background-color: #ccc0;
  } */

  .tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
  }
  div#ALS {
    display: block;
}
.ambu_type_content {
    text-align: center;
    font-family: 'Poppins';
}
.ambu_type_para p {
    padding: 23px 5px;
}




.oam_img img {
    width: 90%;
    text-align: center;
    padding: 10px;
}
.img_first_row ul, .img_second_row ul {
    display: flex;
    list-style: none;
    padding: 5px 10px
}
.img_first_row ul li, .img_second_row ul li {
    padding: 10px;
    margin: 0 14px;
}
.ambu_info_images_container img {
    border-radius: 50%;
    /* background: #9e9e9e1a; */
    color: #3f51b5;
    cursor: pointer;
    width: 50%;
}
.oa_tb_hd h3 {
    padding: 10px;
    font-size: 36px;
    font-family: 'Lobster Two';
    font-weight: 700;
    /* color: deepskyblue; */
}
.oa_tb_shd h5 {
    font-size: 22px;
    font-weight: 500;
    padding: 10px 2px;
    line-height: 37px;
}
.oa_tb_para p {
    padding: 10px 2px;
    font-size: 15px;
    line-height: 26px;
    word-spacing: 1px;
}
.ambulance_types_section{
    background-image: url("F:/helptoall/ambulance_web/images/for_editing/maps_background_img.png");
    margin-top: 51px;
}
.ambulance_type_container ul li img {
    width: 70%;
}
.tab_btns img {
    width: 90%;
}
.tab_btns {
    width: 19%;
    display: inline-block;
}
.tab_btns p {
    font-size: 14px;
    font-weight: 900;
    font-family: sans-serif;
}
.oaimg_row {
    display: flex;
    align-items: center;
}
.oaimg_cols ul li {
    list-style: none;
    margin: 0px 151px 0px 0px;
    padding: 0px 0px 11px 0px;
}
.oaimg_cols {
    margin: 27px 0px;
}
.oa_btn{
    max-width: 144px;
}


/* .tabs_section{
    background: url("<?php echo get_stylesheet_directory_uri(); ?>/new_photos/our_activity_bg_img.jpg");
} */
.oahd1 h3{
    color: deepskyblue;
}
.learn_img_row ul li .fa {
    color: deepskyblue;
    font-weight: 900;
}
.oahd2 h3{
    color: #ff9800;
}
.music_img_row ul li .fa {
    color: #ff9800;
    font-weight: 900;
}
.oahd3 h3{
    color: #5d2999;
}
.painting_img_row ul li .fa {
    color: #5d2999;
    font-weight: 900;
}
.oahd4 h3{
    color: #fe1f58;
}
.sports_img_row ul li .fa {
    color: #fe1f58;
    font-weight: 900;
}
.oahd5 h3{
    color: deepskyblue;
}
.playground_img_row ul li .fa {
    color: deepskyblue;
    font-weight: 900;
}
.tb_btn1{
    background: deepskyblue;
}
.tb_btn2{
    background: #ff9800;
}
.tb_btn3{
    background: #5d2999;
}
.tb_btn4{
    background: #fe1f58;
}
.tb_btn5{
    background: deepskyblue;
}
.tab_btns .fa {
    font-size: 57px;
    color:#fff;
}
.tab_btns p{
    color: #fff;
    font-size: 21px;
    padding-top: 19px;
}


 /* our activites section css end here */
 /* testimonial slider css start here */
 .testimonial_section {
    width: 100%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial_row {
    padding-top: 51px;
    background: #10194b;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.testimonial_content {
    display: flex;
    align-items: center;
    background: #10194b;
    padding-bottom: 71px;
    height: 100%;
    width: 100%;
    justify-content: center;
}
.testimonial_main_image_container {
    width: 41%;
    text-align: center;
    margin: 0px 0px 27px 0px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial_slider{
    width: 59%;
    float: right;
    background: #10194b;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ----- */
 .slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
    height: 351px;
}

.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;
}

.mts_container {
    color: #fff;
    border: 2px solid #e1ac43;
    border-top-left-radius: 37px;
    border-bottom-right-radius: 37px;
    padding: 10px 26px;
    margin: 31px 17px;
    height: 315px;
    width: 100%;
    float: right;
}
.mts_content .fa {
    color: #e1ac43;
}
.mts_client_img img {
    width: 81px;
    height: 81px;
    border-radius: 50%;
    margin: 10px 0px 21px 351px;
}
.mts_content {
    text-align: center;
}
.mts_client_testi p {
    font-size: 16px;
    line-height: 34px;
    word-spacing: 2px;
    padding: 0px 0px 10px 0px;
}
.mts_rating .fa {
    padding: 0px 6px;
}
.mts_rating{
    padding: 10px 0px;
}
.mts_clients_name h4 {
    font-size: 22px;
    padding: 0px 0px 4px 0px;
}


.testimonial_main_image_container img {
    width: 55%;
    margin-top: 31px;
    background: #fff;
    border-radius: 20px;
}

.testimonial_row .main_heading h2{
    color: #fff;
}
.testimonial_row .main_para p{
    color: #fff;
}
 /* testimonial slider css end here */
/* recent events css start here */
	.upcoming-events_section {
   		 background: #4caf5052;
   		 padding-bottom: 35px;
	}
	.ev_date {
    	font-size: 47px;
   		font-family: 'Roboto';
    	font-weight: 700;
    	color: #fe5629;
	}
	.ev_time {
    	list-style: none;
    	color: gray;
    	font-size: 13px;
   		word-spacing: 3px;
	 	padding-left: 20px;
		width: 75%;
		height:100%;
	}
	.recent_book_next {
    	background: red;
	}
	.recents_button p {
		font-size: 18px !important;
   		font-weight: 700;
   		font-family: roboto;
   		cursor: pointer;
	}
.recents_button{
	width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
	.event_date {
    padding-right: 20px;
    position: relative;
	width: 25%;
	height:100%;
}
	.event_date:before {
    position: absolute;
    content: "";
    background: #faae08 none repeat scroll 0 0;
    right: 0;
    bottom: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
}
.recents_button:hover {
    background: #89d700;
    transition: 0.6s;
}
.recent_headings h3 {
    color: #00000066 !important;
	cursor: pointer;
}
.recent_headings h3:hover {
    color: #89d700 !important;
	transition:0.4s;
}
.ev_time .fa {
    font-size: 15px;
    color: #ff9800;
}
.recent_btns {
    margin-bottom: 10px;
}
span.ev_th {
    color: #fe5629;
}
.recent_lrn_more {
    background: #ff9800;
}

/* recent events css end here */
/* upcoming events css start here */
	

/* upcoming events css end here */
 /* latest news section css start here */
 .our_latest_news_section {
    width: 100%;
    height: 80%;
    display: flex;
    align-items: center;
}
.our_latest_news_row {
    width: 100%;
    height: 100%;
    padding-top: 51px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.our_latest_news_content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.olnc_cols {
    padding: 10px;
    margin: 0px 10px;
    background: #fff;
    box-shadow: 0px 2px 5px 0px gray;
    width: 30%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.olnc_row {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.olnc_img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.olnc_img img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
}
.olnc_info {
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	height: 100%;
    width: 100%;
}
.olnc_heading {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	width: 100%;
	height:100%;
}
.olnc_cols h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.time-author {
    padding: 0px 0px 11px 0px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 100%;
}
.olnc_para {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.olnc_para p {
    font-size: 15px;
    line-height: 26px;
    padding: 10px 0px 17px 0px;
    text-align: justify;
}
.olnc_btns {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 100%;
}

/* ----- */



.olnc_heading h3 {
    font-family: 'Lobster Two';
    font-size: 25px;
    padding: 11px 0px;
}


.olnc_share {
    padding: 10px 15px;
}
.olnc_comments {
    padding: 10px 15px;
}
.olnc_likes {
    padding: 10px 15px;
}

.olnc-col1 h3 {
    color: #5d2999;
}
.olnc-col1 .time-author {
    color: #ff9800;
	width: 100%;
    height: 100%;
}
.olnc-col1 .olnc_btns {
    background: #ff9800;
    color: #fff;
}
.olnc-col2 h3 {
    color: #ff5252;
}
.olnc-col2 .time-author {
    color: #00bcd4;
}
.olnc-col2 .olnc_btns {
    background: #00bcd4;
    color: #fff;
}
.olnc-col3 h3 {
    color: #ff9800;
}
.olnc-col3 .time-author {
    color: #5d2999;
}
.olnc-col3 .olnc_btns {
    background: #5d2999;
    color: #fff;
}
.olnc_btns p {
    font-size: 14px;
}

.olnc_author {
    padding-left: 25px;
}


 /* latest news section css end here */
 /* titli animation css start here */
 .our_titli_section{
    position: relative;
 }
 .animation img, .animation-two img {
    width: 150px;
}
.animation {
    position: absolute;
    bottom: 5%;
    left: 10%;
    animation: betterfly 5s infinite;
}
@keyframes betterfly{
    10% {
        bottom: 7%;
    }
    15% {
        bottom: 8%;
    }
    20% {
        bottom: 9%;
    }
    30% {
        bottom: 10%;
    }
    35% {
        bottom: 11%;
    }
    40% {
        bottom: 13%;
    }
    45% {
        bottom: 15%;
    }
    50% {
        bottom: 17%;
    }
    55% {
        bottom: 18%;
    }
    60% {
        bottom: 20%;
    }
    65% {
        bottom: 22%;
    }
}
.animation-two {
    position: absolute;
    bottom: 22%;
    right: 7%;
    animation: betterfly-two 5s infinite;
}
@keyframes betterfly-two{
    60% {
        bottom: 7%;
    }
    55% {
        bottom: 8%;
    }
    50% {
        bottom: 9%;
    }
    45% {
        bottom: 10%;
    }
    40% {
        bottom: 11%;
    }
    35% {
        bottom: 13%;
    }
    30% {
        bottom: 15%;
    }
    25% {
        bottom: 17%;
    }
    20% {
        bottom: 18%;
    }
    15% {
        bottom: 20%;
    }
    
    10% {
        bottom: 22%;
    }
}
 /* titli animation css end here */
 /* secenery image css start here */
 .scenery_image {
    background: url("./new_photos/gam_bg.png");
    height: 451px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 11px;
	 width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
 /* secenry image css end here */

 .scallop-up{
    height:9px;
    width:100%;
    /* background: -webkit-gradient(radial, 50% 100%, 10, 50% 100%, 40, from(#369A7E), color-stop(0.49, #369A7E), color-stop(0.51, #fff), to(white)); */
    /* -webkit-background-size: 49px 100%; */
    background: green;
	     display: flex;
    align-items: center;
    justify-content: center;
  }
 /* footer section css start here */
footer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.our_footer_section{
    background: url("http://littlebirds.co.in/wp-content/uploads/2023/04/footer-bg2.jpg");
    padding: 0px 41px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.our_footer_row {
        display: flex;
    padding: 120px 11px;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.our_footer_cols {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
/* ----- */
 
.of_social_links ul {
    display: flex;
    align-items: center;
    list-style: none;
}
.of_links ul {
    list-style: none;
}
.of_links li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #404542;
}
.ofc1 {
    width: 40%;
}
.ofc2 {
    width: 20%;
}
.ofc3 {
    width: 40%;
}
.contact_links a {
    text-decoration: none;
    color: black;
    font-size: 15px;
}

.orf1_heading img {
    width: 21%;
    /* box-shadow: 1px 2px 2px 2px gainsboro; */
    margin: 10px 0px 0px 62px;
    /* border-radius: 8px; */
}
.orf_heading h3 {
    font-size: 29px;
    font-family: 'Lobster Two';
    color: #fe1f58;
}
.orf_heading {
    padding: 19px 0px;
}
.of_social_links ul li a .fa {
    border-radius: 50%;
    font-size: 21px;
    padding: 10px 12px;
    height: 41px;
    width: 41px;
    margin: 10px;
    color: #fff;
}
.of_social_links ul li a .fa-facebook{
    background: #3b5998;
}
.of_social_links ul li a .fa-twitter{
    background: #55acee;
}
.of_social_links ul li a .fa-linkedin{
    background: #007bb5;
}
.of_social_links ul li a .fa-instagram{
    background: #e4405f;
}
.of_social_links ul li a .fa-pinterest-p{
    background: #E60023;
}
/* .of_social_links {
    margin: 38px 0px 0px 57px;
} */
.mail_form a {
    padding: 10px 15px;
    text-decoration: none;
    background: #92278f;
}
.mail_form a {
    padding: 10px 21px;
    text-decoration: none;
    background: #92278f;
    color: #fff;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 900;
    font-family: sans-serif;
}
.mail_form input {
    padding: 21px;
    width: 100%;
    margin: 20px 0px 10px 0px;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
}
.ofc3_sbhding h5 {
    font-size: 15px;
    line-height: 29px;
    color: gray;
    font-weight: 500;
}
.contact_links {
    padding: 21px 5px;
}
.contact_links p {
    padding: 7px 0px 5px 0px;
}
.contact_links .fa {
    padding-right: 7px;
}
.of_links li {
    padding: 11px;
}
 /* footer section css end here */
 /* copy right footer */
.lower_footer_section {
    width: 100%;
    height: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}
 .lower_footer_section p {
   text-align: center;
    padding: 11px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.indimind {
    color: #f05c26;
    text-decoration: none;
}
 /* copy right footer css end  */
 /* responsive css code start here */
.lower_footer_section {
   flex-direction: row;
}
 @media only screen and (max-width: 1468px) {
    .right {
        margin-left: 1297px;
    }
    .oaimg_cols ul li {
        margin: 0px 101px 0px 0px;
    }



 }
 @media only screen and (max-width: 1366px) {
    .right {
        margin-left: 1126px;
    }
    .mts_clients_name h4 {
        font-size: 19px;
        padding: 0px 0px 2px 0px;
    }
    .mts_rating {
        padding: 4px 0px;
    }
    .mts_client_testi p {
        line-height: 29px;
    }
    .oaimg_cols ul li {
        margin: 0px 71px 0px 0px;
    }
    .mts_client_img img {
        margin: 2px 0px 9px 191px;
    }
    .mts_container {
        height: 291px;
    }
    .our_latest_news_content {
        margin-left: 51px;
    }
    .our_activity_tab_content {
        margin: 0px 87px;
    }
    .oa_tb_shd h5 {
        font-size: 19px;
        padding: 10px 2px;
        line-height: 28px;
    }
    .oaimg_cols {
        margin: 8px 0px;
    }
    .tab {
        width: 87%;
        left: 8%;
    }
    .ofc_heading h4 {
        font-size: 19px;
    }
    .ofc_para p {
        line-height: 21px;
        word-spacing: 2px;
        font-size: 15px;
    }


 }
 @media only screen and (max-width: 1199px) {
    
   

 }
 @media only screen and (max-width: 991px) {
    .tss_row {
        justify-content: start;
        flex-wrap: wrap;
    }
    .tss_row > .tss_col {
        width: 50%;
        padding: 17px;
    }
    .our_courses_rows {
        flex-wrap: wrap;
    }
    .our_courses_cols {
        width: 100%;
		flex-direction: column;
    }
    .olnc_row{
        justify-content: start;
        flex-wrap: wrap;
    }
    .olnc_row >.olnc_cols{
        width: 45%; 
        margin: 7px;
    }
    .welcome_row{
        justify-content: start;
        flex-wrap: wrap;
		padding:0;
    }
    .welcome_row > .welcome_cols{
        width: 45%;
        margin: 8px;
    }
    .top_header_content{
        flex-wrap: wrap;
    }
    /* main header */
    nav .navbar{
        justify-content: start;
        flex-wrap: wrap;
    }
    /* our features start*/
    .our_features_rows  {
        flex-wrap: wrap;
        justify-content: start;
    }
    .our_features_rows  > .our_features_cols {
        width: 45%;
    }
    /* our features end */
    /* increment counter start */
    .increment_counter{
        flex-wrap: wrap;
    }
    .increment_counter > .total_students {
        width: 48%;
    }
    /* increment counter end */
    /* our gallery start */
    .our_gallery_rows{
        flex-wrap: wrap;
        justify-content: start;
    }
    .our_gallery_rows > .our_gallery_cols {
        width: 50%;
    }
    /* testimonial start */
    .testimonial_content{
        flex-wrap: wrap;
    }
    /* our activity start */
    .als_tb_info {
        flex-wrap: wrap;
    }
    .tab{
        flex-wrap: wrap;
    }
    .tab > .tab_btns{
        width: 20%;
    }
	 .our_activity_tab_content {
        margin: 0px;
    }
/* 	 footer */
	 .our_footer_row{
		  flex-wrap: wrap;
	 }
	 .ofc1 {
    width: 100%;
}
	 .ofc2 {
    width: 32%;
}
	 .ofc3 {
    width: 58%;
}
 }
 @media only screen and (max-width: 767px) {
	 .contact_page_row {
		 flex-wrap:wrap;
	 }
	 .col-50 {
    width: 100% !important;
	 }
	 .container {
    width: 100% !important;
    padding: 0px 16px !important;
}
	 .contact_info h2 {
    font-size: 21px !important;
	 }
	 .contact_info h2:before {
    top: 32px !important;
	 }
    .tss_row > .tss_col {
        width: 100%;
    }
    .olnc_row >.olnc_cols{
        width: 100%; 
    }
    .welcome_row > .welcome_cols{
        width: 100%;
    }
    /* header start */
    .thc1 ul {
        flex-direction: column;
    }
    header {
        height: 70%;
    }
    .top_header_section {
        height: 35%;
    }
    .top_header_cols {
        height: 30%;
    }
    .thc1{
        width: 100%;
        margin-top: 5px;
    }
    .thc2{
        width: 35%;
        padding: 5px 0px 0px 10px;
    }
    .thc3{
        width: 43%;
        margin-top: 5px;
    }
    .make_an_appoinment_btn a {
        font-size: 11px;
        padding: 7px 11px;
    }
    .top_header_cols ul li {
        padding: 0px 10px;
    }
    /* main header */
    header {
        height: 30%;
    }
    .top_header_section {
        height: 64%;
    }
    nav {
        height: 36%;
    }

    .mhc1{
        width: 30%;
    }
    .mhc3{
        width: 54%;
    }
    .mhc4{
        display: none;
    }
    /* header end */
    /* hero start*/
    .right {
        margin-left: 317px;
    }
    /* hero end */
    /* our feature start */
    .our_features_rows > .our_features_cols {
        width: 100%;
		margin-bottom:11px;
    }
    /* our features end */
    /* increment counter */
    .increment_counter > .total_students {
        width: 100%;
        margin: 8px;
    }
    /* our gallery start */
    .our_gallery_rows > .our_gallery_cols {
        width: 100%;
    }
    /* testimonial */
    .testimonial_main_image_container{
        width: 100%;
    }
    .testimonial_slider{
        width: 100%;
    }
    .mts_container{
        height: 357px;
    }
    /* our activity start */
    .als_tb_info > .oam_img{
        width: 100%;
    }
    .als_tb_info > .als_info_cont{
        width: 100%;
    }
    button.tablinks {
        width: 80px;
        height: 80px;
    }
    .tab_btns .fa {
        font-size: 21px;
    }
    .tab_btns p {
        font-size: 9px;
        padding-top: 10px;
    }
    .oaimg_row{
        flex-direction: column;
    }
/* 	 our courses */
	 .occ_img {
    width: 100%;
	 }
	 .occ_content {
    width: 100%;
	 }
/* 	 sticky whatsapp */
	 .sticky-wht-wrp a img {
		 width: auto !important;
	 }


 }
 @media only screen and (max-width: 600px) {
	 .bnr-head h2 {
    font-size: 38px !important;
	 }
	 .main_heading {
    margin-top: 27px;
}
	 .main_heading h2 {
    font-size: 37px;
	 }
	 .ev_date {
		 font-size: 30px;align-content
	 }
	 span.ev_th {
    font-size: 10px;
    font-weight: 800;
}
	 .recent_headings h3 {
    font-size: 18px !important;
}
	 .orf1_heading img {
    width: 52%;
	 }
	 .our_courses_cols {
    margin: 0px;
	margin-top: 10px;
}
.occ_img img {
    width: 100%;
}
.our_gallery_cols{
	margin:0px;
	padding:11px;
}
.our_latest_news_content {
   margin-left: 0px;
}
.animation img, .animation-two img {
    width: 52px;
}
	 .ofc1,.ofc2,.ofc3 {
    width: 100%;
}
.lower_footer_section p {
    font-size: 11px;
	padding:4px;
}
.lower_footer_section {
   flex-direction: column;
}
	 

}
 /* responsive css code end here */
/* sticky whats app and call icon */
.sticky-wht-wrp {
position: fixed;
bottom: 0;
z-index: 99999;
width:4%;
left:15px;
}
.sticky-wht-wrp a{
display:block;
margin-bottom:5px;
position:relative;
}
.sticky-wht-wrp a img {
width: 100%;
background-color: #fff;
border-radius: 50%;
padding: 1px;
}
.sticky-wht-wrp a span {
position: absolute;
width: 127px;
background-color: #359935;
color: #fff;
font-weight: bold;
padding: 5px;
text-align: center;
border-radius: 20px;
top: 10px;
left: 60px;
border: 1px solid #fff;
display:none;
}
.sticky-wht-wrp a:hover span{
display:block;
}
.sticky-wht-wrp a span:before {
content: '\f0d9';
position: absolute;
left: -5px;
font-family: 'FontAwesome';
color: #359935;
top: 5px;
}

/* sticky whatsapp and call icon css till here */
/* contact us page css start here */
.container {
    width: 95%;
    max-width: 100%;
	padding: 0px 100px;
	}
.bnr-head {
    background-size: cover;
    background-position: center;
}
.bnr-head h2 {
    text-align: center;
    padding: 98px 0px;
    font-size: 61px;
    color: #fff;
    font-family: 'Roboto';
}
.contact_info h2 {
    font-size: 29px;
    font-family: 'Roboto';
    font-weight: 900;
    color: #96d81f;
    position: relative;
	margin-bottom: 27px;
}
.contact_info h2:before {
    position: absolute;
    content: "";
    width: 41%;
    height: 5px;
    left: 0;
    right: 0;
    top: 42px;
    background: #96d81f;
}
.cont-in h3 {
    padding-top: 14px;
    font-size: 21px;
    color: #daa520;
    font-family: 'Roboto';
}
.cont-locat {
    border: 2px solid #ff9800;
    border-radius: 10px;
	height: 437px;
    width: 100%;
}
.cont-locat iframe {
    border-radius: 10px;
	height:100%;
	width:100%;
}
.cont-in {
    border: 3px solid goldenrod;
    border-radius: 10px;
    width: 100%;
    height: 437px;
    padding: 0px 21px;
    background: #92278f;
    color: #fff;
}
.cont-in p {
    padding-bottom: 10px;
    border-bottom: 2px solid goldenrod;
}
.cont_form_info {
    width: 100%;
    height: 100%;
}
.contact_page_row {
    display: flex;
    align-items: center;
}
.col-50 {
    width: 50%;
    height: 100%;
}
.input-box,.txtare-box,.btn-box{
    width: 99%;
    margin: 6px;
}

.input-box input {
    width: 99%;
    padding: 10px;
    margin: 10px 0;
	outline:none;
}
.col-100 {
    width: 100%;
    height: 100%;
}
.txtare-box textarea {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    outline: none;
	padding: 10px;
    margin: 10px 0;
}
.btn-box input {
    padding: 10px;
    background: #ff9800;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
}
.btn-box input:hover {
    opacity:0.8;
	transition:0.6s;
	cursor:pointer;
}

/* contact us page css end here */
/* about us page css start here */
.abt_img {
    text-align: center;
}
.abt_img img {
    border-radius: 10px;
    box-shadow: 5px 5px #9E9E9E;
}
.vimi {
    margin: 27px 0px;
}
.blurb1 img {
    width: 24%;
}
.blurb1 {
    text-align: center;
    line-height: 38px;
    padding: 15px;
    font-family: 'Lora';
    margin: 10px;
	
}
.blurb1 p {
    color: #96d81f;
    font-family: 'Lobster Two';
    font-weight: 800;
    font-size: 19px;
}
.blurbs:hover {
    box-shadow: 0px 2px 5px 5px #9e9e9e;
}
.blurbs {
	border-top-left-radius: 71px;
    border-bottom-right-radius: 71px;
    box-shadow: 1px 1px 5px 3px #ccc;
	border-bottom: 4px solid #feb415;
}
.blurbs:hover img {
    transform: rotate(360deg) !important;
	transition: 0.6s;
}
.abt_para p {
    line-height: 25px;
    font-family: serif;
    text-align: justify;
    font-size: 17px;
}
/* about us page css end here */