.loader {
            position: fixed;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            z-index: 9999;
            background: url(../Images/page-loader.gif) 50% 50% no-repeat rgb(249,249,249);}

#loading{margin-left: 50%;
margin-top: 35%;}

.loading{position: absolute;
top:100px;
right:1px;
background-color: white;
z-index: 1000;
width:100%;
height: 1000px;}


html {
    color: #222;
    font-size: 1em;
    width: 100%;
    overflow-x: hidden;
	scroll-behavior: smooth;
}

div.row{
  width: 100%;}



.navbar{
  visibility: hidden;
  width: 100%;
  height: auto;

background-color: #015595;

  box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);
    z-index: 2;
    padding: 0px 5px 0px 10px;
    margin-bottom: -15px;
    opacity: 0.99;
}

.nav-style{font-size: 10px;
  color:#cfcfcf;

}

.nav-link{
  color: white;
  height: auto;
  display: inline-block;
}

.nav-link:hover{
  color:#818181;
}

.navbar-brand{
    background-color: #ededed;

    height: 50px;
    padding-left: 1%;
    padding-right:1%;
    padding-top: 10px;
    font-weight: bold;
}






.section0
{

background-color: #383838;
  width: 100%;
  position: relative;
  z-index: auto;
  box-shadow: 0px 0px 3px 0px;
  color: Black;
}

.section0 h1{color:white; font-weight: bold;font-size: 50px;}
.section0 strong{color:white; font-weight: bold;font-size: 40px;}
.section0 h2{color:white; font-size: 12px; margin-top: -25px; font-weight:400; }
.section0 h3{color: white; font-weight: 300; letter-spacing: 4px;}


.footer1 {

  background-color: #383838 ;
  max-height: auto;
  width: 100%;
  position: relative;
  z-index: auto;
  box-shadow: 0px 0px 1px 0px;
  font-family: 'Raleway';

}

.footer1 a{
  font-weight: 300;



}


.footer1 i{
 color:white; padding-top: 10px;
}

.footer1 h4{
  font-weight: 400;
  color:#cfcfcf;
  font-family: 'Almarai';



}

.footer1 img{width: 200px;}
.footer1 span{
 color:white; font-weight: 100;  font-family: 'Raleway';

}

.footer2{
  background-color:#383838;
  padding-top: 15px;
  padding-bottom: 8px;

}
.footer2 p{
  font-size: 12px;
  text-align: center;
  color: #cfcfcf;
  margin-bottom: 8px;
  font-weight: 300;

}








.main-section{

  background-color: white;
  height:100%;

  background-size: cover;


}

.main-section1{

  padding: 5% 5% 5% 0%;
}

.section1{

  background-color:white;
  height:100%;



}
#link0{
  color: black;
}

#link0:hover{

  color: #969696;
  text-decoration: underline;

}




.margin-div{
}

.arabic{
    text-align: right;
    font-family: 'Almarai';
}

.my-btn {position: relative;

}





.dropdown{
  display: inline-block;
  position: relative;


}

.dropdown-content {
    opacity: 0;

  transition: opacity 500ms, visibility 1ms;
  -webkit-transition: opacity 500ms, visibility 1ms;
  visibility: hidden;
  position: absolute;
  background-color: #fafafa;
  min-width: 180px;
  box-shadow: 0px 8px -1px 0px rgba(0,0,0,0.2);
  z-index: 1;
  overflow : auto;
  max-height: 350%;

  border-style: solid;
  border-color: #d3d3d3;
  border-radius: 2px;
  border-width: 0.5px;

  cursor: pointer;

}
.dropdown-content1 {
    opacity: 0;

  transition: opacity 500ms, visibility 1ms;
  -webkit-transition: opacity 500ms, visibility 1ms;
  visibility: hidden;
  position: absolute;
  background-color: #fafafa;
  min-width: 180px;

  box-shadow: 0px 8px -1px 0px rgba(0,0,0,0.2);
  z-index: 1;
  overflow : auto;
  max-height: 350%;

  border-style: solid;
  border-color: #d3d3d3;
  border-radius: 2px;
  border-width: 0.5px;
  margin: 0px 0px 0px 25px;
  cursor: pointer;

}

.dropdown-content2 {
  opacity: 0;
  transition: opacity 500ms, visibility 1ms;
  -webkit-transition: opacity 500ms, visibility 1ms;
  visibility: hidden;
  position: absolute;
  background-color: #fafafa;
  min-width: 100px;
  box-shadow: 0px 8px -1px 0px rgba(0,0,0,0.2);
  z-index: 1;
  overflow : auto;
  max-height: 350%;
  border-style: solid;
  border-color: #d3d3d3;
  border-radius: 2px;
  border-width: 0.5px;
  margin: 0px 0px 0px 0px;
  cursor: pointer;

}

.dropdown-content1 a {
  display: block;
  color: black;
  padding: 1.3% 6%;
  text-decoration: none;
  font-size: 12px;
  border-bottom: 0.1px solid #cccccc;

}


.dropdown-content a {
    display: block;

  color: black;
  padding: 1.3% 6%;
  text-decoration: none;
  font-size: 12px;

  border-bottom: 0.1px solid #cccccc;

}

.dropdown-content2 a {
  display: block;
  color: #ff0000;
  padding: 1.3% 6%;
  text-decoration: none;
  font-size: 12px;
  border-bottom: 0.1px solid #cccccc;
}

.dropdown-content a:hover {background-color: #ededed;
    visibility: visible;
    opacity: 1;
}


.dropdown-content1 a:hover {background-color: #ededed;
    visibility: visible;
    opacity: 1;
}

.dropdown-content2 a:hover {background-color: #ededed;
    visibility: visible;
    opacity: 1;
}


.dropdown:hover .dropdown-content {
    visibility: visible;
    width: 90%;
    opacity: 0.95;



}

.dropdown:hover .dropdown-content1 {
    visibility: visible;
    width: 90%;
    opacity: 0.95;
}

.dropdown:hover .dropdown-content2 {
    visibility: visible;
    width: 90%;
    opacity: 0.95;
}





.diva {
  border: 1px solid #eee;

}
.diva > ul {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  -webkit-transition: visibility 0s, opacity 0.5s linear;
}
.diva:hover > ul {
  visibility: visible;
  opacity: 1;
}


.my-btn3 span {
  cursor: pointer;
  display: inline-block;
  width: 180px;

  position: relative;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  font-weight: 400;

  border-bottom: solid #2866a1;
  border-width: 1px;
  text-decoration-color: #818181;

  padding-top: 12%;

}

.my-btn3 span:after {
  position: absolute;
  opacity: 0;
  top: 0;
  right: -10px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}



.my-btn3:hover span {
  padding-right: 10px;
  text-decoration: underline;
  text-decoration-color: #818181;

}

.my-btn3:hover span:after {
  opacity: 1;
  right: 0;
}




.my-btn span {
  cursor: pointer;
  display: inline-block;
  width: 200px;
  position: relative;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  font-weight: 500;
  border-bottom: solid #2866a1;
  border-width: 1px;
  text-decoration-color: #818181;
  padding-top: 12%;
  color:#595959;
}

.my-btn span:after {
  position: absolute;
  opacity: 0;
  top: 0;
  right: -10px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}



.my-btn:hover span {
  padding-right: 10px;
  text-decoration: underline;
  text-decoration-color: #818181;
  border-width: 4px;
}

.my-btn:hover span:after {
  opacity: 1;
  right: 0;
}


.my-btn1 span {
  cursor: pointer;
  display: inline-block;
  width: 200px;
  position: relative;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  font-weight: 500;
  border-bottom: solid #2866a1;
  border-width: 1px;
  padding-top: 10%;
  text-decoration-color: #818181;
  color:#595959;
}

.my-btn1 span:after {
  position: absolute;
  opacity: 0;
  top: 0;
  left: -10px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}



.my-btn1:hover span {
  padding-left: 10px;
  text-decoration: underline;
  text-decoration-color: #818181;
  border-width: 4px;

}

.my-btn1:hover span:after {
  opacity: 1;
  left: 0;
}


/* The device with borders */
.tablet {
  position: relative;
  max-width: 500px;
  max-height: 320px;
  height: 60vw;

  border: 16px black solid;
  border-top-width: 30px;
  border-bottom-width: 30px;
  border-radius: 20px;
}

/* The horizontal line on the top of the device */
.tablet:before {
  content: '';
  display: block;
  width: 60px;
  height: 5px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 180%);
  background: #333;
  border-radius: 10px;
}

/* The circle on the bottom of the device */
.tablet:after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  bottom: -65px;
  transform: translate(-70%, -120%);
  background: #333;
  border-radius: 50%;
}

/* The screen (or content) of the device */
.tablet .content {
  width: 100%;
  height:100%;
  background: white;

}


.tablet1 {
  position: relative;
  max-width: 92%;
  max-height: 500px;
  height: 60vw;
  left: 70px;
  border: 16px black solid;
  border-top-width: 30px;
  border-bottom-width: 30px;
  border-radius: 20px;
}

/* The horizontal line on the top of the device */
.tablet1:before {
  content: '';
  display: block;
  width: 60px;
  height: 5px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 180%);
  background: #333;
  border-radius: 10px;
}

/* The circle on the bottom of the device */
.tablet1:after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  bottom: -65px;
  transform: translate(-70%, -120%);
  background: #333;
  border-radius: 50%;
}

/* The screen (or content) of the device */
.tablet1 .content {
  width: 100%;
  height:100%;
  background: white;

}




.sidebar {
  height: 100%;
  width: 51px;
  position: fixed;

  top: 0;
  left: 0;

  background-color: #015595;

  overflow-x: hidden;
  padding-top: 16px;
  box-shadow: 0px 0px 0.1px 0px rgba(0,0,0,0.5);
  z-index: 2;
  -webkit-transition: width .5s; /* For Safari 3.1 to 6.0 */
  transition: width .5s;
  display: none;

}

.sidebar:hover{
  width:100px;

}



.sidebar a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 90%;
  color: #818181;
  display: block;

}

.sidebar a:hover {
  color: #f1f1f1;
}








/* equal card height */
.row-equal > div[class*='col-'] {
  flex: 1 0 auto;
}

.row-equal .card {
   width: 100%;
}

/* ensure equal card height inside carousel */
.carousel-inner>.row-equal.active,
.carousel-inner>.row-equal.next,
.carousel-inner>.row-equal.prev {

}

/* prevent flicker during transition */
.carousel-inner>.row-equal.active.left,
.carousel-inner>.row-equal.active.right {
    opacity: 0.5;

}


/* control image height */
.card-img-top-250 {
    max-height: 250px;
    overflow:hidden;
}

.card-title{
  color: #595959;
  font-size: 90%;
  transition: .1s ease;
  -webkit-transition: 0.1s ease;
  font-weight: 600;
  display: block;
  height:50px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cards1{
padding-left: 8%;
padding-top: 5%;
padding-bottom: 5%;
min-height: 380px;
max-height: auto;
width: 91%;

}

.card{


  cursor:pointer;
}
#card{
  opacity: 0.80;
  transition: opacity .15s ease-out;
  -moz-transition: opacity .15s ease-out;
  -webkit-transition: opacity .15s ease-out;
  -o-transition: opacity .15s ease-out;
  height: auto;

}
#card:hover{
  opacity: 1;
}

.a1:hover{
  text-decoration: none;
}





.videos-bar{

  text-align: left;
  padding-bottom: 1%;
  padding-top: 5%;

}
.video-h4{
    font-weight: 600;
    font-size: 120%;
    color: #828282;
    text-transform: uppercase;
}

.arrow {
  border: solid #2866a1;
  border-width: 0 2.5px 2.5px 0;
  display: inline-block;
  padding: 2.4px;
  position: absolute;

  margin-top: 15%;
}



.arrow1 {
  border: solid #2866a1;
  border-width: 0 2.5px 2.5px 0;
  display: inline-block;
  padding: 2.4px;
  position: absolute;

  margin-top: 15%;
  margin-left: -6%;
}

.arrow2 {
  border: solid #2866a1;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 2.4px;
  position: absolute;

  margin-top:-10%;
  margin-left: -10%;
}

.arrow0 {
  border: solid #2866a1;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 2.4px;
  position: absolute;

  margin-top: 2%;
  margin-left: -10%;
}

.arrow3 {
  border: solid white;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 3px;
  position: absolute;

  margin-top:-10%;

  margin-left: -12%;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);

}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.container123 {
  position: relative;
  width: 100%;
  max-width: 400px;
}

.image123 {
  display: block;
  width: 100%;
  height: auto;
}

.overlay123 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  width: 100%;
  transition: .1s ease;
  -webkit-transition: 0.1s ease;
  opacity: 0.7;
}

.icon123 {
  color: white;
  font-size: 50px;

  position: absolute;
  top: 70%;
  left: 80%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.sidebar-hover{
  width: 100%;
  background-color:white;


}

.sidebar-hover a:hover{
  text-decoration: underline;
}

/* width */
::-webkit-scrollbar {
  width: 5px;

}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {

  background: #ababab;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #9c9c9c;

}

.main-div{
  width:90%;
  height:100%;
  position: relative;


}

.tv-img{
  position: absolute;
  height:100%;
  width:100%;


}
.video-img{
width:100%;
height:88%;

}

.card-body{


  padding: 5% 5% 5% 5%;

}
.carousel-indicators{
  margin: -4%;
  z-index: 1;
  visibility: hidden;
}

.carousel-control-prev{width: 2%; height: auto;}
.carousel-control-next{width:2%; height: auto; }

.carousel-control-prev-icon{width: 100%;}
.carousel-control-next-icon{width: 100%;}

.carousel{
  width:100%;
  position: relative;

}

.carousel-item{

  padding-left:3%;
}
.classi123{
  width:230px;
  display: inline-block;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 25px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;

  background-color:rgba(1, 80, 149, 0.7);
  transition: background-color 0.3s;
  color: white;
  cursor: pointer;
  padding: 25px;
  border-radius: 40px;
  box-shadow: 0px 0px 1px 0px rgba(1, 80, 149, 0.7);

}

#myBtn:hover {
  background-color:rgba(1, 80, 149, 1);

}


#resp4{padding-top:1.35%;}
#resp2{padding-left: 80px; font-size: 20px; text-align:right; font-weight: 600;}
#resp3{padding-right:10px;text-align:left; font-size: 20px;  font-weight: 600;}


.MultiCarousel {float: left; overflow: hidden; padding: 15px; width: 95%; position:relative;}
.MultiCarousel{Height: auto;}
    .MultiCarousel .MultiCarousel-inner {transition: 0.3s ease all; float: left;}
        .MultiCarousel .MultiCarousel-inner .item {float: left;}

        .MultiCarousel .MultiCarousel-inner .item > div {min-height: 220px; text-align: center; padding:0px; margin:10px; background:white; color:#666; box-shadow: 0px 0px 2px 0px;}





    .MultiCarousel .leftLst, .MultiCarousel .rightLst {position:absolute; top:calc(50% - 20px);border-radius: 50px;background-color:rgba(1, 80, 149, 0.8); border-color: #015595; width:50px; height: 50px; opacity:1;}
    .MultiCarousel .leftLst {left:0;}
    .MultiCarousel .rightLst {right:0;}

        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {background:#ccc; display: none;}



         #mySidenav a {
          position: absolute;
          left: -105px;
          transition: 0.3s;
          -webkit-transition:0.3s;
          padding: 23px 15px 23px 15px;
          width: 150px;
          text-decoration: none;
          color: white;
          border-radius: 0px 2px 2px 0px;
          font-weight: bold;
          text-transform: uppercase;
          font-size: 14px;
          background-color:#015595;
          text-align: right;
          opacity: 0.9;
          margin-top: 75px;
        }

  #home i:after {
  content: '\00bb';
  position: absolute;
  top: 22px;
  margin-left:4px;
  transition: 0.5s;
  -webkit-animation: mymove 0.9s infinite; /* Safari 4.0 - 8.0 */
  animation: mymove 0.9s infinite;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
  0%   {left: 138px;}
  50%   {left: 129px;}
  100%   {left: 138px;}
}

/* Standard syntax */
@keyframes mymove {
  0%   {left: 138px;}
  50%   {left: 129px;}
  100%   {left: 138px;}
}


                 #mySidenav1 a {
                  position: absolute;
                  left: -207px;
                  transition: 0.3s;
                  padding: 24px 15px 24px 15px;
                  width: 150px;
                  text-decoration: none;
                  font-size: 20px;
                  color: white;
                  border-radius: 0 5px 5px 0;
                  font-weight: 700;
                  text-transform: uppercase;
                  font-size: 16px;
                  background-color:#015595;
                  text-align: right;
                  opacity: 0.9;
                }

                #mySidenav1 a:hover {
                  left: -110px;
                }



        #mySidenav a:hover {
          left: -10px;
          background-color: #012947;
          opacity: 0.95;
        }

        #mySidenav1 a:hover {
          left: -110px;
          background-color: #012947;
          opacity: 0.95;
        }

        #home {
          top:4.5px;

        }

        #tv {
          top:70px;

        }

        #live {
          top: 135px;

        }

        #research {
          top: 200.3px;

        }

        #podcast {
          top: 265px;

        }

        #articles{
        top:330px;
      }


.sidenav{
  position: fixed;
  z-index: 1;
  margin-top: 40px;

}
.hide-over{overflow-x: hidden;}
.eportal{padding:8px; max-width:200px;}

.card-style{background-color: #383838; border-style: none; width: 500px;}

.text-muted1{color: #818181; font-weight: bold;}
.toast{max-width:1000px;border-style: none; margin-right: 10px; box-shadow: 0px 0px 1px 0px;}
.toast-header{height: 70px;}

.text-muted{border-style: solid;
border-width: 1px;
padding:2px;
border-radius: 15%;}


.a:hover{text-decoration: underline;}
.text-primary{font-size:2vw;}

.error {
  color: #ff0000; font-size: 10px;

}

#bbp-img{max-width:50%;}



.fa-facebook {
  background: #3B5998;
  color: white;
  padding: 8px 0px 8px 0px;
  font-size: 16px;
  width: 30px;
  text-align: center;
  text-decoration: none;  border-radius: 10%;
  margin: 5px 2px;

}

.fa-twitter {
  background: #55ACEE;
  color: white;
  padding: 8px 0px 8px 0px;
  font-size: 16px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;  border-radius: 10%;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
  padding: 8px 0px 8px 0px;
  font-size: 16px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 10%;
}

.fa-youtube-play {
  background: #ff0000;
  color: white;
  padding: 8px 0px 8px 0px;
  font-size: 16px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 10%;
}

.fa-instagram {
  background: #ea4c89;
  color: white;
  padding: 8px 0px 8px 0px;
  font-size: 16px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;  border-radius: 10%;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
  background: #00aff0;
  color: white;
}

.fa-android {
  background: #a4c639;
  color: white;
}

.fa-dribbble {
  background: #ea4c89;
  color: white;
}

.fa-vimeo {
  background: #45bbff;
  color: white;
}

.fa-tumblr {
  background: #2c4762;
  color: white;
}

.fa-vine {
  background: #00b489;
  color: white;
}

.fa-foursquare {
  background: #45bbff;
  color: white;
}

.fa-stumbleupon {
  background: #eb4924;
  color: white;
}

.fa-flickr {
  background: #f40083;
  color: white;
}

.fa-yahoo {
  background: #430297;
  color: white;
}

.fa-soundcloud {
  background: #ff5500;
  color: white;
}

.fa-reddit {
  background: #ff5700;
  color: white;
}

.fa-rss {
  background: #ff6600;
  color: white;
}

.ahover:hover{text-decoration: none; color: white; opacity: 0.8;}


.career-style{max-width:170px;}

.resp-logo{
  width:150px;
}

.resp-logo2{width: 100px;}

#thanks{color: white;}



  @media screen and (max-width: 400px) {  .card{min-width: 125%;}}

  @media only screen and (max-width: 720px) {

    .sidebar {display: none;}

    .navbar{visibility: visible;}
    .footer3{padding-top:  13%;}
    .my-btn span {max-width:145px;}
    .my-btn1 span {max-width:145px;}

    .broadcasting-text{font-size: 20px;}
    .MultiCarousel .MultiCarousel-inner .item > div {max-height: auto;}
    .sidenav{display:none;}
    .MultiCarousel{max-width: 90%;}
    .tablet1{margin-left: -55px;}
    .dropdown-content{margin-left: -60px;}
    #myBtn{bottom: 85px;}
    .text-primary{font-size:12px;}
    .card-style{max-width: 280px;}
    .career-style{max-width: 100px;}
    .resp-logo{width:70px;}
    .resp-logo2{width:50px;}
      .tablet{left:-2%;}

  }

@media screen and (max-width: 1000px) {
  span.line1 {
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    margin: 30px 0px 30px 0px;
  }
  .resp1{margin-top: 15%;}
    .classi123{
    max-width: 35vw;}
    .tablet{  margin-right: -10%;}

    .cards1{margin-left: 1%;}
  .carousel-item{padding-left: 0%;}
    .carousel-control-next{right: 5%;}

    .section0 h3{font-size: 20px;}
    .section0 h2{font-size: 10px;}
    .section0 h1{font-size: 40px;}
    .section0 strong{font-size: 20px;}
}




@media only screen
and (min-width : 768px)
and (max-width : 1000px)  {

    .carousel-control-next{margin-right: 16%;}



}


@media only screen
and (min-width : 992px)
and (max-width : 1250px)  {

    .carousel-control-next{margin-right:10%;}
    .classi123{max-width: 170px;}


}
