    /* start header */
    
    html,
    body {
        margin: 0;
        padding: 0;
        height: 100%;
        direction: rtl
    }
    
    
    body {
        font-family: 'Cairo', sans-serif !important;
    }
    /* end navbar */
    
    .header {
        height: 100vh;
        background: url(/images/static/image-1542302697965.jpg) no-repeat center fixed;
        background-size: cover;
    }
    
    #page-header {
        margin-top: 105px;
        height: 400px;
        background: url('/images/static/slider_big_55.jpg') center no-repeat;
        background-attachment: fixed;
        background-size: cover;
        color: #fff;
        border-bottom: 1px #eee solid;
        padding-top: 80px;
        position: relative;
    }
    
    #lows-header {
        margin-top: 105px;
        height: 400px;
        background: url('/images/static/rulesInfoBanner.jpg') center no-repeat;
        background-attachment: fixed;
        background-size: cover;
        color: #fff;
        border-bottom: 1px #eee solid;
        padding-top: 90px;
        position: relative;
    }
    
  .dropdown:hover>.dropdown-menu {
        display : block;
       background: #0085b8;
    color: #fff;
    opacity:0.9;
    }
    
    
    /*############################services#########################################*/

#services .title .fa {
    font-size: 60px;
    color: #1f2136;
}

#services .title .title-text {
    padding-left: 15px;
    border-left: 3px solid #ced0ce;
}

#services {
    direction: rtl
}

#services .service-icon {
    font-size: 60px;
    color: #f5f3f5;
    padding: 60px;
    background-color:  #1f2136;
    clip-path: polygon(0 100%, 50% 0, 100% 100%)
}

#services .service-icon:hover {
    background-color: rgba(0, 0, 0, 0.6);
    color:  #1f2136;
}

#services .service-icon-1 {
    clip-path: polygon(0 100%, 50% 0, 100% 100%)
}

#services .service-icon-2 {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
}

#services .service-icon-3 {
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

#services .service-icon-4 {
    -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

#services .service-icon-5 {
    -webkit-clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
}
    #office-header {
        margin-top: 105px;
        height: 400px;
        background: url('/images/static/slider_big_55.jpg') center no-repeat;
        background-attachment: fixed;
        background-size: cover;
        color: #fff;
        border-bottom: 1px #eee solid;
        padding-top: 50px;
        position: relative;
    }
    
    .dark-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
    }
    .maincolor{
     color:#0085b8 !important;   
    }
    
    form {
        direction: rtl;
    }
    /* navbar */
    .our-bg {
    background: #0085b8;
    color: #fff;
}
    .transparent {
        background: rgba(0, 0, 0, 0.2);
        font-size: 15px
    }
    
    .navbar-toggler {}
    
    .navbar img {
        max-width: 197px;
    }
    
    .nav-link {
        color: whitesmoke!important;
    }
    
    nav .brand-2 {
        display: none;
    }
    
    .navbar-collapse a {
        border-bottom: #3292a6 solid 2px;
    }
    
    .navbar a:hover {
        color: #555 !important;
    }
    
    .form-nav {
        display: none;
    }
    
    #about .nav-link {
        color: rgb(34, 24, 24)!important;
        margin-left: 10px
    }
    
    #about .show {
        line-height: 2em;
        background: rgba(248, 249, 250, 0.8);
        color: black !important;
        font-size: 20px;
        direction: rtl;
    }
    
    .show {
        background: rgba(26, 132, 189, 0.8);
        color: black !important;
        font-size: 15px
    }
    
    .shows {
        background: #0085b8;
        color: black !important;
        font-size: 15px
    }
    /* =======================================
***********MAIN NEWS
========================================== */
    /* projects */
    
    #main-news {
        padding: 20px 0 0 0;
        background: #00719c;
        color: whitesmoke
    }
    
    .rigth {
        padding-right: 0;
        padding-left: 0;
    }
    
    .left {
        padding-left: 0;
    }
    /* end of projects */
    
    .banner-center {
        background: rgba(0, 0, 0, 0.5);
        height: 100vh;
        color: whitesmoke;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .banner-underline {
        width: 300px;
        border: 3px solid #00719c;
        margin: 0 auto 20px;
    }
    
    .banner-center a {
        font-size: 30px;
        width: 300px;
        margin: 0 auto;
        display: inline-block;
        border: 3px solid #fff;
        color: whitesmoke;
        text-decoration: none;
        border-radius: 20px;
    }
    
    .banner-center a:hover,
    .banner a:focus {
        color: #00719c;
        background: whitesmoke;
    }
    /* end of header */
    /* start footer */
    
    #footer {
        padding: 20px;
        padding-right: 40px;
        color: whitesmoke;
        background: #0085b8 !important;
    }
    
    #footer p {
        font-size: 12px;
        padding-right: 40px
    }
    
    #footer h2 {
        margin: 40px auto 20px auto;
    }
    
    #footer .websites a {
        text-decoration: none;
        color: #fff;
        font-size: 12px;
    }
    
    #footer .websites a:hover {
        color: rgb(32, 49, 61);
    }
    
    #footer hr {
        background: whitesmoke;
    }
    
    #footer .footer-icons {
        font-size: 20px;
    }
    
    #footer .footer-icons a {
        color: #ffffff;
        text-decoration: none;
    }
    
    #footer .footer-icons a:hover {
        color: whitesmoke
    }
    
    #footer .copyrigths .lead {
        padding-right: 0px;
        color: #ffffff;
        font: 40px;
        margin: 0;
    }
    /* end of footer */
    
    .border-light {
        margin-top: 70px;
    }
    
    .justify-content-md-center {
        margin-top: 70px
    }
    /* //////////////////////////////////////////// */
    
    body {
        font-family: 'Cairo', sans-serif !important;
    }
    /* navbar */
    
    .transparent {
        background: rgba(0, 0, 0, 0);
        font-size: 15px
    }
    
    .navbar img {
        max-width: 197px;
    }
    
    .nav-link {
        color: whitesmoke!important;
        margin-left: 5px
    }
    
    .show {
        background: rgba(26, 132, 189, 0.8);
        color: black !important;
        font-size: 15px
    }
    /* end navbar */
    /* ////// */
    
    .progressbar {
        counter-reset: step;
    }
    
    .progressbar li {
        list-style-type: none;
        width: 25%;
        float: right;
        font-size: 12px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        color: #7d7d7d;
    }
    
    .progressbar li:before {
        width: 30px;
        height: 30px;
        content: counter(step);
        counter-increment: step;
        line-height: 30px;
        border: 2px solid #7d7d7d;
        display: block;
        text-align: center;
        margin: 0 auto 10px auto;
        border-radius: 50%;
        background-color: white;
    }
    
    .progressbar li:after {
        width: 100%;
        height: 2px;
        content: '';
        position: absolute;
        background-color: #7d7d7d;
        top: 15px;
        left: 50%;
        z-index: -1;
    }
    
    .progressbar li:first-child:after {
        content: none;
    }
    
    .progressbar li.active {
        color: green;
    }
    
    .progressbar li.active:before {
        border-color: #55b776;
    }
    
    .progressbar li.active+li:after {
        background-color: #55b776;
    }
    /* ////// */
    header {
        height: 100vh;
    }
    
    .banner-center {
        height: 100vh;
        color: whitesmoke;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .banner-underline {
        width: 300px;
        border: 3px solid #00719c;
        margin: 0 auto 20px;
    }
    
    .banner-center a {
        font-size: 30px;
        width: 300px;
        margin: 0 auto;
        display: inline-block;
        border: 3px solid #fff;
        color: whitesmoke;
        text-decoration: none;
        border-radius: 20px;
    }
    
    .banner-center a:hover,
    .banner a:focus {
        color: #00719c;
        background: whitesmoke;
    }
    /* carousel */
    
    #carouselExampleIndicators {
        height: 100vh;
        width: 100%
    }
    
    #carouselExampleIndicators img {
        height: 100vh
    }
    
    .carousel-caption a {
        font-size: 18px;
        width: 200px;
        margin: 0 auto;
        display: inline-block;
        border: 3px solid whitesmoke;
        color: whitesmoke;
        text-decoration: none;
        border-radius: 20px;
    }
    
    .carousel-caption a:hover,
    .carousel-caption a:focus {
        color: #00719c;
        background: whitesmoke;
        border: 3px solid #00719c
    }
    /* end header */
    /* start tile */
    
    .title {
        margin: 20px 0;
    }
    
    .title-underline {
        width: 150px;
        border: 3px solid #00719c;
        margin: 0 auto 10px;
    }
    /* start about */
    
    #about {
        background: #fff;
    }
    
    #about .pic {
        height: 100%;
        background: url(/images/static/slider_big_55.jpg) no-repeat fixed;
        background-size: cover;
        border-bottom: 600px solid transparent;
        border-left: 100px solid white;
    }
    
    #about .box {
        display: flex;
        flex-direction: column;
        justify-content: center
    }
    
    #about h1 {
        margin-bottom: 30px
    }
    /* end about */
    
    #particles-js h2 {
        font-size:3rem;
        position: absolute;
        top: 50%;
        
    }
    
    #particles-js .banner-underline {
        position: absolute;
        top: 70%;
        left: 40%;
    }
    /* media quary */
    
    .nav-tabs {
        padding-right: 25%;
        margin: 50px auto;
    }
    
    .item-1 {
        order: 1;
    }
    
    .item-2 {
        order: 2;
    }
    
    .item-3 {
        order: 4;
    }
    
    .item-4 {
        order: 3;
    }
    
    .item-5 {
        order: 5;
    }
    
    .item-6 {
        order: 6;
    }
    /* news */
    
    #news {
        background: #fff;
        padding: 20px
    }
    
    #news h1 {
        margin-bottom: 40px;
        margin-top: 110px
    }
    
    #news a {
        color: #00719c;
        font-size: 20px
    }
    
    #news .item {
        transition: transform .5s ease-in-out;
    }
    
    #news .item:hover {
        transform: scale(1.1);
    }
    /* end news */
    /* services */
    
    #services {
        height: auto;
        background: url(/images/henry-be-803707-unsplash.jpg) no-repeat center fixed;
        background-size: cover;
    }
    
    .banner-center {
        color: whitesmoke;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .banner-underline {
        width: 300px;
        border: 3px solid #f15025;
        margin: 0 auto 20px;
    }
    
    .banner-center a {
        font-size: 30px;
        width: 300px;
        margin: 0 auto;
        display: inline-block;
        border: 3px solid whitesmoke;
        color: whitesmoke;
        text-decoration: none;
        border-radius: 20px;
    }
    
    .banner-center a:hover,
    .banner a:focus {
        color: #f15025;
        background: whitesmoke;
    }
    
    article h1 {
        margin-top: 70px
    }
    /* *************************about************************ */
    
    .about-header {
        height: 100hv;
        background: url(/images/about/michael-d-beckwith-627296-unsplash.jpg) no-repeat center fixed;
        background-size: cover;
    }
    /* news */
    
    .about-about {
        height: auto;
        padding-right: 40px;
        background: #eee;
        padding: 20px
    }
    
    .about-about h1 {
        margin-bottom: 40px;
        margin-top: 110px
    }
    
    .about-see {
        height: auto;
        padding-right: 40px;
        padding: 20px
    }
    
    .about-see h1 {
        margin-bottom: 40px;
        margin-top: 110px
    }
    /*******************fooooter*************/
    /* footer */
    
    #footer {
        padding: 20px;
        padding-right: 40px;
        color: whitesmoke;
        background: #0085b8 !important;
    }
    
    #footer p {
        font-size: 12px;
        padding-right: 40px
    }
    
    #footer h2 {
        margin: 40px auto 20px auto;
    }
    
    #footer .websites a {
        text-decoration: none;
        color: #fff;
        font-size: 12px;
    }
    
    #footer .websites a:hover {
        color: rgb(32, 49, 61);
    }
    
    #footer hr {
        background: whitesmoke;
    }
    
    #footer .footer-icons {
        font-size: 20px;
    }
    
    #footer .footer-icons a {
        color: #ffffff;
        text-decoration: none;
    }
    
    #footer .footer-icons a:hover {
        color: whitesmoke
    }
    
    #footer .copyrigths .lead {
        padding-right: 0px;
        color: #ffffff;
        font: 40px;
        margin: 0;
    }
    
    .teams .banner-center a {
        font-size: 30px;
        width: 300px;
        margin: 0 auto;
        display: inline-block;
        border: 3px solid #0085b8;
        color: whitesmoke;
        text-decoration: none;
        border-radius: 20px;
    }
    
    .teams .banner-center a:hover,
    .teams .banner a:focus {
        color: #f15025;
        background: whitesmoke;
    }
    /* end footer */
    
    #depar {
        height: 100vh;
    }
    
    #depar .banner-center {
        width: 100%;
        color: whitesmoke;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    #depar .banner-underline {
        width: 300px;
        border: 3px solid #f15025;
        margin: 0 auto 20px;
    }
    
    #depar .banner-center a {
        font-size: 30px;
        width: 300px;
        margin: 20px auto;
        display: inline-block;
        border: 3px solid whitesmoke;
        color: whitesmoke;
        text-decoration: none;
        border-radius: 20px;
    }
    
    #depar .banner-center a:hover,
    .banner a:focus {
        color: #f15025;
        background: whitesmoke;
    }
    
    .overdark {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(14, 55, 77, 0.4);
    }
    /*#####################numbers#################################*/
    
    #numbers .num {
        padding: 30px 0;
        background: #fff;
        color: #0085b8;
    }
    
    #numbers .num:hover {
        background: rgba(0, 0, 0, 0.6);
        color: #fff
    }
    
    #numbers .num-item {
        font-size: 30px;
    }
    
    #numbers .fa {
        font-size: 60px;
    }
    /*#####################numbers faculty#################################*/
    
    #numbers-faculty .num {
        padding: 30px 0;
        background: #0085b8;
        color: #fff;
    }
    
    #numbers-faculty .num:hover {
        background: rgba(0, 0, 0, 0.6);
        color: #fff
    }
    
    #numbers-faculty .num-item {
        font-size: 30px;
    }
    
    #numbers-faculty .fa {
        font-size: 60px;
    }
    /*###################################work##########################################*/
    
    #work .work-title-text {
        padding-right: 15px;
        border-right: 3px solid #ced0ce;
    }
    
    #work button {
        font-size: 15px;
        padding: 15px 15px;
        margin: 5px;
        background-color: #242a33;
        border-radius: 0;
        color: #0085b8;
    }
    
    #work button:hover {
        background-color: #0085b8;
        color: #fff;
    }
    /*####################################title####################################*/
    
    .title .fa {
        font-size: 60px;
        color: #0085b8;
    }
    
    .title .title-text {
        padding-left: 15px;
        border-left: 3px solid #ced0ce;
    }
    /*#################################result########################*/
    
    #result {
        background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(/images/static/c.jpg);
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
        color: #fff;
    }
    
    #result .form-control {
        background: transparent;
        border: none;
        font-size: 2.5em;
        border-radius: 0;
        border-bottom: 3px solid white;
    }
    
    #result .form-btn {
        font-size: 2.5em;
        border-radius: 0;
        background-color: transparent;
        color: #0085b8;
        border: 3px solid white;
    }
    
    #result .form-btn:hover {
        background-color: #0085b8;
        color: #fff;
        border: 3px solid #0085b8;
    }
    
    #result input[type="text"]::-webkit-input-placeholder {
        color: white;
    }
    
    #result input[type="text"] {
        color: #fff
    }
    /*#################################infinity carousel########################*/
    
    .infinite-carousel .list {
        width: auto;
        height: 2000px;
        overflow: visible;
    }
    
    .infinite-carousel .viewport {
        width: auto;
        height: 450px;
        overflow: hidden;
    }
    
    .infinite-carousel .next,
    .infinite-carousel .pre {
        font-size: 1.3rem;
    }
    
    .infinite-carousel .pre:hover,
    .infinite-carousel .next:hover {
        background: rgba(0, 0, 0, 0.3);
        color: #fff
    }
    
    .item {
        width: auto;
        height: auto;
        text-align: center;
        vertical-align: middle;
        line-height: 200px;
        float: left;
        margin-bottom: 10px;
    }
    /*############################links########################*/
    
    #links {
        background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(images/quotes-background.jpeg);
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        color: #f5f3f5;
    }
    
    #links .fa-quote-left {
        font-size: 20px;
        color: #f15025;
    }
    
    #links i {}
    
    #links img {
        max-width: 250px;
    }
    /* carousel  */
    
    .owl-carousel .owl-nav .owl-prev {
        position: absolute;
        top: 79px;
        left: 23px;
    }
    
    .owl-carousel .owl-nav .owl-next {
        position: absolute;
        top: 79px;
        right: 25px;
    }
    /*#################################contact########################*/
    
    #contact {
        background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(/images/static/c.jpg);
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
        clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
        background-repeat: no-repeat;
        color: #fff;
    }
    
    #contact .fa {
        color: #fff;
        font-size: 30px;
        padding: 2px;
        margin-bottom: 2px;
    }
    
    #contact p {
        color: #fff;
        font-size: 20px
    }
    
    #scrollUp {
        bottom: 20px;
        right: 20px;
        padding: 10px 20px;
        background: #555;
        color: #fff;
    }
    /*################################# TEACHERS ########################*/
    
    #profs h2 {
        color: #3292a6;
    }
    
    #profs img {
        margin-top: -50px;
    }
    
    #profs .card {
        color: #3292a6;
    }
    
    #profs .card:hover {
        background: #0085b8;
        color: #fff;
    }
    
    #profs .fab {
        color: #fff;
    }
    /*#################################over-flow########################*/
    
    .card-overflow {
        max-height: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .media-overflow {
        max-height: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .media-overflow-n {
        max-height: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    /*################################# PULSE ########################*/
    /* Icon pulse */
    
    .brand-1,
    .brand-2 {
        display: inline-block;
        -moz-animation: pulse 2s infinite linear;
        -o-animation: pulse 2s infinite linear;
        -webkit-animation: pulse 2s infinite linear;
        animation: pulse 2s infinite linear;
    }
    
    @-webkit-keyframes pulse {
        0% {
            opacity: 1;
        }
        50% {
            opacity: 0.5;
        }
        100% {
            opacity: 1;
        }
    }
    
    @-moz-keyframes pulse {
        0% {
            opacity: 1;
        }
        50% {
            opacity: 0.3;
        }
        100% {
            opacity: 1;
        }
    }
    
    @-o-keyframes pulse {
        0% {
            opacity: 1;
        }
        50% {
            opacity: 0.5;
        }
        100% {
            opacity: 1;
        }
    }
    
    @-ms-keyframes pulse {
        0% {
            opacity: 1;
        }
        50% {
            opacity: 0.5;
        }
        100% {
            opacity: 1;
        }
    }
    
    @keyframes pulse {
        0% {
            opacity: 1;
        }
        50% {
            opacity: 0.5;
        }
        100% {
            opacity: 1;
        }
    }
    /*################################# media quiry ########################*/
    
    @media screen and (max-width :1000px) {
        .item-1 {
            order: 1;
        }
        .item-2 {
            order: 2;
        }
        .item-3 {
            order: 3;
        }
        .item-4 {
            order: 4;
        }
        .item-5 {
            order: 5;
        }
        .item-6 {
            order: 6;
        }
        #page-header {
            height: 150px;
        }
        .navbar-nav {
            text-align: right;
        }
        .ib1 {
            order: 2;
        }
        .ib2 {
            order: 1;
        }
        .banner-center h1 {
            font-size: 60px;
        }
        .navbar-nav {
            text-align: right
        }
        .form-nav {
            display: inline-block;
            max-width: 40%;
        }
        .form-toggler {
            display: none;
        }
        .navbar-brand {
            order: 2;
        }
        .navbar-collapse {
            order: 2;
        }
        #links img {
            margin-top: 2rem;
            width: 60%;
        }
        #links h1 {
            font-size: 25px;
            text-align: center
        }
        #footer h1 {
            font-size: 25px;
        }
    }
    
    @media screen and (max-width :576px) {
        #main-news h5{
            font-size : 1rem;
        }
        #projects .row {
            display: flex;
            flex-direction: column;
        }
        .item-1 {
            order: 1;
        }
        .item-2 {
            order: 2;
        }
        .item-3 {
            order: 3;
        }
        .item-4 {
            order: 4;
        }
        .item-5 {
            order: 5;
        }
        .item-6 {
            order: 6;
        }
        .navbar-brand {
            order: 2;
        }
        .navbar-collapse {
            order: 2;
        }
        .navbar-nav {
            text-align: right
        }
        #news {
            height: 100%;
        }
        #carouselExampleIndicators {
            height: 100%;
        }
        #carouselExampleIndicators img {
            max-height: 100%
        }
        #particles-js h2 {
            font-size:2rem;
            position: absolute;
            top: 50%;
            
        }
        #particles-js .banner-underline {
            position: absolute;
            top: 90%;
            left: 23%;
        }
        .nav-tabs {
            padding-right: auto;
            margin: auto;
        }
        #contact {
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        }
        #contact p {
            font-size: 15px
        }
        #contact .fa {
            font-size: 20px;
        }
        .banner-center h1 {
            font-size: 60px;
        }
        #news a {
            font-size: 15px !important;
        }
        #news p {
            font-size: 12px !important;
        }
        .media-overflow-n {
            max-height: 200px;
        }
        .owl-carousel .owl-nav .owl-prev {
            position: absolute;
            top: 105px;
            left: -13px;
        }
        .owl-carousel .owl-nav .owl-next {
            position: absolute;
            top: 105px;
            right: -13px;
        }
        #carouselExampleIndicators {
            height: 70vh;
            width: 100%
        }
        #carouselExampleIndicators img {
            height: 60vh;
        }
        header {
            height: auto;
        }
        nav .brand-1 {
            display: none;
        }
        nav .brand-2 {
            display: inline;
        }
        .navbar img {
            max-width: 60px;
        }
        .form-nav {
            display: inline-block;
        }
        .form-toggler {
            display: none;
        }
        #boss p,
        #about .tab-pane {
            font-size: 16px;
            line-height: 2;
        }
        #boss h1 {
            font-size: 25px;
        }
        #links img {
            margin-top: 2rem;
            width: 35%;
        }
        .carousel-inner h4 {
            font-size: 18px;
        }
    }
    /*################################# IQC########################*/
    
    #home-heading {
        position: relative;
        min-height: 200px;
        background: url('/images/static/lights.jpg');
        background-attachment: fixed;
        background-repeat: no-repeat;
        text-align: center;
        color: #fff;
    }
    
    #home-icons i {
        color: #0085b8;
    }
    
    .dark-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
    }
    
    #video-play {
        position: relative;
        min-height: 200px;
        background: url('/images/static/media.jpg');
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: 0 -300px;
        text-align: center;
        color: #fff;
    }
    
    #video-play a {
        color: #fff;
    }
    
    #page-header {
        height: 200px;
        background: url('../img/image1.jpg');
        background-position: 0 -360px;
        background-attachment: fixed;
        color: #fff;
        border-bottom: 1px #eee solid;
        padding-top: 50px;
    }
    
    .about-img {
        margin-top: -50px;
    }
    
    #faq .card {
        border: #444;
    }
    
    #faq a {
        color: #fff;
        text-decoration: none;
    }
    
    #faq .card-body,
    #faq .card-header {
        background: #333;
    }
    
    #main-footer {
        background: #000;
        color: #fff;
    }
    
    #video-play .row {
        margin: 0;
    }
    
    .news-holder{
        font-size : 1.1rem !important;
    }
   