@font-face {
  font-family: 'JosefinSans-Regular';
  src: url("../fonts/JosefinSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/JosefinSans-Regular.woff") format("woff"), url("../fonts/JosefinSans-Regular.ttf") format("truetype"), url("../fonts/JosefinSans-Regular.svg#JosefinSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'JosefinSans-Light';
  src: url("../fonts/JosefinSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/JosefinSans-Light.woff") format("woff"), url("../fonts/JosefinSans-Light.ttf") format("truetype"), url("../fonts/JosefinSans-Light.svg#JosefinSans-Light") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'JosefinSans-Bold';
  src: url("../fonts/JosefinSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/JosefinSans-Bold.woff") format("woff"), url("../fonts/JosefinSans-Bold.ttf") format("truetype"), url("../fonts/JosefinSans-Bold.svg#JosefinSans-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'fontawesome-webfont';
  src: url("../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg#fontawesome-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "JosefinSans-Regular", sans-serif;
  font-weight: normal; }
  body.cf-ar {
    direction: rtl; }

ul,
ol {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 16px;
  list-style: none; }

em {
  font-style: normal; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }
  a:active {
    text-decoration: none; }

b,
strong {
  font-family: "JosefinSans-Regular", sans-serif;
  font-weight: normal; }

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #616161;
  outline: none;
  box-shadow: none; }
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #616161;
  outline: none;
  box-shadow: none; }
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #616161;
  outline: none;
  box-shadow: none; }
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #616161;
  outline: none;
  box-shadow: none; }

img {
    width: auto;
    max-width: 100%;
    max-height: 100%;}
.section-first {margin-top: 0px; text-align: center; background: #3e3935;}
.form-control::placeholder {
  color: #d5d5d5;
  opacity: 1;
  /* Firefox */
  font-size: 16px; }
  @media screen and (min-width: 768px) {
    .form-control::placeholder {
      font-size: 25px; } }

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d5d5d5;
  font-size: 16px; }
  @media screen and (min-width: 768px) {
    .form-control:-ms-input-placeholder {
      font-size: 25px; } }

.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #d5d5d5;
  font-size: 16px; }
  @media screen and (min-width: 768px) {
    .form-control::-ms-input-placeholder {
      font-size: 25px; } }

:focus {
  outline: none; }

.btn {
  cursor: pointer;
  font-size: 16px;
  font-family: "JosefinSans-Regular", sans-serif;
  font-weight: normal;
  width: 190px;
  height: 45px;
  padding: 5px;
  user-select: none;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  border-radius: 0px;
  background: #616161;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (min-width: 768px) {
    .btn {
      width: 230px;
      height: 55px;
      font-size: 25px; } }
  .btn a {
    color: #fff; }
    .btn a:hover {
      color: #fff; }
  .btn-primary {
    background: transparent;
    color: #fff;
    border-color: #fff; }
    .btn-primary:hover {
      background: rgba(255, 255, 255, 0.12);
      color: #fff;
      border-color: #fff; }
    .btn-primary:focus {
      box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5); }
    .btn-primary--outline {
      background: transparent;
      color: #04baee;
      border-color: #04baee;
     /* &:hover {
        @include button-varient($hover-color, $white, $hover-color);
      }
*/ }
  .btn-secondary {
    background: transparent;
    color: #303030;
    border-color: #303030;
  /*  &:hover {
      @include button-varient($hover-color, $white, $hover-color);

    }*/ }
    .btn-secondary:hover {
      background: #303030;
      color: #fff;
      border-color: #303030; }
    .btn-secondary:focus {
      box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5); }
    .btn-secondary a {
      color: #616161; }
      .btn-secondary a:hover {
        color: #616161; }
  .btn-deactive {
    cursor: not-allowed;
    background: #cdd3e1;
    color: #fff;
    border-color: #cdd3e1; }
    .btn-deactive:hover {
      background: #cdd3e1;
      color: #fff;
      border-color: #cdd3e1; }
  .btn-arrow {
    padding: 8px 35px 8px 25px; }
    .btn-arrow::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 18px;
      width: 8px;
      height: 100%;
      background: url(../images/right-wrrow.png) no-repeat center;
      -webkit-background-size: contain;
      -moz-background-size: contain;
      -ms-background-size: contain;
      -o-background-size: contain;
      background-size: contain;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .btn-arrow:hover::after {
      right: 10px; }

.section {
  overflow: hidden; }
  .section.format_panel {background: #eaeaea url(../img/person-2.png) no-repeat right center;
    background-size: contain;}

i {
  font-family: 'fontawesome-webfont'; }

.menu {
  background: #000;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column; }
  .menu-logo img {
    width: 68px;
    margin: 30px 0px 30px; }
  .menu #nav-menu-container {
    width: 100%;
    border-top: 1px solid #c39e66;
    border-bottom: 1px solid #c39e66; }
  .menu-list {
    align-items: center;
    justify-content: center;
    flex-direction: row;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .menu-list li a {
      display: block;
      color: #fff;
      padding: 25px 38px;
      font-size: 17px;
      font-family: "JosefinSans-Light", sans-serif;
      font-weight: normal;
      text-transform: uppercase;
      transition: all 0.3s; }
      .menu-list li a:hover {
        color: #c39e66; }
    .menu-list li.active a {
      color: #c39e66; }

#nav-menu-container {
  width: 100%; }

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
  border: 0;
  background: none;
  font-size: 30px;
  margin: 30px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer; }

#mobile-nav-toggle i {
  color: #fff; }

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 90px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  right: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s; }

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none; }

#mobile-nav ul li {
  position: relative; }

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif; }

#mobile-nav ul li.active a {
  color: #c39e66; }

#mobile-nav ul li a:hover {
  color: #c39e66; }

#mobile-nav ul li li {
  padding-left: 30px; }

#mobile-nav ul li.menu-active a {
  color: #c39e66; }

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff; }

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #c39e66; }

#mobile-nav ul .menu-has-children li a {
  text-transform: none; }

#mobile-nav ul .menu-item-active {
  color: #c39e66; }

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none; }

body.mobile-nav-active {
  overflow: hidden; }

body.mobile-nav-active #mobile-nav {
  right: 0; }

body.mobile-nav-active #mobile-nav-toggle i {
  color: #fff; }

@media (max-width: 767px) {
  .menu {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    align-items: flex-start;
    z-index: 999; }

  .menu-logo img {
    width: 50px;
    margin: 20px 25px; }

  #nav-menu-container {
    display: none; }

  #mobile-nav-toggle {
    display: inline; } }
.section-first {
  margin-top: 0px; }
  @media screen and (max-width: 767px) {
    .section-first {
      margin-top: 98px; } }
.section-title {
  margin-top: 90px;
  margin-bottom: 45px;
  color: #303030;
  text-transform: uppercase;text-align: center; }
  @media screen and (max-width: 767px) {
    .section-title {
      margin-bottom: 25px;
      margin-top: 40px; } }
  .section-title span {
    display: block;
    font-size: 20px;
    font-family: "JosefinSans-Regular", sans-serif;
    font-weight: normal;
    position: relative;
    margin-bottom: 10px;}
    @media screen and (max-width: 767px) {
      .section-title span {
        font-size: 17px; } }
    .section-title span:after { 
      position: absolute;
      width: 100px;
      height: 1px;
      background-color: #303030;
      left: 55px;
      top: 7px; }
      @media screen and (max-width: 767px) {
        .section-title span:after {
          left: 45px; } }
  .section-title h1 {
    font-size: 50px;
    font-family: "JosefinSans-Bold", sans-serif;
    font-weight: normal;
    margin-bottom: 0px; }
    @media screen and (max-width: 767px) {
      .section-title h1 {
        font-size: 40px; } }
.section-content p {
  color:#565353;
  font-size: 20px;
  font-family: "JosefinSans-Light", sans-serif;
  font-weight: 600;
  line-height: 1.8em;
  margin-bottom: 35px; }
  @media screen and (max-width: 767px) {
    .section-content p {
      font-size: 16px;
      line-height: 1.5em;
      margin-bottom: 25px; } }

  .section-content h2{
    font-size: 36px;
    font-family: "JosefinSans-Bold", sans-serif;
    font-weight: normal;
    margin-bottom: 0px;
    color: #696969;
  }
  @media screen and (max-width: 767px) {
    .section-content h2{
      font-size: 26px;
    }
  }
  .section-content__list span, .section-content__list li{
    color: #616161;
    font-size: 20px;
    font-family: "JosefinSans-Light", sans-serif;
    font-weight: 600;

  }
  .section-content__list ul{
    list-style: disc;
    margin-left: 50px;
  }
.section-content__list span b{
    font-family: "JosefinSans-Bold", sans-serif;
    font-weight: normal;
}
.section-model {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .section-model {
      height: 100%; } }
  .section-model span {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom; }
  .section-model.mg-top {
    margin-top: 30px; }

footer {
  background-color: #000; }

.footer {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 50px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .footer {
      padding: 30px 0px; } }
  .footer img {
    width: 80px; }
    @media screen and (max-width: 767px) {
      .footer img {
        width: 60px; } }
  .footer-social {
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 767px) {
      .footer-social {
        mask-type: 20px; } }
    .footer-social li {
      margin-right: 10px;
      padding: 15px;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        .footer-social li {
          padding: 10px; } }
      .footer-social li a {
        display: block;
        padding: 10px;
        position: relative; }
        @media screen and (max-width: 767px) {
          .footer-social li a {
            padding: 8px; } }
        .footer-social li a:before {
          content: '';
          position: absolute;
          top: 0px;
          right: 0px;
          border: 1px solid #fff;
          width: 100%;
          height: 100%;
          transform: rotate(45deg);
          transition: all 0.3s; }
        .footer-social li a:hover:before {
          background-color: #c39e66; }
        .footer-social li a span {
          display: block;
          width: 16px;
          height: 16px;
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat;
          position: relative; }
  .footer-links {
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .footer-links li {
      margin: 0px 22px; }
      @media screen and (max-width: 767px) {
        .footer-links li {
          margin: 0 12px; } }
      .footer-links li a {
        color: #fff;
        font-size: 16px;
        transition: all 0.3s; }
        @media screen and (max-width: 767px) {
          .footer-links li a {
            font-size: 14px; } }
        .footer-links li a:hover {
          color: #c39e66; }
  .footer-copyright {
    border-top: 1px solid #fff;
    padding: 20px 0px;
    text-align: center; }
    .footer-copyright p {
      color: #757575;
      font-size: 10px;
      margin: 0px; }

/*# sourceMappingURL=styles.css.map */
@media screen and (max-width: 992px) {
  .section.format_panel { background-image: none }
}
 
 .bannerslider {   width: 100%;  background-size: 100%}
 .bx-controls { margin-top: -25px; display: none; }
 .grand_finale {     position: absolute;
    top: 50%;
    left: 50%;
}

.bx-wrapper { top: 0 }
.bx-wrapper img {width: 100%}
.menu-list li a { padding: 17px 38px }

.cosmo-bg{
  background-image: url("../img/Cosmomain-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 700px;
  display: block;

}
/*.cosmovideo{
  position: absolute;
    right: 2%;
    top: 50%;

}*/
.videoframe{
    width: 100%;
    height: 500px;
}
.csvideorow{
  justify-content: right;
}
.mt50{
  margin-top: 50px;
}
/*@media screen and (max-width: 1200px) {
    .cosmovideo{
  position: absolute;
    right: 2%;
    top: 22%;

}
.videoframe{
   width: 650px;
    height: 500px;
 }
}*/

@media screen and (max-width: 768px) {
  .cosmo-bg{
    height: 623px;
  }
 

/*.videoframe {
    width: 380px;
    height: 380px;
}*/

}

@media screen and (max-width: 480px) {
  .cosmo-bg{
    height: auto;
  }
  .videoframe {
    width: 100%;
    height: 300px;
}
}