body {
    margin: 0px;
    padding: 0px;
    font-family: "Open Sans", sans-serif;
    background-color: #fff;
  }
  
  /**************************************header****************************************************/
  
  
  .social_link img{
      width:20px;
      height:20px;
      margin:3px
  }
  .social_link img:hover{
       width:30px;
      height:30px;
  }
  #topbar {
  
    background-color: #000;
  
    height: 30px;
  
    border-radius: 0px 0px 24px 23px;
  
  }
  
  #topbar .contact-info a {
    color: white;
    margin-right: 15px;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
  
  
  }
  
  #topbar .contact-info a:hover {
    color: #669999;
    text-decoration: underline;
  }
  
  #topbar .fas {
    color: #fff;
    margin-right: 5px;
    font-size: 16px;
  
  }
  
  #topbar .fas:hover {
    color: #02adc6;
    font-size: 24px;
  }
  
  #topbar .fab:hover {
    color: #02adc6;
    font-size: 24px;
  }
  
  #topbar .fab {
    color: #fff;
    margin-right: 8px;
    font-size: 16px;
  
  }
  
  
  
  .header {
  
  
    box-shadow: 0 8px 6px -6px black;
  
    animation: mymove 2s infinite;
    background: white;
  
  }
  
  .logo {
    margin-left: 20px;
  
    width: 300px;
  
  }
  
  /* .col-md-2 .col-sm-2 .col-xs-3 .logo {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 15px;
  } */
  
  
  
  
  
  
  .navbar-nav .nav-item .nav-link {
  
  
  
    color: #02c5e3;
  
    transition: 0.3s;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
  
  
    display: inline-block;
  
    position: relative;
  
  }
  
  .navbar-nav .nav-item .nav-link:hover {
    color: #028397;
    font-size: 19px;
  }
  
  .nav-item a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    position: absolute;
    background: #028397;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }
  
  .nav-item a:hover:after {
    width: 100%;
    left: 0;
  }
  
  .dropdown a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    position: absolute;
    background: #028397;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }
  
  .dropdown a:hover:after {
    width: 100%;
    left: 0;
  }
  
  .dropdown a {
    color: #02c5e3;
  
    transition: 0.3s;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
  
  
    display: inline-block;
  
    position: relative;
  }
  
  .dropdown a:hover {
    color: #028397;
    font-size: 19px;
  
  }
  
  .dropdown-menu .dropdown-item {
    color: #02c5e3;
  
    transition: 0.3s;
    font-size: 17px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
  
  
    display: inline-block;
  
    position: relative;
  }
  
  .dropdown-menu {
    border: none;
  }
  
  #navbarDropdown i {
    margin-left: 6px;
  }
  
  .navbar-light .navbar-nav .nav-link.show {
    color: #028397;
  }
  
  .dropdown-item.active,
  .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #02c5e3;
  }
  
  @media(max-width:480px) {
      .header {
          margin-right: 15%;
      }
    #topbar {
  
      background-color: #000;
  
      height: 20px;
  
      border-radius: 0px 0px 24px 23px;
    }
  
    .navbar-nav {
  
      padding-left: 30px;
    }
  
    .navbar {
        padding-right: 89px;
      padding: 0px;
    }
  
    .navbar-brand {
      padding: 5px;
      margin: 0px;
    }
  
    .logo {
      margin-left: 0px;
  
      width: 200px;
  
    }
  
    .navbar-toggler {
      margin-right: 10px;
      padding: 10px;
      font-size: 1.25rem;
      line-height: 1;
      background-color: transparent;
      border: none;
      border-radius: none;
      transition: box-shadow .15s ease-in-out;
    }
  
    .navbar-light .navbar-toggler {
      color: #000;
      border: none;
      padding-right: 40px;
    }
  
    #topbar .contact-info a {
      color: white;
      margin-right: 0px;
      text-decoration: none;
      font-family: "Open Sans", sans-serif;
      font-size: 8px;
      font-weight: 500;
  
    }
  
    #topbar .contact-info a:hover {
      color: #669999;
      text-decoration: underline;
    }
  
    #topbar .fas {
      color: #fff;
      margin-right: 2px;
      font-size: 12px;
  
    }
  
    #topbar .fas:hover {
      color: #02adc6;
      font-size: 16px;
    }
  
    #topbar .fab:hover {
      color: #02adc6;
      font-size: 16px;
    }
  
    #topbar .fab {
      color: #fff;
      margin-right: 0px;
      font-size: 12px;
  
    }
  
    .navbar-light .navbar-toggler-icon {
  
      color: black;
    }
     
  .navbar-nav .nav-item .nav-link {
  
    font-size: 12px;
  }
  
  .navbar-nav .nav-item .nav-link:hover {
    color: #028397;
    font-size: 14px;
  }
   #slider {
      margin-right: 9px;
    margin-top: 21%;
  
  }
  .testimonial-section {
    margin-right: 12px;
  }
  .cid-qv5AKiwkDE {
    margin-right: 14px;
  }
  }
   
  @media(min-width:480px) and (max-width:680px){
      
      .header {
       margin-right: 15%;
      }
    #topbar {
  
      background-color: #000;
  
      height: 20px;
  
      border-radius: 0px 0px 24px 23px;
    }
  
    .navbar-nav {
  
      padding-left: 30px;
    }
     .navbar-light .navbar-toggler {
      color: #000;
      border: none;
     
    }
     #slider {
      margin-right: 20px;
    margin-top: 21%;
  
  }
  .testimonial-section {
    margin-right: 13px;
  }
   .cid-qv5AKiwkDE {
    margin-right: 13px;
  }
  
  
  }
   @media(min-width:680px) and (max-width:980px){
      
      .header {
          margin-right: 4%;
      }
    #topbar {
  
      background-color: #000;
  
      height: 20px;
  
      border-radius: 0px 0px 24px 23px;
    }
  
    .navbar-nav {
  
      padding-left: 30px;
    }
     .navbar-light .navbar-toggler {
      color: #000;
      border: none;
    }
   #slider {
       margin-right: 20px;
      margin-top: 40%;
  
    }
    .testimonial-section {
    margin-right: 21px;
    }
    .cid-qv5AKiwkDE {
    margin-right: 16px;
    }
  
  }
  /***************************************************************************/
  /*******************slider********************************/
  /* #slider .carousel-item::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.6;
  
  } */
  /*#slider {*/
  /*    margin-right: 20px;*/
  /*  margin-top: 21%;*/
  
  /*}*/
  
  /*@media (max-width:480px) {*/
  /*  #slider {*/
  /*    margin-top: 21%;*/
  
  /*  }*/
  
  /*}*/
  /* @media (min-width:500px and max-width:800px) {*/
   
  /* #slider {*/
  /*    margin-top: 40%;*/
  
  /*  }*/
  /*}*/
  
  /***************************************************************************/
  
  
  @keyframes mymove {
    50% {
      box-shadow: 0.3em 0.3em 1em rgba(0, 0, 0, 0.3)
    }
  
  
  }
  
  /***************************************************************************/

  .section-padding {
    padding: 130px 0;
    
  }
  
  
  
  .about-area h3 {
    color: #222;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    line-height: 1.2;
    font-size: 26px !important;
    font-weight: 500;
    margin-left: 13px;
  }
  
  .about-area p {
    margin-top: 0;
    margin-bottom: 1rem;
  
    font-size: 1rem;
    line-height: 2;
  
    padding: 15px;
  
    font-family: "Roboto", sans-serif;
    color: #444444;
  
  
    font-weight: 400;
    text-align: left;
  }
  
  .template-btn {
    color: #fff !important;
    background: #02adc6;
    animation: mymove 2s infinite;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid transparent;
    display: inline-block;
    padding: 13px 24px !important;
    border-radius: 3px;
    transition: all 0.5s;
    text-decoration-line: none;
  }
  
  .template-btn:hover {
    background: hsl(188, 98%, 45%);
    font-size: 18px;
    text-decoration: line;
  
  }
  
  .offset-lg-1 {
    margin-left: 8.333333%;
  
  
  }
  
  .offset-lg-1 img {
    animation: mymove 2s infinite;
  
  }
  
  
  .about-area .col-lg-5 {
  
    max-width: 41.666667%;
  
  }
  
  .about-area .col-lg-6 {
  
    max-width: 50%;
  }

  @media (max-width:480px) {
      
  .section-padding {
    padding: 30px 0;
  }
    
  .about-area .col-lg-6 {
  
    max-width: 90%;
  }
    
  
  .about-area h3 {

    line-height: 1.2;
    font-size: 18px !important;
    font-weight: 500;
    margin-left: 15px;
  }
  
  .about-area p {
    margin-left: 10px;
    margin-bottom: 5px;
    color: #444444;
    font-size: 14px;
    line-height: 2;
  
    padding: 10px;

   
    text-align: justify;
  }
  .template-btn {
 margin-left:15px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid transparent;
    display: inline-block;
    padding: 6px 14px !important;
    border-radius: 3px;
  
  }
  
  .template-btn:hover {
    background: hsl(188, 98%, 45%);
    font-size: 16px;
    text-decoration: line;
  
  }
  .about-area .col-lg-5 {
  
    max-width: 80%;
  
  }
  
    
  
  }


  /*******************************************************service**********************************/




.services_type h3 {
    color: #222;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    line-height: 1.2;
    font-size: 26px !important;
    font-weight: 500;
    margin-left: 13px;
  
  }
  
  .services_type .btn {
    padding: 8px;
    animation: mymove 2s infinite;
  }
  
  .services_type .btn h5 {
    color: #fff;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    line-height: 0.5;
    font-size: 15px !important;
    font-weight: 700;
    padding: 5px;
  
  }
  
  .services_type .btn h5:hover {
    color: #0dcaf0;
    background-color: #fff;
  }
  
  .services_type .btn h5 i {
    margin-left: 10px;
    font-size: 16px;
  
  }
  
  .services_type .btn h5 i:hover {
  
    font-size: 19px;
  
  }
  
  #box_1 {
    margin-top: 5%;
  
  }
  
  .imgi {
    width: 100px;
    height: 100px;
    border-radius: 50%;
  
  }
  
  .box {
  
  
  
    background: #fff;
    padding: 10px;
    margin-left: 5%;
    animation: mymove 2s infinite;
  
  }
  
  .box:hover {
    -moz-box-shadow: inset 0 0 10px #fff;
    -webkit-box-shadow: inset 0 0 10px #fff;
    box-shadow: inset 0 0 10px #02adc6;
  
  }
  
  .box h4 {
    color: #000;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: 5px;
  
  }
  
  .box p {
    margin-top: 0;
  
    font-family: "Open Sans", sans-serif;
  
    font-size: 15px;
    line-height: 28px;
    color: #444444;
    padding: 5px;
  
  
  
  
  
    text-align: left;
  
  }
  
  
  
  @media (max-width:480px) {
    .services_type h3 {
        color: #222;
        text-transform: uppercase;
        font-family: "Roboto", sans-serif;
        line-height: 1.2;
        font-size: 18px !important;
        font-weight: 500;
        margin-left: 13px;
      
      }
      .box {
  
  
  
        background: #fff;
        padding: 10px;
        margin-left: 0;
        margin-bottom: 5%;
        animation: mymove 2s infinite;
      
      }
      .box h4 {
        color: #000;
        font-size: 14px;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        padding: 5px;
      
      }
      
      .box p {
        margin-top: 0;
      
        font-family: "Open Sans", sans-serif;
      
        font-size: 12px;
        line-height: 28px;
        color: #444444;
        padding: 5px;
      
      
      
      
      
        text-align: left;
      
      }
      .services_type .btn {
        padding: 2px;
        animation: mymove 2s infinite;
      }
      
      .services_type .btn h5 {
        color: #fff;
        text-transform: uppercase;
        font-family: "Roboto", sans-serif;
        line-height: 0.5;
        font-size: 13px !important;
        font-weight: 700;
        padding: 5px;
      
      }
      
      .services_type .btn h5:hover {
        color: #0dcaf0;
        background-color: #fff;
      }
      
      .services_type .btn h5 i {
        margin-left: 10px;
        font-size: 14px;
      
      }
      
      .services_type .btn h5 i:hover {
      
        font-size: 17px;
      
      }

  }




/********************************************blog area*************************************************/
  .section-gap {
    padding: 120px 0;
  }
  
  .col-md-7 {
  
    max-width: 58.33333%;
  }
  
  .recent-blog-area h3 {
    text-align: center;
    margin-bottom: 9%;
  
  
    line-height: 1.2;
    color: #222;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-size: 26px !important;
    font-weight: 500;
  }
  
  .section-gap .col-lg-4 {
    animation: mymove 2s infinite;
  
    max-width: 33.33333%;
  
    -webkit-box-shadow: 0 35px 20px #777;
    -moz-box-shadow: 0 35px 20px #777;
    box-shadow: 0 35px 20px #777;
  
  
  }
  
  
  .single-recent-blog .thumb {
    overflow: hidden;
  }
  
  .single-recent-blog .thumb:hover {
    margin-top: 30px;
  }
  
  .single-recent-blog .thumb img {
    width: 100%;
  }
  
  .single-recent-blog .f-img {
  
    transition: all 0.3s ease 0s;
  }
  
  .single-recent-blog a {
    text-decoration: none;
  }
  
  .single-recent-blog h4 {
    font-weight: 700;
    margin-top: 35px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    font-size: 16px;
    text-align: left;
    color: #000;
    padding: 10px;
  
    line-height: 1.2em !important;
    font-family: "Roboto", sans-serif;
    margin-bottom: 0;
  
  }
  
  .single-recent-blog p {
    text-align: left;
    margin: 20px 0px;
    font-family: "Roboto", sans-serif;
    margin-top: 10px;
    margin-bottom: 1rem;
  
    font-size: 14px;
    line-height: 2;
    color: #444444;
    ;
  
  
    padding: 15px;
  
    font-weight: 400;
    text-align: left;
  
  }

  @media (max-width:480px) {

    .section-gap {
        padding: 30px 0;
      }
      .recent-blog-area h3 {
        text-align: center;
        margin-bottom: 3%;
      
      
        line-height: 1.2;
        color: #222;
        text-transform: uppercase;
        font-family: "Roboto", sans-serif;
        font-size: 18px !important;
        font-weight: 500;
      }
      .single-recent-blog h4 {
        font-weight: 700;
        margin-top: 15px;
        text-transform: uppercase;
        transition: all 0.3s ease 0s;
        font-size: 14px;
        text-align: left;
        color: #000;
        padding: 0px;
      
        line-height: 1.2em !important;
        font-family: "Roboto", sans-serif;
        margin-bottom: 0;
      
      }
      
      .single-recent-blog p {
        text-align: left;
        margin:  0px;
        font-family: "Roboto", sans-serif;
        margin-top: 10px;
        margin-bottom:0;
      
        font-size: 14px;
        line-height: 2;
        color: #444444;
        ;
      
      
        padding: 3px;
      
        font-weight: 400;
        text-align: left;
      
      }
    
  }

  
/********************************************blog area*************************************************/



#video {
    padding: 13px;
    margin-bottom: 6%;
  
  }
  
  
  #video iframe {
    animation: mymove 2s infinite;
    width: 520px;
    height:345px;
  }
  @media (max-width:480px) {
    #video {
        padding: 0px;
        margin: 4%;
      
      }
        
  
  #video iframe {
      margin-right: 27%;
    animation: mymove 2s infinite;
    width: 300px;
    height:320px;
  }
  .video_1{
    margin-bottom: 4%;
    margin-left: 2%;
  }
      
  }

  /****************************************testimonials area*****************************************************/
  .testimonails{
      
      margin-top:8%;
  }
.testimonails h3 {
    color: #222;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-size: 36px !important;
    font-weight: 500;
    margin-bottom: 3%;
  
  }
  
  .testimonial-section {
    background-color: #ccffff;
    background-repeat: no-repeat;
  
    background: cover;
  
  
  }
  
  
  .testimonial-section .carousel-inner {
    margin-bottom: 10px;
  }
  
  .testimonial-section .carousel-control-next,
  .testimonial-section .carousel-control-prev {
    position: relative;
    height: 35px;
    width: 35px;
    padding-bottom: 6%;
    padding-top: 0%;
    display: inline-flex;
  
  }
  
  .testimonial-section .carousel-control-prev {
    margin-left: 15%;
  }
  
  .testimonial-section .carousel-control-next img,
  .testimonial-section .carousel-control-prev img {
    width: 25px;
  
  
  
  }
  
  .testi-item p {
  
    padding: 6%;
  
  
  
    font-size: 1rem;
    line-height: 2;
  
  
    font-family: "Roboto", sans-serif;
    color: #444444;
  
  
    font-weight: 400;
    text-align: left;
  }
  
  .testi-item h3 {
  
    margin-left: 10%;
    padding: 10px;
    margin-top: -3%;
    color: #222;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    line-height: 1.2;
    font-size: 26px !important;
    font-weight: 500;
  
  }
  
  .testi-item span {
  
    margin-left: 13%;
    text-transform: capatilize;
    font-family: "Roboto", sans-serif;
    line-height: 1;
    font-size: 16px;
    color: #02adc6;
    font-weight: 700;
    padding: 5px;
  }
  @media (max-width:480px) {
    .testimonails h3 {
      color: #222;
      text-transform: uppercase;
      font-family: "Roboto", sans-serif;
      font-size: 18px !important;
      font-weight: 500;
      margin-bottom: 3%;
    
    }
    .testi-item p {
  
      padding: 6%;
    
    
    
      font-size: 12px;
      line-height: 2;
    
    
      font-family: "Roboto", sans-serif;
      color: #444444;
    
    
      font-weight: 400;
      text-align: left;
    }
    
    .testi-item h3 {
    
      margin-left: 10%;
      padding: 10px;
      margin-top: -3%;
      color: #222;
      text-transform: uppercase;
      font-family: "Roboto", sans-serif;
      line-height: 1.2;
      font-size: 16px !important;
      font-weight: 500;
    
    }
    
    .testi-item span {
    
      margin-left: 13%;
      text-transform: capatilize;
      font-family: "Roboto", sans-serif;
      line-height: 1;
      font-size: 10px;
      color: #02adc6;
      font-weight: 700;
      padding: 5px;
    }
    
  .testimonial-section .carousel-control-next img,
  .testimonial-section .carousel-control-prev img {
    width: 20px;
  
  
  
  }

  }
  /*********************************************************************************************/



  /*******************************************footer top**************************************************/
.cid-qv5AKiwkDE {

  animation: mymove 2s infinite;
  margin-top: 0%;
  background: #000;
  box-shadow: -9px -9px 13px -1px rgba(0, 0, 0, 0.52);
  -webkit-box-shadow: -9px -9px 13px -1px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: -9px -9px 13px -1px rgba(0, 0, 0, 0.52);
}

#footer_top_1 {
  padding: 5%;

}

.foot_title {

  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-family: "Roboto", sans-serif;

  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;

}


.footer_bottom_1 {
  list-style-type: none;

}

.footer_bottom_2 {
  list-style-type: none;




}

.footer_bottom_1 li {
  margin-left: 35px;
}

.footer_bottom_1 li a {
  color: #fff;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;

}

.footer_bottom_1 li a:hover {
  color: #02adc6;
  font-size: 16px;
  margin-bottom: 10px;
}

.head {
  font-size: 16px;

  color: #fff;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  margin-left: 10px;


}

.location {

  text-align: left;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;

  margin-left: 10px;
  font-size: 14px;
  line-height: 1;
  color: #fff;


  margin-bottom: 10px;

  font-weight: 400;



}

.location .fas {
  font-size: 18px;
}

.location .fas:hover {
  font-size: 22px;
}

.foot_mail a {
  text-align: left;
  font-family: "Roboto", sans-serif;

  text-decoration: none;

  font-size: 12px;
  line-height: 1;
  color: #fff;
  margin-left: 10px;
  margin-bottom: 10px;



}

.foot_mail a .fas {
  font-size: 18px;
}

.foot_mail a .fas:hover {
  font-size: 22px;
}

.foot_contact li a {
  text-align: left;

  text-transform: uppercase;

  font-size: 14px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  margin-top: 15px;

  font-weight: 600;
}

.foot_contact {
  list-style-type: none;
}

.social {
  list-style-type: none;
}

.social li {
  float: left;
  margin-left: 10px;
}

.social li a {
  color: #fff;
  font-size: 30px;
}

.social li a:hover {
  color: #02adc6;
  font-size: 36px;
  margin-bottom: 10px;
}

.footer_head {
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-family: "Roboto", sans-serif;

  font-size: 20px;
  font-weight: 600;
  margin-right: 20px;
  padding: 10px;


}
@media (max-width:480px) {
  #footer_top_1 {
    padding: 2%;
  
  }
  
  .foot_title {
  
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-family: "Roboto", sans-serif;
margin-right: 40px;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    padding-bottom: 12px;
  
  }
  .head {
    font-size: 14px;
  
    color: #fff;
    font-family: "Roboto", sans-serif;
    line-height: 1;
    text-transform:0px;
  
  
  }
  .social  {
margin-left:110px;
padding:20px;

  }
  .social li {
    float: left;
    margin-left: 5px;
    text-align:center;
  }
  
  .social li a {
    color: #fff;
    font-size: 24px;
  }
  
  .social li a:hover {
    color: #02adc6;
    font-size: 30px;
    margin-bottom: 15px;
  }
  
  .footer_head {
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-family: "Roboto", sans-serif;
  
    font-size: 18px;
    font-weight: 600;
    margin-right: 20px;
    padding: 5px;
  
  
  }
  .footer_bottom_1 {
    list-style-type: none;
    margin-bottom:10%;
  
  }
  
  .footer_bottom_2 {
    list-style-type: none;
  
  
  
  
  }
  
  .footer_bottom_1 li {
    margin-left: 5px;
    

    float: left;
  }
  
  .footer_bottom_1 li a {
    color: #fff;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
  
  }
  
  .footer_bottom_1 li a:hover {
    color: #02adc6;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .text-white{
    font-size:13px;
  }


}

/************************************************************************************************************************/


/*************************breadcrumb**************************************************/
.breadcrumb {

  margin-top: 10%;

  animation: mymove 2s infinite;
  box-shadow:
    inset 0 -3em 3em rgb(255, 255, 255),
    0 0 0 2px rgb(255, 255, 255),
    0.3em 0.3em 1em rgba(0, 0, 0, 0.3);
  width: 550px;
  height: 90px;
  padding: 15px;
  margin-left: 25%;

}

.breadcrumb-item li {
  padding: 60px;
}

.breadcrumb-item a {
  text-shadow: 2px 2px 3px #fff;
  font-size: 30px;
  font-weight: 600;

  margin-left: 30px;
  color: #02adc6;
  font-family: "Roboto", sans-serif;
  padding: 8px;
  text-transform: uppercase;
  text-decoration-line: none;
  letter-spacing: 0.15em;

  position: relative;
}

.breadcrumb-item .fas {
  margin-left: 40px;
  color: #02adc6;
  font-size: 24px;
  margin-top: 20px;
}

.breadcrumb-item a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  left: 50%;
  position: absolute;
  background: #02c5e3;

  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.breadcrumb-item a:hover:after {
  width: 100%;
  left: 0;
}

.top {

  background-image: url('img/wallpapper.jpg');
  width: 100%;
  min-height: 300px;
  margin-top: 5%;
  position: relative;
  background-size: cover;
}

.top::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  opacity: 0.6;

}
@media (max-width:480px) {
  .top {

    background-image: url('img/wallpapper.jpg');
    width: 100%;
    min-height: 250px;
    margin-top: 5%;
    position: relative;
    background-size: cover;
  }
  .breadcrumb {

    margin-top: 30%;
  
    animation: mymove 2s infinite;
    box-shadow:
      inset 0 -3em 3em rgb(255, 255, 255),
      0 0 0 2px rgb(255, 255, 255),
      0.3em 0.3em 1em rgba(0, 0, 0, 0.3);
    width: 300px;
    height:60px;
    padding: 15px;
    margin-left:15%;
  
  }
  
  .breadcrumb-item li {
    padding: 10px;
  }.breadcrumb-item a {
    text-shadow: 2px 2px 3px #fff;
    font-size: 20px;
    font-weight: 500;
  
    margin-left: 15px;
    color: #02adc6;
    font-family: "Roboto", sans-serif;
    padding: 0px;
    text-transform: uppercase;
    text-decoration-line: none;
    letter-spacing: 0;
  
    position: relative;
  }
  
  .breadcrumb-item .fas {
    margin-left: 10px;
    color: #02adc6;
    font-size: 16px;
    margin-top: 5px;
  }
  
}

/************************************************************************/

/************************************************************************/

.aboutus {
  margin-top: 10%;
   margin-bottom: 10%;

}.aboutus table{
margin-left:40px;}

.circle_box img {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  animation: mymove 2s infinite;
  margin-top: 30px;
}

.aboutus h4 {
  margin-bottom: 40px;
  margin-right: 10px;
  color: #222;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  border-bottom: 3px solid #222;
  padding-bottom: 20px;
}

.aboutus h4 span {
  margin-left: 30px;
  color: #02adc6;
  font size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.aboutus .desc {
  padding-left: 80px;

  padding-top: 30px;
  margin-top: 0;
  margin-bottom: 1rem;

  font-size: 1rem;
  line-height: 2;


  font-family: "Roboto", sans-serif;
  color: #444444;


  font-weight: 400;
  text-align: left;
}
.aboutus .desci{
       
    margin-top:5%;
}
.aboutus .desci ul{
    list-style:none;
 
}
.aboutus .desci ul li{
      padding-left: 0px;

  padding-top: 30px;
  margin-top: 0;
  margin-bottom: 5px;
font-style:italic;
  font-size: 1rem;
  line-height: 2;


  font-family: "Roboto", sans-serif;
color: #02adc6;


  font-weight: 400;

    
}
.degree {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.degree_details {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #476b6b;
}

@media (max-width:480px) {

  .aboutus {
    margin-top: 7%;
  
  }.aboutus table{
margin-left:0px;}

  
  .circle_box img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    animation: mymove 2s infinite;
    margin-top: 30px;

    margin-left: 70px;
    
    margin-bottom: 30px;
  }
  
  .aboutus h4 {
    margin-bottom: 20px;
    margin-right: 0px;
    color: #222;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: 2px solid #222;
    padding-bottom: 0px;   
     margin-left: 10px;
  }
  
  .aboutus h4 span {
    margin-left: 5px;
    color: #02adc6;
    font size: 10px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
  }
  .aboutus .desc {
    padding: 15px;
  

    margin-bottom: 1rem;
  
    font-size: 12px;
    line-height: 2;
  
  
    font-family: "Roboto", sans-serif;
    color: #444444;
  
  
    font-weight: 400;
    text-align: left;
  }
  .aboutus .desci{
       
    margin-top:5%;
}
.aboutus .desci ul{
    list-style:none;
 
}
.aboutus .desci ul li{
      padding-left: 0px;
       padding-right: 10px;

  padding-top: 10px;
  margin-top: 0;
  margin-bottom: 5px;

  font-size: 12px;
  line-height: 2;


  font-family: "Roboto", sans-serif;
color: #02adc6;


  font-weight: 400;

    
}
  
}







/*****************************************homeopathy*********************/
#top_homeo {

  padding: 5px;
  margin-top:0%;
}
.homeo{
  margin-top: 5%;
  margin-bottom:10%;
}

.homoeopathy p {



  padding:10px;

  font-size: 1rem;
  line-height: 2;


  font-family: "Roboto", sans-serif;
  color: #444444;


  font-weight: 400;
  text-align: left;


}

#homeo_points i {
  font-size: 3rem;
  line-height: 2;
  color: #02adc6;
  margin-left: 100px;
  animation: mymove 2s infinite;

}

.global h4 {


  color: #222;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  font-size: 26px !important;
  font-weight: 500;

}

.global p {
  margin-top: 0;
  margin-bottom: 1rem;
  text-align: justify;
  font-size: 1rem;
  line-height: 2;

  padding: 15px;

  font-family: "Roboto", sans-serif;
  color: #444444;


  font-weight: 400;

}

.homeo_list li {
  text-align: left;
  margin-top: 0;
  margin-bottom: 1rem;

  font-size: 14px;
  line-height: 2;

  color: #02adc6;

  font-family: "Roboto", sans-serif;

  text-transform: uppercase;

  font-weight: 600;
}

.homeo_list ul {
  padding: 5px;
  list-style-type: square;

}

#list2 {

  margin-left: 30%;
  margin-top: 5%;
}

.homeo_list h4 {
  color: #222;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  font-size: 26px !important;
  font-weight: 500;
}
.homoeopathy container{
  padding:50px;
}

@media (max-width:480px) {
  #top_homeo {

    padding: 2%;
  }
  
  .homoeopathy p {
  
   padding:2px;
  
    margin-bottom: -20px;
  
    font-size: 12px;
    line-height: 2;
  
  
    font-family: "Roboto", sans-serif;
    color: #444444;
  
  
    font-weight: 400;
    text-align: left;
  
  
  } .homoeopathy container{
    padding:0px;
  }
  
  #homeo_points i {
    font-size: 1rem;
    line-height: 1;
    color: #02adc6;
    margin-left: -10px;
    animation: mymove 2s infinite;
    padding: 20px;
  
  }
  
  .global h4 {
  
  
    color: #222;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    line-height: 1.2;
    font-size: 18px !important;
    font-weight: 500;
  
  }.global p {
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: left;
    font-size: 12px;
    line-height: 2;
  
    padding: 10px;
  
    font-family: "Roboto", sans-serif;
    color: #444444;
  
  letter-spacing: 1px;
    font-weight: 400;
  
  }
  
  .homeo_list li {
    text-align: left;
    margin-top: 0;
    margin-bottom: 1 rem;
  
    font-size: 12px;
    line-height: 2;
  
    color: #02adc6;
  
    font-family: "Roboto", sans-serif;
  
    text-transform: uppercase;
  
    font-weight: 600;
  }
  
  .homeo_list ul {
    padding: 0px;
    list-style-type: square;
  
  }
  
  #list2 {
  
    margin-left: 30%;
    margin-top: 5%;
  }
  
  .homeo_list h4 {
    color: #222;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    line-height: 1.2;
    font-size: 18px !important;
    font-weight: 500;
  }
  



}
/*****************************************homeopathy*********************/
/*****************************************media*********************/



.gallery {
  padding: 20px;
  margin-top: 3%;
}

#gallery_1 img {

  animation: mymove 2s infinite;
  width: 500px;
  margin-bottom: 30px;
  height:300px;

}
#gallery_2 img {

  animation: mymove 2s infinite;
  max-width: 200px;
  margin-bottom: 30px;

}
@media (max-width:480px) {

  .gallery {
    padding: 20px;
    margin-top: 3%;
  }
  
  #gallery_1 img {
  
    animation: mymove 2s infinite;
    max-width: 300px;
    margin-bottom: 30px;
  
  }
}

/*****************************************media*********************/



/*****************************************result*********************/


.result {
  margin-top: 3%;
  padding: 20px;
}

#result_1 {

  padding: 20px;
}

#result_1 img {
    height:400px;


  animation: mymove 2s infinite;

}

@media (max-width:480px) {
.result {
  margin-left: 2%;
  padding: 10px;
}

#result_1 {
  
  padding: 10px;
}

#result_1 img {
  margin-top: 20%;
max-width:300px;
  animation: mymove 2s infinite;

}
}

/*****************************************result********************/








/*****************************************awards*********************/
/* .awards .col-lg-6 {
  float: left;
  width: 50%;
  padding: 10px;
  position: relative;

} */

/* Style the images inside the grid */
.awards  img {
margin-top: 5%;
  opacity: 0.8;
  cursor: pointer;
  animation: mymove 2s infinite;
  width:100%;
  height:300px; 

}

.awards img:hover {
  opacity: 1;
}

/* Clear floats after the columns */
.awards .row:after {
  content: "";
  display: table;
  clear: both;
}

/* The expanding image container */
/* .awards .awards_1 {
  position: relative;
  display: none;
  margin-top: 4%;

} */

/* Expanding image text */
.awards #imgtext {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  font-size: 20px;
}

/* Closable button inside the expanded image */
.awards .closebtn {
  position: absolute;
  top: 8px;
  right: 20px;
  color: #02adc6;
  font-size: 38px;
  cursor: pointer;
  animation: mymove 2s infinite;
  font-family: 700;
}

.awards .awards_2 {
  padding: 20px;
  margin-top: 30px;
  width:700px;

}
@media (max-width:480px) {
  .awards .column {
    float: left;
    width: 50%;
    padding: 10px;
  }
  .awards .closebtn {
    position: absolute;
    top: 0px;
    right: 20px;
    color: #02adc6;
    font-size: 30px;
    cursor: pointer;
    animation: mymove 2s infinite;
    font-family: 700;
  }
  
  .awards .awards_2 {
    padding: 20px;
    margin-top: 50px;
    width:400px;
  
  }
  .awards  img {
margin-top: 5%;
  opacity: 0.8;
  cursor: pointer;
  animation: mymove 2s infinite;
  width:100%;
  height:300px; 

}
.top {
    width: 100%;
}
.breadcrumb {
    margin-top: 26%;
    width: 83%;
}
}

@media (min-width:480px) and (max-width:780px){
  .awards .column {
    float: left;
    width: 50%;
    padding: 10px;
  }
  .awards .closebtn {
    position: absolute;
    top: 0px;
    right: 20px;
    color: #02adc6;
    font-size: 30px;
    cursor: pointer;
    animation: mymove 2s infinite;
    font-family: 700;
  }
  
  .awards .awards_2 {
    padding: 20px;
    margin-top: 50px;
    width:400px;
  
  }
  .awards  img {
margin-top: 5%;
  opacity: 0.8;
  cursor: pointer;
  animation: mymove 2s infinite;
  width:100%;
  height:300px; 

}
.top {
    width: 100%;
}
.breadcrumb {
   margin-left: 10%;
    margin-top: 28%;
    width: 89%;
}
}



/*****************************************awards*********************/
/*****************************************awards*********************/


/*****************************************contact*********************/
.contact {
  margin-top: 6%;
  padding: 10px;
}

#contact_1 {

  padding: 30px;

  -moz-box-shadow: inset 0 0 10px #fff;
  -webkit-box-shadow: inset 0 0 10px #fff;
  box-shadow: inset 0 0 10px #02adc6;
}

#contact_1 ul {

  list-style-type: none;
}

#contact_1 ul li h4 {
  color: #222;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  font-size: 20px !important;
  font-weight: 500;
  padding: 10px;

}

#contact_1 ul li p {
  margin-top: 0;
  margin-bottom: 1rem;

  font-size: 1rem;
  line-height: 2;


  font-family: "Roboto", sans-serif;
  color: #444444;


  font-weight: 400;

}

#contact_1 ul a i {

  animation: mymove 2s infinite;
  color: #02adc6;
  font-size: 28px;
  border-radius: 50%;
  padding: 12px;
  border: 2px dotted #0299b1;

}



#contact_2 {
  padding: 20px;
  margin-top: 2%;
}

#contact_2 .form-group {
  padding: 15px;
}

#contact_2 button {
  font-size: 18px;
  text-transform: uppercase;
  animation: mymove 2s infinite;
}

#contact_2 input {


  font-size: 1rem;
  line-height: 2;


  font-family: "Roboto", sans-serif;
  color: #444444;


  font-weight: 400;
}
.btn-info {
  color: #fff;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
  font-size: 36px;
}

.btn-info. .fas.active {
  background-color: #0dcaf0;

}

.btn-info:hover {
  color: #0dcaf0;
  background-color: #fff;
}
 .map {
  margin-top: 10%;
  margin-left:-25px;
}.map  iframe{
    width:480px;height:450px;
}

@media (max-width:480px) {
  .contact {
    margin-top: 6%;
    padding: 30px;
  }
  
  #contact_1 {
  
    padding: 20px;
  
    -moz-box-shadow: inset 0 0 10px #fff;
    -webkit-box-shadow: inset 0 0 10px #fff;
    box-shadow: inset 0 0 10px #02adc6;
  }
  
  #contact_1 ul {
  
    list-style-type: none;
  }
  
  #contact_1 ul li h4 {
    color: #222;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    line-height: 1;
    font-size: 16px !important;
    font-weight: 500;
    padding: 10px;
  
  }
  
  #contact_1 ul li p {
    margin-top: 0;
    margin-bottom: 1rem;
  
    font-size: 12px;
    line-height: 2;
  
  
    font-family: "Roboto", sans-serif;
    color: #444444;
  
  
    font-weight: 400;
  
  }
  #contact_1 ul a i {

    animation: mymove 2s infinite;
    color: #02adc6;
    font-size: 24px;
    border-radius: 50%;
    padding: 12px;
    border: 2px dotted #0299b1;
  
  }
  
  
  
  #contact_2 {
    padding: 20px;
    margin-top: 2%;
  }
  
  #contact_2 .form-group {
    padding: 5px;
  }
  
  #contact_2 button {
    font-size: 16px;
    text-transform: uppercase;
    animation: mymove 2s infinite;
  }
  
  #contact_2 input {
  
  
    font-size: 12px;
    line-height: 2;
  
  
    font-family: "Roboto", sans-serif;
    color: #444444;
  
  
    font-weight: 400;
  }

  .map {
    margin-top: 10%;
    margin-left:-25px;
  }
  .map  iframe{
    max-width:270px;

  }

}
/*****************************************contact*********************/





@media (max-width:380px) {
  .awards {
    margin-top: 5%;
  }
}