@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');

html,
body {
  height: 100%;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  color: #222;
}

.fixed-nav {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 20;
}

.navbar {
  padding-left: 0.5rem;
  /* background-color: #f9f9f9; */
  background-color: #fff;
}

.navbar-toggler {
  background-color: #fecd0b;
}

.navbar-nav li {
  padding-right: 20px;
  background-color: #fff;
  border-radius: 0.3rem;
  /* #1bb4b9 */
  /* padding:25px; */
  border-style: solid;
  border-width: 0px;
  border-color: #fff;
}
.nav-link {
  font-size: 1em !important;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #fff;
  text-align: inherit;
  white-space: nowrap;
  background-color: #13a0a5;
  border: 0;
}
.dropdown-menu a:hover {
  background-color: #fecd0b;
  text-decoration: underline;
  color: #fff;
}

.dropdown-menu {
  background-color: transparent;
  border-top: 3px solid #fecd0b;
}

.carousel-inner img {
  width: 100%;
  height: 100%;
}
.carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.carousel-caption h1 {
  font-size: 500%;
  text-transform: uppercase;
  text-shadow: 1px 1px 15px #000;
}
.carousel-caption h3 {
  font-size: 200%;
  font-weight: 500;
  text-shadow: 1px 1px 10px #000;
  padding-bottom: 1rem;
}
.btn-primary {
  background-color: #6648b1;
  border: 1px solid #563d7c;
}
.btn-primary:hover {
  background-color: #563d7c;
  border: 1px solid #563d7c;
}
.jumbotron {
  padding: 1rem;
  border-radius: 0;
}
.padding {
  padding-bottom: 2rem;
}
.welcome {
  width: 75%;
  margin: 0 auto;
  padding-top: 2rem;
}
.welcome hr {
  border-top: 2px solid #b4b4b4;
  width: 95%;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}

.social a {
  font-size: 1.5em;
  padding: 0.5rem;
}
.fa-facebook {
  color: #d5d5d5;
}
.fa-twitter {
  color: #d5d5d5;
}
.fa-google-plus-g {
  color: #dd4b39;
}
.fa-instagram {
  color: #b71540;
}
.fa-youtube {
  color: #d5d5d5;
}
.fa-facebook:hover {
  color: #00aced;
}
.fa-twitter:hover {
  color: #00aced;
}
.fa-instagram:hover {
  color: #dd4b39;
}
.fa-youtube:hover {
  color: #dd4b39;
}

footer {
  background-color: #1bb2b8;
  color: #fff;
  padding-top: 2rem;
}
hr.light {
  border-top: 1px solid #d5d5d5;
  width: 100%;
  margin-top: 0.8rem;
  margin-bottom: 1rem;
}
footer a {
  color: #fff;
}
hr.light-100 {
  border-top: 1px solid #d5d5d5;
  width: 100%;
  margin-top: 0.8rem;
  margin-bottom: 1rem;
}

/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.navlinkcolor {
  font-size: 16px;
  color: #444444;
  letter-spacing: 0.1px;
  /* text-transform: uppercase; */
}

.navbar-nav li a :hover {
  color: #13a0a5;
}
#header-area {
  border-bottom-width: 1px;
  border-bottom: 1px solid #f5b120;
}
.navmainheader {
  margin-top: 15px;
}

.box {
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}

.card {
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
  /* text-align: center; */
}
.card:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.cardcontact {
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
  text-align: left;
  padding: 1.5rem;
}
.cardcontact:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* ---------- SCROLL TO TOP -----------*/

.gototop2 {
  width: 99%;
  background: #000;
  border: 2px solid grey;
}

.goto-top {
  margin-left: -100%;
  position: fixed;
  bottom: 0px;
  right: 50px;
  padding: 5px;
  /* border: 1px solid rgba(225, 177, 44, 1); */
  border-radius: 50px;
  padding: 5px;
}

p:hover {
  cursor: pointer;
}

.scrolltotop {
  background-color: #4caf50;
  display: true;
}

/* -------Courses -----------*/
.courses li p {
  /* color:#47bf38; */
  color: #337ab7;
  font-size: 1.2rem;
}

/********** FOOTER SECTION **************/

.text1 {
  color: #8ab5d6;
  font-size: 15px;
}
.footertext {
  color: #fff;
  font-size: 14px;
}
footer h5 {
  margin-bottom: 1.5rem;
}

footer h6 p {
  margin-bottom: 0.7rem;
}

footer h6:hover {
  color: #fecd0b !important;
}

/* ---------------------------------- */

/*--- Bootstrap Padding Fix --*/
[class*='col-'] {
  padding: 1rem;
  padding2: 2rem;
  padding3: 3rem;
  paddind4: 4rem;
}

.thingabout {
  background: linear-gradient(rgba(30, 39, 46, 0.7), rgba(30, 39, 46, 0.7)),
    url(../img/1.jpeg);
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  height: 40vh;
}

#carouseltitle1 {
  line-height: 200px;
  font-size: 45px;
  margin: auto;
  color: #fff;
}



.bg-overlay::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  text-align: center;  
  background-color: rgba(14, 39, 55, 0.7);
}

.parallax {
  
  /* background: linear-gradient(rgba(236, 240, 241,0.3), rgba(236, 240, 241,0.4)),
  url(../img/11.jpeg); */
  background: linear-gradient(rgba(15, 118, 53, 0.3), rgba(15, 118, 53, 0.1)),
  url(../img/11.jpeg);
  min-height: 600px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#hero {
  /* background: linear-gradient(rgba(246, 229, 141, 0.3), rgba(246, 229, 141, 0.4)),
  url(../img/pattern2.jpeg); */
  background: linear-gradient(rgb(247 209 12 / 30%), rgb(228 193 10 / 40%)), url(../img/pattern2.jpeg);
  background-size: cover;
  /* padding: 204px 20px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: -10px; */
}

.floating{
  position: fixed;
  right: 20px;
  bottom: 150px;
  z-index: 1000 !important;
}
.floating1{
  position: fixed;
  right: 33px;
  bottom: 110px;
  z-index: 1000 !important;
  border-radius: 2rem;
}

/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/

/*---Media Queries --*/

@media (max-width: 768px) {
  .carousel-caption {
    top: 45%;
  }
  .carousel-caption h1 {
    font-size: 350%;
  }
  .carousel-caption h3 {
    font-size: 140%;
    font-weight: 400;
    padding-bottom: 0.2rem;
  }
  .carousel-caption .btn {
    font-size: 95%;
    padding: 8px 14px;
  }
  .display-4 {
    font-size: 200%;
  }
  .social a {
    font-size: 2.5em;
    padding: 1.2rem;
  }
}
@media (max-width: 576px) {
  .carousel-caption {
    top: 40%;
  }
  .carousel-caption h1 {
    font-size: 250%;
  }
  .carousel-caption h3 {
    font-size: 110%;
  }
  .carousel-caption .btn {
    font-size: 90%;
    padding: 4px 8px;
  }
  .carousel-indicators {
    display: none;
  }
  .display-4 {
    font-size: 160%;
  }
  .social a {
    font-size: 2em;
    padding: 0.7rem;
  }
}

@media (min-width: 768px) {
  
  .mt-6 {
    margin-top: -6rem;
  }
  .mtr-6 {
    margin-top: 6rem;
  }
  /* About Sec */
  .pad-6 {
    padding: 6rem;
  }
  .pad-6 img {
    border-radius: 0.5rem;
  }
  .pad-2 {
    padding: 2rem;
  }
  .pad-2 img {
    border-radius: 0.5rem;
  }
  .pad1T {
    padding-top: 10rem;
  }
  .pad1TR {
    padding-top: -40rem;
  }
  .padlr {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 576px) {
  #navbarResponsive ul {
    padding-left: 5.5%;
  }
  .topcontainer {
    padding-left: 7%;
    padding-right: 7%;
  }
  .bodycontainer {
    padding-left: 7%;
    padding-right: 7%;
    background-color: #fff;
  }
}

@media (min-width: 576px) {
  #navbarResponsive ul {
    padding-left: 5.5%;
  }
  .topcontainer {
    padding-left: 7%;
    padding-right: 7%;
  }
  .bodycontainer {
    /* padding-left: 7%;
    padding-right: 7%; */
    background-color: #fff;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1170px) {
  #navbarResponsive ul {
    padding-left: 0%;
  }
  .topcontainer {
    padding-left: 0%;
    padding-right: 0%;
  }
  .bodycontainer {
    padding-left: 0%;
    padding-right: 0%;
    background-color: #fff;
  }
}

@media (min-width: 1170px) {
  #navbarResponsive ul {
    padding-left: 5.5%;
  }
  .topcontainer {
    padding-left: 7%;
    padding-right: 7%;
  }
  .bodycontainer {
    padding-left: 7%;
    padding-right: 7%;
    background-color: #fff;
  }
}

@media (min-width: 1200px) {
  .navbar-nav li {
    padding: 12px;
  }
  #toplogo {
    text-align: right;
  }
}
@media (max-width: 1199) {
  .navbar-nav li {
    padding: 25px;
  }
  #toplogo {
    text-align: center;
  }
}
.popup{
    background-color: #f8f6f6;
    width: 420px;
    padding: 30px 40px;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    margin-top: 20px;
    border-radius: 8px;
    font-family: "Poppins",sans-serif;
    display: none; 
    text-align: center;
}
.popup button{
    display: block;
    margin:  0 0 20px auto;
    background-color: transparent;
    font-size: 30px;
    color: #ffffff;
    background: #03549a;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    cursor: pointer;
}
.popup h2{
  margin-top: -20px;
  font-size: 18px;
  line-height: 24px;
}
.popup p{
    font-size: 14px;
    text-align: justify;
    margin: 20px 0;
    line-height: 25px;
}
*:before,
*:after{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.popupimage {
  width: 100%;
}
img.pay {
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    padding: 10px;
}