﻿/* Video Banner */

.videoBannerWrap {
    background-size: cover !important;
    text-align: center;
}

.videoBannerInner {
    padding: 10% 0;
    background: rgba(0,0,0,.3); /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+3,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 3%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 3%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 3%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.videoBanner {
}

    .videoBanner h2 {
        color: #fff;
        font-size: 100px;
        font-weight: 900;
        text-transform: uppercase;
    }

    .videoBanner p {
        color: #fff;
        font-size: 47px;
        font-weight: 900;
        text-transform: uppercase;
        margin-bottom: 1%;
    }

    .videoBanner a {
        color: #fff;
        text-decoration: none;
        font-size: 18px;
    }

        .videoBanner a .fa {
            color: #fff;
            margin: 0 0 20px;
            font-size: 30px;
        }

.videoBannerText {
}


@media (max-width: 768px) {
    .videoBannerInner {
        padding: 20% 0 15%;
    }

    .videoBanner h2 {
        font-size: 50px;
    }

    .videoBanner p {
        font-size: 23px;
    }

    .videoBanner a {
        color: #fff;
        text-decoration: none;
        font-size: 18px;
    }

        .videoBanner a .fa {
            color: #fff;
            margin: 0 0 20px;
            font-size: 30px;
        }
}


.introIconsWrap {
}

.introIconsWrap {
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    margin-top: -50px;
}

.introIcons {
    display: flex;
    justify-content: space-between;
}

    .introIcons img {
        width: 100%;
    }

.introIcon {
}

.introIconCircleWrap {
    /* background: #000;*/
    /* background:#205402;*/
    background: #96dfac;
    border-radius: 50%;
    position: relative;
    z-index: 88;
    height: 110px;
    width: 110px;
    margin: 0 auto 0;
}

.introIconCircle {
    height: 100px;
    width: 100px;
    position: absolute;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    border-radius: 50%;
    background: #00f;
}

.introIcon:hover .introIconCircle {
    height: 100px;
    width: 100px;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
}

.introIcon:hover .introIconCircleWrap {
    background: #205402;
}


.introIcon img {
    z-index: 99;
    position: relative;
}

.introIcon:hover img {
    transform: scale(.7)
}

.introIconsWrap p {
    font-weight: 600;
    font-size: 20px;
}

.introIcon p {
    position: relative;
    top: 0px;
    font-family: 'Tajawal', sans-serif
}

.introIcon:hover p {
    position: relative;
    top: -5px;
}

.introIconsWrap a {
    text-decoration: none;
}

.introIconsWrap .pink .introIconCircle {
    background: #fff;
    background-image: url('images/Icons2/green2.png')
}

    .introIconsWrap .pink .introIconCircle:hover {
        background: #cba672;
    }


.introIconsWrap .pink p {
    color: #103c5a;
}


.introIconsWrap .teallight .introIconCircle {
    background: #80697c;
}

.introIconsWrap .teallight p {
    color: #80697c;
}

.introIconsWrap .bluelight .introIconCircle {
    background: #908a96;
}

.introIconsWrap .bluelight p {
    color: #908a96;
}

.introIconsWrap .teal .introIconCircle {
    background: #cba672;
}

.introIconsWrap .teal p {
    color: #cba672;
}

.introIconsWrap .steel .introIconCircle {
    background: #291a0b;
}

.introIconsWrap .steel p {
    color: #291a0b;
}

.introIconsWrap .somo .introIconCircle {
    background: #E3BC9A;
}

.introIconsWrap .somo p {
    color: #E3BC9A;
}




@media (max-width: 768px) {
    .introIcons {
        display: block;
        justify-content: space-around;
        margin-top: 40px;
    }

    .introIconsWrap {
        margin-top: -2;
        margin-top: -30px;
    }

    .introIconCircleWrap {
        height: 87px;
        width: 87px;
    }

    .introIcon p {
        font-size: 10px;
    }

    .introIcon .introIconCircle {
        height: 80px;
        width: 80px;
        left: calc(50% - 40px);
        top: calc(50% - 40px);
    }

    .introIcon:hover .introIconCircle {
        height: 60px;
        width: 60px;
        left: calc(50% - 30px);
        top: calc(50% - 30px);
    }

    .introIcon {
        width: 23%;
        display: inline-block;
        
    }
}

@media (max-width: 768px) {
    .introIcon p { /* display:none; */
    }
}

a, a:hover, .trans, .fa {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
