* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;    
}

.main {
  width: 1170px;
  background: #f1f0ef;
  margin: auto;
}
.header {
  width: 100%;
  height: 40px;
  background: #343130;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.left-header {
  display: flex;
  justify-content: center;
  align-items: center;
}
.left-header-img a img {
  font-size: 20px;
  margin: 7px 15px 0px 15px;
}
.left-header-info a {
  color: white;
  font-size: 20px;
  padding-right: 10px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.menu {
  height: 140px;
  width: 100%;
  background: white;
  display: flex;
  justify-content: space-between;
}
.menu-logo {
  margin: 10px 0px 0px 50px;
}
.menu-logo img {
  width: 165px;
}
.menu-items {
  width: 900px;
  display: flex;
  justify-content: space-evenly;
  align-items: end;
  padding-bottom: 15px;
}
.menu-item a {
  font-size: 20px;
  color: black;
  font-weight: bold;
}
.menu-item a:hover{
  text-decoration: underline;
  color:#09F;
}
.menu-item a.current{
  color: #09F;
}
.middle-container {
  width: 100%;
  border: 20px solid #f1f0ef;
  border-bottom: none;
  background: white;
  display: flex;
  justify-content: space-between;
}
.middle-container-left {
  width: 260px;
}
.middle-container-left-item {
  width: 250px;
  height: 40px;
  background: #00a8ec;
  text-align: center;
  border: 3px solid white;
  padding-top: 5px;
  margin-top: 2px;
  margin-left: 10px;
}
.middle-container-left-item a {
  color: white;
  font-size: 20px;
  font-weight: bold;
}
.middle-container-left-bottom {
  width: 250px;
  margin: 10px 0px 0px 10px;
}
.news {
  width: 100%;
  height: 60px;
  background: #ef9c00;
  color: white;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  padding-top: 18px;
  border-radius: 15px 15px 0px 0px;
}
.news-list {
  width: 100%;
  border: 1px solid #908c89;
  border-top: none;
}
.news-list li {
  padding: 15px 0px 20px 10px;
}
.news-list li img {
  border-radius: 50%;
  margin-right: 5px;
}
.middle-container-right {
  width: 850px;
}
.banner {
  width: 830px;
  background: #f1f0ef;
  padding-bottom: 15px;
}
.banner img {
  width: 100%;
}
.course {
  width: 99%;
  height: 270px;
  margin-bottom: 10px;
}
.course-text {
  width: 170px;
  height: 50px;
  font-size: 30px;
  color: #00a8ec;
  font-weight: bold;
  text-align: center;
  padding-top: 5px;
  background: #f1f0ef;
}
.course-box-item {
  margin-left: 10px;
  width: 100%;
  height: 220px;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
}
.icon {
  display: flex;
  gap: 20px;
  align-items: center;
}
.icon img {
  width: 35px;
  height: 35px;
  background: #e6611c;
  border-radius: 50%;
}
.icon h3 {
  font-weight: normal;
  color: #e6611c;
}
.icon:nth-child(2) img {
  background: #5e5da4;
}
.icon:nth-child(2) h3 {
  color: #5e5da4;
}
.icon:nth-child(3) img {
  background: #00a8ec;
}
.icon:nth-child(3) h3 {
  color: #7bb1e0;
}
.icon:nth-child(4) img {
  background: #89c222;
}
.icon:nth-child(4) h3 {
  color: #89c222;
}
.icon:nth-child(5) img {
  background: #5e5da4;
}
.icon:nth-child(5) h3 {
  color: #5e5da4;
}
.icon:nth-child(6) img {
  background: #d60726;
}
.icon:nth-child(6) h3 {
  color: #d60726;
}
.icon:nth-child(7) img {
  background: #308a7c;
}
.icon:nth-child(7) h3 {
  color: #308a7c;
}
.icon:nth-child(8) img {
  background: #e6611c;
}
.icon:nth-child(8) h3 {
  color: #e6611c;
}
.work{
    width: 100%;
}
.work-text{
    font-size: 25px;
    text-align: center;
    margin: 15px 0px 15px 0px;
    color: #00a8ec;
}
.work-content{
    height: 240px;
    margin: 0px 30px 20px;
    display: flex;
    justify-content: space-between;
}
.box{
    height: 220px;
    width: 270px;
}
.img-box{
    width: 100%;
    height: 100%;
    background: url(work/HOW-WE-WORK1.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}
.color-box{
    width: 100%;
    height: 100%;
    background: rgba(188, 72, 109, 0.8);
    color: white;
    font-size: 25px;
    font-weight: bolder;
    text-shadow: 0px 0px 5px black;
    text-align: center;
    padding-top: 80px;
}
.box:nth-child(2) .img-box{
    background: url(work/HOW-WE-WORK2.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}
.box:nth-child(2) .color-box{
    background: rgba(233, 79, 113, 0.8);
}
.box:nth-child(3) .img-box{
    background: url(work/HOW-WE-WORK3.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}
.box:nth-child(3) .color-box{
    background: rgba(237, 136, 56, 0.8);
}
.box:nth-child(4) .img-box{
    background: url(work/HOW-WE-WORK4.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}
.box:nth-child(4) .color-box{
    background: rgba(244, 183, 65, 0.8);
}
.footer{
    width: 100%;
    height: 360px;
    
}
.footer-top{
    width: 100%;
    height: 320px;
    background: #343130;
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
}
.links{
    width: 225px;
    height: 100%;
    margin-left: 70px;
}
.links li{
    margin-bottom: 20px;
    padding-left: 10px;
}
.links li a{
    color:#efeceb ;
}
.links h2{
    color:#efeceb;
    letter-spacing: 1px;
    margin-bottom: 30px;
    
}
.training{
    width: 520px;
    height: 100%;
}
.training h2{
    color:#efeceb;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.training-item{
    width: 100%;
    display:flex ;
    gap: 50px;
}
.training-items li {
    margin-bottom: 20px;
    padding-left: 10px
   
}
.training-items li a{
    color:#efeceb ;
}

.contact-info{
    width: 320px;
    height: 100%;
}
.contact-info h2{
    color:#efeceb;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.contact-details{
    width: 200px;
    padding-left: 15px;
}
.contact-details li{
    color:#efeceb ;
    letter-spacing: 1px;
    margin-top: 20px;
}
.social-links{
    width: 200px;
    margin-top: 10px;
    margin-left:15px ;
    
}
.social-links li{
    display: inline;
    padding-right: 5px;
}
.copyright{
    height:40px;
    width: 100%;
    color: white;
    background: #302d2c;
    font-size: 18px;
    text-align: center;
    letter-spacing: .5px;
    padding-top: 10px;
}
.page-status{
  margin: 20px 0px 40px;
  width: 96%;
  height: 30px;
  display: flex;
  justify-content: space-between;
}
.page-status h2 i{
  color: #00a8ec;
}
.course-items-container{
  width: 90%;
  margin-left: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
.course-item{
  width: 210px;
  height: 230px;
}
.course-item-color{
  width: 100%;
  height: 160px;
  background: #e6611c;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 10px 0px 0px;
  

}
.course-item-icon{
  width: 125px;
  height:125px;
  border: 10px solid white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.course-item-detail{
  height: 60px;
  font-size: 22px;
  text-align: center;
  color: #e6611c;
  border: 1px solid #e6611c;
  border-radius: 0px 0px 5px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.course-items-container> .course-item:nth-child(2)>.course-item-color{
  background:#7bb1e0;
}
.course-items-container> .course-item:nth-child(2)>.course-item-detail{
  color: #7bb1e0;
  border-color: #7bb1e0;

}
.course-items-container> .course-item:nth-child(3)>.course-item-color{
  background:#5e5da4;
}
.course-items-container> .course-item:nth-child(3)>.course-item-detail{
  color: #5e5da4;
  border-color: #5e5da4;

}
.course-items-container> .course-item:nth-child(4)>.course-item-color{
  background:#308a7c;
}
.course-items-container> .course-item:nth-child(4)>.course-item-detail{
  color: #7bb1e0;
  border-color:#308a7c;

}
.course-items-container> .course-item:nth-child(5)>.course-item-color{
  background:#89c222;
}
.course-items-container> .course-item:nth-child(5)>.course-item-detail{
  color: #89c222;
  border-color: #89c222;

}
.course-items-container> .course-item:nth-child(6)>.course-item-color{
  background:#d60726;
}
.course-items-container> .course-item:nth-child(6)>.course-item-detail{
  color: #d60726;
  border-color: #d60726;

}
.course-items-container> .course-item:nth-child(7)>.course-item-color{
  background:#5e5da4;
}
.course-items-container> .course-item:nth-child(7)>.course-item-detail{
  color: #5e5da4;
  border-color: #5e5da4;

}
.course-items-container> .course-item:nth-child(9)>.course-item-color{
  background:darkgreen;
}
.course-items-container> .course-item:nth-child(9)>.course-item-detail{
  color: darkgreen;
  border-color: darkgreen;
}
.gallery-item-container{
  width: 90%;
  margin-left: 40px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  gap: 30px;
}
.gallery-item{
  width: 225px;
  height: 220px;
}
.gallery-item-img img{
  width: 100%;
  height: 170px;
  border-radius: 5px 5px 0px 0px;
}
.gallery-img-title{
  width: 100%;
  height: 50px;
  background: #343130;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 18px;
  border-radius: 0px 0px 5px 5px;
}
.about-container{
  width: 96%;
  margin-left: 10px;
  margin-bottom:50px;
}
.about-container p{
  font-size: 18px;
  word-spacing: 2px;
  text-align: justify;
  margin-bottom:25px;
}
.about-container h3{
  margin-bottom: 20px;
}
.about-container ol li{
  list-style:decimal;
  margin-left: 20px;
}
.enquiry-container{
  width: 96%;
  margin-left: 20px;
  margin-bottom: 30px;
}
.enquiry-container form{
  width: 500px;
}
.form-content{
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.label{
  width: 100px;
  font-size: 16px;
  font-weight: bold;
}
.input{
  width: 400px;
  font-size: 14px;
  color: #5b5b5b;
}
.inputbox{
  width: 200px;
  height: 30px;
  color: #5b5b5b;
  padding: 3px;
}
.textarea{
  width: 200px;
  height: 100px;
  padding: 5px;
  color: #5b5b5b;
}
form button{
  padding: 10px 20px;
  background: #09F;
  font-size: 18px;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}
.contact-container{
  width: 96%;
  margin-left: 10px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.contact-box{
  width: 320px;
  height: 250px;
  text-align: center;
  margin-top:20px;
}
.contact-box img{
  width: 50px;
}
.contact-box p{
  font-size: 17px;
  margin-top: 10px;
}
.contact-box p a{
  color:#00a8ec;
  cursor: pointer;
}
.map{
  width: 96%;
  margin-left: 10px;
  margin-bottom: 40px;
}
.map h1{
  margin-bottom: 10px;
}
.map img{
  width: 100%;
  height: 100%;
}