
/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.23, autoprefixer: v9.7.3)  */
/* ------------ start Wizzix fonts----------------- */
@font-face {
    font-family: 'Tajawal';
    src: url('../fonts/Tajawal-Medium.eot');
    src: url('../fonts/Tajawal-Mediumd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Tajawal-Medium.html') format('woff2'),
        url('../fonts/Tajawal-Medium.woff') format('woff'),
        url('../fonts/Tajawal-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Tajawal';
    src: url('../fonts/Tajawal-Regular.eot');
    src: url('../fonts/Tajawal-Regulard41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Tajawal-Regular.html') format('woff2'),
        url('../fonts/Tajawal-Regular.woff') format('woff'),
        url('../fonts/Tajawal-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Tajawal';
    src: url('../fonts/Tajawal-Bold.eot');
    src: url('../fonts/Tajawal-Boldd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Tajawal-Bold.html') format('woff2'),
        url('../fonts/Tajawal-Bold.woff') format('woff'),
        url('../fonts/Tajawal-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Book.eot');
    src: url('../fonts/Gotham-Bookd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Book.html') format('woff2'),
        url('../fonts/Gotham-Book.woff') format('woff'),
        url('../fonts/Gotham-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham 300';
    src: url('../fonts/Gotham-Light.eot');
    src: url('../fonts/Gotham-Lightd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Light.html') format('woff2'),
        url('../fonts/Gotham-Light.woff') format('woff'),
        url('../fonts/Gotham-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.eot');
    src: url('../fonts/Gotham-Boldd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Bold.html') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff'),
        url('../fonts/Gotham-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
/* ------------ end Wizzix fonts----------------- */


/* ----------------- start basics--------------------- */
html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Gotham';
    font-weight: 600;
    background-color: #141414;
    color: #fff;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.wissix-slider .slider-txt h2.h1 {
    font-family: 'Gotham';
    font-weight: bold;
}
section.about-us,
section.our-team,
section.wissix-eye,
section.our-sponsors,
section.contact-us,
section.our-services,
section.board-of-directors,
article.meet-our-team,
section.executive-team,
section.find-us,
section.have-question,
article.who-we-are,
section.vision-mission,
section.services {
    padding: 60px 0;
    overflow: hidden;
    position: relative;
}
.section-title {
    margin-bottom: 19px;
}
section p,
article p {
    font-family: 'Gotham';
    font-weight: normal;
    font-size: 19px;
    line-height: 20px;
    color: #969696;
}

section .forward .btn {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    border: 1px solid #858585;
    border-radius: 0;
    color: #858585;
    padding: 0.375rem 1.75rem;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.form-group.ext {
    height: 100%;
}

.form-control,
.form-control:focus {
    border: 1px solid #858585;
    padding: 1.375rem .75rem;
    background-color: transparent;
    border-radius: 0;
    color: #fff;
}

.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(88, 21, 21, 0.5)
}

textarea.form-control{
    resize: none;
    padding: 15px .75rem !important;
    height: 100%;
}

.form-control::placeholder {
    text-transform: uppercase;
    font-size: 13px;
}

section .forward a::after,
input[type='submit']::after  {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    background-color: #141414;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
section .forward a::after,
section .forward a:hover,
input[type='submit']:hover {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #fff;
}

section .forward a:hover::after,
input[type='submit']:hover::after  {
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
} 

.btn.focus, .btn:focus,
button:focus {
    outline: 0;
    box-shadow: none;
}

section.our-team .forward.to-team a:hover::after {
    background-color: #000;
    width: 100%;
} */
/* ----------------- end basics---------------------


/* ------------------***** start home page *****---------------- */


/* --------------------- start header ---------------------- */
nav.bg-dark {
    background-color: #000 !important;
    padding: 12px;
}
nav.bg-dark {
    background-color: #000 !important;
    padding: 12px;
}

.navbar-dark .navbar-brand {
    padding: 0;
}

header nav .navbar-brand img {
    width: 141px;
}

header nav .navbar-nav .nav-item {
    text-transform: uppercase;
    color: #d4d4d4 !important;
    margin-left: 27px;
 
}
.navbar-expand-lg .navbar-nav .nav-link {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

header nav .navbar-nav .nav-link:not(.lang)::after {
    content: '';
    position: absolute;
    display: block;
    width: 0%;
    height: 2px;
    background-color: #b10d0d;
    z-index: 99999999999;
    bottom: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.navbar-expand-lg .navbar-nav .nav-item:not(.active) .nav-link:hover::after
/* .navbar-dark .navbar-nav .active>.nav-link:after*/  { 
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
}

header nav .navbar-nav .nav-link.lang::after {
    content: '';
    position: absolute;
    display: block;
    width: 55%;
    height: 2px;
    bottom: 6px;
    background-color: #00d400;
    z-index: 99999999999;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

header nav .navbar-nav .nav-link.lang > img {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-bottom: 2px;
}

header nav .navbar-nav .nav-link.lang:hover> img {
    filter: brightness(0) invert(1);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
header nav {
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

header nav .navbar-brand img {
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
header nav.navbar-inner {
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
header nav.navbar-inner .navbar-brand img {
    width: 123px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.con {
    cursor: pointer;
    display: inline-block;
    width: auto;
    margin: 0 auto;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
   .bar {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: block;
    height: 3px;
    width: 35px;
    background: #8e8e8e;
    margin: 6px auto;
}
button.navbar-toggler:not(.collapsed) .bar {
    background: #b10d0d;
}

.navbar-toggler:not(.collapsed) .con .top {
    -webkit-transform: translateY(11px) rotateZ(45deg);
    -moz-transform: translateY(11px) rotateZ(45deg);
    -ms-transform: translateY(11px) rotateZ(45deg);
    -o-transform: translateY(11px) rotateZ(45deg);
    transform: translateY(11px) rotateZ(45deg);
    background: #b11d0d;

}

.navbar-toggler:not(.collapsed) .con .bottom {
    -webkit-transform: translateY(-11px) rotateZ(-45deg);
    -moz-transform: translateY(-11px) rotateZ(-45deg);
    -ms-transform: translateY(-11px) rotateZ(-45deg);
    -o-transform: translateY(-11px) rotateZ(-45deg);
    transform: translateY(-11px) rotateZ(-45deg);
    background: #b10d0d;

}

.navbar-toggler:not(.collapsed) .con .middle {
    width: 0;
    background: #b10d0d;
}
  
/* --------------------- end start header ---------------------- */


/* ---------------------start wissix slider---------------------- */
.wissix-slider .item {
    display: flex;
    align-items: center;
}

.wissix-slider .slider-txt {
    color: #dedede;
    position: absolute;
    left: 0;
    right: 0;
}

.wissix-slider .slider-txt h2.h1 {
    font-size: 58px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    background: rgba(214, 214, 214, .5);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #efefef;
}

.owl-theme .owl-dots .owl-dot {
    outline: 0;
}
/* ---------------------end wissix slider---------------------- */


/* ---------------------start section about-us---------------------- */
section.about-us {
    background-color: #000;
    position: relative;
}

section.about-us img {
    position: absolute;
    width: 300;
    height: 554px;
    right: 0;
    bottom: -170px;
}

section.about-us .about-content {
    position: relative;
    z-index: 99;
}

/* ---------------------end section about-us---------------------- */



/* ---------------------start section our-team---------------------- */

section.our-team .our-team-content .txt {
    padding-right: 30px;
    margin-bottom: .5rem;
    display: flex;
    align-items: center;
}

section.our-team .img-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.our-team .section-title-desc p {
    color: #7f7f7f;
    line-height: 26px;
}

section.our-team .img-box .mask {
    position: absolute;
    width: 90%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    background-color: transparent;
    -webkit-transform: translate(-10px,-10px);
    -moz-moz-transform: translate(-10px,-10px);
    -o-transform: translate(-10px,-10px);
    -ms-transform: translate(-10px,-10px);
    transform: translate(-10px,-10px);
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    -moz-transition: all 0.3s ease-in-out 0.1s;
    -o-transition: all 0.3s ease-in-out 0.1s;
    -ms-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
    -moz-transform: translate(-10px,-10px);
}

section.our-team .img-box .mask:hover {
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    -moz-transition: all 0.3s ease-in-out 0.1s;
    -o-transition: all 0.3s ease-in-out 0.1s;
    -ms-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
    background-color: rgba(0, 0, 0, .7);
    -webkit-transform: translate(0,0);
    -moz-moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
    -moz-transform: translate(0,0);
}

section.our-team .img-box .mask h5,
section.our-team .img-box .mask p {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    -moz-transition: all 0.3s ease-in-out 0.1s;
    -o-transition: all 0.3s ease-in-out 0.1s;
    -ms-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
}

section.our-team .img-box .mask:hover h5, 
section.our-team .img-box .mask:hover p {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    -moz-transition: all 0.3s ease-in-out 0.1s;
    -o-transition: all 0.3s ease-in-out 0.1s;
    -ms-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
}
section.our-team .img-box .mask h5 {
    font-weight: 600!important;
    margin-bottom: 3px !important;
}
section.our-team .img-box {
    margin-bottom: .5rem;
    padding-right: 5px !important;
    padding-left: 5px !important;
}

section.our-team .img-box .to-team {
    background-color: #252525;
}
section.our-team .img-box .to-team a {
    color: #9b9b9b;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    font-size: 18px;
}
section.our-team .img-box .to-team a:hover {
    text-decoration: none;
    color :#fff;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}

section.our-team .our-team-content {
    padding: 0 10px;
}
/* ---------------------end section our-team---------------------- */


/* ---------------------start section our services--------------------- */
section.our-services {
    background-color: #000;
}

.our-services-slider.owl-carousel .owl-nav,
.our-services-slider-arabic.owl-carousel .owl-nav {
    z-index: 1;
    height: 0;
}
.our-services-slider.owl-theme .owl-nav [class*=owl-],
.our-services-slider-arabic.owl-theme .owl-nav [class*=owl-] {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.our-services-slider.owl-theme .owl-nav [class*=owl-]:hover,
.our-services-slider-arabic.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: rgba(0, 0, 0, 1)!important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.our-services-slider.owl-carousel .owl-nav button.owl-prev,
.our-services-slider-arabic.owl-carousel .owl-nav button.owl-prev,
.our-services-slider-arabic.owl-carousel .owl-nav button.owl-next,
.our-services-slider.owl-carousel .owl-nav button.owl-next {
    background: 0 0;
    color: inherit;
    border: none;
    font: inherit;
    position: relative;
    background-color: rgba(0, 0, 0, .7);
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.our-services-slider.owl-carousel .owl-nav button.owl-next,
.our-services-slider-arabic.owl-carousel .owl-nav button.owl-next {
        right: 5px;
}
.our-services-slider-arabic.owl-carousel .owl-nav button.owl-prev,
.our-services-slider.owl-carousel .owl-nav button.owl-prev {
        left: 5px;
}
.our-services-slider.owl-carousel .owl-nav button.owl-prev img,
.our-services-slider-arabic.owl-carousel .owl-nav button.owl-prev img,
.owl-carousel .owl-nav button.owl-next img,
.owl-carousel button.owl-dot img {
    width: 14px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.our-services-slider.owl-carousel .owl-nav,
.our-services-slider-arabic.owl-carousel .owl-nav {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.our-services-slider.owl-carousel:hover .owl-nav,
.our-services-slider-arabic.owl-carousel:hover .owl-nav {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* ------------mask--------- */
.our-services-slider .item,
.our-services-slider-arabic .item  {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    -moz-transition: all 0.3s ease-in-out 0.1s;
    -o-transition: all 0.3s ease-in-out 0.1s;
    -ms-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
}

.our-services-slider .item:hover .slider-title,
.our-services-slider-arabic .item:hover .slider-title {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    -moz-transition: all 0.3s ease-in-out 0.1s;
    -o-transition: all 0.3s ease-in-out 0.1s;
    -ms-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
}

.our-services-slider .item .slider-title,
.our-services-slider-arabic .item .slider-title {
    position: absolute;
    left: 30px;
    bottom: 15px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    -moz-transition: all 0.3s ease-in-out 0.1s;
    -o-transition: all 0.3s ease-in-out 0.1s;
    -ms-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
}

.our-services-slider .item .mask,
.our-services-slider-arabic .item .mask {
        border: 1px solid transparent;
    position: absolute;
    width: 90%;
    height: 90%;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    -moz-transition: all 0.3s ease-in-out 0.1s;
    -o-transition: all 0.3s ease-in-out 0.1s;
    -ms-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
    color: #fff;
    -webkit-transform: translate(-10px,-10px);
    -moz-moz-transform: translate(-10px,-10px);
    -o-transform: translate(-10px,-10px);
    -ms-transform: translate(-10px,-10px);
    transform: translate(-10px,-10px);
} 
.our-services-slider .item .mask p,
.our-services-slider-arabic .item .mask p {
    color: rgba(255,255,255,.75);
}
.our-services-slider .item .mask:hover,
.our-services-slider-arabic .item .mask:hover  {
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    -moz-transition: all 0.3s ease-in-out 0.1s;
    -o-transition: all 0.3s ease-in-out 0.1s;
    -ms-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
    border: 1px solid #858585;
    background-color: rgba(28, 28, 28, .3);
    -webkit-transform: translate(0,0);
    -moz-moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}

.our-services-slider .item .mask .mask-cont,
.our-services-slider-arabic .item .mask .mask-cont  {
    height: 100%;
    flex-direction: column;
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    -moz-transition: all 0.3s ease-in-out 0.1s;
    -o-transition: all 0.3s ease-in-out 0.1s;
    -ms-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
    opacity: 0;
    color: #fff;
}

.our-services-slider .item .mask:hover .mask-cont,
.our-services-slider-arabic .item .mask:hover .mask-cont {
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    -moz-transition: all 0.3s ease-in-out 0.1s;
    -o-transition: all 0.3s ease-in-out 0.1s;
    -ms-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
    opacity: 1;
}
/* ---------------------end section our services---------------------- */


/* ---------------------start wissix-eye--------------------- */
section.wissix-eye {
    background-color: #000;
}
section.wissix-eye > img {
    position: absolute;
    width: 757px;
    top: 120px;
}
section.wissix-eye .wissix-eye-content {
    position: relative;
    z-index: 99;
}
section.wissix-eye .wissix-eye-content .section-body img {
    width: 50%;
}
/* ---------------------end wissix-eye--------------------- */


/* ---------------------start our-sponsors-------------------- */
section.our-sponsors .our-sposors-slider .item ,
section.our-sponsors .our-sposors-slider-arabic .item {
        position: relative;
}
section.our-sponsors .our-sposors-slider .item .overlay,
section.our-sponsors .our-sposors-slider-arabic .item .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(105, 64, 64, 0.1);
    top: 0;
}
.owl-theme .owl-nav {
    margin-top: 10px;
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: -1;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.owl-carousel .owl-nav button.owl-next {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    position: relative;
    right: -51px;
}

.owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    position: relative;
    left: -51px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
    outline: 0;
}

.owl-theme .owl-nav [class*=owl-]:focus {
    outline: 0;
}

.owl-carousel .owl-nav button.owl-prev img,
.owl-carousel .owl-nav button.owl-next img,
.owl-carousel button.owl-dot img {
    width: 16px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
/* ---------------------end our-sponsors-------------------- */



/* -- ---------- start section contact us--------------- */
section.contact-us  {
    background-image: url("../img/homePage/contact-us.png"); 
    -webkit-background-attachment: fixed;
    -moz-background-attachment: fixed;
    -o-background-attachment: fixed;
    background-attachment: fixed;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-background-position: 100% 100%;
    -moz-background-position: 100% 100%;
    -o-background-position: 100% 100%;
    background-position: 100% 100%;
}
section.contact-us form input[type='submit']  {
    padding: 0.375rem 2.75rem;
    font-size: 13px;
    padding: 9px 2.75rem;
    position: relative;
}

/* -- ---------- end section contact us--------------- */



/* ---------------------start wissix footer---------------------- */
footer {
    background-color: #000;
    position: absolute;
    width: 100%;
    bottom: 0;
}

footer .logo img {
    width: 150px;
}

footer .social li {
    margin-left: 10px;
}
footer .social img {
    width: 19px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
footer .social img:hover  {
    filter: brightness(0) invert(1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transform: translateY(-1px);
}
/* ---------------------end wissix footer---------------------- */


/*--------------------------start responsive--------------------*/
@media only screen and (max-width: 992px) {
    header nav .navbar-nav .nav-item,
    .navbar-dark .navbar-nav .active>.nav-link,
    .navbar-dark .navbar-nav .nav-link.active,
    .navbar-dark .navbar-nav .nav-link.show,
    .navbar-dark .navbar-nav .show>.nav-link {
        /* margin-left: 0; */
        display: inline-flex;
    }
    .navbar-nav {
        padding-top: 10px;
        padding-bottom: 15px;
        padding-left: 14px;
    }

    .navbar-toggler {
        border: 0;
    }

    .navbar-dark .navbar-toggler {
        padding: 0 !important;
        margin-top: 8px;
    }

    .our-team-content > .d-flex {
        flex-wrap: wrap;
        margin: auto;
        text-align: center;
    }
    .our-team-content > .d-flex .txt {
        width: 100% !important;
    }
    section.our-team .section-title-desc p {
        line-height: 21px !important;
    }
    .section-body {
        margin-bottom: 20px;
    }
    header nav .navbar-nav .nav-item:nth-child(odd) {
        background-color: rgba(20, 20, 20, .5);
    }
    a.nav-link {
        margin: auto;
    }
    div#navbarSupportedContent {
        position: absolute;
        left: 0;
        right: 0;
        top: 58px;
        background-color: #000;
        padding-top: 9px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .navbar-nav {
        padding-top: 0;
        padding-left: 0;
    }
    li.nav-item {
        margin: 0 !important;
    }
    nav.navbar-inner div#navbarSupportedContent {
        top: 53px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    section.our-team .img-box .mask h5 {
        font-size: 16px;
    }
    section.our-team .img-box .mask p {
        font-size: 13px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .wissix-slider .slider-txt h2.h1 {
        font-size: 40px;
    }
}


@media only screen and (min-width: 576px) and (max-width: 768px) {
    .wissix-slider .slider-txt h2.h1 {
        font-size: 32px;
    }
    .our-services-slider.owl-carousel .owl-nav,
    .our-services-slider-arabic.owl-carousel .owl-nav {
        visibility: visible;
        opacity: 1;
    }
    section.our-team .img-box .mask h5 {
        font-size: 11px;
        margin-bottom: 0px !important;
    }
    section.our-team .img-box .mask p {
        font-size: 12px;
        line-height: 15px;
    }

}


@media only screen and (max-width: 576px) {
    div#navbarSupportedContent {
        top: 53px;
        padding-top: 9px;
    }
    .wissix-slider .slider-txt h2.h1 {
        font-size: 35px;
    }
    .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 13px;
    }
    .section-title h3,
    .section-title-desc h3,
    .slider-title h3,
    .mask h3 {
        font-size: 25px;
    }
    section p {
        font-size: 15px;
    } 
    section .forward .btn {
        padding: 0.375rem 14px;
    }
    section.wissix-eye > img {
        width: 479px;
    }
    section.about-us img {
        position: absolute;
        height: 349px;
        right: 0;
        bottom: 18px;
    }
    footer .logo img {
        width: 125px;
    }
    .owl-theme .owl-nav.disabled+.owl-dots {
        bottom: 14px;
    }
    .our-services-slider.owl-carousel .owl-nav button.owl-prev,
    .our-services-slider.owl-carousel .owl-nav button.owl-next,
    .our-services-slider-arabic.owl-carousel .owl-nav button.owl-prev,
    .our-services-slider-arabic.owl-carousel .owl-nav button.owl-next {
           background: 0 0;
        color: inherit;
        border: none;
        font: inherit;
        position: relative;
        background-color: rgba(0, 0, 0, .7);
        width: 35px;
        height: 35px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center
    }
    .owl-carousel .owl-nav button.owl-prev img,
    .owl-carousel .owl-nav button.owl-next img,
    .owl-carousel button.owl-dot img {
        width: 9px;
    }
    .our-services-slider.owl-carousel .owl-nav button.owl-prev img,
    .our-services-slider-arabic.owl-carousel .owl-nav button.owl-prev img,
    .owl-carousel .owl-nav button.owl-next img,
    .owl-carousel button.owl-dot img {
        width: 9px;
    }

    header nav .navbar-brand img {
        width: 123px;
    }

    .our-services-slider .item .mask,
    .our-services-slider-arabic .item .mask {
        border: 1px solid #858585;
        background-color: rgba(28, 28, 28, .3);
        -webkit-transform: translate(0,0);
        -moz-moz-transform: translate(0,0);
        -o-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
    }

    .our-services-slider .item .mask .mask-cont,
    .our-services-slider-arabic .item .mask .mask-cont {
        opacity: 1;
    }

    .our-services-slider .item .slider-title,
    .our-services-slider-arabic .item .slider-title {
        opacity: 0;
    }

    footer .social li {
        margin-left: 6px;
    }

    footer .social {
        margin-top: 5px;
    }

    .our-services-slider.owl-carousel .owl-nav,
    .our-services-slider-arabic.owl-carousel .owl-nav {
        visibility: visible;
        opacity: 1;
    }

    section.wissix-eye .wissix-eye-content .section-body img {
        width: 65%;
    }
    
    .wissix-slider.owl-carousel .owl-item img {
        height: 100vh;
        width: auto;
    }

    .wissix-slider .item {
        width: auto;
    }

    
    section.our-team .img-box .mask .container {
        padding-right: 6px !important;
        padding-left: 6px !important;
    }

    section.our-team .img-box .mask h5 {
        font-size: 9px;
        margin-bottom: 0 !important;
    }

    section.our-team .img-box .mask p {
        font-size: 8px;
        line-height: 11px;
    }
    nav.bg-dark {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    .our-team-content .img-box.mr {
        margin-left: 0
    }

    section.our-team .img-box {
        width: calc(100% / 2);
    }

    section.our-team .row-2 .d-flex {
        flex-wrap: wrap;
    }

    section.our-team .img-box .mask h5 {
        font-size: 17px;
        margin-bottom: 4px !important;
    }

    section.our-team .img-box .mask p {
        font-size: 15px;
        line-height: 16px;
    }

    section.our-team .img-box .mask {
        padding: 8px;
    }

}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
    .wissix-slider .slider-txt h2.h1 {
        font-size: 44px !important;
    }
}
@media only screen and (max-width: 415px) {
    .wissix-slider.owl-carousel .owl-item img {
        min-width: 100%;
        height: 100vh;
    }
}
@media only screen and (min-width: 414px) and (max-width: 576px) {
    .wissix-slider.owl-carousel .owl-item {
        height: 100vh;
    }
    .wissix-slider.owl-carousel .owl-item img {
        width: 100%;
        height: auto;
    }

}
/*--------------------------end responsive--------------------*/

/* ------------------ ***** end home page *****------------------- */


/* ------------------ ***** start internal page *****------------------- */
/* start basics */
section.sec-breadcrum {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.sec-breadcrum .background {
    width:  100%;
}

section.sec-breadcrum .background img {
    width: 100% !important;
}

.breadcrumb-cont {
    position: absolute;
    left: 0;
    right: 0;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
}

.breadcrumb a,
.breadcrumb-item.active {
    color: #e0e0e0;
    font-family: 'Gotham';
    font-weight: normal;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.breadcrumb-item.active {
    color: #fff;
}

.breadcrumb a:hover {
    color: #fff !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #e0e0e0;
}

.breadcrumb-item {
    position: relative;
}

.breadcrumb-item:not(.active)::after {
    content: '';
    position: absolute;
    display: block;
    width: 0%;
    height: 2px;
    background-color: #b10d0d;
    z-index: 99999999999;
    bottom: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.breadcrumb-item:not(.active):hover::after  {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
}

.internal-section-title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.internal-section-title h3 {
    display: inline;
    margin: 0;
    position: relative;
    z-index: 9999999;
    background-color: #000;
    padding-right: 50px;
    padding-left: 50px;
}
.internal-section-title::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #828282;
    left: 0;
}

/* end basics */

/* ------------------ ***** end internal page *****------------------- */



/* --------------***** start our team page *****-------------------- */

/* -- ----------start article meet-our-team  --------------- */
article.meet-our-team {
    background-color: #000;
}
/* -- ----------end article meet-our-team --------------- */



/* -- ----------start Executive Team && start section Board of Directors --------------- */
section.executive-team,
section.board-of-directors {
    background-color: #000;
    position: relative;
    z-index: 999;
}

section.board-of-directors,
section.vision-mission,
section.services {
    border-bottom: 1px solid rgba(78, 79, 80, .5);
}

section.board-of-directors .card-deck {
    position: relative;
    z-index: 999;
}

section.executive-team .card,
section.board-of-directors .card {
    background-color: transparent;
    border: none;
    border-radius: 0;
}

section.executive-team .card-body,
section.board-of-directors .card-body {
    padding-left: 0;
    padding-right: 0;
}

section.board-of-directors img.w-layer {
    position: absolute;
    z-index: 99;
    bottom: -66px;
    width: 686px;
    left: 0;
}
/* -- ----------end section Executive Team && end section Board of Directors --------------- */
/* --------------***** end our team page *****-------------------- */


/* --------------***** start our contact us page *****-------------------- */
/* -------------start section find us ------------------- */
section.find-us {
    background-color: #000;
    padding-bottom: 0;
}
section.find-us .find-us-content {
    position: relative;
}
section.find-us .maps #map {
    height: 500px;
}
section.find-us .bg-txt {
    line-height: 0;
}
section.find-us .bg-txt h3 {
    font-size: 102px;
    line-height: 62px;
    margin-bottom: 0;
    color: rgba(23, 23, 23, .7);
}
section.find-us .section-body p {
    margin-bottom: 3px !important;
}
section.find-us .contact img {
    margin-top: 6px;
    height: 34px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

section.find-us .contact a {
    text-decoration: none;
}

section.find-us .contact a:hover img {
    filter: brightness(0) invert(1);
}

section.find-us .contact a h6,
section.find-us .number h6  {
    color: #c6c6c6;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
section.find-us .contact a:hover h6 {
    color: #fff;;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
} 
section.find-us .contact .location a h6 {
    line-height: 25px;
}
/* -------------end section find us ------------------- */


/* -------------start section have question ------------------- */
section.have-question .form-group {
    position: relative;
    display: flex;
    align-items: center;
}
section.have-question .form-group.ext {
    align-items: flex-start;
}
section.have-question .form-group.ext label {
    top: 8px;
} 
section.have-question .form-group label {
    position: absolute;
    left: 17px;
    font-family: inherit;
    font-weight: 500;
    color: #6b6c6c;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: text
}

section.have-question .form-group .form-control:valid ~ label,
section.have-question .form-group .form-control:focus ~ label {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

section.have-question form .form-control::placeholder {
    text-transform: capitalize;
}
section.have-question textarea.form-control {
    padding: 7px .75rem !important;
}
section.have-question .btn {
    padding: 0.375rem 2.75rem;
}
section.have-question .lay-cont {
    position: absolute;
    bottom: -95px;
    z-index: -1;
    width: 672px;
}
/* -------------end section have question ------------------- */
/* --------------***** end our contact us page *****-------------------- */

/* --------------***** start our about us page *****-------------------- */
/* ------------------start  article who we are ------------------- */
article.who-we-are,
section.vision-mission {
    background-color: #000;
}
/* ------------------end  article who we are ------------------- */

/* ------------------start  section.sports-marketing ------------------- */
section.sports-marketing {
    position: relative;
    background-color: #151616;
}
section.sports-marketing .sports-marketing-bg-abs {
    
    background-color: #191b1b;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    right: 0;
}
section.sports-marketing article {
    padding: 60px 0;
}
section.sports-marketing .first article {
    padding: 60px 20px 60px 0;
}
section.sports-marketing .last article {
    padding: 60px 0 60px 20px;
}
/* ------------------end  section.sports-marketing  ------------------- */
section.vision-mission img.about-layerrr {
    position: absolute;
    right: 0;
    top: -47px;
    width: 625px;
}
/* --------------***** end our about us page *****-------------------- */


/* --------------***** start our Services *****-------------------- */
section.services {
    background-color: #000;
}

section.services .col-box.pd {
    padding: 32px 0;
}

section.services .col-box p {
    font-size: 16px;
}

section.services .col-box small {
    font-weight: 600;
    font-size: 20px;
}

section.services .row-1 .col-box small {color: #f4a933;}
section.services .row-2 .col-box small {color: #771f9d;}
section.services .row-3 .col-box small {color: #2fda00;}
section.services .row-4 .col-box small {color: #cc0301;}
section.services .row-5 .col-box small {color: #f4a933;}
/* --------------***** end our Services *****-------------------- */



/*--------------------------start responsive internal page--------------------*/
@media only screen and (max-width: 576px) {
    .sec-breadcrum h3,
    .internal-section-title h3 {
        font-size: 25px;
        margin-bottom: 0;
    }
    .sec-breadcrum h3 {
        font-size: 17px;
    }
    .breadcrumb a, .breadcrumb-item.active {
        font-size: 15px;
    }
    section p, article p {
        font-size: 15px
    }
    article.meet-our-team {
        padding-bottom: 0;
    }
    .internal-section-title h3 {
        padding-right: 18px;
        padding-left: 18px;
    }
    section.board-of-directors img.w-layer {
        width: 353px;
    }
    .card-deck.mb-5 {
        margin-bottom: 0 !important;
    }
    section.executive-team, section.board-of-directors {
        padding-bottom: 0;
    }
    .breadcrumb-cont {
        line-height: 16px;
    }
    section.find-us .bg-txt h3 {
        font-size: 28px;
        line-height: 31px;
    }
    section.have-question .lay-cont {
        bottom: -35px;
        width: 364px;
    }
    section.find-us .contact img {
        height: 23px;
    }
    section.find-us .contact a h6, section.find-us .number h6 {
        font-size: 14px;
    }
    section.find-us .contact .location a h6 {
        line-height: 21px;
    }
    section.find-us .contact .contact-container {
        padding: 1.5rem 0 !important;
    }
    section.sports-marketing article h3,
    section.vision-mission article h3,
    section.services h3  {
        font-size: 25px;
    }
    section.services .col-box small {
        font-size: 17px;
    }

    section.services .mb-5 {
        margin-bottom: 0 !important;
    }
    section.services {
        padding-bottom: 0;
    }

}

@media only screen and (max-width: 992px) {
    section.sports-marketing article,
    section.vision-mission article {
        text-align: center;
    }
    section.vision-mission article img {
        margin: auto;
        width: 64px;
        margin-bottom: 19px !important;
    }
    section.vision-mission img.about-layerrr {
        position: absolute;
        right: 0;
        top: 140px;
        width: 386px;
    }
    section.sports-marketing article {
        padding: 0 0  !important;
    }

    section.sports-marketing {
        padding: 60px 0;
    }
 

}



@media only screen and (min-width: 577px) and (max-width: 992px) {
    section.find-us .bg-txt h3 {
        font-size: 50px;
        line-height: 36px;
    }
    .internal-section-title h3 {
        padding-right: 25px;
        padding-left: 25px;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
    section.services .col-box.pd {
        padding: 0;
    }
    section.services .col-box.pd h3 {
        font-size: 27px;
    }

    section.services .col-box p {
        font-size: 13px;
    }

}

/*--------------------------end responsive internal page--------------------*/






/* animations--------------------------------------------------------- */
section.find-us .bg-txt h3 {
    margin: 0;
    padding: 0;
}
section.find-us .bg-txt h3 span {
    margin: 0;
    padding: 0;
    -webkit-animation: animat 3s linear;
    -moz-animation: animat 3s linear;
    -o-animation: animat 3s linear;
    animation: animat 3s linear;
}

section.find-us .bg-txt h3 span:nth-child(1)  {animation-delay: 0s;}
section.find-us .bg-txt h3 span:nth-child(2)  {animation-delay: 0.25s;}
section.find-us .bg-txt h3 span:nth-child(3)  {animation-delay: 0.5s;}
section.find-us .bg-txt h3 span:nth-child(4)  {animation-delay: 0.75s;}
section.find-us .bg-txt h3 span:nth-child(5)  {animation-delay: 1s;}
section.find-us .bg-txt h3 span:nth-child(6)  {animation-delay: 1.25s;}
section.find-us .bg-txt h3 span:nth-child(7)  {animation-delay: 1.5s;}
section.find-us .bg-txt h3 span:nth-child(8)  {animation-delay: 1.75s;}
section.find-us .bg-txt h3 span:nth-child(9)  {animation-delay: 2s;}
section.find-us .bg-txt h3 span:nth-child(10)  {animation-delay: 2.25s;}
section.find-us .bg-txt h3 span:nth-child(11)  {animation-delay: 2.5s;}
section.find-us .bg-txt h3 span:nth-child(12)  {animation-delay: 2.75s;}
section.find-us .bg-txt h3 span:nth-child(13)  {animation-delay: 3s;}

@-webkit-keyframes animat {
    0%{
        color: #000;
        text-shadow: 0 0 10px #272727,
                      0 0 20px #272727,
                    0 0 30px #272727
    }
    100%{
        text-shadow: none;
    }
}

@-moz-keyframes animat {
    0%{
        color: #000;
        text-shadow: 0 0 10px #272727,
                      0 0 20px #272727,
                    0 0 30px #272727
    }
    100%{
        text-shadow: none;
    }
}

@-o-keyframes animat {
    0%{
        color: #000;
        text-shadow: 0 0 10px #272727,
                      0 0 20px #272727,
                    0 0 30px #272727
    }
    100%{
        text-shadow: none;
    }
}

@keyframes animat {
    0%{
        color: #000;
        text-shadow: 0 0 10px #272727,
                      0 0 20px #272727,
                    0 0 30px #272727
    }
    100%{
        text-shadow: none;
    }
}
/* end animations------------------------------------------------- */


.services .one-service:nth-of-type(even) .service-text {
    order: 2;
}
.services .one-service:nth-of-type(even) .service-img {
    order: 1;
}

@media only screen and (max-width: 991px) {
    .services .one-service .service-text {
        order: 2 !important;
    }
    .services .one-service .service-img {
        order: 1 !important;
    }
}


