/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
#index #wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 992px) {
    #index #wrapper {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 1199px) and (min-width: 992px) {
    #index #wrapper {
      padding-left: 30px;
      padding-right: 30px; } }

@media (max-width: 991px) {
  .image-slide {
    padding-bottom: 15px; } }
.image-slide .media {
  position: relative; }
  .image-slide .media .left-block img {
    max-width: 100%; }
  .image-slide .media .right-block::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .image-slide .media .right-block {
      position: absolute;
      top: 50%;
      z-index: 1;
      left: 0px;
      right: 0px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); } }
  @media (max-width: 767px) {
    .image-slide .media .right-block {
      text-align: center;
      padding-top: 20px;
      padding-bottom: 30px; } }
@media (min-width: 768px) {
  .image-slide.text-left .image_description {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start; } }
@media (min-width: 768px) {
  .image-slide.text-right .image_description {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end; } }
@media (min-width: 768px) {
  .image-slide.text-center .image_description {
    text-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; } }
.image-slide .image_description {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .image-slide .image_description::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 576px) {
    .image-slide .image_description {
      width: 576px;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .image-slide .image_description {
      width: 768px;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .image-slide .image_description {
      width: 992px;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .image-slide .image_description {
      width: 1200px;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .image-slide .image_description {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; } }
  .image-slide .image_description h3 {
    line-height: 1;
    font-size: 72px;
    font-weight: 500;
    margin-bottom: 0px; }
    @media (max-width: 1499px) {
      .image-slide .image_description h3 {
        font-size: 60px; } }
    @media (max-width: 1199px) {
      .image-slide .image_description h3 {
        font-size: 50px; } }
    @media (max-width: 991px) {
      .image-slide .image_description h3 {
        font-size: 40px; } }
    @media (max-width: 767px) {
      .image-slide .image_description h3 {
        font-size: 30px;
        line-height: normal; } }
  .image-slide .image_description p {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 5px; }
    @media (max-width: 1199px) {
      .image-slide .image_description p {
        font-size: 15px; } }
    @media (max-width: 991px) {
      .image-slide .image_description p {
        font-size: 14px; } }
  .image-slide .image_description .block-desc {
    margin-top: 25px; }
    @media (max-width: 1199px) {
      .image-slide .image_description .block-desc {
        margin-top: 20px; } }
  .image-slide .image_description .btn {
    border: none;
    min-width: 200px;
    text-align: center;
    padding: 15px 30px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 30px;
    text-transform: uppercase;
    border-radius: 0px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 1499px) {
      .image-slide .image_description .btn {
        min-width: 170px;
        padding: 13px 30px; } }
    @media (max-width: 1199px) {
      .image-slide .image_description .btn {
        min-width: 150px;
        margin-top: 20px; } }
    .image-slide .image_description .btn.yellow {
      color: #000000;
      background: #fee295; }
      .image-slide .image_description .btn.yellow:hover {
        background: #e5b93c; }
    .image-slide .image_description .btn.green {
      color: #FFFFFF;
      background: #add0ca; }
      .image-slide .image_description .btn.green:hover {
        background: #50a596; }
    .image-slide .image_description .btn.blue {
      color: #FFFFFF;
      background: #9bcce0; }
      .image-slide .image_description .btn.blue:hover {
        background: #4fb3dc; }
    .image-slide .image_description .btn.pink {
      color: #000000;
      background: #fdcaba; }
      .image-slide .image_description .btn.pink:hover {
        background: #f7997c; }

@media (max-width: 991px) {
  .fp-tableCell, .fp-section.fp-table, .fp-slide.fp-table {
    height: auto !important; } }

.fp-section.fp-table {
  width: auto; }

#fp-nav.left, .fp-slidesNav.left {
  left: 60px; }
  .rtl #fp-nav.left, .rtl .fp-slidesNav.left {
    right: 60px;
    left: auto; }
  @media (max-width: 991px) {
    #fp-nav.left, .fp-slidesNav.left {
      left: 40px; }
      .rtl #fp-nav.left, .rtl .fp-slidesNav.left {
        right: 40px;
        left: auto; } }
  @media (max-width: 575px) {
    #fp-nav.left, .fp-slidesNav.left {
      left: 20px; }
      .rtl #fp-nav.left, .rtl .fp-slidesNav.left {
        right: 20px;
        left: auto; } }
#fp-nav.right, .fp-slidesNav.right {
  right: 60px; }
  .rtl #fp-nav.right, .rtl .fp-slidesNav.right {
    left: 60px;
    right: auto; }
  @media (max-width: 991px) {
    #fp-nav.right, .fp-slidesNav.right {
      right: 40px; }
      .rtl #fp-nav.right, .rtl .fp-slidesNav.right {
        left: 40px;
        right: auto; } }
  @media (max-width: 575px) {
    #fp-nav.right, .fp-slidesNav.right {
      right: 20px; }
      .rtl #fp-nav.right, .rtl .fp-slidesNav.right {
        left: 20px;
        right: auto; } }
#fp-nav ul li, .fp-slidesNav ul li {
  margin: 10px 0px;
  width: auto;
  height: auto; }
  #fp-nav ul li a, .fp-slidesNav ul li a {
    width: auto;
    height: auto;
    display: block; }
    #fp-nav ul li a span, .fp-slidesNav ul li a span {
      width: 12px;
      height: 12px;
      margin: 0px;
      display: block;
      position: static;
      background: #c4c2c3;
      -webkit-transform: all 0.3s ease;
      -moz-transform: all 0.3s ease;
      -ms-transform: all 0.3s ease;
      -o-transform: all 0.3s ease;
      transform: all 0.3s ease; }
    #fp-nav ul li a.active span, .fp-slidesNav ul li a.active span {
      width: 12px;
      height: 12px;
      margin: 0px;
      background: #333333; }
  #fp-nav ul li:hover, .fp-slidesNav ul li:hover {
    margin: 10px 0px; }
    #fp-nav ul li:hover a.active, .fp-slidesNav ul li:hover a.active {
      margin: 0px; }
      #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
        width: 12px;
        height: 12px;
        margin: 0px;
        background: #333333; }
    #fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
      width: 12px;
      height: 12px;
      margin: 0px;
      background: #333333; }

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