/* CSS Document */

.home-about-area {
  overflow-x: hidden !important;
}


.enquiry2 {
    position: fixed;
    right: 0px;
    top: 215px;
    z-index: 9999999999;

}

.enquiry2 img {

    padding: 2px;
}


/* < !--whatweoffer--> */
#sidebar2 ul li {
    padding: 0em;
}

#sidebar2 ul li {
    color: #000;
    font-weight: bold;
    list-style-type: disc;
    line-height: 2em;
    font-size: 1.1em;
}

#sidebar2 ul li a {
    color: #000 !important;
    font-weight: bold;

}


#sidebar2 h2 {
    padding: 1em;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #000;
    color: #000000;
}

#sidebar2 {
    width: 359px;
    height: 680px;
    overflow: scroll;
    z-index: 9999999999;
    background: #FFFFFF;
    border-right: 3px solid #ffffff;
    border-radius: 7px;
    padding: 0 20px;
    transition: all 0.5s;
    display: none;
    font-size: 15px;
}


.site_map {
    right: 10px;
    background: #748618;
    width: 106px;
    border-radius: 5PX;
    padding: 5px 5px 5px 5px;
    transform: rotate(360deg);
    position: absolute;
    z-index: 9999999999;
    top: 15%;
    text-decoration: none;
    box-shadow: 1px 1px 5px #000;
    font-size: 20px;
    visibility: hidden;

}

.site_map a {
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}


.footerul>div>ul>li {
    list-style-type: circle;
    color: #748618;
}

.footerul {
    display: block;
}

.whatweoffer {
    left: 10px;
    background: #748618;
    width: 180px;
    border-radius: 5PX;
    padding: 9px 0px 7px 4px;
    transform: rotate(360deg);
    position: absolute;
    z-index: 9999999999;
    top: 15%;
    text-decoration: none;
    box-shadow: 1px 1px 5px #000;
    font-size: 20px;
    visibility: hidden;

}

.whatweoffer a {
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sitemenu1 li {
    margin-left: 6em;
    line-height: 35px;
    font-size: 15px !important;
    list-style: square !important;
}

.sitemenu li {
    margin-left: 4em;
    line-height: 35px;
    font-size: 18px;
    list-style: disc;
    color: #000;

}

.sitemenu li a {
    color: #000;
    text-decoration: none;
    color: #000;
    text-decoration: none;
}

.sitemenu {
    display: flex;

    padding: 0;
}



.footer2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #748618;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
}

.footer2 a {
    color: #000000;
    font-weight: bolder;
}

.main-title {
    color: #920b10 !important;
}

.itologyLink:hover {
    color: #000;
}

.pdf2 {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 2px solid black;
    height: auto;
    width: 100%;
    margin: 20px;

}

.list1 {
    color: black;
}

.key-list {
    margin-left: 100px;
}

.main-keywords {
    margin-left: 50px;
}

.vid {
    margin-left: 400px;
    margin-top: 50px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    /* padding:10px 90px 100px 330px ; */
}

.head-presentation {
    margin-left: 380px;
    margin-top: 50px;
}

.head-blog {
    margin-left: 500px;
    margin-top: 50px;
}

/* .heading2{
    margin-top: 50px;
} */
.heading2 {
    color: #748618;
    text-transform: none;
    text-align: center;
    font-size: 33px;

}

.list {
    padding: 0px 0px 0px 400px;
    font-weight: bolder;

}

ul li a:hover {
    color: #000;

}

.text-justify {
    text-align: justify;
}

.heading2 {
    color: 34ba9d;
    text-transform: none;
    text-align: center;
    font-size: 33px;
    list-style-type: disc;

}

.list {
    padding: 0px 0px 0px 100px;
    font-weight: bolder;

}

ul li a:hover {
    color: #141422;

}

#menu-item-15 ul {

    font-weight: bolder;
    list-style-type: disc;


}

#menu-item-16 {
    list-style-type: disc;
    padding: 0px 0px 0px 400px;
}

 /* popup */
/* OVERLAY */
.popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  overflow-y: auto;
}

/* POPUP BOX */
.popup-content {
  background: #fff;
  width: 700px;
  max-width: 95%;
  max-height: 90vh;
  margin: auto;
  display: flex;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

/* LEFT IMAGE */
.popup-left {
  width: 50%;
}
.popup-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* RIGHT FORM */
.popup-right {
  width: 50%;
  padding: 20px;
  overflow-y: auto;
}

/* FORM ELEMENTS */
.popup-right h3 {
  margin-bottom: 15px;
}

.popup-right input,
.popup-right textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

/* SUBMIT BUTTON */
.popup-right button {
  width: 100%;
  padding: 10px;
  background: #007bff;
  border: none;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

/* CLOSE BUTTON */
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  cursor: pointer;
  z-index: 10;
}

/* CAPTCHA */
.captcha-group {
  margin-bottom: 15px;
}
.captcha-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.captcha-box img {
  height: 45px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.refresh-captcha {
  font-size: 14px;
  color: #007bff;
  cursor: pointer;
  text-decoration: underline;
}

/* SCROLLBAR */
.popup-right::-webkit-scrollbar {
  width: 6px;
}
.popup-right::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}

/* MOBILE VIEW */
@media (max-width: 768px) {
  .popup-content {
    flex-direction: column;
    width: 95%;
    max-height: 95vh;
  }

  .popup-left {
    height: 180px;
    width: 100%;
  }

  .popup-right {
    width: 100%;
    max-height: calc(95vh - 180px);
  }
}
/* OVERLAY */
.popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* POPUP BOX */
.popup-content {
  background: #fff;
  width: 700px;
  max-width: 95%;
  max-height: 90vh;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}

/* LEFT IMAGE */
.popup-left {
  width: 50%;
}
.popup-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* RIGHT FORM */
.popup-right {
  width: 50%;
  padding: 20px;
  overflow-y: auto;
}

/* FORM */
.popup-right input,
.popup-right textarea,
.popup-right button {
  width: 100%;
  margin-bottom: 12px;
  padding: 10px;
}

/* CLOSE */
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  cursor: pointer;
}

/* ====== MOBILE FIX ====== */
@media (max-width: 768px) {

  .popup {
    align-items: flex-start;
    padding: 10px 0;
  }

  .popup-content {
    flex-direction: column;
    width: 95%;
    max-height: 95vh;
  }

  /* IMAGE SMALL HEIGHT */
  .popup-left {
    display: none;
  }

  .popup-left img {
    height: 160px;
  }

  /* FORM SCROLL FIX */
  .popup-right {
    width: 100%;
    padding: 15px;
    max-height: calc(95vh - 160px);
    overflow-y: auto;
  }

}
