html {
  --color-gray: #e9e9e9;
  --color-gold: ##c69a47;
  --color-green: #0b6f77;
  --color-light-green: #e0ecec;
  --color-light-gold: #ffecc9;
}

html[lang="ar"] {
  direction: rtl;
}

@font-face {
  font-family: "gess";
  src: url("../font/GE_SS_Two.eot");
  /* IE9 Compat Modes */
  src: url("../font/GE_SS_Two.eot?#iefix") format("embedded-opentype"), url("../font/GE_SS_Two.woff2") format("woff2"), url("../font/GE_SS_Two.woff") format("woff"), url("../font/GE_SS_Two.ttf") format("truetype");
}

@font-face {
  font-family: "gess2";
  src: url("../font/GE_SS_Two_Medium.eot");
  /* IE9 Compat Modes */
  src: url("../font/GE_SS_Two_Medium.eot?#iefix") format("embedded-opentype"), url("../font/GE_SS_Two_Medium.woff2") format("woff2"), url("../font/GE_SS_Two_Medium.woff") format("woff"), url("../font/GE_SS_Two_Medium.ttf") format("truetype");
}

div.container {
  /*max-width: 870px;*/
  margin: 0 auto;
  font-family: "gess", Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
    width: 100%;
}

div.container div.servicesList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0px;
  /*max-width: 820px;*/
  margin: 0 auto;
  text-align: center;
}

div.container div.servicesList ul li {
  list-style: none;
}

div.container div.servicesList ul li a {
  color: var(--color-green);
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}

div.container div.servicesList ul li a img {
  max-width: 180px;
  max-height: 180px;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

div.container div.servicesList ul li a span.desc {
  display: block;
  text-align: center;
  font-family: "gess", Arial, Helvetica, sans-serif;
  font-size: 1.7rem;
  font-weight: bold;
}

div.container div.servicesList ul li a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

div.container div.servicesList ul li a:hover span {
  color: #000;
}

div.container div.servicesList ul li ul.list {
  padding: 0;
  margin: 60px auto 0;
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  row-gap: 45px;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

div.container div.servicesList ul li ul.list li {
  list-style: none;
  font-family: "gess", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

div.container div.servicesList ul li ul.list li a {
  display: block;
  background-color: var(--color-gray);
  padding: 15px 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-shadow: 1px 1px 1px #fff;
  border-radius: 150px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}

div.container div.servicesList ul li ul.list li a:hover {
  background-color: var(--color-green);
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

div.container div.servicesList ul li ul.list li img {
  float: left;
  margin-left: 0px;
  margin-right: -20px;
  margin-top: -25px;
}

div.container div.servicesList ul li ul.list li:nth-of-type(even) a {
  background-color: rgba(0, 0, 0, 0.05);
}

div.container div.servicesList ul li ul.list li:nth-of-type(even) a:hover {
  background-color: var(--color-green);
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.servicesList > ul > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}

.servicesList > ul > li:last-child {
  border: none;
}

li.disabled {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

div.container div.servicesList ul li.disabled a:hover img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

ul.hide {
  display: none !important;
}
/*# sourceMappingURL=style.css.map */



/******* video  *******/
/*---------------*/

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #055258;
}

::-webkit-scrollbar-thumb {
    background-color: #055258;
}

.container.bg-white.topcontent {
    max-width: 100% !important;
}
.bg-white {
    padding: 0px;
    width: 96%;
    background: white;
    margin-bottom: 20px;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3), 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.logo {
    display: inline-block;
    margin: 1em;
    padding: 0;
    float: left;
}
.banner {
    display: block;
    background-image: -moz-linear-gradient(top, #1870ed, #0A6FB7);
    background-image: -ms-linear-gradient(top, #1870ed, #0A6FB7);
    background-image: -o-linear-gradient(top, #1870ed, #0A6FB7);
    background-image: -webkit-linear-gradient(top, #108690, #0b6f77);
    background-image: linear-gradient(top, #1870ed, #0A6FB7);
    margin: 0px;
    padding: 0px;
    /* overflow: hidden; */
}
.banner .logo {
    display: inline-block;
    /* width: 130px; */
    padding: 5px 10px;
    color: #fff;
    text-align: center;
}
.banner .logo i {
    font-size: 3em;
}
.banner > .banner-containt > h1, .banner > .banner-containt > h1 a {
    font-size: 1.5em;
    color: #fff;
    text-decoration: none;
    text-shadow: 0px 3px 5px rgba(5, 53, 87, 0.75);
    margin-top: 9px;
    margin-bottom: 2px;
}
.banner-containt {
    display: inline-block;
    padding: 21px 10px;
    vertical-align: top;
    color: #fff;
}
.containt-frame {
    display: block;
    background: #fff;
    margin: 5px;
    padding: 5px;
    /* border-radius: 10px; */
}

.containt-frame .container {
    position: relative;
    max-width: 100%;
	width: 100%;
    margin-top: 0px;
    top: 0;
    display: table;
}

.videolist {
    /* float: right; */
    width: 100%;
    background-color: transparent;
    height: 100%;
    position: absolute;
    right: 0px;
}
.vids {
    margin: 5px;
    background-color: #0e7a83;
    max-height: 450px;
    min-height: 450px;
    border: 1px solid #0c747c;
    overflow-y: scroll;
    list-style: none;
    direction: rtl;
    top: 0px;
    position: absolute;
}

.vids a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    display: block;
    border-bottom: 1px solid #36c5d2;
    padding: 8px 6px;
    margin: 0px 0px 0px;
    width: 100%;
    cursor: pointer;
}

.playing {
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    color: rgb(255, 198, 97) !important;
}

.playing:after {
    content: "\f01d";
    font-family: 'FontAwesome';
    color: #ff8d00;
    float: left;
    left: 0px;
    margin-left: 0px;
}

.vidcontainer {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 8px 5px;
}

video {
    width: 100%;
    /* height: 405px; */
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin-bottom: 52px;
}

.topControl {
    position: absolute;
    display: block;
    width: 99%;
    bottom: 50px;
    background-color: #fff;
    z-index: 1;
    padding-left: 10px;
}

.topControl .progress {
    width: 88%;
    height: 12px;
}

.progress {
    display: block;
    margin: 10px 0px;
    background: #c7d3d9;
    box-shadow: 0px 1px 3px rgba(255, 255, 255, 0.75), inset 0px 1px 3px rgba(0, 0, 0, 0.25);
    margin: 5px 0px;
    height: 25px;
    overflow: hidden;
    border-radius: 5px;
}

.progress {
    width: 100%;
    height: 5px;
    position: relative;
    float: left;
    cursor: pointer;
    background: #999;
}
.progress span {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
.bufferBar {
    z-index: 5;
    width: 0;
    background: #eee;
}

.timeBar {
    z-index: 10;
    width: 0;
    background: #ff8d00;
}

.time {
    font-family: arial;
    width: 12%;
    float: right;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    right: 0;
    opacity: 1;
    position: absolute;
    padding-top: 7px;
}

.topControl:hover .time {
    right: 0;
    opacity: 1;
}
.controllers {
    position: absolute;
    bottom: 0;
    height: 50px;
    background-color: #fff;
    width: 100%;
    padding-left: 10px;
}

.controllers button {
    border: 1px solid #E7E7E7;
    background-color: #FFFFFF;
    color: #777;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin: 5px;
    box-shadow: 1px 1px 3px #4C4C4C;
    outline: none;
    font-size: 18px;
    display: inline-block;
    float: left;
}

.disabled {
    pointer-events: none;
    cursor: not-allowed;
    background-color: #C2C2C2!important;
}

.volume {
    position: relative;
    cursor: pointer;
    width: 70px;
    height: 10px;
    float: left;
    margin-top: 20px;
    margin-right: 15px;
    background-color: #999;
}

.volumeBar {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ff8d00;
    z-index: 10;
}
.btnFS:after {
    content: "\f065";
    font-family: 'FontAwesome';
}
.btnPlay:after {
    content: "\f04b";
    font-family: 'FontAwesome';
}
.paused:after {
    content: "\f04c";
}


.sound:after {
    content: "\f027";
    font-family: 'FontAwesome';
}
.sound2:after {
    content: "\f028";
}
.container.bg-white.topcontent {
    width: 100%;
    max-width: 100% !important;
    overflow: hidden;
}
.containt-frame {
    display: block;
    background: #fff;
    margin: 0px;
    padding: 0px;
    /* border-radius: 10px; */
}

.container.bg-white.topcontent {
    width: 100%;
    max-width: 100% !important;
    overflow: hidden;
    padding-top: 60px;
}
/*.containt-frame .container .col-md-3 {
    width: 25%;
    position: relative;
}

.containt-frame .container .col-md-9 {
    width: 75%;
    position: relative;
}*/


/*************************** Video Script *********************************/


h2.title {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    font-family: tahoma;
    text-align: center;
    padding: 2em;
    display: block;
    margin: auto;
    background-color: #A97A7A;
}
/*.container {
    width: 960px;
    background: #010101;
    margin: auto;
    position: relative;
    height: 460px;
}*/
.vidcontainer {
    /* width: 75%;
    height: 100%; */
    float: left;
    position: relative;
    overflow: hidden;
    padding: 8px 5px;
}

video {
    width: 100%;
    /*height: 405px;*/
    color: #fff;
    text-align: center;
    font-size: 20px;
	margin-bottom: 52px;
}

.videolist {
    /*float: right;*/
    width: 100%;
    background-color: transparent;
    height: 100%;
    position: absolute;
    right: 0px;
}

.vids {
    margin: 5px;
    background-color: #0e7a83;
    max-height: 450px;
    min-height: 450px;
    border: 1px solid #0c747c;
    overflow-y: scroll;
    list-style: none;
    direction: ltr;
    top: 0px;
    position: absolute;
        width: 95%;
}

.vids::-webkit-scrollbar {
    width: 6px;
    background-color: #8A8A8A;
    border: 1px solid #AFACAC;

}
.vids::-webkit-scrollbar-thumb {
    background-color: #FF8D00;
    border-radius: 5px;
}
.vids::-webkit-scrollbar-thumb:hover{
background-color:#fff;
}
.vids::-webkit-scrollbar-thumb:active{
background-color:#ccc;
}


/*.vids a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    display: block;
    border-bottom: 1px solid #36c5d2;
    padding: 8px 5px;
    margin: 5px;
}*/

.vids a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    display: block;
    border-bottom: 1px solid #36c5d2;
    padding: 8px 6px;
    margin: 5px;
    width: 92%;
	cursor:pointer;
    outline: none;
}

.vids a:hover {
    color: rgb(255, 198, 97);
}

/*--- controllers ---*/
/*.controllers {
   position: absolute;
    bottom: 0;
    height: 50px;
    background-color: #fff;
    width: 100%;
    padding-left: 10px;
}*/

.controllers {
    position: absolute;
    bottom: 0;
    height: 50px;
    background-color: #fff;
    width: 99%;
    padding-left: 3px;
    /* margin-left: 9px; */
}

.controllers button {
    border: 1px solid #E7E7E7;
    background-color: #FFFFFF;
    color: #777;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin: 5px;
    box-shadow: 1px 1px 3px #4C4C4C;
    outline: none;
    font-size: 18px;
    display: inline-block;
    float: left;
}

.controllers button:focus {
    box-shadow: 1px 0px 7px #4C4C4C;
    border-color: #ff8d00;
    color: #ff8d00;
    background-color: #4C4C4C;
}

.btnPlay:after {
    content: "\f04b";
    font-family: 'FontAwesome';
}
.paused:after {
    content: "\f04c";
}

.sound:after {
content: "\f027";
    font-family: 'FontAwesome';
}
.sound2:after {
content: "\f028";
}

.muted:after {
    content: "\f026";
}
.btnFS:after {
     content: "\f065";
    font-family: 'FontAwesome';
}
/*.ads {
    height: 350px;
    width: 350px;
    position: absolute;
    background-color: #777;
    top: 27.5px;
    right: 40px;
    z-index: 11;
}
.bigplay {
    height: 150px;
    width: 150px;
    position: absolute;
    top: 127.5px;
    left: 85px;
    z-index: 11;
    color: #fff;
    font-size: 150px;
    line-height: 150px;
    text-align: center;
    cursor: pointer;
    text-shadow: 0px 0px 15px #ff8d00;
}*/
.closeme {
    height: 32px;
    width: 32px;
    background-color: #fff;
    top: -10px;
    right: -10px;
    border: 1px solid #ff8d00;
    display: block;
    position: absolute;
    border-radius: 50%;
    text-align: center;
    line-height: 30px!important;
    color: #ff8d00;
    font-size: 25px!important;
}

.playing {
    background-color:transparent;
    /*border: 0px solid #ff8d00!important;*/
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
	
    color: rgb(255, 198, 97) !important;
 }
 
 
 
.playing:after {
    content: "\f01d";
    font-family: 'FontAwesome';
    color: #ff8d00;
    float: right;
	right:-17px;
	margin-right:-17px;
}
/* PROGRESS BAR CSS */

.topControl {
    position: absolute;
    display: block;
    width: 99%;
    bottom: 50px;
    background-color: #fff;
    z-index: 1;
    padding-left: 10px;
}
/* Progress bar */
.progress {
    width: 100%;
    height: 5px;
    position: relative;
    float: left;
    cursor: pointer;
    background: #999;
}
.progress span {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
.timeBar{
    z-index:10;
    width:0;
    background: #ff8d00;
}

.bufferBar{
    z-index:5;
    width:0;
    background: #eee;
}
/* time and duration */
.time{
    width:12%;
    float:right;
    text-align:center;
    font-size:11px;
    line-height:12px;
    right: 0;
    opacity: 1;
    position: absolute;
	padding-top: 7px;
}

.topControl:hover .time {
    right: 0;
    opacity: 1;
}


.topControl:hover .progress {
    width: 88%;
    height: 12px;
}



.topControl .progress {
    width: 88%;
    height: 12px;
}

 

/* VOLUME BAR CSS */
/* volume bar */
.volume {
    position: relative;
    cursor: pointer;
    width: 70px;
    height: 10px;
    float: left;
    margin-top: 20px;
    margin-right: 15px;
    background-color: #999;
}
.volumeBar{
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ff8d00;
    z-index: 10;
}

.loading {
    width: 100%;
    background-color: rgba(255,141,0,0.5);
    height: 405px;
    position: absolute;
    top: 0;
}
i.fa.fa-spinner.fa-spin {
    height: 60px;
    width: 60px;
    font-size: 60px;
    color: #fff;
    text-shadow: 0px 0px 8px #000;
    top: 172.5px;
    left: 330px;
    position: absolute;
}
.disabled {
    pointer-events: none;
    cursor: not-allowed;
    background-color: #C2C2C2!important;
}


ul.speedcnt {
    display: none;
    position: absolute;
    right: 30px;
    bottom: 60px;
    background-color: #fff;
    border-radius: 5px;
    list-style: none;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

ul.speedcnt li {
    text-align: center;
    font-family: 'verdana', tahoma , serif;
    font-size: 13px;
    padding: 5px 20px;
    cursor: pointer;
    display: block;
    border-bottom: 1px solid #ccc;
}

ul.speedcnt li:last-child {
    border-bottom: none;
}

ul.speedcnt li.selected {
    background-color: rgba(255, 141, 0, 0.6);
}




h1.title-main {
    font-size: 28px;
    display: block;
    border-bottom: 1px solid #000;
    margin: 0px auto;
    padding: 33px 0px 0px 0px;
    width: 98%;
}



/***********************************/

.boxWrap {
    max-width: 650px;
    margin: 20px auto 30px;
}

.videoover {
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    width: 98.8%;
    height: 450px;
}


.videoover button#playid {
    margin: 25% 44%;
    width: 10%;
    height: 10%;
    font-size: 23px;
}

.containt-frame .container
{
	overflow:hidden;
}

.card--small .card__title i {
    display: table-cell;
    /* width: 15%; */
    /* vertical-align: super; */
    font-size: 2em;
    padding-left: 5px;
}
.card--small .card__title span {
    display: table-cell;
    /* width: 73%; */
    padding: 0px 4px 2px 0px;
    margin: 0px;
    vertical-align: middle;
}



.blackboardcls .card__action-bar
{
	text-align: right;
}

a.back-home {
    float: right;
    position: absolute;
    right: 13px;
    top: 14px;
    font-size: 2.5rem;
    color: #fff;
}


@media (max-width: 992px)
{
/*.containt-frame .container .col-md-3
    {
        width: 50%;
    }
.containt-frame .container .col-md-9 {
    width: 50%;
    position: relative;
}    */
.container.bg-white.topcontent
{
width:100%;
}

.container.bg-white {
    width: 100%;
}	


.videolist {
    position: relative;
	height:auto;
}

.vids {
    position: relative;
}
	
	}


@media (max-width: 992px)
{
/*.containt-frame .container .col-md-3
    {
        width: 100%;
    position: relative;
    }
.containt-frame .container .col-md-9 {
    width: 100%;
    position: relative;
}    */
    .vids {
        width: 100%;
    }
    .vids a {
        width: 98%;
    }
    .playing:after {
        left: 0px;
        margin-left: -8px;
    }
    
}

footer {
    margin: 17px auto;
    text-align: center;
}