*{
    padding: 0px;
    margin: 0px;
}
.wrapper{
    width: 100%;
/*    display: inline-block;*/
}
.containor{
    width: 1170px;
    margin: 0px auto;
}
@font-face{
    src:url(../fonts/Cairo-Bold.ttf);
    font-family: cb;
}
@font-face{
    src:url(../fonts/Cairo-Regular.ttf);
    font-family: cr;
}
@font-face{
    src:url(../fonts/Cairo-SemiBold.ttf);
    font-family: csb;
}
h1,h2,h3,h4,h5,h6{
    font-family: cb;
}
p{
    font-family: cr;
}
.bot-div{
    margin: 0px auto 80px;
    width: 150px;
    border: 2px solid #FFDE59;
}
.h-600{
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
}
nav{
    box-shadow: 0px 0px 10px 0px #11599f;
}
.nav-item{
    font-weight: 600;
    color: #000;
}
.navbar-light .navbar-nav .nav-link{
    color: #000;
}
.navbar-light .navbar-nav .active>.nav-link{
    color: #11599f;
    border-bottom: 3px solid #11599f;
}
.hearder-bg{
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 30%) 50%, #11599f 100%), url(../images/header-bg.webp);
    /*background-repeat: no-repeat;
    background-position: center;
    width: 100%;*/
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}
.hearder-bg h1{
    color: #fff;
    margin-bottom: 30px;
    font-size: 75px;
    text-shadow: 0em 0.0375em 0.28125em rgb(0 0 0 / 60%);
}
.hearder-bg p{
    color: #fff;
    font-weight: 600;
    letter-spacing: 3px;
    margin: 5px 0px 20px;
    line-height: .5;
    text-shadow: 0em 0.0375em 0.28125em rgb(0 0 0 / 60%);
}
.hearder-bg button{
    border-radius: 100px;
/*    width: ;*/
    letter-spacing: 3px;
    font-size: 18px;
    line-height: 2;
    font-family: cr;
    margin-top: 50px;
}
.content{
    text-align: center;
}
.bg-blue{
    background: #d0e5f6;
}
.bg-white{
    background: white;
}

@media screen and (max-width: 768px){
    .hearder-bg h1{
        font-size: 55px;
    }
}






/*Section 2*/
.sec-2{
    background: linear-gradient(to bottom, #fff 60%, rgb(255 255 255) 0%, #d0e5f6 100%);
}

.sec-2 h2{
    font-size: 45px;
    font-weight: bolder;
    margin-bottom: 25px;
}
.sec-2 .p1{
    color: #11599f;
}.sec-2 img{
    border-radius: 2rem;
}
.sec-2 .text{
    padding: 50px 15px;
}
.sec-2 .text p{
    font-size: 13px;
}


@media (max-width: 768px) {
  .sec-2 img {
    width: inherit;
  }
  .sec-2{
    padding: 100px 15px;
    height: auto;
  }
  .sec-2 .text{
        padding: 0px 15px 50px;
    }
}


/*Section 3*/
.sec-3{
    padding: 0px 15px 50px;
}
.sec-3 h3{
    text-align: center;
}
.card{
    background: none;
    border: none;
    font-family: cr;
}
.sec-3 .card img{
    border-radius: 35px;
    box-shadow: 5px 5px 20px 0px #ffde59;
}
.card-title{
    text-align: center;
}
.card-text{
    font-size: 15px;
    text-align: justify;
}



/*slides*/

.courses{
/*    padding-top: 80px;*/
    background: linear-gradient(to bottom, #d0e5f6 0%, rgb(255 255 255) 50%, #fff 0%);
}
.courses h3{
    text-align: center;
}
.course-slider{
    margin: 100px auto;
}
.slide-content h2{
    font-size: 2rem;
    margin-top: 5px;
    color: #595050;
}
.slide-content p{
    padding: 25px 0px;
    font-size: 18px;
    color: #595050;
}
.slide-content button{
    margin-top: 15px;
    width: 200px;
    font-family: cr;
    background-color: #11599f;
    border: none;
    border-radius: 10px;
}
.slide-content h4{
    float: left;
    font-family: cr;
    font-size: 30px;
}
.slide-content .fh4{
    border-right: 1px solid black;
    padding-right: 15px;
    margin-right: 15px;
}
.carousel-indicators {
        bottom: -5rem;
    }
.carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 4px solid #FFDE59;
  background-color: #FFDE59;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  filter: invert(100%);
}
.carousel-control-next {
/*    right: -100px;*/
}
.carousel-control-prev{
/*    left: -100px;*/
}
.courses .carousel-inner img{
    border-radius: 50px;
}

@media (max-width: 768px) {
  .carousel-control-next {
    right: 0px;
    }
    .carousel-control-prev{
    left: 0px;
    }
    .courses{
    margin-top: 0px;
    }
}

/*Slider End*/



/*Section 4*/
.sec-4{
    text-align: justify;
    padding: 80px 15px 1px;
}
.sec-4 h2{
    text-align: center;
    margin-bottom: 80px;
}
.sec-4 p{
    font-size: 18px;
    padding: 10px 50px;
}
.sec-4 .col-4{
    text-align: center;
}
.sec-4 .carousel{
    margin: 100px auto;
}
.sec-4 .car-item{
    text-align: -webkit-center;
}
@media screen and (min-width: 576px){
    .sec-4 .carousel-inner{
        display: flex;
    }
    .sec-4 .carousel-item{
        display: block;
        flex: 0 0 calc(100%/3);
    }
}


@media (max-width: 768px) {
  .sec-4 p{
    padding: 0px;
  }
}


/*Section 6*/
.sec-6{
    background-image: url(../images/achievement-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 15px;
    width: 100%;
    height: 100%;
}
.sec-6 h2{
    color: white;
    text-align: center;
}
.sec-6 .def{
    color: #FFDE59;
    text-align: center;
    margin-bottom: 50px;
}
.sec-6 img{
    width: 100%;
    border-radius: 15px;
}
.sec-6 .achievements{
    border: 1px solid white;
    padding: 0px 15px;
}


@media (max-width: 768px) {
  .sec-6{
    padding: 50px 0px;
  }
  .sec-6 .achievements{
        padding: 5px 0px;
    }
    .cell{
        margin: 0rem;
    }
}
@media (min-width: 1200px) {
    .sec-6 .achievements{
        margin-top: 50px;
    }
}
@media (max-width: 992px) {
.sec-6 img{
    margin-top: 30px;
  }
}

/*********************/
/*     15. About     */
/*********************/
.counter {
    text-align: left;

}
.num{
    display: inline-flex;
/*    margin-bottom: 7px;*/
    float: left;
}
.counter .line-heading {
    width: 1rem;
    height: 9px;
    border: none;
    background-color: #14749c;
}

.counter .image-container {
    margin-bottom: 3rem;
}

.counter .image-container img {
    border-radius: 0.25rem;
}

.counter .section-title {
    margin-bottom: 0.5rem;
}

.counter h2 {
    margin-bottom: 1.375rem;
}

.counter .list-unstyled {
    margin-bottom: 1.5rem;
    text-align: center;
}

.counter .list-unstyled .fas {
    color: #14749c;
    font-size: 0.5rem;
    line-height: 1.375rem;
}

.counter .list-unstyled .media-body {
    margin-left: 0.625rem;
}

.counter #counter {
    text-align: center;

}

.counter #counter .cell {
    margin-bottom: 0.75rem;
    margin-top: 0.75rem;
}
.cell p{
    font-size: 18px;
    color: #fff;
    text-align: right;
}

.counter #counter .counter-value {
    margin-bottom: 0.125rem;
    color: #fff;
    font: 700 4rem/6rem "Montserrat", cr;
    text-align: center;
}

.counter #counter .counter-info {
    line-height: 4.25rem;
}

@media (max-width: 768px) {
    .counter #counter .cell{
        margin: 0rem;
    }
    .counter #counter .counter-value {
        font: 700 3rem/5rem "Montserrat", cr;
        text-align: left;
    }
    .num h3{
        font-size: 1rem;
    }
    .counter #counter .counter-info{
        line-height: 0px;
        padding-top: 25px;
    }

}

#videos {
    text-align: center;
    padding: 50px 15px;
    color: #fff;
    background: linear-gradient(to bottom, #11599f 50%, rgb(255 255 255) 96%, #fff 0%);
}
#videos img{
    border-radius: 10px;
    margin-top: 20px;
}

/***********************/
/*     16. Contact     */
/***********************/
.form-2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #fff;
}

.form-2 .text-container {
    margin-bottom: 3rem;
}
.text-container .intro{
    font-size: 15px;
    margin-bottom: 1rem;
    margin-top: 2rem;
}
.text-container ul li i{
    margin-right: 15px;
    color: #FFDE59;
}
@media (max-width: 991px) {
    .text-container ul li{
        padding-top: 15px;
    }
    .text-container h3{
        margin-top: 30px;
    }
    .form-2{
        padding-bottom: 0rem;
    }
}


.form-2 h2 {
    margin-bottom: 1.375rem;
    text-align: right;

}

.form-2 .list-unstyled {
    display: inline-block;
}
.form-2 .list-unstyled ul{
    margin-bottom: 0px;
}
.form-2 .list-unstyled li {
    margin-left: 15px;
    font-size: 1rem;
    float: left;
    padding-right: 15px;
}

.form-2 .list-unstyled .fas,
.form-2 .list-unstyled .fab {
    padding-right: 0.5rem;
    font-size: 0.975rem;
    color: #14749c;
}
.form-2 .list-unstyled .fa-whatsapp {
    color: #25D366;
}
.form-2 .list-unstyled .fa-phone {
    vertical-align: 3%;
}

.form-2 .sm{
    text-align: center;
    color: #11599F;
    font-weight: 600;
}

.form-2 h5,h3 {
    margin-bottom: 1rem;
    text-align: center;
}

.form-2 .fa-stack {
    margin-right: 0.25rem;
    margin-bottom: 0.75rem;
    margin-left: 0.125rem;
    width: 3.25rem;
    height: 3.25rem;
}

.icons{
    text-align: center;
}
.icons i{
    font-size: 24px;
    padding: 5px 7px;
    background: blue;
    margin: 0px 10px;
    color: #FFDE59;
    border-radius: 100%;
}

.tech{
    background-color: #11599F;
    padding: 50px 0px 30px;
    color: #fff;
}
.tech ul{
    padding-top: 15px;
}
.tech li{
    line-height: 2rem;
    text-decoration: none;
}
.tech li a{
    text-decoration: none;
    color: #fff;
    font-family: cr;
    font-size: 15px;
}
.tech li i{
    margin-right: 15px;
    color: #FFDE59;
}
@media (max-width: 767px) {
    .mt-20{
        margin-top: 20px;
    }
}


/*footer*/

@media (min-width: 1200px){
    .footer .container{
        max-width: 1200px;
    }
}
.footer{
    background: #d0e5f6;
}
.footer .bor-r{
    border-right: 1px solid #11599F;
}
.footer ul li a{
    text-decoration: none;
    color: #000;
    font-family: cr;
    font-size: 14px;
}
.footer ul li:hover a{
    color: #11599F;
}
.footer .list-group-item{
    background-color: transparent;
    padding: .5rem 1rem;
    border: none;
}
.f-logo{
    max-width: 80%;
    margin: 50px auto;
}
.footer .links{
    margin-top: 50px; 
    margin-bottom:50px;
}
.footer .links h3{
/*    text-align: left;*/
}
.footer .payment{
    position: relative;
    max-width: 85%;
    bottom: -30px;
    left: 15px;
}
.sub-foo{
    background: #11599F;
    text-align: center;
    color: #fff;
    height: 60px;
    display: block;
    padding: 20px;
}
.sub-foo p{
    margin-bottom: 0rem;
}
.maroof{
    width: 150px;
    position: relative;
    top: -10px;
}
@media (max-width: 768px){
.footer .container {
        max-width: 100%;
    }
    .footer .bor-r{
        border-right: none;
    }
    .f-logo{
        display: block;
    }
}
@media (max-width: 767px) {
    .footer .links{
        margin-top: 0px; 
    }
    .maroof{
        display: block;
        margin: 15px auto;
    }
}
@media (max-width: 500px) {
    .sub-foo{
        padding: 7px;
    }
}