@charset "UTF-8";

/* CSS Document */


/*-----------------------------------*/


/*			F O N T S
/*-----------------------------------*/

@font-face {
    font-family: "Helvetica Neue";
    src: url('../fonts/HelveticaNeue/HelveticaNeueW23-Reg.eot');
    src: url('../fonts/HelveticaNeue/HelveticaNeueW23-Reg.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue/HelveticaNeueW23-Reg.woff') format('woff'), url('../fonts/HelveticaNeue/HelveticaNeueW23-Reg.ttf') format('truetype'), url('../fonts/HelveticaNeue/HelveticaNeueW23-Reg.svg#HelveticaNeueW23forSKY-Reg') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*-----------------------------------*/

* {
    outline: none;
}

html {
    /*direction: rtl;*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*
    background-image: -moz-linear-gradient(top, #0a6fb7, #3db97b);
    background-image: -ms-linear-gradient(top, #0a6fb7, #3db97b);
    background-image: -o-linear-gradient(top, #0a6fb7, #3db97b);
    background-image: -webkit-linear-gradient(top, #0a6fb7, #3db97b);
    background-image: linear-gradient(top, #0a6fb7, #3db97b);
*/
}

body {
    display: block;
    padding: 10px 0 50px;
    margin: 0 auto;
    width: 100%;
}

.topcontent {
    margin-top: 60px;
}

/* scrollbar   */


/*---------------*/

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #055258;
}

::-webkit-scrollbar-thumb {
    background-color: #055258;
}


/* HEADER   */


/*---------------*/

header {
    width: 100%;
    height: 120px;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 999;
    border-bottom: solid 0.2em #f4f4f4;
    background-color: #fff;
}

.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; */
    text-align: left;
}

footer {
    display: block;
    position: fixed;
    height: 50px;
    bottom: 0;
    left: 0;
    right: 0px;
    margin: 0;
    padding: 1em;
    background: rgba(255, 255, 255, 1);
    border-top: 1px solid #c7d3d9;
    color: #0A6FB7;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    z-index: 10000;
}

section {
    margin: 10px auto;
    padding: 10px;
    max-width: 960px;
    background: rgba(255, 255, 255, 0.85);
    border: solid 2px rgba(255, 255, 255, 1);
    border-radius: 5px;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.35);
}

.col-50 {
    display: inline-block;
    vertical-align: middle;
    width: calc( 50% - 50px);
    margin: 10px;
    padding: 10px;
}

@media (max-width: 768px) {
    section {
        margin: 0;
        width: auto;
        background: rgba(255, 255, 255, 0.85);
        border: none;
        border-radius: 0;
        box-shadow: none;
    }
    .col-50 {
        display: block;
        width: calc( 100% - 40px);
    }
}


/*        */

.float-left {
    position: relative;
    float: left;
}

.float-right {
    position: relative;
    float: right;
}


/*        */

.listing {
    list-style: none;
    padding: 0;
}

.listing a {
    display: block;
    padding: 3px 15px;
    margin: 5px;
    text-decoration: none;
    background: #0A6FB7;
    color: #fff;
    border: #115086 solid 1px;
    border-radius: 5px;
}

.listing a:hover {
    background: #115086;
}

.img-frame-art {
    display: block;
    margin: auto;
    border: 10px solid #fff;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.35);
}

.image-frame {
    position: relative;
    z-index: 1;
    display: block;
}

.image-frame img {
    padding: 3%;
    margin: 2%;
    width: 93%;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.image-frame:before,
.image-frame::after {
    -webkit-box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.25);
    content: " ";
    display: table;
    width: 49%;
    height: 0;
    position: absolute;
    bottom: 7%;
    z-index: -2;
}

.image-frame:before {
    left: 2%;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.image-frame:after {
    right: 5%;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
}

.disabled {
    cursor: not-allowed;
    filter: alpha(opacity=50);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.50;
    pointer-events: none;
}

.bg-floralwhite {
    /*    background-color: floralwhite;*/
}

.container-top-margin {
    margin-top: 130px;
}

.bg-white {
    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);
}
/*******************************************/
.panel-heading {
    padding: 0px 0px;
}
#mainTabs {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 25px;
  display: table;
  text-align: center;
}

#mainTabs .tabItem {
  display: inline-block;
  width: 31%;
  height: 275px;
  color: #fff;
  font: 1em 'hr', Arial, sans-serif;
  -webkit-transition: all .2s;
  margin: 0 0 0 2%;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  padding-top: 100px;
  box-sizing: border-box;
  background: rgb(40, 122, 178);
  background: -webkit-linear-gradient(-45deg, rgba(40, 122, 178, 1) 0%, rgba(4, 105, 173, 1) 100%);
  background: -webkit-linear-gradient(315deg, rgba(40, 122, 178, 1) 0%, rgba(4, 105, 173, 1) 100%);
  background: linear-gradient(135deg, rgba(40, 122, 178, 1) 0%, rgba(4, 105, 173, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#287ab2', endColorstr='#0469ad', GradientType=1);
}

#mainTabs .tabItem:last-child {
  margin-left: 0;
}

#mainTabs .tabItem a {
  display: block;
}

#mainTabs .tabItem .icon {
  display: block;
  width: 80px;
  height: 80px;
  font-size: 1.9em;
  background-color: #fff;
  color: #000;
  text-align: center;
  border-radius: 80px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  margin: 0 auto;
  line-height: 80px;
}

#mainTabs .tabItem .title {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 27px;
  font-size: 1.7rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  padding: 10px 0 10px;
}

#mainTabs .tabItem .title a {
  color: #fff;
}

#mainTabs .tabItem ul.type {
  padding: 0;
  display: table;
  margin: 0 auto;
}

#mainTabs .tabItem ul.type li {
  list-style: none;
  text-align: center;
  vertical-align: middle;
  width: 40%;
  float: right;
  margin: 0 5%;
  box-sizing: border-box;
}

#mainTabs .tabItem ul.type li i {
  font-size: 24px;
  font-size: 1.5rem;
}

#mainTabs .tabItem ul.type li a {
  display: block;
  background-color: #287ab2;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 5px 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  font: 16px 'hb', Arial, sans-serif;
  font: 1rem 'hb', Arial, sans-serif;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  -webkit-transition: all .2s;
  transition: all .2s;
}

#mainTabs .tabItem ul.type li a:hover, .activeTab {
  background-color: #d0782a !important;
  border-top-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  cursor: pointer;
}

.hoverTabItem {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.3);
  background: rgb(4, 89, 150);
  background: -webkit-linear-gradient(-45deg, rgba(4, 89, 150, 1) 0%, rgba(4, 105, 173, 1) 100%);
  background: -webkit-linear-gradient(315deg, rgba(4, 89, 150, 1) 0%, rgba(4, 105, 173, 1) 100%);
  background: linear-gradient(135deg, rgba(4, 89, 150, 1) 0%, rgba(4, 105, 173, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#045996', endColorstr='#0469ad', GradientType=1);
}

.hoverIcon {
  width: 110px !important;
  height: 110px !important;
  border-radius: 110px !important;
  font-size: 48px !important;
  font-size: 3rem !important;
  line-height: 110px !important;
  -webkit-transition: all .3s !important;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5) !important;
  -webkit-transition: all .3s !important;
  transition: all .3s !important;
  top: -10px !important;
}

#tab1 {
  width: 99%;
  margin: 0 auto;
}

#tab1 #educationMale, #tab1 #educationFmale {
  display: block;
}

#tab2 {
  width: 99%;
  margin: 0 auto;
}

#tab2 #literatureMale, #tab2 #literatureFemale {
  display: none;
}

#tab3 {
  width: 99%;
  margin: 0 auto;
}

#tab3 #businessMale, #tab3 #businessFemale {
  display: none;
}

#educationMale {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

#educationFmale {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  display: none;
}

.accordionWrap {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.accordinTitle {
    width: 100%;
    background-color: #0e7e88;
    color: #fff;
    /* font: 16px 'hr', Arial, sans-serif; */
    /* font: 1rem 'hr', Arial, sans-serif; */
    position: relative;
    padding: 30px 10px;
    box-sizing: border-box;
    /* border-top-left-radius: 30px; */
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .2s;
    transition: all .2s;
    clear: both;
    margin-bottom: 15px;
    text-align: left;
    font-size: 2rem;
    display: block;
    font-size: 2.2rem;
}

.accordinTitle:hover, .accordinTitle:active, .accordinTitle:visited
{
	color:#fff;
	text-decoration:none;
}

.accordinTitle:after {
  content: "";
  width: 100%;
  height: 7px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.accordinTitle i {
  display: inline;
}

.accordinTitle h3 {
  display: inline;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.accordinTitle:hover, .active {
    background-color: #0b717a;
    cursor: pointer;
}

.accordinTitle .accordinType {
  position: absolute;
  top: 35px;
  left: 25px;
  font: 1.2em 'hb', Arial, sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.accordinTitle .accordinType i {
  margin-left: 5px;
  font-size: 32px;
  font-size: 2rem;
  vertical-align: middle;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.animated {
  -webkit-transform: rotate(360deg) !important;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.accordinContent {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  display: block;
}

.accordinContent ul {
      padding: 0;
    margin: 0;
    margin: 25px;
}

.accordinContent ul li {
  
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    /* display: block; */
    /* list-style: armenian; */
    /* width: 33.33333333333333%; */
    /* float: right; */
    position: relative;
    /* text-indent: 20px; */
    /* font: 16px 'hb', Arial, sans-serif; */
    /* font: 1rem 'hb', Arial, sans-serif; */
    text-align: left;
    line-height: 31px;
    font-size: 1.8rem;
    color: #0a426b;

}

.accordinContent ul li.fullWidth {
  width: 100% !important;
  float: none;
}

.accordinContent ul li.fullWidth a {
  width: 99% !important;
}

.accordinContent ul li.half {
  width: 48% !important;
  margin-left: 2%;
}

.accordinContent ul li.half a {
  width: 100% !important;
}

.accordinContent ul li a {
  float: none;
  display: block;
  width: 95%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  color: #14659f;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
  line-height: 28px;
  line-height: 1.8rem;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  border-bottom: 1px solid transparent;
  margin-bottom: 20px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.accordinContent ul li:nth-child(3n) a {
  width: 99% !important;
  box-sizing: border-box;
}

.accordinContent ul li a:hover, .activeLink {
  background-color: #fff;
  color: #14659f !important;
  border-bottom: 1px solid #14659f !important;
}

.accordinContent ul li .pdfIcon {
  display: block;
  width: 25px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: #14659f;
  color: #fff;
  text-align: center;
  padding: 15px;
  text-align: center;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.accordinContent ul li .pdfIcon {
  font-size: 16px;
  font-size: 1rem;
  text-indent: 0;
}

.accordinContent ul li:hover .pdfIcon {
  padding: inherit 25px !important;
}

.accordinContent ul li.notactive {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.accordinContent ul li.notactive a {
  border: none !important;
  color: gray !important;
}

.accordinContent ul li.notactive a:hover {
  border: none !important;
  color: gray !important;
  cursor: context-menu !important
}

.wide-btn-group.maintabsCont {
    margin: 10px auto;
    max-width: 100%;
    background-color: #fff;
}


.accordinContent .title {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    color: #0e7e88;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    padding: 15px;
    display: block;
    width: 90%;
    margin: 6px auto;
    font-size: 2rem;
    line-height: 29px;
}


/**********************************************************/
.wide-btn img {
    width: 12%;
    vertical-align: top;
}

.banner .logo i {
    font-size: 3em;
}

.wpxtxtcls
{
	direction: ltr;
    text-align: left;
}



.wpxtxtcls2 {
    direction: ltr;
    text-align: center;
    font-size: 13px;
    color: #93ebf1;
    margin-top: 0px;
    padding: 0px;
    position: relative;
    z-index: 100000;
    display: block;
}



/*************************** Video Script *********************************/
.boxWrap ul li {
    list-style: none;
    height: 120px;
    text-align: center;
    vertical-align: middle;
    background: #0b6e74;
    border-radius: 10px;
    margin: 0px auto 30px;
    line-height: 30px;
    color: #fff;
    position: relative;
    padding-right: 120px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.boxWrap ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding-top: 8%;
}
.banner .col-md-3 {
    padding: 0px;
    margin: 0px;
}
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: 0px 5px;
    margin-right: 3px;
}
video {
    width: 100%;
    /*height: 405px;*/
    color: #fff;
    text-align: center;
    font-size: 20px;
	margin-bottom: 25px;
}

.videolist {
    /*float: right;*/
    width: 100%;
    background-color: transparent;
    height: 100%;
    position: relative;
    right: 0px;
}

.vids {
        margin: 0px 5px 0px 0px;
    background-color: #0e7a83;
    max-height: 450px;
    min-height: 450px;
    border: 1px solid #0c747c;
    overflow-y: scroll;
    list-style: none;
    /*direction: rtl;*/
    top: 0px;
    position: relative;
}

.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 6px;
    margin: 5px 5px 5px 5px;
    width: 95%;
}

/*--- controllers ---*/
.controllers {
   position: absolute;
    bottom: 0;
    height: 50px;
    background-color: #fff;
    width: 100%;
    padding-right: 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;
}

.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: #21becc !important;
 }
.playing:after {
    content: "\f01d";
    font-family: 'FontAwesome';
    color: #ff8d00;
    float: right;
    right:-8px;
    margin-right:-8px;
}
/* PROGRESS BAR CSS */

.topControl {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 50px;
    background-color: #fff;
    z-index: 1;
    padding-right: 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);
}

.containt-frame2 {
    display: block;
    background: #fff;
    margin: 10px 0px 10px 0px;
    padding: 5px;
    border-radius: 10px;
}


/***********************************/
.boxWrap {
    max-width: 650px;
    margin: 20px auto 30px;
}
.videoover {
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 450px;
}


.videoover button#playid {
    margin: 25% 44%;
    width: 10%;
    height: 10%;
}


h1.title-main {
    font-size: 28px;
    display: block;
    border-bottom: 1px solid #000;
    margin: 0px auto;
    padding: 33px 0px 0px 0px;
    width: 98%;
}

.blackboardcls .card__action-bar
{
	text-align: left;
}


@media (max-width: 992px)
{
	


.videolist {
    position: relative;
}

.vids {
    position: relative;
}
	
	}