/* cusotm syllabse screen by Husien Adel @ 10/8/2016 */

@import url('../fonts/font-awesome.min.css');
@font-face {
  font-family: 'hr';
  src: url('../fonts/HelveticaNeueW23forSKY-Reg.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/HelveticaNeueW23forSKY-Reg.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/HelveticaNeueW23forSKY-Reg.woff') format('woff'), /* Pretty Modern Browsers */
  url('../fonts/HelveticaNeueW23forSKY-Reg.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/HelveticaNeueW23forSKY-Reg.svg#svgFontName') format('svg');
  /* Legacy iOS */
}

@font-face {
  font-family: 'hb';
  src: url('../fonts/HelveticaNeueW23foSKY-Bd.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/HelveticaNeueW23foSKY-Bd.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/HelveticaNeueW23foSKY-Bd.woff') format('woff'), /* Pretty Modern Browsers */
  url('../fonts/HelveticaNeueW23foSKY-Bd.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/HelveticaNeueW23foSKY-Bd.svg#svgFontName') format('svg');
  /* Legacy iOS */
}

* {
  padding: 0;
  margin: 0;
  border: none;
  text-decoration: none;
  outline: none
}

body {
  padding: 0;
  margin: 0;
  direction: rtl;
  font-size: 15px;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 60px;
}

#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 {
    display: inline-block;
    width: 32%;
    height: 306px;
    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(11, 114, 121);
    background: -webkit-linear-gradient(135deg, rgb(11, 111, 119) 0%, rgb(15, 135, 140) 100%);
    background: -webkit-linear-gradient(135deg, rgb(11, 111, 119) 0%, rgb(15, 135, 140) 100%);
    background: linear-gradient(135deg, rgb(11, 111, 119) 0%, rgb(15, 135, 140) 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 {
    display: block;
    background-color: #bf8f38;
    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: #065156 !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: none;
}

#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: #0b737a;
  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;
}

.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: 20px 'hr', Arial, sans-serif;
  font: 1.3rem 'hr', Arial, sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.accordinTitle:hover, .active {
  background-color: #044b50;
  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: none;
}

.accordinContent ul {
  padding: 0;
  margin: 0;
  margin: 25px auto;
}

.accordinContent ul li {
  display: block;
  list-style: none;
  width: 50%;
  float: right;
  position: relative;
  text-indent: 20px;
  font: 16px 'hb', Arial, sans-serif;
  font: 1rem 'hb', Arial, sans-serif;
}

.accordinContent ul li.fullWidth {
  width: 100% !important;
  float: none;
}

.accordinContent ul li.fullWidth a {
  width: 95% !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: #044b50;
  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: 95% !important;
  box-sizing: border-box;
}

.accordinContent ul li a:hover, .activeLink {
  background-color: #fff;
    color: #065156 !important;
    border-bottom: 1px solid #065156 !important;
}

.accordinContent ul li .pdfIcon {
  display: block;
  width: 25px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: #044b50;
  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
}


.accordinContent ul li.fullWidth span.spetialCLS {
    float: none;
    display: block;
    width: 99%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    color: #044b50;
    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: 0 auto 20px auto;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-size: 1.3rem;
}


.tabItem.maintab1.hoverTabItem {
    /*background: linear-gradient(135deg, #bf8f38 0%, rgb(191 143 56) 100%) !important;*/
    background: linear-gradient(135deg, rgb(11, 111, 119) 0%, rgb(15, 135, 140) 100%);
}

.tabItem.maintab2 {
    background: linear-gradient(135deg, rgb(33 86 183) 0%, rgb(44 80 104) 100%) !important;
}

.tabItem.maintab2.hoverTabItem {
    background: linear-gradient(135deg, rgb(33 86 183) 0%, rgb(44 80 104) 100%) !important;
}

.tabItem.maintab1.hoverTabItem li a {
    background-color: #065156;
}


.tabItem.hoverTabItem .icon {
  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;
}

/*#tab2 .accordinTitle {
    background: linear-gradient(135deg, rgb(33 86 183) 0%, rgb(44 80 104) 100%);
}*/

.tabItem.maintab2.hoverTabItem .tab3.activeTab {
    background-color: #4f85e1 !important;
}

.tabItem.maintab2.hoverTabItem .tab4.activeTab {
    background-color: #4f85e1 !important;
}
.tabItem.maintab2.hoverTabItem ul.type li a.tab3:hover {
    background: linear-gradient(135deg, rgb(33 86 183) 0%, rgb(44 80 104) 100%);
}
.tabItem.maintab2.hoverTabItem ul.type li a.tab4:hover {
    background: linear-gradient(135deg, rgb(33 86 183) 0%, rgb(44 80 104) 100%);
}

/*#tab2 .accordinContent ul li .pdfIcon {
    background-color: #29527d;
}
#tab2 .accordinContent ul li a, .activeLink {
    background-color: #fff;
    color: #184e9b !important;
}
#tab2 .accordinContent ul li a:hover, .activeLink {
    background-color: #fff;
    color: #184e9b !important;
    border-bottom: 1px solid #184e9b !important;
}*/

.tabItem.maintab1:hover
{
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}



.tabItem.maintab2:hover
{
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

