@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@400;600&display=swap');

body, html {
    height: 100%;
    width: 100%;
    line-height: 1.8;
    
  }

.logo-text {
    font-size: 1.25em;
    font-weight: 700;
    text-transform: uppercase;
    color: #008080 !important;

}
.nav-item {
    font-weight: bolder;
    font-family: titillium, sans-serif;
    padding: 0.5rem;
    color: #807b84 !important;
    /*z-index: 0;*/
}
.nav-item :hover {
    color: #008080 !important;
}
.navbar {
    border-bottom: 1px solid #008080;

}

#home {
    padding: 3.125em;
    padding-bottom: 6.25em;
}

#home {
    
    background: linear-gradient(#00808021, #008080c5), url(../img/bg/car1-min.jpeg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    color: ivory;
    min-height: 100vh;
    background-position: center;
    background-attachment: scroll;
    align-items: center;
}

.Home .question .btn {
    padding: 0.375rem-2.5rem;
    line-height: 2em;
}
.question h1 {

    padding-top: 150px;
}

.question p {

    padding-bottom: 1.25em;
}

.btn-contact {
    font-size: 18px;
    color: ivory;
    background-color: #008080;
    border-color: #008080;
    box-shadow: none;
    position: absolute;
    border-radius: 5px;

}

* a {
    color: #008080;
}

* a:hover {
    color: black !important;
}

#about h2 {
    margin-top: 20px;
    text-align: center;
}
#about p {
    background: linear-gradient(#a2d3a2);
    padding-left: 20px;
    text-align: left;
    font-size: 18px;
    
    
}

#self-assesment h2{
    text-align: center;
    background-size: 100% auto;
    /*background-color: #0080802f !important; */
    border: 30px;
}

#self-assesment h3{
    text-align: left;
    padding-left: 20px;
    background-size: 100% auto;
    font-size: 25px;
    
}
#self-assesment .self-test {
    padding-left: 20px;

}
#tick-mark {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
}

#tick-mark::before {
    position: absolute;
    left: 0;
    top: 50%;
    height: 50%;
    width: 3px;
    background-color: #008080;
    content: "";
    transform: translateX(10px) rotate(-45deg);
    transform-origin: left bottom;
}

#tick-mark::after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: #008080;
    content: "";
    transform: translateX(10px) rotate(-45deg);
    transform-origin: left bottom;
}

#self-assesment .check-text p{
    padding-left: 35px;
    font-size: 15px;

}
/*
#self-assesment p {
    background: linear-gradient(#a2d3a2);
    padding-left: 20px;
    text-align: initial;
    font-size: 18px; 
    
} */
#course h2 {
    text-align: center;
    /*background-color: #0080802f !important; */
    border: 30px;
}


* {
    box-sizing: border-box;
}

 .columns {
      float: left;
      width: 33.3%;
      padding: 8px;
      padding-top: 20px;
    
 }
.columns .para-space p {
    padding-bottom: 60px;
    text-align: justify;
    font-style: italic;
}

.columns .no-space-para p{
    text-align: justify;
    font-style: italic;
}

.columns .paragraph-space-2 p {
    padding-bottom: 90px;
    text-align: justify;
    font-style: italic;

}
.columns .paragraph-space-3 p {
    padding-bottom: 33px;
    text-align: justify;
    font-style: italic;
}

.columns .paragraph-space-4 p {
    padding-bottom: 60px;
    padding-top: 10px;
    text-align: justify;
    font-style: italic;
}

 .price {
     list-style-type: none;
     border: 1px solid #eee;
     border-radius: 10px;
     margin: 0;
     padding: 0;
     -webkit-transition: 0.3s;
     transition: 0.3s;
 }

 .price:hover {
     box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
 }
 .price .header {
     background-color: #008080;
     color: white;
     font-size: 25px;
 }

 .price li {
     border-bottom: 1px solid #eee;
     padding: 5px;
     color: black;
     text-align: center;
 }
 .price p {
     padding: 5px;
 }

 #course .btn-brand {
     background-color: #008080;
     border: none;
     color: ivory;
     padding: 12px 20px;
     text-align: center;
     text-decoration: none;
     border-radius: 5px;
     
 }

#contact h2{

    text-align: center;
    /*background-color: #0080802f !important; */
    margin-top: 20px;

}
.contact-details {

    padding-top: 50px;
}
.contact-form {
    margin: 0px;
    padding-left: 0px;
}
  form .form-control {
    border-radius: 5px;
  }

  form .form-control:focus {
    box-shadow: none;
    border-color: #008080;
  }
.reach-out {
    margin-top: 20px;
    padding-left: 0px;
    padding-top: 30px;
    font-size: 18px;
    
}

#banner h5 {
    padding-left: 0px;
}
footer .copy-rights {
    padding-left: 0px;
}

footer .copy-rights a {
    text-decoration: none;
}
footer .top {
    text-align: right;
}

footer .top a {
    text-decoration: none;
}

 @media only screen and (max-width: 960px) {
    .google-map {
      width: 100%;
    }
  }

  @media only screen and (min-width: 960px) {
    .google-map {
      width: 90%;
    }
  }


@media only screen and (min-width:280px){
    .columns {
      width: 100%;
    }
  }

@media only screen and (min-width:1024px){
    .columns {
      width: 33.3%;
    }
  }     

