@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;1,600&family=Roboto+Slab:wght@100&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {

  background: #fff !important;
  font-family: 'Poppins', sans-serif;
  /* overflow: hidden; */
}
a {
  text-decoration: none;
  color: #1a1e21;
}
.section-title h2 {
  text-shadow: 1px 1px 2px #4444;
}
/*****************************/
/*Services*/
.services{
  border: solid;
  border-color: #fefeff;
  display: flex;
  background-color: blue;
  z-index: 10%;
}
.cadi {
  display: flex;
  align-items: center;
  position: relative;
}
h6{
  font-size: 34px;
  font-family: 'Times New Roman', Times, serif;
  margin-left: 53px;
  align-items: center;
  font-weight: bold;
  color: rgb(243, 136, 13);
}
.card-image{
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: #fff;
  padding: 3px;
}

.card-image .card-img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  margin-left: 45px;
}
/*--------------------Serivices End------------------------------------------
# About
--------------------------------------------------------------*/
.about{
  background: rgba(27, 25, 25, 0.13)
}
.about .content {
  padding: 0 20px;
}

.about .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #5f5950;
}

.about .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}
.about .content p{
  font-size: 15px;
  color: rgb(12, 12, 12);
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li + li {
  margin-top: 15px;
}
.about .content ul li {
  position: relative;
  padding-left: 26px;
}
.about .content ul i {
  font-size: 20px;
  color: #ffb03b;
  position: absolute;
  left: 0;
  top: 2px;
}
.about .content p:last-child {
  margin-bottom: 0;
}
.img-thumb{
  max-width: 100%;
  height: 320px !important;
  width: 390px !important;
  border-radius: 25%;
}
h4{
  color: #05c26a;
  font-size: 30px;
  align-items: center;
}

#colo{
  background: linear-gradient(to bottom right, #99ffcc -1%, #99ffcc -1%,whiteblack 25%);
}

/* Box*/

.course .box {
  padding: 10px 10px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
}
.course .box img{
  border-radius: 5px;
}
.course .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #ffcf88;
}
.sub-menu-1
{
	display: none;
}
.menu-bar ul li:hover .sub-menu-1
{
	display: block;
	position: absolute;
	background: rgb(0,100,0);
	margin-top: 15px;
	margin-left: -15px;
}
/***************************************PRINCIPALS WELCOME MESSAGE**********************************************************/
/*********************************************Start Contact Us***********************************************/
#contact-us-page
{
  margin-bottom: 0px;
}
.contact-us{
  position: relative;
  width: 100%;
  padding: 40px 100px;
  background: linear-gradient(90deg, rgba(10, 32, 69, 0.94) 0%,rgb(20, 35, 95) 30%, rgb(20, 35, 84) 30%, rgb(32, 39, 133) 100%);
}
.contact-us .title{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
}
.contact-us .title h2{
  color: #fff;
  font-weight: 500;
}
.form{
  grid-area: form;
}
.info{
  grid-area: info;
}
.map{
  grid-area: map;
}
.contact{
  padding: 40px;
  background: #fff;
  box-shadow: 0 5px 35px rgba(0,0,0,0.1);
}
.box{
  position: relative;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 5fr 4fr;
  grid-template-areas: "form info" "form map";
  grid-gap: 20px;
  margin-top: 20px;
}
.contact h3{
  color: #0e3959;
  font-weight: 500;
  font-size: 1.4em;
  margin-bottom: 10px;
}
/*form*/
.contact form{
  width: 600px;
  text-align: center;
  margin-bottom: 0;
}

form .input-box{
  /* display: flex; */
  justify-content: space-between;
  gap: 20px;
}
.input-box .row50{
  display: flex;
  gap: 20px;
}
.input-box .error-txt{
  font-size: 14px;
  color: red;
  text-align: left;
  margin: 2px 0 10px;
  display: none;
}
.field.error .error-txt{
  display: block;
}
.field .item{
  width: 100%;
  padding: 18px;
  background: transparent;
  border: 2px solid#ebf0f5;
  outline: none;
  border-radius: 6px;
  font-size: 16px;
  color: rgb(8, 8, 8);
  margin: 12px;
}
.field.error .item{
  border-color: red;
}

.field .item::placeholder {
  color: #050505;
}
form button{
  padding: 12px 32px;
  background: #0b213c;
  border: none;
  outline: none;
  border-radius: 6px;
  box-shadow: 0 0 10px yellow;
  font-size: 15px;
  color: white;
  font-weight: 500;
  letter-spacing: 1px;
  cursor: pointer;
  margin-top: 20px;
}
/*info*/
.info{
  background: #ebeeeb;
}
.info .infobox a{
  text-decoration: none;
}
.info h3{
  color: #02093b;
  font-weight: 600;
  margin-left: -15px;
  text-transform: capitalize;
}
.info .infobox div{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  
}
.info .infobox .phones{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  
}
.info .infobox .phones .whatsup{
  margin-left: 0px;
  
}
.info .infobox h1{
  margin-left: 0px;
  font-size: 1rem;
}
.info .infobox .im1 {
  margin-left: -20px;
  text-decoration: none;
}
.info .infobox .im2{
  margin-left: -15px;
}
.info .infobox .im3{
  margin-left: -15px;
}
.info .infobox .im4{
  margin-left: -20px;
}
.sci{
  margin-top: 40px;
  display: flex;
}
.sci li{
  list-style: none;
  margin-right: 15px;
}
.sci li a{
  color: #02093b;
  font-size: 2em;
  color: #ccc;
  text-decoration: none;
}
.sci li a:hover{
  color: #20ee0e;
}
.sci .whatsapp-button {
  display: inline-block;
  padding: 10px;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.map{
  padding: 0;
}
.map iframe{
  width: 100%;
  height: 100%;
}


/* footer modify on mobile as well*/
footer{
 /* padding: 8vw; */
  background-color: #050505;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: -50px;
}
footer .footer-col{
  padding-bottom: 40px;
  margin-left: 20px;
}
footer h3{
  color:rgb(246, 246, 252);
  font-weight: 400;
  padding-bottom: 20px;
}
footer li{
  list-style: none;
  color: #ebf0f5;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s ease;
  margin-left: 20px;
}
footer li a{
  text-decoration: none;
  color: #ebf0f5;
}
footer li:hover {
  color: rgb(241,240, 245)
}
footer p{
  color:#fff;
  margin-right: 20px;
}
footer .subscribe{
  margin-top: 20px;
}
footer .input{
  width: 220px;
  padding: 15px 12px;
  background: #334F6C;
  border: none;
  outline: none;
  color: #fff;
}
footer .subscribe a{
      text-decoration: none;
      font-size: 0.9rem;
      padding: 12px 15px;
      background-color: #fff;
      font-weight: 600;
  }
  footer .subscribe a.yellow{
      color: black;
      background: rgb(137, 228, 18);
      transition: 0.3s;
      text-decoration: none;
  }
  footer .subscribe a.yellow:hover{
      color: rgb(137, 228, 18);
      background: #fff;
      text-decoration: none;
  }
  footer .copyright{
      margin-top: 20px;
      margin-bottom: 0px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      background-color: rgb(11, 11, 15);
  }
  footer .copyright p{
      text-align: center;
      margin-left: 450px;
      color: white;
      font-weight: 300;
      font-family: 'Times New Roman', Times, serif;
      font-size: 18px;
  }
  @media (max-width :759px){
    .single-blog-inner-img.text-center p{
      text-align: center;
    }
    .single-blog-inner-img.text-center{
      padding: 0px 14px;
    }
    .img-thumbnail{
      max-width: 100%;
      height: 120px !important;
      border-radius: 25%;
    }
    /* Responsive code for Contact us side */
    /*responsive Contact us*/ 
    .contact-us{
      padding: 20px;
  }
  .box{
      position: relative;
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: auto;
      grid-template-areas: 
      "form"
      "info"
      "map";
      right: 20px;
  }
  .map{
      min-height: 300px;
      margin-right: 15px;
      margin-left: 10px;
  }
  /* .formbox {
    /* margin-right: 20px; */
    /* width: 10px; */
    /* margin-left: -200px; */
  /* }  */


  /* Form  */
  /*form*/
.contact form{
  width: 200px;
  display: grid;
  margin: 0 0 0 -20px;
}
.form{
 margin-left: 15px;
 width: 350px;
 height: 600px;
}
form .input-box{ 
  justify-content: space-between;
  gap: 20px;
  display:block;
}
.input-box .row50{
  display: block;
  gap: 5px;
  width: 300px;
}
form button{
  margin: -10px 0 0 50px;
  width: 200px;
}
  /* End Form */

  .inputbox{
      width: 100%;
  }
  .contact{
      padding: 30px;
  }
  .infobox {
    width: 90%;
    margin-left: 20px;
  }
  .info{
    width: 100%;
    margin-left: 10px;
  }
  .map{
      min-height: 300px;
      padding: 0;
      width: 100%;
  }
  /* Footer */
  footer{
    /* padding: 8vw; */
     margin-bottom: 50px;
   }
  footer .footer-col h3{
    margin-left: 30px;
  }
  footer .footer-col li{
    margin-left: 50px;
  }
  footer .copyright p{
      margin-left: 10px;
      margin-top: -50px;
      margin-bottom: 0px;
  }
  }