body{
    font-family: 'Poppins', sans-serif!important;

}
a {
    font-family: 'Poppins', sans-serif!important;
    font-weight: 600;
}
body p{
    color: #000!important;
}
h1, h2, h3, h4, h5, h6 {
    color: #000!important;
    margin-bottom: 10px;
}
.bg-red{
    background-color: #0080c1!important;
}
.text-dark{
    color: #000!important;
}
.btn {
    background-color: #0080c1!important;
    color: #fff;
    font-weight: 600;
}
.btn:hover{
    background-color: #000!important    ;
    color: #fff;
} 
.bg-dark{
    background-color: #000!important;
}

/* nav area */

.nav.navbar.bootsnav ul.nav > li > a {
    color: #333333;
    background-color: transparent !important;
    text-transform: uppercase;
    font-weight: 600!important;
    font-size: 14px;
}
nav.navbar.bootsnav ul.nav > li > a:hover {
  color: #0080c1;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    font-size: 14px;
/*    font-weight: bold;*/
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #0080c1;
}

/* counter area */
    
.about-area ul li .timer {
    color: #fff;
    font-size: 30px!important;
    margin-bottom: 10px;
}
.about-area ul li .medium {
    font-size: 18px!important;
    display: block;
    color: #232323;
    font-weight: 600;
}
.about-area ul li {
    margin-right: 30px;
    padding-right: 30px;
}
/* counter area */

/* footer area */
    
    .footer a {
        font-family: 'Poppins', sans-serif!important;
        font-weight: 500!important;
    }   

/* footer area */

/* service box */

.services-box {
    min-height: 250px;
    background-color: #f2f2f2;
    padding: 20px 25px;
}

/* service box */
.services h4  {
    
    font-weight: 600;
    color: #fff;
}

.top-logo {
    display: block;
    max-width: 350px;
    margin: 0 auto;
}
.new-hero-sec .hero-content h1 {
    font-size: 20rem;
    color: #0080c1;
    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;
}

/* breadcrmb area */

.breadcrumb-area {
    background-image: url('../img/breadcrumb-bg.jpg');
    color: #000!important;
}
.breadcrumb-area .breadcrumb li::after {

    background: #000;
}
.breadcrumb-area .breadcrumb li.active {
    color: #000;
}
.breadcrumb-area .breadcrumb a, .breadcrumb-area .breadcrumb li {
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    color: #000!important;
}
/* breadcrmb area */

.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: #0080c1;
}
.new-hero-sec .hero-content  h3 {
    display: inline-block;
    background: #f90001;
    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: #0080c1;
}
.about-area ul li .timer{
    color: #fff;
    font-size: 40px;
    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: #0080c1;
   padding: 20px 10px;
   margin-bottom: 30px;
}
.course-new-box h3{
     font-size:40px;
     margin-bottom: 0;

}
.new-ielts-features-slide .ielts-f-box {
    background-color: #0080c1;
    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: #f90001;
}
.footer{
    background-color: #0080c1;
}
.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: 10px 0;
}
.side-fix-icon{
    position: fixed;
    top: 45%;
    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: 500px) {
    .course-new-box h3 {
        font-size: 18px;
    }
    .about-area .about-items .info h2 {
    font-size: 2.5rem;
    }
    img.img-fluid.pt-3 {
    padding-right: 150px!important;
    }
    h1 {
    font-size: 35px;
    }
    
}
.about-area ul {
    margin: 13px 1px;
    list-style-type: none;
}
.services-area .services-box i{
    font-size: 30px;
    padding:10px 0px;
    color: #0080c1;
}
.bg-light {
    background-color: #f7f7f75e!important;
}
.services .box {
    box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
    background: #fff;

}
.services .box .box-heading{
    padding: 25px 15px;
}
.devider-sec{
    background-color: #0080c1;
    padding: 110px 0 50px;
    margin-top: -125px;
}
.main-box  {
    margin: 0px 0px 40px 0px;
}
.btn-gradient.btn-sm {
    padding: 12px 15px;
}
.text-logo{
    color: #0080c1;
}
.bg-logo {
    background-color: #0080c1;
}
.top-bar-areainline {
    background-color: #0080c1;
}
.top-bar-areainline .my-social img {
    width: 32px;
    padding-left: 10px;
}

.footer .my-social img {
    width: 32px;
    padding-left: 10px;
}
.about-main h2{
    font-size: 50px;
}
.f-logo{
    width: 150px;
}
.f-social a{
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: #0080c1;
    color: #fff;
    display: block;
    font-size: 14px;
}
.f-links li a{
    font-weight: normal;
}
.f-links li{
    margin-bottom: 5px;
}