*{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6{
 font-family: 'Lato', sans-serif; 
}
p{
  font-family: 'Roboto', sans-serif;
}

.btn-custom-red{
  background-color: #d10000 !important;
  color: #fff;
  border: 1px solid #d10000;
}
.btn-custom-red:hover{
  background-color: #ee0000 !important;
  color: #fff;
}
.btn-custom-green{
  background-color: #008000 ;
  color: #fff;
  border: 1px solid green;
}
.btn-custom-green:hover{
   color: #fff;
   background-color: #00aa00;

}
.container-custom{
  padding: 40px 100px !important; 
}

@media screen and (max-width:576px){
  .container-custom{
  padding: 30px 30px !important; 
}
}
/********************************Welcome Section Start***************************/
#hero{
  background-color: #FDDC57 !important ;
}

#welcome h2 {
  border-left: 5px solid #d10000;
  padding-left: 10px;
  font-size: 1.5rem !important;
}
#welcome h2 span{
  color:#d00000;
}
#welcome .feature{
font-weight: bold; 
font-size: 1.2em;
}
#welcome h3{
  font-size: 1.2em !important;
}
#welcome ul{
  list-style-type: square;
  list-style-position: inside;
}
/********************************Welcome Section Close***************************/
/************************Contact Section Start************************/
  #contact-section form .row{
    margin: 15px 0px; 
  }
  #contact-section input{
    padding: 6px 10px;
    width: 100% !important;
  }
  #contact-section form select{
    padding: 6px 10px;;
  }
  #contactform .col-md-6{
    padding-right: 0px;
    padding-left: 0px !important;
  }
  #contact-section textarea{
    margin-bottom: 20px;
    padding: 6px 10px;
  }
  @media only screen and (min-width: 768px){
    .ls-screen-none{
      display: none !important;
    }
  } 
/************************Contact Section Close************************/

.iframe-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    overflow: hidden;
}
.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.iframe-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*NEW COURSES  SECTION START*/

#courses{
padding: 20px 60px;
}

#courses h2{
  color: #d10000;
  text-align: center;
}

#courses .divider{
 width: 10rem;
 height: 4px;
 background-color: #d00000;
 margin: 5px auto 20px;
 text-align: center;
}

#courses .divider i{
background-color: #fafafa;
text-align: center;
width: 30px; 
position:relative;
bottom: 9px; 
color: #d00000;
}



/*NEW COURSES  SECTION START*/

#courses{
padding: 20px 50px;
}
#courses h2{
  color: #d10000;
}

#courses .divider{
 width: 220px;
 height: 4px;
 background-color: #d00000;
}

#courses h4{
  color: #d10000 !important;
  font-weight: bold;
  overflow: hidden;
  font-size: 1rem;
}

#courses .col-sm-6,#courses .col-md-4, #courses .col-lg-2{
  margin-top: 30px;
}

#courses h5{
  font-size: 1.1rem;
  /*margin-bottom: 30px;*/
}


#courses a{
padding: 10px;
background-color: #d10000;
color: #fff;
border-radius: 5px;
}

#courses .card-body{
  padding: 12px !important;
}


/*NEW COURSES  SECTION CLOSE*/


/*Computer Courses Section CSS Close*/

/*------------------------Why Section Start-------------------------------*/

  #why{
    padding: 20px 40px;
    text-align: center
  }

  #why .divider{
   width: 15rem;
   height: 4px;
   background-color: #d00000;
   margin: 5px auto 20px;
  }

  #why .divider i{
    background-color: rgb(255, 255, 255);
    width: 30px; 
    position:relative;
    bottom: 10px; 
    color: #d00000;
  }

  #why .why-row{
    display: flex;
    flex-wrap: wrap;
    margin-top:30px;
  }

  #why .why-row .why-col{

    padding: 20px 8px 10px;
    border-radius: 30px;
    -webkit-box-shadow: -1px -1px 8px 2px #d1d1d1;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    -1px -1px 8px 2px #d1d1d1; /* Firefox 3.5 - 3.6 */
    box-shadow:         -1px -1px 8px 2px #d1d1d1;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    margin: 0px 10px;
    flex: 22%;
  }

  #why .why-row .why-icon{

    text-align: center;
  }

  #why .why-row .why-col p{
    text-align: justify;
  }

  #why .why-row .why-icon .fa{
  color: #fff; 
  font-size: 36px; 
  text-align: center; 
  padding: 24px; 
  border-radius: 120px; 
  background-color: #d00000;
  margin: 0px 0px 15px 0px;
  }

  @media screen and (max-width: 992px){
  
  #why .why-row .why-col{
      flex: 45%;
      margin-top: 25px;
    }
  }

  @media screen and (max-width: 768px){
  #why .why-row .why-col{
      flex: 44%;
      margin-top: 25px;
    }
  }

/*------------------------Why Section Close-------------------------------*/

#action{
 text-align: center;
 background-color: #000000 !important; 
 padding: 30px 20px !important;
}


#contact iframe{
  height: 450px;
  width: 100%;
}

#contact h2{
  color: #d10000;
  margin-bottom: 30px;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #f82249;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #112363;
}

@media all and (min-width:768px){

#contact .contact-phone{
  border-left:1px solid #aaa;
  border-right:1px solid #aaa;
  } 
#contact .contact-info a {
  color: #4869df;
  }
#contact .contact-info a:hover {
  color: #f82249;
  }
}
#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}


#faq h2{
  color: #d10000;
}
#accordion{
  margin-top: 40px;
}
#accordion .card{
  border-radius: 0px !important;
  background-color: #d00000;
  border:0px !important;
  color: #fff;
  border-radius: 0px !important;
  border-bottom: 2px solid #fff !important;
  font-size: 16px;
}
#accordion .card b,#accordion .card i{
color: #fff;
}
#accordion .card .card-header{
  outline: 0px !important;
  border: 0px !important;
  border-radius: 0px !important;
}
#accordion .card .card-header .header-title{
  text-align: left;
}
/*#accordion .card .card-header .header-title:before{
  content: '+';
}*/
#accordion .card button:focus{
  text-decoration: none;
  border: 0px;
  outline: 0px;
}
.card-header:first-child{
  border-radius: 0px  !important;
  padding: 10px 10px;
}
#accordion .card-body{
  border-radius: 0px  !important;
  padding: 10px 10px;

}
#accordion .card .fa{
  font-size: 12px;
  position: relative;
  top: 5px;
}
#accordion .card-body button{
    background-color: #ff0;
    color: #d00;
    border: 0px;
    padding: 5px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
  }

#headimage{

  background-image:url("images\contact-gdd6cca4c3_1920.jpg");
  height: 300px;
}

#reviews{
  padding: 30px 20px;
  text-align: center;
}
#reviews h2{
text-align: center;
}

#reviews .divider{
 width: 10rem;
 height: 4px;
 background-color: #d00000;
 margin: 5px auto 20px;
}

#reviews .divider i{
  background-color: #fafafa;
  width: 30px; 
  position:relative;
  bottom: 10px; 
  color: #d00000;
}

#reviews{
  margin-top:30px;
  padding: 15px 25px;
  text-align: center;
}
#location h2{
  color: #d10000 !important;
}
#location iframe{
    width:100% !important; 
    min-height: 400px !important;
}

#footer{
  background-color: #222;
  color: #fff !important;
  padding: 20px 0px 10px; 
  position: relative;
}

#footer p,#footer h3{
  color: #ccc;
}


#message {
    padding: 0px; 
    border-radius: 20px;
    margin-bottom: 8px;
}
#message .success {
    color: #155724;
    padding: 5px 10px;
    background-color: #d4edda;
    border-radius: 5px;
}
#message .error {
    color: #721c24;
    padding: 5px 10px;
    background-color: #f8d7da;
    border-radius: 5px;
}

.custom-textarea::placeholder {
    color: #999; /* Set the placeholder text color */
    font-style: italic;
}

/* If you want to style the textarea itself */
.custom-textarea {
    padding: 10px;
    font-size: 16px;
} 
@media only screen and (max-width: 600px) {
  .foot-text{
    display: none !important;
  }
  footer .foot-text {
    display: none;
  }

  #foot-contact .action-buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /*gap: 10px;*/
  }
  #foot-contact button {
    background-color: green;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
  }
#foot-contact button:active {
    transform: scale(0.98);
  }
#foot-contact button.call { background-color: #007bff; } /* Blue for call */
#foot-contact button.save { background-color: #ff9900; } /* Orange for save */
#foot-contact button.share { background-color: #6c757d; } /* Gray for share */


/*  #vid-reviews .item {
    position: relative;
    cursor: pointer;
    width: 1920px;
    min-height: 1080px !important;
    padding: 0px;
    overflow: hidden;
 
  }*/

  #vid-reviews .item{
    border: 5px solid red !important;
  }
  #vid-reviews img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*object-fit: cover;  Ensure the image covers the container */
  }
  #vid-reviews .video-wrapper{
    position: relative;
    width: 100%;
    height: 500px;
    padding-top: 56.25%; /*    border: 5px solid red !important;
 16:9 Aspect Ratio */
    overflow: hidden;
    object-fit: cover;
    border: 5px solid red !important;

  }
  #vid-reviews .video-wrapper iframe{
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important; 
    height: 100% !important;
  }


