/*
Theme Name: Rattan House
URL: avrhub.com
Author: Amir AVR HUB

[Table of contents]
1. Typography ---------------- #line 33
  1.1. Title ----------------- #line 71
  1.2. Text ------------------ #line 122
  1.3. Images ---------------- #line 146
  1.4. Lists ----------------- #line 175
  1.5. Blockquote ------------ #line 206
  1.6. Table ----------------- #line 233
  1.7. Forms ----------------- #line 280
  1.8. Video ----------------- #line 720
  1.9. Retina ---------------- #line 751
2. Helper Classes ------------ #line 766
3. Main ---------------------- #line 806
4. Preloader ----------------- #line 839
5. Background ---------------- #line 993
6. Header -------------------- #line 1139
7. Footer -------------------- #line 1544
8. Structure ----------------- #line 1612
9. Carousels ----------------- #line 1766
10. Content ------------------ #line 1820
*/
/******************************************************************************
  Typography
*******************************************************************************/
.fa, .caret {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.typography-box {
  background: #e6e6e6;
  padding-top: 85px;
  padding-bottom: 70px;
}
.typography-box.dark {
  background: #0d0d0d;
  padding-top: 70px;
  padding-bottom: 85px;
}

.typography-section {
  margin-bottom: 55px;
}

.buttons-list .btn {
  margin: 2px 0;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  line-height: 1;
  letter-spacing: .2em;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}

a {
  position: relative;
  text-decoration: none;
  transition: color 0.5s, border-color 0.5s;
  vertical-align: top;
  color: rgb(118, 178, 255);
}
a:hover, a:focus {
  border-bottom-color: rgb(255, 255, 255);
  text-decoration: none;
}

img {
  height: auto;
  max-width: 100%;
}


.lead {
  font-size: 18px;
  font-size: 1.3rem;
  line-height: 1.67;
}

.btn {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 18px;
  font-size: 0.85714rem;
  line-height: 1.6;
  letter-spacing: .03em;
  border-radius: 50px;
  padding: 10px 20px 9px;
  text-transform: uppercase;
  transition: 0.2s linear background, 0.2s linear border;
}
.btn:hover, .btn:focus {
  outline: none;
}
.btn:active, .btn.active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: none;
}
.btn.btn-white {
  background: #e1e1e1;
  border-color: #e1e1e1;
  color: #000;
}
.btn.btn-sm, .btn-group-sm > .btn {
  padding: 10px 25px 9px;
}
.btn.btn-inverse {
  background-color: transparent;
  border-color: #000;
  color: #000;
  transition: border .2s ease-in-out;
}



.progress-button {
  border: 0 none;
  padding: 16px 46px 15px;
  position: relative;
}
.progress-button span {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.progress-button .progress {
  background: #7ebec4;
  box-shadow: none;
  margin: 0;
  width: 0;
}
.progress-button .success {
  background: #5fbe4d;
  opacity: 0;

  transition: opacity .3s ease-in-out;
}
.progress-button .success svg {
  height: 23px;
  margin: 14px 0 0;
  width: 29px;
}
.progress-button .error {
  background: #ff6666;
  opacity: 0;

  transition: opacity .3s ease-in-out;
}
.progress-button .error:before, .progress-button .error:after {
  background: #fff;
  content: "";
  height: 2px;
  left: 50%;
  margin: -1px 0 0 -13px;
  position: absolute;
  top: 50%;

  transform: rotate(45deg);
  width: 26px;
}
.progress-button .error:after {

  transform: rotate(-45deg);
}
.progress-button.loading .progress {

  transition: width .6s linear;
  width: 100%;
}
.progress-button.loaded .progress {
  opacity: 0;

  transition: opacity .2s ease-in-out;
}
.progress-button.error .error {
  opacity: 1;

  transition: opacity 0 linear;
}
.progress-button.success .success {
  opacity: 1;
  transition: opacity 0 linear;
}

.btn[data-hover] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.btn[data-hover] .button-label {
  display: block;
  position: static;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out;
}
.btn[data-hover]:before {
  content: attr(data-hover);
  left: 0;
  opacity: 0;
  position: absolute;
  transform: translate(-100%, 0);
  transition: opacity .3s ease-in-out, transform .3s ease-in-out;
  width: 100%;
}
.btn[data-hover]:hover .button-label {
  opacity: 0;
  transform: translate(200%, 0);
}
.btn[data-hover]:hover:before {
  opacity: 1;
  transform: translate(0, 0);
}
.english-cls-btn:before,
.arabic-cls-btn:before{
  display: none !important;
}
.english-cls-btn,
.arabic-cls-btn{
  width: 160px;
  padding: 5px 10px !important;
}
.english-cls-btn:hover .button-label,
.arabic-cls-btn:hover .button-label{
  transform: initial !important;
  opacity: 1 !important;
}
.arabic-cls-btn {
  margin-left: 30px;
}
/******************************************************************************
  Main
*******************************************************************************/
html {
  height: 100%;
  font-size: 14px;
  word-wrap: break-word;
}

body {
  color: #000;
  font-family: "times", sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 100%;
  line-height: 2.2;
  min-width: 320px;
  overflow-x: hidden;
  position: relative;
}
@media (max-width: 767px) {
  body {
      overflow: hidden;
  }
}

/******************************************************************************
  Background
*******************************************************************************/
@keyframes moveclouds {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: -100%;
  }
}
@-webkit-keyframes moveclouds {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: -100%;
  }
}
@keyframes moveclouds2 {
  0% {
    margin-left: 100%;
  }
  50% {
    margin-left: 100%;
  }
  100% {
    margin-left: -100%;
  }
}
@-webkit-keyframes moveclouds2 {
  0% {
    margin-left: 100%;
  }
  50% {
    margin-left: 100%;
  }
  100% {
    margin-left: -100%;
  }
}
.background {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.background .layer {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.background .clouds {
  overflow: hidden;
}
.background .clouds .cloud {
  top: 1%;
  left: 0;
  position: absolute;
  transform: translate3d(0, 0, 0);
  width: 100%;
}
.background .clouds .cloud-1 {
  animation: moveclouds 25s linear infinite;
}
.background .clouds .cloud-2 {
  animation: moveclouds 50s linear infinite;
}
.background .clouds .cloud-3 {
  animation: moveclouds2 35s linear infinite;
}
.background .background-image {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.background .background-image.page-bg-1 {
  background-image: url(../content/page-bg-1.jpg);
}
.background .background-image.page-bg-1 + .layer {
  background-color: #ffffff66;
}
.background .background-image.page-bg-2 {
  background-image: url(../content/img/page-bg-2.jpg);
}
.background .background-image.page-bg-3 {
  background-image: url(../content/img/page-bg-3.jpg);
}
.background .background-image.page-bg-4 {
  background-image: url(../content/img/page-bg-4.jpg);
}
.background .background-image.page-bg-5 {
  background-image: url(../content/img/page-bg-5.jpg);
}
.background .background-image.intro-bg {
  background-image: url(../content/img/intro-bg.jpg);
}
.background .background-image.underconstruction {
  background-image: url(../content/img/under-bg.jpg);
}
.background .background-slider {
  z-index: inherit;
}
.background .background-slider .owl-stage-outer {
  height: 100%;
}
.background .background-slider .owl-stage-outer .owl-stage {
  height: 100%;
}
.background .background-slider .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
.background .background-slider .owl-stage-outer .owl-stage .owl-item .item {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.background .background-overlay.page-overlay-2 {
  background-color: #000000e6;
}
.background .background-overlay.page-overlay-3 {
  background-color: #ffffffcc;
}
.background .background-overlay.page-overlay-4 {
  background-color: #caddfee6;
}
.background .background-overlay.page-overlay-5 {
  background-color: #ceeff8e6;
}
.background .background-overlay.page-overlay-6 {
  background-color: #fedfdfe6;
}
.background .background-overlay.intro-overlay {
  background-color: #070707cc;
}
.background .background-video video {
  max-width: inherit;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
}
.loaded .background .background-video video {
  width: auto;
}
.background .background-video iframe {
  max-width: inherit;
}
.background .background-video .tubular-container {
  height: 100%;
  width: 100%;
}
.background .background-video .tubular-container .tubular-player {
  position: absolute;
}

/******************************************************************************
  Header
*******************************************************************************/
.site-header {
  height: 113px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 991px) {
  .site-header {
    height: 93px;
  }
}
@media (max-width: 767px) {
  .site-header {
    height: 117px;
    position: relative;
  }
}
.site-header .header-wrap {
  display: table;
  height: 100%;
  margin: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .site-header .header-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .site-header .header-wrap {
    display: block;
    height: auto;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.site-header .header-wrap .header-box {
  display: table-cell;
  float: none;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .site-header .header-wrap .header-box {
    display: block;
  }
}
.site-header .header-wrap .header-box.logo-box {
  margin-top: -5px;
}
.site-header .header-wrap .header-box.logo-box a {
  border: 0 none;
}
.site-header .header-wrap .header-box .main-menu {
  display: inline-block;
  min-height: 40px;
  position: relative;
  vertical-align: top;
}
@media (max-width: 767px) {
  .site-header .header-wrap .header-box .main-menu {
    width: 100%;
  }
}
.site-header .header-wrap .header-box .main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .header-wrap .header-box .main-menu ul li {
  border-right: 1px solid #6363634d;
  display: inline-block;
  padding: 0;
  position: relative;
  vertical-align: top;
}
@media (max-width: 767px) {
  .site-header .header-wrap .header-box .main-menu ul li {
    border-right: 0 none;
  }
}
.site-header .header-wrap .header-box .main-menu ul li:before, .site-header .header-wrap .header-box .main-menu ul li:after {
  content: "";
  display: none;
  height: 15px;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 15px;
}
@media (max-width: 767px) {
  .site-header .header-wrap .header-box .main-menu ul li:before, .site-header .header-wrap .header-box .main-menu ul li:after {
    display: block;
  }
}
.site-header .header-wrap .header-box .main-menu ul li:after {
  border-top: 0 none;
  border-bottom: 1px solid #6363634d;
  bottom: 0;
  top: auto;
}
.site-header .header-wrap .header-box .main-menu ul li:first-child:before, .site-header .header-wrap .header-box .main-menu ul li:first-child:after {
  display: block;
}
.site-header .header-wrap .header-box .main-menu ul li:last-child {
  border-right: 0 none;
}
@media (max-width: 767px) {
  .site-header .header-wrap .header-box .main-menu ul li:last-child {
    float: right;
  }
}
.site-header .header-wrap .header-box .main-menu ul li:last-child a:before, .site-header .header-wrap .header-box .main-menu ul li:last-child a:after {
  display: block;
}
.site-header .header-wrap .header-box .main-menu ul li a {
  border: 0 none;
  color: #3333334d;
  display: block;
  letter-spacing: .1em;
  min-width: 170px;
  overflow: hidden;
  padding: 5px 22px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .site-header .header-wrap .header-box .main-menu ul li a {
    min-width: 100px;
  }
}
@media (max-width: 767px) {
  .site-header .header-wrap .header-box .main-menu ul li a {
    min-width: 75px;
  }
}
.dark .site-header .header-wrap .header-box .main-menu ul li a {
  color: #ffffff4d;
}
.site-header .header-wrap .header-box .main-menu ul li a .hover-label {
  color: #333;
  font-style: normal;
  position: absolute;
  transition: transform 0.3s, opacity 0.3s;
}
.dark .site-header .header-wrap .header-box .main-menu ul li a .hover-label {
  color: #fff;
}
.site-header .header-wrap .header-box .main-menu ul li a:before, .site-header .header-wrap .header-box .main-menu ul li a:after {
  backface-visibility: hidden;
  content: "";
  display: none;
  height: 15px;
  margin: 0;
  right: 0;
  position: absolute;
  top: 0;
  width: 15px;
}
@media (max-width: 767px) {
  .site-header .header-wrap .header-box .main-menu ul li a:before, .site-header .header-wrap .header-box .main-menu ul li a:after {
    display: block;
  }
}
.site-header .header-wrap .header-box .main-menu ul li a:after {
  border-top: 0 none;
  border-bottom: 1px solid #6363634d;
  bottom: 0;
  top: auto;
}
.site-header .header-wrap .header-box .main-menu ul li a span {
  transition: color 0.4s ease-in-out, transform 0.4s ease-in-out;
}
.site-header .header-wrap .header-box .main-menu ul li a span svg {
  transition: opacity 0.4s ease-in-out;
  vertical-align: top;
}
.site-header .header-wrap .header-box .main-menu ul li a span.icon {
  display: table-cell;
  height: 30px;
  line-height: 1;
  min-width: 66px;
  transform: rotate(0deg);
  vertical-align: middle;
}
@media (max-width: 767px) {
  .site-header .header-wrap .header-box .main-menu ul li a span.icon {
    min-width: 30px;
  }
}
.site-header .header-wrap .header-box .main-menu ul li a span.icon .fa, .site-header .header-wrap .header-box .main-menu ul li a span.icon .caret {
  font-size: 22px;
}
.site-header .header-wrap .header-box .main-menu ul li a span.icon svg {
  vertical-align: middle;
}
.site-header .header-wrap .header-box .main-menu ul li a span:before, .site-header .header-wrap .header-box .main-menu ul li a span:after {
  background: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: '';
  display: block;
  height: 2px;
  left: 50%;
  margin: -1px 0 0 -14px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  transition: background 0.4s ease-in-out, transform 0.4s ease-in-out;
  width: 28px;
}
.site-header .header-wrap .header-box .main-menu ul li a span:after {
  transform: rotate(-45deg);
}
.site-header .header-wrap .header-box .main-menu ul li a span:hover .hover-label, .site-header .header-wrap .header-box .main-menu ul li a span:focus .hover-label {
  transform: scale(0.8);
  opacity: 0;
}
.site-header .header-wrap .header-box .main-menu ul li a.active .hover-label {
  display: none;
}
.site-header .header-wrap .header-box .main-menu ul li a.active span {
  color: transparent;
  transform: rotate(270deg);
}
.site-header .header-wrap .header-box .main-menu ul li a.active span svg {
  opacity: 0;
}
.site-header .header-wrap .header-box .main-menu ul li a.active span:before {
  background: #333;
  transform: rotate(-585deg);
}
.dark .site-header .header-wrap .header-box .main-menu ul li a.active span:before {
  background: #ececec;
}
.site-header .header-wrap .header-box .main-menu ul li a.active span:after {
  background: #333;
  transform: rotate(-675deg);
}
.dark .site-header .header-wrap .header-box .main-menu ul li a.active span:after {
  background: #ececec;
}
.site-header .header-wrap .header-box .main-menu ul li a.active:hover span {
  transform: rotate(0deg);
}


/******************************************************************************
  Footer
*******************************************************************************/
.site-footer {
  bottom: 0;
  color: rgb(255, 255, 255);
  font-size: 12px;
  font-size: 0.85714rem;
  left: 0;
  line-height: 1.2;
  padding: 10px 0;
  position: absolute;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 991px) {
  .site-footer {
    height: 43px;
  }
}
@media (max-width: 767px) {
  .site-footer {
    height: 91px;
    position: relative;
  }
}
.dark .site-footer {
  color: rgb(255, 255, 255);
}
.site-footer .copyright {
  margin-bottom: 5px;
}
.logo-site{
    margin-top: 5em;
    margin-bottom: 4em;
    overflow: hidden;
    text-align: center;
}
/******************************************************************************
  Structure
*******************************************************************************/
.main {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 1442px) {
  h1.h1-section-title{
    font-size: 59px;
  }
  .section-description {
    margin-bottom: 20px;
  }
}

@media (max-width: 1042px) {
  h1.h1-section-title{
    font-size: 45px;
  }
  .section-description {
    margin-bottom: 20px;
  }
  .logo-site {
    margin-top: 4em;
    margin-bottom: 3em;
    overflow: hidden;
    text-align: center;
    width: 220px;
  }
}

@media (max-width: 991px) {
  .main {
    padding-top: 9px;
    padding-bottom: 126px;
  }
}
@media (max-width: 769px) {
  .main {
    height: auto;
    min-height: calc(100% - 117px - 91px);
    padding-top: 0;
    padding-bottom: 0;
  }
}


p.lead.animated.fadeInDown{
  margin-bottom: 0px;
}
.main .section {
  height: 0;
  overflow: hidden;
  position: absolute;
  table-layout: fixed;
  visibility: hidden;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767px) {
  .main .section {
    display: block;
    position: relative;
  }
}
.main .section.active {
  height: 100%;
  height: calc(100% - 113px - 134px);
  visibility: visible;
}
@media (max-width: 991px) {
  .main .section.active {
    height: calc(100% - 93px - 126px);
  }
}
@media (max-width: 767px) {
  .main .section.active {
    height: auto;
  }
}
.main .section .section-wrap {
  display: table;
  height: 100%;
  overflow-y: auto;
  table-layout: fixed;
  width: 100%;
}
.main .section .section-wrap .section-content {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}
@media (max-width: 767px) {
  .main .section .section-wrap .section-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.intro-page .main,
.no-footer .main {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .intro-page .main,
  .no-footer .main {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .intro-page .main,
  .no-footer .main {
    height: auto;
    min-height: calc(100% - 117px - 30px);
  }
}
.intro-page .main .section,
.no-footer .main .section {
  height: calc(100% - 113px - 30px);
}
@media (max-width: 767px) {
  .intro-page .main .section,
  .no-footer .main .section {
    height: auto;
  }
}

.section .mCustomScrollBox {
  height: auto;
}

.mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.section .section-content > .mCustomScrollBox,
.section .section-content > .mCustomScrollBox > .mCSB_container {
  overflow: visible;
}

.section.scroll-content .section-wrap,
.section.scroll-content .section-wrap .section-content {
  display: block;
  height: 100%;
}
.section.scroll-content .section-wrap > .mCustomScrollBox,
.section.scroll-content .section-wrap .section-content > .mCustomScrollBox {
  height: 100%;
  overflow: hidden;
}
.section.scroll-content .section-wrap > .mCustomScrollBox > .mCSB_container,
.section.scroll-content .section-wrap .section-content > .mCustomScrollBox > .mCSB_container {
  overflow: hidden;
}

/******************************************************************************
  Carousels
*******************************************************************************/
.carousel-box .carousel .owl-item {
  backface-visibility: hidden;
}
.carousel-box .carousel-controls {
  height: 11px;
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .carousel-box .carousel-controls {
    margin-top: 20px;
  }
}
.carousel-box .carousel-controls .nav-item {
  color: #111;
  display: inline-block;
  font-size: 16px;
  height: 11px;
  line-height: 11px;
  margin: 0 28px;
  text-align: left;
  transition: opacity .2s ease-in-out;
  vertical-align: top;
  width: 10px;
}
.carousel-box .carousel-controls .nav-item:hover svg {
  transform: translate3d(-3px, 0, 0);
}
.carousel-box .carousel-controls .nav-item svg {
  height: 11px;
  transition: transform .2s;
  vertical-align: top;
  width: 10px;
}
.carousel-box .carousel-controls .nav-item.next:hover svg {
  transform: translate3d(3px, 0, 0);
}

/******************************************************************************
  Content
*******************************************************************************/

.h1-section-title {
  margin-bottom: 20px;
  
}
@media (max-width: 991px) {
  .h1-section-title {
    font-size: 48px;
    font-size: 3.42857rem;
  }
}
@media (max-width: 767px) {
  .h1-section-title {
    font-size: 30px;
    font-size: 2.14286rem;
  }
}

.h2-section-title {
  font-size: 48px;
  font-size: 3.42857rem;
}
@media (max-width: 767px) {
  .h2-section-title {
    font-size: 30px;
    font-size: 2.14286rem;
  }
}

.section-description {
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .section-description {
    font-size: 16px;
    font-size: 1.14286rem;
  }
}

@media (max-width: 469px) {
  .logo-site {
    margin-top: 5.5em;
    margin-bottom: 2em;
    overflow: hidden;
    text-align: center;
    width: 187px;
  }
  h1.h1-section-title {
    font-size: 29px;
  }
  .main {
    height: auto;
    min-height: calc(100% - 115px - 91px);
  }
  .site-footer {
    height: 31px;
    position: relative;
  }
  .english-cls-btn span.button-label img, 
  .arabic-cls-btn span.button-label img{
    width: 40px;
  }
  .english-cls-btn, .arabic-cls-btn{
    width: 130px;
  }
}