h1, h2, h3, h4{
    font-family: 'Frank Ruhl Libre', serif;
}

.top-logo{
    display: block;
    max-width: 300px;
    margin: 0 auto;
}
.new-hero-sec .hero-content h1 {
    font-size: 20rem;
    color: #0c0562;
    line-height: .8;
    font-weight: 600;
}
.new-hero-sec .hero-content h4 {
     font-size: 4rem;
    line-height: .8;
    font-weight: 600;
}
.new-hero-sec .hero-content h5 {
     font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 600;
}
.new-hero-sec .hero-content h4 i{
    font-size: 3rem;
}
.breadcrumb-area {
      background-color: #0c0562;
}
.list-course li{
    padding: 0 15px;
    position: relative;
    z-index: 1;
    padding-left: 25px;
    margin-top: 15px;
}
.list-course li:after{
    position: absolute;
    left: 0;
    top: 0;
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
    color: #fe0008;
    font-weight: 600;
}
.new-hero-sec .hero-content h2{
    font-size: 5rem;

}
.new-hero-sec .hero-content h2 span{
    font-weight: bold;
    color: red;
}
.new-hero-sec .hero-content  h3 {
    display: inline-block;
    background: #0c0562;
    color: #fff;
    padding: 0.2em 0.4em;
    border-radius: 10px 0;
}
.new-hero-sec .hero-imgs{
    bottom: 0;
    left: 0;
    max-height: 340px;
}
.new-hero-sec .hero-imgs img{
    max-height: 300px;
}
.new-hero-sec{
    background-image: url(../img/build-bg.png);
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}
.about-area {
    background: #0c0562;
}
.about-area ul li .timer{
    color: #fff;
    font-size: 70px;
    margin-bottom: 10px;
}
.about-area .fun-fact {
    font-size: 20px;
}
.about-area ul li .timer::after {
    content: "+";
}
.about-area .about-items .info h2 {
    font-size: 3.5rem;
}
.course-new-box{
    background-color: #0c0562;
   padding: 20px 10px;
   margin-bottom: 30px;
}
.course-new-box h3{
     font-size:28px;
     margin-bottom: 0;

}
.new-ielts-features-slide .ielts-f-box {
    background-color: #0c0562;
    color: #fff;
    padding: 50px 50px;
}
.new-ielts-features-slide .ielts-f-box li {
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding: 10px 0;
}
.new-ielts-features-slide .ielts-f-box li:before {
    content: "\2605 \00A0 \00A0";
}
.new-ielts-features-slide .ielts-f-box li:last-child{
    border-bottom: none;
}
.new-ielts-features-slide .ielts-f-box h2{
    font-size: 3rem;
}
.blog-area .item .content{
    padding: 10px 20px 8px;
}
.blog-area h4 {
    font-size: 18px;
    text-align: center;
}
.testimonials-area .testimonial-items .item {
    border-radius: 30px 0 30px 30px;
}
.testimonials-area {
     background-color: #0c0562;
}
.footer{
    background-color: #0c0562;
}
.footer .social li a {
    color: #fff;
}
 .branch-img{
    width: 100px;
    margin:0 auto ;
}

.footer .footer-logo{
    max-width: 300px;
}
.footer .social {
    margin-top: 20px;
    font-size: 25px;
}
.footer .link li a:hover {
    color: #fff;
}
.footer-bottom {
    padding: 20px 0;
}
.side-fix-icon{
    position: fixed;
    top: 38%;
    right: 10px;
    z-index: 999;
}
.side-fix-icon li a{
    display: inline-block;
    height: 40px;
    width: 40px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    border-radius: 50%;
    text-align: center;
    margin-bottom: 10px;
    color: #f00;
    font-size: 20px;

}
.whatsapp-blink{
    color: #2bb140;
    animation: blink 2s ease infinite;
}
@keyframes blink{
    50% {
    opacity: 0;
  }
}
@media only screen and (max-width: 767px){
    .new-hero-sec .hero-content  h1 {
        font-size: 12rem;
    }
    .new-hero-sec .hero-content  h2 {
        font-size: 2rem;
    }
    .new-hero-sec .hero-imgs img {
        max-height: 200px;
    }
    .course-new-box h3 {
        font-size: 22px;
    }
    .about-area .fun-fact {
        font-size: 13px;
    }
    .about-area ul li .timer {
        color: #fff;
        font-size: 54px;
    }
}
@media screen and (max-width: 400px) {
    .course-new-box h3 {
        font-size: 18px;
    }
}


/*********************** custom css  ****************************/

.bg-blue {
    background-color: #2e3192!important;
}

.courses-area .heading-left h5::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: none;
    height: 2px;
    width: 50px;
    background: #2e3192;
    z-index: -1;
}

.owl-carousel.owl-theme .owl-nav {
    display: none;
}

/****************************** form css  ********************************/
            .form {
  border-radius: 20px;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  width: auto;
}

.title {
  color: #eee;
  font-family: sans-serif;
  font-size: 36px;
  font-weight: 600;
  margin-top: 30px;
}

.subtitle {
  color: #eee;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}

.input-container {
  height: 50px;
  position: relative;
  width: 100%;
}

.ic1 {
  margin-top: 30px;
}

.ic2 {
  margin-top: 30px;
}

.input {
  background-color: transparent;
  border-radius: 12px;
  border: 1px solid #2e3192;
  box-sizing: border-box;
  color: #000;
  font-size: 18px;
  height: 100%;
  outline: 0;
  padding: 4px 20px 0;
  width: 100%;
}

.cut {
  background-color: #fff;
  border-radius: 10px;
  height: 20px;
  left: 20px;
  position: absolute;
  top: -20px;
  transform: translateY(0);
  transition: transform 200ms;
  width: 76px;
}

.cut-short {
  width: 70px;
}

.input:focus ~ .cut,
.input:not(:placeholder-shown) ~ .cut {
  transform: translateY(8px);
  background-color: #2e3192;
  color:#fff!important;
}

.placeholder {
  color: #000 ;
  font-family: sans-serif;
  left: 20px;
  line-height: 14px;
  pointer-events: none;
  position: absolute;
  transform-origin: 0 50%;
  transition: transform 200ms, color 200ms;
  top: 20px;
}

.input:focus ~ .placeholder,
.input:not(:placeholder-shown) ~ .placeholder {
  transform: translateY(-30px) translateX(10px) scale(0.75);
}

.input:not(:placeholder-shown) ~ .placeholder {
  color: #fff;
}

.input:focus ~ .placeholder {
  color: #fff;
}

.submit {
  background-color: #08d;
  border-radius: 12px;
  border: 0;
  box-sizing: border-box;
  color: #eee;
  cursor: pointer;
  font-size: 18px;
  height: 50px;
  margin-top: 38px;
  // outline: 0;
  text-align: center;
  width: 100%;
}

.submit:active {
  background-color: #06b;
}

.carousel-control-prev {
    background: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
}
.carousel-control-next {
    background: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
}
.footer img {
    width: 300px;
}
.footer .widget a:hover {
  color: #f26723!important;
}

#contact-area.default-features-area.default-design .item {
    display: block;
    background: #ffffff !important;
    border-radius: 10px !important;
    /*padding-top: 75px;
    padding-bottom: 30px;*/
    box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
}

.text-blue {
    color: #0c0562!important;
}
a.text-blue:hover {
    color: #f26723!important;
}