@import url("https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.1/css/bootstrap.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Cabin:700");



section {
  min-height: 100vh;
  padding-top: 50px;
}
@media (max-width: 768px) {
  section {
    padding-top: 10px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

a {
  transition: all 0.2s ease-in-out;
  color: #009688;
}
a:hover, a:focus {
  text-decoration: none;
  color: #00302c;
}

.sectionHeading {
  margin-bottom: 20px;
  color: #009688;
}

::-moz-selection {
  background: #fcfcfc;
  background: rgba(224, 224, 224, 0.2);
  text-shadow: none;
}

::selection {
  background: #fcfcfc;
  background: rgba(224, 224, 224, 0.2);
  text-shadow: none;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

.shadow-nohover {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes animatop {
  0% {
    opacity: 0;
    bottom: -500px;
  }
  100% {
    opacity: 1;
    bottom: 0px;
  }
}

@keyframes animatop {
  0% {
    opacity: 0;
    bottom: -500px;
  }
  100% {
    opacity: 1;
    bottom: 0px;
  }
}
@-webkit-keyframes rotatemagic {
  0% {
    opacity: 0;
    transform: rotate(0deg);
    top: -24px;
    left: -253px;
  }
  100% {
    transform: rotate(-30deg);
    top: -24px;
    left: -78px;
  }
}
@keyframes rotatemagic {
  0% {
    opacity: 0;
    transform: rotate(0deg);
    top: -24px;
    left: -253px;
  }
  100% {
    transform: rotate(-30deg);
    top: -24px;
    left: -78px;
  }
}
h3 {
  margin: 20px 0;
}

.Courses {
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: black;
  border-left: 3px solid #009688;
  padding: 0 30px;
  margin-left: 185px;
}
@media (max-width: 767px) {
  .Courses {
    margin-left: 0;
    padding-right: 0;
  }
}
.Courses .item {
  position: relative;
  margin-bottom: 40px;
}
.Courses .item::before {
  content: "";
  position: absolute;
  left: -43px;
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #000000;
  border: 3px solid white;
}
.Courses .item::after {
  content: "";
  position: absolute;
  left: -37px;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #009688;
}
.Courses .CourseTitle {
  color: #009688;
}
.heading1 h2 {
  text-align: center;
      font-size:30px;
       font-weight:bold;
        color:black;
   
  }
  
  .heading1 h2:after,.heading1 h2:before {
      content: " ";
      display: block;
      border-bottom: 1px solid #c50000;
      border-top: 1px solid #c50000;
      height: 5px;
  
  }

  .corsesImg{
    width: 300px;
    height: 300px;
    margin-top: 50px;
    margin-left: 20px;
  }
  @media only screen and (max-width:2550px) and (min-width: 760px)  {
    .corsesImg{
      margin-top: 50px;
      position:fixed;
      width: 300px;
      height: 300px;
      
      margin-left: 20px;
    }
    .heading{
      top: 30px;
      position:sticky;

    }

  }