/* Start Main */

body{
    font-family: 'Cairo', sans-serif;
    text-align: right;
    padding-top: 100px;
}

/* End Main */

/* Start Navbar */

.navbar-light{
    background-color: #FFF!important;
    border-bottom: 1px solid #ddd;
    border-top: 3px solid #3CB6B0;
    padding: 1rem;
}
.navbar-light .navbar-brand{
    margin-right: 0;
    color: #3CB6B0;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    font-family:'Cairo', sans-serif;
}
.navbar-light .navbar-brand span{
    color: #43D0CA;
}
.navbar-light .navbar-nav .active .nav-link{
    color: #43D0CA !important;
    font-weight: bold;
}
.navbar-light .navbar-nav .nav-item .nav-link{
    color: #444;
    font-size: 14px;
}
.navbar-light .navbar-nav .nav-item .nav-link:hover{
    color: #43D0CA;
    font-weight: bold;
}
.navbar-light .navbar-toggler{
    outline: 0
}

/* End Navbar */

/* Start Header */

.header{
    width: 100%;
    background-image: url("../img/header.jpg");
    background-size: cover;
    background-position: center center;
    position: relative;
}
.header .overlay{
    width: 100%;
    height: 100%;
    background:radial-gradient(#008dca45 30%, #3B65D4eb);
    padding: 50px 0;
}
.header .overlay .info{
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 350px
}
.header .overlay .info h1{
    color: #fff;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 35px;
}
.header .overlay .info p{
    color: #fff;
    margin-bottom: 0;
    font-size: 20px;
    min-height: 35px;
}
.header .overlay .info .typed-cursor{display: none;}
.header .shap{
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px
}
.header .shap svg{
    width: 100%;
    height: 100%;
}

/* End Header */

/* Start About Us */

.aboutus{
    width: 100%;
    padding: 60px 0 80px;
    text-align: center;
}
.aboutus .info{
    width: 100%;
    max-width: 800px;
    margin: 0 auto
}
.aboutus .info h1{
    color: #3CB6B0;
    font-size: 25px;
    font-weight: bold;

}
.aboutus .info h1 i{

color: #43D0CA
}
.aboutus .info h3{
    color: #333;
    font-size: 35px;
    font-weight: bold;
    margin: 40px 0;
}
.aboutus .info span{
    font-size: 18px;
    color: #333;
}
.aboutus .info span b{color: #3CB6B0}
.aboutus .info p{
    font-size: 18px;
    color: #333;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 2px #ccc;
    border: 2px dashed #ddd
}
.aboutus .row{margin-top: 60px}
.aboutus .row i{
    font-size: 60px;
    color: #3CB6B0;
}
.aboutus .row h2{
    font-size: 45px;
    margin: 10px 0;
    font-weight: bold;
    color: #43D0CA;
}
.aboutus .row span{
    display: block;
    color: #444;
    font-weight: bold;
}

/* End About Us */

/* Start Features */

.features{
    text-align: center;
    background-image: url("../img/header.png");
    background-size: cover;
    background-position: center center;
    width: 100%;
}
.features .overlay{
    width: 100%;
    height: 100%;
    background-color: #f0f0f0d6;
    padding: 60px 0 40px
}
.features h1{
    color: #3CB6B0;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 50px;
}
.features h1 i{color: #43D0CA;}
.features h3{
    color: #222;
    margin:20px 0 10px;
    font-weight: bold;
    font-size: 20px
}
.features img{
    width: 100%;
    height: 200px;
    box-shadow: 0px 0px 15px 2px #ccc;
}
.features p{
    color: #444;
    margin-bottom: 40px
}

/* End Features */

/* Start Users */

.users{
    padding: 50px 0 30px;
    text-align: center;
}
.users h1{
    color: #3CB6B0;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 50px;
}
.users h1 i{color: #43D0CA}
.users .box h3{
    color: #222;
    margin:20px 0 10px;
    font-weight: bold;
    font-size: 20px
}
.users .box img{
    width: 100%;
    height: 200px;
    box-shadow: 0px 0px 15px 2px #ccc;
}
.users .box p{
    color: #444;
    margin-bottom: 40px
}

/* End Users */

/* Start Certificate */

.certificate{
    width: 100%;
    text-align: center;
    background-image: url("../img/header.png");
    background-size: cover;
}
.certificate .overlay{
    width: 100%;
    height: 100%;
    background-color: #f0f0f0d6;
    padding: 50px 0 70px;
}
.certificate h1{
    color: #333c4e;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
}
.certificate h1 i{color: #43D0CA}
.certificate .carousel-indicators{
    bottom: -50px;
    padding: 0
}
.certificate .carousel-indicators li{
    border-radius: 50%;
    width: 15px;
    height: 15px;
    border: 2px solid #3e505a;
}
.certificate .carousel-indicators .active{background-color: #3e505a;}
.certificate .user-text{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}
.certificate .user-center{
    width: 100%;
    max-width: 800px;
}
.certificate .user-text h5{
    color: #3e505a;
    text-align: right;
    font-weight: bold;
}
.certificate .user-text h5 i{
    color: #43D0CA;
}
.certificate .user-text .custom-i{
    position: absolute;
    left: 30px;
    top: -25px;
    color: #43D0CA;
    font-size: 40px;
    display: block;
}
.certificate .carousel-inner .carousel-item .user-text p{
    color: #444;
    font-size: 17px;
    margin-bottom: 0;
    margin-top: 15px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 15px 1px #ddd;
    -moz-box-shadow: 0px 0px 15px 1px #ddd;
    box-shadow: 0px 0px 15px 1px #ddd;
    position: relative;
}

/* End Certificate */

/* Start Contact */

.contact{padding: 50px 0;}
.contact .head i{
    font-size: 80px;
    color: #43D0CA;
}
.contact .head h1{
    color: #3CB6B0;
    font-size: 25px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px
}
.contact .head p{margin-bottom: 0;}
.contact h3{
    color: #3CB6B0;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 40px
}
.contact h3 i{color: #43D0CA}
.contact h4{
    font-size: 16px;
    color: #000000;
    margin-bottom: 15px;
    line-height: 30px
}
.contact ul{
    padding: 0;
    margin: 0;
}
.contact ul li{
    color: #000000;
    list-style: none;
    margin-bottom: 15px;
}
.contact ul li i{color: #43D0CA;font-weight: bold}
.contact form input[type="text"],
.contact form input[type="email"],
.contact form textarea{
    margin-top: 15px;
    font-size: 15px;
    background-color: #fff;
    color: #333;
    border: none;
    border-bottom: 1px solid #ddd;
}
.contact form textarea{height: 150px;margin-bottom:20px;}
.contact form input::placeholder,
.contact form textarea::placeholder{}
.contact form input[type="submit"]{
    background-color: #3CB6B0;
    color: #fff;
    margin-top: 20px;
    padding: 0.375rem 1.3rem 0.6rem
}
.contact form input[type="submit"]:hover{
    opacity:0.9;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

/* End Contact */

/* Start Footer */

.footer{
    padding: 50px 0 30px;
    background-color: #3CB6B0;
    text-align: center;
}
.footer a{
    color: #ccc;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 30px;
    text-decoration: none;
    display: block
}
.footer span{
    color: #ccc;
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0 30px;
    display: block
}
.footer i{
    font-size: 40px;
    color: #313131
}
.footer p{
    font-size: 13px;
    color: #ccc;
    margin: 0
}
.footer p::before{
    content: "";
    display: block;
    height: 2px;
    width: 50px;
    margin: 10px auto;
    background-color: #313131;
}
.footer h4{
    margin-top: 10px;
    margin-bottom: 15px;
    background-color: #43D0CA;
    color: #fff;
    border-radius: 10px;
    padding: 10px;
    display: inline-block;
    font-size: 15px;
}

/* End Footer */

/* Start Whatsapp */

.whatsapp{
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: inline-block;
}
.whatsapp img{
    width: 45px;
    height: 45px;
}

/* End Whatsapp */

/* Start Messanger */

.phone{
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: inline-block;
}
.phone img{
    width: 43px;
    height: 43px;
    border-radius: 50%
}



/* End Messanger */

/* Start Media */

@media (max-width: 991px){
    .navbar-light .navbar-nav{
        padding-top: 15px;
    }
}
@media (max-width: 767px){
    .header .overlay .info h1{
        font-size: 30px;
    }
    .header .overlay .info p{
        font-size: 20px;
    }
    .header .overlay .info{
        height: 250px
    }
    .aboutus .info h3{
        font-size: 30px;
        line-height: 50px;
    }
    .certificate .carousel-inner .carousel-item .user-text p{
        font-size: 16px;
        min-height: 88px;
    }
    .aboutus .row span{
        margin-bottom: 30px
    }
    .aboutus{
        padding: 60px 0 50px;
    }
}

/* End Media */