html {
  --color-gray: #e9e9e9;
  --color-gold: ##c69a47;
  --color-green: #0b6f77;
  --color-light-green: #e0ecec;
  --color-light-gold: #ffecc9;
}

html[lang="EN"] {
  direction: LTR;
}

@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;
}

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.2rem;
  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: 0.9rem;
  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: right;
}
.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: -webkit-box;
}

.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: 0px 5px;
}

video {
    width: 100%;
    /* height: 405px; */
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin-bottom: 52px;
}

.topControl {
    position: absolute;
    display: block;
    width: 100%;
    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%;
}

.containt-frame .container .col-md-9 {
    width: 75%;
}