/* RTL - Bootstrap latest version */
body, .table {
  direction: rtl; }

th, .dropdown-menu > li > a, .dropdown-header {
  text-align: right; }

.pager .next > a, .pager .next > span, .list-group-item > .badge, .close {
  float: left; }

.pager .previous > a, .pager .previous > span, .progress-bar, .nav-tabs > li, .nav-pills > li, .btn-group > .btn, .btn-group-vertical > .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: right; }

.nav-stacked > li {
  float: none; }

.radio label, .checkbox label {
  padding-left: initial;
  padding-right: 20px; }

.radio-inline, .checkbox-inline {
  padding-right: 20px;
  padding-left: initial; }

.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
  margin-left: auto;
  margin-right: -20px; }

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-radius: 0 4px 4px 0;
  border-left: 0; }

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-radius: 4px 0 0 4px; }

.input-group-addon:first-child {
  border-left: 0;
  border-right: 1px solid #ccc; }

.input-group-addon:last-child {
  border-left: 1px solid #ccc;
  border-right: 0; }

.form-control-feedback {
  left: 0;
  right: auto; }

.has-success .input-group-addon {
  border-color: #3c763d; }

.form-horizontal .has-feedback .form-control-feedback {
  left: 15px;
  right: auto; }

.dropdown-menu {
  right: 0;
  left: auto; }

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-right: 5px;
  margin-left: initial; }

.nav {
  padding-right: 0;
  padding-left: initial; }

.nav-tabs > li > a, .nav-pills > li > a {
  margin-left: 2px;
  margin-right: initial; }

.caret {
  margin-right: 2px;
  margin-left: initial; }

.pagination {
  padding-right: 0;
  padding-left: initial; }

.pagination > li > a, .pagination > li > span {
  float: right;
  margin-right: -1px;
  margin-left: initial; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-radius: 0 4px 4px 0; }

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 4px 0 0 4px; }

.label, h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small,
h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small, b, strong, .alert .alert-link {
  display: inline-block; }

.alert-dismissable .close, .alert-dismissible .close {
  right: 0;
  left: -21px;
  float: left; }

.list-group {
  padding-right: 0; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: right; }

.col-xs-offset-12 {
  margin-right: 100%;
  margin-left: auto; }

.col-xs-offset-11 {
  margin-right: 91.66666667%;
  margin-left: auto; }

.col-xs-offset-10 {
  margin-right: 83.33333333%;
  margin-left: auto; }

.col-xs-offset-9 {
  margin-right: 75%;
  margin-left: auto; }

.col-xs-offset-8 {
  margin-right: 66.66666667%;
  margin-left: auto; }

.col-xs-offset-7 {
  margin-right: 58.33333333%;
  margin-left: auto; }

.col-xs-offset-6 {
  margin-right: 50%;
  margin-left: auto; }

.col-xs-offset-5 {
  margin-right: 41.66666667%;
  margin-left: auto; }

.col-xs-offset-4 {
  margin-right: 33.33333333%;
  margin-left: auto; }

.col-xs-offset-3 {
  margin-right: 25%;
  margin-left: auto; }

.col-xs-offset-2 {
  margin-right: 16.66666667%;
  margin-left: auto; }

.col-xs-offset-1 {
  margin-right: 8.33333333%;
  margin-left: auto; }

.col-xs-offset-0 {
  margin-right: 0;
  margin-left: auto; }

/*===================================== 
	-- Media Queries --
=====================================*/
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: right; }

  .col-sm-pull-12 {
    left: 100%;
    right: auto; }

  .col-sm-pull-11 {
    left: 91.66666667%;
    right: auto; }

  .col-sm-pull-10 {
    left: 83.33333333%;
    right: auto; }

  .col-sm-pull-9 {
    left: 75%;
    right: auto; }

  .col-sm-pull-8 {
    left: 66.66666667%;
    right: auto; }

  .col-sm-pull-7 {
    left: 58.33333333%;
    right: auto; }

  .col-sm-pull-6 {
    left: 50%;
    right: auto; }

  .col-sm-pull-5 {
    left: 41.66666667%;
    right: auto; }

  .col-sm-pull-4 {
    left: 33.33333333%;
    right: auto; }

  .col-sm-pull-3 {
    left: 25%;
    right: auto; }

  .col-sm-pull-2 {
    left: 16.66666667%;
    right: auto; }

  .col-sm-pull-1 {
    left: 8.33333333%;
    right: auto; }

  .col-sm-pull-0 {
    left: auto;
    right: auto; }

  .col-sm-push-12 {
    right: 100%;
    left: auto; }

  .col-sm-push-11 {
    right: 91.66666667%;
    left: auto; }

  .col-sm-push-10 {
    right: 83.33333333%;
    left: auto; }

  .col-sm-push-9 {
    right: 75%;
    left: auto; }

  .col-sm-push-8 {
    right: 66.66666667%;
    left: auto; }

  .col-sm-push-7 {
    right: 58.33333333%;
    left: auto; }

  .col-sm-push-6 {
    right: 50%;
    left: auto; }

  .col-sm-push-5 {
    right: 41.66666667%;
    left: auto; }

  .col-sm-push-4 {
    right: 33.33333333%;
    left: auto; }

  .col-sm-push-3 {
    right: 25%;
    left: auto; }

  .col-sm-push-2 {
    right: 16.66666667%;
    left: auto; }

  .col-sm-push-1 {
    right: 8.33333333%;
    left: auto; }

  .col-sm-push-0 {
    right: auto;
    left: auto; }

  .col-sm-offset-12 {
    margin-right: 100%;
    margin-left: auto; }

  .col-sm-offset-11 {
    margin-right: 91.66666667%;
    margin-left: auto; }

  .col-sm-offset-10 {
    margin-right: 83.33333333%;
    margin-left: auto; }

  .col-sm-offset-9 {
    margin-right: 75%;
    margin-left: auto; }

  .col-sm-offset-8 {
    margin-right: 66.66666667%;
    margin-left: auto; }

  .col-sm-offset-7 {
    margin-right: 58.33333333%;
    margin-left: auto; }

  .col-sm-offset-6 {
    margin-right: 50%;
    margin-left: auto; }

  .col-sm-offset-5 {
    margin-right: 41.66666667%;
    margin-left: auto; }

  .col-sm-offset-4 {
    margin-right: 33.33333333%;
    margin-left: auto; }

  .col-sm-offset-3 {
    margin-right: 25%;
    margin-left: auto; }

  .col-sm-offset-2 {
    margin-right: 16.66666667%;
    margin-left: auto; }

  .col-sm-offset-1 {
    margin-right: 8.33333333%;
    margin-left: auto; }

  .col-sm-offset-0 {
    margin-right: 0;
    margin-left: auto; }

  .form-horizontal .control-label {
    text-align: left; }

  .nav-justified > li {
    display: table-cell;
    float: none; }

  .navbar-header {
    float: right; }

  .navbar-brand {
    float: right; }

  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-right: -15px;
    margin-left: initial; }

  .navbar-nav, .navbar-nav > li, .navbar-text {
    float: right; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: right; }

  .col-md-pull-12 {
    left: 100%;
    right: auto; }

  .col-md-pull-11 {
    left: 91.66666667%;
    right: auto; }

  .col-md-pull-10 {
    left: 83.33333333%;
    right: auto; }

  .col-md-pull-9 {
    left: 75%;
    right: auto; }

  .col-md-pull-8 {
    left: 66.66666667%;
    right: auto; }

  .col-md-pull-7 {
    left: 58.33333333%;
    right: auto; }

  .col-md-pull-6 {
    left: 50%;
    right: auto; }

  .col-md-pull-5 {
    left: 41.66666667%;
    right: auto; }

  .col-md-pull-4 {
    left: 33.33333333%;
    right: auto; }

  .col-md-pull-3 {
    left: 25%;
    right: auto; }

  .col-md-pull-2 {
    left: 16.66666667%;
    right: auto; }

  .col-md-pull-1 {
    left: 8.33333333%;
    right: auto; }

  .col-md-pull-0 {
    left: auto;
    right: auto; }

  .col-md-push-12 {
    right: 100%;
    left: auto; }

  .col-md-push-11 {
    right: 91.66666667%;
    left: auto; }

  .col-md-push-10 {
    right: 83.33333333%;
    left: auto; }

  .col-md-push-9 {
    right: 75%;
    left: auto; }

  .col-md-push-8 {
    right: 66.66666667%;
    left: auto; }

  .col-md-push-7 {
    right: 58.33333333%;
    left: auto; }

  .col-md-push-6 {
    right: 50%;
    left: auto; }

  .col-md-push-5 {
    right: 41.66666667%;
    left: auto; }

  .col-md-push-4 {
    right: 33.33333333%;
    left: auto; }

  .col-md-push-3 {
    right: 25%;
    left: auto; }

  .col-md-push-2 {
    right: 16.66666667%;
    left: auto; }

  .col-md-push-1 {
    right: 8.33333333%;
    left: auto; }

  .col-md-push-0 {
    right: auto;
    left: auto; }

  .col-md-offset-12 {
    margin-right: 100%;
    margin-left: auto; }

  .col-md-offset-11 {
    margin-right: 91.66666667%;
    margin-left: auto; }

  .col-md-offset-10 {
    margin-right: 83.33333333%;
    margin-left: auto; }

  .col-md-offset-9 {
    margin-right: 75%;
    margin-left: auto; }

  .col-md-offset-8 {
    margin-right: 66.66666667%;
    margin-left: auto; }

  .col-md-offset-7 {
    margin-right: 58.33333333%;
    margin-left: auto; }

  .col-md-offset-6 {
    margin-right: 50%;
    margin-left: auto; }

  .col-md-offset-5 {
    margin-right: 41.66666667%;
    margin-left: auto; }

  .col-md-offset-4 {
    margin-right: 33.33333333%;
    margin-left: auto; }

  .col-md-offset-3 {
    margin-right: 25%;
    margin-left: auto; }

  .col-md-offset-2 {
    margin-right: 16.66666667%;
    margin-left: auto; }

  .col-md-offset-1 {
    margin-right: 8.33333333%;
    margin-left: auto; }

  .col-md-offset-0 {
    margin-right: 0;
    margin-left: auto; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: right; }

  .col-lg-pull-12 {
    left: 100%;
    right: auto; }

  .col-lg-pull-11 {
    left: 91.66666667%;
    right: auto; }

  .col-lg-pull-10 {
    left: 83.33333333%;
    right: auto; }

  .col-lg-pull-9 {
    left: 75%;
    right: auto; }

  .col-lg-pull-8 {
    left: 66.66666667%;
    right: auto; }

  .col-lg-pull-7 {
    left: 58.33333333%;
    right: auto; }

  .col-lg-pull-6 {
    left: 50%;
    right: auto; }

  .col-lg-pull-5 {
    left: 41.66666667%;
    right: auto; }

  .col-lg-pull-4 {
    left: 33.33333333%;
    right: auto; }

  .col-lg-pull-3 {
    left: 25%;
    right: auto; }

  .col-lg-pull-2 {
    left: 16.66666667%;
    right: auto; }

  .col-lg-pull-1 {
    left: 8.33333333%;
    right: auto; }

  .col-lg-pull-0 {
    left: auto;
    right: auto; }

  .col-lg-push-12 {
    right: 100%;
    left: auto; }

  .col-lg-push-11 {
    right: 91.66666667%;
    left: auto; }

  .col-lg-push-10 {
    right: 83.33333333%;
    left: auto; }

  .col-lg-push-9 {
    right: 75%;
    left: auto; }

  .col-lg-push-8 {
    right: 66.66666667%;
    left: auto; }

  .col-lg-push-7 {
    right: 58.33333333%;
    left: auto; }

  .col-lg-push-6 {
    right: 50%;
    left: auto; }

  .col-lg-push-5 {
    right: 41.66666667%;
    left: auto; }

  .col-lg-push-4 {
    right: 33.33333333%;
    left: auto; }

  .col-lg-push-3 {
    right: 25%;
    left: auto; }

  .col-lg-push-2 {
    right: 16.66666667%;
    left: auto; }

  .col-lg-push-1 {
    right: 8.33333333%;
    left: auto; }

  .col-lg-push-0 {
    right: auto;
    left: auto; }

  .col-lg-offset-12 {
    margin-right: 100%;
    margin-left: auto; }

  .col-lg-offset-11 {
    margin-right: 91.66666667%;
    margin-left: auto; }

  .col-lg-offset-10 {
    margin-right: 83.33333333%;
    margin-left: auto; }

  .col-lg-offset-9 {
    margin-right: 75%;
    margin-left: auto; }

  .col-lg-offset-8 {
    margin-right: 66.66666667%;
    margin-left: auto; }

  .col-lg-offset-7 {
    margin-right: 58.33333333%;
    margin-left: auto; }

  .col-lg-offset-6 {
    margin-right: 50%;
    margin-left: auto; }

  .col-lg-offset-5 {
    margin-right: 41.66666667%;
    margin-left: auto; }

  .col-lg-offset-4 {
    margin-right: 33.33333333%;
    margin-left: auto; }

  .col-lg-offset-3 {
    margin-right: 25%;
    margin-left: auto; }

  .col-lg-offset-2 {
    margin-right: 16.66666667%;
    margin-left: auto; }

  .col-lg-offset-1 {
    margin-right: 8.33333333%;
    margin-left: auto; }

  .col-lg-offset-0 {
    margin-right: 0;
    margin-left: auto; } }
@media (min-width: 768px) {
  .navbar-left {
    float: right !important; }

  .navbar-right {
    float: left !important; } }
.pull-right {
  float: left !important; }

.pull-left {
  float: right !important; }

/********************************************/
/********************************************/
/********************************************/
/********************************************/
/********************************************/
/********************************************/
/********************************************/
/********************************************/
body {
  font-family: HacenSaudiArabia;
  color: #ddb226; }
  @media (min-width: 320px) {
    body {
      font-size: 13px; } }
  @media (min-width: 769px) {
    body {
      font-size: 13px; } }
  @media (min-width: 992px) {
    body {
      font-size: 14px; } }
  @media (min-width: 1200px) {
    body {
      font-size: 16px; } }
  @media (min-width: 1600px) {
    body {
      font-size: 16px; } }

.noScroll {
  overflow: hidden !important; }

.betaVersion {
  width: 28px;
  height: 105px;
  position: absolute;
  top: 130px;
  left: 0;
  background: url("beta.png") no-repeat 0 0;
  z-index: 10000; }

.scrollTop {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #A27C45;
  text-align: center;
  position: fixed;
  bottom: -20px;
  color: #fff;
  line-height: 33px;
  font-size: 2.2em;
  left: 10px;
  -webkit-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s; }
  .scrollTop.visible {
    bottom: 7vh; }

.nopadding {
  padding: 0 !important; }

.noposition {
  position: static !important; }

.custom-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .custom-container {
    width: 750px; } }
@media (min-width: 992px) {
  .custom-container {
    width: 970px; } }
@media (min-width: 1200px) {
  .custom-container {
    width: 1170px; } }
@media (min-width: 1350px) {
  .custom-container {
    width: 1320px; } }
@media (min-width: 1400px) {
  .container {
    width: 1350px; } }
@media (min-width: 1600px) {
  .container {
    width: 1550px; } }
.gradient-bg {
  padding: 113px 0 0 0;
  position: relative;
  min-height: 500px;
  z-index: 0;
  background: #121d39;
  background: -webkit-gradient(linear, left top, left bottom, from(#121d39), color-stop(50%, white));
  background: linear-gradient(to bottom, #121d39 0%, white 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#121d39', endColorstr='#ffffff',GradientType=0 ); }
  @media (min-width: 319px) and (max-width: 991px) {
    .gradient-bg {
      margin-top: 0; } }

.breadcrumb {
  background-color: transparent; }
  .breadcrumb > li + li:before {
    content: ">";
    padding: 0 2px; }
  .breadcrumb > li a {
    color: #fff;
    font-size: 0.75em; }
  .breadcrumb .active {
    font-size: 0.75em;
    color: #fff; }

.list-header {
  margin-top: 30px; }
  @media (min-width: 319px) and (max-width: 768px) {
    .list-header {
      margin-top: 0px; } }
  .list-header .filter .input-group {
    width: 100%; }
    .list-header .filter .input-group .form-control {
      border-radius: 0;
      height: 35px;
      background: #9595a1;
      color: #332f2c;
      border: none; }
      .list-header .filter .input-group .form-control:focus {
        background: #c9cacf; }
    .list-header .filter .input-group ::-webkit-input-placeholder {
      color: #332f2c; }
    .list-header .filter .input-group :-moz-placeholder {
      /* Firefox 18- */
      color: #332f2c; }
    .list-header .filter .input-group ::-moz-placeholder {
      /* Firefox 19+ */
      color: #332f2c; }
    .list-header .filter .input-group :-ms-input-placeholder {
      color: #332f2c; }
    .list-header .filter .input-group .btn {
      border-radius: 0;
      height: 35px;
      background: #9595a1;
      color: #000;
      border: none; }

.gray-bg {
  background-color: #e5e3ee;
  padding-bottom: 50px; }

.dark-color {
  color: #1d2e4d !important; }

.dark-bg {
  background-color: #171717;
  padding-bottom: 30px; }

.dark-gray-bg {
  background: #dfdde7;
  padding: 10px 10px 20px 10px; }

.clear-fix {
  clear: both; }

.overflow-hidden {
  overflow: hidden; }

.big-font {
  font-size: 2em !important;
  line-height: 76px; }

ul.page-control {
  padding-left: 15px; }
  ul.page-control li {
    float: left;
    width: 52px;
    height: 52px;
    border: solid 1px rgba(255, 255, 255, 0.3);
    text-align: center;
    line-height: 42px;
    border-radius: 50%;
    margin: 0 7px;
    font-size: 1.4em;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    ul.page-control li a {
      display: inline-block;
      width: 42px;
      height: 42px;
      background: #fff;
      border-radius: 50%;
      margin-top: 4px;
      color: rgba(35, 30, 49, 0.7);
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    ul.page-control li:hover a {
      color: #fff;
      background: #ddb226; }

@media (min-width: 319px) and (max-width: 991px) {
  .filter > .col-md-6 {
    margin-bottom: 15px; } }
.whiteBG {
  background: #fff;
  padding: 15px 15px 45px 15px;
  height: 100%; }
  .whiteBG .brief {
    color: #575757 !important; }

.scrollToTop {
  width: 35px;
  height: 35px;
  border-radius: 7px;
  text-align: center;
  font-size: 20px;
  line-height: 34px;
  background: whiteSmoke;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 40px;
  right: 20px;
  display: none;
  background: #f15a2c;
  z-index: 10; }
  .scrollToTop:hover {
    color: #fff; }

.successMsg,
.errorMsg {
  width: 90%;
  margin: auto;
  padding: 10px 15px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  position: relative;
  padding-right: 45px; }
  .successMsg i,
  .errorMsg i {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 30px; }

.successMsg {
  color: #4F8A10;
  background-color: #DFF2BF; }

.errorMsg {
  color: #D8000C;
  background-color: #FFBABA; }

@font-face {
  font-family: 'HacenSaudiArabia';
  src: url("../fonts/hacen_saudi_arabia-webfont.eot");
  src: local("?"), url("../fonts/hacen_saudi_arabia-webfont.woff") format("woff"), url("../fonts/hacen_saudi_arabia-webfont.ttf") format("truetype"), url("../fonts/hacen_saudi_arabia-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: GE-R;
  src: url("../fonts/GE_Flow_Regular.otf"); }
@font-face {
  font-family: GE-B;
  src: url("../fonts/GE_Flow_Bold.otf"); }
@font-face {
  font-family: cairo-b;
  src: url("../fonts/Cairo-Bold.ttf"); }
@font-face {
  font-family: cairo-sb;
  src: url("../fonts/Cairo-SemiBold.ttf"); }
/*===================================== 
	-- initialization --
=====================================*/
body {
  position: relative; }

::-moz-selection {
  background: #9e7f19;
  color: #fff; }

::selection {
  background: #9e7f19;
  color: #fff; }

/* Safari */
::-moz-selection {
  background: #9e7f19;
  color: #fff; }

/* Firefox */
:-moz-placeholder, .form-control::-moz-placeholder {
  color: #d1d1d1; }

::-webkit-input-placeholder, .form-control::-webkit-input-placeholder {
  color: #d1d1d1; }

:-ms-input-placeholder, .form-control::-ms-input-placeholder {
  color: #d1d1d1; }

a, a:hover, a:link, a:active, a:focus, a:visited {
  outline: none;
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
  line-height: normal; }

*:focus {
  outline: none; }

.clear-styles, html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: none;
  -ms-text-shadow: none;
  text-shadow: none;
  list-style: none; }

/*===================================== 
	-- bootstrap custpmization --
=====================================*/
.modal {
  top: 40px; }

.has-feedback .form-control {
  padding-right: 15px; }

.navbar {
  background: #1d2e4d;
  border: none;
  border-radius: 0;
  height: 85px !important;
  padding: 0 0;
  margin: 0;
  position: relative;
  top: 0;
  right: 0;
  z-index: 3;
  width: 100%; }
  @media (min-width: 319px) and (max-width: 991px) {
    .navbar {
      position: relative; } }
  .navbar .navbar-toggle {
    z-index: 3; }
    @media (min-width: 319px) and (max-width: 991px) {
      .navbar .navbar-toggle {
        float: left;
        margin: 12px 0; } }
  .navbar .btn-more {
    display: block;
    float: right;
    background-color: #e61332;
    color: #ebe8e5;
    padding: 9px 15px;
    border-radius: 3px;
    margin-left: 10px;
    margin-top: 20px;
    position: relative;
    z-index: 3; }
    @media (min-width: 1024px) and (max-width: 1350px) {
      .navbar .btn-more {
        position: absolute;
        padding: 5px 10px; } }
    @media (min-width: 991px) and (max-width: 1024px) {
      .navbar .btn-more {
        position: absolute;
        padding: 5px 10px; } }
    @media (min-width: 319px) and (max-width: 991px) {
      .navbar .btn-more {
        padding: 5px 10px;
        margin-top: 12px; } }
    .navbar .btn-more i {
      float: left;
      font-size: 24px;
      margin-right: 9px; }
  .navbar .navbar-nav {
    margin-right: 90px;
    height: 85px; }
    @media (min-width: 1024px) and (max-width: 1350px) {
      .navbar .navbar-nav {
        margin-right: 130px; } }
    @media (min-width: 319px) and (max-width: 991px) {
      .navbar .navbar-nav {
        width: 100%;
        background: #121d39;
        background: -webkit-gradient(linear, left top, left bottom, from(#121d39), to(rgba(83, 100, 144, 0.95)));
        background: linear-gradient(to bottom, #121d39 0%, rgba(83, 100, 144, 0.95) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#121d39', endColorstr='rgba(83, 100, 144, 0.95)',GradientType=0 );
        z-index: 2;
        position: relative;
        height: auto;
        margin-right: 0px;
        padding: 30px 0;
        margin: 0;
        text-align: center;
        padding-top: 100px; } }
    .navbar .navbar-nav > li {
      position: relative;
      margin: 0;
      height: 100%;
      padding: 20px 0; }
      @media (min-width: 319px) and (max-width: 991px) {
        .navbar .navbar-nav > li {
          padding: 0; } }
      .navbar .navbar-nav > li:hover {
        border-bottom: solid 5px; }
      .navbar .navbar-nav > li > a {
        color: #ebe8e5 !important;
        padding: 8px 0;
        position: relative;
        overflow: hidden;
        z-index: 3;
        font-size: 0.9em; }
        @media (min-width: 319px) and (max-width: 991px) {
          .navbar .navbar-nav > li > a {
            font-size: 1.1em; } }
        .navbar .navbar-nav > li > a:after, .navbar .navbar-nav > li > a:before {
          content: "";
          top: 0;
          background: #e61332;
          height: 2px;
          width: 50px;
          position: absolute;
          display: block;
          left: 200px; }
          @media (min-width: 319px) and (max-width: 991px) {
            .navbar .navbar-nav > li > a:after, .navbar .navbar-nav > li > a:before {
              display: none; } }
        .navbar .navbar-nav > li > a:after {
          top: auto;
          bottom: 0;
          left: auto;
          right: 200px; }
        .navbar .navbar-nav > li > a > span {
          display: block;
          padding: 2px 18px;
          position: relative; }
          @media (min-width: 991px) and (max-width: 1024px) {
            .navbar .navbar-nav > li > a > span {
              padding: 2px 12px; } }
          .navbar .navbar-nav > li > a > span:after, .navbar .navbar-nav > li > a > span:before {
            content: "";
            right: 0;
            background: #e61332;
            height: 50px;
            width: 2px;
            position: absolute;
            display: block;
            top: 40px; }
            @media (min-width: 319px) and (max-width: 991px) {
              .navbar .navbar-nav > li > a > span:after, .navbar .navbar-nav > li > a > span:before {
                width: 5px; } }
          .navbar .navbar-nav > li > a > span:after {
            right: auto;
            left: 0;
            top: auto;
            bottom: 40px; }
        .navbar .navbar-nav > li > a:hover {
          color: #e6e6e6; }
          .navbar .navbar-nav > li > a:hover:before {
            left: -200px;
            -webkit-transition: all 0.5s linear 0.1s;
            transition: all 0.5s linear 0.1s; }
          .navbar .navbar-nav > li > a:hover:after {
            right: -200px;
            -webkit-transition: all 0.5s linear 0.1s;
            transition: all 0.5s linear 0.1s; }
          .navbar .navbar-nav > li > a:hover span {
            border-left: solid 1px rgba(183, 183, 183, 0) !important; }
            .navbar .navbar-nav > li > a:hover span:before {
              top: -60px;
              -webkit-transition: all 0.5s linear 0.1s;
              transition: all 0.5s linear 0.1s; }
            .navbar .navbar-nav > li > a:hover span:after {
              bottom: -60px;
              -webkit-transition: all 0.5s linear 0.1s;
              transition: all 0.5s linear 0.1s; }
  .navbar .search-icon {
    margin-top: 25px;
    position: absolute;
    left: 10px;
    z-index: 3;
    top: 0; }
    @media (min-width: 319px) and (max-width: 991px) {
      .navbar .search-icon {
        left: 75px;
        margin-top: 25px; } }
    .navbar .search-icon i {
      color: #ebe8e5;
      background: transparent;
      border: none;
      font-size: 26px;
      padding: 0;
      margin: 3px 15px;
      float: left;
      cursor: pointer; }
      @media (min-width: 991px) and (max-width: 1024px) {
        .navbar .search-icon i {
          font-size: 17px;
          margin: 3px 0px; } }
  .navbar .megaMenuHolder {
    position: absolute;
    text-align: right;
    width: 100%;
    height: 0px;
    opacity: 0;
    right: 0;
    top: 100%;
    margin: 0;
    z-index: 2;
    background: #223962;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #223962), to(#2298a6));
    background: linear-gradient(to bottom, #223962 1%, #2298a6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#223962', endColorstr='#2298a6',GradientType=0 );
    overflow: hidden;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear; }
    @media (min-width: 319px) and (max-width: 991px) {
      .navbar .megaMenuHolder {
        position: relative; } }
    .navbar .megaMenuHolder h3 {
      color: #fff;
      border-bottom: solid 1px rgba(183, 183, 183, 0.25);
      margin: 50px 15px 20px 15px; }
    .navbar .megaMenuHolder .programsContainer .channelPrograms {
      padding-left: 100px; }
      @media (min-width: 991px) and (max-width: 1024px) {
        .navbar .megaMenuHolder .programsContainer .channelPrograms {
          padding-left: 0; } }
      @media (min-width: 319px) and (max-width: 991px) {
        .navbar .megaMenuHolder .programsContainer .channelPrograms {
          padding-left: 0; } }
      .navbar .megaMenuHolder .programsContainer .channelPrograms > div .programName {
        color: #fff;
        display: block;
        padding: 15px 20px;
        border-bottom: dashed 1px rgba(183, 183, 183, 0.25);
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        position: relative; }
        .navbar .megaMenuHolder .programsContainer .channelPrograms > div .programName:before, .navbar .megaMenuHolder .programsContainer .channelPrograms > div .programName:after {
          font-family: fontawesome;
          position: absolute;
          top: 15px; }
        .navbar .megaMenuHolder .programsContainer .channelPrograms > div .programName:before {
          content: "\f009";
          right: 4px;
          font-size: 0.6em;
          top: 16px; }
        .navbar .megaMenuHolder .programsContainer .channelPrograms > div .programName:after {
          content: "\f0d9";
          left: 10px; }
        .navbar .megaMenuHolder .programsContainer .channelPrograms > div .programName:hover {
          background: #223962; }
      .navbar .megaMenuHolder .programsContainer .channelPrograms .allPrograms {
        background: #223962;
        border: none;
        margin-top: 25px;
        color: #fff;
        padding: 10px 25px;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        .navbar .megaMenuHolder .programsContainer .channelPrograms .allPrograms:hover {
          background: #fff;
          color: #223962; }
        @media (min-width: 319px) and (max-width: 991px) {
          .navbar .megaMenuHolder .programsContainer .channelPrograms .allPrograms {
            margin-bottom: 15px; } }
    .navbar .megaMenuHolder .programsContainer .presenters {
      padding-right: 100px; }
      @media (min-width: 991px) and (max-width: 1024px) {
        .navbar .megaMenuHolder .programsContainer .presenters {
          padding-right: 0; } }
      @media (min-width: 319px) and (max-width: 991px) {
        .navbar .megaMenuHolder .programsContainer .presenters {
          display: none;
          padding-right: 0; } }
      .navbar .megaMenuHolder .programsContainer .presenters h3 {
        color: #fff;
        border-bottom: solid 1px rgba(183, 183, 183, 0.25);
        margin: 50px 15px 20px 15px; }
      .navbar .megaMenuHolder .programsContainer .presenters > div .programPresenter {
        display: block;
        margin-bottom: 30px; }
        .navbar .megaMenuHolder .programsContainer .presenters > div .programPresenter figure {
          border: solid 5px #fff;
          height: 80px;
          overflow: hidden; }
          .navbar .megaMenuHolder .programsContainer .presenters > div .programPresenter figure img {
            width: 100%;
            -webkit-transition: all 0.2s linear;
            transition: all 0.2s linear; }
        .navbar .megaMenuHolder .programsContainer .presenters > div .programPresenter h4 {
          color: #fff;
          display: block;
          padding: 10px 5px 5px 5px;
          border-bottom: dashed 1px rgba(183, 183, 183, 0.25);
          -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear;
          position: relative;
          font-size: 0.8em;
          margin-bottom: 20px; }
        .navbar .megaMenuHolder .programsContainer .presenters > div .programPresenter:hover {
          background: #223962; }
          .navbar .megaMenuHolder .programsContainer .presenters > div .programPresenter:hover figure img {
            -webkit-transform: scale(1.1);
                    transform: scale(1.1); }
      .navbar .megaMenuHolder .programsContainer .presenters .allPresenters {
        background: #223962;
        border: none;
        margin-top: 25px;
        color: #fff;
        padding: 10px 25px;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        .navbar .megaMenuHolder .programsContainer .presenters .allPresenters:hover {
          background: #fff;
          color: #223962; }
    .navbar .megaMenuHolder li {
      list-style: none; }
      .navbar .megaMenuHolder li a {
        color: #ebe8e5; }
        .navbar .megaMenuHolder li a:before, .navbar .megaMenuHolder li a:after {
          display: none; }
    .navbar .megaMenuHolder .mediaCenterContainer {
      margin-top: 50px; }
      .navbar .megaMenuHolder .mediaCenterContainer a {
        display: block;
        width: 100%;
        padding: 18px 0;
        text-align: center;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear; }
        .navbar .megaMenuHolder .mediaCenterContainer a h2 {
          font-size: 1.25em;
          color: #fff;
          border-bottom: solid;
          display: inline-block;
          padding-bottom: 12px; }
          @media (min-width: 319px) and (max-width: 991px) {
            .navbar .megaMenuHolder .mediaCenterContainer a h2 {
              display: block; } }
        .navbar .megaMenuHolder .mediaCenterContainer a:hover {
          background: #22324c; }
  .navbar .megaMenuBtn:hover .megaMenuHolder {
    height: 530px;
    opacity: 1; }
    @media (min-width: 319px) and (max-width: 991px) {
      .navbar .megaMenuBtn:hover .megaMenuHolder {
        height: 0;
        z-index: 100001;
        position: relative;
        opacity: 0; } }
  .navbar .openMegaMenuHolder .megaMenuHolder {
    height: auto !important;
    opacity: 1 !important; }
  .navbar .round-box {
    position: absolute;
    height: 260px;
    width: 260px;
    background: #1d2e4d;
    border-radius: 35%;
    right: calc(50% - 130px);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    z-index: 3;
    top: -110px; }
    @media (min-width: 250px) and (max-width: 359px) {
      .navbar .round-box {
        height: 224px;
        width: 224px;
        right: calc(50% - 112px);
        top: -75px; } }
  .navbar .navbar-brand {
    position: absolute;
    width: 120px;
    display: inline-block;
    right: calc(50% - 60px);
    -webkit-transform-origin: center;
            transform-origin: center;
    top: 15px;
    padding: 0;
    margin: 0;
    z-index: 3; }
  .navbar .border {
    border-left: solid 1px rgba(183, 183, 183, 0.25); }
    @media (min-width: 319px) and (max-width: 991px) {
      .navbar .border {
        border-left: none !important; } }
  .navbar .margin {
    margin-right: 180px !important; }
    @media (min-width: 319px) and (max-width: 991px) {
      .navbar .margin {
        margin-right: 0px !important; } }
  .navbar .program-social {
    position: absolute;
    top: 100px;
    z-index: 1;
    left: 25px;
    color: #ddb226;
    font-size: 26px; }
    .navbar .program-social li {
      height: 30px;
      width: 30px;
      border-radius: 50%;
      text-align: center;
      line-height: 30px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear;
      border: solid 1px transparent;
      font-size: 0.8em;
      margin: 5px; }
      .navbar .program-social li a {
        color: #ddb226; }
      .navbar .program-social li:hover {
        border: solid 1px #ddb226; }

.search-holder {
  overflow: hidden;
  height: 0;
  width: 100%;
  background: #121d39;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #121d39), to(rgba(255, 255, 255, 0.5)));
  background: linear-gradient(to bottom, #121d39 30%, rgba(255, 255, 255, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#121d39', endColorstr='#ffffff',GradientType=0 );
  top: 0;
  z-index: 4;
  position: fixed; }
  .search-holder .close-search {
    color: #fff;
    font-size: 32px;
    position: absolute;
    top: 35px;
    right: 60px;
    cursor: pointer;
    font-family: monospace;
    display: inline-block;
    height: 40px;
    width: 40px;
    border: solid 1px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%; }
  .search-holder .input-group {
    width: 70%;
    margin: auto;
    margin-top: 8%; }
    @media (min-width: 319px) and (max-width: 991px) {
      .search-holder .input-group {
        margin-top: 30%;
        width: 90%; } }
    .search-holder .input-group .form-control {
      background: transparent;
      border: none;
      border-bottom: solid 1px #fff;
      height: 50px;
      border-radius: 0;
      padding-top: 20px;
      font-size: 1.3em;
      color: #fff; }
      .search-holder .input-group .form-control:focus {
        -webkit-box-shadow: none;
                box-shadow: none; }
    .search-holder .input-group .input-group-btn {
      position: absolute;
      top: 0;
      left: 35px; }
      .search-holder .input-group .input-group-btn button {
        background: transparent;
        color: #fff;
        font-size: 30px;
        cursor: pointer;
        position: relative;
        z-index: 10000000; }
        .search-holder .input-group .input-group-btn button:focus {
          outline: none; }

.open-search-holder {
  height: 100%;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear; }

.small-megaMenu {
  width: 250px !important;
  height: 0 !important;
  padding: 0;
  top: calc(100% + 5px) !important; }
  .small-megaMenu .programsContainer .channelPrograms {
    padding-left: 0 !important; }
  @media (min-width: 319px) and (max-width: 991px) {
    .small-megaMenu {
      padding-bottom: 0;
      padding-top: 0;
      top: 0 !important;
      width: 100% !important; } }

.megaMenuBtn:hover .small-megaMenu {
  height: auto !important;
  padding: 20px 0; }

@media (min-width: 319px) and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    width: 100%;
    right: 0;
    padding: 0;
    margin-top: 15px; } }
.footer {
  height: auto;
  background: #000;
  padding: 15px 0 15px 0; }
  .footer .main-footer {
    position: relative; }
    .footer .main-footer .divider {
      position: absolute;
      top: 45px;
      width: 100%;
      height: 1px;
      background: #ddb226; }
      .footer .main-footer .divider:after, .footer .main-footer .divider:before {
        content: "";
        display: block;
        height: 35px;
        width: 37px;
        position: absolute;
        top: -17px; }
      .footer .main-footer .divider:after {
        right: 0;
        background-image: url(../img/rigth-gold-arrow.png); }
      .footer .main-footer .divider:before {
        left: 0;
        background-image: url(../img/left-gold-arrow.png); }
      @media (min-width: 319px) and (max-width: 991px) {
        .footer .main-footer .divider {
          display: none; } }
    .footer .main-footer h3 {
      color: #ddb226;
      font-size: 1em;
      margin-bottom: 50px; }
      @media (min-width: 319px) and (max-width: 991px) {
        .footer .main-footer h3 {
          margin-bottom: 10px;
          margin-top: 20px; } }
    .footer .main-footer ul li {
      margin: 0 0 10px 0;
      position: relative;
      padding-right: 10px; }
      .footer .main-footer ul li:before {
        content: "";
        height: 7px;
        width: 7px;
        border-radius: 50%;
        background: #ddb226;
        position: absolute;
        top: 10px;
        right: -5px; }
      .footer .main-footer ul li a {
        color: #ebe8e5;
        font-size: 0.8125em;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        .footer .main-footer ul li a:hover {
          text-decoration: underline; }
    .footer .main-footer ul.footer-social li {
      list-style-type: none; }
      .footer .main-footer ul.footer-social li i {
        color: #ddb226;
        margin-left: 5px;
        font-size: 1.5em; }
      .footer .main-footer ul.footer-social li:before {
        display: none; }
  .footer .sub-footer {
    margin-top: 10px;
    border-top: solid 1px rgba(221, 178, 38, 0.2);
    padding-top: 20px !important; }
    @media (min-width: 319px) and (max-width: 991px) {
      .footer .sub-footer {
        text-align: center; } }
    .footer .sub-footer .footer-logo {
      float: right; }
      @media (min-width: 319px) and (max-width: 991px) {
        .footer .sub-footer .footer-logo {
          float: none;
          text-align: center;
          display: block; } }
      .footer .sub-footer .footer-logo img {
        width: 60px;
        margin-left: 30px; }
        @media (min-width: 319px) and (max-width: 991px) {
          .footer .sub-footer .footer-logo img {
            display: inline;
            margin-left: 0px; } }
    .footer .sub-footer .omg-logo {
      margin-top: 32px; }
    .footer .sub-footer .copyright {
      color: #ebe8e5;
      margin: 32px 0 10px 0;
      font-size: 0.8em; }
    .footer .sub-footer .policy a {
      color: #ebe8e5;
      margin: 0 5px;
      border-bottom: solid 1px;
      font-size: 0.8em; }

@media (min-width: 319px) and (max-width: 991px) {
  .footer-box {
    height: 220px; }

  .footer-box:last-child {
    text-align: center;
    height: 80px;
    border-top: solid 1px rgba(221, 178, 38, 0.2); }
    .footer-box:last-child ul li {
      display: inline-block;
      margin: 0 10px; }
      .footer-box:last-child ul li a {
        font-size: 1em; }
        .footer-box:last-child ul li a span {
          display: none; } }
.home-banner {
  direction: ltr;
  overflow: hidden;
  height: 530px;
  position: relative; }
  @media (min-width: 319px) and (max-width: 991px) {
    .home-banner {
      height: auto;
      margin-top: 0; } }
  .home-banner .banner-slider .slider-holder {
    direction: rtl;
    position: relative; }
    .home-banner .banner-slider .slider-holder .img {
      width: 100%; }
      @media (min-width: 319px) and (max-width: 991px) {
        .home-banner .banner-slider .slider-holder .img {
          height: 100%;
          width: auto;
          right: 50%;
          position: relative;
          -webkit-transform: translateX(50%);
                  transform: translateX(50%); } }
    .home-banner .banner-slider .slider-holder .program {
      position: absolute;
      z-index: 1;
      top: 170px;
      right: 120px; }
      @media (min-width: 319px) and (max-width: 991px) {
        .home-banner .banner-slider .slider-holder .program {
          top: 400px;
          text-align: center;
          left: 50%;
          right: auto;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          width: 300px; } }
      .home-banner .banner-slider .slider-holder .program h3 {
        color: #219aa7;
        font-size: 1.875em; }
      .home-banner .banner-slider .slider-holder .program p {
        color: #ebe8e5;
        font-size: 2.5em; }
      .home-banner .banner-slider .slider-holder .program ul.program-details li {
        height: 60px;
        width: 60px;
        float: right;
        background: #ebe8e5;
        border-radius: 50%;
        line-height: 60px;
        text-align: center;
        font-size: 30px;
        margin: 20px 7px;
        cursor: pointer;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        .home-banner .banner-slider .slider-holder .program ul.program-details li a {
          color: #1d2e4d; }
        .home-banner .banner-slider .slider-holder .program ul.program-details li:hover, .home-banner .banner-slider .slider-holder .program ul.program-details li:active, .home-banner .banner-slider .slider-holder .program ul.program-details li:focus {
          background: #ddb226; }
          .home-banner .banner-slider .slider-holder .program ul.program-details li:hover a, .home-banner .banner-slider .slider-holder .program ul.program-details li:active a, .home-banner .banner-slider .slider-holder .program ul.program-details li:focus a {
            color: #ebe8e5; }
  .home-banner .banner-slider .slick-arrow {
    position: absolute;
    z-index: 1;
    color: #ebe8e5;
    font-size: 40px;
    top: 35%;
    left: 30px;
    cursor: pointer; }
  .home-banner .banner-slider .right {
    left: auto;
    right: 30px; }
  .home-banner .circle-slider {
    position: absolute;
    z-index: 1;
    top: 50px;
    left: 100px;
    width: 335px;
    height: 353px;
    background: rgba(10, 15, 18, 0.9);
    border-radius: 50%;
    text-align: center;
    padding: 50px 0 0 0;
    overflow: hidden; }
    @media (min-width: 319px) and (max-width: 991px) {
      .home-banner .circle-slider {
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 275px;
        height: 275px;
        top: 100px; } }
    .home-banner .circle-slider .circle-slider-holder {
      direction: rtl;
      color: #ebe8e5; }
      .home-banner .circle-slider .circle-slider-holder p:nth-of-type(1) {
        font-size: 1.5em; }
        .home-banner .circle-slider .circle-slider-holder p:nth-of-type(1) span {
          font-size: 2em;
          color: #ddb226;
          margin-left: 10px; }
      .home-banner .circle-slider .circle-slider-holder P:nth-of-type(2) {
        font-size: 1.5em; }
        .home-banner .circle-slider .circle-slider-holder P:nth-of-type(2):before {
          content: "\f104 ";
          font-family: fontawesome;
          margin-left: 10px; }
      .home-banner .circle-slider .circle-slider-holder .divider {
        width: 80%;
        margin: 25px auto;
        height: 1px;
        background: rgba(202, 202, 202, 0.1); }
      .home-banner .circle-slider .circle-slider-holder p:nth-of-type(3) {
        color: #219aa7;
        font-size: 1.5em; }
    .home-banner .circle-slider .slick-dots {
      text-align: center;
      margin: 30px 0 0 0;
      direction: rtl; }
      .home-banner .circle-slider .slick-dots li {
        display: inline; }
        .home-banner .circle-slider .slick-dots li .dot {
          height: 6px;
          width: 30px;
          background: #000;
          margin: 6px;
          display: inline-block;
          cursor: pointer; }
      .home-banner .circle-slider .slick-dots li.slick-active .dot {
        background-color: #fff; }
  .home-banner .nav-tabs {
    position: absolute;
    bottom: -2px;
    border: none;
    z-index: 1;
    width: 100%;
    text-align: center;
    direction: rtl; }
    .home-banner .nav-tabs li {
      float: none;
      display: inline-block;
      width: 290px;
      height: 60px;
      background-image: url(../img/tabs-bg.svg);
      background-size: 100% 100%;
      margin: 0 -25px;
      position: relative; }
      .home-banner .nav-tabs li .banner-tab {
        color: #ebe8e5;
        background-color: transparent;
        border: none;
        padding: 0;
        line-height: 60px;
        margin: 0; }
        @media (min-width: 319px) and (max-width: 991px) {
          .home-banner .nav-tabs li .banner-tab {
            line-height: 24px; } }
        .home-banner .nav-tabs li .banner-tab i {
          font-size: 24px; }
          @media (min-width: 319px) and (max-width: 991px) {
            .home-banner .nav-tabs li .banner-tab i {
              display: block;
              margin-top: 7px; } }
        .home-banner .nav-tabs li .banner-tab:hover, .home-banner .nav-tabs li .banner-tab:active, .home-banner .nav-tabs li .banner-tab:focus {
          background: transparent;
          border: none;
          color: #ebe8e5; }
      @media (min-width: 319px) and (max-width: 768px) {
        .home-banner .nav-tabs li {
          width: 33.3333333%;
          margin: 0 -2px;
          height: 60px;
          background-color: #219aa7;
          background-image: none; } }
    .home-banner .nav-tabs li.active {
      background-image: url(../img/tabs-bg-active.svg);
      z-index: 1; }
      .home-banner .nav-tabs li.active .banner-tab {
        color: #1d2e4d; }
      @media (min-width: 319px) and (max-width: 768px) {
        .home-banner .nav-tabs li.active {
          background-color: #fff;
          background-image: none; } }

.followUs {
  height: 595px;
  background-image: url(../img/top-bg.png);
  background-repeat: no-repeat;
  background-position: top left;
  text-align: center;
  position: relative;
  z-index: 1; }
  @media (min-width: 319px) and (max-width: 991px) {
    .followUs {
      z-index: 1; } }
  .followUs h2 {
    font-size: 1.125em;
    color: #ddb226;
    padding-top: 35px; }
  .followUs .nav-tabs {
    text-align: center;
    border: none;
    position: relative;
    height: 55px;
    margin-bottom: 35px; }
    .followUs .nav-tabs:after, .followUs .nav-tabs:before {
      content: "";
      display: block;
      width: 100px;
      height: 1px;
      background: #ddb226;
      position: absolute;
      right: 22%;
      top: 32px; }
      @media (min-width: 319px) and (max-width: 991px) {
        .followUs .nav-tabs:after, .followUs .nav-tabs:before {
          display: none; } }
    .followUs .nav-tabs:before {
      right: auto;
      left: 22%; }
    .followUs .nav-tabs .img {
      position: absolute;
      left: 30%;
      top: 15px; }
      @media (min-width: 319px) and (max-width: 991px) {
        .followUs .nav-tabs .img {
          display: none; } }
    .followUs .nav-tabs .img:first-child {
      left: auto;
      right: 30%; }
    .followUs .nav-tabs li {
      float: none;
      display: inline-block; }
      .followUs .nav-tabs li a.followUs-tab {
        border: none;
        color: #676767;
        font-size: 1.5em;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        position: relative; }
        .followUs .nav-tabs li a.followUs-tab:hover, .followUs .nav-tabs li a.followUs-tab:active, .followUs .nav-tabs li a.followUs-tab:focus {
          background: transparent;
          border: none;
          color: #1d2e4d; }
          .followUs .nav-tabs li a.followUs-tab:hover:after, .followUs .nav-tabs li a.followUs-tab:active:after, .followUs .nav-tabs li a.followUs-tab:focus:after {
            content: "";
            display: block;
            background: #219aa7;
            height: 3px;
            width: 60px;
            -webkit-transition: all 0.2s linear;
            transition: all 0.2s linear;
            margin: auto; }
    .followUs .nav-tabs li.active a.followUs-tab {
      font-size: 2em;
      color: #1d2e4d; }
      .followUs .nav-tabs li.active a.followUs-tab:after {
        content: "";
        display: block;
        background: #219aa7;
        height: 3px;
        width: 120px;
        margin: auto; }
  .followUs .followUs-slider .slick-dots {
    text-align: center;
    margin: -10px 0 0 0;
    direction: rtl; }
    .followUs .followUs-slider .slick-dots li {
      display: inline; }
      .followUs .followUs-slider .slick-dots li .dot {
        height: 15px;
        width: 15px;
        background-image: url(../img/hexagon-black.svg);
        background-size: 100% 100%;
        margin: 6px;
        display: inline-block;
        cursor: pointer; }
    .followUs .followUs-slider .slick-dots li.slick-active .dot {
      background-image: url(../img/hexagon-gold.svg); }
  .followUs .followUs-slider .slick-arrow {
    position: absolute;
    z-index: 1;
    color: #ddb226;
    font-size: 40px;
    top: 35%;
    left: -10px;
    cursor: pointer; }
  .followUs .followUs-slider .right {
    left: auto;
    right: -10px; }
  .followUs .followUs-slider .followUs-slider-holder {
    height: 420px;
    position: relative;
    padding-top: 35px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .followUs .followUs-slider .followUs-slider-holder a.title {
      border: solid 6px white;
      border-radius: 10px;
      background-color: white;
      -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
      display: block;
      margin: 5px auto;
      color: #1d2e4d;
      font-size: 1.125em;
      line-height: 60px;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear;
      margin-top: 45px; }
    .followUs .followUs-slider .followUs-slider-holder:before, .followUs .followUs-slider .followUs-slider-holder:after {
      content: "";
      height: 240px;
      width: 290px;
      position: absolute;
      display: block;
      background-image: url(../img/img-1.jpg);
      right: calc(50% - 145px);
      top: 35px;
      border: solid 7px #fff;
      -webkit-box-shadow: 2px 2px 25px #ccc;
              box-shadow: 2px 2px 25px #ccc;
      border-radius: 10px;
      -webkit-transform: rotate(10deg);
              transform: rotate(10deg);
      z-index: 1;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .followUs .followUs-slider .followUs-slider-holder:before {
      -webkit-transform: rotate(-10deg);
              transform: rotate(-10deg);
      background-image: url(../img/img-2.jpg); }
    .followUs .followUs-slider .followUs-slider-holder:hover:after {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
    .followUs .followUs-slider .followUs-slider-holder:hover:before {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
    .followUs .followUs-slider .followUs-slider-holder:hover a.title {
      background: #ddb226;
      color: #fff;
      -webkit-box-shadow: 0px 0px 10px 0px #ddb226;
              box-shadow: 0px 0px 10px 0px #ddb226; }
    .followUs .followUs-slider .followUs-slider-holder figure {
      width: 290px;
      height: 240px;
      margin: auto;
      overflow: hidden;
      text-align: center;
      border: solid 7px #fff;
      -webkit-box-shadow: 2px 2px 25px #ccc;
              box-shadow: 2px 2px 25px #ccc;
      border-radius: 10px;
      position: relative;
      z-index: 2; }
      .followUs .followUs-slider .followUs-slider-holder figure img {
        height: 100%; }
    .followUs .followUs-slider .followUs-slider-holder .video-icon:after {
      content: "\e90e";
      font-family: icomoon;
      color: #fff;
      font-size: 70px;
      display: inline;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      cursor: pointer; }

.mediaGallery {
  height: 1400px;
  direction: ltr;
  text-align: center; }
  .mediaGallery .videos header, .mediaGallery .images header {
    position: relative; }
    .mediaGallery .videos header:after, .mediaGallery .images header:after, .mediaGallery .videos header:before, .mediaGallery .images header:before {
      content: "";
      display: block;
      height: 35px;
      width: 37px;
      position: absolute;
      top: 49%; }
      @media (min-width: 991px) and (max-width: 1024px) {
        .mediaGallery .videos header:after, .mediaGallery .images header:after, .mediaGallery .videos header:before, .mediaGallery .images header:before {
          top: 53%; } }
    .mediaGallery .videos header:after, .mediaGallery .images header:after {
      right: 37%;
      background-image: url(../img/rigth-gold-arrow.png); }
      @media (min-width: 991px) and (max-width: 1024px) {
        .mediaGallery .videos header:after, .mediaGallery .images header:after {
          right: 35%; } }
      @media (min-width: 319px) and (max-width: 991px) {
        .mediaGallery .videos header:after, .mediaGallery .images header:after {
          right: 7%; } }
    .mediaGallery .videos header:before, .mediaGallery .images header:before {
      left: 37%;
      background-image: url(../img/left-gold-arrow.png); }
      @media (min-width: 991px) and (max-width: 1024px) {
        .mediaGallery .videos header:before, .mediaGallery .images header:before {
          left: 35%; } }
      @media (min-width: 319px) and (max-width: 991px) {
        .mediaGallery .videos header:before, .mediaGallery .images header:before {
          left: 7%; } }
    .mediaGallery .videos header h2, .mediaGallery .images header h2 {
      font-size: 1.1em;
      color: #fff;
      padding-top: 20px; }
      .mediaGallery .videos header h2:after, .mediaGallery .images header h2:after, .mediaGallery .videos header h2:before, .mediaGallery .images header h2:before {
        content: "";
        display: block;
        width: 100px;
        height: 1px;
        background: #ddb226;
        position: absolute;
        right: calc(37% - 90px);
        top: 73px; }
        @media (min-width: 319px) and (max-width: 768px) {
          .mediaGallery .videos header h2:after, .mediaGallery .images header h2:after, .mediaGallery .videos header h2:before, .mediaGallery .images header h2:before {
            display: none; } }
      .mediaGallery .videos header h2:before, .mediaGallery .images header h2:before {
        right: auto;
        left: calc(37% - 90px); }
    .mediaGallery .videos header h3, .mediaGallery .images header h3 {
      font-size: 2.125em;
      color: #fff;
      margin-right: 0;
      border-bottom: none; }
      .mediaGallery .videos header h3:after, .mediaGallery .images header h3:after {
        content: "";
        height: 3px;
        width: 100px;
        background: #fff;
        display: block;
        margin: 15px auto 40px auto; }
  .mediaGallery .videos .videos-slider, .mediaGallery .images .videos-slider {
    height: 445px;
    position: relative; }
    .mediaGallery .videos .videos-slider .slick-arrow, .mediaGallery .images .videos-slider .slick-arrow {
      position: absolute;
      z-index: 1;
      color: #fff;
      font-size: 40px;
      top: calc(100% + 24px);
      left: 46%;
      cursor: pointer; }
      @media (min-width: 991px) and (max-width: 1024px) {
        .mediaGallery .videos .videos-slider .slick-arrow, .mediaGallery .images .videos-slider .slick-arrow {
          left: 35%; } }
    .mediaGallery .videos .videos-slider .right, .mediaGallery .images .videos-slider .right {
      left: auto;
      right: 46%; }
      @media (min-width: 991px) and (max-width: 1024px) {
        .mediaGallery .videos .videos-slider .right, .mediaGallery .images .videos-slider .right {
          right: 35%; } }
    .mediaGallery .videos .videos-slider .slick-dots, .mediaGallery .images .videos-slider .slick-dots {
      text-align: center;
      margin: 30px 0 0 0;
      direction: rtl; }
      .mediaGallery .videos .videos-slider .slick-dots li, .mediaGallery .images .videos-slider .slick-dots li {
        display: inline; }
        .mediaGallery .videos .videos-slider .slick-dots li .dot, .mediaGallery .images .videos-slider .slick-dots li .dot {
          height: 15px;
          width: 15px;
          background-image: url(../img/hexagon-white.svg);
          background-size: 100% 100%;
          margin: 6px;
          display: inline-block;
          cursor: pointer; }
      .mediaGallery .videos .videos-slider .slick-dots li.slick-active .dot, .mediaGallery .images .videos-slider .slick-dots li.slick-active .dot {
        background-image: url(../img/hexagon-gold.svg); }
    .mediaGallery .videos .videos-slider .videos-slider-holder, .mediaGallery .images .videos-slider .videos-slider-holder {
      border: solid 5px #a0a0a0;
      height: 445px;
      overflow: hidden;
      position: relative;
      direction: rtl;
      text-align: right;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      .mediaGallery .videos .videos-slider .videos-slider-holder a:before, .mediaGallery .images .videos-slider .videos-slider-holder a:before {
        content: "\e90e";
        font-family: icomoon;
        color: #fff;
        font-size: 70px;
        display: inline;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        cursor: pointer;
        z-index: 1; }
      .mediaGallery .videos .videos-slider .videos-slider-holder a:after, .mediaGallery .images .videos-slider .videos-slider-holder a:after {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        position: absolute;
        top: 0;
        left: 0; }
      .mediaGallery .videos .videos-slider .videos-slider-holder a img, .mediaGallery .images .videos-slider .videos-slider-holder a img {
        height: 100%;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        margin: auto; }
      .mediaGallery .videos .videos-slider .videos-slider-holder a figcaption, .mediaGallery .images .videos-slider .videos-slider-holder a figcaption {
        background-image: url(../img/caption-bg.svg);
        position: absolute;
        bottom: 15px;
        right: 0;
        color: #fff;
        padding-right: 20px;
        padding-left: 30px;
        padding-bottom: 10px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        z-index: 2;
        min-height: 90px;
        background-size: cover;
        padding-top: 35px;
        line-height: 20px;
        background-repeat: no-repeat;
        font-size: 1.2em;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        width: 98%; }
        .mediaGallery .videos .videos-slider .videos-slider-holder a figcaption:before, .mediaGallery .images .videos-slider .videos-slider-holder a figcaption:before {
          content: "";
          height: 30px;
          width: 30px;
          background-image: url(../img/title-icon.png);
          background-size: 100% 100%;
          display: block;
          float: right;
          margin: 10px; }
    .mediaGallery .videos .videos-slider .slick-center, .mediaGallery .images .videos-slider .slick-center {
      border: solid 5px #fff;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .mediaGallery .videos .videos-slider .slick-center a:after, .mediaGallery .images .videos-slider .slick-center a:after {
        display: none; }
      .mediaGallery .videos .videos-slider .slick-center a:hover figure img, .mediaGallery .images .videos-slider .slick-center a:hover figure img {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
  .mediaGallery .images {
    margin-top: 100px; }
    .mediaGallery .images .images-slider {
      height: 445px;
      position: relative; }
      .mediaGallery .images .images-slider .slick-arrow {
        position: absolute;
        z-index: 1;
        color: #fff;
        font-size: 40px;
        top: calc(100% + 24px);
        left: 46%;
        cursor: pointer; }
        @media (min-width: 991px) and (max-width: 1024px) {
          .mediaGallery .images .images-slider .slick-arrow {
            left: 35%; } }
      .mediaGallery .images .images-slider .right {
        left: auto;
        right: 46%; }
        @media (min-width: 991px) and (max-width: 1024px) {
          .mediaGallery .images .images-slider .right {
            right: 35%; } }
      .mediaGallery .images .images-slider .slick-dots {
        text-align: center;
        margin: 30px 0 0 0;
        direction: rtl; }
        .mediaGallery .images .images-slider .slick-dots li {
          display: inline; }
          .mediaGallery .images .images-slider .slick-dots li .dot {
            height: 15px;
            width: 15px;
            background-image: url(../img/hexagon-white.svg);
            background-size: 100% 100%;
            margin: 6px;
            display: inline-block;
            cursor: pointer; }
        .mediaGallery .images .images-slider .slick-dots li.slick-active .dot {
          background-image: url(../img/hexagon-gold.svg); }
      .mediaGallery .images .images-slider .images-slider-holder {
        border: solid 5px #a0a0a0;
        height: 445px;
        overflow: hidden;
        position: relative;
        direction: rtl;
        text-align: right;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        .mediaGallery .images .images-slider .images-slider-holder:after {
          content: "";
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.4);
          position: absolute;
          top: 0;
          left: 0; }
        .mediaGallery .images .images-slider .images-slider-holder figure img {
          height: 100%;
          -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear;
          margin: auto; }
        .mediaGallery .images .images-slider .images-slider-holder figure figcaption {
          background-image: url(../img/gold-caption-bg.svg);
          position: absolute;
          bottom: 15px;
          right: 0;
          color: #fff;
          padding-right: 20px;
          padding-left: 30px;
          padding-bottom: 10px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          z-index: 2;
          min-height: 90px;
          background-size: cover;
          padding-top: 35px;
          line-height: 20px;
          background-repeat: no-repeat;
          font-size: 1.2em;
          -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
          width: 98%; }
          .mediaGallery .images .images-slider .images-slider-holder figure figcaption:before {
            content: "";
            height: 30px;
            width: 30px;
            background-image: url(../img/title-icon.png);
            background-size: 100% 100%;
            display: block;
            float: right;
            margin: 10px; }
      .mediaGallery .images .images-slider .slick-center {
        border: solid 5px #fff;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        .mediaGallery .images .images-slider .slick-center:after {
          display: none; }
        .mediaGallery .images .images-slider .slick-center:hover figure img {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); }

.mediaCenter {
  height: 525px;
  background-color: #fff;
  background-image: url(../img/top-bg.png);
  background-position: top left;
  background-repeat: no-repeat;
  text-align: center; }
  @media (min-width: 319px) and (max-width: 991px) {
    .mediaCenter {
      height: auto; } }
  .mediaCenter header {
    position: relative;
    margin-bottom: 0; }
    .mediaCenter header:after, .mediaCenter header:before {
      content: "";
      display: block;
      height: 35px;
      width: 37px;
      position: absolute;
      top: 34%; }
      @media (min-width: 991px) and (max-width: 1024px) {
        .mediaCenter header:after, .mediaCenter header:before {
          top: 37%; } }
    .mediaCenter header:after {
      right: 37%;
      background-image: url(../img/rigth-gold-arrow.png); }
      @media (min-width: 991px) and (max-width: 1024px) {
        .mediaCenter header:after {
          right: 35%; } }
      @media (min-width: 319px) and (max-width: 991px) {
        .mediaCenter header:after {
          right: 7%; } }
    .mediaCenter header:before {
      left: 37%;
      background-image: url(../img/left-gold-arrow.png); }
      @media (min-width: 991px) and (max-width: 1024px) {
        .mediaCenter header:before {
          left: 35%; } }
      @media (min-width: 319px) and (max-width: 991px) {
        .mediaCenter header:before {
          left: 7%; } }
    .mediaCenter header h2 {
      font-size: 1.1em;
      color: #ddb226;
      padding-top: 20px;
      border-bottom: none; }
      .mediaCenter header h2:after, .mediaCenter header h2:before {
        content: "";
        display: block;
        width: 100px;
        height: 1px;
        background: #ddb226;
        position: absolute;
        right: calc(37% - 90px);
        top: 73px; }
        @media (min-width: 319px) and (max-width: 991px) {
          .mediaCenter header h2:after, .mediaCenter header h2:before {
            display: none; } }
      .mediaCenter header h2:before {
        right: auto;
        left: calc(37% - 90px); }
    .mediaCenter header h3 {
      font-size: 2.125em;
      color: #1d2e4d;
      border-bottom: none; }
      .mediaCenter header h3:after {
        content: "";
        height: 3px;
        width: 100px;
        background: #1d2e4d;
        display: block;
        margin: 15px auto 0 auto; }
  .mediaCenter a {
    display: block;
    width: 100%;
    padding: 18px 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .mediaCenter a .icon-bg {
      height: 76px;
      width: 76px;
      background-image: url(../img/circle.svg);
      background-size: 100% 100%;
      margin: auto;
      line-height: 78px; }
      .mediaCenter a .icon-bg i {
        color: #1d2e4d;
        font-size: 1.3em; }
    .mediaCenter a h2 {
      font-size: 1.25em;
      color: #1d2e4d;
      border-bottom: solid;
      display: inline-block;
      padding-bottom: 12px; }
    .mediaCenter a:hover {
      background: #22324c; }
      .mediaCenter a:hover h2 {
        color: #fff; }
      .mediaCenter a:hover .icon-bg i {
        color: #fff; }

.grid-list {
  position: relative;
  z-index: 0; }
  .grid-list .effect-steve {
    overflow: hidden;
    position: relative;
    margin-top: 20px;
    height: 340px; }
    .grid-list .effect-steve > a {
      position: relative;
      display: inline-block;
      height: 100%;
      overflow: hidden; }
      .grid-list .effect-steve > a img {
        opacity: 1;
        -webkit-transition: -webkit-transform 0.35s;
        transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        transition: transform 0.35s, -webkit-transform 0.35s;
        -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
        transform: perspective(1000px) translate3d(0, 0, 0);
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        height: 100%; }
      .grid-list .effect-steve > a span {
        position: absolute;
        bottom: 15px;
        right: 0;
        color: #fff;
        padding-right: 20px;
        padding-left: 30px;
        padding-bottom: 10px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        z-index: 2;
        background-image: url(../img/caption-bg-blue.svg);
        min-height: 90px;
        background-size: cover;
        padding-top: 35px;
        line-height: 20px;
        background-repeat: no-repeat;
        font-size: 1.2em;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        width: 98%; }
    .grid-list .effect-steve figcaption {
      opacity: 0;
      position: absolute;
      bottom: 0;
      cursor: default;
      text-align: center;
      width: 100%;
      z-index: 1;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      .grid-list .effect-steve figcaption .summary {
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
        -webkit-transform: scale3d(0.9, 0.9, 1);
        transform: scale3d(0.9, 0.9, 1);
        font-weight: 300;
        color: #6d6d6d;
        line-height: 22px;
        background: rgba(255, 255, 255, 0.9);
        padding: 10px 25px;
        font-size: 0.90em;
        position: relative;
        display: inline-block;
        width: 100%; }
        .grid-list .effect-steve figcaption .summary .title {
          display: block;
          margin: 5px 0 10px;
          font-weight: 600;
          color: #222;
          font-size: 1.3em;
          -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
        .grid-list .effect-steve figcaption .summary p:last-child {
          margin: 0;
          text-align: center;
          line-height: 25px;
          font-size: 1.1em;
          -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
        .grid-list .effect-steve figcaption .summary .icon {
          width: 50px;
          height: 50px;
          margin: auto;
          background: #ddb226;
          border-radius: 50%;
          position: relative; }
          .grid-list .effect-steve figcaption .summary .icon i {
            height: 40px;
            width: 40px;
            display: block;
            position: absolute;
            top: 5px;
            right: 5px;
            background-image: url(../img/title-icon.png);
            background-size: cover;
            background-repeat: no-repeat; }
    .grid-list .effect-steve:hover a img {
      -webkit-transform: perspective(1000px) translate3d(0, 0, 21px);
      transform: perspective(1000px) translate3d(0, 0, 21px); }
    .grid-list .effect-steve:hover a span {
      opacity: 0; }
    .grid-list .effect-steve:hover figcaption {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); }
      .grid-list .effect-steve:hover figcaption .summary {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); }
  .grid-list .pagination li a {
    margin: 5px;
    display: inline-block;
    padding: 5px 12px;
    border-radius: 3px;
    color: #000;
    font-size: 0.7em;
    background: #e9e7ea;
    border: none; }
  .grid-list .pagination li:hover a, .grid-list .pagination li:focus .grid-list .pagination li:active a {
    border: none;
    color: #fff;
    background: #e70f34; }
  .grid-list .pagination li.active a {
    border: none;
    color: #fff;
    background: #e70f34; }

.theyAreThere {
  height: 595px;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: 20px;
  background: #e0e0e1;
  padding-top: 20px; }
  .theyAreThere header {
    position: relative; }
    .theyAreThere header:after, .theyAreThere header:before {
      content: "";
      display: block;
      height: 35px;
      width: 37px;
      position: absolute;
      top: 30%; }
    .theyAreThere header:after {
      right: 37%;
      background-image: url(../img/rigth-gold-arrow.png); }
    .theyAreThere header:before {
      left: 37%;
      background-image: url(../img/left-gold-arrow.png); }
    .theyAreThere header h3 {
      font-size: 2.125em;
      color: #1d2e4d;
      border-bottom: solid 3px #1d2e4d;
      display: inline-block;
      padding-bottom: 8px; }
      .theyAreThere header h3:after, .theyAreThere header h3:before {
        content: "";
        display: block;
        width: 100px;
        height: 1px;
        background: #ddb226;
        position: absolute;
        right: calc(37% - 90px);
        top: 36px; }
      .theyAreThere header h3:before {
        right: auto;
        left: calc(37% - 90px); }
  .theyAreThere .followUs-slider .slick-arrow {
    position: absolute;
    z-index: 1;
    color: #219aa7;
    font-size: 40px;
    top: 35%;
    left: -10px;
    cursor: pointer; }
  .theyAreThere .followUs-slider .right {
    left: auto;
    right: -10px; }
  .theyAreThere .followUs-slider .followUs-slider-holder {
    height: 420px;
    position: relative;
    padding-top: 20px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .theyAreThere .followUs-slider .followUs-slider-holder a.title {
      border: solid 6px white;
      border-radius: 10px;
      background-color: white;
      -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
      display: block;
      margin: 5px auto;
      color: #1d2e4d;
      font-size: 1.125em;
      line-height: 60px;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear;
      margin-top: 45px; }
    .theyAreThere .followUs-slider .followUs-slider-holder:hover a.title {
      background: #ddb226;
      color: #fff;
      -webkit-box-shadow: 0px 0px 10px 0px #ddb226;
              box-shadow: 0px 0px 10px 0px #ddb226; }
    .theyAreThere .followUs-slider .followUs-slider-holder figure {
      width: 290px;
      height: 240px;
      margin: auto;
      overflow: hidden;
      text-align: center;
      border: solid 7px #fff;
      -webkit-box-shadow: 2px 2px 25px #ccc;
              box-shadow: 2px 2px 25px #ccc;
      border-radius: 10px;
      position: relative;
      z-index: 2; }
      .theyAreThere .followUs-slider .followUs-slider-holder figure img {
        height: 100%; }
    .theyAreThere .followUs-slider .followUs-slider-holder figure.video-icon:after {
      content: "\e90e";
      font-family: icomoon;
      color: #fff;
      font-size: 70px;
      display: inline;
      position: absolute;
      width: 66px;
      height: 66px;
      top: calc(50% - 44px);
      left: calc(50% - 33px);
      cursor: pointer; }

header {
  position: relative;
  margin-bottom: 30px; }
  header:after {
    content: "";
    display: block;
    height: 35px;
    width: 37px;
    position: absolute;
    top: 0;
    right: -35px;
    background-image: url(../img/rigth-gold-arrow.png); }
    @media (min-width: 319px) and (max-width: 991px) {
      header:after {
        right: 20px; } }
  header h3 {
    font-size: 1.5em;
    margin-right: 15px;
    color: #fff;
    border-bottom: solid 3px #2199aa;
    display: inline; }
    @media (min-width: 319px) and (max-width: 991px) {
      header h3 {
        margin-right: 55px; } }
  header h3 a {
    font-size: 1.5em;
    margin-right: 15px;
    color: #fff;
    border-bottom: solid 3px #2199aa;
    display: inline; }
    @media (min-width: 319px) and (max-width: 991px) {
      header h3 a {
        margin-right: 55px; } }

.form-horizontal {
  text-align: right;
  background: rgba(255, 255, 255, 0.75);
  padding: 15px 35px; }
  .form-horizontal fieldset header {
    position: relative;
    margin-bottom: 10px; }
    .form-horizontal fieldset header:after {
      content: "";
      display: block;
      height: 35px;
      width: 37px;
      position: absolute;
      top: 0;
      right: -50px;
      background-image: url(../img/rigth-gold-arrow.png); }
    .form-horizontal fieldset header h3 {
      font-size: 1.5em;
      margin-right: 0px;
      color: #fff;
      border-bottom: solid 3px #2199aa;
      display: inline; }
  .form-horizontal fieldset .form-group .control-label {
    color: #332f2c;
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    margin-bottom: 5px; }
  .form-horizontal fieldset .form-group .input-group-addon {
    border: 1px solid rgba(29, 46, 77, 0.3);
    border-left: transparent;
    background: rgba(243, 240, 235, 0.5); }
  .form-horizontal fieldset .form-group .form-control {
    border: 1px solid rgba(29, 46, 77, 0.3);
    background: rgba(243, 240, 235, 0.5);
    color: #332f2c;
    height: 42px; }
  .form-horizontal fieldset .form-group textarea.form-control {
    height: 120px; }
  .form-horizontal fieldset .form-group ::-webkit-input-placeholder {
    color: #666; }
  .form-horizontal fieldset .form-group :-moz-placeholder {
    /* Firefox 18- */
    color: #666; }
  .form-horizontal fieldset .form-group ::-moz-placeholder {
    /* Firefox 19+ */
    color: #666; }
  .form-horizontal fieldset .form-group :-ms-input-placeholder {
    color: #666; }
  .form-horizontal fieldset .form-group .btn {
    background-color: #1d2e4d;
    color: #fff;
    padding: 6px 50px; }
  .form-horizontal fieldset .form-group h6 {
    color: #332f2c;
    margin-top: 20px; }
  .form-horizontal fieldset .has-error .control-label {
    color: #e61332; }
  .form-horizontal fieldset .has-error .input-group-addon {
    border-color: #e61332;
    color: #e61332; }
  .form-horizontal fieldset .has-error .form-control {
    border-color: #e61332; }

.contact-info {
  padding: 30px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 50px rgba(102, 102, 102, 0.44);
          box-shadow: 0px 0px 50px rgba(102, 102, 102, 0.44);
  background: #57596e;
  background: -webkit-gradient(linear, left top, left bottom, from(#57596e), color-stop(50%, white));
  background: linear-gradient(to bottom, #57596e 0%, white 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57596e', endColorstr='#ffffff',GradientType=0 ); }
  .contact-info h3 {
    color: #fff;
    border-bottom: solid 3px #2199aa;
    display: inline-block;
    font-size: 1.25em; }
  .contact-info .info-holder {
    text-align: right;
    padding: 10px 0;
    border-bottom: solid 1px rgba(222, 222, 224, 0.35); }
    .contact-info .info-holder h4 {
      font-size: 0.9em;
      color: #2199aa; }
    .contact-info .info-holder p {
      font-size: 0.9em;
      color: #332f2c; }
  .contact-info .social-info {
    text-align: right; }
    .contact-info .social-info .social-info-holder {
      position: relative;
      padding: 10px 35px 10px 0;
      border-bottom: solid 1px rgba(222, 222, 224, 0.35); }
      .contact-info .social-info .social-info-holder i {
        height: 30px;
        width: 30px;
        border-radius: 50%;
        text-align: center;
        line-height: 30px;
        background: #1d2e4d;
        color: #fff;
        position: absolute;
        right: 0;
        top: 15px; }
      .contact-info .social-info .social-info-holder h4 {
        font-size: 0.9em;
        color: #2199aa; }
      .contact-info .social-info .social-info-holder a {
        font-size: 0.9em;
        color: #332f2c;
        text-decoration: underline; }
    .contact-info .social-info .social-info-holder:nth-of-type(1) i {
      background: #3c6dc7; }
    .contact-info .social-info .social-info-holder:nth-of-type(2) i {
      background: #22cfe9; }
    .contact-info .social-info .social-info-holder:nth-of-type(3) i {
      background: #f92227; }

.map-bg {
  background-image: url(../img/bg_contact.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0; }
  .map-bg iframe {
    height: 450px;
    width: 100%; }
    .map-bg iframe .i4ewOd-pzNkMb-haAclf {
      background-color: #0d8595 !important; }
  .map-bg .title {
    color: #fff;
    border-bottom: solid 3px #2199aa;
    display: inline-block;
    margin-bottom: 30px; }

.interaction .add-comment .control-label span {
  color: red;
  padding-right: 10px; }

.small-grid-list .effect-steve {
  height: 240px;
  width: 100%; }
  .small-grid-list .effect-steve > a {
    width: 100%; }
    .small-grid-list .effect-steve > a:before {
      content: "\e90e";
      font-family: icomoon;
      color: #fff;
      font-size: 70px;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      cursor: pointer;
      z-index: 10; }
    .small-grid-list .effect-steve > a span {
      padding-left: 30px;
      background-size: cover;
      padding-top: 35px;
      line-height: 20px;
      font-size: 1em;
      width: 90%; }
  .small-grid-list .effect-steve figcaption {
    width: 100%;
    height: 100%; }
    .small-grid-list .effect-steve figcaption .summary {
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      background-image: url(../img/islamicShape.png);
      background-size: 60% 60%;
      background-repeat: no-repeat;
      background-position: top left; }

.image-icon .effect-steve > a:before {
  content: "\f03e";
  font-family: fontawesome;
  font-size: 50px; }

.mini-mediaGallery {
  height: 700px; }

.progAgenda .nav-tabs {
  border-bottom: none;
  height: 95px;
  background: #c9cbd0;
  padding-top: 18px;
  position: relative; }
  .progAgenda .nav-tabs:before {
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.2);
    top: 47px;
    position: absolute; }
  .progAgenda .nav-tabs > li.tabToSlide {
    width: 14.28571428571429%;
    text-align: center;
    position: relative; }
    .progAgenda .nav-tabs > li.tabToSlide .pg-svg {
      position: absolute;
      margin: auto;
      top: 0px;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 28px;
      z-index: 0;
      -webkit-transition: all 400ms;
      transition: all 400ms;
      -webkit-transform: scaleY(0);
              transform: scaleY(0);
      background-image: url(../img/tab-bg.svg);
      background-size: 100% 100%; }
      .progAgenda .nav-tabs > li.tabToSlide .pg-svg svg {
        width: 100%; }
    .progAgenda .nav-tabs > li.tabToSlide > a {
      background: transparent;
      border: none;
      padding: 0;
      width: 60px;
      height: 60px;
      margin: auto;
      line-height: 60px;
      border-radius: 50%;
      cursor: pointer;
      font-size: 0.75em;
      position: relative;
      z-index: 1;
      -webkit-transition: all 200ms;
      transition: all 200ms;
      color: #219aa7; }
      .progAgenda .nav-tabs > li.tabToSlide > a:before {
        content: "";
        background: #fff;
        width: 0px;
        height: 0px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        display: block;
        line-height: 60px;
        border-radius: 50%;
        cursor: pointer;
        font-size: 0.75em;
        position: absolute;
        z-index: 0;
        -webkit-transition: all 400ms;
        transition: all 400ms;
        -webkit-box-shadow: 1px 1px 10px #a2a2a2;
                box-shadow: 1px 1px 10px #a2a2a2; }
      .progAgenda .nav-tabs > li.tabToSlide > a:after {
        content: "";
        background: #e0e0e1;
        width: 60px;
        height: 60px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        display: block;
        line-height: 60px;
        border-radius: 50%;
        cursor: pointer;
        font-size: 0.75em;
        position: absolute;
        z-index: 0;
        -webkit-transition: all 400ms;
        transition: all 400ms;
        -webkit-box-shadow: 1px 1px 5px #a2a2a2;
                box-shadow: 1px 1px 5px #a2a2a2; }
      .progAgenda .nav-tabs > li.tabToSlide > a > span {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: 2;
        -webkit-transition: all 400ms;
        transition: all 400ms; }
  .progAgenda .nav-tabs > li.active .pg-svg, .progAgenda .nav-tabs li:hover .pg-svg {
    -webkit-transform: scaleY(1.3);
            transform: scaleY(1.3); }
  .progAgenda .nav-tabs > li.active > a, .progAgenda .nav-tabs li:hover > a {
    color: #fff; }
    .progAgenda .nav-tabs > li.active > a:before, .progAgenda .nav-tabs li:hover > a:before {
      width: 80px;
      height: 80px; }
    .progAgenda .nav-tabs > li.active > a:after, .progAgenda .nav-tabs li:hover > a:after {
      background: #219aa7; }

.progAgenda-holder-container {
  background-color: #e5e3ee;
  padding: 15px; }
  .progAgenda-holder-container .progAgenda-holder {
    height: 160px;
    -webkit-box-shadow: 0 0 15px #ababab;
            box-shadow: 0 0 15px #ababab;
    margin-bottom: 15px;
    display: block;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .progAgenda-holder-container .progAgenda-holder .progTime {
      width: 14.28571428571429%;
      background-color: #fff;
      float: right;
      height: 100%;
      padding: 10px; }
      .progAgenda-holder-container .progAgenda-holder .progTime .eg-time, .progAgenda-holder-container .progAgenda-holder .progTime .sa-time {
        height: 50%;
        border-bottom: solid 1px #ccc;
        text-align: left; }
        .progAgenda-holder-container .progAgenda-holder .progTime .eg-time span:first-child, .progAgenda-holder-container .progAgenda-holder .progTime .sa-time span:first-child {
          font-size: 1.5em;
          display: inline-block;
          color: #219aa7;
          margin-top: 5px; }
        .progAgenda-holder-container .progAgenda-holder .progTime .eg-time span:last-child, .progAgenda-holder-container .progAgenda-holder .progTime .sa-time span:last-child {
          color: #7b7386;
          font-size: 1.1em;
          display: inline-block; }
      .progAgenda-holder-container .progAgenda-holder .progTime .sa-time {
        border-bottom: none; }
    .progAgenda-holder-container .progAgenda-holder .progInfo {
      background-color: #f4f3f8;
      height: 100%;
      padding: 15px 35px 15px 15px;
      float: right;
      width: 76.42857142857143%;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      .progAgenda-holder-container .progAgenda-holder .progInfo .progName {
        width: 100%;
        border-bottom: solid 1px #7b7386;
        padding: 10px 0;
        margin-bottom: 10px; }
        .progAgenda-holder-container .progAgenda-holder .progInfo .progName h4 {
          color: #3a3a3a;
          font-size: 1.37em;
          position: relative;
          padding-right: 40px;
          -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear; }
          .progAgenda-holder-container .progAgenda-holder .progInfo .progName h4:before {
            content: "\e90e";
            font-family: icomoon;
            color: #219aa7;
            position: absolute;
            right: 0;
            top: 0;
            font-size: 1.5em;
            -webkit-transition: all 0.2s linear;
            transition: all 0.2s linear; }
      .progAgenda-holder-container .progAgenda-holder .progInfo .progPresenter .presenterName {
        color: #7b7386;
        font-size: 1.1em;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear; }
      .progAgenda-holder-container .progAgenda-holder .progInfo .progPresenter .progBrief {
        color: #7b7386;
        font-size: 0.9em;
        margin-top: 10px;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear; }
    .progAgenda-holder-container .progAgenda-holder .progArrow {
      display: block;
      width: 9.285714285714281%;
      float: right;
      background: #fff;
      text-align: center;
      font-size: 24px;
      height: 100%;
      line-height: 160px;
      color: #219aa7; }
    .progAgenda-holder-container .progAgenda-holder:hover .progInfo {
      background-color: #219aa7; }
      .progAgenda-holder-container .progAgenda-holder:hover .progInfo .progName {
        border-bottom: solid 1px #fff; }
        .progAgenda-holder-container .progAgenda-holder:hover .progInfo .progName h4 {
          color: #fff; }
          .progAgenda-holder-container .progAgenda-holder:hover .progInfo .progName h4:before {
            color: #fff; }
      .progAgenda-holder-container .progAgenda-holder:hover .progInfo .progPresenter .presenterName {
        color: #fff; }
      .progAgenda-holder-container .progAgenda-holder:hover .progInfo .progPresenter .progBrief {
        color: #fff; }

.news-details {
  background-color: #fff;
  padding: 30px; }
  @media screen and (max-width: 767px) {
    .news-details {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .news-details figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    float: left;
    width: 48%;
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .news-details figure {
        float: none;
        margin: 0;
        margin-bottom: 25px; } }
    .news-details figure .news-img {
      width: 100%; }
      .news-details figure .news-img img {
        width: 100%; }
      .news-details figure .news-img:before {
        right: 0;
        top: 30%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-right-color: #fff;
        border-width: 20px;
        margin-top: -30px; }
  .news-details strong {
    display: block; }
  .news-details h2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 1.6em;
    color: #2199aa; }
    @media screen and (max-width: 767px) {
      .news-details h2 {
        margin-bottom: 25px;
        font-size: 1.4em; }
        .news-details h2 br {
          display: none; } }
    @media screen and (max-width: 480px) {
      .news-details h2 {
        font-size: 1.2em; } }
  .news-details span:first-child {
    color: #575757;
    font-size: 1em;
    font-weight: 600;
    display: inline-block;
    margin: 10px 0; }
  .news-details p {
    color: #575757;
    font-size: 1em;
    text-align: justify;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .news-details form {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .news-details .ND-slider {
    background-color: #171717;
    direction: ltr;
    width: 90%;
    margin: 30px auto; }
    .news-details .ND-slider .ND-slider-main figure {
      overflow: hidden;
      height: 560px; }
      .news-details .ND-slider .ND-slider-main figure img {
        width: 100%; }
    .news-details .ND-slider .ND-slider-thump figure {
      margin: 10px;
      height: 120px;
      overflow: hidden; }
      .news-details .ND-slider .ND-slider-thump figure img {
        width: 100%; }
    .news-details .ND-slider .slick-arrow {
      position: absolute;
      z-index: 1;
      color: #ddb226;
      font-size: 40px;
      top: 45%;
      left: -60px;
      cursor: pointer; }
    .news-details .ND-slider .right {
      left: auto;
      right: -60px; }

.interaction {
  background-color: #ececec;
  padding: 15px 0; }
  .interaction .share {
    height: 90px;
    background-color: #f8f8f8;
    text-align: center;
    position: relative; }
    .interaction .share ul {
      height: 32px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      .interaction .share ul li {
        display: inline-block;
        margin: 0 10px; }
        .interaction .share ul li h3 {
          display: inline-block;
          text-align: center;
          line-height: 32px;
          font-size: 1.4em;
          color: #575757; }
        .interaction .share ul li a {
          display: inline-block;
          height: 32px;
          width: 32px;
          color: #fff;
          text-align: center;
          line-height: 32px; }
      .interaction .share ul li:nth-of-type(2) a {
        background-color: #1da1f2; }
      .interaction .share ul li:nth-of-type(3) a {
        background-color: #3b5998; }
      .interaction .share ul li:nth-of-type(4) a {
        background-color: #dc4e41; }
      .interaction .share ul li:nth-of-type(5) a {
        background-color: #738a8d; }
      .interaction .share ul li:nth-of-type(6) a {
        background-color: #ff6550; }
  .interaction .comments h3 {
    padding: 15px;
    font-size: 1.375em;
    color: #131313; }
  .interaction .comments .comment-holder {
    background-color: #f8f8f8;
    border-top: solid 1px #ddd;
    padding: 15px 30px;
    float: right;
    width: 100%; }
    .interaction .comments .comment-holder figure {
      height: 60px;
      width: 60px;
      overflow: hidden;
      padding: 0;
      margin: 0 15px; }
      .interaction .comments .comment-holder figure img {
        height: 100%; }
    .interaction .comments .comment-holder .comment-details .name a {
      font-size: 1.125em;
      color: #131313; }
    .interaction .comments .comment-holder .comment-details .content {
      color: #545a61;
      font-size: 1em; }
    .interaction .comments .comment-holder .comment-time {
      color: #2199aa;
      text-align: center;
      padding: 15px; }
  .interaction .comments .comment-holder:nth-child(even) {
    background-color: #fff; }
  .interaction .comments .comment-pagination {
    background: #f8f8f8;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    padding: 10px 0; }
  .interaction .add-comment {
    padding: 15px 0; }
    .interaction .add-comment h3 {
      padding: 15px;
      font-size: 1.375em;
      color: #131313; }
    .interaction .add-comment .control-label {
      color: #545a61;
      font-size: 1em;
      font-weight: 100;
      margin: 10px 0; }
    .interaction .add-comment .btn {
      background-color: #1d2e4d;
      color: #fff;
      padding: 6px 50px; }

.eposideDetails {
  background-color: #fff;
  padding: 30px 30px 0 30px; }
  .eposideDetails h2 {
    font-size: 1.375em;
    color: #2199aa;
    position: relative;
    padding-right: 40px;
    margin-bottom: 30px; }
    .eposideDetails h2:before {
      content: "\e90e";
      font-family: icomoon;
      position: absolute;
      right: 0;
      top: 0;
      font-size: 1.5em;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear; }
  .eposideDetails .eposide-video {
    width: 92%;
    margin: auto; }
    .eposideDetails .eposide-video iframe {
      width: 100%;
      min-height: 550px; }
  .eposideDetails .eposide-guests {
    height: 80px;
    border-top: solid 1px #ddd;
    line-height: 80px;
    margin-top: 30px; }
    .eposideDetails .eposide-guests p {
      color: #575757;
      font-size: 1.25em; }
      .eposideDetails .eposide-guests p span {
        display: inline-block;
        margin-right: 30px;
        font-size: 0.72em; }

.eposide-show {
  background-color: #f4f3f8;
  float: right;
  width: 100%; }
  .eposide-show h3 {
    font-size: 1.375em;
    color: #131313;
    margin: 15px 30px 10px 0; }
  .eposide-show h4 {
    font-size: 1.25em;
    color: #545a61;
    border-bottom: solid 7px #e5e3ee;
    padding-bottom: 5px;
    text-align: center; }
  .eposide-show .eposide-date p {
    height: 80px;
    background: #fff;
    text-align: center;
    line-height: 80px;
    color: #2199aa; }
  .eposide-show .eposide-name {
    line-height: 80px; }
    .eposide-show .eposide-name p {
      font-size: 1.375em;
      color: #131313;
      margin-right: 20px; }
  .eposide-show .eposide-btn a {
    display: inline-block;
    height: 80px;
    background: #fff;
    width: 100%;
    border-left: solid 1px #ddd;
    text-align: center;
    line-height: 80px;
    color: #2199b1;
    font-size: 30px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .eposide-show .eposide-btn a:hover {
      color: #fff;
      background: #2199b1; }

.programInfo {
  padding: 15px;
  background-color: #fff; }
  .programInfo .progImg {
    overflow: hidden; }
    .programInfo .progImg img {
      width: 100%; }
  .programInfo .progBrief {
    padding-right: 25px !important; }
    .programInfo .progBrief h4 {
      color: #7b7386;
      font-size: 1em; }
    .programInfo .progBrief p {
      color: #575757;
      font-size: 0.88em;
      text-align: justify; }
    .programInfo .progBrief h3 {
      color: #2199aa;
      font-size: 1.375em;
      border-bottom: solid 1px #ddd;
      padding-bottom: 7px;
      margin-bottom: 7px; }
      .programInfo .progBrief h3 a {
        color: #2199aa; }
    .programInfo .progBrief .progFooter {
      border-bottom: solid 1px #ddd;
      margin-top: 10px; }
      .programInfo .progBrief .progFooter .col-xs-4 {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        margin-top: 1px; }
      .programInfo .progBrief .progFooter .col-xs-4:nth-of-type(2) {
        background: #fbf9f9;
        padding-right: 15px !important; }
      .programInfo .progBrief .progFooter .col-xs-4:nth-of-type(3) {
        background: #f5f0f0;
        padding-right: 15px !important; }
      .programInfo .progBrief .progFooter p {
        color: #2199aa;
        font-size: 1em; }

.showTimes table {
  background: #fff;
  margin-top: 25px; }
  .showTimes table thead tr {
    background: #219aa7;
    background: -webkit-gradient(linear, left top, right top, from(#219aa7), to(#252c46));
    background: linear-gradient(to right, #219aa7 0%, #252c46 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#219aa7', endColorstr='#252c46',GradientType=1 ); }
  .showTimes table thead tr:first-child th {
    border-bottom: none;
    color: #fff;
    font-weight: 100;
    padding-right: 25px;
    font-size: 1.25em; }
  .showTimes table thead tr:last-child th {
    border: none;
    color: #fff;
    text-align: center;
    font-weight: 100; }
  .showTimes table tbody tr td {
    text-align: center;
    padding: 0; }
    .showTimes table tbody tr td span {
      display: block;
      height: 100%;
      width: 100%;
      background-color: #ddb226;
      color: #000;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 8px; }
  .showTimes table tbody tr td:first-child {
    color: #2199aa;
    padding: 8px; }

.programEposides .programEposides-header {
  color: #fff;
  background: #219aa7;
  background: -webkit-gradient(linear, left top, right top, from(#219aa7), to(#252c46));
  background: linear-gradient(to right, #219aa7 0%, #252c46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#219aa7', endColorstr='#252c46',GradientType=1 );
  padding: 20px;
  margin-bottom: 15px; }
  .programEposides .programEposides-header h3 {
    padding-bottom: 20px; }
.programEposides .progAgenda-holder-container {
  padding: 0;
  background-color: transparent; }
  .programEposides .progAgenda-holder-container .progAgenda-holder {
    height: 80px; }
    .programEposides .progAgenda-holder-container .progAgenda-holder .progTime .time {
      color: #219aa7;
      text-align: center;
      line-height: 60px;
      font-size: 1.2em; }
    .programEposides .progAgenda-holder-container .progAgenda-holder .progInfo .progName {
      border-bottom: none; }
    .programEposides .progAgenda-holder-container .progAgenda-holder .progArrow {
      line-height: 80px; }

.modal .modal-content {
  background: #121d39;
  background: -webkit-gradient(linear, left top, left bottom, from(#121d39), to(white));
  background: linear-gradient(to bottom, #121d39 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#121d39', endColorstr='#ffffff',GradientType=0 );
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .modal .modal-content .form-horizontal {
    background: transparent; }
  .modal .modal-content .modal-header {
    position: relative;
    border: none;
    text-align: center; }
    .modal .modal-content .modal-header:after, .modal .modal-content .modal-header:before {
      content: "";
      display: block;
      height: 35px;
      width: 37px;
      position: absolute;
      top: 49%; }
      @media (min-width: 991px) and (max-width: 1024px) {
        .modal .modal-content .modal-header:after, .modal .modal-content .modal-header:before {
          top: 53%; } }
    .modal .modal-content .modal-header:after {
      right: 30%;
      background-image: url(../img/rigth-gold-arrow.png); }
      @media (min-width: 991px) and (max-width: 1024px) {
        .modal .modal-content .modal-header:after {
          right: 35%; } }
      @media (min-width: 319px) and (max-width: 991px) {
        .modal .modal-content .modal-header:after {
          right: 7%; } }
    .modal .modal-content .modal-header:before {
      left: 30%;
      background-image: url(../img/left-gold-arrow.png); }
      @media (min-width: 991px) and (max-width: 1024px) {
        .modal .modal-content .modal-header:before {
          left: 35%; } }
      @media (min-width: 319px) and (max-width: 991px) {
        .modal .modal-content .modal-header:before {
          left: 7%; } }
    .modal .modal-content .modal-header h4 {
      font-size: 1.1em;
      color: #fff;
      padding-top: 20px; }
      .modal .modal-content .modal-header h4:after, .modal .modal-content .modal-header h4:before {
        content: "";
        display: block;
        width: 100px;
        height: 1px;
        background: #ddb226;
        position: absolute;
        right: calc(33% - 90px);
        top: 54px; }
        @media (min-width: 319px) and (max-width: 768px) {
          .modal .modal-content .modal-header h4:after, .modal .modal-content .modal-header h4:before {
            display: none; } }
      .modal .modal-content .modal-header h4:before {
        right: auto;
        left: calc(33% - 90px); }
  .modal .modal-content .modal-footer {
    padding: 0px 15px 30px;
    border-top: none;
    text-align: center; }
    .modal .modal-content .modal-footer .btn {
      background-color: #1d2e4d;
      color: #fff;
      padding: 6px 50px; }
  .modal .modal-content .forget-password {
    padding: 0 45px; }
    .modal .modal-content .forget-password a {
      float: left;
      display: inline-block; }
    .modal .modal-content .forget-password input {
      margin-left: 10px; }

ul, li {
  margin: 0;
  padding: 0; }

.sitemap > li > ul {
  margin-top: 10px; }

ul {
  list-style: none; }
  ul li {
    line-height: 25px;
    vertical-align: top;
    position: relative; }
    ul li a {
      text-decoration: none;
      color: #1d2e4d;
      display: inline-block; }
  ul ul {
    margin-right: 3.5rem;
    margin-bottom: 3.5rem; }
    ul ul li {
      position: relative; }
      ul ul li::before {
        content: "";
        display: inline-block;
        width: 7rem;
        height: 100%;
        border-right: 3px #ddb226 solid;
        position: absolute;
        top: -1.75rem; }
      ul ul li::before {
        content: "";
        display: inline-block;
        width: 7rem;
        height: 3.5rem;
        border-bottom: 3px #ddb226 solid;
        position: absolute;
        top: -1.75rem; }
      ul ul li a {
        margin-right: 7rem;
        padding: 5px 10px 5px 70px;
        position: relative; }
        ul ul li a:after {
          content: "";
          background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(18, 29, 57, 0.5)));
          background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(18, 29, 57, 0.5) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#80121d39',GradientType=1 );
          height: 100%;
          position: absolute;
          right: 0;
          width: 0;
          top: 0;
          -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear;
          z-index: 0; }
        ul ul li a:hover:after {
          width: 100%; }
        ul ul li a span {
          position: relative;
          z-index: 1; }
  ul a.main {
    padding: 10px;
    border: solid 3px #ddb226;
    margin-bottom: 6px; }

zero {
  margin: 0;
  padding: 0; }

/*Header Start*/
@media screen and (max-width: 992px) {
  .navbar-collapse .navbar-nav {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #9c964b), to(#bd8641b8));
    background: linear-gradient(to bottom, #9c964b 60%, #bd8641b8 100%);
    padding-top: 40px; } }

.NavBarAS span {
  background-color: #fff; }
@media screen and (max-width: 767px) {
  .NavBarAS {
    background-color: #fd0402;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: none; }
    .NavBarAS:focus {
      background-color: #fd0402 !important; }
    .NavBarAS:hover {
      background-color: #fd0402 !important; }
    .NavBarAS:focus {
      background-color: #fd0402 !important; } }

.navbar-H {
  background: transparent;
  margin-top: 20px; }
  .navbar-H .megaMenuHolder {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #9c964b), to(#bd8641b8));
    background: linear-gradient(to bottom, #9c964b 60%, #bd8641b8 100%);
    padding-top: 40px; }
    @media screen and (max-width: 992px) {
      .navbar-H .megaMenuHolder {
        display: none !important; } }
    .navbar-H .megaMenuHolder .programName:hover {
      background: #949615 !important; }
  @media screen and (max-width: 992px) {
    .navbar-H .openMegaMenuHolder .megaMenuHolder {
      display: block !important; } }
  @media screen and (max-width: 992px) {
    .navbar-H {
      margin-top: 0; } }
  @media screen and (max-width: 767px) {
    .navbar-H {
      background-color: #9c964b8c; } }
  .navbar-H .navbar-nav > li {
    padding: 20px 10px; }
    @media screen and (max-width: 992px) {
      .navbar-H .navbar-nav > li {
        padding: 5px 10px !important; }
        .navbar-H .navbar-nav > li:hover {
          border: none !important; } }
  .navbar-H .tasgel-aldo5ol a {
    border: 2px solid #fff;
    color: #fff !important; }
    .navbar-H .tasgel-aldo5ol a:after {
      content: "";
      background: transparent;
      display: none; }
    .navbar-H .tasgel-aldo5ol a:before {
      content: "";
      background: transparent;
      display: none; }
    .navbar-H .tasgel-aldo5ol a span:after {
      content: "";
      background: transparent;
      display: none; }
    .navbar-H .tasgel-aldo5ol a span:before {
      content: "";
      background: transparent;
      display: none; }
  .navbar-H .new-ro2tyelogo {
    position: absolute;
    top: 10px;
    right: 20px; }
  .navbar-H .collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-left: 50px; }
    @media screen and (max-width: 992px) {
      .navbar-H .collapse {
        display: none !important;
        padding-left: 0px; } }
  @media screen and (max-width: 992px) {
    .navbar-H .collapse.in {
      display: block !important; } }

.HinnersNav {
  background: -webkit-gradient(linear, right top, left top, from(white), to(#cd9b57)) !important;
  background: linear-gradient(to left, white, #cd9b57) !important;
  margin-top: 0 !important;
  height: 105px !important; }
  .HinnersNav .tasgel-aldo5ol span {
    color: #fff; }
  .HinnersNav .navbar-nav > li > a {
    color: #fff !important; }
  .HinnersNav .NavBarAS .icon-bar {
    background-color: #fff; }

.New-nesLine {
  background: url(../img/new-img/newLine.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat; }

.new-slider-intro-H {
  height: 900px;
  width: 100%;
  position: relative; }
  @media screen and (max-width: 767px) {
    .new-slider-intro-H {
      height: 640px; } }
  .new-slider-intro-H .new-intro-Slidee {
    width: 100%;
    height: 900px;
    position: relative;
    float: right; }
    @media screen and (max-width: 767px) {
      .new-slider-intro-H .new-intro-Slidee {
        height: 400px; } }
    .new-slider-intro-H .new-intro-Slidee img {
      width: 100%;
      height: 100%; }
  .new-slider-intro-H .over-lay-inntroo-slider {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.28)), to(black));
    background: linear-gradient(rgba(0, 0, 0, 0.28), black); }
  .new-slider-intro-H .new-Overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: url(../img/new-img/overlayyy.png);
    background-size: 100% 100%;
    height: 900px; }
    @media screen and (max-width: 767px) {
      .new-slider-intro-H .new-Overlay {
        background: none;
        height: 0px; } }
    @media screen and (max-width: 767px) {
      .new-slider-intro-H .new-Overlay .navbar-header {
        height: 32px !important;
        margin-top: 0; } }
    @media screen and (max-width: 992px) {
      .new-slider-intro-H .new-Overlay .navbar-collapse .navbar-nav {
        background: rgba(255, 255, 255, 0.9);
        padding-top: 40px; } }
    .new-slider-intro-H .new-Overlay .NavBarAS span {
      background-color: #fff; }
    .new-slider-intro-H .new-Overlay .navbar-H {
      background: transparent;
      margin-top: 20px;
      position: relative; }
      @media screen and (max-width: 767px) {
        .new-slider-intro-H .new-Overlay .navbar-H {
          height: 45px !important; }
          .new-slider-intro-H .new-Overlay .navbar-H:after {
            position: absolute;
            content: "";
            background: url(../img/new-img/new-head2.png);
            height: 111px;
            right: 0;
            top: 0;
            background-size: 100% 100%;
            width: 100%;
            background-repeat: no-repeat; } }
      .new-slider-intro-H .new-Overlay .navbar-H .megaMenuHolder {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #9c964b), to(#bd8641b8));
        background: linear-gradient(to bottom, #9c964b 60%, #bd8641b8 100%);
        padding-top: 40px; }
        .new-slider-intro-H .new-Overlay .navbar-H .megaMenuHolder .programName:hover {
          background: #949615 !important; }
      @media screen and (max-width: 992px) {
        .new-slider-intro-H .new-Overlay .navbar-H {
          margin-top: 0; } }
      @media screen and (max-width: 767px) {
        .new-slider-intro-H .new-Overlay .navbar-H {
          background-color: transparent;
          position: relative; } }
      .new-slider-intro-H .new-Overlay .navbar-H .navbar-nav > li {
        padding: 20px 10px; }
        .new-slider-intro-H .new-Overlay .navbar-H .navbar-nav > li a {
          color: #fff !important; }
        @media screen and (max-width: 767px) {
          .new-slider-intro-H .new-Overlay .navbar-H .navbar-nav > li a {
            color: #000 !important; } }
      .new-slider-intro-H .new-Overlay .navbar-H .tasgel-aldo5ol a {
        border: 2px solid #fff; }
        @media screen and (max-width: 767px) {
          .new-slider-intro-H .new-Overlay .navbar-H .tasgel-aldo5ol a {
            border: 2px solid #000; } }
        .new-slider-intro-H .new-Overlay .navbar-H .tasgel-aldo5ol a:after {
          content: "";
          background: transparent;
          display: none; }
        .new-slider-intro-H .new-Overlay .navbar-H .tasgel-aldo5ol a:before {
          content: "";
          background: transparent;
          display: none; }
        .new-slider-intro-H .new-Overlay .navbar-H .tasgel-aldo5ol a span:after {
          content: "";
          background: transparent;
          display: none; }
        .new-slider-intro-H .new-Overlay .navbar-H .tasgel-aldo5ol a span:before {
          content: "";
          background: transparent;
          display: none; }
      .new-slider-intro-H .new-Overlay .navbar-H .new-ro2tyelogo {
        position: absolute;
        top: 10px;
        right: 20px; }
        @media screen and (max-width: 767px) {
          .new-slider-intro-H .new-Overlay .navbar-H .new-ro2tyelogo {
            z-index: 99;
            width: 120px; }
            .new-slider-intro-H .new-Overlay .navbar-H .new-ro2tyelogo img {
              width: 100%;
              height: 100%; } }
      .new-slider-intro-H .new-Overlay .navbar-H .collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        padding-left: 50px; }
        @media screen and (max-width: 992px) {
          .new-slider-intro-H .new-Overlay .navbar-H .collapse {
            display: none !important;
            padding-left: 0px; } }
        @media screen and (max-width: 767px) {
          .new-slider-intro-H .new-Overlay .navbar-H .collapse {
            top: 32px; } }
      @media screen and (max-width: 992px) {
        .new-slider-intro-H .new-Overlay .navbar-H .collapse.in {
          display: block !important; } }
      @media screen and (max-width: 767px) {
        .new-slider-intro-H .new-Overlay .navbar-H .collapse.in {
          top: 32px; } }
    .new-slider-intro-H .new-Overlay .new0Small-img {
      position: absolute;
      right: 6%;
      top: 190px; }
      @media screen and (max-width: 767px) {
        .new-slider-intro-H .new-Overlay .new0Small-img {
          display: none; } }
    .new-slider-intro-H .new-Overlay .new-intro-slick-nav {
      position: absolute;
      bottom: 60px;
      width: 100%;
      padding: 0 50px; }
      @media screen and (max-width: 767px) {
        .new-slider-intro-H .new-Overlay .new-intro-slick-nav {
          text-align: center;
          top: 350px;
          bottom: inherit;
          position: relative;
          background-color: #2eb093;
          padding: 0 10px;
          padding-bottom: 20px; } }
      .new-slider-intro-H .new-Overlay .new-intro-slick-nav .nav-slickright {
        position: absolute;
        right: 40%;
        color: #fff;
        font-size: 25px;
        bottom: 7px;
        cursor: pointer; }
        @media screen and (max-width: 767px) {
          .new-slider-intro-H .new-Overlay .new-intro-slick-nav .nav-slickright {
            display: none !important; } }
      .new-slider-intro-H .new-Overlay .new-intro-slick-nav .nav-slickleft {
        position: absolute;
        left: 40%;
        color: #fff;
        font-size: 25px;
        bottom: 7px;
        cursor: pointer; }
        @media screen and (max-width: 767px) {
          .new-slider-intro-H .new-Overlay .new-intro-slick-nav .nav-slickleft {
            display: none !important; } }
      .new-slider-intro-H .new-Overlay .new-intro-slick-nav .slick-list {
        width: 350px; }
        @media screen and (max-width: 767px) {
          .new-slider-intro-H .new-Overlay .new-intro-slick-nav .slick-list {
            width: 100%; } }
      .new-slider-intro-H .new-Overlay .new-intro-slick-nav .slick-slide {
        color: #fff;
        padding-right: 20px;
        float: right; }
        .new-slider-intro-H .new-Overlay .new-intro-slick-nav .slick-slide .slick-Logo-intro {
          padding-top: 15px;
          text-align: left; }
          @media screen and (max-width: 767px) {
            .new-slider-intro-H .new-Overlay .new-intro-slick-nav .slick-slide .slick-Logo-intro {
              display: none; } }
          .new-slider-intro-H .new-Overlay .new-intro-slick-nav .slick-slide .slick-Logo-intro img {
            display: inline-block;
            margin-left: 30px; }
        .new-slider-intro-H .new-Overlay .new-intro-slick-nav .slick-slide h2 {
          font-family: GE-B;
          font-size: 48px;
          margin-bottom: 10px;
          max-height: 70px;
          overflow: hidden; }
          @media screen and (max-width: 767px) {
            .new-slider-intro-H .new-Overlay .new-intro-slick-nav .slick-slide h2 {
              text-align: right;
              font-size: 38px;
              position: relative;
              margin-bottom: 40px;
              line-height: 1.8; }
              .new-slider-intro-H .new-Overlay .new-intro-slick-nav .slick-slide h2:after {
                content: "";
                position: absolute;
                height: 10px;
                width: 20%;
                right: 0;
                background-color: #fff;
                border-radius: 50px;
                bottom: 0px; } }
        .new-slider-intro-H .new-Overlay .new-intro-slick-nav .slick-slide h5 {
          font-size: 30px;
          font-family: GE-B;
          margin-bottom: 30px;
          max-height: 120px;
          overflow: hidden; }
          @media screen and (max-width: 767px) {
            .new-slider-intro-H .new-Overlay .new-intro-slick-nav .slick-slide h5 {
              text-align: right;
              font-size: 22px;
              max-height: 60px; } }
        .new-slider-intro-H .new-Overlay .new-intro-slick-nav .slick-slide p {
          font-size: 22px;
          font-family: GE-R;
          margin-bottom: 30px;
          max-height: 95px;
          overflow: hidden; }
        .new-slider-intro-H .new-Overlay .new-intro-slick-nav .slick-slide .new0genral-btn {
          margin: auto;
          float: right !important; }
    .new-slider-intro-H .new-Overlay .slick-dots {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media screen and (max-width: 767px) {
        .new-slider-intro-H .new-Overlay .slick-dots {
          top: -40px;
          bottom: inherit;
          position: absolute;
          right: 20px;
          height: 15px; } }
      @media screen and (max-width: 767px) {
        .new-slider-intro-H .new-Overlay .slick-dots li {
          height: 15px; } }
      .new-slider-intro-H .new-Overlay .slick-dots li button {
        margin: 0 5px;
        color: transparent;
        border: 2px solid #fff;
        background: transparent;
        border-radius: 50%;
        width: 15px;
        height: 15px; }
      .new-slider-intro-H .new-Overlay .slick-dots .slick-active button {
        background: #fff; }
    .new-slider-intro-H .new-Overlay .side-nav-introSlider {
      position: absolute;
      left: 20px;
      top: 30%;
      width: 200px;
      height: 500px; }
      @media screen and (max-width: 767px) {
        .new-slider-intro-H .new-Overlay .side-nav-introSlider {
          height: auto;
          width: 80px;
          top: 335px;
          height: 80px;
          overflow: hidden; } }
      .new-slider-intro-H .new-Overlay .side-nav-introSlider .slick-list {
        position: relative; }
      .new-slider-intro-H .new-Overlay .side-nav-introSlider .slick-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        float: right; }
        @media screen and (max-width: 767px) {
          .new-slider-intro-H .new-Overlay .side-nav-introSlider .slick-slide {
            display: none; } }
        .new-slider-intro-H .new-Overlay .side-nav-introSlider .slick-slide .slikkk {
          float: none;
          background-color: #fff;
          border-radius: 50%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          height: 80px;
          width: 80px;
          padding: 5px;
          border: 4px solid transparent;
          margin-bottom: 10px;
          cursor: pointer; }
        .new-slider-intro-H .new-Overlay .side-nav-introSlider .slick-slide .slikk-2 {
          margin-left: -70px; }
        .new-slider-intro-H .new-Overlay .side-nav-introSlider .slick-slide .slikk-3 {
          margin-left: -90px; }
        .new-slider-intro-H .new-Overlay .side-nav-introSlider .slick-slide .slikk-4 {
          margin-left: -70px; }
      @media screen and (max-width: 767px) {
        .new-slider-intro-H .new-Overlay .side-nav-introSlider .slick-current {
          display: block; } }
      .new-slider-intro-H .new-Overlay .side-nav-introSlider .slick-current .slikkk {
        border: 4px solid #f15a2c; }

.new0genral-btn {
  font-family: GE-R;
  font-size: 20px;
  color: #fff;
  padding: 7px 20px;
  display: block;
  border: none;
  border: 1px solid #fff;
  border-radius: 20px;
  background: transparent;
  min-width: 185px; }
  @media screen and (max-width: 767px) {
    .new0genral-btn {
      margin: 0 auto; } }
  .new0genral-btn:hover {
    background: #f15a2c;
    color: #fff;
    border: 1px solid #f15a2c; }

/*Start Tabs*/
.newTabsContainer {
  padding-top: 60px;
  overflow: hidden; }
  .newTabsContainer .TabsUl-N {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 480px) {
      .newTabsContainer .TabsUl-N {
        min-width: 300px; } }
    .newTabsContainer .TabsUl-N li {
      border: 1px solid #f15a2c;
      color: #f15a2c;
      padding: 5px 20px;
      border-radius: 20px;
      margin: 0 10px;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        .newTabsContainer .TabsUl-N li {
          margin-bottom: 20px; } }
      @media screen and (max-width: 480px) {
        .newTabsContainer .TabsUl-N li {
          padding: 5px;
          line-height: 16px;
          margin: 0 5px; } }
    .newTabsContainer .TabsUl-N .ActiveTab {
      background: #f15a2c;
      color: #fff; }
  .newTabsContainer .TabsContainerG > div:not(.newsTabs-container) {
    overflow-y: hidden;
    height: 0; }
  .newTabsContainer .imgBlockDiv > div {
    border-radius: 15px;
    overflow: hidden;
    height: 240px;
    position: relative; }
    @media screen and (max-width: 992px) {
      .newTabsContainer .imgBlockDiv > div {
        margin-bottom: 20px; } }
    .newTabsContainer .imgBlockDiv > div a:hover > img {
      -webkit-transform: scale(1.5);
              transform: scale(1.5); }
  .newTabsContainer .imgBlockDiv img {
    width: 100%;
    height: 100%;
    -webkit-transition: 1s ease;
    transition: 1s ease; }
  .newTabsContainer .imgBlockDiv .imgBlockDiv-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 20px; }
    .newTabsContainer .imgBlockDiv .imgBlockDiv-overlay > div {
      margin-top: 90px; }
    .newTabsContainer .imgBlockDiv .imgBlockDiv-overlay i {
      display: block;
      text-align: center;
      color: #fff;
      font-size: 25px;
      margin-bottom: 40px; }
    .newTabsContainer .imgBlockDiv .imgBlockDiv-overlay h3 {
      font-family: GE-B;
      font-size: 20px;
      color: #fff;
      position: relative; }
      .newTabsContainer .imgBlockDiv .imgBlockDiv-overlay h3:after {
        content: "";
        position: absolute;
        height: 6px;
        right: 0;
        background: #11a3a0;
        bottom: -10px;
        width: 40%;
        border-radius: 50px; }
  .newTabsContainer .BtnSCarousel {
    font-family: GE-R;
    font-size: 20px;
    color: #f15a2c;
    padding: 7px 20px;
    display: block;
    border: none;
    border: 1px solid #f15a2c;
    border-radius: 20px;
    background: transparent;
    min-width: 185px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 20px; }
    .newTabsContainer .BtnSCarousel i {
      display: inline-block;
      margin-right: 10px; }
    .newTabsContainer .BtnSCarousel:hover {
      background: #f15a2c;
      color: #fff;
      border: 1px solid #f15a2c; }
  @media screen and (max-width: 992px) {
    .newTabsContainer .newsTabs-container .new0genral-btn {
      margin: 0 auto; } }
  .newTabsContainer .newsTabs-container .nav-slickdown {
    cursor: pointer;
    position: absolute;
    left: 20px;
    top: 56%;
    font-size: 25px;
    color: #f15a2c; }
    @media screen and (max-width: 1200px) {
      .newTabsContainer .newsTabs-container .nav-slickdown {
        top: 52%; } }
    @media screen and (max-width: 992px) {
      .newTabsContainer .newsTabs-container .nav-slickdown {
        left: 10%;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        top: inherit; } }
  .newTabsContainer .newsTabs-container .nav-slickup {
    cursor: pointer;
    position: absolute;
    left: 20px;
    top: 22%;
    font-size: 25px;
    color: #f15a2c;
    z-index: 9; }
    @media screen and (max-width: 992px) {
      .newTabsContainer .newsTabs-container .nav-slickup {
        right: 10%;
        left: inherit;
        top: inherit;
        -webkit-transform: translateY(-300%) rotate(90deg);
                transform: translateY(-300%) rotate(90deg);
        bottom: 0%; } }
  .newTabsContainer .newsTabs-container .slick-dots {
    position: absolute;
    top: 30%;
    left: 25px; }
    @media screen and (max-width: 992px) {
      .newTabsContainer .newsTabs-container .slick-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        left: 50%;
        top: inherit;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }
    @media screen and (max-width: 992px) {
      .newTabsContainer .newsTabs-container .slick-dots li {
        margin: 0 5px; } }
    .newTabsContainer .newsTabs-container .slick-dots li button {
      width: 15px;
      height: 15px;
      border: 1px solid  #f15a2c;
      color: transparent;
      background: transparent;
      border-radius: 50%; }
    .newTabsContainer .newsTabs-container .slick-dots .slick-active button {
      background: #f15a2c; }
  .newTabsContainer .newsTabs-container .NewsTabsCarousel {
    overflow: hidden;
    position: relative;
    margin-top: 40px;
    padding-bottom: 100px; }
    .newTabsContainer .newsTabs-container .NewsTabsCarousel .slick-slide {
      min-height: 460px;
      padding-bottom: 20px;
      position: relative; }
    .newTabsContainer .newsTabs-container .NewsTabsCarousel .NewsTabsCarousel-Orange {
      background-color: #f15a2c;
      color: #fff;
      padding-top: 60px;
      padding-right: 40px;
      padding-left: 130px;
      padding-bottom: 20px;
      border-radius: 15px;
      margin-top: 50px; }
      @media screen and (max-width: 992px) {
        .newTabsContainer .newsTabs-container .NewsTabsCarousel .NewsTabsCarousel-Orange {
          padding-top: 250px;
          padding-left: 40px; } }
      @media screen and (max-width: 480px) {
        .newTabsContainer .newsTabs-container .NewsTabsCarousel .NewsTabsCarousel-Orange {
          padding-top: 220px !important; } }
      .newTabsContainer .newsTabs-container .NewsTabsCarousel .NewsTabsCarousel-Orange h2 {
        font-family: GE-B;
        font-size: 24px;
        margin-bottom: 40px;
        position: relative; }
        @media screen and (max-width: 480px) {
          .newTabsContainer .newsTabs-container .NewsTabsCarousel .NewsTabsCarousel-Orange h2 {
            font-size: 18px; } }
        .newTabsContainer .newsTabs-container .NewsTabsCarousel .NewsTabsCarousel-Orange h2:after {
          content: "";
          position: absolute;
          width: 150px;
          height: 12px;
          background-color: #fdb918;
          bottom: -20px;
          right: 0;
          border-radius: 50px; }
      .newTabsContainer .newsTabs-container .NewsTabsCarousel .NewsTabsCarousel-Orange p {
        margin-bottom: 40px; }
    .newTabsContainer .newsTabs-container .NewsTabsCarousel .NewsTabsCarousel-img {
      position: absolute;
      left: 80px;
      overflow: hidden; }
      @media screen and (max-width: 992px) {
        .newTabsContainer .newsTabs-container .NewsTabsCarousel .NewsTabsCarousel-img {
          width: 300px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          text-align: center; } }
      .newTabsContainer .newsTabs-container .NewsTabsCarousel .NewsTabsCarousel-img > div {
        max-height: 340px; }
        .newTabsContainer .newsTabs-container .NewsTabsCarousel .NewsTabsCarousel-img > div img {
          width: 100%;
          height: 100%;
          max-height: 340px;
          border-radius: 10px; }
          @media screen and (max-width: 480px) {
            .newTabsContainer .newsTabs-container .NewsTabsCarousel .NewsTabsCarousel-img > div img {
              width: 220px;
              margin: 0 auto; } }
      .newTabsContainer .newsTabs-container .NewsTabsCarousel .NewsTabsCarousel-img .BtnSCarousel {
        margin: inherit;
        float: left;
        margin-top: 30px; }
        @media screen and (max-width: 992px) {
          .newTabsContainer .newsTabs-container .NewsTabsCarousel .NewsTabsCarousel-img .BtnSCarousel {
            border: 1px solid #ffffff;
            color: #fff;
            float: none;
            margin: 0 auto;
            margin-top: 30px; } }
  @media screen and (max-width: 992px) {
    .newTabsContainer .makalatTabs-container .new0genral-btn {
      margin: 0 auto; } }
  .newTabsContainer .makalatTabs-container .nav-slickdown {
    cursor: pointer;
    position: absolute;
    left: 20px;
    top: 56%;
    font-size: 25px;
    color: #f15a2c; }
    @media screen and (max-width: 1200px) {
      .newTabsContainer .makalatTabs-container .nav-slickdown {
        top: 52%; } }
    @media screen and (max-width: 992px) {
      .newTabsContainer .makalatTabs-container .nav-slickdown {
        left: 10%;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        top: inherit; } }
  .newTabsContainer .makalatTabs-container .nav-slickup {
    cursor: pointer;
    position: absolute;
    left: 20px;
    top: 22%;
    font-size: 25px;
    color: #f15a2c;
    z-index: 9; }
    @media screen and (max-width: 992px) {
      .newTabsContainer .makalatTabs-container .nav-slickup {
        right: 10%;
        left: inherit;
        top: inherit;
        -webkit-transform: translateY(-300%) rotate(90deg);
                transform: translateY(-300%) rotate(90deg);
        bottom: 0%; } }
  .newTabsContainer .makalatTabs-container .slick-dots {
    position: absolute;
    top: 30%;
    left: 25px; }
    @media screen and (max-width: 992px) {
      .newTabsContainer .makalatTabs-container .slick-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        left: 50%;
        top: inherit;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }
    @media screen and (max-width: 992px) {
      .newTabsContainer .makalatTabs-container .slick-dots li {
        margin: 0 5px; } }
    .newTabsContainer .makalatTabs-container .slick-dots li button {
      width: 15px;
      height: 15px;
      border: 1px solid  #f15a2c;
      color: transparent;
      background: transparent;
      border-radius: 50%; }
    .newTabsContainer .makalatTabs-container .slick-dots .slick-active button {
      background: #f15a2c; }
  .newTabsContainer .makalatTabs-container .NewsTabsCarousel {
    overflow: hidden;
    position: relative;
    margin-top: 40px;
    padding-bottom: 100px; }
    .newTabsContainer .makalatTabs-container .NewsTabsCarousel .slick-slide {
      min-height: 460px;
      padding-bottom: 20px;
      position: relative; }
    .newTabsContainer .makalatTabs-container .NewsTabsCarousel .NewsTabsCarousel-Orange {
      background-color: #f15a2c;
      color: #fff;
      padding-top: 60px;
      padding-right: 40px;
      padding-left: 130px;
      padding-bottom: 20px;
      border-radius: 15px;
      margin-top: 50px; }
      @media screen and (max-width: 992px) {
        .newTabsContainer .makalatTabs-container .NewsTabsCarousel .NewsTabsCarousel-Orange {
          padding-top: 250px;
          padding-left: 40px; } }
      @media screen and (max-width: 480px) {
        .newTabsContainer .makalatTabs-container .NewsTabsCarousel .NewsTabsCarousel-Orange {
          padding-top: 220px !important; } }
      .newTabsContainer .makalatTabs-container .NewsTabsCarousel .NewsTabsCarousel-Orange h2 {
        font-family: GE-B;
        font-size: 24px;
        margin-bottom: 40px;
        position: relative; }
        @media screen and (max-width: 480px) {
          .newTabsContainer .makalatTabs-container .NewsTabsCarousel .NewsTabsCarousel-Orange h2 {
            font-size: 18px; } }
        .newTabsContainer .makalatTabs-container .NewsTabsCarousel .NewsTabsCarousel-Orange h2:after {
          content: "";
          position: absolute;
          width: 150px;
          height: 12px;
          background-color: #fdb918;
          bottom: -20px;
          right: 0;
          border-radius: 50px; }
      .newTabsContainer .makalatTabs-container .NewsTabsCarousel .NewsTabsCarousel-Orange p {
        margin-bottom: 40px; }
    .newTabsContainer .makalatTabs-container .NewsTabsCarousel .NewsTabsCarousel-img {
      position: absolute;
      left: 80px;
      overflow: hidden;
      z-index: 9; }
      @media screen and (max-width: 992px) {
        .newTabsContainer .makalatTabs-container .NewsTabsCarousel .NewsTabsCarousel-img {
          width: 300px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          text-align: center; } }
      .newTabsContainer .makalatTabs-container .NewsTabsCarousel .NewsTabsCarousel-img > div {
        max-height: 340px; }
        .newTabsContainer .makalatTabs-container .NewsTabsCarousel .NewsTabsCarousel-img > div img {
          width: 100%;
          height: 100%;
          max-height: 340px;
          border-radius: 10px; }
          @media screen and (max-width: 480px) {
            .newTabsContainer .makalatTabs-container .NewsTabsCarousel .NewsTabsCarousel-img > div img {
              width: 220px;
              margin: 0 auto; } }
      .newTabsContainer .makalatTabs-container .NewsTabsCarousel .NewsTabsCarousel-img .BtnSCarousel {
        margin: inherit;
        float: left;
        margin-top: 30px; }
        @media screen and (max-width: 992px) {
          .newTabsContainer .makalatTabs-container .NewsTabsCarousel .NewsTabsCarousel-img .BtnSCarousel {
            border: 1px solid #ffffff;
            color: #fff;
            float: none;
            margin: 0 auto;
            margin-top: 30px; } }
  .newTabsContainer .moviesTabs-container .nav-slickright {
    position: absolute;
    color: #f15a2c;
    bottom: 19px;
    right: 35%;
    font-size: 25px;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .newTabsContainer .moviesTabs-container .nav-slickright {
        right: 10%; } }
  .newTabsContainer .moviesTabs-container .nav-slickleft {
    position: absolute;
    color: #f15a2c;
    bottom: 19px;
    left: 35%;
    font-size: 25px;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .newTabsContainer .moviesTabs-container .nav-slickleft {
        left: 10%; } }
  .newTabsContainer .moviesTabs-container .slick-dots {
    text-align: center;
    padding: 15px 0; }
    .newTabsContainer .moviesTabs-container .slick-dots li {
      display: inline-block;
      margin: 0 5px; }
      .newTabsContainer .moviesTabs-container .slick-dots li button {
        width: 15px;
        height: 15px;
        border: 1px solid  #f15a2c;
        color: transparent;
        background: transparent;
        border-radius: 50%; }
    .newTabsContainer .moviesTabs-container .slick-dots .slick-active button {
      background: #f15a2c; }
  .newTabsContainer .moviesTabs-container .moviesTabs-carousel {
    overflow: hidden;
    padding-right: 20px; }
  .newTabsContainer .moviesTabs-container .imgBlockDiv {
    max-width: 600px;
    margin-left: 10px;
    width: 100%;
    height: 400px;
    float: right; }
    @media screen and (max-width: 767px) {
      .newTabsContainer .moviesTabs-container .imgBlockDiv {
        max-width: 100%; } }
    .newTabsContainer .moviesTabs-container .imgBlockDiv > div {
      height: 400px; }
  .newTabsContainer .moviesTabs-container .imgBlockDiv-overlay > div {
    margin-top: 150px; }
  .newTabsContainer .moviesTabs-container .imgBlockDiv-overlay img {
    display: block;
    width: 90px;
    margin: 0 auto;
    margin-bottom: 45px; }

/*consultation System*/
.GeneralH2 {
  font-family: GE-B;
  font-size: 36px;
  color: #fff;
  position: relative;
  margin-bottom: 25px; }
  .GeneralH2:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -10px;
    height: 12px;
    border-radius: 50px;
    background-color: #fff;
    width: 13%; }
  .GeneralH2 span {
    display: block;
    font-size: 30px; }

.GeneralP {
  font-family: GE-R;
  font-size: 20px;
  color: #fff;
  width: 63%;
  margin-bottom: 25px; }

.consultationSystem {
  min-height: 600px;
  position: relative;
  padding-top: 200px;
  padding-bottom: 100px; }
  .consultationSystem .container {
    position: relative;
    z-index: 9; }
  .consultationSystem:after {
    content: "";
    position: absolute;
    background: url(../img/new-img/second-after.png);
    height: 700px;
    width: 32%;
    right: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 0; }
    @media screen and (max-width: 767px) {
      .consultationSystem:after {
        width: 90%; } }
  .consultationSystem:before {
    content: "";
    position: absolute;
    background: url(../img/new-img/second-b4.png);
    height: 430px;
    width: 75%;
    left: 0;
    top: 90px;
    background-repeat: no-repeat;
    background-size: 100% 100%; }
  @media screen and (max-width: 992px) {
    .consultationSystem {
      background: url(../img/new-img/secon-bk.jpg); }
      .consultationSystem:before {
        content: "";
        position: absolute;
        background: none;
        height: 430px;
        width: 0%;
        left: 0;
        top: 90px;
        background-repeat: no-repeat;
        background-size: 100% 100%; } }
  .consultationSystem .consultationUL {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 60px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .consultationSystem .consultationUL li {
      margin-bottom: 20px; }
      .consultationSystem .consultationUL li a div {
        background: #fff;
        border-radius: 50%;
        padding: 10px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-transition: 1s ease;
        transition: 1s ease; }
        .consultationSystem .consultationUL li a div:hover {
          background-color: #f15a2c; }
      .consultationSystem .consultationUL li a span {
        display: block;
        color: #fff;
        font-family: GE-B;
        font-size: 30px;
        text-align: center;
        margin-top: 15px; }
  .consultationSystem .manHeadPhone {
    margin-top: 40px; }

.videoGalleryContainer {
  min-height: 970px;
  position: relative;
  top: -231px;
  padding-top: 250px; }
  .videoGalleryContainer .container {
    position: relative;
    z-index: 9; }
  .videoGalleryContainer:after {
    content: "";
    position: absolute;
    background: url(../img/new-img/video-gallery-after.png);
    height: 285px;
    width: 50%;
    right: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: 0; }
  .videoGalleryContainer:before {
    content: "";
    position: absolute;
    background: url(../img/new-img/video-gallery-b4.png);
    height: 100%;
    width: 35%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%; }
  @media screen and (max-width: 992px) {
    .videoGalleryContainer {
      padding-top: 100px;
      min-height: 100%;
      top: 0;
      background: #43C6AC;
      /* fallback for old browsers */
      /* Chrome 10-25, Safari 5.1-6 */
      background: -webkit-gradient(linear, right top, left top, from(#191654), to(#43C6AC));
      background: linear-gradient(to left, #191654, #43C6AC);
      /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }
      .videoGalleryContainer .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-flow: column-reverse;
                flex-flow: column-reverse; }
        .videoGalleryContainer .container .col-md-9 {
          margin-top: 40px; }
      .videoGalleryContainer:after {
        height: 0%;
        width: 0%; }
      .videoGalleryContainer:before {
        height: 0%;
        width: 0%; } }
  .videoGalleryContainer .VideoGallerySliderH {
    position: relative; }
    .videoGalleryContainer .VideoGallerySliderH .slick-slide {
      position: relative;
      padding-bottom: 40px; }
      @media screen and (max-width: 767px) {
        .videoGalleryContainer .VideoGallerySliderH .slick-slide {
          float: right; } }
      .videoGalleryContainer .VideoGallerySliderH .slick-slide .VideoSLickSlide {
        width: 90%;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        border-radius: 20px; }
        .videoGalleryContainer .VideoGallerySliderH .slick-slide .VideoSLickSlide > img {
          width: 100%;
          height: 100%; }
        .videoGalleryContainer .VideoGallerySliderH .slick-slide .VideoSLickSlide .VideoSLickSlide-overlay a {
          padding: 20px;
          position: absolute;
          top: 0;
          bottom: 0;
          width: 100%;
          padding-top: 25%; }
          @media screen and (max-width: 520px) {
            .videoGalleryContainer .VideoGallerySliderH .slick-slide .VideoSLickSlide .VideoSLickSlide-overlay a {
              padding-top: 10px; } }
          .videoGalleryContainer .VideoGallerySliderH .slick-slide .VideoSLickSlide .VideoSLickSlide-overlay a img {
            margin: 0 auto;
            margin-bottom: 150px; }
            @media screen and (max-width: 1200px) {
              .videoGalleryContainer .VideoGallerySliderH .slick-slide .VideoSLickSlide .VideoSLickSlide-overlay a img {
                margin-bottom: 70px; } }
            @media screen and (max-width: 767px) {
              .videoGalleryContainer .VideoGallerySliderH .slick-slide .VideoSLickSlide .VideoSLickSlide-overlay a img {
                margin-bottom: 30px; } }
          .videoGalleryContainer .VideoGallerySliderH .slick-slide .VideoSLickSlide .VideoSLickSlide-overlay a h3 {
            font-size: 36px;
            color: #fff;
            font-family: GE-B;
            position: relative; }
            .videoGalleryContainer .VideoGallerySliderH .slick-slide .VideoSLickSlide .VideoSLickSlide-overlay a h3:after {
              content: "";
              position: absolute;
              height: 10px;
              right: 0;
              background: #11a3a0;
              bottom: -15px;
              width: 100px;
              border-radius: 50px; }
            @media screen and (max-width: 520px) {
              .videoGalleryContainer .VideoGallerySliderH .slick-slide .VideoSLickSlide .VideoSLickSlide-overlay a h3 {
                font-size: 25px; } }
    .videoGalleryContainer .VideoGallerySliderH .nav-slickdown {
      cursor: pointer;
      position: absolute;
      right: -10px;
      bottom: 42%;
      font-size: 25px;
      color: #f15a2c; }
      @media screen and (max-width: 992px) {
        .videoGalleryContainer .VideoGallerySliderH .nav-slickdown {
          left: 10%;
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg);
          top: inherit;
          right: inherit;
          bottom: 5px; } }
    .videoGalleryContainer .VideoGallerySliderH .nav-slickup {
      cursor: pointer;
      position: absolute;
      right: -10px;
      top: 22%;
      font-size: 25px;
      color: #f15a2c;
      z-index: 9; }
      @media screen and (max-width: 992px) {
        .videoGalleryContainer .VideoGallerySliderH .nav-slickup {
          right: 10%;
          left: inherit;
          top: inherit;
          -webkit-transform: translateY(-30%) rotate(90deg);
                  transform: translateY(-30%) rotate(90deg);
          bottom: 0%; } }
    .videoGalleryContainer .VideoGallerySliderH .slick-dots {
      position: absolute;
      top: 30%;
      right: -5px; }
      @media screen and (max-width: 992px) {
        .videoGalleryContainer .VideoGallerySliderH .slick-dots {
          position: static;
          width: 130px;
          margin: 0 auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          .videoGalleryContainer .VideoGallerySliderH .slick-dots li {
            float: right;
            margin: 0 5px; } }
      .videoGalleryContainer .VideoGallerySliderH .slick-dots li button {
        width: 15px;
        height: 15px;
        border: 1px solid  #f15a2c;
        color: transparent;
        background: transparent;
        border-radius: 50%; }
      .videoGalleryContainer .VideoGallerySliderH .slick-dots .slick-active button {
        background: #f15a2c; }

/*ENd Video*/
/*Start ABout US*/
.AboutUsContainerH {
  background: url(../img/new-img/thirsd-bk.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  min-height: 750px;
  position: relative;
  top: -231px;
  padding-top: 140px; }
  @media screen and (max-width: 992px) {
    .AboutUsContainerH {
      top: 0;
      background-size: cover;
      padding-top: 50px;
      min-height: auto;
      padding-bottom: 100px; } }
  .AboutUsContainerH .aboutUsSliderContainer {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px; }
    @media screen and (max-width: 992px) {
      .AboutUsContainerH .aboutUsSliderContainer {
        margin-top: 30px; } }
    .AboutUsContainerH .aboutUsSliderContainer .slick-list {
      margin-bottom: 20px; }
    .AboutUsContainerH .aboutUsSliderContainer .slick-slide {
      float: right; }
      .AboutUsContainerH .aboutUsSliderContainer .slick-slide h3 {
        color: #f15a2c;
        font-size: 30px;
        font-family: GE-B;
        margin-bottom: 20px; }
      .AboutUsContainerH .aboutUsSliderContainer .slick-slide .abouTCircle {
        width: 100px;
        height: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 40px;
        font-family: arial;
        background-color: #57cbcd;
        border-radius: 50%;
        color: #fff; }
        @media screen and (max-width: 767px) {
          .AboutUsContainerH .aboutUsSliderContainer .slick-slide .abouTCircle {
            margin: 0 auto;
            margin-bottom: 10px; } }
      .AboutUsContainerH .aboutUsSliderContainer .slick-slide h4 {
        font-size: 26px;
        font-family: GE-B;
        color: #6a6a6a; }
      .AboutUsContainerH .aboutUsSliderContainer .slick-slide p {
        font-family: GE-R;
        font-size: 18.5px;
        color: #6a6a6a; }
    .AboutUsContainerH .aboutUsSliderContainer .nav-slickright {
      position: absolute;
      color: #f15a2c;
      bottom: 19px;
      right: 35%;
      font-size: 25px;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        .AboutUsContainerH .aboutUsSliderContainer .nav-slickright {
          right: 10%; } }
    .AboutUsContainerH .aboutUsSliderContainer .nav-slickleft {
      position: absolute;
      color: #f15a2c;
      bottom: 19px;
      left: 35%;
      font-size: 25px;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        .AboutUsContainerH .aboutUsSliderContainer .nav-slickleft {
          left: 10%; } }
    .AboutUsContainerH .aboutUsSliderContainer .slick-dots {
      text-align: center;
      padding: 15px 0; }
      .AboutUsContainerH .aboutUsSliderContainer .slick-dots li {
        display: inline-block;
        margin: 0 5px; }
        .AboutUsContainerH .aboutUsSliderContainer .slick-dots li button {
          width: 15px;
          height: 15px;
          border: 1px solid  #f15a2c;
          color: transparent;
          background: transparent;
          border-radius: 50%; }
      .AboutUsContainerH .aboutUsSliderContainer .slick-dots .slick-active button {
        background: #f15a2c; }
  .AboutUsContainerH .AboutUsTabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .AboutUsContainerH .AboutUsTabs {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .AboutUsContainerH .AboutUsTabs button {
          margin: 0 10px; } }
    .AboutUsContainerH .AboutUsTabs button {
      max-width: 220px;
      width: 100%;
      min-width: 150px;
      background-color: #fff;
      border-radius: 50px;
      border: none;
      height: 65px;
      color: #6a6a6a;
      font-family: GE-B;
      margin-bottom: 20px; }
      .AboutUsContainerH .AboutUsTabs button:hover {
        background-color: #f15a2c;
        color: #fff; }

/*End*/
.HealthSectionH {
  position: relative;
  top: -300px;
  margin-bottom: -300px; }
  @media screen and (max-width: 992px) {
    .HealthSectionH {
      top: -60px;
      margin-bottom: 0; } }
  .HealthSectionH .HealthIntroH {
    max-width: 530px;
    width: 100%;
    height: 130px;
    background-color: #fff;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 31px -4px rgba(0, 0, 0, 0.75);
            box-shadow: 1px 1px 31px -4px rgba(0, 0, 0, 0.75);
    margin: 0 auto;
    margin-bottom: 60px;
    z-index: 9; }
    .HealthSectionH .HealthIntroH:after {
      content: "";
      position: absolute;
      background: url(../img/new-img/red-heart.png);
      height: 100%;
      width: 205px;
      top: 0; }
    .HealthSectionH .HealthIntroH h2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: calc(100% - 300px);
      margin-top: 40px;
      color: #6a6a6a;
      font-size: 30px;
      font-family: GE-B;
      position: relative; }
      .HealthSectionH .HealthIntroH h2 i {
        display: inline-block;
        margin-right: 20px; }
      .HealthSectionH .HealthIntroH h2:after {
        content: "";
        position: absolute;
        height: 8px;
        background: #11a3a0;
        width: 40%;
        right: 20px;
        bottom: -20px;
        border-radius: 50px; }

.Footer {
  position: relative;
  overflow: hidden;
  padding-top: 40px; }
  .Footer:before {
    position: absolute;
    content: "";
    background: url(../img/new-img/footer-bk.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 120%;
    width: 100%;
    bottom: 0; }
  .Footer .HealtShare {
    width: 310px;
    height: 110px;
    background-color: #dddddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
    @media screen and (max-width: 992px) {
      .Footer .HealtShare {
        margin: 0 auto;
        margin-bottom: 20px; } }
    .Footer .HealtShare .HealthShareicon {
      float: right;
      width: 80px;
      border-left: 2px solid #d7d7d7;
      height: 100%;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .Footer .HealtShare .HealthH6Title {
      font-family: GE-R;
      font-size: 22.5px;
      color: #0b7b7f;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      float: right;
      width: calc(100% - 100px); }
      @media screen and (max-width: 767px) {
        .Footer .HealtShare .HealthH6Title {
          width: calc(100% - 150px); } }
      .Footer .HealtShare .HealthH6Title span {
        display: block;
        font-size: 26px;
        font-family: GE-B; }
    .Footer .HealtShare .HealthPlayBtn {
      position: absolute;
      width: 60px;
      height: 60px;
      border-radius: 10px;
      background-color: #f15a2c;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      left: -30px; }
      @media screen and (max-width: 767px) {
        .Footer .HealtShare .HealthPlayBtn {
          left: 0; } }
      .Footer .HealtShare .HealthPlayBtn i {
        font-size: 25px;
        color: #fff; }
  .Footer .HealthShareMenu {
    margin-top: 50px; }
    .Footer .HealthShareMenu ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      @media screen and (max-width: 480px) {
        .Footer .HealthShareMenu ul {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      .Footer .HealthShareMenu ul li {
        text-align: center;
        padding-left: 20px;
        padding-right: 10px;
        position: relative; }
        @media screen and (max-width: 480px) {
          .Footer .HealthShareMenu ul li {
            padding-left: 5px;
            padding-right: 5px; } }
        .Footer .HealthShareMenu ul li:before {
          content: "";
          position: absolute;
          right: 0;
          height: 2px;
          width: 0%;
          background-color: #4d4d4d;
          bottom: -5px;
          -webkit-transition: 1s ease;
          transition: 1s ease; }
        .Footer .HealthShareMenu ul li:hover:before {
          width: 80%; }
        .Footer .HealthShareMenu ul li:after {
          content: "";
          position: absolute;
          left: 0;
          height: 13px;
          width: 1px;
          background-color: #4d4d4d;
          top: 8px; }
        .Footer .HealthShareMenu ul li:last-child:after {
          background-color: transparent; }
        .Footer .HealthShareMenu ul li a {
          font-size: 14px;
          font-family: GE-B;
          color: #4d4d4d; }
  .Footer .HealthTitleinput {
    font-size: 26.5px;
    font-family: GE-B;
    color: #0b7b7f; }
    .Footer .HealthTitleinput span {
      font-family: GE-R;
      font-size: 22.5px; }
  .Footer .HealthInputSHare {
    margin-top: 10px; }
    .Footer .HealthInputSHare input {
      border-radius: 7px;
      padding: 10px;
      border: 1px solid #ccc;
      width: 70%;
      float: right;
      height: 45px;
      font-size: 18px;
      color: #868686;
      font-family: GE-R; }
      .Footer .HealthInputSHare input::-webkit-input-placeholder {
        color: #868686; }
      .Footer .HealthInputSHare input:-ms-input-placeholder {
        color: #868686; }
      .Footer .HealthInputSHare input::placeholder {
        color: #868686; }
      .Footer .HealthInputSHare input:focus {
        border: 1px solid #7aafff; }
    .Footer .HealthInputSHare button {
      width: 20%;
      border: none;
      height: 45px;
      margin-right: -10px;
      background-color: #504596;
      font-size: 21px;
      font-family: GE-B;
      color: #fff;
      -webkit-transition: 0.7s ease;
      transition: 0.7s ease; }
      .Footer .HealthInputSHare button:hover {
        background-color: #7aafff; }
      @media screen and (max-width: 767px) {
        .Footer .HealthInputSHare button {
          width: 30%; } }
  .Footer .footerMenuSm .HealthShareMenu ul {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 15px 0; }
    @media screen and (max-width: 767px) {
      .Footer .footerMenuSm .HealthShareMenu ul {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .Footer .footerMenuSm .HealthShareMenu ul li {
          margin-bottom: 15px; } }
    .Footer .footerMenuSm .HealthShareMenu ul li a {
      font-size: 17px;
      font-family: GE-R; }
    .Footer .footerMenuSm .HealthShareMenu ul li:after {
      top: 5px; }
  .Footer .footerMenuSm .FooterCopyright {
    font-family: GE-R;
    font-size: 14px;
    color: #4d4d4d;
    margin-top: 40px; }
    @media screen and (max-width: 767px) {
      .Footer .footerMenuSm .FooterCopyright {
        text-align: center; } }
    .Footer .footerMenuSm .FooterCopyright h1 {
      display: inline-block;
      font-family: GE-R;
      font-size: 14px;
      color: #4d4d4d; }
  .Footer .footerMenuSm .FooterLogos ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 50px;
    padding-top: 80px; }

.GeneralPopUpContainersss {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 1; }

.GeneralPopUpContainer {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #00000085;
  z-index: 9999;
  display: none; }
  .GeneralPopUpContainer .so2alPopUpimg {
    right: 0px;
    position: absolute;
    top: 625px; }
    @media screen and (max-width: 992px) {
      .GeneralPopUpContainer .so2alPopUpimg {
        top: 675px;
        right: 80px; } }
    @media screen and (max-width: 767px) {
      .GeneralPopUpContainer .so2alPopUpimg {
        top: 585px; } }
    @media screen and (max-width: 480px) {
      .GeneralPopUpContainer .so2alPopUpimg {
        top: 460px; } }
    .GeneralPopUpContainer .so2alPopUpimg > div {
      position: relative; }
      .GeneralPopUpContainer .so2alPopUpimg > div button {
        position: relative;
        z-index: 10;
        background: -webkit-gradient(linear, left top, right top, from(#633190), color-stop(#633190), color-stop(#5c3892), color-stop(#189d9f), color-stop(#12a7a1), color-stop(#FCB041), to(#fcb040));
        background: linear-gradient(to right, #633190, #633190, #5c3892, #189d9f, #12a7a1, #FCB041, #fcb040);
        border: transparent;
        min-width: 240px; }
      .GeneralPopUpContainer .so2alPopUpimg > div img {
        position: absolute;
        top: -70px;
        right: -70px;
        z-index: 9; }
  .GeneralPopUpContainer .new0genral-btn {
    margin: 0 auto; }
  .GeneralPopUpContainer .PopUpInSide {
    -webkit-transform: translate(-50%, 5%);
            transform: translate(-50%, 5%);
    left: 50%;
    max-width: 900px;
    width: 100%;
    height: 730px;
    border-radius: 10px;
    margin: 0 auto;
    background: url(../img/new-img/popup-back.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-transition: 2s ease;
    transition: 2s ease;
    position: absolute;
    z-index: 9; }
    @media screen and (max-width: 767px) {
      .GeneralPopUpContainer .PopUpInSide {
        height: 580px; } }
  .GeneralPopUpContainer .popUpClose-title {
    padding: 30px 80px; }
    @media screen and (max-width: 767px) {
      .GeneralPopUpContainer .popUpClose-title {
        padding: 10px 15px; } }
    .GeneralPopUpContainer .popUpClose-title h2 {
      float: right;
      width: 50%;
      font-family: GE-R;
      font-size: 36px;
      color: #000; }
      @media screen and (max-width: 767px) {
        .GeneralPopUpContainer .popUpClose-title h2 {
          font-size: 20px; } }
      .GeneralPopUpContainer .popUpClose-title h2 span {
        font-size: 15px;
        display: block;
        font-family: arial;
        font-weight: bold; }
    .GeneralPopUpContainer .popUpClose-title i {
      display: block;
      float: left;
      font-size: 40px;
      color: #000;
      cursor: pointer;
      width: 50%;
      text-align: left; }
      .GeneralPopUpContainer .popUpClose-title i:hover {
        color: #fff; }
  .GeneralPopUpContainer .YoutubeBox-container {
    margin-top: 40px;
    width: 90%;
    height: 550px;
    background: url(../img/new-img/pop-video-background.png);
    background-size: contain;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat; }
    @media screen and (max-width: 767px) {
      .GeneralPopUpContainer .YoutubeBox-container {
        height: 430px;
        background: none; } }
    @media screen and (max-width: 480px) {
      .GeneralPopUpContainer .YoutubeBox-container {
        height: 340px; } }
  .GeneralPopUpContainer .PopYouTube {
    position: absolute;
    width: 83.5%;
    top: 22px;
    left: 24px; }
  .GeneralPopUpContainer .videoWrapper {
    position: relative;
    width: 100%;
    height: 0;
    background-color: #000; }
    .GeneralPopUpContainer .videoWrapper .iframeoverlay {
      position: absolute;
      top: 0;
      bottom: -1px;
      width: 100%;
      z-index: 99;
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#250a3a));
      background: linear-gradient(to bottom, transparent, #250a3a); }
  .GeneralPopUpContainer .videoWrapper43 {
    padding-top: 75%; }
  .GeneralPopUpContainer .videoWrapper169 {
    padding-top: 56%; }
  .GeneralPopUpContainer .videoIframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 435px;
    background-color: transparent; }
    @media screen and (max-width: 767px) {
      .GeneralPopUpContainer .videoIframe {
        height: 295px; } }
  .GeneralPopUpContainer .videoPoster {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 435px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: 0;
    outline: none;
    text-indent: -999em;
    opacity: 1;
    -webkit-transition: opacity 800ms, height 0s;
    transition: opacity 800ms, height 0s;
    -webkit-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
    /*		background: url(../img/new-img/girls-pop.jpg);
    background-size: cover;
    background-repeat: no-repeat;*/
    z-index: 9999; }
    .GeneralPopUpContainer .videoPoster img {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100%;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%; }
    @media screen and (max-width: 767px) {
      .GeneralPopUpContainer .videoPoster {
        height: 295px; } }
  .GeneralPopUpContainer .videoPoster:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    background: url(../img/new-img/video-play.png);
    background-size: contain;
    z-index: 999999; }
  .GeneralPopUpContainer .videoPoster:hover:before, .GeneralPopUpContainer .videoPoster:focus:before {
    border-color: #f00; }
  .GeneralPopUpContainer .videoPoster:hover:after, .GeneralPopUpContainer .videoPoster:focus:after {
    border-left-color: #f00; }
  .GeneralPopUpContainer .videoWrapperActive .videoPoster {
    opacity: 0;
    height: 0;
    -webkit-transition-delay: 0s, 800ms;
    transition-delay: 0s, 800ms; }

.zero {
  margin: 0;
  padding: 0; }

/*Header Start*/
.isdt-header {
  height: 113px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  background: -webkit-gradient(linear, right top, left top, from(rgba(6, 21, 52, 0.81)), to(#051433));
  background: linear-gradient(to left, rgba(6, 21, 52, 0.81), #051433); }
  @media screen and (max-width: 992px) {
    .isdt-header {
      background-color: #fff;
      height: 80px;
      z-index: 102;
      border-bottom: 2px solid #e6b23a; } }
  @media screen and (max-width: 767px) {
    .isdt-header {
      height: 70px; } }
  .isdt-header .isdt-mainlogo {
    background: url(../images/logo-shape.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    margin-left: 70px;
    -webkit-box-flex: 0.4;
        -ms-flex: 0.4;
            flex: 0.4; }
    @media screen and (min-width: 1600px) {
      .isdt-header .isdt-mainlogo {
        -webkit-box-flex: 0.5;
            -ms-flex: 0.5;
                flex: 0.5; } }
    @media screen and (max-width: 1600px) {
      .isdt-header .isdt-mainlogo {
        margin-left: 0px; } }
    @media screen and (max-width: 992px) {
      .isdt-header .isdt-mainlogo {
        -webkit-box-flex: 0.1;
            -ms-flex: 0.1;
                flex: 0.1; } }
    .isdt-header .isdt-mainlogo a {
      padding-right: 50px;
      padding-left: 70px; }
      .isdt-header .isdt-mainlogo a img {
        max-width: 100%;
        max-height: 100%; }
      @media screen and (max-width: 1400px) {
        .isdt-header .isdt-mainlogo a {
          padding-left: 60px;
          padding-right: 30px; } }
      @media screen and (max-width: 992px) {
        .isdt-header .isdt-mainlogo a {
          width: 200px; } }
  .isdt-header .both-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1.8;
        -ms-flex: 1.8;
            flex: 1.8;
    height: 100%; }
    @media screen and (max-width: 992px) {
      .isdt-header .both-menu {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        padding-left: 40px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        .isdt-header .both-menu .btn {
          width: 45px;
          height: 35px;
          font-size: 20px;
          background-color: #e6b23a;
          color: #fff;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
    .isdt-header .both-menu .both-menu-btn {
      outline: none; }
    .isdt-header .both-menu .both-menu-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
      @media screen and (max-width: 992px) {
        .isdt-header .both-menu .both-menu-content {
          position: absolute;
          top: 100%;
          left: 0;
          width: 100%;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-flow: column;
                  flex-flow: column;
          background-color: #fff;
          padding: 0 30px;
          max-height: 0px;
          -webkit-transition: 1s ease;
          transition: 1s ease;
          overflow: hidden;
          z-index: 1000; }
          .isdt-header .both-menu .both-menu-content.active {
            max-height: 1000px;
            padding: 30px;
            border-top: 2px solid #e6b23a;
            -webkit-box-shadow: 0px 3px 10px #8c8383;
                    box-shadow: 0px 3px 10px #8c8383; } }
      .isdt-header .both-menu .both-menu-content .isdt-mainmenu {
        -webkit-box-flex: 2;
            -ms-flex: 2;
                flex: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .isdt-header .both-menu .both-menu-content .isdt-mainmenu ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          @media screen and (max-width: 992px) {
            .isdt-header .both-menu .both-menu-content .isdt-mainmenu ul {
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-flow: column;
                      flex-flow: column; } }
          .isdt-header .both-menu .both-menu-content .isdt-mainmenu ul li {
            padding: 0 10px;
            margin-bottom: 10px; }
            @media screen and (max-width: 1200px) {
              .isdt-header .both-menu .both-menu-content .isdt-mainmenu ul li {
                padding: 0 5px; } }
            .isdt-header .both-menu .both-menu-content .isdt-mainmenu ul li a {
              color: #fff;
              font-family: cairo-b;
              font-size: 17px;
              position: relative; }
              @media screen and (max-width: 1400px) {
                .isdt-header .both-menu .both-menu-content .isdt-mainmenu ul li a {
                  font-size: 14px; } }
              @media screen and (max-width: 1200px) {
                .isdt-header .both-menu .both-menu-content .isdt-mainmenu ul li a {
                  font-size: 12px; } }
              @media screen and (max-width: 992px) {
                .isdt-header .both-menu .both-menu-content .isdt-mainmenu ul li a {
                  color: #000; } }
              .isdt-header .both-menu .both-menu-content .isdt-mainmenu ul li a::before {
                position: absolute;
                content: "";
                right: 0px;
                bottom: -15px;
                height: 5px;
                border-radius: 25px;
                background-color: #fff;
                width: 0;
                -webkit-transition: 0.5s ease;
                transition: 0.5s ease; }
                @media screen and (max-width: 992px) {
                  .isdt-header .both-menu .both-menu-content .isdt-mainmenu ul li a::before {
                    background-color: #e6b23a;
                    bottom: -5px;
                    height: 3px; } }
              .isdt-header .both-menu .both-menu-content .isdt-mainmenu ul li a:hover::before {
                width: 100%; }
    .isdt-header .both-menu .isdt-mainsocial {
      -webkit-box-flex: 0.9;
          -ms-flex: 0.9;
              flex: 0.9;
      height: 100%; }
      @media screen and (max-width: 992px) {
        .isdt-header .both-menu .isdt-mainsocial {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      .isdt-header .both-menu .isdt-mainsocial > div {
        background: url(../images/social-shape.png);
        background-position: right;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-height: 115px;
        height: 100%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-right: 70px;
        padding-left: 20px; }
        @media screen and (max-width: 1600px) {
          .isdt-header .both-menu .isdt-mainsocial > div {
            padding-right: 30px; } }
        @media screen and (max-width: 1400px) {
          .isdt-header .both-menu .isdt-mainsocial > div {
            max-height: 80px; } }
        @media screen and (max-width: 1200px) {
          .isdt-header .both-menu .isdt-mainsocial > div {
            padding-right: 18px; } }
        .isdt-header .both-menu .isdt-mainsocial > div ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .isdt-header .both-menu .isdt-mainsocial > div ul li {
            position: relative;
            width: 45px;
            padding: 0 5px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            height: 45px; }
            @media screen and (max-width: 1600px) {
              .isdt-header .both-menu .isdt-mainsocial > div ul li {
                width: 40px;
                height: 40px; } }
            .isdt-header .both-menu .isdt-mainsocial > div ul li a {
              color: #e6b23a;
              -webkit-transition: 0.5s all;
              transition: 0.5s all; }
              .isdt-header .both-menu .isdt-mainsocial > div ul li a i {
                font-size: 20px; }
              .isdt-header .both-menu .isdt-mainsocial > div ul li a:hover {
                margin-top: -10px; }
            .isdt-header .both-menu .isdt-mainsocial > div ul li::after {
              content: "";
              position: absolute;
              width: 1px;
              background-color: #e0e6ef;
              height: 45px;
              top: 0;
              left: 0; }
            .isdt-header .both-menu .isdt-mainsocial > div ul li:last-child::after {
              background-color: transparent; }
            .isdt-header .both-menu .isdt-mainsocial > div ul li.social a {
              color: #2f5495; }
        .isdt-header .both-menu .isdt-mainsocial > div .btn {
          height: 45px;
          width: 40px;
          background-color: #183048;
          color: #fff; }
  .isdt-header.isdt-header-fixed {
    background-color: #fff;
    height: 80px;
    border-bottom: 2px solid #e6b23a;
    z-index: 105; }
    @media screen and (max-width: 767px) {
      .isdt-header.isdt-header-fixed {
        height: 70px; } }
    .isdt-header.isdt-header-fixed .isdt-mainlogo a img {
      width: 110px;
      height: 50px; }
      @media screen and (max-width: 992px) {
        .isdt-header.isdt-header-fixed .isdt-mainlogo a img {
          height: 100%;
          width: 100%; } }
    .isdt-header.isdt-header-fixed .both-menu .both-menu-content .isdt-mainmenu ul li a {
      color: #fff; }
      @media screen and (max-width: 992px) {
        .isdt-header.isdt-header-fixed .both-menu .both-menu-content .isdt-mainmenu ul li a {
          color: #000; } }
      .isdt-header.isdt-header-fixed .both-menu .both-menu-content .isdt-mainmenu ul li a::before {
        background-color: #2b2b2b;
        height: 2px;
        bottom: -5px; }
  .isdt-header.isdt-header-2 {
    background: #fff;
    height: 80px;
    border-bottom: 2px solid #e6b23a;
    z-index: 105;
    position: relative; }
    @media screen and (max-width: 767px) {
      .isdt-header.isdt-header-2 {
        height: 70px; } }
    .isdt-header.isdt-header-2 .isdt-mainlogo a img {
      width: 110px;
      height: 50px; }
      @media screen and (max-width: 992px) {
        .isdt-header.isdt-header-2 .isdt-mainlogo a img {
          height: 100%;
          width: 100%; } }
    .isdt-header.isdt-header-2 .both-menu .both-menu-content .isdt-mainmenu ul li a {
      color: #2b2b2b; }
      .isdt-header.isdt-header-2 .both-menu .both-menu-content .isdt-mainmenu ul li a::before {
        background-color: #2b2b2b;
        height: 2px;
        bottom: -5px; }

/*Land Carousel */
.isdt-main-carousel {
  /**/ }
  @media screen and (max-width: 767px) {
    .isdt-main-carousel {
      margin-bottom: 40px; } }
  .isdt-main-carousel .isdt-intro-Slidee {
    float: right;
    height: 850px;
    position: relative; }
    @media screen and (max-width: 992px) {
      .isdt-main-carousel .isdt-intro-Slidee {
        height: 600px; } }
    @media screen and (max-width: 767px) {
      .isdt-main-carousel .isdt-intro-Slidee {
        height: 400px; } }
    @media screen and (max-width: 480px) {
      .isdt-main-carousel .isdt-intro-Slidee {
        height: 320px; } }
    .isdt-main-carousel .isdt-intro-Slidee > img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .isdt-main-carousel .isdt-intro-Slidee .isdt-slider-overlaytext {
      position: absolute;
      max-width: 720px;
      width: 100%;
      top: 45%;
      right: 50px; }
      @media screen and (max-width: 1600px) {
        .isdt-main-carousel .isdt-intro-Slidee .isdt-slider-overlaytext {
          max-width: 520px; } }
      @media screen and (max-width: 767px) {
        .isdt-main-carousel .isdt-intro-Slidee .isdt-slider-overlaytext {
          top: 28%;
          right: 15px;
          width: 90%; } }
      .isdt-main-carousel .isdt-intro-Slidee .isdt-slider-overlaytext .title-1 {
        background: url(../images/shape-2-yellow.png);
        background-position: right;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        max-width: 590px;
        width: 100%;
        height: 105px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-right: 20px;
        overflow: hidden; }
        @media screen and (max-width: 1600px) {
          .isdt-main-carousel .isdt-intro-Slidee .isdt-slider-overlaytext .title-1 {
            max-width: 430px;
            height: 80px; } }
        @media screen and (max-width: 992px) {
          .isdt-main-carousel .isdt-intro-Slidee .isdt-slider-overlaytext .title-1 {
            max-width: 330px;
            height: 60px; } }
        @media screen and (max-width: 767px) {
          .isdt-main-carousel .isdt-intro-Slidee .isdt-slider-overlaytext .title-1 {
            max-width: 300px; } }
        @media screen and (max-width: 480px) {
          .isdt-main-carousel .isdt-intro-Slidee .isdt-slider-overlaytext .title-1 {
            max-width: 220px;
            background: none;
            background-color: #d4a63a;
            margin: 0 auto;
            height: 45px;
            opacity: 0.8; } }
        .isdt-main-carousel .isdt-intro-Slidee .isdt-slider-overlaytext .title-1 h3 {
          font-size: 32px;
          font-family: cairo-b;
          color: #fff; }
          @media screen and (max-width: 1600px) {
            .isdt-main-carousel .isdt-intro-Slidee .isdt-slider-overlaytext .title-1 h3 {
              font-size: 24px; } }
          @media screen and (max-width: 992px) {
            .isdt-main-carousel .isdt-intro-Slidee .isdt-slider-overlaytext .title-1 h3 {
              font-size: 18px; } }
          @media screen and (max-width: 767px) {
            .isdt-main-carousel .isdt-intro-Slidee .isdt-slider-overlaytext .title-1 h3 {
              font-size: 16px; } }
          @media screen and (max-width: 480px) {
            .isdt-main-carousel .isdt-intro-Slidee .isdt-slider-overlaytext .title-1 h3 {
              font-size: 13px; } }
      .isdt-main-carousel .isdt-intro-Slidee .isdt-slider-overlaytext .title-2 {
        background: url(../images/shape-2-white.png);
        background-position: right;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        max-width: 720px;
        width: 100%;
        height: 75px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        overflow: hidden;
        padding-right: 20px; }
        @media screen and (max-width: 1600px) {
          .isdt-main-carousel .isdt-intro-Slidee .isdt-slider-overlaytext .title-2 {
            height: 50px; } }
        @media screen and (max-width: 992px) {
          .isdt-main-carousel .isdt-intro-Slidee .isdt-slider-overlaytext .title-2 {
            max-width: 410px;
            height: 40px; } }
        @media screen and (max-width: 767px) {
          .isdt-main-carousel .isdt-intro-Slidee .isdt-slider-overlaytext .title-2 {
            max-width: 350px; } }
        @media screen and (max-width: 480px) {
          .isdt-main-carousel .isdt-intro-Slidee .isdt-slider-overlaytext .title-2 {
            max-width: 300px;
            background: none;
            background-color: #fff;
            margin: 0 auto;
            height: 45px;
            opacity: 0.8; } }
        .isdt-main-carousel .isdt-intro-Slidee .isdt-slider-overlaytext .title-2 h3 {
          font-size: 32px;
          font-family: cairo-sb;
          color: #2b2b2b; }
          @media screen and (max-width: 1600px) {
            .isdt-main-carousel .isdt-intro-Slidee .isdt-slider-overlaytext .title-2 h3 {
              font-size: 24px; } }
          @media screen and (max-width: 992px) {
            .isdt-main-carousel .isdt-intro-Slidee .isdt-slider-overlaytext .title-2 h3 {
              font-size: 18px; } }
          @media screen and (max-width: 767px) {
            .isdt-main-carousel .isdt-intro-Slidee .isdt-slider-overlaytext .title-2 h3 {
              font-size: 16px; } }
          @media screen and (max-width: 480px) {
            .isdt-main-carousel .isdt-intro-Slidee .isdt-slider-overlaytext .title-2 h3 {
              font-size: 14px; } }
      .isdt-main-carousel .isdt-intro-Slidee .isdt-slider-overlaytext .title-3 {
        background: url(../images/shape2-blue.png);
        background-position: right;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        max-width: 430px;
        width: 100%;
        height: 75px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        overflow: hidden;
        padding-right: 20px; }
        @media screen and (max-width: 1600px) {
          .isdt-main-carousel .isdt-intro-Slidee .isdt-slider-overlaytext .title-3 {
            height: 40px; } }
        @media screen and (max-width: 992px) {
          .isdt-main-carousel .isdt-intro-Slidee .isdt-slider-overlaytext .title-3 {
            max-width: 300px;
            height: 35px; } }
        @media screen and (max-width: 767px) {
          .isdt-main-carousel .isdt-intro-Slidee .isdt-slider-overlaytext .title-3 {
            max-width: 280px; } }
        @media screen and (max-width: 480px) {
          .isdt-main-carousel .isdt-intro-Slidee .isdt-slider-overlaytext .title-3 {
            max-width: 180px;
            background: none;
            background-color: #001232;
            margin: 0 auto;
            height: 45px;
            opacity: 0.8; } }
        .isdt-main-carousel .isdt-intro-Slidee .isdt-slider-overlaytext .title-3 h3 {
          font-size: 26px;
          font-family: cairo-sb;
          color: #fff; }
          @media screen and (max-width: 1600px) {
            .isdt-main-carousel .isdt-intro-Slidee .isdt-slider-overlaytext .title-3 h3 {
              font-size: 20px; } }
          @media screen and (max-width: 992px) {
            .isdt-main-carousel .isdt-intro-Slidee .isdt-slider-overlaytext .title-3 h3 {
              font-size: 16px; } }
          @media screen and (max-width: 767px) {
            .isdt-main-carousel .isdt-intro-Slidee .isdt-slider-overlaytext .title-3 h3 {
              font-size: 14px; } }
          @media screen and (max-width: 480px) {
            .isdt-main-carousel .isdt-intro-Slidee .isdt-slider-overlaytext .title-3 h3 {
              font-size: 12px; } }
      .isdt-main-carousel .isdt-intro-Slidee .isdt-slider-overlaytext .images-4 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 186px;
        padding-right: 20px;
        margin-top: 25px; }
        .isdt-main-carousel .isdt-intro-Slidee .isdt-slider-overlaytext .images-4 img {
          margin: 0 15px; }
          @media screen and (max-width: 767px) {
            .isdt-main-carousel .isdt-intro-Slidee .isdt-slider-overlaytext .images-4 img {
              width: 70px;
              height: 70px; } }
        @media screen and (max-width: 992px) {
          .isdt-main-carousel .isdt-intro-Slidee .isdt-slider-overlaytext .images-4 {
            width: 110px;
            height: 80px; } }
        @media screen and (max-width: 480px) {
          .isdt-main-carousel .isdt-intro-Slidee .isdt-slider-overlaytext .images-4 {
            display: none; } }
    .isdt-main-carousel .isdt-intro-Slidee .isdt-overlay-container {
      position: absolute;
      z-index: 99;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: url(../images/overlay-img.png);
      background-position: top;
      background-repeat: no-repeat;
      background-size: 100% 40%; }
      .isdt-main-carousel .isdt-intro-Slidee .isdt-overlay-container::before {
        position: absolute;
        content: "";
        background: url(../images/overlay-img-bottom.png);
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: 100% 30%;
        bottom: 0;
        top: 0;
        width: 100%; }
  .isdt-main-carousel .slick-next {
    background: url(../images/active-arrow-left.png);
    width: 55px;
    height: 55px;
    position: absolute;
    left: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 55%;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    cursor: pointer;
    z-index: 100; }
    .isdt-main-carousel .slick-next:hover {
      background: url(../images/unactiove-arow-left.png);
      background-repeat: no-repeat;
      background-size: contain; }
  .isdt-main-carousel .slick-prev {
    background: url(../images/active-arrow-right.png);
    width: 55px;
    height: 55px;
    position: absolute;
    left: 115px;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    top: 61%;
    cursor: pointer;
    z-index: 100; }
    .isdt-main-carousel .slick-prev:hover {
      background: url(../images/unactiove-arow-right.png);
      background-repeat: no-repeat;
      background-size: contain; }
  .isdt-main-carousel .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 80px;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    z-index: 99; }
    @media screen and (max-width: 992px) {
      .isdt-main-carousel .slick-dots {
        left: 90%;
        bottom: 20px; } }
    @media screen and (max-width: 767px) {
      .isdt-main-carousel .slick-dots {
        left: 50%;
        bottom: -40px; } }
    .isdt-main-carousel .slick-dots li {
      margin: 0 5px; }
      .isdt-main-carousel .slick-dots li .dot {
        width: 28px;
        height: 13px;
        border: 1px solid #c3bebe;
        display: inline-block;
        cursor: pointer; }
      .isdt-main-carousel .slick-dots li.slick-active .dot {
        background-color: #d2a438;
        border-color: #d2a438; }
  .isdt-main-carousel .overlay-corner {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 490px;
    min-height: 450px;
    background: url(../images/left-carousel-bk.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 95% 100%;
    z-index: 101; }
    @media screen and (max-width: 992px) {
      .isdt-main-carousel .overlay-corner {
        width: 370px; } }
    @media screen and (max-width: 767px) {
      .isdt-main-carousel .overlay-corner {
        background: none; } }
    @media screen and (max-width: 520px) {
      .isdt-main-carousel .overlay-corner {
        width: 100%;
        min-height: 45px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media screen and (max-width: 480px) {
      .isdt-main-carousel .overlay-corner {
        min-height: 35px; } }
    .isdt-main-carousel .overlay-corner .coursestable-title {
      position: absolute;
      background: url(../images/shape-left1.png);
      background-position: left;
      background-repeat: no-repeat;
      background-size: 100% 100%;
      overflow: hidden;
      left: 0;
      max-width: 380px;
      width: 100%;
      padding-right: 15px;
      height: 90px;
      bottom: 95px;
      -webkit-transition: linear 0.3s;
      transition: linear 0.3s; }
      @media screen and (max-width: 992px) {
        .isdt-main-carousel .overlay-corner .coursestable-title {
          width: 310px;
          height: 70px;
          bottom: 69px; } }
      @media screen and (max-width: 767px) {
        .isdt-main-carousel .overlay-corner .coursestable-title {
          width: 210px;
          height: 45px;
          bottom: 45px; } }
      @media screen and (max-width: 520px) {
        .isdt-main-carousel .overlay-corner .coursestable-title {
          position: static;
          background: none;
          background-color: #d3a63b; } }
      @media screen and (max-width: 480px) {
        .isdt-main-carousel .overlay-corner .coursestable-title {
          height: 35px;
          padding-right: 5px; } }
      .isdt-main-carousel .overlay-corner .coursestable-title a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 100%; }
        .isdt-main-carousel .overlay-corner .coursestable-title a h3 {
          font-size: 24px;
          font-family: cairo-sb;
          color: #001232; }
          @media screen and (max-width: 992px) {
            .isdt-main-carousel .overlay-corner .coursestable-title a h3 {
              font-size: 18px; } }
          @media screen and (max-width: 767px) {
            .isdt-main-carousel .overlay-corner .coursestable-title a h3 {
              font-size: 16px; } }
          @media screen and (max-width: 480px) {
            .isdt-main-carousel .overlay-corner .coursestable-title a h3 {
              font-size: 12px; } }
        .isdt-main-carousel .overlay-corner .coursestable-title a > span {
          min-width: 60px;
          height: 60px;
          border-radius: 50%;
          background-color: #fff;
          margin-left: 30px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .isdt-main-carousel .overlay-corner .coursestable-title a > span i {
            color: #d3a63b;
            font-size: 24px; }
          @media screen and (max-width: 992px) {
            .isdt-main-carousel .overlay-corner .coursestable-title a > span {
              min-width: 40px;
              height: 40px; }
              .isdt-main-carousel .overlay-corner .coursestable-title a > span i {
                font-size: 18px; } }
          @media screen and (max-width: 480px) {
            .isdt-main-carousel .overlay-corner .coursestable-title a > span {
              min-width: 30px;
              height: 30px;
              margin-left: 10px; }
              .isdt-main-carousel .overlay-corner .coursestable-title a > span i {
                font-size: 14px; } }
      .isdt-main-carousel .overlay-corner .coursestable-title:hover {
        background: url(../images/shape-left1-w.png);
        background-position: left;
        background-repeat: no-repeat;
        background-size: 100% 100%; }
        @media screen and (max-width: 520px) {
          .isdt-main-carousel .overlay-corner .coursestable-title:hover {
            background: none;
            background-color: #fff; } }
        .isdt-main-carousel .overlay-corner .coursestable-title:hover a > span {
          background-color: #183048; }
    .isdt-main-carousel .overlay-corner .register-offer {
      position: absolute;
      background: url(../images/shape-blue1.png);
      background-position: left;
      background-repeat: no-repeat;
      background-size: 100% 100%;
      left: 0;
      max-width: 500px;
      width: 100%;
      overflow: hidden;
      padding-right: 15px;
      height: 95px;
      bottom: 0px;
      -webkit-transition: linear 0.3s;
      transition: linear 0.3s; }
      @media screen and (max-width: 992px) {
        .isdt-main-carousel .overlay-corner .register-offer {
          width: 390px;
          height: 70px; } }
      @media screen and (max-width: 767px) {
        .isdt-main-carousel .overlay-corner .register-offer {
          width: 310px;
          height: 45px; } }
      @media screen and (max-width: 520px) {
        .isdt-main-carousel .overlay-corner .register-offer {
          position: static;
          background: none;
          background-color: #051531; } }
      @media screen and (max-width: 480px) {
        .isdt-main-carousel .overlay-corner .register-offer {
          height: 35px;
          padding-right: 5px; } }
      .isdt-main-carousel .overlay-corner .register-offer a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 100%; }
        .isdt-main-carousel .overlay-corner .register-offer a > span {
          min-width: 60px;
          height: 60px;
          border-radius: 50%;
          background-color: #d3a63b;
          margin-left: 30px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .isdt-main-carousel .overlay-corner .register-offer a > span img {
            width: 40px; }
          @media screen and (max-width: 992px) {
            .isdt-main-carousel .overlay-corner .register-offer a > span {
              min-width: 40px;
              height: 40px;
              margin-left: 10px; }
              .isdt-main-carousel .overlay-corner .register-offer a > span img {
                height: 25px;
                width: 25px; } }
          @media screen and (max-width: 480px) {
            .isdt-main-carousel .overlay-corner .register-offer a > span {
              min-width: 30px;
              height: 30px; }
              .isdt-main-carousel .overlay-corner .register-offer a > span img {
                height: 20px;
                width: 20px; } }
        .isdt-main-carousel .overlay-corner .register-offer a h3 {
          font-size: 24px;
          font-family: cairo-b;
          color: #001232;
          width: 75%;
          overflow: hidden;
          color: #fff;
          height: 50px; }
          .isdt-main-carousel .overlay-corner .register-offer a h3 span {
            color: #d3a63b;
            margin-left: 5px; }
          @media screen and (max-width: 992px) {
            .isdt-main-carousel .overlay-corner .register-offer a h3 {
              font-size: 18px;
              line-height: 3; } }
          @media screen and (max-width: 767px) {
            .isdt-main-carousel .overlay-corner .register-offer a h3 {
              font-size: 14px; } }
          @media screen and (max-width: 520px) {
            .isdt-main-carousel .overlay-corner .register-offer a h3 {
              font-size: 13px;
              padding-top: 4px; } }
          @media screen and (max-width: 480px) {
            .isdt-main-carousel .overlay-corner .register-offer a h3 {
              font-size: 9px;
              padding-top: 10px; } }
      .isdt-main-carousel .overlay-corner .register-offer:hover {
        background: url(../images/shape-blue1-o.png);
        background-position: left;
        background-repeat: no-repeat;
        background-size: 100% 100%; }
        @media screen and (max-width: 520px) {
          .isdt-main-carousel .overlay-corner .register-offer:hover {
            background: none;
            background-color: #fff; } }
        .isdt-main-carousel .overlay-corner .register-offer:hover a h3 {
          color: #000; }

/*Land Carousel */
.next-courses-section {
  background: url(../images/courses-section-bk.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 120px;
  padding-top: 30px;
  padding-bottom: 70px; }
  @media screen and (max-width: 1400px) {
    .next-courses-section {
      padding: 0 80px;
      padding-bottom: 70px; } }
  @media screen and (max-width: 992px) {
    .next-courses-section {
      padding: 30px 10px; } }
  .next-courses-section .isdt-ti-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 60px;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .next-courses-section .isdt-ti-container {
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column; } }
    .next-courses-section .isdt-ti-container .isdt-title {
      color: #2b2b2b;
      font-size: 40px;
      font-family: cairo-sb;
      padding: 10px 30px;
      position: relative;
      display: inline-block; }
      .next-courses-section .isdt-ti-container .isdt-title:after {
        content: "";
        position: absolute;
        left: 0;
        width: 2px;
        height: 60%;
        top: 24px;
        background-color: #2b2b2b; }
      .next-courses-section .isdt-ti-container .isdt-title:before {
        content: "";
        position: absolute;
        right: 0;
        width: 2px;
        height: 60%;
        top: 24px;
        background-color: #2b2b2b; }
      @media screen and (max-width: 992px) {
        .next-courses-section .isdt-ti-container .isdt-title {
          font-size: 21px; }
          .next-courses-section .isdt-ti-container .isdt-title:after {
            top: 12px; }
          .next-courses-section .isdt-ti-container .isdt-title:before {
            top: 12px; } }
    .next-courses-section .isdt-ti-container .morecourses-link {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .next-courses-section .isdt-ti-container .morecourses-link a {
        color: #2b2b2b;
        padding-left: 30px;
        position: relative;
        font-family: cairo-sb; }
        .next-courses-section .isdt-ti-container .morecourses-link a:before {
          content: "";
          position: absolute;
          background: url(../images/course-arrow-blue.png);
          width: 30px;
          height: 15px;
          left: 0;
          top: 4px;
          background-size: contain;
          background-repeat: no-repeat; }
  .next-courses-section .courses-slick {
    font-family: cairo-b;
    position: relative;
    padding: 0 60px;
    direction: rtl; }
    @media screen and (max-width: 767px) {
      .next-courses-section .courses-slick {
        padding: 0; } }
    .next-courses-section .courses-slick .slick-slide {
      float: right;
      padding: 0 15px;
      padding-bottom: 40px; }
      .next-courses-section .courses-slick .slick-slide .coursses-slickcontent {
        position: relative; }
        .next-courses-section .courses-slick .slick-slide .coursses-slickcontent .course-top-img {
          position: relative;
          height: 265px;
          background-color: #fff;
          border-bottom: 4px solid #001232;
          padding-bottom: 2px;
          -webkit-transition: 0.3s linear;
          transition: 0.3s linear; }
          @media screen and (max-width: 1400px) {
            .next-courses-section .courses-slick .slick-slide .coursses-slickcontent .course-top-img {
              height: 210px; } }
          .next-courses-section .courses-slick .slick-slide .coursses-slickcontent .course-top-img .online-status {
            -webkit-transition: 0.3s linear;
            transition: 0.3s linear;
            color: #001232;
            font-size: 20px;
            width: 120px;
            height: 40px;
            position: absolute;
            left: 10px;
            top: 10px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            background: url(../images/course-online-notactive.png) no-repeat;
            background-size: 100% 100%; }
          .next-courses-section .courses-slick .slick-slide .coursses-slickcontent .course-top-img img {
            width: 100%;
            height: 100%; }
        .next-courses-section .courses-slick .slick-slide .coursses-slickcontent .plus-div {
          width: 100px;
          height: 100px;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          background-color: #fff;
          border-radius: 50%;
          padding: 6px;
          overflow: hidden;
          -webkit-transition: 0.3s linear;
          transition: 0.3s linear; }
          .next-courses-section .courses-slick .slick-slide .coursses-slickcontent .plus-div .plus-div2 {
            -webkit-transition: 0.3s linear;
            transition: 0.3s linear;
            background-color: #001232;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            padding: 3px; }
            .next-courses-section .courses-slick .slick-slide .coursses-slickcontent .plus-div .plus-div2 .plus-div3 {
              background-color: #001232;
              width: 100%;
              height: 100%;
              border-radius: 50%;
              border: 1px solid #fff;
              padding: 22px;
              -webkit-transition: 0.3s linear;
              transition: 0.3s linear; }
              .next-courses-section .courses-slick .slick-slide .coursses-slickcontent .plus-div .plus-div2 .plus-div3 .plus-div4 {
                background-color: #fff;
                width: 100%;
                height: 100%;
                border-radius: 50%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                font-size: 20px;
                color: #001232;
                -webkit-transition: 0.3s linear;
                transition: 0.3s linear; }
        .next-courses-section .courses-slick .slick-slide .coursses-slickcontent .bottom-content {
          background-color: #fff;
          padding: 0px 20px;
          padding-top: 40px;
          padding-bottom: 70px;
          -webkit-transition: 0.3s linear;
          transition: 0.3s linear; }
          @media screen and (max-width: 1400px) {
            .next-courses-section .courses-slick .slick-slide .coursses-slickcontent .bottom-content {
              padding-top: 70px; } }
          .next-courses-section .courses-slick .slick-slide .coursses-slickcontent .bottom-content h4 {
            color: #001232;
            font-size: 24px;
            position: relative;
            padding-bottom: 15px;
            height: 52px;
            overflow: hidden; }
            @media screen and (max-width: 1500px) {
              .next-courses-section .courses-slick .slick-slide .coursses-slickcontent .bottom-content h4 {
                font-size: 21px; } }
            @media screen and (max-width: 1400px) {
              .next-courses-section .courses-slick .slick-slide .coursses-slickcontent .bottom-content h4 {
                font-size: 18px;
                height: 40px; } }
            @media screen and (max-width: 992px) {
              .next-courses-section .courses-slick .slick-slide .coursses-slickcontent .bottom-content h4 {
                font-size: 16px; } }
          .next-courses-section .courses-slick .slick-slide .coursses-slickcontent .bottom-content hr {
            width: 100px;
            height: 4px;
            background-color: #001232;
            margin: 0;
            margin-bottom: 40px;
            -webkit-transition: 0.3s linear;
            transition: 0.3s linear; }
          .next-courses-section .courses-slick .slick-slide .coursses-slickcontent .bottom-content .course-slick-date {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            color: #001232;
            font-size: 24px;
            font-family: cairo-b; }
            @media screen and (max-width: 1400px) {
              .next-courses-section .courses-slick .slick-slide .coursses-slickcontent .bottom-content .course-slick-date {
                font-size: 18px; } }
            .next-courses-section .courses-slick .slick-slide .coursses-slickcontent .bottom-content .course-slick-date .calander {
              display: -webkit-inline-box;
              display: -ms-inline-flexbox;
              display: inline-flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center; }
              .next-courses-section .courses-slick .slick-slide .coursses-slickcontent .bottom-content .course-slick-date .calander i {
                margin: 0 8px; }
            .next-courses-section .courses-slick .slick-slide .coursses-slickcontent .bottom-content .course-slick-date .date i {
              margin-left: 8px; }
            .next-courses-section .courses-slick .slick-slide .coursses-slickcontent .bottom-content .course-slick-date span {
              margin: 0 20px;
              width: 2px;
              height: 25px;
              background-color: #c4c4c4; }
          .next-courses-section .courses-slick .slick-slide .coursses-slickcontent .bottom-content button {
            position: absolute;
            left: 50%;
            bottom: -25px;
            -webkit-transform: translate(-50%);
                    transform: translate(-50%);
            background: url(../images/course-unactive-btn.png);
            background-repeat: no-repeat;
            background-size: 100% 100%;
            border: none;
            width: 220px;
            height: 50px;
            color: #fff;
            font-size: 22px; }
      .next-courses-section .courses-slick .slick-slide:hover .coursses-slickcontent .course-top-img {
        background-color: #d3a63b;
        border-bottom: 4px solid #fff; }
        .next-courses-section .courses-slick .slick-slide:hover .coursses-slickcontent .course-top-img .online-status {
          color: #fff;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          background: url(../images/course-online-active.png) no-repeat;
          background-size: 100% 100%; }
      .next-courses-section .courses-slick .slick-slide:hover .coursses-slickcontent .plus-div .plus-div2 {
        background-color: #fff;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        padding: 3px; }
        .next-courses-section .courses-slick .slick-slide:hover .coursses-slickcontent .plus-div .plus-div2 .plus-div3 {
          background-color: #fff;
          border: 1px solid #d3a63b; }
          .next-courses-section .courses-slick .slick-slide:hover .coursses-slickcontent .plus-div .plus-div2 .plus-div3 .plus-div4 {
            background-color: #d3a63b;
            color: #fff; }
      .next-courses-section .courses-slick .slick-slide:hover .coursses-slickcontent .bottom-content {
        background-color: #d3a63b; }
        .next-courses-section .courses-slick .slick-slide:hover .coursses-slickcontent .bottom-content h4 {
          color: #fff; }
        .next-courses-section .courses-slick .slick-slide:hover .coursses-slickcontent .bottom-content hr {
          background-color: #e9d39d; }
        .next-courses-section .courses-slick .slick-slide:hover .coursses-slickcontent .bottom-content .course-slick-date {
          color: #fff;
          font-size: 24px;
          font-family: cairo-b; }
          @media screen and (max-width: 1400px) {
            .next-courses-section .courses-slick .slick-slide:hover .coursses-slickcontent .bottom-content .course-slick-date {
              font-size: 18px; } }
          .next-courses-section .courses-slick .slick-slide:hover .coursses-slickcontent .bottom-content .course-slick-date span {
            background-color: #a38131; }
        .next-courses-section .courses-slick .slick-slide:hover .coursses-slickcontent .bottom-content button {
          background: url(../images/course-active-btn.png);
          background-repeat: no-repeat;
          background-size: 100% 100%;
          color: #001232; }
    .next-courses-section .courses-slick .slick-next {
      background: url(../images/active-arrow-left.png);
      width: 55px;
      height: 55px;
      position: absolute;
      left: 0;
      background-repeat: no-repeat;
      background-size: contain;
      top: 23%;
      -webkit-transition: 0.2s all;
      transition: 0.2s all;
      z-index: 99;
      cursor: pointer; }
      .next-courses-section .courses-slick .slick-next:hover {
        background: url(../images/unactiove-arow-left.png);
        background-repeat: no-repeat;
        background-size: contain; }
    .next-courses-section .courses-slick .slick-prev {
      background: url(../images/active-arrow-right.png);
      width: 55px;
      height: 55px;
      position: absolute;
      right: 0;
      background-repeat: no-repeat;
      background-size: contain;
      -webkit-transition: 0.2s all;
      transition: 0.2s all;
      top: 23%;
      cursor: pointer;
      z-index: 99; }
      .next-courses-section .courses-slick .slick-prev:hover {
        background: url(../images/unactiove-arow-right.png);
        background-repeat: no-repeat;
        background-size: contain; }
  .next-courses-section .courses-carousel {
    font-family: cairo-b;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 767px) {
      .next-courses-section .courses-carousel {
        padding: 0; } }
    .next-courses-section .courses-carousel > div {
      padding: 0 15px;
      margin-bottom: 80px;
      width: 320px; }
      .next-courses-section .courses-carousel > div .coursses-slickcontent {
        position: relative; }
        .next-courses-section .courses-carousel > div .coursses-slickcontent .course-top-img {
          position: relative;
          height: 265px;
          background-color: #fff;
          border-bottom: 4px solid #001232;
          padding-bottom: 2px; }
          @media screen and (max-width: 1400px) {
            .next-courses-section .courses-carousel > div .coursses-slickcontent .course-top-img {
              height: 210px; } }
          .next-courses-section .courses-carousel > div .coursses-slickcontent .course-top-img .online-status {
            color: #001232;
            font-size: 20px;
            width: 120px;
            height: 40px;
            position: absolute;
            left: 10px;
            top: 10px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            background: url(../images/course-online-notactive.png) no-repeat;
            background-size: 100% 100%; }
          .next-courses-section .courses-carousel > div .coursses-slickcontent .course-top-img img {
            width: 100%;
            height: 100%; }
        .next-courses-section .courses-carousel > div .coursses-slickcontent .plus-div {
          width: 100px;
          height: 100px;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          background-color: #fff;
          border-radius: 50%;
          padding: 6px;
          overflow: hidden; }
          .next-courses-section .courses-carousel > div .coursses-slickcontent .plus-div .plus-div2 {
            background-color: #001232;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            padding: 3px; }
            .next-courses-section .courses-carousel > div .coursses-slickcontent .plus-div .plus-div2 .plus-div3 {
              background-color: #001232;
              width: 100%;
              height: 100%;
              border-radius: 50%;
              border: 1px solid #fff;
              padding: 22px; }
              .next-courses-section .courses-carousel > div .coursses-slickcontent .plus-div .plus-div2 .plus-div3 .plus-div4 {
                background-color: #fff;
                width: 100%;
                height: 100%;
                border-radius: 50%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                font-size: 20px;
                color: #001232; }
        .next-courses-section .courses-carousel > div .coursses-slickcontent .bottom-content {
          background-color: #fff;
          padding: 0px 20px;
          padding-top: 40px;
          padding-bottom: 70px; }
          @media screen and (max-width: 1400px) {
            .next-courses-section .courses-carousel > div .coursses-slickcontent .bottom-content {
              padding-top: 70px; } }
          .next-courses-section .courses-carousel > div .coursses-slickcontent .bottom-content h4 {
            color: #001232;
            font-size: 24px;
            position: relative;
            padding-bottom: 15px;
            height: 52px;
            overflow: hidden; }
            @media screen and (max-width: 1500px) {
              .next-courses-section .courses-carousel > div .coursses-slickcontent .bottom-content h4 {
                font-size: 21px; } }
            @media screen and (max-width: 1400px) {
              .next-courses-section .courses-carousel > div .coursses-slickcontent .bottom-content h4 {
                font-size: 18px;
                height: 40px; } }
          .next-courses-section .courses-carousel > div .coursses-slickcontent .bottom-content hr {
            width: 100px;
            height: 4px;
            background-color: #001232;
            margin: 0;
            margin-bottom: 40px; }
          .next-courses-section .courses-carousel > div .coursses-slickcontent .bottom-content .course-slick-date {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            color: #001232;
            font-size: 24px;
            font-family: cairo-b; }
            @media screen and (max-width: 1400px) {
              .next-courses-section .courses-carousel > div .coursses-slickcontent .bottom-content .course-slick-date {
                font-size: 18px; } }
            .next-courses-section .courses-carousel > div .coursses-slickcontent .bottom-content .course-slick-date .calander {
              display: -webkit-inline-box;
              display: -ms-inline-flexbox;
              display: inline-flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center; }
              .next-courses-section .courses-carousel > div .coursses-slickcontent .bottom-content .course-slick-date .calander i {
                margin: 0 8px; }
            .next-courses-section .courses-carousel > div .coursses-slickcontent .bottom-content .course-slick-date .date i {
              margin-left: 8px; }
            .next-courses-section .courses-carousel > div .coursses-slickcontent .bottom-content .course-slick-date span {
              margin: 0 20px;
              width: 2px;
              height: 25px;
              background-color: #c4c4c4; }
          .next-courses-section .courses-carousel > div .coursses-slickcontent .bottom-content button {
            position: absolute;
            left: 50%;
            bottom: -25px;
            -webkit-transform: translate(-50%);
                    transform: translate(-50%);
            background: url(../images/course-unactive-btn.png);
            background-repeat: no-repeat;
            background-size: 100% 100%;
            border: none;
            width: 220px;
            height: 50px;
            color: #fff;
            font-size: 22px; }
      .next-courses-section .courses-carousel > div:hover .coursses-slickcontent .course-top-img {
        background-color: #d3a63b;
        border-bottom: 4px solid #fff; }
        .next-courses-section .courses-carousel > div:hover .coursses-slickcontent .course-top-img .online-status {
          color: #fff;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          background: url(../images/course-online-active.png) no-repeat;
          background-size: 100% 100%; }
      .next-courses-section .courses-carousel > div:hover .coursses-slickcontent .plus-div .plus-div2 {
        background-color: #fff;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        padding: 3px; }
        .next-courses-section .courses-carousel > div:hover .coursses-slickcontent .plus-div .plus-div2 .plus-div3 {
          background-color: #fff;
          border: 1px solid #d3a63b; }
          .next-courses-section .courses-carousel > div:hover .coursses-slickcontent .plus-div .plus-div2 .plus-div3 .plus-div4 {
            background-color: #d3a63b;
            color: #fff; }
      .next-courses-section .courses-carousel > div:hover .coursses-slickcontent .bottom-content {
        background-color: #d3a63b; }
        .next-courses-section .courses-carousel > div:hover .coursses-slickcontent .bottom-content h4 {
          color: #fff; }
        .next-courses-section .courses-carousel > div:hover .coursses-slickcontent .bottom-content hr {
          background-color: #e9d39d; }
        .next-courses-section .courses-carousel > div:hover .coursses-slickcontent .bottom-content .course-slick-date {
          color: #fff;
          font-size: 24px;
          font-family: cairo-b; }
          @media screen and (max-width: 1400px) {
            .next-courses-section .courses-carousel > div:hover .coursses-slickcontent .bottom-content .course-slick-date {
              font-size: 18px; } }
          .next-courses-section .courses-carousel > div:hover .coursses-slickcontent .bottom-content .course-slick-date span {
            background-color: #a38131; }
        .next-courses-section .courses-carousel > div:hover .coursses-slickcontent .bottom-content button {
          background: url(../images/course-active-btn.png);
          background-repeat: no-repeat;
          background-size: 100% 100%;
          color: #001232; }

/*Start graduates  opinions*/
.graduates-opinions-section {
  background: url(../images/gradutions-section-bk.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 120px;
  padding-top: 30px;
  padding-bottom: 70px; }
  @media screen and (max-width: 1400px) {
    .graduates-opinions-section {
      padding: 0 80px; } }
  @media screen and (max-width: 992px) {
    .graduates-opinions-section {
      padding: 10px; } }
  .graduates-opinions-section .isdt-ti-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 60px;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .graduates-opinions-section .isdt-ti-container {
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column; } }
    .graduates-opinions-section .isdt-ti-container .isdt-title {
      color: #fff;
      font-size: 40px;
      font-family: cairo-sb;
      padding: 10px 30px;
      position: relative;
      display: inline-block; }
      .graduates-opinions-section .isdt-ti-container .isdt-title:after {
        content: "";
        position: absolute;
        left: 0;
        width: 2px;
        height: 60%;
        top: 24px;
        background-color: #fff; }
      .graduates-opinions-section .isdt-ti-container .isdt-title:before {
        content: "";
        position: absolute;
        right: 0;
        width: 2px;
        height: 60%;
        top: 24px;
        background-color: #fff; }
      @media screen and (max-width: 992px) {
        .graduates-opinions-section .isdt-ti-container .isdt-title {
          font-size: 21px; }
          .graduates-opinions-section .isdt-ti-container .isdt-title:after {
            top: 12px; }
          .graduates-opinions-section .isdt-ti-container .isdt-title:before {
            top: 12px; } }
    .graduates-opinions-section .isdt-ti-container .morecourses-link {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .graduates-opinions-section .isdt-ti-container .morecourses-link a {
        color: #fff;
        padding-left: 30px;
        position: relative;
        font-family: cairo-sb; }
        .graduates-opinions-section .isdt-ti-container .morecourses-link a:before {
          content: "";
          position: absolute;
          background: url(../images/coursesarrow.png);
          width: 30px;
          height: 15px;
          left: 0;
          top: 4px;
          background-size: contain;
          background-repeat: no-repeat; }
  .graduates-opinions-section .graduates-slick {
    direction: rtl;
    font-family: cairo-b;
    position: relative;
    padding: 0 60px; }
    .graduates-opinions-section .graduates-slick .slick-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      float: right;
      padding: 10px; }
      .graduates-opinions-section .graduates-slick .slick-slide.slick-current .graduates-circle {
        background-color: #393934; }
        .graduates-opinions-section .graduates-slick .slick-slide.slick-current .graduates-circle .graduates-circle2 {
          background-color: #d3a63b; }
      .graduates-opinions-section .graduates-slick .slick-slide.slick-current .graduates-slick-info hr {
        border: 1px solid #d3a63b; }
      .graduates-opinions-section .graduates-slick .slick-slide .flip-card {
        background-color: transparent;
        width: 250px;
        height: 280px;
        -webkit-perspective: 1000px;
                perspective: 1000px; }
        .graduates-opinions-section .graduates-slick .slick-slide .flip-card:hover .graduates-flip {
          -webkit-transform: rotateY(180deg) translateX(0px);
                  transform: rotateY(180deg) translateX(0px); }
      .graduates-opinions-section .graduates-slick .slick-slide .graduates-flip {
        position: relative;
        -webkit-transition: -webkit-transform 0.6s;
        transition: -webkit-transform 0.6s;
        transition: transform 0.6s;
        transition: transform 0.6s, -webkit-transform 0.6s;
        -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d;
        -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
                box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .graduates-opinions-section .graduates-slick .slick-slide .face-circle, .graduates-opinions-section .graduates-slick .slick-slide .back-circle {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
      .graduates-opinions-section .graduates-slick .slick-slide .back-circle {
        -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column; }
      .graduates-opinions-section .graduates-slick .slick-slide .graduates-circle {
        width: 280px;
        height: 280px;
        border-radius: 50%;
        background-color: #07193b;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px;
        overflow: hidden; }
        .graduates-opinions-section .graduates-slick .slick-slide .graduates-circle p {
          text-align: center;
          padding: 0 20px; }
        @media screen and (max-width: 1400px) {
          .graduates-opinions-section .graduates-slick .slick-slide .graduates-circle {
            width: 250px;
            height: 250px; } }
        @media screen and (max-width: 1200px) {
          .graduates-opinions-section .graduates-slick .slick-slide .graduates-circle {
            width: 240px;
            height: 240px; } }
        @media screen and (max-width: 767px) {
          .graduates-opinions-section .graduates-slick .slick-slide .graduates-circle {
            width: 200px;
            height: 200px; } }
        @media screen and (max-width: 520px) {
          .graduates-opinions-section .graduates-slick .slick-slide .graduates-circle {
            width: 180px;
            height: 180px; } }
        .graduates-opinions-section .graduates-slick .slick-slide .graduates-circle .graduates-circle2 {
          width: 265px;
          height: 265px;
          border-radius: 50%;
          background-color: #0b1f45;
          overflow: hidden;
          padding: 10px; }
          @media screen and (max-width: 1400px) {
            .graduates-opinions-section .graduates-slick .slick-slide .graduates-circle .graduates-circle2 {
              width: 235px;
              height: 235px; } }
          @media screen and (max-width: 1200px) {
            .graduates-opinions-section .graduates-slick .slick-slide .graduates-circle .graduates-circle2 {
              width: 225px;
              height: 225px; } }
          @media screen and (max-width: 767px) {
            .graduates-opinions-section .graduates-slick .slick-slide .graduates-circle .graduates-circle2 {
              width: 185px;
              height: 185px; } }
          @media screen and (max-width: 520px) {
            .graduates-opinions-section .graduates-slick .slick-slide .graduates-circle .graduates-circle2 {
              width: 165px;
              height: 165px; } }
          .graduates-opinions-section .graduates-slick .slick-slide .graduates-circle .graduates-circle2 img {
            width: 100%;
            height: 100%;
            border-radius: 50%; }
      .graduates-opinions-section .graduates-slick .slick-slide .graduates-slick-info {
        color: #fff;
        text-align: center; }
        .graduates-opinions-section .graduates-slick .slick-slide .graduates-slick-info h4 {
          font-size: 20px; }
        .graduates-opinions-section .graduates-slick .slick-slide .graduates-slick-info hr {
          border: 1px solid #434e64;
          width: 120px;
          margin-top: 10px;
          margin-bottom: 10px; }
        .graduates-opinions-section .graduates-slick .slick-slide .graduates-slick-info h5 {
          font-size: 24px;
          border-bottom: 1px solid #434e64;
          padding-bottom: 10px;
          margin-bottom: 10px;
          display: inline-block;
          font-family: cairo-sb; }
        .graduates-opinions-section .graduates-slick .slick-slide .graduates-slick-info h6 {
          font-size: 18px;
          font-family: cairo-sb; }
    .graduates-opinions-section .graduates-slick .slick-next {
      background: url(../images/active-arrow-left.png);
      width: 55px;
      height: 55px;
      position: absolute;
      left: 0;
      background-repeat: no-repeat;
      background-size: contain;
      top: 23%;
      -webkit-transition: 0.2s all;
      transition: 0.2s all;
      cursor: pointer; }
      .graduates-opinions-section .graduates-slick .slick-next:hover {
        background: url(../images/unactiove-arow-left.png);
        background-repeat: no-repeat;
        background-size: contain; }
    .graduates-opinions-section .graduates-slick .slick-prev {
      background: url(../images/active-arrow-right.png);
      width: 55px;
      height: 55px;
      position: absolute;
      right: 0;
      background-repeat: no-repeat;
      background-size: contain;
      -webkit-transition: 0.2s all;
      transition: 0.2s all;
      top: 23%;
      cursor: pointer; }
      .graduates-opinions-section .graduates-slick .slick-prev:hover {
        background: url(../images/unactiove-arow-right.png);
        background-repeat: no-repeat;
        background-size: contain; }
    .graduates-opinions-section .graduates-slick .slick-dots {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 50px;
      padding-bottom: 50px; }
      .graduates-opinions-section .graduates-slick .slick-dots li {
        margin: 0 5px; }
        .graduates-opinions-section .graduates-slick .slick-dots li .dot {
          width: 30px;
          height: 15px;
          border: 1px solid #445067;
          display: inline-block;
          cursor: pointer; }
        .graduates-opinions-section .graduates-slick .slick-dots li.slick-active .dot {
          background-color: #d3a63b;
          border-color: #d3a63b; }
  .graduates-opinions-section .graduates-carousel {
    font-family: cairo-b;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .graduates-opinions-section .graduates-carousel .slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      float: right;
      padding: 10px 0 !important;
      margin-bottom: 50px;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      .graduates-opinions-section .graduates-carousel .slide:hover .graduates-circle {
        background-color: #393934; }
        .graduates-opinions-section .graduates-carousel .slide:hover .graduates-circle .graduates-circle2 {
          background-color: #d3a63b; }
      .graduates-opinions-section .graduates-carousel .slide:hover .graduates-slick-info hr {
        border: 1px solid #d3a63b; }
      .graduates-opinions-section .graduates-carousel .slide .graduates-circle {
        width: 200px;
        height: 200px;
        border-radius: 50%;
        background-color: #07193b;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px; }
        @media screen and (max-width: 520px) {
          .graduates-opinions-section .graduates-carousel .slide .graduates-circle {
            width: 180px;
            height: 180px; } }
        .graduates-opinions-section .graduates-carousel .slide .graduates-circle .graduates-circle2 {
          width: 175px !important;
          height: 175px !important;
          border-radius: 50%;
          background-color: #0b1f45;
          overflow: hidden;
          padding: 10px; }
          @media screen and (max-width: 1400px) {
            .graduates-opinions-section .graduates-carousel .slide .graduates-circle .graduates-circle2 {
              width: 235px;
              height: 235px; } }
          @media screen and (max-width: 520px) {
            .graduates-opinions-section .graduates-carousel .slide .graduates-circle .graduates-circle2 {
              width: 165px;
              height: 165px; } }
          .graduates-opinions-section .graduates-carousel .slide .graduates-circle .graduates-circle2 img {
            width: 100%;
            height: 100%;
            border-radius: 50%; }
      .graduates-opinions-section .graduates-carousel .slide .graduates-slick-info {
        width: 200px;
        color: #fff;
        text-align: center; }
        .graduates-opinions-section .graduates-carousel .slide .graduates-slick-info h4 {
          font-size: 16px; }
        .graduates-opinions-section .graduates-carousel .slide .graduates-slick-info hr {
          border: 1px solid #434e64;
          width: 120px;
          margin-top: 10px;
          margin-bottom: 10px; }
        .graduates-opinions-section .graduates-carousel .slide .graduates-slick-info h5 {
          font-size: 20px;
          border-bottom: 1px solid #434e64;
          padding-bottom: 10px;
          margin-bottom: 10px;
          display: inline-block;
          font-family: cairo-sb; }
          .graduates-opinions-section .graduates-carousel .slide .graduates-slick-info h5 span {
            color: #e6b23a; }
        .graduates-opinions-section .graduates-carousel .slide .graduates-slick-info h6 {
          font-size: 16px;
          font-family: cairo-sb; }

/*End graduates  opinions*/
/*STart Tabs Section*/
.isdt-tabs-setion {
  position: relative;
  background-color: #fff;
  padding: 100px; }
  .isdt-tabs-setion::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 40%;
    background: url(../images/tabs-section-bk1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
    	/*@include max1200 {
    	top: 50%;
    }*/ }
    @media screen and (min-width: 1600px) {
      .isdt-tabs-setion::before {
        width: 50%; } }
  @media screen and (max-width: 992px) {
    .isdt-tabs-setion {
      padding: 15px; }
      .isdt-tabs-setion::before {
        background: none; } }
  .isdt-tabs-setion .tabs-containerIads {
    width: 50%;
    position: relative;
    z-index: 99; }
    @media screen and (max-width: 992px) {
      .isdt-tabs-setion .tabs-containerIads {
        width: 100%; } }
    .isdt-tabs-setion .tabs-containerIads .nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 30px; }
      .isdt-tabs-setion .tabs-containerIads .nav li a {
        padding: 25px;
        color: #ababab;
        position: relative;
        font-size: 28px;
        font-family: cairo-b; }
        .isdt-tabs-setion .tabs-containerIads .nav li a:hover {
          background-color: inherit; }
        .isdt-tabs-setion .tabs-containerIads .nav li a:focus {
          background-color: inherit; }
        .isdt-tabs-setion .tabs-containerIads .nav li a::before {
          content: "";
          position: absolute;
          height: 80%;
          width: 2px;
          right: 0;
          top: 10px;
          bottom: 0;
          background-color: #ababab; }
      .isdt-tabs-setion .tabs-containerIads .nav li.active a {
        color: #183148;
        background: none; }
        .isdt-tabs-setion .tabs-containerIads .nav li.active a:hover {
          background-color: inherit; }
        .isdt-tabs-setion .tabs-containerIads .nav li.active a:focus {
          background-color: inherit; }
        .isdt-tabs-setion .tabs-containerIads .nav li.active a::before {
          background-color: #183148; }
    .isdt-tabs-setion .tabs-containerIads .tab-pane h3 {
      font-size: 22px;
      color: #1d1d1d;
      font-family: cairo-b;
      margin-bottom: 30px;
      height: 65px;
      line-height: 1.4;
      overflow: hidden; }
    .isdt-tabs-setion .tabs-containerIads .tab-pane p {
      color: #1f1e1e;
      font-size: 18px;
      font-family: cairo-sb;
      height: 110px;
      overflow: hidden;
      line-height: 2; }
    .isdt-tabs-setion .tabs-containerIads .tab-pane .btn {
      margin-top: 25px;
      height: 41px;
      background: url(../images/button.png);
      background-size: 100% 100%;
      background-repeat: no-repeat;
      width: 140px;
      height: 40px;
      text-align: center;
      outline: none; }
      .isdt-tabs-setion .tabs-containerIads .tab-pane .btn:hover {
        background: url(../images/button-hover.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        color: #fff;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease; }

/*End Tabs Section*/
/*Start Footer*/
.footer {
  background: url(../images/footer.jpg) #d3a63b;
  background-size: 50% 100%;
  background-repeat: no-repeat;
  width: 100%;
  }
  @media screen and (max-width: 1400px) {
    .footer {
      padding: 0 50px;
      padding-bottom: 30px; } }
  @media screen and (max-width: 1200px) {
    .footer {
      padding: 0 30px;
      padding-bottom: 30px; } }
  @media screen and (max-width: 992px) {
    .footer {
      padding: 0;
      padding-bottom: 30px; } }
  .footer .footer-ul {
    padding-top: 20px;
    font-family: cairo-b; }
    .footer .footer-ul h3 {
      color: #fff;
      font-size: 18px;
      margin-bottom: 5px; }
      @media screen and (max-width: 520px) {
        .footer .footer-ul h3 {
          text-align: center; } }
    .footer .footer-ul ul {
      -webkit-columns: 2;
      columns: 2; }
      @media screen and (max-width: 520px) {
        .footer .footer-ul ul {
          -webkit-columns: 1;
          columns: 1;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-flow: column;
                  flex-flow: column; } }
      .footer .footer-ul ul li {
        padding: 2px; }
        .footer .footer-ul ul li a {
          font-size: 13px;
          color: #1c1c1c; }
          .footer .footer-ul ul li a:hover {
            color: #fff;
            -webkit-transition: 0.3s ease;
            transition: 0.3s ease; }
  .footer .inputfooter-side {
    padding-right: 100px;
    padding-top: 60px; }
    @media screen and (max-width: 992px) {
      .footer .inputfooter-side {
        padding: 0 15px;
        margin-top: 50px; } }
    .footer .inputfooter-side label {
      margin-bottom: 20px;
      font-family: cairo-b;
      font-size: 22px;
      color: #fff; }
    .footer .inputfooter-side input {
      font-family: cairo-sb;
      font-size: 13px; }
      .footer .inputfooter-side input::-webkit-input-placeholder {
        color: #878787; }
      .footer .inputfooter-side input:-ms-input-placeholder {
        color: #878787; }
      .footer .inputfooter-side input::placeholder {
        color: #878787; }
    .footer .inputfooter-side .input-group-btn {
      vertical-align: bottom; }
      .footer .inputfooter-side .input-group-btn button {
        padding: 0;
        width: 90px;
        height: 34px;
        border: none;
        border-radius: 4px;
        overflow: hidden; }
        .footer .inputfooter-side .input-group-btn button:hover {
          opacity: 0.8;
          -webkit-transition: 0.5s ease;
          transition: 0.5s ease; }
        .footer .inputfooter-side .input-group-btn button img {
          width: 100%;
          height: 100%;
          display: block; }
  .footer .footer-ul-main {
    padding: 20px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-family: cairo-b;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media screen and (max-width: 992px) {
      .footer .footer-ul-main {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .footer .footer-ul-main li {
      color: #fff;
      font-size: 17px; }
      @media screen and (max-width: 992px) {
        .footer .footer-ul-main li {
          margin: 10px; } }
      .footer .footer-ul-main li a {
        color: #fff;
        font-size: 17px; }
  .footer .copyRights {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 767px) {
      .footer .copyRights {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .footer .copyRights h1 {
          margin-bottom: 20px;
          text-align: center; } }
    .footer .copyRights h1 {
      font-size: 17px;
      color: #fff;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .footer .copyRights > div {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding-left: 50px; }

#signIn .modal-content, #SearcH .modal-content {
  background: #fff !important; }
  #signIn .modal-content .modal-header::before, #SearcH .modal-content .modal-header::before {
    opacity: 0; }
  #signIn .modal-content .modal-header::after, #SearcH .modal-content .modal-header::after {
    opacity: 0; }
  #signIn .modal-content .modal-header .modal-title, #SearcH .modal-content .modal-header .modal-title {
    color: #000; }

.mediaCenter6 .number {
  font-family: arial; }

.mediaCenter6 .introicons {
  padding: 14px;
  position: relative;
  background-color: #ebeeef;
  border-radius: 5px; }

.mediaCenter6 .introiconsinside {
  padding: 0px 20px;
  position: relative;
  background-color: #ebeeef;
  font-family: GE-R;
  text-align: right; }

.mediaCenter6 .imgtopmiddle {
  margin: 10px;
  width: 170px;
  height: 50px; }

.mediaCenter6 .introicons h6 {
  font-size: .85em;
  color: #2c2c2c; }

.mediaCenter6 .introicons p {
  line-height: 30px;
  font-size: 15px;
  color: #000000;
  padding: 0px 0;
  text-align: center; }

.mediaCenter6 .introicons ul li {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  width: 100%;
  font-size: .9em;
  padding: 10px 0; }

.mediaCenter6 .introicons ul li span {
  line-height: 30px;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  float: left; }

.mediaCenter6 .imgaboutmore {
  padding: 25px 0 5px 0; }

.mediaCenter6 header h3 {
  font-size: 1.8em;
  color: #252525;
  border-bottom: none; }

.mediaCenter6 header h3:after {
  content: "";
  height: 26px;
  width: 275px;
  background: url(../img/decoration.png);
  display: block;
  margin: 15px auto 40px auto; }

.col-md-4 {
  margin-top: 25px; }

.New-nesLine {
  background: none; }

.news-details ol, .news-details ul, .news-details li {
  list-style-type: square;
  color: #183048;
  margin: 2px 11px;
  padding-top: 5px; }

.scrollToTop {
  background: #e6b23a; }

.breadcrumb {
  padding: 30px 30px 0px 15px; }

/*.gradient-bg {
padding: 115px 0 0 0;
}*/
header::after {
  background: none; }

header h3 {
  border-bottom: solid 3px #183148;
  margin-right: 0px;
  padding-bottom: 5px; }

.grid-list .pagination li.active a {
  background: #e6b23a; }

.grid-list .pagination li:hover a, .grid-list .pagination li:focus .grid-list .pagination li:active a {
  background: #0e1e3c; }

.news-details {
  -webkit-box-shadow: 0px 0px 50px #061534;
          box-shadow: 0px 0px 50px #061534; }

.container.progAgenda {
  -webkit-box-shadow: 0px 0px 50px #061534;
          box-shadow: 0px 0px 50px #061534;
  padding: 0px; }

.news-details p {
  line-height: 30px;
  font-size: 17px;
  margin-bottom: 15px;
  color: #061433; }

.news-details h2 {
  color: #183148;
  border-bottom: 2px solid red;
  border-bottom: solid 3px #e6b23a;
  display: inline;
  padding-bottom: 10px; }

footer.footer {
  background-color: #051435;
 }

.footer .footer-ul h3 {
  color: #e6b23a; }

.footer .footer-ul ul li a {
  color: #ffffff; }

.footer .copyRights h1 {
  color: #e6b23a; }

.progAgenda-holder-container .progAgenda-holder .progInfo {
  /*    width: 90%; */ }

.progAgenda-holder-container .progAgenda-holder:hover .progInfo {
  background-color: #08183a; }

.progAgenda-holder-container .progAgenda-holder .progInfo .progName h4:before, .progAgenda-holder-container .progAgenda-holder .progArrow {
  color: #e6b23a; }

.programEposides .programEposides-header h3 {
  padding-bottom: 0px; }

.programEposides .programEposides-header {
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#061435));
  background: linear-gradient(to right, #ffffff 0%, #061435 100%); }

.next-courses-section {
  padding: 0;
  background: none; }

.next-courses-section .courses-carousel > div {
  width: 355px; }

.next-courses-section .courses-carousel > div .coursses-slickcontent .bottom-content {
  background: #ebeeef; }

.next-courses-section .courses-carousel > div .coursses-slickcontent .plus-div {
  top: 40%; }

.news-details button {
  background: #1d2e4d;
  border: 1px solid #000;
  color: #fff;
  border-radius: 3px;
  padding: 5px 20px; }

.contentp {
  font-size: 12px !important;
  line-height: 20px !important; }

.news-details label {
  color: #0e1b38;
  text-shadow: 0 1px 1px #fefefe; }

.news-details input#UserID {
  border: 1px solid #00000059;
  width: 50%;
  max-width: 300px;
  min-width: 200px;
  padding: 10px;
  border-radius: 4px; }

.progAgenda-holder-container .progAgenda-holder .progTime .eg-time, .progAgenda-holder-container .progAgenda-holder .progTime .sa-time {
  /*  height: 100%; */ }

.contentp {
  font-size: 12px !important;
  line-height: 20px !important; }

.gradient-bg .news-details.graduatesbg > div {
  padding: 0;
  background: none; }

.graduates-opinions-section .graduates-carousel .slide {
  background: red;
  margin: 1%;
  background: -webkit-gradient(linear, left top, left bottom, from(#071635), color-stop(50%, #061533));
  background: linear-gradient(to bottom, #071635 0%, #061533 50%);
  padding: 15px 0px; }

#signIn .modal-content, #SearcH .modal-content, #signUp .modal-content {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #c18f1c)) !important;
  background: linear-gradient(to bottom, #ffffff 0%, #c18f1c 50%) !important; }

#signUp .modal-content .modal-header .modal-title {
  color: #000; }

.news-details span:first-child {
  color: #091836;
  font-size: 1em;
  font-weight: 200;
  display: inline; }

span.fa.fa-search {
  color: #e6b23a; }

.isdt-tabs-setion .tabs-containerIads .tab-pane p {
  line-height: 27px; }

.progAgenda-holder-container {
  background-color: white; }

.testimonials {
  padding: 50px 0; }
  .testimonials .lead {
    color: #000;
    text-align: center; }
  .testimonials .carousel-inner {
    min-height: 160px; }
  .testimonials .carousel-indicators {
    position: static;
    width: 100%;
    margin-left: auto;
    padding-top: 20px;
    height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .testimonials .carousel-indicators li {
    text-indent: 0;
    width: 80px;
    height: 80px;
    opacity: 0.4;
    border: 3px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    margin: 5px;
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease; }
  .testimonials .carousel-indicators li.active {
    opacity: 1;
    background: none;
    width: 100px;
    height: 100px;
    border: 3px solid; }
  .testimonials .carousel-indicators li img {
    max-width: 100%; }

.mediaCenter6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/*# sourceMappingURL=layout.css.map */