#header-04 {
  width: 100%;
}

#header-04 .header-top {
  background-color: #FFB400;
  padding: 1% 4%;
  width: 100%;
  color: #fff;
}




/*MEGA NAV CSS START */
#hisree-m-nav01 {
  width: 100%;
  top: 0;
  z-index: 999999999999;
  background-color: #fff;
}

#hisree-m-nav01 .hisreemnav-in {
  position: relative;
  max-width: 1300px;
  padding: 0px 30px;
  height: 70px;

  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hisreemnav-wrapper .logo {
  width: 280px;
  overflow: hidden;
}

.hisreemnav-wrapper .logo img {

  overflow: hidden;
  width: 100%;
  margin-top: 30px;
}

.hisreemnav-wrapper .logo .img img {
  width: 96%;
  padding: 1%;
  overflow: hidden;
  border: none;
}

.hisreemnav-wrapper .logo .img img {
  width: 100%;
  overflow: hidden;
  border: none;
}

.hisreemnav-wrapper .logo a {
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
  z-index: 9;
}

.hisreemnav-in .nav-links {
  display: inline-flex;
}

#hisree-m-nav01 .nav-links li {
  list-style: none;
}

#hisree-m-nav01 .nav-links li a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 9px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

/*
#hisree-m-nav01 .nav-links li a:hover{
  background: #3A3B3C;
}*/
#hisree-m-nav01 .nav-links .mobile-item {
  display: none;
}

#hisree-m-nav01.nav-links .mobile-item1 {
  display: none;
}

#hisree-m-nav01 .nav-links .drop-menu {
  position: absolute;
  background: #f2f2f2;
  width: 180px;
  line-height: 45px;
  top: 80px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

#hisree-m-nav01 .nav-links li:hover .drop-menu,
#hisree-m-nav01 .nav-links li:hover .mega-box {
  transition: all 0.3s ease;
  top: 50px;
  opacity: 1;
  visibility: visible;
  z-index: 9999999999;
}

#hisree-m-nav01 .nav-links li:hover .mega-box1 {
  transition: all 0.3s ease;
  top: 50px;
  opacity: 1;
  visibility: visible;
  z-index: 9999999999;
}

#hisree-m-nav01 .drop-menu li a {
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
}

#hisree-m-nav01 .mega-box {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}

#hisree-m-nav01 .mega-box1 {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}

#hisree-m-nav01 .mega-box .content {
  background: #e7e7e7;
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

#hisree-m-nav01 .mega-box .content .row {
  width: calc(25% - 30px);
  line-height: 45px;
}

#hisree-m-nav01 .content .row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#hisree-m-nav01 .content .row header {
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 500;
}

#hisree-m-nav01.content .row .mega-links {
  margin-left: -40px;
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

#hisree-m-nav01 .row .mega-links li {
  padding: 0 20px;
}

#hisree-m-nav01 .row .mega-links li a {
  padding: 0px;
  padding: 0 20px;
  color: #333;
  font-size: 17px;
  display: block;
}

#hisree-m-nav01 .row .mega-links li a:hover {
  color: #333;
}

#hisree-m-nav01 .hisreemnav-in .btn {
  color: #000;
  font-size: 20px;
  cursor: pointer;
  display: none;
}

#hisree-m-nav01 .hisreemnav-in .btn.close-btn {
  position: absolute;
  right: 30px;
  top: 10px;
}

@media screen and (max-width: 970px) {

  #hisree-m-nav01 .row .mega-links li a {
    padding: 0px;
    padding: 0 20px;
    color: #333 !important;
    font-size: 17px;
    display: block;
  }

  #hisree-m-nav01 .nav-links li a {
    color: #fff !important;
  }


  #hisree-m-nav01 .nav-links li .active a {
    color: #333 !important;
  }

  #hisree-m-nav01 .nav-links li .active {
    color: #333 !important;
  }

  #hisree-m-nav01 .nav-links li a .active {
    color: #333 !important;
  }


  #hisree-m-nav01.nav-links li:hover a {
    color: #333 !important;
  }


  #hisree-m-nav01 .hisreemnav-in .btn {
    display: block;
  }

  #hisree-m-nav01 .hisreemnav-in .nav-links {
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #242526;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease;
    z-index: 9999999999999999999999999;
  }

  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }

  ::-webkit-scrollbar-track {
    background: #242526;
  }

  ::-webkit-scrollbar-thumb {
    background: #3A3B3C;
  }

  #menu-btn:checked~.nav-links {
    left: 0%;
  }

  #menu-btn:checked~.btn.menu-btn {
    display: none;
  }

  #close-btn:checked~.btn.menu-btn {
    display: block;
  }

  #hisree-m-nav01 .nav-links li {
    margin: 15px 10px;
  }

  #hisree-m-nav01 .nav-links li a {
    padding: 0 20px;
    display: block;
    font-size: 20px;
  }

  #hisree-m-nav01 .nav-links .drop-menu {
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }

  #showDrop:checked~.drop-menu,
  #showMega:checked~.mega-box {
    max-height: 100%;
  }

  #showMegaOne:checked~.mega-box {
    max-height: 100%;
  }

  #showMegaTwo:checked~.mega-box {
    max-height: 100%;
  }

  #showMegaThree:checked~.mega-box {
    max-height: 100%;
  }

  #showMegaFour:checked~.mega-box {
    max-height: 100%;
  }

  #showMegaFive:checked~.mega-box {
    max-height: 100%;
  }

  #showMegaSix:checked~.mega-box {
    max-height: 100%;
  }

  #hisree-m-nav01 .nav-links .desktop-item {
    display: none;
  }

  #hisree-m-nav01 .nav-links .mobile-item {
    display: block;
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }

  #hisree-m-nav01 .nav-links .mobile-item:hover {
    background: #3A3B3C;
  }

  #hisree-m-nav01 .drop-menu li {
    margin: 0;
  }

  #hisree-m-nav01 .drop-menu li a {
    border-radius: 5px;
    font-size: 18px;
  }

  #hisree-m-nav01 .mega-box {
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }

  #hisree-m-nav01 .mega-box .content {
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }

  #hisree-m-nav01 .mega-box .content .row {
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  #hisree-m-nav01 .mega-box .content .row:nth-child(1),
  #hisree-m-nav01 .mega-box .content .row:nth-child(2) {
    border-top: 0px;
  }

  #hisree-m-nav01 .content .row .mega-links {
    border-left: 0px;
    padding-left: 15px;
  }

  #hisree-m-nav01 .row .mega-links li {
    margin: 0;
  }

  #hisree-m-nav01 .content .row header {
    font-size: 19px;
  }
}

#hisree-m-nav01 input {
  display: none;
}

/*MEGA NAV CSS END */



/*SLIDE START*/

#slider03 {
  width: 100%;
  max-height: 450px;
  overflow: hidden;
}

#slider03 .slider {
  position: relative;
  width: 100%;
  max-height: 450px;
  margin: auto;
  overflow: hidden;
}

.slides {
  display: flex;
  transition: transform 1s ease-in-out;
}

.slide {
  min-width: 100%;
  position: relative;
}

.slide img {
  width: 100%;
  display: block;
}

.text {
  position: absolute;
  bottom: 45%;
  left: 40%;
  transform: translateX(-50%) scale(0);
  background: rgba(255, 0, 0, 0.5);
  color: #fff;
  padding: 10px 20px;
  font-size: 2.5rem;
  border-radius: 5px;
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.active .text {
  transform: translateX(-50%) scale(1);
  opacity: 1;
}

.controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.controls button {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
}

.controls button:hover {
  background: rgba(0, 0, 0, 0.8);
}

/*SLIDE END *







    /*SECTION 01*/



#section01 {
  width: 100%
}

#section01 .section01-in {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 34.5% 64.5%;
  gap: 1%;

}




/*ABOUT US PAGE  02 CODE END */
#section01 {
  clear: both;
  width: 100%;
  padding: 4% 8%;
  margin: 0px auto;

}

#section01 .section01-in {
  width: 100%;
  margin: 0px auto;
}

#section01 .section01-left {
  width: 100%;
  height: auto;
}

#section01 .section01-left .img {
  width: 100%;
  border-radius: 10px;
}

#section01 .section01-left .img01 img {
  width: 100%;
  border-radius: 10px;
}

#section01 .section01-right {
  width: 100%;
  padding-left: 20px;
}

/*ABOUT US PAGE  02 CODE END */




/*FOOTER START */
@media screen and (max-width: 360px) {
  .api-whatapp-chat-bottom {
    display: inline !important;
    position: fixed;
    z-index: 999;
    bottom: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    float: right;
  }

  .api-whatapp-chat-bottom img {
    width: 80%;
  }

  .socialmedia li {
    list-style: none;
    display: initial;
    margin-right: 19px;
  }

  .web-whatapp-chat-bottom {
    display: none !important;
  }


}

/*


/*MEDIA QUERY START MAX 480  -------------------------------- */

@media screen and (max-width: 480px) {
  .api-whatapp-chat-bottom {
    display: inline !important;
    position: fixed;
    z-index: 999;
    bottom: 8px;
    right: 8px;
    width: 40px;
    height: 40px;
    float: right;
  }

  .api-whatapp-chat-bottom img {
    width: 80%;
  }

  .web-whatapp-chat-bottom {
    display: none !important;
  }


}

/*
      
         
  
  /*MEDIA QUERY START FROM 1025 and MAX 1200 START  -------------------------------- */

@media (min-width: 1201px) {

  .api-whatapp-chat-bottom {
    display: none !important;
  }

  .web-whatapp-chat-bottom {
    display: inline !important;
    position: fixed;
    z-index: 999;
    bottom: 50px;
    right: 50px;
    width: 80px;
    height: 80px;
    float: right;
  }

  .web-whatapp-chat-bottom img {
    width: 100%;
  }

}




.list {
  width: 100%;
}

.list li {
  list-style: decimal;
  line-height: 36px;
  font-size: 18px;
  font-weight: 500;
  margin-left: 10px;
}

.footer-01 {
  width: 100%;
  background-color: #0B071A;
  padding: 40px 8%;
  color: #fff;
}

.footer-01 .footer01-in {
  width: 100%;
}

.footer-01 .footer01-in h5 {
  font-size: 26px;
  font-weight: 300;
  line-height: 45px;
  color: #ffff00;
}

.footer-01 .footer01-in .socialmedia {
  width: 100%;
  margin: 0px;
  padding: 0px;
}


.footer-01 .footer01-in .socialmedia li {
  list-style: none;
  display: initial;
  margin-right: 16px;
}

.footer-01 .footer01-in .socialmedia li a {
  text-decoration: none;
  color: #fff;
}



.footer-01 .footer01-in .quicklink {
  width: 100%;
  margin: 0px;
  padding: 0px;
}


.footer-01 .footer01-in .quicklink li {
  list-style: none;
  padding: 20px;
  border-bottom: solid 1px #362D58;
}

.footer-01 .footer01-in .quicklink li a {
  text-decoration: none;
  color: #fff;
}

.footer-01 .footer01-in .location {
  width: 100%;
  padding: 0px;
}

.footer-01 .footer01-in .location p {
  color: #e7e7e7;
  line-height: 26px;
  font-size: 18px;
}

.footer01-copyrights {
  width: 100%;
  clear: both;
  background-color: #04020A;
  color: #A5A2B1;
  text-align: center;
  padding: 30px auto;
}

.footer01-copyrights .designby {
  width: 100%;
  font-size: 12px;
  padding: 10px auto 25px auto;
  clear: both;
  background-color: #04020A;
  text-align: center;
}

.footer01-copyrights .designby a {
  font-size: 12px;
  line-height: 24px;
  font-weight: 200;
  text-decoration: none;
  color: #ACABB3;
  padding: 10px auto 15px auto;
}

.footer01-copyrights .designby a:hover {
  color: #f2f2f2;
}



.local-service {
  clear: both;
  width: 94%;
  margin: 20px auto;
  border-radius: 10px;
  border: solid 1px #373737;
  padding: 10px;
  background-color: #f2f2f2;

}




/* Gallery CSS Start */


.thumb {
  max-height: 265px;
  border: solid 2px #ccc;
  margin: 10px 10px;

}

.lightbox {
  position: fixed;
  z-index: 999;
  height: 0;
  width: 0;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;

}

.lightbox img {
  max-width: 90%;
  max-height: 80%;
  margin-top: 4%;
  opacity: 0;
}

.lightbox:target {
  outline: none;

  width: 100%;
  height: 100%;
  opacity: 1 !important;

}

.lightbox:target img {
  border: solid 4px white;
  opacity: 1;
  webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.light-btn {
  color: #fafafa;
  background-color: #333;
  border: solid 3px white;
  padding: 5px 15px;
  border-radius: 1px;
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  position: absolute;
  top: 45%;
  z-index: 99;
}

.light-btn:hover {
  background-color: #111;
}

.btn-prev {
  left: 7%;
}

.btn-next {
  right: 7%;
}

.btn-close {
  position: absolute;
  right: 10%;
  top: 10%;
  color: #fff;
  background-color: #00357B;
  border: solid 2px white;
  padding: 15px 18px;
  border-radius: 1px;
  text-decoration: none;
}

.btn-close:hover {
  background-color: #0046A4;
  color: #fff;
}