.header-top{
    padding: 8px 20px 0px 20px;
}



.navigation {
  background: #fff;
}
.navigation .navbar .navbar-nav > li > a.active, .navigation .navbar .navbar-nav > li > a:hover {
  color: #000!important;
}

.containerhead{
    padding:0 16px!important;
}

.about-event {
  -webkit-box-shadow: 0px 0px 191px 0px rgba(0,0,0,0.06);
  box-shadow: 0px 0px 191px 0px rgba(0,0,0,0.06);
  padding: 44px 25px 25px;
  background-color: rgba(193, 193, 193, 0.95);
  box-shadow: 0px 2px 0px 2px #ddd;
}
.blue{
    color:#07294d;
}

.bg_cover {
  background-position: center center;
  background-position: top;
  background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
}


.height2{
   opacity: 0px;
   visibility: hidden;
}


.headall{
background: #c4c4c4;
margin-bottom: 20px;
padding: 10px 12px;
}

#about-part {
  position: relative;
  padding-bottom: 0px;
}


.gray-bg {
  background: #d5d5d5;
}

.pb-120 {
  padding-bottom: 50px;
}
.pt-115 {
  padding-top: 50px;
}

.intro .intro-img {
  width: 75%;
  float: right;
}

.intro .intro-text {
  width: 45%;
}

.intro .intro-text {
  left: 0;
  width: 60%;
  margin-top: 3rem;
  position: absolute;
}
.bg-faded {
  background-color: #f6e1c5;
}
.rounded {
  border-radius: 0.25rem !important;
}
.text-center {
  text-align: center !important;
}
.p-5 {
  padding: 3rem !important;
}

.mt-60{
    margin-top:60px;
}
.about-intro{
  background: #d5d5d5;
  padding: 10px;
  padding: 40px;
  
}


.single-course .cont {
  padding: 5%;
  text-align: center;
}

.happy-student {
  background-color: #d5d5d5;
  padding-top: 30px;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 80px;
  border-radius: 5px;
  /*position: relative;*/
  height: 435px;
}
.happy-student22 {
  background-color: #d5d5d5!important;
  padding-top: 30px!important;
  padding-left: 5px!important;
  padding-right: 5px!important;
  padding-bottom: 5px!important;
  border-radius: 5px!important;
  /*position: relative;*/
  height: 435px!important;
}


.happy-student h5::before {
    content: '';
    position: absolute;
    width: 35px;
    height: 2px;
    background-color: #ffc600;
    bottom: 0;
    left: 0;
}

.happy-student .happy-title h3 {
  font-size: 36px;
  color: #07294d;
  padding-bottom: 60px;
}



/*---------------------------------*/

* {
  box-sizing: border-box;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.ticker-wrap {
  bottom: 0;
  /*width: 100%;*/
  overflow: hidden;
  height: 2rem;
  background-color: #d5d5d5;
  padding-left: 100%;
  box-sizing: content-box;
}
.ticker-wrap .ticker {
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}
.ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 2rem;
  font-size: 18px;
  color: #f20101;
}


/*-------------------------------*/


.pt-250{
    padding-top:250px;
}
.page-banner-cont h2 {
  font-size: 26px;
  color: #fff;
  float: left;
}

.sidebar .categories ul li a.active {
  color: #07294D;
}
.card-registration .select-input.form-control[readonly]:not([disabled]) {
font-size: 1rem;
line-height: 2.15;
padding-left: .75em;
padding-right: .75em;
}
.card-registration .select-arrow {
top: 13px;
}

.main-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #ffc600;
    padding: 0 10px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 50px;
    border-radius: 5px;
    color: #07294d;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 5;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background-color: #ffc600;
}

.footer-link ul {
    width: 100%;
    float: left;
    overflow: hidden;
}

.navigation .navbar .navbar-nav li a {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700 !important;
    color: #07294d;
    /* text-transform: uppercase; */
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    padding: 15px 0;
}





.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
  position: absolute;
  top: -4px;
  right: 3px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #f40808;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
}


.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
  .holder{
      padding-bottom:30px;
  }
  .box img{
    max-width: 100%;
    min-width: 310px;
    height: auto;
  }
  .main-btn {
        display: inline-block;
        font-weight: 500;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid #ffc600;
        padding: 0 10px;
        font-size: 15px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        line-height: 30px;
        border-radius: 5px;
        color: #07294d;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        z-index: 5;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        background-color: #ffc600;
        margin-bottom: 10px!important;
        right: -60px;
    }
}

@media only screen and (max-width: 600px) {
      .main-btn {
        display: inline-block;
        font-weight: 500;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid #ffc600;
        padding: 0 10px;
        font-size: 15px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        line-height: 30px;
        border-radius: 5px;
        color: #07294d;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        z-index: 5;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        background-color: #ffc600;
        margin-bottom: 10px!important;
        right: -60px;
    }
}

