/* Transitons */
@font-face {
  font-family: cairo;
  src: url("../fonts/Cairo-Regular.ttf");
}

* {
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

*:hover {
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.transition-none *,
.mfp-container *,
.attr-nav *,
.cbp-wrapper *,
.parallax,
.rev-slider *,
.menu-overlay *,
.main-box-title *,
.founder * {
  transition-timing-function: none;
  -moz-transition-timing-function: none;
  -webkit-transition-timing-function: none;
  -o-transition-timing-function: none;
  -ms-transition-timing-function: none;
  transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  -ms-transition-duration: 0s;
}

.transition-none .overlay-hero {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.animation-move-top {
  transform: translateY(0);
  -webkit-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
}

.animation-move-top:hover {
  transform: translateY(-30px);
}

.animation-move-top-sm {
  transform: translateY(0);
  -webkit-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
}

.animation-move-top-sm:hover {
  transform: translateY(-10px);
}

/* Selection */

::selection {
  background-color: #212121;
  color: #fff;
}

/* All */

* {
  margin: 0;
  padding: 0;
  min-height: 0;
  min-width: 0;
}

*,
:after,
:before {
  box-sizing: border-box;
}

html,
body {
  position: relative;
  height: 100%;
}

body {
  color: #888;
  background: #fafafa;
  font-size: 17px;
  font-family: cairo;
  font-weight: 400;
  direction: rtl;
}

iframe {
  border: 0;
}

.wrapper {
  position: relative;
  z-index: 20;
  overflow-x: hidden;
}

/* Typography */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #d3ac66;
  margin: 20px 0 10px 0;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.5em;
}

h1 {
  font-size: 66px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5:hover a,
h6 a:hover {
  color: #d3ac66;
}

p a:hover {
  color: #d3ac66;
}

p {
  letter-spacing: normal;
  line-height: 24px;
  color: #888;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: #212121;
}

a:hover,
a:focus,
a:active {
  outline: none;
  text-decoration: none;
  color: #d3ac66;
}

ul {
  list-style: disc;
}

li > ul,
li > ol {
  padding: 0;
  margin-left: 15px;
}

figure {
  margin-bottom: 6px;
  position: relative;
}

img {
  height: auto;
  max-width: 100%;
}

.mark,
mark {
  background-color: #d3ac66;
  color: #fff;
}

pre {
  margin: 0 20px;
  padding: 10px;
  border: 1px solid #e2e2e2;
  background: #f1f1f1;
  border-radius: 0;
}

blockquote {
  border-left: 2px solid #d3ac66;
  background: #fff;
  padding: 15px 40px;
}

blockquote p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 17px !important;
  font-weight: 300;
  font-style: italic;
}

.blockquote-reverse,
blockquote.pull-right {
  border-right: 2px solid #d3ac66;
  background: #fff;
}

strong {
  color: #414141;
}

hr {
  border: 0;
  height: 3px;
  width: 100%;
  margin: 20px auto;
}

.text-decoration-underline {
  text-decoration: underline;
}

.text-decoration-none {
  text-decoration: none;
}

.line-trough {
  text-decoration: line-through;
}

/* Forms */

e {
  margin-bottom: 10px;
  font-weight: 500;
  color: #212121;
  font-size: 14px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: none;
  box-shadow: none;
  outline: 0 none;
}

.search-submit {
  position: absolute;
  left: 20px;
  top: 14px;
  background: none;
  border: 0;
  padding: 0;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #e0e0e0;
}

.search-submit:hover {
  color: #d3ac66;
}

.select-custom {
  width: 100%;
  overflow: hidden;
  background: url(../images/select-arrow.png) no-repeat 97% 50%;
  border: 1px solid #fff;
  margin-bottom: 20px;
}

.select-custom select {
  width: 100%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.md-input,
.md-textarea,
.md-select select {
  padding: 14px 20px;
  font-size: 14px;
  line-height: normal;
  border-radius: 0;
}

input,
textarea,
select {
  border: 1px solid #eee;
  font-size: 14px;
  padding: 8px 15px;
  width: 100%;
  margin: 0 0 10px 0;
  max-width: 100%;
  resize: none;
  background-color: transparent;
}

.has-error input,
.has-error textarea,
.has-error select {
  border-color: #d3ac66 !important;
  box-shadow: none !important;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #d3ac66;
}

.help-block {
  display: none;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  color: #212121;
  background-color: #fff;
}

.form-group.career {
  margin: 0;
}

.contact-form textarea {
  margin-top: 10px;
}

/* Sections */

section {
  padding-top: 65px;
  padding-bottom: 120px;
  position: relative;
  z-index: 10;
  overflow: hidden;
  background: #f5f5f5;
}

.section-heading {
  text-align: center;
  margin: auto;
  float: none;
  padding-bottom: 60px;
}

.bg-background-fade {
  background-color: #9911b1;
  -webkit-transition: background-color 700ms linear;
  -moz-transition: background-color 700ms linear;
  -o-transition: background-color 700ms linear;
  -ms-transition: background-color 700ms linear;
  transition: background-color 700ms linear;
}

.data-transition {
  -webkit-transition: background-color 700ms linear;
  -moz-transition: background-color 700ms linear;
  -o-transition: background-color 700ms linear;
  -ms-transition: background-color 700ms linear;
  transition: background-color 700ms linear;
}

/* Navigations */

.navbar-nav {
  float: right;
  margin: 0;
  padding: 0px 10px;
}

nav.navbar.bootsnav.navbar-transparent .logo {
  position: relative;
  z-index: 110;
  display: table;
  height: 80px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

nav.navbar.bootsnav.navbar-transparent.brand-center .logo,
.brand-center .logo {
  display: block;
  max-width: 150px;
  text-align: center;
  margin: 0 auto;
  height: auto;
}

nav.navbar.bootsnav.navbar-transparent.brand-center .navbar-brand {
  padding: 20px 15px;
}

.navbar-brand {
  padding: 11px 15px;
}

.logo {
  position: relative;
  z-index: 110;
  display: table;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.logo img {
  width: 60px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
}

.logo.z-index-1 {
  z-index: 1;
}

.logo.logo-display {
  margin-top: 10px;
}

nav .logo > a {
  display: table-cell;
  vertical-align: middle;
}

.navbar-scrollspy .logo img {
  text-align: center;
  margin: 0 auto;
}

.menu-logo,
.vcard-address {
  float: left;
}

nav.bootsnav.navbar-sidebar ul.nav {
  margin: 0 0 30px 0;
}

nav.navbar.bootsnav.navbar-transparent.white ul.nav > li > a.nav-btn-default {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 15px;
}

nav.navbar.bootsnav ul.nav > li > a.nav-btn-default {
  padding: 10px 15px;
  margin-top: 6.5px;
  color: #fff;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a{
  font-family: 'cairo';
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 2px;
}

.absolute-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
}

.menu-logo-outside {
  max-width: 180px;
}

.menu-btn {
  position: fixed;
  right: 8%;
  z-index: 999;
  top: 2%;
}

.menu-btn a {
  background-color: #fff;
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  line-height: 57px;
  box-shadow: 5px 5px 15px 0 rgba(31, 31, 31, 0.07);
  font-size: 26px;
}

.btn-open:before {
  color: #333;
  content: "<i class='icofont-arrow-down'></i>";
  font-family: "Icofont";
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition-property: all 0.2s linear 0s;
}

.btn-open:hover:before {
  color: #d3ac66;
}

.btn-close:before {
  color: #333;
  content: "<i class='icofont-arrow-down'></i>";
  font-family: "Icofont";
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition-property: all 0.2s linear 0s;
}

.btn-close:hover:before {
  color: #d3ac66;
}

/* Menu Overlay */

.menu-overlay {
  position: fixed;
  top: 0;
  z-index: 998;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #060606;
  left: 0;
  right: 0;
}

/* Sliders Text */

section.dark-block.title-hero-bg::before {
  background-color: transparent;
}
.tp-caption.tp-resizeme{
  left: auto!important;
  right: 128px;}

/* Displays */

.display-none {
  display: none !important;
}

.centerize-col {
  float: none !important;
  margin-left: auto;
  margin-right: auto;
}

.center-layout {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  position: relative;
}

.v-align-middle {
  display: table-cell;
  vertical-align: middle;
}

.white-bg {
  background-color: #fff;
}

.white-bg.details button {
  background-color: #d3ac66;
  border: none;
}

.white-bg .about-img img {
  width: 100%;
  height: 477px;
  object-fit: cover;
}

.white-bg .service-details img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.single-service-slider{
  direction: ltr;
}
.fixed-bg {
  background-attachment: fixed !important;
}

.overlay-bg {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.parallax-bg .prev.slick-arrow {
  position: absolute;
  left: 45px;
  top: 50%;
}

.parallax-bg .prev.slick-arrow i,
.parallax-bg .next.slick-arrow i {
  font-size: 45px;
}

.parallax-bg .next.slick-arrow {
  position: absolute;
  display: block;
  right: 45px;
  top: 50%;
}

.parallax-bg {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.overlay-gradient {
  background: rgba(255, 193, 7, 0.6) !important;
  background: -moz-linear-gradient(
    left,
    rgba(255, 193, 7, 0.6) 0%,
    rgb(236, 213, 137) 100%
  ) !important;
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgb(255, 193, 7, 0.6)),
    color-stop(100%, rgb(236, 213, 137))
  ) !important;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 193, 7, 0.6) 0%,
    rgb(236, 213, 137) 100%
  ) !important;
  background: -o-linear-gradient(
    left,
    rgba(255, 193, 7, 0.6) 0%,
    rgb(236, 213, 137) 100%
  ) !important;
  background: -ms-linear-gradient(
    left,
    rgba(255, 193, 7, 0.6) 0%,
    rgb(236, 213, 137) 100%
  ) !important;
  background: linear-gradient(
    to right,
    rgba(255, 193, 7, 0.6) 0%,
    rgb(227 198 124) 100%
  ) !important;
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffc107', endColorstr='#ff115f', GradientType=1) !important;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.parallax-content h2 {
  font-size: 50px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.parallax-content h4 {
  color: #fff;
  font-size: 20px;
  margin-top: 0;
}

/* Fonts */




.font-400 {
  font-weight: 400;
}

.font-700 {
  font-weight: 700;
}

.font-14px {
  font-size: 14px;
}

.font-16px {
  font-size: 16px !important;
}

.font-40px {
  font-size: 40px;
}

.font-60px {
  font-size: 60px !important;
}

/* Fonts Colors */

.default-color {
  color: #d3ac66 !important;
}

.white-color {
  color: #fff;
}

.white-color p,
.white-color h1,
.white-color h2,
.white-color h3,
.white-color h4,
.white-color h5,
.white-color h6,
.white-color i {
  color: #fff !important;
}

.dark-color {
  color: #212121 !important;
}

.dark-color p,
.dark-color h1,
.dark-color h2,
.dark-color h3,
.dark-color h4,
.dark-color h5,
.dark-color h6 {
  color: #212121 !important;
}

.gradient-color {
  background: -webkit-linear-gradient(
    left,
    rgb(180, 128, 65) 0%,
    rgb(236, 213, 137) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.remove-margin {
  margin: 15px !important;
}

.mt-0 {
  margin-top: 0px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-100 {
  margin-top: 100px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mr-5 {
  margin-right: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.remove-padding {
  padding: 0 !important;
}

.remove-padding .single-service-slider img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.all-padding-20 {
  padding: 20px;
}

.all-padding-40 {
  padding: 40px;
}

.pt-0 {
  padding-top: 0;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

/* Images */

.img-responsive,
.full-width {
  width: 100%;
}

/* Buttons */

.btn,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
}

button {
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

button:focus {
  outline: none !important;
}

.btn {
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  padding: 8px 10px 7px 10px;
  border-color: transparent;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.btn:hover,
.btn:focus,
.btn.focus,
.btn:active,
.btn.active {
  border-color: transparent;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #fff;
  background-color: #d3ac66;
  border-color: #d3ac66;
  outline: 0;
}

.btn.btn-animated {
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.08),
    0px 6px 18px 0px rgba(0, 0, 0, 0.05);
}

.btn.btn-animated:hover,
.btn.btn-animated:focus,
.btn.btn-animated.focus {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  box-shadow: 0px 0px 114px 0px rgba(0, 0, 0, 0.08),
    0px 30px 25px 0px rgba(0, 0, 0, 0.05);
}

.btn + .btn {
  margin-left: 10px;
}

.btn i {
  margin-left: 5px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.btn:focus,
.btn:focus:active {
  outline: none;
}

.btn-circle {
  border-radius: 100px;
}

.btn-rounded {
  border-radius: 10px;
}

.btn-square {
  border-radius: 0px;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-mobilize .btn {
  margin: 0 10px;
}

.btn.btn-xl {
  padding: 16px 44px;
  font-size: 14px;
}

.btn.btn-lg {
  padding: 13px 40px;
  font-size: 12px;
}

.btn.btn-fullwidth {
  width: 100%;
  min-width: 300px;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: 1;
}

.btn-color {
  color: #fff;
  background-color: #d3ac66;
}

.btn-color:hover,
.btn-color:active,
.btn-color:focus {
  background-color: #d3ac66;
  color: #fff;
}

.btn-light {
  color: #212121;
  border-color: #fff;
  background-color: #fff;
}

.btn-light:hover,
.btn-light:active,
.btn-light:focus {
  color: #fff;
  border-color: #212121;
  background-color: #212121;
}

.btn-dark {
  color: #fff;
  border-color: #d3ac66;
  background-color: #d3ac66;
}

.btn-dark:hover,
.btn-dark:active,
.btn-dark:focus {
  color: #fff;
  border-color: #000;
  background-color: #000;
}

.btn-animate {
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.2s;
}

.btn-animate span {
  display: inline-block;
  position: relative;
  padding: 0 8.5px 0 8.5px;
  transition: padding 0.2s;
}

.btn-animate i {
  position: absolute;
  top: 50%;
  right: 0px;
  opacity: 0;
  margin-top: -6px;
  transition: opacity 0.2s, right 0.2s;
}

.btn-animate:hover span {
  padding: 0 17px 0 0;
}

.btn-animate:hover i {
  transition: opacity 0.2s, right 0.2s;
  opacity: 1;
  top: 50%;
  right: 0px;
}

/* Icons */

.tr-icon {
  display: inline-block;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon {
  margin-left: 6px;
}

.box-icon {
  margin-top: 35px;
  margin-bottom: 35px;
  position: relative;
  background-color: #fff;
  padding: 40px 30px;
  -webkit-box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7);
  -moz-box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7);
  box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7);
}

.box-icon:hover {
  -webkit-box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9);
  -moz-box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9);
  box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9);
}

.box-icon h6 {
  font-size: 13px;
}

.box-icon i {
  margin-bottom: 25px;
}

.service-box-square {
  background-color: #fff;
  padding: 30px;
  -webkit-box-shadow: -1px 0px 43px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: -1px 0px 43px 0px rgba(0, 0, 0, 0.14);
  box-shadow: -1px 0px 43px 0px rgba(0, 0, 0, 0.14);
}

/* Counters */

.counter-wrap {
  margin: 25px 0;
  text-align: center;
  width: 100%;
}

.counter-wrap h2 {
  margin: 25px 0 10px;
  font-size: 70px;
  line-height: 70px;
  text-align: center;
}

.counter-wrap h3 {
  margin: 0;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: #f1f1f1;

}

.company-description .company-title,
.company-description .links {
  position: relative;
  left: 0;
  color: #fff;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.company-description .company-title {
  top: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 18px;
  font-weight: 700;
}

.company:hover .company-description .company-title {
  top: 30px;
  opacity: 1;
  visibility: visible;
}

.company-description .links {
  top: 0px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.company:hover .company-description .links {
  top: 25px;
  opacity: 1;
  visibility: visible;
}

.company-description .btn {
  background-color: transparent;
  border-color: #fff;
  padding: 12px 22px;
  border-radius: 20px;
}

.company-description .btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #ff2a40;
}

.company-description h4,
.company-description p {
  color: #fff;
  font-size: 18px;
}

.company-details {
  position: relative;
  left: 0;
  top: 50px;
  width: 100%;
}

.company-details li {
  display: inline-block;
  position: relative;
  bottom: -40px;
  opacity: 0;
  visibility: hidden;
  transform: translateZ(0);
  margin-right: 5px;
}

.company-details li:last-child {
  margin-right: 0;
}

.company:hover .company-details li {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.company:hover .company-details li:nth-child(1) {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.company:hover .company-details li:nth-child(2) {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.company-details li a {
  display: block;
  color: #f1f1f1;
  border: 2px solid #fff;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  line-height: 48px;
}

.company-details li a:hover {
  display: block;
  color: #d3ac66;
  border: 2px solid #fff;
  background-color: #fff;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  /** * Remove all paddings around the image on small screen */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0%;
    transform-origin: 0%;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.92;
}

.mfp-bottom-bar {
  display: none;
}

.mfp-arrow {
  height: 60px;
}

.mfp-arrow::before,
.mfp-arrow::after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  margin-top: 15px;
  top: -1px;
}

img.mfp-img {
  padding: 40px 0px 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transform: scale(0.95);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  transform: scale(1);
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  transform: scale(0.95);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}

.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}

.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}

.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}

/*====== Move-horizontal effect ======*/

.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

.company-slider {
  margin-bottom: 30px;
}

.company-slider .slick-dots {
  position: absolute;
  bottom: 25px;
}

.company-nav a {
  overflow: hidden;
  color: inherit;
  cursor: default;
  display: block;
}

.company-nav a.disabled {
  opacity: 0.6;
  pointer-events: none;
}

.company-nav a.disabled > span {
  cursor: default;
}

.company-nav a.disabled > span:hover {
  color: inherit;
}

.company-nav a.disabled:hover {
  opacity: 0.4;
}

.company-nav a.prev i {
  margin-right: 50px;
}

.company-nav a.showall {
  text-align: center;
}

.company-nav a.showall span {
  padding: 36px 0;
}

.company-nav a.showall span i {
  font-size: 28px;
  display: block;
}

.company-nav a.showall:hover span i {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

@media only screen and (max-width: 767px) {
  .company-nav a.showall span i {
    font-size: 30px;
  }

}

.company-nav a.next {
  text-align: right;
}

.company-nav a.next i {
  margin-left: 50px;
}

.company-nav a > span {
  display: inline-block;
  padding: 40px 0;
  font-size: 28px;
  cursor: pointer;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #212121;
}

.company-nav a > span:hover {
  color: #d3ac66;
}

.company-nav a > span i {
  font-size: 28px;
}

.company-nav a > span i:before {
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .company-nav a > span {
    font-size: 0;
  }
  .company-nav a > span i {
    font-size: 30px;
  }
}

.news .news-img {
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.news .news-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.news-info {
  background-color: #fff;
  transition: all 0.2s ease;
}

.service-box .service-img img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 0;
  -webkit-backface-visibility: hidden;
}

.service-box:hover .service-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.news-info h3 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: 600;
  height: 90px;
  overflow: hidden;
}

.news-info h5 {
  color: #d3ac66;
  font-size: 16px;
  margin-top: 5px;
}

.news-info a.viewmore {
  color: #d3ac66;
  font-size: 16px;
  font-weight: 700;
}

.news-info a.viewmore:hover {
  color: #000;
}

.news-info a {
  color: #212121;
}

.news-info a:hover {
  color: #888888;
}

.news-info p {
  margin-top: 20px;
  color: #bdbdbd;
  font-size: 12px;
}

/* news Style */

.news-style .news {
  -webkit-box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7);
  -moz-box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7);
  box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7);
}

.news-style .news:hover {
  box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9);
}

.widget {
  margin-bottom: 30px;
}

.widget-title {
  position: relative;
  margin-bottom: 45px;
}

.aside-title {
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 20px;
}

.widget_archive ul li:first-child {
  margin-top: 0;
}

.widget_archive ul li {
  margin-top: 20px;
  line-height: 25px;
  list-style: none;
  position: relative;
}

.widget_archive ul li span {
  position: absolute;
  top: 0;
  left: 0;
}

/* 10.6 Widget Recent Post */

.news-item {
  overflow: hidden;
  margin-bottom: 20px;
}

.news-item:last-child {
  margin-bottom: 0;
}

.news-item h4 {
  margin: 0;
}

.news-item .news-thumb {
  float: left;
}

.news-item .news-thumb img {
  width: 75px;
  height: 58px;
}

.news-item .news-body {
  margin-left: 100px;
}

.news-item .post-time {
  font-size: 12px;
  line-height: 1.2;
  margin-top: 7px;
  color: #999;
}

.news-item .subtitle {
  line-height: 1.2;
}

/* 10.5 Widget Search */

.search-form {
  position: relative;
}

.search-field {
  border-color: #e9e9e9 !important;
  background: #fff;
}

.search-field:focus {
  border-color: #d3ac66 !important;
}

/* pagination */

.pagination {
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.pagination.our-services {
  margin-bottom: 30px;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
}

.pagination li {
  display: inline;
}

.pagination a {
  float: right;
  padding: 0 18px;
  line-height: 40px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
  background: #fff;
}

.pagination a:hover {
  color: #fff;
  background: -webkit-linear-gradient(left, #d3ac66 0%, #efddb6 100%);
  background: -moz-linear-gradient(left, #d3ac66 0%, #efddb6 100%);
  background: -ms-linear-gradient(left, #d3ac66 0%, #efddb6 100%);
  background: -o-linear-gradient(left, #d3ac66 0%, #efddb6 100%);
  background: linear-gradient(left, #d3ac66 0%, #efddb6 100%);
}

.pagination .active a {
  background: -webkit-linear-gradient(left, #d3ac66 0%, #efddb6 100%);
  background: -moz-linear-gradient(left, #d3ac66 0%, #efddb6 100%);
  background: -ms-linear-gradient(left, #d3ac66 0%, #efddb6 100%);
  background: -o-linear-gradient(left, #d3ac66 0%, #efddb6 100%);
  background: linear-gradient(left, #d3ac66 0%, #efddb6 100%);
}

.pagination .active a {
  color: #ffffff;
  cursor: default;
}

.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}

.pagination li:first-child a {
  border-left-width: 1px;
}

.news-standard {
  margin-top: 20px;
}

.news-standard img {
  margin-top: 20px;
  width: 600px;
  height: 350px;
  object-fit: cover;
  margin-bottom: 30px;
}

.news-standard blockquote {
  margin: 40px 0;
  background-color: #fff;
  padding: 30px;
  position: relative;
  border-left-color: #d3ac66;
  font-size: inherit;
  line-height: 1.7;
  color: #888;
}

/* Footer */

.footer {
  font-size: 16px;
}

.footer-main {
  padding: 60px 0 20px;
  background-color: #212121;
  position: relative;
}

.footer .widget-title {
  position: relative;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #a56b32;
  margin-top: 0px;
  font-size: 18px;
}

.footer .widget-text p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 13px;
}

.footer .widget-text strong {
  color: #fff;
}

.footer .widget-links {
}

.footer .widget-links li {
  margin-bottom: 20px;
  list-style: none;
  color: #fff;
  font-size: 16px;
  position: relative;
}

.footer .widget-links a {
  color: #fff;
}

.footer .widget-links a:hover {
  color: #d3ac66;
  text-decoration: none;
}

.footer .contact-detail {
  position: relative;
}

.footer .contact-detail li {
  margin-bottom: 20px;
  list-style: none;
  color: #fff;
  font-size: 16px;
  position: relative;
  padding-left: 24px;
}

.footer .contact-detail li i {
  line-height: 24px;
  color: #fff;
  float: right;
  padding-left: 10px;
}

/* Google Maps */

.mapouter {
  position: relative;
  text-align: right;
  width: 100%;
  height: 400px;
}

.gmap_canvas {
  background: none !important;
  width: 100%;
  height: 400px;
}

.gmap_iframe {
  width: 100% !important;
  height: 400px !important;
}

/* Go Top */

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.7);
  width: 35px;
  height: 35px;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 100px;
  display: none;
  z-index: 99;
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  font-size: 15px;
  text-align: center;
  display: block;
  line-height: 36px;
}

#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}

/* Slider */

.slide-img,
.parallax-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.full-screen-bg {
  height: 100vh;
  min-height: 100vh;
}

.light-slider .hero-text-wrap {
  background-color: rgba(0, 0, 0, 0);
}

.about-img-box {
  position: relative;
  overflow: hidden;
}

.about-img-box.about img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.play-button {
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.play-button:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.play-button i {
  line-height: inherit;
  display: block;
  text-align: center;
  color: #212121;
  font-size: 60px;
}

.col-about-right {
  padding-left: 60px;
}

.col-about-left {
  padding-right: 60px;
}

.about-section {
  position: relative;
  overflow: hidden;
}

.about-section:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: -4.875em;
  background: rgba(88, 14, 102, 1) !important;
  background: -moz-linear-gradient(
    left,
    rgba(88, 14, 102, 1) 0%,
    rgba(231, 1, 104, 1) 100%
  ) !important;
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(88, 14, 102, 1)),
    color-stop(100%, rgba(231, 1, 104, 1))
  ) !important;
  background: -webkit-linear-gradient(
    left,
    rgba(88, 14, 102, 1) 0%,
    rgba(231, 1, 104, 1) 100%
  ) !important;
  background: -o-linear-gradient(
    left,
    rgba(88, 14, 102, 1) 0%,
    rgba(231, 1, 104, 1) 100%
  ) !important;
  background: -ms-linear-gradient(
    left,
    rgba(88, 14, 102, 1) 0%,
    rgba(231, 1, 104, 1) 100%
  ) !important;
  background: linear-gradient(
    to right,
    rgba(88, 14, 102, 1) 0%,
    rgba(231, 1, 104, 1) 100%
  ) !important;
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#580e66', endColorstr='#e70168', GradientType=1) !important;
}

.about-section .about-text {
  margin-top: 10em;
}

.about-text blockquote {
  background-color: transparent;
  border-left: 0;
  color: #fff;
}

.about-text h2 {
  padding: 0 40px;
  margin: 0;
  color: #fff;
  font-size: 60px;
}

.info-box {
  padding-top: 30px;
  padding-left: 15px;
}

/* About Styles */

.about-text {
  padding: 100px 0 100px 80px;
}

.about-text h2 {
  font-size: 50px;
}

/* Arrows */

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 10;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: #fff;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev {
  left: 25px;
}

.slick-next {
  right: 25px;
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  margin: 0 4px;
}

.slick-slide:focus {
  outline: none;
}
.company-slider.team-slider{
  direction: ltr;
}
.app-gallery-slider .slick-dots li button {
  font-size: 0;
  width: 50px;
  height: 3px;
  padding: 0px;
  cursor: pointer;
  border: 0;
  outline: none;
  background: rgba(195, 195, 195, 0.5);
}

.app-gallery-slider .slick-dots li.slick-active button {
  background-color: #fff;
}

.single-service-slider .slick-dots,
.company-slider .slick-dots {
  bottom: 25px;
}

.single-service-slider .slick-dots li button,
.company-slider .slick-dots li button {
  font-size: 0;
  width: 20px;
  height: 20px;
  padding: 0px;
  cursor: pointer;
  border: 0;
  outline: none;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 100px;
}

.single-service-slider .slick-dots li.slick-active button,
.company-slider .slick-dots li.slick-active button {
  background: rgba(255, 255, 255, 1);
}

.no-direction .slick-prev,
.no-direction .slick-next {
  display: none !important;
}

/*	Simple Slider   */

.simple-content-slider {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
}

.simple-content-slider-text {
  display: table;
  height: 100%;
  width: 100%;
}

.simple-content-text-inner {
  display: table-cell;
  vertical-align: middle;
}

/*	Template Social Icons   */

.xs-icon,
.sm-icon,
.md-icon,
.lg-icon,
.xl-icon {
  list-style: none;
  padding: 0;
}

.xs-icon li,
.sm-icon li,
.md-icon li,
.lg-icon li,
.xl-icon li {
  display: inline-block;
}

footer .xs-icon li:first-child,
footer .sm-icon li:first-child,
footer .md-icon li:first-child,
footer .lg-icon li:first-child,
footer .xl-icon li:first-child {
  margin-left: 0;
}

footer .xs-icon li:last-child,
footer .sm-icon li:last-child,
footer .md-icon li:last-child,
footer .lg-icon li:last-child,
footer .xl-icon li:last-child {
  margin-right: 0;
}

.xs-icon li {
  margin: 0 2px;
}

.md-icon li {
  margin: 0 8px;
}

.xs-icon a {
  font-size: 14px;
  width: 30px !important;
  height: 30px !important;
  line-height: 29px !important;
}

.md-icon a {
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 48px;
}

.modern-icons.md-icon li {
  margin: 0 10px 0 0px;
}

/*	Social Icons Style   */

.social-icons .icon {
  display: inline-block;
  background-color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 28%;
  box-shadow: 0 5px 15px -5px rgb(0 0 0 / 10%);
  opacity: 0.99;
}

.social-icons .icon,
.social-icons .icon:before,
.social-icons .icon .icofont {
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.social-icons a.instagram .icofont,
.social-icons a.instagram {
  color: #517fa4;
}

.social-icons .icon .icofont {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.social-icons .icon.facebook .icofont {
  color: #3c599f;
}

.social-icons .icon.twitter .icofont {
  color: #00aced;
}

.social-icons .icon.instagram .icofont {
  color: #517fa4;
}

/*	Social Icons   */

.social-icons .icon.facebook:before {
  background-color: #d3ac66;
}

.social-icons .icon.twitter:before {
  background-color: #d3ac66;
}

.social-icons .icon.instagram:before {
  background-color: #d3ac66;
}

.social-icons .icon {
  display: inline-block;
  background-color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 28%;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
  opacity: 0.99;
}

.social-icons .icon,
.social-icons .icon:before,
.social-icons .icon .icofont {
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.social-icons .icon:before {
  content: "";
  width: 120%;
  height: 120%;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.social-icons .icon:before {
  top: 90%;
  left: -110%;
}

.social-icons .icon .icofont {
  vertical-align: middle;
}

.social-icons .icon .icofont {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.social-icons .icon:focus:before,
.social-icons .icon:hover:before {
  top: -10%;
  left: -10%;
}

.social-icons .icon:focus .icofont,
.social-icons .icon:hover .icofont {
  color: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
  position: relative;
}

/*	Service Box  */

.service-box .service-box-square:hover {
  background: -webkit-linear-gradient(
    left,
    rgb(180, 128, 65) 0%,
    rgb(236, 213, 137) 100%
  );
  background: -moz-linear-gradient(
    left,
    rgb(180, 128, 65) 0%,
    rgb(236, 213, 137) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgb(180, 128, 65) 0%,
    rgb(236, 213, 137) 100%
  );
  background: -o-linear-gradient(
    left,
    rgb(180, 128, 65) 0%,
    rgb(236, 213, 137) 100%
  );
  background: linear-gradient(
    left,
    rgb(180, 128, 65) 0%,
    rgb(236, 213, 137) 100%
  );
}

.service-box .service-box-square:hover i,
.service-box .service-box-square:hover h1,
.service-box .service-box-square:hover h2,
.service-box .service-box-square:hover h3,
.service-box .service-box-square:hover h4,
.service-box .service-box-square:hover h5,
.service-box .service-box-square:hover h6,
.service-box .service-box-square:hover p {
  color: #fff !important;
}

/* Breadcrumb */

.breadcrumb {
  background: transparent;
  border-radius: 0;
  padding: 0;
}

ul.breadcrumb li a {
  color: #fff !important;
  font-size: 16px;
}

/* Accordions */

.accordion-goals .panel {
  background: transparent;
  box-shadow: none;
  margin-top: 0 !important;
}

.accordion-goals.panel-group .panel-heading {
  border: 0px;
}

.accordion-goals .panel .panel-heading {
  padding: 16px 0;
  background-color: transparent;
}

.accordion-goals .panel-heading.active-accordion a,
.accordion-goals .panel-heading a:hover,
.accordion-goals .panel-heading a:focus {
  color: #d3ac66;
}

.accordion-goals .panel-title {
  font-size: 18px;
  position: relative;
  padding-right: 30px;
  font-weight: 700;
}

.accordion-goals .panel-title span.pull-right {
  position: absolute;
  right: 0;
}

.accordion-goals .panel-heading i {
  font-size: 18px;
}

.accordion-goals.panel-group .panel-heading + .panel-collapse > .list-group,
.accordion-goals.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
  padding: 25px 0;
  background-color: transparent;
}

/* list Style */

.list-style-none li {
  list-style: none;
}

/* Range Slider */

.slider-container {
  width: 100%;
}

.slider-container .back-bar {
  height: 10px;
  position: relative;
}

.slider-container .back-bar .selected-bar {
  position: absolute;
  height: 100%;
}

.slider-container .back-bar .pointer {
  position: absolute;
  width: 10px;
  height: 10px;
  cursor: w-resize;
  opacity: 1;
  z-index: 2;
}

.slider-container .back-bar .pointer.last-active {
  z-index: 3;
}

.slider-container .back-bar .pointer-label {
  position: absolute;
  top: -17px;
  font-size: 8px;
  background: white;
  white-space: nowrap;
  line-height: 1;
}

.slider-container .back-bar .focused {
  z-index: 10;
}

.slider-container .clickable-dummy {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.slider-container .scale {
  top: 2px;
  position: relative;
}

.slider-container .scale span {
  position: absolute;
  height: 5px;
  border-left: 1px solid #999;
  font-size: 0;
}

.slider-container .scale ins {
  font-size: 9px;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 5px;
  color: #999;
  line-height: 1;
}

.slider-container.slider-readonly .clickable-dummy,
.slider-container.slider-readonly .pointer {
  cursor: auto;
}

.form-group.form-cv {
  position: relative;
  height: 47px;
  border: 1px solid #eee;
}

.form-group.form-cv span {
  position: absolute;
  right: 35px;
  line-height: 47px;
  color: #777;
  font-size: 15px;
}

.form-group.form-cv input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  overflow: hidden;
  cursor: pointer;
}

.form-group.form-cv i {
  position: absolute;
  right: 0;
  top: 20%;
  font-size: 30px;
}

.company-logo {
  margin: 15px;
}
.company-logo p{
  height: 160px;
  padding: 20px;}

.company-logo .company {
  position: relative;
}

.company-logo .overlay-company {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #d3ac66;
  width: 100%;
  height: 100%;
}

.company-logo .wrap-middle {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.company-logo:hover .overlay-company {
  opacity: 1;
}

.company-logo img {
  width: 360px;
  height: 360px;
  object-fit: cover;
  margin: auto;
  filter: alpha(opacity=70);
}

.testimonial-item:focus,
.quote-item:focus,
.company-logo:focus,
.zoom-text:focus,
.company-slider .item:focus,
.member:focus,
.model-slider .item-model:focus {
  outline: none;
}

.cover-bg {
  position: relative !important;
  background-size: cover !important;
  overflow: hidden !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.title-hero-bg {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  min-height: 100vh;
}

.page-title {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  z-index: 15;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.page-title h1 {
  font-size: 80px;
  line-height: 1.5em;
  font-weight: 700;
  margin: 0;
  letter-spacing: 2.5px;
}

.page-title.big-heading h1 {
  font-size: 120px;
  line-height: 120px;
  margin-bottom: 35px;
}

/* Countdown */

.founder-style .skillbar {
  position: relative;
  display: inline-block;
  margin: 40px 0 10px;
  height: 7px;
  width: 93%;
  background-color: #eee;
}

.founder-style .skillbar-title {
  position: absolute;
  top: -30px;
  left: 0;
  font-weight: 600;
  color: #fff;
}

.founder-style .skillbar-bar {
  height: 7px;
  width: 0px;
  display: inline-block;
  background: -webkit-linear-gradient(left, #d3ac66 0%, #d3ac66 100%);
  background: -moz-linear-gradient(left, #d3ac66 0%, #d3ac66 100%);
  background: -ms-linear-gradient(left, #d3ac66 0%, #d3ac66 100%);
  background: -o-linear-gradient(left, #d3ac66 0%, #d3ac66 100%);
  background: linear-gradient(left, #d3ac66 0%, #d3ac66 100%);
}

.founder-style .skill-bar-percent {
  position: absolute;
  right: -40px;
  top: -8px;
  font-weight: 600;
  color: #fff;
}

/* Text Content Slider */

.text-content-slider .slick-dots {
  bottom: 50%;
  right: 50%;
  transform: translateX(35%) translateY(50%);
  text-align: right;
}

.text-content-slider .slick-dots li {
  display: block;
  margin: 0px 0px 20px 0;
}

.text-content-slider .slick-dots li button {
  font-size: 30px;
  padding: 0px;
  cursor: pointer;
  border: 0;
  outline: none;
  background: transparent;
  color: #212121;
}

.tiny_bullet_slider .tp-bullet:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 25px;
  top: -12px;
  left: 0px;
  background: transparent;
}

#rev_slider_26_1 .uranus.tparrows {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0);
}

#rev_slider_26_1 .uranus.tparrows:before {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 40px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

#rev_slider_26_1 .uranus.tparrows:hover:before {
  opacity: 0.75;
}

.bullet-bar.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
}

.bullet-bar .tp-bullet {
  width: 60px;
  height: 3px;
  position: absolute;
  background: #aaa;
  background: rgba(204, 204, 204, 0.5);
  cursor: pointer;
  box-sizing: content-box;
}

.bullet-bar .tp-bullet:hover,
.bullet-bar .tp-bullet.selected {
  background: rgba(204, 204, 204, 1);
}

/*-- start vision --*/
.service-box-style-04 .flipper {
  position: relative;
}


.service-box-style-04 .main-box {
  position: relative;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
}
.service-box-style-04 .main-box .box-front {
  -webkit-transform: rotateX(
0deg
);
  transform: rotateX(
0deg
);
  border-bottom: 4px solid rgb(232, 232, 232);
}
.service-box-style-04 .main-box .box-front, .service-box-style-04 .main-box .box-back {
  text-align: center;
  background-size: cover;
  z-index: 1;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: inherit;
  perspective: inherit;
  -webkit-transition: -webkit-transform .8s cubic-bezier(.5,.2,.2,.8);
  transition: -webkit-transform .8s cubic-bezier(.5,.2,.2,.8);
  transition: transform .8s cubic-bezier(.5,.2,.2,.8);
  transition: transform .8s cubic-bezier(.5,.2,.2,.8),-webkit-transform .8s cubic-bezier(.5,.2,.2,.8);
}
.service-box-style-04 .main-box .box-back {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.service-box-style-04 .content-wrap {
  position: absolute;
  width: 100%;
  display: block;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: inherit;
  perspective: inherit;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 50px 30px;
  z-index: 2;
  top: 50%;
  left: 0;
  -webkit-transform: translate3d(0,-50%,50px) scale(.9);
  transform: translate3d(0,-50%,50px) scale(.9);
}

.service-box-style-04 .main-box .box-back .content-wrap .icon-wrap {
  display: block;
  text-align: center;
  width: 100px;
  height: 100px;
  line-height: 115px;
  border-radius: 50%;
  margin: 0 auto;
}
.founder-word .service-box-style-04 .main-box .box-back .content-wrap .icon-wrap{
    line-height:97px;
}
.founder-word .service-box-style-04 .main-box .box-back .content-wrap .icon-wrap img,
.founder-word .service-box-style-04 .main-box .box-front .content-wrap .icon-wrap img{
    height: 100%;
    width: 100%;
    border-radius: 50%;
}
.service-box-style-04 .main-box .box-back .content-wrap ul{
  padding: 20px;
  list-style-type: none;
}
.service-box-style-04 .main-box ul li{
padding: 10px;
}
.service-box-style-04 .main-box ul li i{margin-left: 15px;}
.service-box-style-04 .main-box .box-front .content-wrap ul{
  padding: 20px;
  list-style-type: none;
}

.service-box-style-04 .main-box .box-front .content-wrap ul li i{margin-left: 15px;}

.white-color p, .white-color h1, .white-color h2, .white-color h3, .white-color h4, .white-color h5, .white-color h6, .white-color i {
  color: #fff!important;
}
.gradient-color-4 {
  background: -webkit-linear-gradient(left, #dab97f 0%,#dec18c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.white-bg {
  background-color: #fff;
}
.height-600 {
  min-height: 600px!important;
}
@media screen and (max-width: 800px){
  .height-600 {
    min-height: 900px!important;
  }
}
.text-right{text-align: right;}
hr.center_line {
  width: 80px;
}
.service-box-style-04 .main-box .box-front .content-wrap .icon-wrap {
  display: block;
  text-align: center;
  width: 100px;
  height: 100px;
  line-height: 115px;
  border-radius: 50%;
  margin: 0 auto;
}
.gradient-bg-icon-2 {
  background: rgb(227 202 158);
  background: -moz-linear-gradient(45deg, rgb(214 177 111) 0%, rgb(227 202 158) 0%, rgb(227 202 158) 100%);
  background: -webkit-linear-gradient(
45deg
, rgb(214 177 111) 0%, rgb(227 202 158) 100%);
  background: linear-gradient(
45deg
, rgb(214 177 111) 0%, rgb(227 202 158) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f50057', endColorstr='#ff8a65',GradientType=1 );
  position: relative;
}
.service-box-style-04 .main-box .box-front .content-wrap .icon-wrap {
  display: block;
  text-align: center;
  width: 100px;
  height: 100px;
  line-height: 115px;
  border-radius: 50%;
  margin: 0 auto;
}
.founder-word .service-box-style-04 .main-box .box-front .content-wrap .icon-wrap{
    line-height:97px;
}
.gradient-bg-icon-2::after{
    content: '';
    position: absolute;
    top: 10px;
    left: -9px;
    right: 0;
    width: 100px;
    height: 100px;
    background-color: rgba(0,0,0,0.1);
    border-radius: 100px;
    z-index: -1;

}
.gradient-bg-6 {
  background: rgb(214 177 111);
  background: -moz-linear-gradient(45deg, rgb(214 177 111) 0%, rgb(227 202 158) 100%);
  background: -webkit-linear-gradient(
45deg
, rgb(214 177 111) 0%,rgb(227 202 158) 100%);
  background: linear-gradient(
45deg
, rgb(214 177 111) 0%,rgb(227 202 158) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f50057', endColorstr='#ff8a65',GradientType=1 );
}
.service-box-style-04 .main-box .box-front {-webkit-transform: rotateX(0deg);transform: rotateX(0deg);border-bottom: 4px solid rgb(232, 232, 232);}
.service-box-style-04 .main-box:hover .box-front{-webkit-transform: rotateX(180deg);transform: rotateX(180deg);}
.service-box-style-04 .flipper:hover .box-back, .service-box-style-04 .flipper:hover .box-front {-webkit-transform-style: preserve-3d;transform-style: preserve-3d;-webkit-transition: -webkit-transform 1s cubic-bezier(.3,1,.6,1);transition: -webkit-transform 1s cubic-bezier(.3,1,.6,1);transition: transform 1s cubic-bezier(.3,1,.6,1);transition: transform 1s cubic-bezier(.3,1,.6,1),-webkit-transform 1s cubic-bezier(.3,1,.6,1);}
.service-box-style-04 .main-box .box-back {-webkit-transform: rotateX(-180deg);transform: rotateX(-180deg);}
.service-box-style-04 .main-box:hover .box-back{-webkit-transform: rotateX(0deg);transform: rotateX(0deg);}
.service-box-style-04 .main-box .box-back{text-align:right;position: absolute;display: block;top: 0;left: 0;width: 100%;height: 100%;z-index: -1;}
.service-box-style-04 .main-box .box-front{text-align: right;}
.service-box-style-04 .main-box .box-back h4,
.service-box-style-04 .main-box .box-front h4
{text-align: center;}
/*--eEnd vision --*/

.footer .footer_iframe{
    height:300px;
    width:100%;
  }
  .footer .powered{
    margin-top: 25px;
    direction: rtl;
    color: #fff;
  }
  .footer .powered img{
    width:100px;
    display: inline-block;
    margin-left: 10px;
  }
  
 .hero-slider{
  height:100vh;
  position: relative;
}


.hero-slider img{
  height:100%;
  width:100%;
}
.hero-slider .slick-slide{
  position: relative;
}
.hero-slider .slider-description{
  position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    height: 100%;
    background: rgba(0,0,0,0.6);
}
.hero-slider .slider-description .links{
  position: absolute;
  margin: 20% 10% 0;
    color: #fff;
    font-size: 28px;
    width:80%;
}
.hero-slider-container i {
  font-size: 40px !important;
  color: #d3ac66;
}
@media only screen and (max-width: 767px) {

  .hero-slider{
      height:auto;
  }
  .hero-slider .slick-slide{
      height:400px;
  }
  .hero-slider img{
      height:400px;
  }
  .parallax-bg .next.slick-arrow{
      right:10px;
  }
  .parallax-bg .prev.slick-arrow{
      left:10px;
  }
  .hero-slider .slider-description .links{
      margin: 50% 10% 0;
      font-size:24px;
  }
}

/* -- Slider -- */
.news-slider {
    overflow: hidden;
}

.news-slider .flickity-viewport,
.news-slider .item .img-loader{
    height: 100vh !important;
}
.news-slider .item,
.news-slider .item img,
.news-slider .item iframe{
    width: 100%;
    height: 100vh;
}
.news-slider .item .info {
    position: absolute;
    bottom: 20%;
    width: 40%;
    right: 25px;
    z-index: 5;
    padding: 15px 15px 10px;
    color: #fff;
}
.news-slider .item .info p {
    line-height: 30px;
    transform: scale(0);
    font-size: 26px;
    color: #fff;
    transition: all .7s ease-in-out;
}
.news-slider .item.is-selected .info p {
    transform: scale(1);
}
.news-slider .item .info ul li{
    display: inline-block;
    margin-left: 10px;
    margin-top: 10px;
    font-size: 13px;
    position: relative;
    color: #ddd;
}
.news-slider .item .info ul {
    right: -200px;
    opacity: 0;
    max-height: 0;
    visibility: hidden;
    position: relative;
    transition: all 0.5s ease-in-out;
}
.news-slider .item:hover .info ul {
    right: 0;
    opacity: 1;
    visibility: visible;
    max-height: 50px;
}
.news-slider .item .info ul li:first-child:after {
    content: '';
    width: 2px;
    height: 2px;
    background: #ddd;
    left: -8px;
    position: absolute;
    top: 10px;
}
.news-slider .flickity-prev-next-button {
    top: auto;
    bottom: 15px;
    border-radius: 0;
    background: #d3ac66;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.news-slider .flickity-prev-next-button:hover {
    opacity: .8;
}
.news-slider .flickity-prev-next-button .arrow {
    fill: #fff;
}
.news-slider .flickity-prev-next-button.next {
    left: 70px;
    right: auto;
}
.news-slider .flickity-page-dots  {
    left: auto;
    bottom: auto;
    top: 180px;
    left: 0;
    width: auto;
    padding-top: 20px;
    opacity:0;
}
.news-slider .flickity-page-dots .dot {
    transition: all 0.5s ease-in-out;
    display: block;
    width: 60px;
    height: 35px;
    position: relative;
    right: 100px;
    line-height: 35px;
    background: #d3ac66;
    border-radius: 0;
    margin: 0;
    margin-bottom: 15px;
    font-size: 25px;
    color: #fff;
    text-align: center;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    transition: all 0.5s ease-in-out;
}
.news-slider:hover .flickity-page-dots .dot {
    animation: showDots 0.5s ease-in-out; 
    right: 0;
}
@keyframes showDots {
    0% {
        right: 100px;
    }
    100% {
        right: 0;
    }
}
.news-slider .flickity-page-dots .dot:hover {
    opacity: 0.9;
}
.news-slider .flickity-page-dots .dot:first-child:after {
    content: '1';
}
.news-slider .flickity-page-dots .dot:nth-child(2):after {
    content: '2';
}
.news-slider .flickity-page-dots .dot:nth-child(3):after {
    content: '3';
}
.news-slider .flickity-page-dots .dot:nth-child(4):after {
    content: '4';
}
.news-slider .flickity-page-dots .dot:nth-child(5):after {
    content: '5';
}
.news-slider .flickity-page-dots .dot:nth-child(6):after {
    content: '6';
}
@media (max-width: 1200px) {
    .news-slider .item .info ul {
        right: 0;
        opacity: 1;
        visibility: visible;
        max-height: 50px;
    }
}
@media (max-width: 991px) {
    .news-slider {
        padding-top: 80px;
        margin-bottom: 20px;
    }
    .news-slider .item .info {
        width: 80%;
    }
}
@media (max-width: 500px) {
    .news-slider .item,
    .news-slider .item img,
    .news-slider .item iframe,
    .news-slider .flickity-viewport,
    .news-slider .item .img-loader{
        height: 325px !important;
    }
    .news-slider .flickity-page-dots {
        display: none;
    }
    .news-slider .flickity-prev-next-button {
        display: block;
    }
    .news-slider .item .info p {
        font-size: 18px;
    }
    .news-slider .flickity-prev-next-button {
        width: 30px;
        height: 30px;
    }
    .news-slider .flickity-prev-next-button.next {
        left: 50px;
    }
}
.news-slider {
    position: relative;
    overflow: hidden;
}
.news-slider .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    z-index: 1;
}
/* -- ./Slider -- */
/* -- Alert Messages -- */
.alert-msg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.alert-msg.open {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.alert-msg .white-box {
  background: #fff;
  border-radius: 15px;
  border: 1px solid #d00;
  padding: 25px;
  text-align: center;
  min-width: 250px;
  background: #fcdede;
}
.alert-msg .white-box i {
  font-size: 50px;
  margin-bottom: 10px;
  color: #d00;
}
.alert-msg .white-box p {
  color: #d00;
  font-size: 16px;
}
.alert-msg button {
  border-radius: 15px;
  background: #d00;
  color: #fff;
  padding: 5px 20px;
  outline: none;
  border: 0;
}
.alert-msg button:hover {
  background: #a21616;
}
.alert-msg .white-box.done {
  background: #c2efdc;
  border: 1px solid #00833a;
}
.alert-msg .white-box.done i,
.alert-msg .white-box.done p {
  color: #00833a;
}
.alert-msg .done button {
  background: #00833a;
}
.alert-msg .done button:hover {
  background: #00a859;
}
/* -- ./Alert Messages -- */

/* -- Members Page -- */
.members-page .single-member {
    margin-bottom: 30px;
    padding: 15px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.members-page .single-member:hover {
    background: #d3ac66;
}
.members-page .single-member img {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    margin: 0 auto 15px;
    display: block;
}
.members-page .single-member h4,
.members-page .single-member h3 {
    text-align: center;
    margin: 0 0 10px;
    font-size: 14px;
}
.members-page .single-member h3 {
    font-weight: bold;
    font-size: 16px;
}
.members-page .single-member:hover h4,
.members-page .single-member:hover h3 {
    color: #fff;
}
.members-page .single-member h4 {
    font-size: 14px;
    color: #444;
}
.members-page .single-member .member-desc {
    background: #f1f1f1;
    padding: 15px;
    border-radius: 10px;
    margin-top: 25px;
    line-height: 1.5;
    color: #444; 
}

.members-page .single-member button {
    display: block;
    margin: 50px auto 15px;
    background: none;
    color: #d3ac66;
    outline: none;
    border: 0;
}
.members-page .single-member:hover button {
    color: #fff;
}
.members-page .single-member .icon-box {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    font-size: 16px;
    position: relative;
    margin-right: 30px;
}
.members-page .single-member .icon-box:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: '';
    border: 1px solid #d3ac66;
    transform: rotate(45deg);
}
.members-page .single-member:hover .icon-box:after {
    border: 1px solid #fff;
}

.members-page .single-member .icon-box i {
    transition: none !important; 
    font-size: 22px;
}

.members-page .single-member button:hover .icon-box i {
    transform: rotate(180deg);
}

.modal-content .person-info img {
    max-height: 250px;
    display: block;
    margin: 0 auto;
}
/* -- ./Members Page -- */

.whatsapp-box img {
    width: 40px;
    height: 40px;
    position: fixed;
    border-radius: 50%;
    bottom: 20px;
    z-index: 99999;
    transition: all 0.5 ease-in-out;
    -webkit-transition: all 0.5 ease-in-out;
    box-shadow: 0 0 0 rgb(204 169 44 / 40%);
    animation: pulse 2s infinite;
    right: 20px;
}



