.ed-header-4-logo a img{
   
}
.ed-header-5-area{
  background: var(--it-heading-primary);
}
.it-menu-content ul li a span{
    color: var(--bs-white);
}
.ed-team-author-box{
  text-align: center;
}
.ed-team-area{
  background: var(--it-common-black);
}
.ed-funfact-area{
  background-color: var(--it-common-black);
}
.mar1 marquee {
  color: white;
  padding: 2px 0px 0px 0px;
  font-size: 14px;
  height: 26px;
}
.foot-change h3{
  color: var(--it-common-white);
}
.mar1 {
  background: rgb(223, 27, 28);
  background: linear-gradient(90deg, rgb(43, 74, 158) 0%, var(--it-common-black) 100%);
  /* border-bottom: 1px solid #767676; */
}
/* .bg-change{
  background: var(--it-theme-3) !important;
}
.bg-change-1{
  background: var(--it-common-black) !important;
} */
 .ed-section-change{
  color:var(--it-common-black) !important
 }
 .aglin-text{
  text-align: justify;
 }
 .tabs {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.tab-btn {
  padding: 10px 20px;
  margin: 0 10px;
  cursor: pointer;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 5px;
  transition: background-color 0.3s, color 0.3s;
}

.tab-btn:hover {
  background-color: var(--it-common-black);
  color: white;
}

.gallery-container {
  display: none;
  padding: 10px;
  justify-content: center;
}

.gallery-container.active {
  display: flex;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  margin-bottom: 20px;
}

.gallery-item {
  width: 100%;
  border: 5px solid var(--it-common-orange-3);
  border-radius: 10px;
  transition: transform 0.2s, border-color 0.2s;
  cursor: pointer;
}

.gallery-item:hover {
  transform: scale(1.05);
  border-color: #007BFF;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.modal-content {
  max-width: 80%;
  max-height: 80%;
  border-radius: 10px;
}

.close {
  position: absolute;
  top: 15px;
  right: 25px;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 600px) {
  .modal-content {
      max-width: 90%;
      max-height: 90%;
  }
  .ed-category-icon img {
    background-color: #fff;
    padding: 10px;
    width: 130px;
    display: none!important;
}

.gallery2 {
    display: block!important;
    flex-wrap: wrap;
    gap: 0px;
}
.gallery-item1 img {
    width: -webkit-fill-available!important;
    height: 200px;
    cursor: pointer;
    padding-left: 10px;
    margin-bottom: 20px;
}
}
.itoffcanvas__logo{
    width: 100px;
    height: 80px;
}
.it-contact__icon span{
  color: orange !important;
}
.it-contact__right-box .it-footer-social a{
  color: orange !important;
}
.it-contact-input-box input{
  border: 1px solid black;
}
.it-contact__form-box .it-contact-textarea-box textarea{
  border: 1px solid black ;
}
/* gallery section */

.gallery2 {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
}
.gallery-item1 {
  flex: 1 1 calc(20% - 10px);
}
.gallery-item1 img {
  width: 100%;
  height: 200px;
  cursor: pointer;
  padding-left: 10px;
  margin-bottom: 20px;
}
.modal {
  display: none;
  position: fixed;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}
.modal {
  display: none;
  position: fixed;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  z-index: 2;
}
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 0.3rem;
  outline: 0;
}
.form-2 label{
  margin-top: 15px;
}
.width-50{
  width: 50%;
}
@media(max-width:750px){
  .width-50{
    width: 100%;
  }
}
@media(max-width:992px){
.img-2 img{
    display: none;
  }
  .it-course-details-wrapper{
  display: block!important;    
  }
}
.bg-blue{
  background-color: #c6edff;
}
.bg-blue2{
  background-color: #1293d0;
}
.bg-blue1{
  background-color:  rgb(0 147 135);
}
.bg-orange{
  background-color: #f5a226;
}
.bg-yellow{
  background-color: rgb(255 228 204);
}
.bg-red{
  background-color: #7647e970;
}
.bg-green{
  background-color: rgb(28, 143, 28);
}
.bg-green1{
  background-color: rgb(5, 110, 102);
}
.bg-green2{
  background-color:  #5c27dd;
}
.bg-color{
  background-color: var(--it-common-black);

}
.bg-color1{
    background-color:rgb(238, 231, 231) ;
}
.bg-color2{
   background-color: ;
}