@import url(http://fonts.googleapis.com/earlyaccess/notonastaliqurdudraft.css);

body {
	font-family: 'Noto Nastaliq Urdu Draft', serif;
}

.navbar-brand {
    font-family: 'Ubuntu', sans-serif;
    font-size: 2em;
    font-weight: bold;
    color: white;
}

.navcell {
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.8em;
    font-weight: bold;
    text-decoration: none;
    color: white;
}

.navbarscroll {
    background-color: #FFFFFF00;
}

.ft-link {
    text-decoration: none;
}

.ft .iconcolor {
    color: white;
}

.vid-parent {
    position: relative;
}

.remove-vid-marg {
    margin: 0px;
    padding: 0px;
}

.video {
    position: relative;
}

.vid-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.6;
    z-index: 0;
}

.vid-content {
    position: absolute;
    z-index: 2;
    top: 35%;
    left: 35%;
    text-align: center;
    color: white;
    line-height: 1;
}

.btnborder:hover{
    border: none;
    border-color: white;
}

.alink:link{
    text-decoration: none;
    color: black;
    
}

/* Course Page Banner */

.banner_image {
    position: relative;
    width: auto;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ban_image {
    width: 100%;
    height: 200px;
}

.banner_image:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.banner_text {
    font-family: Arial;
    font-size: 2em;
    color: white;
    text-shadow: 0.1em 0.1em 0.5em rgba(0, 0, 0, 0.5);
    margin: 0;
    position: absolute;
}

.ftext {
    text-indent: center;
    font-family: 'Ubuntu', sans-serif;
    font-size: 2em;
    font-weight: bold;
    color: black;
}


/* banner */

.home-fact-area {
    background-color: #ec5252;
    background: -webkit-linear-gradient(-45deg, #ec5252, #6e1a52);
    background: -moz-linear-gradient(-45deg, #ec5252 0, #6e1a52 100%);
    background: -ms-linear-gradient(-45deg, #ec5252 0, #6e1a52 100%);
    background: -o-linear-gradient(-45deg, #ec5252 0, #6e1a52 100%);
    background: linear-gradient(-45deg, #ec5252, #6e1a52);
    color: #fff;
    padding: 15px 0;
    margin-bottom: 50px
}

.home-fact-box .text-box {
    padding: 10px 0 10px 63px;
}

.home-fact-box i {
    font-size: 47px;
    margin-top: 8px;
}

.home-fact-box .text-box h4 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0;
}

.home-fact-box .text-box p {
    font-size: 15px;
    margin-bottom: 0;
}


@media screen and (min-width: 0px) and (max-width: 700px) {
    .my-content,
    .txt-banner,
    .stripe,
    .ftext {
        display: none;
    }

    .custom-nav .custom-nav-item a {
        padding: 10px 20px;
        background-color: #225470;
    }
    .custom-nav-item:hover {
        background-color: none;
        border: none;
        border-radius: none;
    }
}