body, h1, h2, h4, p, ul, li, .down-s-1, .down-s-1:hover, .border {
    margin: 0;
    padding: 0;
  }

  @font-face {
    font-family: 'romanscrdotregular';
    src: url('romanscrdot-AngelInfotech.eot');
    }

  .hero {
    background-color: white;
    text-align: center;
    padding: 50px;
    
  }

  .hero h1 {
    margin-bottom: 20px;
  }
  
  .btn {
    display: inline-block;
    background-color: #EF6A22;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 10px;
    font-family: 'romanscrdotregular';
  }
  


  
  footer {
    background-color: #EF6A22;
    color: white;
    text-align: center;
    padding: -28px;
    margin-top: 25px;
  }

  .logo img{
    height: 108px;
    margin-top: 20px;
  }
  
  *,
  *::after,
  *::before{
      box-sizing: border-box;
      padding: 0;
      margin: 0;
  }
  
  .navbar input[type="checkbox"],
  .navbar .hamburger-lines{
      display: none;
  }
  
  .container{
      max-width: 1200px;
      width: 90%;
      margin: auto;
  }
  
 
  
  .navbar-container{
      display: flex;
      justify-content: space-between;
      height: 120px;
      align-items: center;
  }
  
  .menu-items{
      order: 2;
      display: flex;
  }
  
  .menu-items li{
      list-style: none;
      margin-left: 1.5rem;
      font-size: 1.3rem;
  }
  
  .navbar a{
      color: black;
      text-decoration: none;
      font-size: 21px;
      transition: color 0.01s ease-in-out;
      font-family: 'romanscrdotregular';
      padding: 5px 9px;
  }
  
  .navbar a:hover{
      color: #EF6A22;
  }
  
  @media (max-width: 768px){
      .navbar{
          opacity: 0.95;
      }
  
      .navbar-container input[type="checkbox"],
      .navbar-container .hamburger-lines{
          display: block;
      }
  
      .navbar-container{
          display: block;
          position: relative;
          height: 90px;
      }
  
      .navbar-container input[type="checkbox"]{
          position: absolute;
          display: block;
          height: 32px;
          width: 30px;
          top: 20px;
          left: 20px;
          z-index: 5;
          opacity: 0;
          cursor: pointer;
      }
  
      .navbar-container .hamburger-lines{
          display: block;
          height: 28px;
          width: 35px;
          position: absolute;
          top: 20px;
          left: 20px;
          z-index: 2;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
      }
  
      .navbar-container .hamburger-lines .line{
          display: block;
          height: 4px;
          width: 100%;
          border-radius: 10px;
          background: #EF6A22;
      }
      
      .navbar-container .hamburger-lines .line1{
          transform-origin: 0% 0%;
          transition: transform 0.3s ease-in-out;
      }
  
      .navbar-container .hamburger-lines .line2{
          transition: transform 0.2s ease-in-out;
      }
  
      .navbar-container .hamburger-lines .line3{
          transform-origin: 0% 100%;
          transition: transform 0.3s ease-in-out;
      }
  
      .navbar .menu-items{
          padding-top: 100px;
          background: white;
          height: 100vh;
          max-width: 300px;
          transform: translate(-150%);
          display: flex;
          flex-direction: column;
          margin-left: -40px;
          padding-left: 40px;
          transition: transform 0.5s ease-in-out;
          overflow: hidden;
      }
  
      .navbar {
        z-index: 10;
        position: relative;
      }


      .navbar .menu-items li{
          margin-bottom: 1.8rem;
          font-size: 1.1rem;
          font-weight: 500;
      }
  
      .logo{
          position: absolute;
          top: 10px;
          right: 15px;
          font-size: 2.5rem;
      }

      .logo img{
        height: 81px;
        margin-top: 0px;
      }
   
      .navbar-container input[type="checkbox"]:checked ~ .menu-items{
          transform: translateX(0);
      }
  
      .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1{
          transform: rotate(45deg);
      }
  
      .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2{
          transform: scaleY(0);
      }
  
      .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3{
          transform: rotate(-45deg);
      }

      
  
  }
  
  @media (max-width: 346px){
      .navbar-container input[type="checkbox"]:checked ~ .logo{
          display: none;
      }
  }

  ::-webkit-scrollbar {
    background-color: #ccc;
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #EF6A22;
}

html,
body {
  margin: 0px;
  height: 100%;
  background-color: white;
}


html {
    font-size: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    scroll-behavior: smooth;
  }
  .services {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      background-color: white;
      padding-top: 15px;
    }
  .services :hover {
      border: 3px solid #EF6A22;
      transform-style: flat;
    }
  

    .service-box {
      width: 20%;
      margin-bottom: 20px;
      padding: 20px;
      border: 3px solid white;
      background-color: white;
      text-align: center;
      margin-right: 12px;
      margin-left: 12px;
      margin-bottom: 12px;
      flex-wrap: wrap;
      border-radius: 35px;
      margin-top: 20px;
      box-shadow: rgba(253, 253, 252, 0.05) 0px 1px 0px,
                  rgba(0, 0, 0, 0.1) 0px 0px 8px,
                  rgba(253, 114, 0, 0.1) 2px 10px 2px;
                  
      }

    .service-box :hover {
      transform: scale(1.1);
      border: none;
    }
    .service-box img {
      width: wrap;
      height: wrap;
      margin-bottom: 10px;
    }

    .service-box h3 {
      font-size: 18px;
      margin-bottom: 10px;
      padding: 11px;
    }

    .service-box p {
      font-size: 16px;
      padding: 11px;
    }
    
    .service-box .btn {
       padding: 11px;
    }

    @media screen and (max-width: 800px) {
      .service-box {
        width: 100%;
        display: block;
        margin-bottom: 20px;
        margin-top: 20px;
        padding: 20px;
        text-align: center;
        margin-right: 12px;
        margin-left: 12px;
        border: 3px solid white;
        flex-wrap: wrap;
        border-radius: 25px;
        box-shadow: rgba(253, 253, 252, 0.05) 0px 1px 0px,
                    rgba(0, 0, 0, 0.1) 0px 0px 8px,
                    rgba(253, 114, 0, 0.1) 2px 10px 2px;
      }

      .services :hover {
        border: 3px solid #EF6A22;
        transform-style: flat;
      }
    
      .service-box :hover {
        transform: scale(1.1);
        border: none;
      }

    }


* {box-sizing: border-box}
.mySlides1 {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  padding-top: 27px;
  text-align: center;
}

.mySlides1 img {
  width: 100%;
  max-width: 100%;
}

.mySlides1 .i1 {
  width: 800px;
  height: 480px;

}
.mySlides1 .i2 {
  width: 800px;
  height: 480px;
}
.mySlides1 .i3 {
  width: 800px;
  height: 480px;
}
.mySlides1 .i4 {
  width: 800px;
  height: 480px;
}


/* Dot buttons */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: black;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  margin-top: 12px;
  text-align: center;
  right: 300px;
}
   

.active {
  background-color: #EF6A22;
}

@media (max-width: 1086px) {
  .mySlides1 img {
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  .header {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    background-color: white;
    z-index: 100;
  }

  /* Add sticky behavior to the header */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  /* Add any additional styles you want for the sticky header */
}

  
}

 

@media (max-width: 900px) {
  .mySlides1 img {
    width: 70%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  background-color: white;
  z-index: 100;
}


.seo {
  display: none;
}

/* Add sticky behavior to the header */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  /* Add any additional styles you want for the sticky header */
}

.Down {
  position: flex;
  display: block;
  font-family: 'romanscrdotregular';
  padding-top: 10px;
  padding-bottom: 5px;
  text-align: center;
  font-size: xx-large;
  color: #EF6A22;
}
.slideshow-container .TEXT {
  position: absolute;
  font-size: xx-large;
  color: #EF6A22;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


@media (max-width: 600px) {
  .mySlides1 img {
    width: 50%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.About .P9{ 
  font-size: xx-large;
  font-family: 'romanscrdotregular';
  color: #EF6A22;
  padding-top: 60px;
  padding-bottom: 30px;
  margin-bottom: 25px;
  float: right;
  transform: translate(-180%);

}

.About img{
  height: 400px;
  width: 600px;
  padding-left: 10px;
} 
.About .P10{
  font-family: 'romanscrdotregular';
  color: black;
  font-size: large;
  float: right;
  text-align: justify;
  text-justify: inter-word;
  width: 500px;
  margin-top: 120px;
}

@media (max-width: 1920px) {
  .mySlides1 img {
    width: 120%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}
