@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Khand:300,400,500,600,700');
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*justify paragraph content*/
p {
  text-align: justify;
}
@font-face {
  font-family: 'ficons';
  src: url('../fonts//ficons.eot?dz8u0r');
  src: url('../fonts//ficons.eot?dz8u0r#iefix') format('embedded-opentype'), url('../fonts//ficons.ttf?dz8u0r') format('truetype'), url('../fonts//ficons.woff?dz8u0r') format('woff'), url('../fonts//ficons.svg?dz8u0r#ficons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="fi-"]:before,
[class*=" fi-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ficons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fi-googleplus:before {
  content: "\e924";
}
.fi-linkedin:before {
  content: "\e925";
}
.fi-event-year-rtl:before {
  content: "\e922";
}
.fi-top-rtl:before {
  content: "\e923";
}
.fi-dropdown-arrow:before {
  content: "\e91d";
}
.fi-close:before {
  content: "\e91e";
}
.fi-plus:before {
  content: "\e91f";
}
.fi-menu-icon-rtl:before {
  content: "\e920";
}
.fi-menu-icon:before {
  content: "\e921";
}
.fi-email-round:before {
  content: "\e919";
}
.fi-fax:before {
  content: "\e91a";
}
.fi-telephone:before {
  content: "\e91b";
}
.fi-address:before {
  content: "\e91c";
}
.fi-add-to-calendar:before {
  content: "\e918";
}
.fi-select-arrow:before {
  content: "\e917";
}
.fi-arrow-left:before {
  content: "\e900";
}
.fi-arrow-right:before {
  content: "\e901";
}
.fi-book:before {
  content: "\e902";
}
.fi-event-year:before {
  content: "\e903";
}
.fi-calendar:before {
  content: "\e904";
}
.fi-calendar-2:before {
  content: "\e905";
}
.fi-calendar-3:before {
  content: "\e906";
}
.fi-childrens-library:before {
  content: "\e907";
}
.fi-down-arrow:before {
  content: "\e908";
}
.fi-drager:before {
  content: "\e909";
}
.fi-home:before {
  content: "\e90a";
}
.fi-search:before {
  content: "\e90b";
}
.fi-facebook:before {
  content: "\e90c";
}
.fi-twitter:before {
  content: "\e90d";
}
.fi-instagram:before {
  content: "\e90e";
}
.fi-youtube:before {
  content: "\e90f";
}
.fi-gov-building:before {
  content: "\e910";
}
.fi-india:before {
  content: "\e911";
}
.fi-library:before {
  content: "\e912";
}
.fi-printer:before {
  content: "\e913";
}
.fi-share:before {
  content: "\e914";
}
.fi-top:before {
  content: "\e915";
}
.fi-uaebby:before {
  content: "\e916";
}
@font-face {
  font-family: 'dax';
  src: url('../fonts/dax/dax.woff2') format('woff2'), url('../fonts/dax/dax.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'dax';
  src: url('../fonts/dax/daxmedium.woff2') format('woff2'), url('../fonts/dax/daxmedium.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'dax';
  src: url('../fonts/dax/daxbold.woff2') format('woff2'), url('../fonts/dax/daxbold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
/* Arabic Font */
@font-face {
  font-family: 'Droid Arabic Kufi';
  src: url('../fonts/droidkufi/DroidArabicKufi.eot?#iefix') format('embedded-opentype'), url('../fonts/droidkufi/DroidArabicKufi.woff') format('woff'), url('../fonts/droidkufi/DroidArabicKufi.ttf') format('truetype'), url('../fonts/droidkufi/DroidArabicKufi.svg#DroidArabicKufi') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Droid Arabic Kufi';
  src: url('../fonts/droidkufi/DroidArabicKufi-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/droidkufi/DroidArabicKufi-Bold.woff') format('woff'), url('../fonts/droidkufi/DroidArabicKufi-Bold.ttf') format('truetype'), url('../fonts/droidkufi/DroidArabicKufi-Bold.svg#DroidArabicKufi-Bold') format('svg');
  font-weight: 600;
  font-style: normal;
}
/** 
 * CLEARFIX
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
/* ------------------------ */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 50px;
  cursor: pointer;
  line-height: 34px;
  display: inline-block;
  font-size: 1.143em;
  font-weight: 500;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #ffffff;
  border: #c2c2c2 solid 1px;
  border-radius: 5px;
  height: 33px;
  width: 33px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.071em;
  color: #ababab;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "\e90b";
  font-family: 'ficons';
  position: absolute;
  left: 6px;
  font-size: 20px;
  color: #d43841;
  margin: auto;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
input[type="file"] {
  display: block;
}
select {
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 50px;
  cursor: pointer;
  line-height: 34px;
  display: inline-block;
  font-size: 1.143em;
  font-weight: 500;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #ffffff;
  border: #c2c2c2 solid 1px;
  border-radius: 5px;
  height: 33px;
  width: 33px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.071em;
  color: #ababab;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
  content: "\e90b";
  font-family: 'ficons';
  position: absolute;
  left: 6px;
  font-size: 20px;
  color: #d43841;
  margin: auto;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.bounce {
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -ms-animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomIn_ {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn_ {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn_ {
  -webkit-animation-name: zoomIn_;
  animation-name: zoomIn_;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
     * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
/* *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*:before,
*:after {
  box-sizing: border-box;
}
body,
html {
  height: 100%;
  margin: 0;
  font-family: 'dax';
  color: #47413c;
}
body {
  font-size: 14px;
  background: #FFF;
}
p {
  font-weight: 100;
  text-align: left;
}
.hide {
  display: none !important;
}
.hide-in-desktop {
  display: none !important;
}
*:focus {
  outline: none;
}
*::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ababab;
}
*::-moz-placeholder {
  /* Firefox 19+ */
  color: #ababab;
}
*:-ms-input-placeholder {
  /* IE 10+ */
  color: #ababab;
}
*:-moz-placeholder {
  /* Firefox 18- */
  color: #ababab;
}
::selection {
  background: #009955;
  /* WebKit/Blink Browsers */
  color: #ffffff;
}
::-moz-selection {
  background: #009955;
  /* Gecko Browsers */
  color: #ffffff;
}
.screen-reader-text {
  display: none;
}
.no-margin {
  margin: 0;
}
.no-m-t {
  margin-top: 0;
}
.no-m-b {
  margin-bottom: 0;
}
.no-m-r {
  margin-right: 0;
}
.no-m-l {
  margin-left: 0;
}
.no-padding {
  padding: 0 !important;
}
.no-p-t {
  padding-top: 0;
}
.no-p-b {
  padding-bottom: 0;
}
.no-p-r {
  padding-right: 0;
}
.no-p-l {
  padding-left: 0;
}
/* Preloader */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #f5f5f5;
  text-align: center;
  position: fixed;
  z-index: 99999;
  margin: 0;
  padding: 0;
  top: 0;
}
.pace:before {
  content: '';
  position: absolute;
  top: 45%;
  transform: translateY(-45%);
  left: 0;
  right: 0;
  display: block;
  background: url('../../images//loader.gif') no-repeat;
  background-size: 70%;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.pace.pace-inactive {
  display: none;
}
.pace .pace-progress {
  position: fixed;
  z-index: 2000;
  top: 55%;
  right: 0;
  left: 0;
  text-align: center;
  height: 5rem;
  margin: 0 auto;
  width: 112px;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 55%, 0) !important;
  display: none;
}
.pace .pace-progress:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  content: attr(data-progress-text);
  font-family: 'Poppins', "Droid Arabic Kufi", sans-serif;
  font-weight: 100;
  font-size: 2.5vw;
  line-height: 1;
  text-align: center;
  color: rgba(0, 0, 0, 0.2);
}
a {
  text-decoration: none;
  outline: none;
  color: #47413c;
  cursor: pointer;
  -webkit-transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
  -moz-transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
  display: flex;
}
a:link,
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
}
a:hover,
a.active {
  color: #d43841;
}
button:disabled {
  background: #727272;
}
button:disabled:hover {
  background: #727272;
  border-color: #727272;
}
.button {
  text-align: center;
  display: inline-block;
  padding: 3% 8%;
  letter-spacing: .1em;
  border-radius: 50px;
  text-transform: none;
  font-size: .9em;
  font-weight: 600;
  color: #ffffff;
  background-color: transparent;
  border: 2px solid;
  -webkit-transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
  -moz-transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
}
.button:hover {
  border: 2px solid #d43841;
  background-color: #d43841;
  color: #ffffff;
}
input,
select {
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}
select::-ms-expand {
  display: none;
}
.align-right {
  text-align: right;
}
align-left {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
/* Header */
.header {
  width: 100%;
  margin: 0;
  background: #ffffff;
  float: left;
  position: relative;
}
.header:after {
  background: url('../../images/white-crisp-bg.png');
  content: '';
  position: absolute;
  bottom: -40px;
  display: block;
  height: 94px;
  width: 100%;
  z-index: 2;
  background-position: bottom center;
}
.header .header-container {
  width: 85%;
  margin: 1% auto 0;
  position: relative;
  z-index: 3;
}
.header .logo-area .logo {
  display: inline-block;
}
.header .logo-area .logo a {
  display: inline-block;
  width: auto;
}
.header .logo-area .logo .austro-logo {
  font-size: 18px;
  letter-spacing: .15em;
  margin-left: 18%;
  display: inline-block;
  position: relative;
  color: #ffffff;
}
.header .logo-area .logo .austro-logo:before {
  content: '';
  height: 57px;
  width: 1px;
  position: absolute;
  top: -20px;
  display: block;
  background: rgba(255, 255, 255, 0.3);
  left: -23%;
}
.header .logo-area .year-of-zayed {
  display: inline-block;
  margin-left: 5%;
  width: 44%;
}
.header .logo-area .year-of-zayed img {
	width:88px;
 /* width: 100%; */
}
.header .right-nav {
  text-align: right;
}
.header .right-nav .top-social-media {
  margin: 0 0 1.5% 0;
  padding: 0;
}
.header .right-nav .top-social-media li {
  list-style: none;
  padding: 0;
  display: inline-block;
  margin: 0 0 0 .8%;
  vertical-align: middle;
}
.header .right-nav .top-social-media li a {
  font-size: 2.000em;
}
.header .right-nav .top-social-media .language a {
  font-family: "Droid Arabic Kufi", sans-serif;
  font-size: 1.1em !important;
  top: -3px;
  color: #47413c;
  font-size: 0.8em !important;
  position: relative;
  top: 0;
  color: #ffffff;
  width: 60px;
  height: 29px;
  background-color: #b42e23;
  text-align: center;
  border-radius: 50px;
}
.header .right-nav .top-social-media .language a:hover {
  color: #ffffff;
}
.header .right-nav .top-social-media .language a span {
  width: 100%;
  display: block;
  padding-top: 8%;
}
.header .right-nav .top-social-media .language .lang-ar:after,
.header .right-nav .top-social-media .language .lang-en:after {
  display: none !important;
}
.header .right-nav .top-social-media .search {
  position: relative;
}
.header .right-nav .top-social-media .search .widget-area {
  width: 230px;
}
.header .right-nav .top-social-media .search:before {
  position: absolute;
  font-size: 18px;
  top: 50%;
  transform: translateY(-50%);
  right: 7%;
  color: rgba(116, 116, 116, 0.5);
}
.header .right-nav .top-social-media .search .search-field {
  border: 2px solid rgba(116, 116, 116, 0.5);
  border-radius: 30px;
  height: 28px;
  padding: 0 35px 0 16px;
  width: 100%;
}
.header .right-nav .navigation {
  margin: 0;
  padding: 0;
}
.header .right-nav .navigation .main-menu {
  margin: 0;
  padding: 0;
}
.header .right-nav .navigation .main-menu li {
  list-style: none;
  padding: 0;
  margin: 0 0 0 2.5%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.header .right-nav .navigation .main-menu li.dropdown:before {
  content: '';
  background-color: #fff;
  height: 50px;
  width: 160%;
  position: absolute;
  top: -13px;
  display: block;
  left: -21px;
  box-shadow: 0 -8px 21px -1px rgba(0, 0, 0, 0.1);
  z-index: -1;
  border-radius: 5px 5px 0 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.header .right-nav .navigation .main-menu li ul {
  float: left;
  left: -21px;
  width: 31vh;
  padding: 20px 22px;
  opacity: 0;
  position: absolute;
  top: 85%;
  visibility: hidden;
  z-index: 10;
  background: #ffffff;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 20px 30px 4px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.header .right-nav .navigation .main-menu li ul li {
  float: none;
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
  margin: 0;
}
.header .right-nav .navigation .main-menu li ul li:last-child {
  border-bottom: 0;
}
.header .right-nav .navigation .main-menu li ul li a {
  padding: 3.5% 0;
  text-align: left;
  font-weight: 300;
}
.header .right-nav .navigation .main-menu li:hover.dropdown:before {
  opacity: 1;
  visibility: visible;
}
.header .right-nav .navigation .main-menu li:hover ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.header .right-nav .navigation .main-menu .home a {
  font-size: 0;
}
.header .right-nav .navigation .main-menu .home a:before {
  font-size: 28px;
}
.header .right-nav .navigation .main-menu a {
  font-size: 1em;
  letter-spacing: .015em;
  font-weight: 600;
  text-transform: uppercase;
}
.search label span {
  display: none;
}
.section {
  width: 100%;
  height: 100%;
}
.section .section-container {
  width: 90%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.footer {
  background: #453f3a;
  color: #cacaca;
  width: 100%;
  height: auto;
  position: relative;
}
.footer .scrolltotop {
  position: absolute;
  top: -70px;
  right: 4%;
  font-size: 4em;
  color: #d43841;
  display: block;
}
.footer .scrolltotop:before {
  position: relative;
  z-index: 1;
}
.footer .scrolltotop:after {
  content: '';
  background: #ffffff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10%;
  right: 26%;
  display: block;
  z-index: 0;
}
.footer:before {
  background: url('../../images/brown-crisp-bg.png');
  content: '';
  position: absolute;
  top: -47px;
  display: block;
  height: 94px;
  width: 100%;
  z-index: 0;
  background-position: bottom center;
}
.footer .section-container {
  width: 90%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  color: #cacaca;
}
.footer .section-container .footer-top {
  margin: 0 0 2% 0;
  padding: 0 0 2% 0 !important;
  border-bottom: 1px solid rgba(202, 202, 202, 0.3);
}
.footer .section-container .footer-top li {
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
}
.footer .section-container .footer-top .logo-footer .footer-logo {
  display: block;
}
.footer .section-container .footer-top .logo-footer .footer-logo img {
  width: 95%;
}
.footer .section-container .footer-top .middle .footer-menu {
  margin: 0 0 2% 0;
  padding: 0 0 2% 0;
  border-bottom: 1px solid rgba(202, 202, 202, 0.3);
}
.footer .section-container .footer-top .middle .footer-menu li {
  list-style-type: none;
  display: inline-block;
  position: relative;
  padding: 0 1.9%;
}
.footer .section-container .footer-top .middle .footer-menu li:before {
  content: '|';
  position: absolute;
  display: inline-block;
  top: 0px;
  right: -3px;
}
.footer .section-container .footer-top .middle .footer-menu li:first-child {
  padding-left: 0;
}
.footer .section-container .footer-top .middle .footer-menu li:last-child {
  padding-right: 0;
}
.footer .section-container .footer-top .middle .footer-menu li:last-child:before {
  display: none;
}
.footer .section-container .footer-top .middle .footer-menu li a {
  color: #cacaca;
  font-size: 1em;
  position: relative;
}
.footer .section-container .footer-top .middle .footer-menu li a:hover:after {
  content: '';
  border-bottom: 2px solid;
  width: 100%;
  position: absolute;
}
.footer .section-container .footer-top .middle .address {
  font-size: .9em;
}
.footer .section-container .footer-top .middle .address span {
  display: block;
  color: #cacaca;
}
.footer .section-container .footer-top .middle .address span a {
  color: #cacaca;
}
.footer .section-container .footer-top .middle .address .mailto {
  position: relative;
  color: #cacaca;
}
.footer .section-container .footer-top .middle .address .mailto:hover:after {
  content: '';
  border-bottom: 2px solid;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.footer .section-container .footer-top .newsletter form {
  margin-top: 5%;
}
.footer .section-container .footer-top .newsletter .h5 {
  margin: 1% 0 0 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: .05em;
}
.footer .section-container .footer-top .newsletter .newsletter-email {
  border: none;
  border-radius: 10px 0 0 10px;
  height: 35px;
  width: 71%;
  padding: 3% 5%;
  color: #453f3a;
  float: left;
  display: inline-block;
  vertical-align: top;
}
.footer .section-container .footer-top .newsletter .newslettersubmit {
  float: left;
  height: 35px;
  background: none;
  border: 0;
  text-transform: uppercase;
  background-color: #d43841;
  vertical-align: top;
  border-radius: 0 10px 10px 0;
  width: 25%;
  font-size: .9em;
  color: #ffffff;
}
.transition .footer .section-container .footer-top .newsletter .newslettersubmit:hover {
  background-color: #137faf;
}
.footer .section-container .footer-buttom {
  padding-bottom: 2% !important;
}
.footer .section-container .footer-buttom .copyright .mailto,
.footer .section-container .footer-buttom .copyright a {
  color: #cacaca;
  position: relative;
}
.footer .section-container .footer-buttom .copyright .mailto:hover:after,
.footer .section-container .footer-buttom .copyright a:hover:after {
  content: '';
  border-bottom: 2px solid;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.footer .section-container .footer-buttom .terms {
  text-align: right;
}
.footer .section-container .footer-buttom .terms a {
  display: inline-block;
  color: #cacaca;
  position: relative;
}
.footer .section-container .footer-buttom .terms a:hover:after {
  content: '';
  border-bottom: 2px solid;
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.footer .section-container .footer-buttom .terms .sep {
  margin: 0 2%;
}
.mailto {
  color: #d43841;
  display: inline-block;
}
.mailto:hover {
  color: #137faf;
}
form {
  display: block;
}
/* Popup section */
.pop-overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
  opacity: 0;
  transition: all 300ms ease-in-out;
}
.pop-overlay .pop-up-area {
  position: absolute;
  padding: 2.5%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  background-color: #ffffff;
}
.pop-overlay .pop-up-area .basic-info {
  position: relative;
}
.pop-overlay .pop-up-area .basic-info .profile-pic {
  width: 25%;
  display: inline-block;
  position: relative;
  top: -55px;
  box-shadow: 0px 15px 38px 5px rgba(0, 0, 0, 0.2);
  max-height: 150px;
  overflow: hidden;
}
.pop-overlay .pop-up-area .basic-info .profile-pic img {
  width: 100%;
}
.pop-overlay .pop-up-area .basic-info .profile-info {
  display: inline-block;
  vertical-align: top;
  padding: 2% 6%;
}
.pop-overlay .pop-up-area .basic-info .profile-info .member-name {
  font-weight: 800;
  color: #d43841;
}
.pop-overlay .pop-up-area .basic-info .profile-info .designation {
  text-transform: uppercase;
}
.pop-overlay .pop-up-area .basic-info .bio-close {
  display: inline-block;
  position: absolute;
  right: 0;
  top: -10px;
  font-size: 0;
}
.pop-overlay .pop-up-area .basic-info .bio-close:before {
  font-size: 18px;
}
.pop-overlay .pop-up-area h3 {
  font-size: 1.25em;
  font-weight: 800;
  margin-bottom: 2%;
}
.pop-overlay .pop-up-area .biography {
  margin-bottom: 6%;
}
.pop-overlay .pop-up-area .member-publication .book-list li {
  display: inline-block;
  position: relative;
  vertical-align: top;
  line-height: 1.5;
  padding-left: 15px;
  width: 49%;
  min-height: 35px;
}
.pop-overlay .pop-up-area .member-publication .book-list li:before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #d43841;
  position: relative;
  top: 50%;
  transform: translateX(-50%);
  display: inline-block;
  border-radius: 50%;
  left: -10px;
}
/* Tab and Accordian*/
.open-bio {
  overflow: hidden;
}
.open-bio .pop-overlay {
  z-index: 9999;
  opacity: 1;
}
ul.tabs {
  margin: 0 0 6% 0;
  padding: 0;
  float: left;
  list-style: none;
  width: 100%;
}
ul.tabs li {
  float: left;
  margin: 0 5% 0 0;
  cursor: pointer;
  padding: 15px 60px;
  border-radius: 50px;
  line-height: 1;
  color: #ffffff;
  position: relative;
  font-weight: 600;
  background: #47413c;
  transition: background 300ms ease-in-out;
}
ul.tabs li:last-child {
  margin: 0 0 0 0;
}
ul.tabs li:hover,
ul.tabs li.active {
  background: #d43841;
}
ul.tabs li:hover:before,
ul.tabs li.active:before {
  font-family: 'ficons';
  content: "\e917";
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  text-align: center;
  color: #d43841;
  font-size: 1.5em;
}
.tab_container {
  clear: both;
  float: left;
  width: 100%;
}
.tab_content {
  display: none;
}
.tab_drawer_heading {
  display: none;
}
.breadcrumb {
  padding: 8px 4px;
  background-color: transparent;
  margin-bottom: 0;
  color: #188cde;
}
.breadcrumb li {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.breadcrumb a {
  color: #898989;
}
.breadcrumb a:hover {
  color: #d43841;
}
.page-title {
  font-size: 2.5em;
  font-weight: 700;
  margin-bottom: 1.5%;
  color: #47413c;
}
.label,
.form-sub-title {
  display: block;
  text-align: left;
  color: #3a3a3a;
  font-size: 1.02em;
  padding: 0;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .03em;
  width: 100%;
}
.label .mandatory,
.form-sub-title .mandatory {
  color: red;
}
.label .additional,
.form-sub-title .additional {
  color: #8e8e8e;
}
.form-text-area,
.form-text-field,
.upload-file-field,
.form-select-field {
  display: block;
  background: #ffffff;
  border: #c2c2c2 solid 1px;
  border-radius: 5px;
  height: 45px;
  width: 100%;
  padding: 0 15px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.071em;
  color: #ababab;
}
.form-text-area .code,
.form-text-field .code,
.upload-file-field .code,
.form-select-field .code {
  border: 0;
  border-right: 1px solid;
  width: 50px;
  margin: 0;
  padding: 0;
  height: 100%;
  display: inline-block;
  text-transform: uppercase;
}
.form-text-area .mobile-number,
.form-text-field .mobile-number,
.upload-file-field .mobile-number,
.form-select-field .mobile-number {
  width: 80%;
  display: inline-block;
  margin: 0;
  height: 100%;
  border: 0;
  padding: 0 15px;
  text-transform: uppercase;
}
.form-text-area {
  max-width: 100%;
  min-height: 145px;
  padding: 15px;
}
.form-sec-title {
  font-size: 1.714em;
  color: #d43841;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.form-section {
  width: 100%;
}
.form-section .fields {
  margin-top: 2.5%;
  min-height: 64px;
  position: relative;
}
.sub-title {
  font-size: 2em;
  margin-bottom: 1.5%;
  font-weight: 700;
}
.side-image-right {
  float: right;
  margin-left: 25px;
}
.side-image-left {
  float: left;
  margin-right: 45px;
}
.countdown-div {
  padding-top: 4%;
  margin-top: 4%;
  border-top: 1px solid #ccc;
  color: #000000;
}
.countdown-div .event-counter-title {
  font-size: 0.857em;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 4%;
}
.countdown-div .countdown {
  margin: 0;
  padding: 0;
}
.countdown-div .countdown li {
  display: inline-block;
  width: 18.5%;
  text-align: center;
  vertical-align: top;
}
.countdown-div .countdown li span {
  display: block;
  line-height: 1.2;
  font-size: 0.714em;
  text-transform: uppercase;
}
.countdown-div .countdown .counter {
  font-size: 1.429em;
  font-weight: 600;
}
.event-ended {
  padding-top: 4%;
  margin-top: 4%;
  border-top: 1px solid #ccc;
  text-align: center;
}
.event-ended .event-ended-title {
  font-size: 0.857em;
  font-weight: 600;
  text-transform: uppercase;
  margin: 4% 1%;
  color: #d43841;
}
.pagination {
  text-align: center;
  margin: 2% 0;
  width: 100%;
}
.pagination .pager {
  margin: 0;
}
.pagination .pager li {
  display: inline-block;
  list-style-type: none;
  vertical-align: middle;
  color: #494949;
}
.pagination .pager li > a,
.pagination .pager li > span {
  background-color: transparent;
  border: none;
  font-size: 1.4em;
}
.sticky-links {
  position: fixed;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  right: 1%;
  display: inline-block;
}
.sticky-links a {
  display: block;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
  width: 15px;
  height: 15px;
}
.sticky-links a span {
  position: absolute;
  right: 20px;
  top: 0;
  white-space: pre;
  background-color: #47413c;
  color: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 3px 10px 2px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.sticky-links a:before {
  content: '';
  border: 2px solid #47413c;
  background-color: transparent;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.sticky-links a:hover span {
  opacity: 1;
  visibility: visible;
}
.sticky-links a:hover:before {
  border: 2px solid #ffffff;
  background-color: #47413c;
  width: 13px;
  height: 13px;
}
.home-banner {
  background: url('../../images/home-banner-bg.jpg') #ffffff;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 87%;
  overflow: hidden;
}
.home-banner .home-slider .item {
  height: 73vh;
}
.home-banner .home-slider .slider-image {
  position: absolute;
  top: 0;
}
.home-banner .home-slider .slider-image img {
  width: 100%;
}
.home-banner .home-slider.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.home-banner .home-slider.owl-theme .owl-nav [class*='owl-'] {
  background: #d43841;
  border-radius: 30px;
  font-size: 0;
  color: #ffffff;
  text-transform: uppercase;
  width: 34.78px;
  height: 34.78px;
  text-align: center;
  margin: 0;
  padding: 0;
  vertical-align: top;
  position: absolute;
  -webkit-transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
  -moz-transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
}
.home-banner .home-slider.owl-theme .owl-nav [class*='owl-']:before {
  position: relative;
  font-family: 'ficons';
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  left: 0;
  right: 0;
}
.home-banner .home-slider.owl-theme .owl-nav [class*='owl-']:hover {
  background: #137faf;
  color: #ffffff;
}
.home-banner .home-slider.owl-theme .owl-nav .owl-next {
  right: 4%;
}
.home-banner .home-slider.owl-theme .owl-nav .owl-next:before {
  content: "\e901";
}
.home-banner .home-slider.owl-theme .owl-nav .owl-prev {
  left: 4%;
}
.home-banner .home-slider.owl-theme .owl-nav .owl-prev:before {
  content: "\e900";
}
.home-banner .section-container .text-area {
  width: 86%;
  margin: 8% auto 0;
  text-align: center;
  position: relative;
  z-index: 2;
  color: #ffffff;
}
.home-banner .section-container .text-area .caption {
  font-size: 3.000em;
  font-weight: 600;
}
.home-banner .section-container .text-area .caption.animated {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  animation-delay: 1.5s;
}
.home-banner .section-container .text-area .intro-text {
  text-align: center;
  font-size: 1.143em;
  margin-top: 1.5%;
  line-height: 1.7;
  margin-bottom: 2%;
}
.home-banner .section-container .text-area .intro-text.animated {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  animation-delay: 2s;
}
.home-banner .section-container .text-area .readrmore {
  padding: 1% 5%;
}
.home-banner .section-container .text-area .readrmore.animated {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  animation-delay: 2.2s;
}
.home-banner .clouds {
  height: 37%;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  bottom: 0;
  z-index: 2;
}
.home-banner .clouds.animated {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  animation-delay: .3s;
}
.home-banner .clouds > div {
  height: 200px;
  width: 299%;
  background: url('../../images/clouds.png') repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  transform: translate3d(0, 0, 0);
}
.home-banner .clouds .mover-1 {
  animation: moveSlideshow 150s linear infinite;
}
@keyframes moveSlideshow {
  100% {
    transform: translateX(-66.6666%);
  }
}
.home-banner .sun {
  position: absolute;
  width: 221px;
  height: 220px;
  bottom: 15%;
  z-index: 0;
  left: 10%;
  background: url('../../images/sun.png') no-repeat;
}
.home-banner .sun.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  animation-delay: .8s;
}
.home-banner .pattern-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  background: url('../../images/pattern-banner.png') no-repeat;
  background-size: cover;
  opacity: .6;
}
.home-banner .kids {
  position: absolute;
  width: 711px;
  height: 270px;
  bottom: 0;
  z-index: 2;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  background: url('../../images/kids.png') no-repeat;
}
.home-banner .kids.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  animation-delay: 1.5s;
}
.home-banner .dragon {
  position: absolute;
  width: 150px;
  height: 160px;
  bottom: 39%;
  z-index: 0;
  left: -5%;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  background: url('../../images/gif/dragon.gif') no-repeat;
}
.home-banner .dragon.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  animation-delay: 2.5s;
}
.home-banner .dash-line {
  position: absolute;
  width: 400px;
  height: 160px;
  bottom: 27%;
  z-index: 0;
  right: 15%;
  display: inline-block;
  background: url('../../images/gif/line.gif') no-repeat;
}
.home-banner .dash-line.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  animation-delay: 2s;
}
.home-banner .main-plane {
  position: absolute;
  width: 135px;
  height: 132px;
  bottom: 50%;
  z-index: 0;
  right: 8%;
  background: url('../../images/gif/main-banner-plane.gif') no-repeat;
}
.home-banner .main-plane.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  animation-delay: 4s;
}
.home-banner .scrolltosecond {
  position: absolute;
  bottom: -14px;
  z-index: 3;
  color: #595959;
  font-size: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  text-align: center;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 100%;
  background: #ffffff;
  overflow: hidden;
}
.home-banner .scrolltosecond:before {
  font-size: 17px;
  position: relative;
  display: flex;
  left: 0;
  right: 0;
  margin: 0 auto;
  line-height: 2.5;
}
.home-banner .scrolltosecond:hover:before {
  -moz-animation: bounce 2.5s infinite;
  -webkit-animation: bounce 2.5s infinite;
  animation: bounce 2.5s infinite;
  color: #d43841;
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  60% {
    -moz-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  60% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  60% {
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}
.main-projects {
  background: url('../../images/projects-bg.jpg') #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.main-projects:before {
  background: url('../../images/white-crisp-bg.png');
  content: '';
  position: absolute;
  top: -47px;
  display: block;
  height: 94px;
  width: 100%;
  z-index: 2;
  background-position: bottom center;
}
.main-projects:after {
  background: url('../../images/white-crisp-bg.png');
  content: '';
  position: absolute;
  bottom: -42px;
  display: block;
  height: 94px;
  width: 100%;
  z-index: 2;
  background-position: bottom center;
}
.main-projects .section-container {
  width: 93.5%;
  max-width: 100%;
  margin: 0 0 0 6.5%;
  position: relative;
  overflow: hidden;
}
.main-projects .section-container .section-title {
  font-weight: 600;
  font-size: 2.6em;
  margin-bottom: 5%;
}
.main-projects .section-container .intro-text {
  font-size: 1.1em;
  line-height: 1.6;
  text-align: left;
  color: #000000;
}
.main-projects .section-container .readmore {
  background-color: #d43841;
  border-color: #d43841;
  margin-top: 6%;
}
.main-projects .section-container .readmore:hover {
  background-color: #1a81b1;
  border-color: #1a81b1;
}
.main-projects .slider-section {
  padding-left: 16%;
}
.main-projects .project-slider {
  overflow: hidden;
  padding: 5% 0;
  position: relative;
  right: 10px;
  width: 120%;
}
.main-projects .project-slider .item {
  display: inline-block;
  background: #fff;
  width: 100%;
}
.main-projects .project-slider .content {
  padding: 4%;
  text-align: center;
}
.main-projects .project-slider .content .image-thumb img {
  width: 100%;
}
.main-projects .project-slider .content .item-title {
  font-size: 1.143em;
  font-weight: 600;
  margin: 9% 0 0;
}
.main-projects .project-slider .content .short-descrp {
  text-align: center;
  margin: 8% 0;
  color: #000000;
}
.main-projects .project-slider .more {
  background: #d43841;
  text-align: center;
  padding: 6.5%;
  display: block;
  color: #ffffff;
}
.main-projects .project-slider.owl-carousel .owl-stage-outer {
  overflow: visible;
}
.main-projects .project-slider.owl-carousel .owl-item.active {
  transition: all .3s ease;
  transform: scale(1);
  box-shadow: 0 11px 31px 4px rgba(0, 0, 0, 0.2);
}
.main-projects .project-slider.owl-carousel .owl-item.active.fadeLight {
  position: relative;
  opacity: .5;
  box-shadow: 0 11px 31px 4px rgba(0, 0, 0, 0);
  /*  z-index: -1;
                        .image-thumb {
                            img {
                                opacity: .3;
                            }
                        }*/
}
.main-projects .project-slider.owl-carousel .owl-item.active.fadeLight:before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  content: '';
  background: rgba(253, 255, 254, 0.86);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.main-projects .project-slider.owl-carousel .owl-item.active.fadeLight a {
  pointer-events: none;
}
.main-projects .project-slider.owl-carousel .owl-item.active.fadeLight:hover {
  transform: scale(1);
  box-shadow: 0 11px 31px 4px rgba(0, 0, 0, 0);
}
.main-projects .project-slider.owl-carousel .owl-item.active:hover {
  transform: scale(1.1);
}
.main-projects .project-slider .owl-nav.disabled {
  display: block;
}
.main-projects .text-area {
  position: absolute;
  top: 14%;
  display: block;
  width: 30%;
  height: 100%;
  left: 0;
  z-index: 2;
}
.main-projects .text-area:before {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.07);
  height: 87%;
  width: 300px;
  top: -18%;
  left: 49%;
  z-index: -1;
}
.main-projects .elephant {
  position: absolute;
  width: 309px;
  height: 315px;
  bottom: 0;
  z-index: 0;
  left: -1%;
  background: url('../../images/gif/elephant-kid.gif') top no-repeat;
}
.main-projects .handwihtbread {
  position: absolute;
  width: 137px;
  height: 134px;
  bottom: 7%;
  z-index: 1;
  left: 25%;
  background: url('../../images/hand2.png') top no-repeat;
}
.main-projects .hand2 {
  position: absolute;
  width: 137px;
  height: 100px;
  bottom: 10%;
  z-index: 0;
  left: 46%;
  background: url('../../images/hand1.png') top no-repeat;
}
.main-projects .bird {
  position: absolute;
  width: 104px;
  height: 80px;
  bottom: 24%;
  z-index: 0;
  left: 32%;
  background: url('../../images/bird.png') top no-repeat;
}
.main-projects .mouse-right {
  position: absolute;
  width: 155px;
  height: 145px;
  bottom: 2%;
  z-index: 0;
  left: 54%;
  background: url('../../images/right-mouse.png') top no-repeat;
}
.main-projects .mouse-left {
  position: absolute;
  width: 125px;
  height: 137px;
  bottom: 1%;
  z-index: 0;
  left: 40%;
  background: url('../../images/left-mouse.png') top no-repeat;
}
.reasons {
  background: url('../../images/reason-bg.jpg') #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 900px;
}
.reasons .section-container {
  /*background: url('@{img}/reason-img.png') no-repeat;*/
  background-position: 10% 35%;
  background-size: 65%;
  padding-top: 3%;
}
.reasons .section-container .anime-image {
  position: relative;
}
.reasons .section-container .anime-image img {
  height: 85%;
}
.reasons .section-container .contents {
  position: absolute;
  right: 5%;
  top: 10%;
  width: 31%;
  z-index: 2;
}
.reasons .section-container .contents .number {
  font-size: 5em;
  font-weight: 600;
  display: inline-block;
  color: #d43841;
}
.reasons .section-container .contents .titles {
  display: inline-block;
  vertical-align: top;
  width: 73%;
  padding-top: 6%;
}
.reasons .section-container .contents .titles .title-1 {
  font-size: 1.571em;
  font-weight: 600;
  display: block;
}
.reasons .section-container .contents .titles .title-2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: .8em;
}
.reasons .section-container .contents .intro-text {
  font-size: 1.11em;
  line-height: 1.6;
  color: #000;
}
.reasons .section-container .contents .readmore {
  background-color: #d43841;
  border-color: #d43841;
  margin-top: 6%;
}
.reasons .section-container .contents .readmore:hover {
  background-color: #1a81b1;
  border-color: #1a81b1;
}
.reasons .section-container.reason-bg {
  background: url('../../images//reason-img.png') no-repeat;
  background-position: 0% 50%;
  height: 100%;
}
.reasons .section-container .reason-slider {
  position: relative;
  height: 100%;
}
.reasons .section-container .reason-slider li {
  list-style-type: none;
  text-align: center;
}
.reasons .section-container .reason-slider li p {
  font-size: 1em;
  text-align: center;
  font-weight: 600;
  padding: 0 11%;
}
.reasons .section-container .reason-slider .owl-stage-outer {
  height: 100%;
}
.reasons .section-container .reason-slider .owl-stage-outer .owl-stage {
  height: 100%;
}
.reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item {
  position: absolute;
}
.reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item .reason-img img {
  width: auto;
  margin: 0;
  display: inline-block;
}
.reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(1) {
  left: 35%;
  top: -2%;
}
.reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(2) {
  top: 4%;
  left: 1.5%;
}
.reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(3) {
  top: 29%;
  left: 25%;
}
.reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(4) {
  bottom: 16.5%;
  left: 1.5%;
}
.reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(5) {
  bottom: 4%;
  left: 41%;
}
.reasons .blue-rocket {
  position: absolute;
  width: 155px;
  height: 145px;
  bottom: 25%;
  left: 86%;
  z-index: 0;
  background: url('../../images/gif/plain5.gif') top no-repeat;
}
.reasons .orange-rocket {
  position: absolute;
  width: 73px;
  height: 84px;
  bottom: 6%;
  left: 24%;
  background: url('../../images/gif/plain1.gif') top no-repeat;
}
.events-section {
  background: url('../../images/event-bg.png') #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 115%;
}
.events-section:before {
  background: url('../../images/white-crisp-bg.png');
  content: '';
  position: absolute;
  top: -47px;
  display: block;
  height: 94px;
  width: 100%;
  z-index: 2;
  background-position: bottom center;
}
.events-section:after {
  background: url('../../images/white-crisp-bg.png');
  content: '';
  position: absolute;
  bottom: -42px;
  display: block;
  height: 94px;
  width: 100%;
  z-index: 2;
  background-position: bottom center;
}
.events-section .section-container {
  width: 93.5%;
  max-width: 100%;
  margin: 0 0 0 6.5%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-top: 8%;
}
.events-section .section-container .section-title {
  font-weight: 600;
  font-size: 2.6em;
  margin-bottom: 5%;
}
.events-section .section-container .intro-text {
  font-size: 1.1em;
  line-height: 1.6;
  text-align: left;
  color: #000000;
}
.events-section .section-container .readmore {
  background-color: #d43841;
  border-color: #d43841;
  margin-top: 6%;
}
.events-section .section-container .readmore:hover {
  background-color: #1a81b1;
  border-color: #1a81b1;
}
.events-section .slider-section {
  padding-left: 16%;
}
.events-section .slider-section .month-tab {
  position: relative;
  float: right;
  width: 70%;
  display: inline-block;
}
.events-section .slider-section .month-tab .year {
  position: absolute;
  font-size: 6.429em;
  font-weight: 600;
  color: #d3d3d3;
  top: -84px;
  left: -42px;
  z-index: -1;
}
.events-section .slider-section .month-tab .year:before {
  position: absolute;
  font-size: 2.3em;
  left: -62px;
  top: 11px;
  color: #f4f4f4;
}
.events-section .slider-section .month-tab .latest {
  display: inline-block;
  background: #47413c;
  border: 2px solid #47413c;
  border-radius: 30px;
  font-size: 1em;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  padding: .79% 3%;
  vertical-align: top;
}
.events-section .slider-section .month-tab .latest:after {
  height: 2px;
  width: 10%;
  content: '';
  position: absolute;
  top: 45%;
  transform: translateY(-45%);
  background: #47413c;
}
.events-section .slider-section .month-tab .month-slider {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  margin: 0 0 0 4%;
  min-height: 40px;
}
.events-section .slider-section .month-tab .month-slider:before {
  height: 2px;
  width: 130%;
  content: '';
  position: absolute;
  top: 45%;
  transform: translateY(-45%);
  background: #47413c;
}
.events-section .slider-section .month-tab .month-slider .item {
  display: block;
  background: #ffffff;
  border: 2px solid #47413c;
  border-radius: 30px;
  font-size: 1em;
  font-weight: 600;
  color: #47413c;
  text-transform: uppercase;
  padding: 6% 5%;
  vertical-align: top;
  text-align: center;
}
.events-section .slider-section .month-tab .month-slider.owl-theme .owl-nav {
  position: absolute;
  top: 0;
  right: -110px;
  margin: 0;
}
.events-section .slider-section .month-tab .month-slider.owl-theme .owl-nav [class*='owl-'] {
  background: #ffffff;
  border: 2px solid #47413c;
  border-radius: 30px;
  font-size: 0;
  font-weight: 600;
  color: #47413c;
  text-transform: uppercase;
  width: 34.78px;
  height: 34.78px;
  text-align: center;
  margin: 0;
  padding: 0;
  vertical-align: top;
  position: relative;
}
.events-section .slider-section .month-tab .month-slider.owl-theme .owl-nav [class*='owl-']:before {
  position: relative;
  font-family: 'ficons';
  font-size: 14px;
  top: 6px;
  display: inline-block;
  left: 0;
  right: 0;
}
.events-section .slider-section .month-tab .month-slider.owl-theme .owl-nav .owl-next {
  margin-left: 15px;
}
.events-section .slider-section .month-tab .month-slider.owl-theme .owl-nav .owl-next:before {
  content: "\e901";
}
.events-section .slider-section .month-tab .month-slider.owl-theme .owl-nav .owl-prev:before {
  content: "\e900";
}
.events-section .slider-section .month-tab .month-slider.owl-theme .owl-nav .disabled {
  opacity: 1;
  cursor: default;
  border: 2px solid rgba(71, 65, 60, 0.4);
  color: rgba(71, 65, 60, 0.4);
}
.events-section .events-slider {
  overflow: hidden;
  padding: 5% 0;
  position: relative;
  right: 10px;
  width: 120%;
}
.events-section .events-slider.owl-carousel .owl-stage-outer {
  overflow: visible;
}
.events-section .events-slider .item {
  display: inline-block;
  background: #fff;
  width: 100%;
  margin-left: 2%;
  transition: all .3s ease;
  transform: scale(1);
  box-shadow: 0 11px 31px 4px rgba(0, 0, 0, 0);
  min-height: 380px;
}
.events-section .events-slider .item:first-child {
  margin-left: 0;
}
.events-section .events-slider .item:hover {
  transform: scale(1.1);
  box-shadow: 0 11px 31px 4px rgba(0, 0, 0, 0.2);
}
.events-section .events-slider .content {
  padding: 8%;
}
.events-section .events-slider .content .image-thumb {
  height: 21vh;
  overflow: hidden;
}
.events-section .events-slider .content .image-thumb img {
  width: 100%;
}
.events-section .events-slider .content .item-title {
  line-height: 1.4;
}
.events-section .events-slider .content .event-date {
  padding: 0 0 7%;
  width: 75%;
  display: inline-block;
}
.events-section .events-slider .content .event-date span {
  vertical-align: top;
  font-size: 1.143em;
  display: inline-block;
  line-height: 1;
  color: #000000;
}
.events-section .events-slider .content .event-date span .event-time {
  display: block;
}
.events-section .events-slider .content .event-date:before {
  position: relative;
  font-size: 30px;
  margin-right: 8%;
  display: inline-block;
  vertical-align: top;
}
.events-section .events-slider .content .image-thumb img {
  width: 100%;
}
.events-section .events-slider .content .item-title {
  font-size: 1.143em;
  font-weight: 600;
  margin: 9% 0 0;
}
.events-section .events-slider .content .short-descrp {
  text-align: center;
  margin: 8% 0;
  color: #000000;
}
.events-section .events-slider .more {
  background: #d43841;
  text-align: center;
  padding: 6.5%;
  display: block;
  color: #ffffff;
}
.events-section .events-slider .fadeLight {
  opacity: .2;
}
.events-section .events-slider .fadeLight a {
  pointer-events: none;
}
.events-section .events-slider .fadeLight:hover {
  transform: scale(1);
  box-shadow: 0 11px 31px 4px rgba(0, 0, 0, 0);
}
.events-section .events-slider .owl-nav.disabled {
  display: block;
}
.events-section .text-area {
  position: absolute;
  top: 10%;
  display: block;
  width: 30%;
  height: 100%;
  left: 0;
  z-index: 1;
}
.events-section .music-cat {
  position: absolute;
  width: 828px;
  height: 345px;
  bottom: 0;
  z-index: 0;
  left: 0;
  background: url('../../images/music-cat.png') top no-repeat;
}
.events-section .share-opt {
  width: 24%;
  height: 50px;
  display: inline-block;
  position: relative;
}
.events-section .share-opt .socail-share {
  position: absolute;
  top: -8px;
  right: 140%;
  background: #ffffff;
  width: 200px;
  height: 50px;
  display: none;
}
.events-section .share-opt .socail-share li {
  list-style: none;
  margin: 0;
  position: absolute;
  -webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 1000ms;
}
.events-section .share-opt .socail-share li a {
  font-size: 0;
}
.events-section .share-opt .socail-share li a:before {
  font-size: 40px;
}
.events-section .share-opt:hover .socail-share {
  display: block;
  z-index: 2;
  right: 0;
  width: 244px;
}
.events-section .share-opt:hover .socail-share li {
  animation-delay: 300ms;
}
.events-section .share-opt:hover .socail-share .facebook-share {
  right: 80%;
}
.events-section .share-opt:hover .socail-share .twitter-share {
  right: 54%;
}
.events-section .share-opt:hover .socail-share .instagram-share {
  right: 28%;
}
.events-section .share-opt:hover .socail-share .youtube-share {
  right: 2%;
}
.news-section {
  background: url('../../images/news-bg.jpg') #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 3%;
  overflow: hidden;
}
.news-section:after {
  background: url('../../images/white-crisp-bg.png');
  content: '';
  position: absolute;
  bottom: -42px;
  display: block;
  height: 94px;
  width: 100%;
  z-index: 2;
  background-position: bottom center;
}
.news-section .section-container {
  width: 96%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 3% 3% 0;
}
.news-section .section-container .section-title {
  font-weight: 600;
  font-size: 2.6em;
  margin-bottom: 0;
  text-align: center;
}
.news-section .section-container .readmore {
  background-color: #d43841;
  border-color: #d43841;
  margin-top: 2%;
  padding: 1% 4%;
}
.news-section .section-container .readmore:hover {
  background-color: #1a81b1;
  border-color: #1a81b1;
}
.news-section .action-area {
  text-align: center;
}
.news-section .slider-section {
  padding-left: 16%;
}
.news-section .news-slider {
  overflow: visible;
  padding: 5% 0 4%;
  position: relative;
}
.news-section .news-slider.owl-carousel .owl-stage-outer {
  overflow: visible;
}
.news-section .news-slider.owl-theme .owl-nav [class*='owl-'] {
  background: none;
  position: relative;
  text-align: center;
  font-size: 0;
  width: 34px;
  height: 34px;
  padding: 0;
  color: #ffffff;
  border-radius: 50%;
  background: #d43841;
  -webkit-transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
  -moz-transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
  float: left;
}
.news-section .news-slider.owl-theme .owl-nav [class*='owl-']:hover {
  background: #137faf;
}
.news-section .news-slider.owl-theme .owl-nav [class*='owl-']:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  font-size: 20px;
  font-family: 'ficons';
}
.news-section .news-slider.owl-theme .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  text-align: center;
  margin: 0 auto 0;
  width: 88px;
  transform: translateY(0%);
}
.news-section .news-slider.owl-theme .owl-nav .owl-prev:before {
  content: "\e900";
}
.news-section .news-slider.owl-theme .owl-nav .owl-next:before {
  content: "\e901";
}
.news-section .news-slider .owl-nav.disabled {
  display: block;
}
.news-section .news-slider .item {
  display: inline-block;
  background: transparent;
  transition: all .3s ease;
  transform: scale(1);
  box-shadow: 0 11px 31px 4px rgba(0, 0, 0, 0);
  width: 100%;
}
.news-section .news-slider .item:hover {
  transform: scale(1.1);
  box-shadow: 0 11px 31px 4px rgba(0, 0, 0, 0.2);
  background: #ffffff;
}
.news-section .news-slider .content {
  padding: 5%;
}
.news-section .news-slider .content .image-thumb {
  height: 21vh;
  overflow: hidden;
}
.news-section .news-slider .content .image-thumb img {
  width: 100%;
}
.news-section .news-slider .content .item-title {
  font-size: 1.143em;
  font-weight: 600;
  margin: 9% 0 0;
  line-height: 1.3;
}
.news-section .news-slider .content .news-date {
  margin: 4% 0;
  display: block;
  color: #818181;
}
.news-section .news-slider .content .short-descrp {
  text-align: center;
  margin: 8% 0;
  color: #000000;
}
.news-section .news-slider .more {
  background: #d43841;
  text-align: center;
  padding: 6.5%;
  display: block;
  color: #ffffff;
}
.news-section .text-area {
  position: absolute;
  top: 10%;
  display: block;
  width: 30%;
  height: 100%;
  left: 0;
  z-index: 1;
}
.news-section .sun-rays {
  position: absolute;
  width: 515px;
  height: 535px;
  bottom: 2%;
  z-index: 0;
  right: -53px;
  background: url('../../images/sun-rays.png') top no-repeat;
}
.news-section .cage {
  position: absolute;
  width: 206px;
  height: 202px;
  bottom: 3%;
  z-index: 0;
  right: 20%;
  background: url('../../images/gif/cage.gif') top no-repeat;
}
.social-section {
  background: url('../../images/social-bg.png') #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.social-section .section-container {
  padding-top: 2%;
}
.social-section .section-container .social-ul {
  text-align: center;
  margin: 2% 0 0 0;
  overflow: hidden;
  padding: 3% 2%;
}
.social-section .section-container .social-ul .socail-media-box {
  display: inline-block;
  /*width: 23%;*/
  width: 100%;
  list-style-type: none;
  /*margin-right: 2%;*/
  box-shadow: 0 11px 31px 4px rgba(0, 0, 0, 0.3);
  position: relative;
  border-top: 5px solid;
  vertical-align: top;
  text-align: center;
  padding: 15% 1% 1%;
  min-height: 421px;
  background: #ffffff;
}
.social-section .section-container .social-ul .socail-media-box:before {
  position: absolute;
  top: -40px;
  font-size: 5em;
  border-radius: 50%;
  z-index: 1;
  left: 0;
  right: 0;
  max-width: 80px;
  max-height: 80px;
  margin: auto;
}
.social-section .section-container .social-ul .socail-media-box:after {
  content: "";
  position: absolute;
  top: -24px;
  width: 22%;
  height: 40px;
  background: #ffffff;
  left: 1px;
  right: 0;
  margin: auto;
  z-index: 0;
}
.social-section .section-container .social-ul .socail-media-box:last-child {
  margin: 0;
}
.social-section .section-container .social-ul .socail-media-box.facebook-box {
  border-color: #09498b;
}
.social-section .section-container .social-ul .socail-media-box.facebook-box:before {
  color: #09498b;
}
.social-section .section-container .social-ul .socail-media-box.twitter-box {
  border-color: #00b1e8;
}
.social-section .section-container .social-ul .socail-media-box.twitter-box:before {
  color: #00b1e8;
}
.social-section .section-container .social-ul .socail-media-box.instagram-box {
  border-color: transparent;
  -webkit-border-image: url('../../images/instagram-border.png') 10;
  /* Safari 3.1-5 */
  -o-border-image: url('../../images/instagram-border.png') 10;
  /* Opera 11-12.1 */
  border-image: url('../../images/instagram-border.png') 10;
}
.social-section .section-container .social-ul .socail-media-box.instagram-box:before {
  background: -moz-linear-gradient(left, #5752cf 0%, #df2a79 50%, #fec75a 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #5752cf), color-stop(50%, #df2a79), color-stop(100%, #fec75a));
  background: -webkit-linear-gradient(left, #5752cf 0%, #df2a79 50%, #fec75a 100%);
  background: -o-linear-gradient(left, #5752cf 0%, #df2a79 50%, #fec75a 100%);
  background: -ms-linear-gradient(left, #5752cf 0%, #df2a79 50%, #fec75a 100%);
  background: linear-gradient(to right, #5752cf 0%, #df2a79 50%, #fec75a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5752cf', endColorstr='#fec75a', GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.social-section .section-container .social-ul .socail-media-box.youtube-box {
  border-color: #bf0707;
}
.social-section .section-container .social-ul .socail-media-box.youtube-box:before {
  color: #bf0707;
}
.social-section .section-container .social-ul.owl-carousel .owl-stage-outer {
  overflow: visible;
}
.social-section .section-container .section-title {
  font-weight: 600;
  font-size: 2.6em;
  margin-bottom: 0;
  text-align: center;
}
.social-section .section-container .readmore {
  background-color: #d43841;
  border-color: #d43841;
  margin-top: 2%;
  padding: 1% 4%;
}
.social-section .section-container .readmore:hover {
  background-color: #1a81b1;
  border-color: #1a81b1;
}
.home .owl-theme .owl-nav [class*='owl-'] {
  background: none;
  position: relative;
  text-align: center;
  font-size: 0;
  width: 34px;
  height: 34px;
  padding: 0;
  color: #ffffff;
  border-radius: 50%;
  background: #d43841;
  -webkit-transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
  -moz-transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
  float: left;
}
.home .owl-theme .owl-nav [class*='owl-']:hover {
  background: #137faf;
}
.home .owl-theme .owl-nav [class*='owl-']:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  font-size: 20px;
  font-family: 'ficons';
}
.home .owl-theme .owl-nav {
  position: absolute;
  left: 77%;
  top: 50%;
  width: 44px;
  transform: translateY(-50%);
}
.home .owl-theme .owl-nav .owl-prev:before {
  content: "\e900";
}
.home .owl-theme .owl-nav .owl-next:before {
  content: "\e901";
}
.home .home-share-widget {
  position: absolute;
  top: 7%;
  right: 8%;
}
.home .home-share-widget .page-forward-opt {
  width: 100%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.home .home-share-widget .page-forward-opt li {
  display: inline-block;
  list-style-type: none;
  vertical-align: top;
}
.home .home-share-widget .page-forward-opt li.share-opt {
  width: 100%;
  margin: 0;
  cursor: pointer;
  position: relative;
  font-size: 0;
  height: 24px;
}
.home .home-share-widget .page-forward-opt li.share-opt:before {
  margin-right: 0;
  top: 2px;
  position: relative;
  font-size: 21px;
}
.home .home-share-widget .page-forward-opt li.share-opt:hover {
  color: #d43841;
}
.subpage p > a {
  display: inline-block;
}
.subpage .header:after {
  display: none;
}
.subpage .bread-crumb {
  height: auto;
}
.subpage .bread-crumb .breadcrumb-list {
  display: inline-block;
  vertical-align: top;
  width: 80%;
}
.subpage .bread-crumb .breadcrumb-list li {
  display: inline-block;
  list-style-type: none;
  vertical-align: top;
  margin: 0 2% 0 1%;
  position: relative;
  text-transform: uppercase;
  font-size: 0.786em;
}
.subpage .bread-crumb .breadcrumb-list li a {
  color: #a8a8a8;
}
.subpage .bread-crumb .breadcrumb-list li a:hover {
  color: #d43841;
}
.subpage .bread-crumb .breadcrumb-list li:after {
  content: '/';
  position: absolute;
  top: 45%;
  transform: translateY(-45%);
  right: -15px;
}
.subpage .bread-crumb .breadcrumb-list li:first-child {
  margin-left: 0;
}
.subpage .bread-crumb .breadcrumb-list li:last-child:after {
  display: none;
}
.subpage .bread-crumb .page-forward-opt {
  display: inline-block;
  vertical-align: top;
  width: 19%;
  text-align: right;
}
.subpage .bread-crumb .page-forward-opt li {
  display: inline-block;
  list-style-type: none;
  vertical-align: top;
  margin-left: 15px;
}
.subpage .bread-crumb .page-forward-opt li.share-opt {
  cursor: pointer;
  position: relative;
}
.subpage .bread-crumb .page-forward-opt li.share-opt:before {
  margin-right: 10px;
  top: 2px;
  position: relative;
  font-size: 15px;
}
.subpage .bread-crumb .page-forward-opt li.share-opt:hover {
  color: #d43841;
}
.subpage .bread-crumb .page-forward-opt li .print-opt:before {
  margin-right: 10px;
  top: 2px;
  position: relative;
  font-size: 16px;
}
.subpage .socail-share {
  position: absolute;
  top: -8px;
  right: 140%;
  background: #ffffff;
  width: 200px;
  height: 50px;
  display: none;
  /*.facebook-share {
            right: 0;
        }

        .twitter-share {
            right: 0;
        }

        .instagram-share {
            right: 0;
        }

        .youtube-share {
            right: 0;
        }*/
}
.subpage .socail-share li {
  list-style: none;
  margin: 0;
  position: absolute;
  -webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 1000ms;
}
.subpage .socail-share li a {
  font-size: 0;
}
.subpage .socail-share li a:before {
  font-size: 40px;
}
.subpage .share-opt.open .socail-share {
  display: block;
}
.subpage .share-opt.open .socail-share li {
  animation-delay: 300ms;
}
.subpage .share-opt.open .socail-share .facebook-share {
  right: 72%;
}
.subpage .share-opt.open .socail-share .twitter-share {
  right: 48%;
}
.subpage .share-opt.open .socail-share .instagram-share {
  right: 24%;
}
.subpage .share-opt.open .socail-share .youtube-share {
  right: 0;
}
.subpage .section .section-container {
  width: 70%;
  z-index: 1;
}
.subpage .section .section-container .content-area {
  padding-bottom: 3%;
}
.subpage .section .section-container .content-area .images-frame {
  position: relative;
}
.subpage .section .section-container .content-area .images-frame h5 {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  padding: 4% 6%;
  z-index: 1;
  background-color: rgba(35, 31, 32, 0.84);
  color: #ffffff;
  width: 87.5%;
  font-size: .9em;
  line-height: 1.25;
}
.subpage .section.bread-crumb .section-container {
  padding-top: 1.5%;
  border-top: 1px solid #ccc;
  margin: 1.5% auto;
}
.subpage .side-title {
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
}
.subpage .more-opt {
  margin-top: 3%;
}
.subpage .ad-banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 7%;
  padding-bottom: 7%;
  border-bottom: 2px solid #727272;
}
.subpage .ad-banner img {
  width: 100%;
}
.subpage .ad-banner .addtocalendar {
  position: absolute;
  bottom: 15%;
  left: 0;
  right: 0;
  width: 60%;
  margin: 0 auto;
}
.subpage .download-text {
  margin-top: 1%;
  display: inline-block;
  vertical-align: middle;
  width: 65%;
}
.subpage .downlaod-pdf {
  padding: 12px 50px;
  background-color: #d43841;
  border-color: #d43841;
  margin-left: 6%;
  text-transform: uppercase;
}
.subpage .downlaod-pdf:hover {
  background-color: #1a81b1;
  border-color: #1a81b1;
}
.subpage .edition-area .edition-list-area {
  margin: 0;
  padding: 0;
  margin-top: 3%;
}
.subpage .edition-area .edition-list-area .list-items {
  display: inline-block;
  padding: 0;
  vertical-align: top;
  width: 20.5%;
  margin-right: 5%;
  margin-bottom: 5%;
  text-align: left;
}
.subpage .edition-area .edition-list-area .list-items:nth-child(4n) {
  margin-right: 0;
}
.subpage .edition-area .edition-list-area .list-items .edition-buttons {
  background: #47413c;
  text-align: center;
  display: block;
  padding: 14px;
  font-size: 1.214em;
  font-weight: 600;
  color: #ffffff;
}
.subpage .edition-area .edition-list-area .list-items .edition-buttons:hover {
  background: #d43841;
  box-shadow: 0px 13px 29px 2px rgba(212, 56, 65, 0.41);
}
.subpage .tab-area {
  margin-top: 5%;
}
.subpage .tab-area .sub-title {
  text-align: center;
}
.subpage .tab-area .intro {
  text-align: center;
  margin-bottom: 3%;
}
.subpage .members-list-area {
  text-align: center;
  padding-top: 4%;
}
.subpage .members-list-area li {
  display: inline-block;
  text-align: center;
  margin: 0 1.2% 6%;
  cursor: pointer;
  margin: 0px 4% 6% 0;
  width: 21%;
  vertical-align: top;
}
.subpage .members-list-area li:nth-child(4n) {
  margin-right: 0;
}
.subpage .members-list-area li .profile-pic {
  background: #ffffff;
  box-shadow: 0px 2px 9px 2px rgba(0, 0, 0, 0.05);
  max-height: 25vh;
  overflow: hidden;
  transition: all 300ms ease-in-out;
}
.subpage .members-list-area li .profile-pic img {
  width: 100%;
}
.subpage .members-list-area li .profile-info {
  margin-top: 20%;
}
.subpage .members-list-area li .profile-info .member-name {
  font-size: 1em;
  font-weight: 600;
}
.subpage .members-list-area li .profile-info .designation {
  font-size: 1em;
  display: block;
}
.subpage .members-list-area li .profile-info .view-bio {
  margin-top: 8%;
  color: #595450;
}
.subpage .members-list-area li:hover .profile-pic {
  box-shadow: 0px 15px 38px 5px rgba(0, 0, 0, 0.2);
}
.subpage .members-list-area li:hover .profile-info .view-bio {
  color: #ffffff;
  border: 2px solid #d43841;
  background-color: #d43841;
}
.subpage .category-list-ul li {
  list-style-type: none;
  display: inline-block;
  background: #ffffff;
  padding: 3% 1%;
  margin-right: 5%;
  margin-bottom: 5%;
  text-align: center;
  width: 29%;
  border-bottom: 3px solid #f7bd32;
}
.subpage .category-list-ul li:nth-child(3n) {
  margin-right: 0;
}
.subpage .search-filters .filter-items {
  display: inline-block;
  height: 45px;
  width: 19%;
  margin-right: 3%;
  float: left;
  position: relative;
}
.subpage .search-filters .filter-items .fields {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  padding: 10px;
  border: 1px solid #c2c2c2;
  position: relative;
}
.subpage .search-filters .filter-items.search-area {
  width: 38%;
}
.subpage .search-filters .filter-items.calendar:before {
  position: absolute;
  right: 7%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 1.4em;
  color: #959595;
}
.subpage .search-filters .filter-items.btn-field {
  width: 15%;
  margin-right: 0;
}
.subpage .search-filters .filter-items .square-btn {
  border: none;
  background-color: #d43841;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
  -moz-transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
}
.subpage .search-filters .filter-items .square-btn:hover {
  background-color: #137faf;
}
.subpage .listing-area {
  padding: 5% 0 0;
}
.subpage .listing-area .items {
  display: inline-block;
  list-style-type: none;
  float: left;
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 5%;
  color: #231f20;
}
.subpage .listing-area .items:nth-child(even) {
  margin-right: 0;
}
.subpage .listing-area .items .item-box {
  width: 100%;
}
.subpage .listing-area .items .list-item-img {
  width: 45%;
  height: 20vh;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.subpage .listing-area .items .list-item-img img {
  width: 100%;
  -webkit-transition: all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transform: scale3d(1.3, 1.3, 1.3);
  transform: scale3d(1.3, 1.3, 1.3);
}
.subpage .listing-area .items .list-item-descb {
  display: inline-block;
  width: 50%;
  margin-left: 4%;
}
.subpage .listing-area .items .list-item-descb .date-area {
  position: relative;
  padding-left: 10%;
  margin-bottom: 7%;
  color: #5e5e5e;
}
.subpage .listing-area .items .list-item-descb .date-area:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.1em;
  color: #d43841;
}
.subpage .listing-area .items .list-item-descb .h2 {
  font-size: 1.143em;
  font-weight: 800;
  margin: 0;
  line-height: 1.2;
}
.subpage .listing-area .items .list-item-descb .short-news {
  line-height: 1.3;
  font-size: 1em;
  margin-top: 4%;
  color: #47413c;
}
.subpage .listing-area .items a {
  color: #231f20;
}
.subpage .listing-area .items a:hover {
  color: #d43841;
}
.subpage .listing-area .items:hover .list-item-img img {
  -webkit-transform: scale3d(1.6, 1.6, 1.6);
  transform: scale3d(1.6, 1.6, 1.6);
}
.subpage .listing-area .countdown-div {
  padding-top: 6%;
}
.subpage .listing-area .countdown-div .event-counter-title {
  margin-bottom: 2%;
}
.subpage .listing-area .countdown-div .countdown li {
  position: relative;
}
.subpage .listing-area .countdown-div .countdown li:after {
  content: '';
  background-color: #ccc;
  height: 65%;
  width: 1px;
  right: 0;
  top: 4px;
  display: inline-block;
  position: absolute;
}
.subpage .listing-area .countdown-div .countdown li:last-child:after {
  display: none;
}
.subpage .detail-page .listing-area .items {
  display: block;
  width: 100%;
  margin-right: 0%;
  margin-bottom: 10%;
}
.subpage .detail-page .listing-area .items .list-item-img {
  width: 100%;
  height: auto;
}
.subpage .detail-page .listing-area .items .list-item-descb {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-top: 4%;
}
.subpage .detail-page .listing-area .items .list-item-descb .date-area {
  margin-bottom: 3%;
}
.subpage .detail-page .more-opt {
  margin-top: 4%;
}
.subpage .detail-page .add-calendar {
  text-align: right;
}
.subpage .detail-page .date-venue {
  font-weight: 600;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 3.2% 0;
  margin-bottom: 3%;
}
.subpage .detail-page .news-date {
  margin-bottom: 2%;
}
.subpage .detail-page .news-date:before {
  display: inline-block;
  margin-right: 6px;
}
.subpage .detail-page .addtocalendar {
  background-color: #d43841;
  border-color: #d43841;
}
.subpage .detail-page .addtocalendar:before {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.2em;
  vertical-align: text-bottom;
}
.subpage .detail-page .addtocalendar:hover {
  background-color: #137faf;
  border-color: #137faf;
}
.subpage .detail-page .countdown-div {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.subpage .detail-page .countdown-div .event-counter-title {
  font-size: 1em;
  display: inline-block;
  width: 24%;
  margin-bottom: 0;
}
.subpage .detail-page .countdown-div .countdown {
  display: inline-block;
  width: 68%;
  vertical-align: text-bottom;
}
.subpage .detail-page .countdown-div .countdown li {
  position: relative;
}
.subpage .detail-page .countdown-div .countdown li:after {
  content: '';
  background-color: #ccc;
  height: 65%;
  width: 1px;
  right: 0;
  top: 4px;
  display: inline-block;
  position: absolute;
}
.subpage .detail-page .countdown-div .countdown li:last-child:after {
  display: none;
}
.subpage .mission-list li {
  display: inline-block;
  width: 47%;
  padding-left: 3%;
  margin-right: 5%;
  position: relative;
  font-size: 1.1em;
  margin-bottom: 2%;
  float: left;
  line-height: 1.5;
}
.subpage .mission-list li:nth-child(even) {
  margin-right: 0;
}
.subpage .mission-list li:before {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #d43841;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 0;
}
.subpage .form-area {
  margin-top: 5%;
}
.subpage .supportform {
  padding: 0 3%;
}
.subpage .supportform .field {
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 3%;
}
.subpage .supportform .field .text-field {
  width: 100%;
  border-radius: 5px;
  height: 55px;
  border: 1px solid #ccc;
  padding: 10px 20px;
}
.subpage .supportform .field .text-area {
  width: 100%;
  border-radius: 5px;
  min-height: 123px;
  border: 1px solid #ccc;
  margin-bottom: 2%;
  padding: 10px 20px;
  min-width: 100%;
  max-width: 100%;
}
.subpage .supportform .field .side-text {
  width: 25%;
  display: inline-block;
  float: left;
  border-radius: 5px 0 0px 5px;
  height: 55px;
  border: 1px solid #ccc;
  padding: 16px 20px;
  background-color: #ffffff;
  border-right: 0;
  color: #ababab;
}
.subpage .supportform .field .select-field {
  width: 75%;
  display: inline-block;
  position: relative;
}
.subpage .supportform .field .select-field:before {
  position: absolute;
  right: 6%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1em;
  z-index: 1;
}
.subpage .supportform .field .select-field select {
  width: 100%;
  border-radius: 0 5px 5px 0;
  height: 55px;
  border: 1px solid #ccc;
  padding: 10px 20px;
  color: #ababab;
}
.subpage .supportform .field.button-area {
  text-align: right;
}
.subpage .supportform .field.button-area .square-btn {
  border: none;
  background-color: #d43841;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  padding: 12px 35px;
  border-radius: 5px;
  -webkit-transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
  -moz-transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
}
.subpage .supportform .field.button-area .square-btn:hover {
  background-color: #137faf;
}
.subpage .supportform .field.button-area .reset-btn {
  margin-right: 3%;
}
.subpage .supportform .field.button-area input:disabled {
  background-color: #47413c;
}
.subpage .supportform .field.button-area input:disabled:hover {
  background-color: #47413c;
}
.subpage .network ul.tabs {
  text-align: center;
}
.subpage .network ul.tabs li {
  float: none;
  margin: auto 3%;
  text-transform: uppercase;
  width: 20%;
  padding: 15px;
  display: inline-block;
}
.subpage .network .members-list-area li .profile-info {
  margin-top: 15%;
}
.subpage .network .members-list-area li .profile-info .member-name {
  transition: all 300ms ease-in-out;
}
.subpage .network .members-list-area li:hover .profile-info .member-name {
  color: #d43841;
}
.subpage .team .members-list-area li .profile-info .designation {
  text-transform: uppercase;
}
.subpage .detail-slider {
  position: relative;
  background-color: #eee;
}
.subpage .detail-slider .owl-thumbs {
  text-align: center;
  position: absolute;
  bottom: 5%;
  z-index: 1;
  left: 0;
  right: 0;
  white-space: nowrap;
  overflow-x: auto;
}
.subpage .detail-slider .owl-thumbs .owl-thumb-item {
  display: inline-block;
  position: relative;
  width: 104px;
}
.subpage .detail-slider .owl-thumbs .owl-thumb-item.active:before {
  border: 4px solid #ffffff;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  top: 0;
  left: 0;
  position: absolute;
}
.subpage .detail-slider .owl-thumbs::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.subpage .detail-slider .owl-thumbs::-webkit-scrollbar {
  width: 6px !important;
  background-color: #F5F5F5;
}
.subpage .detail-slider .owl-thumbs::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #d43841;
}
.subpage .detail-slider .owl-item {
  max-height: 525px;
  overflow: hidden;
}
.subpage .contact .contact-info li {
  display: block;
  list-style-type: none;
  position: relative;
  padding-left: 15%;
  margin-bottom: 5%;
  min-height: 60px;
}
.subpage .contact .contact-info li h4 {
  font-size: 1.2em;
  font-weight: 600;
  color: #b42e23;
}
.subpage .contact .contact-info li p {
  font-size: 1em;
}
.subpage .contact .contact-info li:before {
  font-size: 3.5em;
  color: #b42e23;
  position: absolute;
  left: 0;
  top: 0;
}
.subpage .contact .contact-box {
  padding-left: 10%;
}
.subpage .contact .contact-box .h2 {
  font-size: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 4% 0;
}
.subpage .contact .contact-box .field-area {
  background-color: #ffffff;
  padding: 5% 8% 2%;
  border: 1px solid #ccc;
  text-align: center;
  border-radius: 5px 5px 0 0;
}
.subpage .contact .contact-box .contact-field .text-field {
  width: 100%;
  border-radius: 5px;
  height: 55px;
  border: 1px solid #ccc;
  margin-bottom: 2%;
  padding: 10px 20px;
}
.subpage .contact .contact-box .contact-field .text-area {
  width: 100%;
  border-radius: 5px;
  min-height: 100px;
  border: 1px solid #ccc;
  margin-bottom: 2%;
  padding: 10px 20px;
  min-width: 100%;
  max-width: 100%;
}
.subpage .contact .contact-box .submit-field .submit-btn {
  width: 100%;
  background-color: #d43841;
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  border-radius: 0 0 5px 5px;
  margin: 0;
  padding: 15px;
  -webkit-transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
  -moz-transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
}
.subpage .contact .contact-box .submit-field .submit-btn:hover {
  background-color: #137faf;
}
.subpage .contact .map-area {
  margin: 8% 0 0;
  height: 440px;
}
.subpage .contact .map-area .map-frame {
  width: 100%;
  height: 100%;
}
.subpage .error-pages {
  font-family: 'Open Sans', sans-serif;
}
.subpage .error-pages .circle-1 {
  background-color: #ffc835;
  border-radius: 50%;
  height: 300px;
  width: 300px;
  float: right;
}
.subpage .error-pages .circle-2 {
  background-color: #ffb71e;
  border-radius: 50%;
  height: 270px;
  width: 270px;
  float: right;
  margin-top: 27px;
  text-align: center;
  padding: 18% 6% 0 0;
}
.subpage .error-pages .circle-2 .error-title {
  font-size: 9em;
  font-weight: 900;
  line-height: .85;
}
.subpage .error-pages .circle-2 .page-name {
  font-size: 1.65em;
  text-transform: uppercase;
  font-weight: 800;
}
.subpage .error-pages .error-content .title {
  font-family: 'dax';
  font-size: 5.5em;
  font-weight: 800;
}
.subpage .error-pages .error-content .intro {
  font-weight: 600;
  font-size: 1.35em;
  line-height: 1.5;
  margin: 2.5% 0;
}
.subpage .error-pages .error-content .readmore {
  background-color: #d43841;
  border-color: #d43841;
  padding: 12px 25px;
  margin-top: 4%;
}
.subpage .error-pages .error-content .readmore:hover {
  background-color: #137faf;
  border-color: #137faf;
}
.subpage .error-pages .image-error {
  float: left;
  width: 100%;
  height: 250px;
  position: relative;
  top: -110px;
  z-index: -1;
}
.subpage .results {
  margin-top: 4%;
}
.subpage .results .result-content {
  font-weight: 100;
}
.subpage .results .listing-area {
  padding: 1% 0 0 0;
}
.subpage .results .listing-area .items {
  width: 90%;
  margin-right: 0;
  margin-bottom: 0;
}
.subpage .results .listing-area .items .list-item-descb .date-area {
  margin-bottom: 0;
}
.subpage .results .listing-area .items .list-item-img {
  width: 25%;
}
.subpage .publications .members-list-area li {
  margin: 0 8% 6% 0;
  width: 18%;
}
.subpage .publications .members-list-area li:nth-child(4n) {
  margin-right: 0;
}
.subpage .publications .members-list-area li .profile-pic {
  background: transparent;
  padding: 0;
  max-height: 40vh;
}
.subpage .publications .members-list-area li .profile-info {
  margin-top: 10%;
}
.subpage .publications .members-list-area li .profile-info .designation {
  font-size: .9em;
}
.subpage .publications .members-list-area li .profile-info .file-size {
  font-size: .9em;
  display: block;
}
.subpage .publications .members-list-area li:hover .profile-info .member-name {
  color: #d43841;
}
.subpage .edition-page .section-sub-title {
  text-align: center;
  color: #d43841;
  font-weight: 600;
  margin: 0;
  font-size: 1.3em;
}
.subpage .edition-page .section-title,
.subpage .edition-page .page-title {
  text-align: center;
  margin-bottom: 4%;
  font-size: 1.9em;
}
.subpage .edition-page .country-vise .item {
  margin-bottom: 6%;
}
.subpage .edition-page .country-vise .item .country-name {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 2%;
}
.subpage .edition-page .country-vise .item .flag {
  width: 15%;
  height: 90px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 3%;
  margin-bottom: 1.5%;
}
.subpage .edition-page .country-vise .item .flag img {
  width: 100%;
}
.subpage .edition-page .country-vise .item .country-details {
  display: inline-block;
  width: 80%;
}
.subpage .edition-page .country-vise .item .country-details p {
  margin-bottom: 0;
}
.subpage .edition-page .common-content-area {
  margin-bottom: 6%;
}
.subpage .edition-page .authors-illustrators-list {
  margin-bottom: 6%;
}
.subpage .edition-page .authors-illustrators-list .authors-list h3 {
  font-size: 1.4em;
  font-weight: 600;
  color: #d43841;
  margin-bottom: 4%;
}
.subpage .edition-page .authors-illustrators-list .authors-list li {
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
  width: 23%;
  padding-right: 2%;
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 1.2%;
}
.subpage .edition-page .authors-illustrators-list .illustrators-list ul {
  padding-top: 4%;
}
.subpage .edition-page .authors-illustrators-list .illustrators-list ul li {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  margin: 0 10% 6% 0;
  width: 16%;
  vertical-align: top;
}
.subpage .edition-page .authors-illustrators-list .illustrators-list ul li:nth-child(4n) {
  margin-right: 0;
}
.subpage .edition-page .authors-illustrators-list .illustrators-list ul li .profile-pic {
  min-height: 32vh;
}
.subpage .edition-page .authors-illustrators-list .illustrators-list ul li .profile-pic img {
  width: 100%;
}
.subpage .edition-page .authors-illustrators-list .illustrators-list ul li .profile-info {
  margin-top: 10%;
}
.subpage .edition-page .authors-illustrators-list .illustrators-list ul li .profile-info .member-name {
  font-size: 1.2em;
  font-weight: 600;
  color: #d43841;
  text-align: center;
}
.subpage .edition-page .authors-illustrators-list .illustrators-list ul li .profile-info .designation {
  font-size: 1em;
  font-weight: 600;
  display: block;
  text-align: center;
}
.subpage .edition-page .edition-partners-list ul {
  padding-top: 4%;
  text-align: center;
}
.subpage .edition-page .edition-partners-list ul li {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  margin: 0 14% 6% 0;
  width: 13%;
  vertical-align: middle;
}
.subpage .edition-page .edition-partners-list ul li:nth-child(4n) {
  margin-right: 0;
}
.subpage .edition-page .edition-partners-list ul li .profile-pic img {
  width: 100%;
}
.subpage .gen-projects h3 {
  width: 100%;
}
.subpage .gen-projects ul li {
  display: inline-block;
  width: 100%;
  padding-left: 3%;
  margin-right: 5%;
  position: relative;
  font-size: 1.1em;
  margin-bottom: 2%;
  float: left;
  line-height: 1.5;
  vertical-align: top;
}
.subpage .gen-projects ul li:nth-child(even) {
  margin-right: 0;
}
.subpage .gen-projects ul li:before {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #d43841;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 0;
}
.subpage .gen-projects ul.edition-list-area {
  margin: 0;
  padding: 0;
  margin-top: 3%;
  float: left;
  width: 100%;
}
.subpage .gen-projects ul.edition-list-area li {
  display: inline-block;
  padding: 0;
  width: 20.5%;
  margin-right: 5%;
  margin-bottom: 5%;
  text-align: left;
  vertical-align: top;
}
.subpage .gen-projects ul.edition-list-area li:before {
  display: none;
}
.subpage .gen-projects ul.edition-list-area li:nth-child(4n) {
  margin-right: 0;
}
.subpage .gen-projects ul.edition-list-area li a {
  background: #47413c;
  text-align: center;
  display: block;
  padding: 14px;
  font-size: 1.214em;
  font-weight: 600;
  color: #ffffff;
}
.subpage .gen-projects ul.edition-list-area li a:hover {
  background: #d43841;
  box-shadow: 0px 13px 29px 2px rgba(212, 56, 65, 0.41);
}
.subpage .gen-projects ul.tabs li {
  width: auto;
  text-align: center;
  padding: 15px 45px;
}
.subpage .gen-projects ul.tabs li:before {
  display: none;
}
.subpage .gen-projects ul.tabs li:nth-child(even) {
  margin-right: 5%;
}
.subpage .gen-projects ol {
  padding-left: 4%;
  list-style-type: none;
  font-size: 1.06em;
  font-weight: 100;
  line-height: 1.65;
}
.subpage .gen-projects ol li {
  display: inline-block;
  width: 100%;
}
.subpage .gen-projects ol > li {
  margin-bottom: 2%;
  /*counter-reset: main-counter;*/
  counter-increment: main-counter;
  position: relative;
}
.subpage .gen-projects ol > li:before {
  content: counter(main-counter);
  margin-right: 0;
  font-size: 10px;
  background-color: #d43841;
  color: #ffffff;
  font-weight: bold;
  padding: 2px 0;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  left: -3.5%;
  top: 0;
  text-align: center;
}
.subpage .gen-projects ol > li > ol {
  margin-top: 1.5%;
  list-style-type: none;
}
.subpage .gen-projects ol > li > ol > li {
  margin-bottom: 1%;
  padding-left: 1%;
  counter-increment: step-counter;
  position: relative;
}
.subpage .gen-projects ol > li > ol > li:before {
  content: counter(step-counter);
  margin-right: 0;
  font-size: 10px;
  background-color: #d43841;
  color: #ffffff;
  font-weight: bold;
  padding: 2px 0;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  left: -3.5%;
  top: 0;
  text-align: center;
}
.subpage .gen-projects ol > li ul {
  margin-top: 2%;
}
.subpage .gen-projects ol > li ul > li {
  margin-bottom: 1%;
  font-size: 1em;
}
.subpage .gen-projects .category-list-ul li {
  list-style-type: none;
  display: inline-block;
  background: #ffffff;
  padding: 3% 1%;
  margin-right: 4%;
  margin-bottom: 5%;
  text-align: center;
  width: 29%;
}
.subpage .gen-projects .category-list-ul li:before {
  display: none;
}
.subpage .gen-projects .category-list-ul li:nth-child(3n) {
  margin-right: 0;
}
.subpage .gen-projects .category-list-ul li:nth-child(even) {
  margin-right: 4%;
}
.innerpages {
  background: url('../../images/news-bg.jpg') #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 5%;
  overflow: hidden;
  height: auto;
}
.innerpages .sun-rays {
  position: absolute;
  width: 515px;
  height: 535px;
  bottom: 2%;
  z-index: 0;
  right: -53px;
  background: url('../../images/sun-rays.png') top no-repeat;
}
.innerpages .cage {
  position: absolute;
  width: 206px;
  height: 202px;
  bottom: 3%;
  z-index: 0;
  right: 20%;
  background: url('../../images/gif/cage.gif') top no-repeat;
}
.innerpages p {
  text-align: left;
  font-size: 1.143em;
  line-height: 1.65;
}
.innerpages .images-frame {
  width: 32%;
  height: auto;
  padding: 2%;
  background: #ffffff;
  box-shadow: 0px 0px 50px 3px rgba(0, 0, 0, 0.25);
}
.innerpages .images-frame img {
  width: 100%;
  display: block;
}
.innerpages .side-image-right {
  float: right;
  margin-left: 4%;
  margin-bottom: 5%;
}
/*=Gallery Modules - photo gallery - video gallery => list 
---------------------------------------------------------*/
.fi-gallery-list {
  width: 100%;
  height: auto;
  position: relative;
}
.fi-gallery-list .gl-list-box {
  width: 31%;
  text-align: center;
  display: inline-block;
  margin: 1%;
  position: relative;
  overflow: hidden;
  height: 25vh;
}
.gl-list-box a {
  display: block;
}
.gl-title {
  position: absolute;
  width: 100%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: block;
  text-align: left;
  line-height: 40px;
  padding-left: 60px;
  height: 40px;
  overflow: hidden;
}
.gl-feature-image {
  width: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transform: scale(1);
}
.fi-gallery-list .gl-list-box:hover .gl-feature-image {
  transform: scale(1.1);
}
.gl-add-this-widget {
  display: none;
}
.gl-list-box:hover .gl-add-this-widget {
  display: block;
}
.fi-gallery-details {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 20px;
  white-space: nowrap;
  overflow-x: auto;
  padding-bottom: 20px;
}
.fi-gallery-details::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.fi-gallery-details::-webkit-scrollbar {
  width: 4px;
  height: 6px;
  background-color: #F5F5F5;
}
.fi-gallery-details::-webkit-scrollbar-thumb {
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #d43841;
}
.fi-gallery-details .gallery-images {
  width: 144px;
  height: 100%;
  display: inline-block;
  margin: 0px;
  border: 7px solid transparent;
  position: relative;
}
.fi-gallery-details .gallery-images:hover {
  border: 7px solid #d43841;
}
.fi-gallery-details .gallery-images:before {
  position: absolute;
  top: -7px;
  left: 40%;
  opacity: 0;
  border-left: 15px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 14px solid #d43841;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s inear;
}
.fi-gallery-details .gallery-images:hover:before {
  opacity: 1;
  top: -20px;
}
.fi-gallery-details .gallery-images.active_ {
  border: 7px solid #d43841;
}
.fi-gallery-details .gallery-images.active_:before {
  opacity: 1;
  top: -20px;
}
.fi-gallery-details .gallery-images img {
  width: 100%;
  height: 100px;
}
.fi-gallery-detail-img {
  width: 100%;
  text-align: center;
  height: 533px;
  overflow: hidden;
  background: url('../../images//loading.GIF') no-repeat center;
  position: relative;
}
.gallery-prev-nav {
  position: absolute;
  left: 1%;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
}
.gallery-prev-nav a {
  width: 40px;
  height: 40px;
  position: relative;
  background-color: #d43841;
  display: block;
  cursor: pointer;
  font-size: 0;
  color: white;
  border-radius: 50%;
  opacity: .5;
  -webkit-transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
  -moz-transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
}
.gallery-prev-nav a:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  font-size: 20px;
  font-family: 'ficons';
  content: "\e900";
}
.gallery-prev-nav a:hover {
  opacity: 1;
}
.gallery-next-nav {
  position: absolute;
  right: 1%;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
}
.gallery-next-nav a {
  width: 40px;
  height: 40px;
  position: relative;
  background-color: #d43841;
  display: block;
  cursor: pointer;
  font-size: 0;
  color: white;
  border-radius: 50%;
  opacity: .5;
  -webkit-transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
  -moz-transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
}
.gallery-next-nav a:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  font-size: 20px;
  font-family: 'ficons';
  content: "\e901";
}
.gallery-next-nav a:hover {
  opacity: 1;
}
.fi-gallery-details-title {
  text-align: center;
  margin-bottom: 20px;
}
.fi-g-img-large {
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
  min-height: 519px;
  width: 100%;
}
.photo-gallery p.gl-title {
  height: auto;
  padding: 3% 3% 3% 16%;
  z-index: 1;
  margin: 0;
  line-height: 1.1;
}
.photo-gallery p.gl-title:before {
  background: url('../../images//camera.png') no-repeat center;
  content: '';
  position: absolute;
  top: 50%;
  left: 2%;
  width: 32px;
  height: 24px;
  background: url(../../images//camera.png) no-repeat center;
  z-index: 1;
  background-size: 65%;
  transform: translateY(-50%);
}
.page-back-button {
  text-align: center;
  display: inline-block;
  padding: 12px 18px;
  letter-spacing: .1em;
  border-radius: 50px;
  text-transform: none;
  font-size: .9em;
  font-weight: 600;
  color: #ffffff;
  border: 2px solid;
  -webkit-transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
  -moz-transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
  background-color: #d43841;
  border-color: #d43841;
  display: table;
  margin: 5% auto 0;
  float: none;
}
.page-back-button:hover {
  background-color: #137faf;
  border-color: #137faf;
  color: #ffffff;
}
/*video gallery*/
.fi-g-img-large:hover {
  transform: scale(1);
}
.video-gallery-list .gl-list-box:before {
  bottom: 3px;
  height: 35px;
  background: url('../../images//video.png') no-repeat center;
}
.fi-gallery-video-detail-section {
  width: 80%;
  text-align: center;
  height: 533px;
  overflow: hidden;
  margin: 0 auto;
}
.date-block {
  display: block;
  text-align: center;
  margin-bottom: 40px;
  color: #a2a2a2;
  font-size: 14px;
  font-style: italic;
}
/* IE */
.ar {
  /*******************************************************************************
 *              bootstrap-rtl (version 3.3.4)
 *      Author: Morteza Ansarinia (http://github.com/morteza)
 *  Created on: August 13,2015
 *     Project: bootstrap-rtl
 *   Copyright: Unlicensed Public Domain
 *******************************************************************************/
  /*# sourceMappingURL=bootstrap-rtl.css.map */
}
.ar .flip.text-left {
  text-align: right;
}
.ar .flip.text-right {
  text-align: left;
}
.ar .list-unstyled {
  padding-right: 0;
  padding-left: initial;
}
.ar .list-inline {
  padding-right: 0;
  padding-left: initial;
  margin-right: -5px;
  margin-left: 0;
}
.ar dd {
  margin-right: 0;
  margin-left: initial;
}
.ar blockquote {
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.ar .blockquote-reverse,
.ar blockquote.pull-left {
  padding-left: 15px;
  padding-right: 0;
  border-left: 5px solid #eeeeee;
  border-right: 0;
  text-align: left;
}
.ar .col-xs-1,
.ar .col-sm-1,
.ar .col-md-1,
.ar .col-lg-1,
.ar .col-xs-2,
.ar .col-sm-2,
.ar .col-md-2,
.ar .col-lg-2,
.ar .col-xs-3,
.ar .col-sm-3,
.ar .col-md-3,
.ar .col-lg-3,
.ar .col-xs-4,
.ar .col-sm-4,
.ar .col-md-4,
.ar .col-lg-4,
.ar .col-xs-5,
.ar .col-sm-5,
.ar .col-md-5,
.ar .col-lg-5,
.ar .col-xs-6,
.ar .col-sm-6,
.ar .col-md-6,
.ar .col-lg-6,
.ar .col-xs-7,
.ar .col-sm-7,
.ar .col-md-7,
.ar .col-lg-7,
.ar .col-xs-8,
.ar .col-sm-8,
.ar .col-md-8,
.ar .col-lg-8,
.ar .col-xs-9,
.ar .col-sm-9,
.ar .col-md-9,
.ar .col-lg-9,
.ar .col-xs-10,
.ar .col-sm-10,
.ar .col-md-10,
.ar .col-lg-10,
.ar .col-xs-11,
.ar .col-sm-11,
.ar .col-md-11,
.ar .col-lg-11,
.ar .col-xs-12,
.ar .col-sm-12,
.ar .col-md-12,
.ar .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.ar .col-xs-1,
.ar .col-xs-2,
.ar .col-xs-3,
.ar .col-xs-4,
.ar .col-xs-5,
.ar .col-xs-6,
.ar .col-xs-7,
.ar .col-xs-8,
.ar .col-xs-9,
.ar .col-xs-10,
.ar .col-xs-11,
.ar .col-xs-12 {
  float: right;
}
.ar .col-xs-12 {
  width: 100%;
}
.ar .col-xs-11 {
  width: 91.66666667%;
}
.ar .col-xs-10 {
  width: 83.33333333%;
}
.ar .col-xs-9 {
  width: 75%;
}
.ar .col-xs-8 {
  width: 66.66666667%;
}
.ar .col-xs-7 {
  width: 58.33333333%;
}
.ar .col-xs-6 {
  width: 50%;
}
.ar .col-xs-5 {
  width: 41.66666667%;
}
.ar .col-xs-4 {
  width: 33.33333333%;
}
.ar .col-xs-3 {
  width: 25%;
}
.ar .col-xs-2 {
  width: 16.66666667%;
}
.ar .col-xs-1 {
  width: 8.33333333%;
}
.ar .col-xs-pull-12 {
  left: 100%;
  right: auto;
}
.ar .col-xs-pull-11 {
  left: 91.66666667%;
  right: auto;
}
.ar .col-xs-pull-10 {
  left: 83.33333333%;
  right: auto;
}
.ar .col-xs-pull-9 {
  left: 75%;
  right: auto;
}
.ar .col-xs-pull-8 {
  left: 66.66666667%;
  right: auto;
}
.ar .col-xs-pull-7 {
  left: 58.33333333%;
  right: auto;
}
.ar .col-xs-pull-6 {
  left: 50%;
  right: auto;
}
.ar .col-xs-pull-5 {
  left: 41.66666667%;
  right: auto;
}
.ar .col-xs-pull-4 {
  left: 33.33333333%;
  right: auto;
}
.ar .col-xs-pull-3 {
  left: 25%;
  right: auto;
}
.ar .col-xs-pull-2 {
  left: 16.66666667%;
  right: auto;
}
.ar .col-xs-pull-1 {
  left: 8.33333333%;
  right: auto;
}
.ar .col-xs-pull-0 {
  left: auto;
  right: auto;
}
.ar .col-xs-push-12 {
  right: 100%;
  left: 0;
}
.ar .col-xs-push-11 {
  right: 91.66666667%;
  left: 0;
}
.ar .col-xs-push-10 {
  right: 83.33333333%;
  left: 0;
}
.ar .col-xs-push-9 {
  right: 75%;
  left: 0;
}
.ar .col-xs-push-8 {
  right: 66.66666667%;
  left: 0;
}
.ar .col-xs-push-7 {
  right: 58.33333333%;
  left: 0;
}
.ar .col-xs-push-6 {
  right: 50%;
  left: 0;
}
.ar .col-xs-push-5 {
  right: 41.66666667%;
  left: 0;
}
.ar .col-xs-push-4 {
  right: 33.33333333%;
  left: 0;
}
.ar .col-xs-push-3 {
  right: 25%;
  left: 0;
}
.ar .col-xs-push-2 {
  right: 16.66666667%;
  left: 0;
}
.ar .col-xs-push-1 {
  right: 8.33333333%;
  left: 0;
}
.ar .col-xs-push-0 {
  right: auto;
  left: 0;
}
.ar .col-xs-offset-12 {
  margin-right: 100%;
  margin-left: 0;
}
.ar .col-xs-offset-11 {
  margin-right: 91.66666667%;
  margin-left: 0;
}
.ar .col-xs-offset-10 {
  margin-right: 83.33333333%;
  margin-left: 0;
}
.ar .col-xs-offset-9 {
  margin-right: 75%;
  margin-left: 0;
}
.ar .col-xs-offset-8 {
  margin-right: 66.66666667%;
  margin-left: 0;
}
.ar .col-xs-offset-7 {
  margin-right: 58.33333333%;
  margin-left: 0;
}
.ar .col-xs-offset-6 {
  margin-right: 50%;
  margin-left: 0;
}
.ar .col-xs-offset-5 {
  margin-right: 41.66666667%;
  margin-left: 0;
}
.ar .col-xs-offset-4 {
  margin-right: 33.33333333%;
  margin-left: 0;
}
.ar .col-xs-offset-3 {
  margin-right: 25%;
  margin-left: 0;
}
.ar .col-xs-offset-2 {
  margin-right: 16.66666667%;
  margin-left: 0;
}
.ar .col-xs-offset-1 {
  margin-right: 8.33333333%;
  margin-left: 0;
}
.ar .col-xs-offset-0 {
  margin-right: 0%;
  margin-left: 0;
}
.ar caption {
  text-align: right;
}
.ar th {
  text-align: right;
}
.ar .radio label,
.ar .checkbox label {
  padding-right: 20px;
  padding-left: initial;
}
.ar .radio input[type="radio"],
.ar .radio-inline input[type="radio"],
.ar .checkbox input[type="checkbox"],
.ar .checkbox-inline input[type="checkbox"] {
  margin-right: -20px;
  margin-left: auto;
}
.ar .radio-inline,
.ar .checkbox-inline {
  padding-right: 20px;
  padding-left: 0;
}
.ar .radio-inline + .radio-inline,
.ar .checkbox-inline + .checkbox-inline {
  margin-right: 10px;
  margin-left: 0;
}
.ar .has-feedback .form-control {
  padding-left: 42.5px;
  padding-right: 12px;
}
.ar .form-control-feedback {
  left: 0;
  right: auto;
}
.ar .form-horizontal .has-feedback .form-control-feedback {
  left: 15px;
  right: auto;
}
.ar .caret {
  margin-right: 2px;
  margin-left: 0;
}
.ar .dropdown-menu {
  right: 0;
  left: auto;
  float: left;
  text-align: right;
}
.ar .dropdown-menu.pull-right {
  left: 0;
  right: auto;
  float: right;
}
.ar .dropdown-menu-right {
  left: auto;
  right: 0;
}
.ar .dropdown-menu-left {
  left: 0;
  right: auto;
}
.ar .btn-group > .btn,
.ar .btn-group-vertical > .btn {
  float: right;
}
.ar .btn-group .btn + .btn,
.ar .btn-group .btn + .btn-group,
.ar .btn-group .btn-group + .btn,
.ar .btn-group .btn-group + .btn-group {
  margin-right: -1px;
  margin-left: 0px;
}
.ar .btn-toolbar {
  margin-right: -5px;
  margin-left: 0px;
}
.ar .btn-toolbar .btn-group,
.ar .btn-toolbar .input-group {
  float: right;
}
.ar .btn-toolbar > .btn,
.ar .btn-toolbar > .btn-group,
.ar .btn-toolbar > .input-group {
  margin-right: 5px;
  margin-left: 0px;
}
.ar .btn-group > .btn:first-child {
  margin-right: 0;
}
.ar .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ar .btn-group > .btn:last-child:not(:first-child),
.ar .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.ar .btn-group > .btn-group {
  float: right;
}
.ar .btn-group.btn-group-justified > .btn,
.ar .btn-group.btn-group-justified > .btn-group {
  float: none;
}
.ar .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.ar .btn-group > .btn-group:first-child > .btn:last-child,
.ar .btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ar .btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.ar .btn .caret {
  margin-right: 0;
}
.ar .btn-group-vertical > .btn + .btn,
.ar .btn-group-vertical > .btn + .btn-group,
.ar .btn-group-vertical > .btn-group + .btn,
.ar .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-right: 0;
}
.ar .input-group .form-control {
  float: right;
}
.ar .input-group .form-control:first-child,
.ar .input-group-addon:first-child,
.ar .input-group-btn:first-child > .btn,
.ar .input-group-btn:first-child > .btn-group > .btn,
.ar .input-group-btn:first-child > .dropdown-toggle,
.ar .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.ar .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ar .input-group-addon:first-child {
  border-left: 0px;
  border-right: 1px solid;
}
.ar .input-group .form-control:last-child,
.ar .input-group-addon:last-child,
.ar .input-group-btn:last-child > .btn,
.ar .input-group-btn:last-child > .btn-group > .btn,
.ar .input-group-btn:last-child > .dropdown-toggle,
.ar .input-group-btn:first-child > .btn:not(:first-child),
.ar .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.ar .input-group-addon:last-child {
  border-left-width: 1px;
  border-left-style: solid;
  border-right: 0px;
}
.ar .input-group-btn > .btn + .btn {
  margin-right: -1px;
  margin-left: auto;
}
.ar .input-group-btn:first-child > .btn,
.ar .input-group-btn:first-child > .btn-group {
  margin-left: -1px;
  margin-right: auto;
}
.ar .input-group-btn:last-child > .btn,
.ar .input-group-btn:last-child > .btn-group {
  margin-right: -1px;
  margin-left: auto;
}
.ar .nav {
  padding-right: 0;
  padding-left: initial;
}
.ar .nav-tabs > li {
  float: right;
}
.ar .nav-tabs > li > a {
  margin-left: auto;
  margin-right: -2px;
  border-radius: 4px 4px 0 0;
}
.ar .nav-pills > li {
  float: right;
}
.ar .nav-pills > li > a {
  border-radius: 4px;
}
.ar .nav-pills > li + li {
  margin-right: 2px;
  margin-left: auto;
}
.ar .nav-stacked > li {
  float: none;
}
.ar .nav-stacked > li + li {
  margin-right: 0;
  margin-left: auto;
}
.ar .nav-justified > .dropdown .dropdown-menu {
  right: auto;
}
.ar .nav-tabs-justified > li > a {
  margin-left: 0;
  margin-right: auto;
}
.ar .navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
}
.ar .navbar-brand {
  float: right;
}
.ar .navbar-toggle {
  float: left;
  margin-left: 15px;
  margin-right: auto;
}
.ar .pagination {
  padding-right: 0;
}
.ar .pagination > li > a,
.ar .pagination > li > span {
  float: right;
  margin-right: -1px;
  margin-left: 0px;
}
.ar .pagination > li:first-child > a,
.ar .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ar .pagination > li:last-child > a,
.ar .pagination > li:last-child > span {
  margin-right: -1px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.ar .pager {
  padding-right: 0;
  padding-left: initial;
}
.ar .pager .next > a,
.ar .pager .next > span {
  float: left;
}
.ar .pager .previous > a,
.ar .pager .previous > span {
  float: right;
}
.ar .nav-pills > li > a > .badge {
  margin-left: 0px;
  margin-right: 3px;
}
.ar .list-group-item > .badge {
  float: left;
}
.ar .list-group-item > .badge + .badge {
  margin-left: 5px;
  margin-right: auto;
}
.ar .alert-dismissable,
.ar .alert-dismissible {
  padding-left: 35px;
  padding-right: 15px;
}
.ar .alert-dismissable .close,
.ar .alert-dismissible .close {
  right: auto;
  left: -21px;
}
.ar .progress-bar {
  float: right;
}
.ar .media > .pull-left {
  margin-right: 10px;
}
.ar .media > .pull-left.flip {
  margin-right: 0;
  margin-left: 10px;
}
.ar .media > .pull-right {
  margin-left: 10px;
}
.ar .media > .pull-right.flip {
  margin-left: 0;
  margin-right: 10px;
}
.ar .media-right,
.ar .media > .pull-right {
  padding-right: 10px;
  padding-left: initial;
}
.ar .media-left,
.ar .media > .pull-left {
  padding-left: 10px;
  padding-right: initial;
}
.ar .media-list {
  padding-right: 0;
  padding-left: initial;
  list-style: none;
}
.ar .list-group {
  padding-right: 0;
  padding-left: initial;
}
.ar .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.ar .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.ar .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.ar .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.ar .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.ar .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.ar .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.ar .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 0;
}
.ar .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.ar .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.ar .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.ar .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.ar .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.ar .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.ar .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.ar .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
}
.ar .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.ar .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.ar .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.ar .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.ar .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.ar .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.ar .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.ar .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
}
.ar .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.ar .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.ar .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.ar .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.ar .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.ar .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.ar .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.ar .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0;
}
.ar .panel > .table-bordered > thead > tr > th:first-child,
.ar .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.ar .panel > .table-bordered > tbody > tr > th:first-child,
.ar .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.ar .panel > .table-bordered > tfoot > tr > th:first-child,
.ar .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.ar .panel > .table-bordered > thead > tr > td:first-child,
.ar .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.ar .panel > .table-bordered > tbody > tr > td:first-child,
.ar .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.ar .panel > .table-bordered > tfoot > tr > td:first-child,
.ar .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-right: 0;
  border-left: none;
}
.ar .panel > .table-bordered > thead > tr > th:last-child,
.ar .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.ar .panel > .table-bordered > tbody > tr > th:last-child,
.ar .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.ar .panel > .table-bordered > tfoot > tr > th:last-child,
.ar .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.ar .panel > .table-bordered > thead > tr > td:last-child,
.ar .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.ar .panel > .table-bordered > tbody > tr > td:last-child,
.ar .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.ar .panel > .table-bordered > tfoot > tr > td:last-child,
.ar .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: none;
  border-left: 0;
}
.ar .embed-responsive .embed-responsive-item,
.ar .embed-responsive iframe,
.ar .embed-responsive embed,
.ar .embed-responsive object {
  right: 0;
  left: auto;
}
.ar .close {
  float: left;
}
.ar .modal-footer {
  text-align: left;
}
.ar .modal-footer.flip {
  text-align: right;
}
.ar .modal-footer .btn + .btn {
  margin-left: auto;
  margin-right: 5px;
}
.ar .modal-footer .btn-group .btn + .btn {
  margin-right: -1px;
  margin-left: auto;
}
.ar .modal-footer .btn-block + .btn-block {
  margin-right: 0;
  margin-left: auto;
}
.ar .popover {
  left: auto;
  text-align: right;
}
.ar .popover.top > .arrow {
  right: 50%;
  left: auto;
  margin-right: -11px;
  margin-left: auto;
}
.ar .popover.top > .arrow:after {
  margin-right: -10px;
  margin-left: auto;
}
.ar .popover.bottom > .arrow {
  right: 50%;
  left: auto;
  margin-right: -11px;
  margin-left: auto;
}
.ar .popover.bottom > .arrow:after {
  margin-right: -10px;
  margin-left: auto;
}
.ar .carousel-control {
  right: 0;
  bottom: 0;
}
.ar .carousel-control.left {
  right: auto;
  left: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.ar .carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.ar .carousel-control .icon-prev,
.ar .carousel-control .glyphicon-chevron-left {
  left: 50%;
  right: auto;
  margin-right: -10px;
}
.ar .carousel-control .icon-next,
.ar .carousel-control .glyphicon-chevron-right {
  right: 50%;
  left: auto;
  margin-left: -10px;
}
.ar .carousel-indicators {
  right: 50%;
  left: 0;
  margin-right: -30%;
  margin-left: 0;
  padding-left: 0;
}
.ar .pull-right.flip {
  float: left !important;
}
.ar .pull-left.flip {
  float: right !important;
}
@media (min-width: 768px) {
  .ar .dl-horizontal dt {
    float: right;
    clear: right;
    text-align: left;
  }
  .ar .dl-horizontal dd {
    margin-right: 180px;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .ar .col-sm-1,
  .ar .col-sm-2,
  .ar .col-sm-3,
  .ar .col-sm-4,
  .ar .col-sm-5,
  .ar .col-sm-6,
  .ar .col-sm-7,
  .ar .col-sm-8,
  .ar .col-sm-9,
  .ar .col-sm-10,
  .ar .col-sm-11,
  .ar .col-sm-12 {
    float: right;
  }
  .ar .col-sm-12 {
    width: 100%;
  }
  .ar .col-sm-11 {
    width: 91.66666667%;
  }
  .ar .col-sm-10 {
    width: 83.33333333%;
  }
  .ar .col-sm-9 {
    width: 75%;
  }
  .ar .col-sm-8 {
    width: 66.66666667%;
  }
  .ar .col-sm-7 {
    width: 58.33333333%;
  }
  .ar .col-sm-6 {
    width: 50%;
  }
  .ar .col-sm-5 {
    width: 41.66666667%;
  }
  .ar .col-sm-4 {
    width: 33.33333333%;
  }
  .ar .col-sm-3 {
    width: 25%;
  }
  .ar .col-sm-2 {
    width: 16.66666667%;
  }
  .ar .col-sm-1 {
    width: 8.33333333%;
  }
  .ar .col-sm-pull-12 {
    left: 100%;
    right: auto;
  }
  .ar .col-sm-pull-11 {
    left: 91.66666667%;
    right: auto;
  }
  .ar .col-sm-pull-10 {
    left: 83.33333333%;
    right: auto;
  }
  .ar .col-sm-pull-9 {
    left: 75%;
    right: auto;
  }
  .ar .col-sm-pull-8 {
    left: 66.66666667%;
    right: auto;
  }
  .ar .col-sm-pull-7 {
    left: 58.33333333%;
    right: auto;
  }
  .ar .col-sm-pull-6 {
    left: 50%;
    right: auto;
  }
  .ar .col-sm-pull-5 {
    left: 41.66666667%;
    right: auto;
  }
  .ar .col-sm-pull-4 {
    left: 33.33333333%;
    right: auto;
  }
  .ar .col-sm-pull-3 {
    left: 25%;
    right: auto;
  }
  .ar .col-sm-pull-2 {
    left: 16.66666667%;
    right: auto;
  }
  .ar .col-sm-pull-1 {
    left: 8.33333333%;
    right: auto;
  }
  .ar .col-sm-pull-0 {
    left: auto;
    right: auto;
  }
  .ar .col-sm-push-12 {
    right: 100%;
    left: 0;
  }
  .ar .col-sm-push-11 {
    right: 91.66666667%;
    left: 0;
  }
  .ar .col-sm-push-10 {
    right: 83.33333333%;
    left: 0;
  }
  .ar .col-sm-push-9 {
    right: 75%;
    left: 0;
  }
  .ar .col-sm-push-8 {
    right: 66.66666667%;
    left: 0;
  }
  .ar .col-sm-push-7 {
    right: 58.33333333%;
    left: 0;
  }
  .ar .col-sm-push-6 {
    right: 50%;
    left: 0;
  }
  .ar .col-sm-push-5 {
    right: 41.66666667%;
    left: 0;
  }
  .ar .col-sm-push-4 {
    right: 33.33333333%;
    left: 0;
  }
  .ar .col-sm-push-3 {
    right: 25%;
    left: 0;
  }
  .ar .col-sm-push-2 {
    right: 16.66666667%;
    left: 0;
  }
  .ar .col-sm-push-1 {
    right: 8.33333333%;
    left: 0;
  }
  .ar .col-sm-push-0 {
    right: auto;
    left: 0;
  }
  .ar .col-sm-offset-12 {
    margin-right: 100%;
    margin-left: 0;
  }
  .ar .col-sm-offset-11 {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .ar .col-sm-offset-10 {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .ar .col-sm-offset-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .ar .col-sm-offset-8 {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .ar .col-sm-offset-7 {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .ar .col-sm-offset-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .ar .col-sm-offset-5 {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .ar .col-sm-offset-4 {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .ar .col-sm-offset-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .ar .col-sm-offset-2 {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .ar .col-sm-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .ar .col-sm-offset-0 {
    margin-right: 0%;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .ar .col-md-1,
  .ar .col-md-2,
  .ar .col-md-3,
  .ar .col-md-4,
  .ar .col-md-5,
  .ar .col-md-6,
  .ar .col-md-7,
  .ar .col-md-8,
  .ar .col-md-9,
  .ar .col-md-10,
  .ar .col-md-11,
  .ar .col-md-12 {
    float: right;
  }
  .ar .col-md-12 {
    width: 100%;
  }
  .ar .col-md-11 {
    width: 91.66666667%;
  }
  .ar .col-md-10 {
    width: 83.33333333%;
  }
  .ar .col-md-9 {
    width: 75%;
  }
  .ar .col-md-8 {
    width: 66.66666667%;
  }
  .ar .col-md-7 {
    width: 58.33333333%;
  }
  .ar .col-md-6 {
    width: 50%;
  }
  .ar .col-md-5 {
    width: 41.66666667%;
  }
  .ar .col-md-4 {
    width: 33.33333333%;
  }
  .ar .col-md-3 {
    width: 25%;
  }
  .ar .col-md-2 {
    width: 16.66666667%;
  }
  .ar .col-md-1 {
    width: 8.33333333%;
  }
  .ar .col-md-pull-12 {
    left: 100%;
    right: auto;
  }
  .ar .col-md-pull-11 {
    left: 91.66666667%;
    right: auto;
  }
  .ar .col-md-pull-10 {
    left: 83.33333333%;
    right: auto;
  }
  .ar .col-md-pull-9 {
    left: 75%;
    right: auto;
  }
  .ar .col-md-pull-8 {
    left: 66.66666667%;
    right: auto;
  }
  .ar .col-md-pull-7 {
    left: 58.33333333%;
    right: auto;
  }
  .ar .col-md-pull-6 {
    left: 50%;
    right: auto;
  }
  .ar .col-md-pull-5 {
    left: 41.66666667%;
    right: auto;
  }
  .ar .col-md-pull-4 {
    left: 33.33333333%;
    right: auto;
  }
  .ar .col-md-pull-3 {
    left: 25%;
    right: auto;
  }
  .ar .col-md-pull-2 {
    left: 16.66666667%;
    right: auto;
  }
  .ar .col-md-pull-1 {
    left: 8.33333333%;
    right: auto;
  }
  .ar .col-md-pull-0 {
    left: auto;
    right: auto;
  }
  .ar .col-md-push-12 {
    right: 100%;
    left: 0;
  }
  .ar .col-md-push-11 {
    right: 91.66666667%;
    left: 0;
  }
  .ar .col-md-push-10 {
    right: 83.33333333%;
    left: 0;
  }
  .ar .col-md-push-9 {
    right: 75%;
    left: 0;
  }
  .ar .col-md-push-8 {
    right: 66.66666667%;
    left: 0;
  }
  .ar .col-md-push-7 {
    right: 58.33333333%;
    left: 0;
  }
  .ar .col-md-push-6 {
    right: 50%;
    left: 0;
  }
  .ar .col-md-push-5 {
    right: 41.66666667%;
    left: 0;
  }
  .ar .col-md-push-4 {
    right: 33.33333333%;
    left: 0;
  }
  .ar .col-md-push-3 {
    right: 25%;
    left: 0;
  }
  .ar .col-md-push-2 {
    right: 16.66666667%;
    left: 0;
  }
  .ar .col-md-push-1 {
    right: 8.33333333%;
    left: 0;
  }
  .ar .col-md-push-0 {
    right: auto;
    left: 0;
  }
  .ar .col-md-offset-12 {
    margin-right: 100%;
    margin-left: 0;
  }
  .ar .col-md-offset-11 {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .ar .col-md-offset-10 {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .ar .col-md-offset-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .ar .col-md-offset-8 {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .ar .col-md-offset-7 {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .ar .col-md-offset-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .ar .col-md-offset-5 {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .ar .col-md-offset-4 {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .ar .col-md-offset-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .ar .col-md-offset-2 {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .ar .col-md-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .ar .col-md-offset-0 {
    margin-right: 0%;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .ar .col-lg-1,
  .ar .col-lg-2,
  .ar .col-lg-3,
  .ar .col-lg-4,
  .ar .col-lg-5,
  .ar .col-lg-6,
  .ar .col-lg-7,
  .ar .col-lg-8,
  .ar .col-lg-9,
  .ar .col-lg-10,
  .ar .col-lg-11,
  .ar .col-lg-12 {
    float: right;
  }
  .ar .col-lg-12 {
    width: 100%;
  }
  .ar .col-lg-11 {
    width: 91.66666667%;
  }
  .ar .col-lg-10 {
    width: 83.33333333%;
  }
  .ar .col-lg-9 {
    width: 75%;
  }
  .ar .col-lg-8 {
    width: 66.66666667%;
  }
  .ar .col-lg-7 {
    width: 58.33333333%;
  }
  .ar .col-lg-6 {
    width: 50%;
  }
  .ar .col-lg-5 {
    width: 41.66666667%;
  }
  .ar .col-lg-4 {
    width: 33.33333333%;
  }
  .ar .col-lg-3 {
    width: 25%;
  }
  .ar .col-lg-2 {
    width: 16.66666667%;
  }
  .ar .col-lg-1 {
    width: 8.33333333%;
  }
  .ar .col-lg-pull-12 {
    left: 100%;
    right: auto;
  }
  .ar .col-lg-pull-11 {
    left: 91.66666667%;
    right: auto;
  }
  .ar .col-lg-pull-10 {
    left: 83.33333333%;
    right: auto;
  }
  .ar .col-lg-pull-9 {
    left: 75%;
    right: auto;
  }
  .ar .col-lg-pull-8 {
    left: 66.66666667%;
    right: auto;
  }
  .ar .col-lg-pull-7 {
    left: 58.33333333%;
    right: auto;
  }
  .ar .col-lg-pull-6 {
    left: 50%;
    right: auto;
  }
  .ar .col-lg-pull-5 {
    left: 41.66666667%;
    right: auto;
  }
  .ar .col-lg-pull-4 {
    left: 33.33333333%;
    right: auto;
  }
  .ar .col-lg-pull-3 {
    left: 25%;
    right: auto;
  }
  .ar .col-lg-pull-2 {
    left: 16.66666667%;
    right: auto;
  }
  .ar .col-lg-pull-1 {
    left: 8.33333333%;
    right: auto;
  }
  .ar .col-lg-pull-0 {
    left: auto;
    right: auto;
  }
  .ar .col-lg-push-12 {
    right: 100%;
    left: 0;
  }
  .ar .col-lg-push-11 {
    right: 91.66666667%;
    left: 0;
  }
  .ar .col-lg-push-10 {
    right: 83.33333333%;
    left: 0;
  }
  .ar .col-lg-push-9 {
    right: 75%;
    left: 0;
  }
  .ar .col-lg-push-8 {
    right: 66.66666667%;
    left: 0;
  }
  .ar .col-lg-push-7 {
    right: 58.33333333%;
    left: 0;
  }
  .ar .col-lg-push-6 {
    right: 50%;
    left: 0;
  }
  .ar .col-lg-push-5 {
    right: 41.66666667%;
    left: 0;
  }
  .ar .col-lg-push-4 {
    right: 33.33333333%;
    left: 0;
  }
  .ar .col-lg-push-3 {
    right: 25%;
    left: 0;
  }
  .ar .col-lg-push-2 {
    right: 16.66666667%;
    left: 0;
  }
  .ar .col-lg-push-1 {
    right: 8.33333333%;
    left: 0;
  }
  .ar .col-lg-push-0 {
    right: auto;
    left: 0;
  }
  .ar .col-lg-offset-12 {
    margin-right: 100%;
    margin-left: 0;
  }
  .ar .col-lg-offset-11 {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .ar .col-lg-offset-10 {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .ar .col-lg-offset-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .ar .col-lg-offset-8 {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .ar .col-lg-offset-7 {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .ar .col-lg-offset-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .ar .col-lg-offset-5 {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .ar .col-lg-offset-4 {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .ar .col-lg-offset-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .ar .col-lg-offset-2 {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .ar .col-lg-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .ar .col-lg-offset-0 {
    margin-right: 0%;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .ar .table-responsive > .table-bordered {
    border: 0;
  }
  .ar .table-responsive > .table-bordered > thead > tr > th:first-child,
  .ar .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .ar .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .ar .table-responsive > .table-bordered > thead > tr > td:first-child,
  .ar .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .ar .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-right: 0;
    border-left: initial;
  }
  .ar .table-responsive > .table-bordered > thead > tr > th:last-child,
  .ar .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .ar .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .ar .table-responsive > .table-bordered > thead > tr > td:last-child,
  .ar .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .ar .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-left: 0;
    border-right: initial;
  }
}
@media (min-width: 768px) {
  .ar .form-inline label {
    padding-right: 0;
    padding-left: initial;
  }
  .ar .form-inline .radio input[type="radio"],
  .ar .form-inline .checkbox input[type="checkbox"] {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .ar .form-horizontal .control-label {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .ar .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .ar .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
@media (min-width: 768px) {
  .ar .nav-tabs-justified > li > a {
    border-radius: 4px 4px 0 0;
  }
}
@media (min-width: 768px) {
  .ar .navbar-header {
    float: right;
  }
}
@media (min-width: 768px) {
  .ar .navbar > .container .navbar-brand,
  .ar .navbar > .container-fluid .navbar-brand {
    margin-right: -15px;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .ar .navbar-nav .open .dropdown-menu > li > a,
  .ar .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 25px 5px 15px;
  }
}
@media (min-width: 768px) {
  .ar .navbar-nav {
    float: right;
  }
  .ar .navbar-nav > li {
    float: right;
  }
}
@media (min-width: 768px) {
  .ar .navbar-left.flip {
    float: right !important;
  }
  .ar .navbar-right:last-child {
    margin-left: -15px;
    margin-right: auto;
  }
  .ar .navbar-right.flip {
    float: left !important;
    margin-left: -15px;
    margin-right: auto;
  }
  .ar .navbar-right .dropdown-menu {
    left: 0;
    right: auto;
  }
}
@media (min-width: 768px) {
  .ar .navbar-text {
    float: right;
  }
  .ar .navbar-text.navbar-right:last-child {
    margin-left: 0;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .ar .carousel-control .glyphicon-chevron-left,
  .ar .carousel-control .icon-prev {
    margin-left: 0;
    margin-right: -15px;
  }
  .ar .carousel-control .glyphicon-chevron-right,
  .ar .carousel-control .icon-next {
    margin-left: 0;
    margin-right: -15px;
  }
  .ar .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
}
.ar {
  direction: rtl;
  font-family: "Droid Arabic Kufi", sans-serif;
  /*.owl-carousel .owl-item {
        float: right;
    }*/
}
.ar .no-m-r {
  margin-left: 0;
}
.ar .no-m-l {
  margin-right: 0;
}
.ar .no-p-r {
  padding-left: 0;
}
.ar .no-p-l {
  padding-right: 0;
}
.ar .button {
  letter-spacing: 0;
}
.ar p {
  font-weight: 100;
  text-align: right;
}
.ar .sticky-links {
  right: auto;
  left: 1%;
}
.ar .sticky-links a span {
  left: 20px;
  right: auto;
}
.ar .header .logo-area .year-of-zayed {
  margin-left: 0;
  margin-right: 5%;
}
.ar .header .right-nav {
  text-align: left;
}
.ar .header .right-nav .top-social-media .language a {
  font-family: 'dax';
  margin-top: 0;
  font-weight: 400;
}
.ar .header .right-nav .top-social-media .language a span {
  padding-top: 12%;
}
.ar .header .right-nav .top-social-media .search [type=submit] {
  right: auto;
  left: 10px;
}
.ar .header .right-nav .top-social-media .search:before {
  right: auto;
  left: 7%;
}
.ar .header .right-nav .top-social-media .search .search-field {
  padding: 0 16px 0 35px;
}
.ar .header .right-nav .navigation .main-menu li {
  margin: 0 0 0 2%;
}
.ar .header .right-nav .navigation .main-menu li:last-child {
  margin-left: 0;
}
.ar .header .right-nav .navigation .main-menu li.dropdown:before {
  left: auto;
  right: -21px;
  width: 137%;
}
.ar .header .right-nav .navigation .main-menu li ul {
  float: right;
  left: auto;
  right: -21px;
}
.ar .header .right-nav .navigation .main-menu li ul li a {
  text-align: right;
}
.ar .footer .scrolltotop:before {
  content: "\e923";
}
.ar .footer .section-container .footer-top .middle .footer-menu li:before {
  right: auto;
  left: -3px;
}
.ar .footer .section-container .footer-top .middle .footer-menu li:first-child {
  padding-right: 0;
  padding-left: 1.9%;
}
.ar .footer .section-container .footer-top .middle .footer-menu li:last-child {
  padding-right: 1.9%;
  padding-left: 0;
}
.ar .footer .section-container .footer-top .newsletter .newsletter-email {
  border-radius: 0 10px 10px 0;
  float: right;
  text-align: right;
  direction: rtl;
}
.ar .footer .section-container .footer-top .newsletter .newslettersubmit {
  float: right;
  border-radius: 10px 0 0 10px;
}
.ar .footer .section-container .footer-buttom .terms {
  text-align: left;
}
.ar .footer .scrolltotop {
  right: auto;
  left: 4%;
}
.ar .footer .scrolltotop:after {
  right: auto;
  left: 26%;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(auto, 0, 100%);
    transform: translate3d(auto, 0, 100%);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(auto, 0, 100%);
    transform: translate3d(auto, 0, 100%);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.ar .fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.ar .fi-arrow-right:before {
  content: "\e900";
}
.ar .fi-arrow-left:before {
  content: "\e901";
}
.ar .ui-datepicker .ui-datepicker-next {
  right: auto;
  left: 2px;
}
.ar .ui-datepicker .ui-datepicker-prev {
  left: auto;
  right: 2px;
}
.ar .ui-datepicker .ui-datepicker-prev span,
.ar .ui-datepicker .ui-datepicker-next span {
  right: 50%;
  left: auto;
  margin-left: 0;
  margin-right: -8px;
}
.ar .ui-icon-circle-triangle-w {
  background-position: -48px -192px;
}
.ar .ui-icon-circle-triangle-e {
  background-position: -80px -192px;
}
.ar .main-projects .section-container {
  margin: 0 6.5% 0 0;
}
.ar .main-projects .section-container .intro-text {
  text-align: right;
}
.ar .main-projects .section-container .section-title {
  letter-spacing: -1px;
}
.ar .main-projects .slider-section {
  padding-left: 0;
  padding-right: 16%;
}
.ar .main-projects .text-area {
  left: auto;
  right: 0;
  z-index: 2;
}
.ar .main-projects .project-slider {
  right: auto;
  left: 10px;
}
.ar .main-projects .elephant {
  left: auto;
  right: 1%;
  background: url(../../images/gif/elephant-kid.gif) top no-repeat;
}
.ar .reasons .section-container .contents {
  right: auto;
  left: 5%;
}
.ar .reasons .section-container.reason-bg {
  background: url('../../images//reason-img-rtl.png') no-repeat;
  background-position: 100% 50%;
  height: 100%;
}
.ar .reasons .section-container .section-title {
  letter-spacing: -1px;
}
.ar .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(1) {
  left: auto;
  right: 35%;
}
.ar .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(2) {
  left: auto;
  right: 1.5%;
  top: 5%;
}
.ar .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(3) {
  left: auto;
  right: 21%;
  top: 30%;
}
.ar .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(4) {
  left: auto;
  right: -2.5%;
}
.ar .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(5) {
  left: auto;
  right: 38%;
  bottom: 4%;
}
.ar .reasons .orange-rocket {
  left: auto;
  right: 24%;
  transform: scaleX(-1) !important;
}
.ar .reasons .blue-rocket {
  left: auto;
  right: 86%;
  transform: scaleX(-1) !important;
}
.ar .events-section .section-container {
  margin: 0 6.5% 0 0;
}
.ar .events-section .section-container .intro-text {
  text-align: right;
}
.ar .events-section .section-container .section-title {
  letter-spacing: -1px;
}
.ar .events-section .music-cat {
  left: auto;
  right: 0;
  background: url('../../images//music-cat-rtl.png') top no-repeat;
}
.ar .events-section .slider-section {
  padding-left: 0;
  padding-right: 16%;
}
.ar .events-section .slider-section .month-tab {
  float: left;
}
.ar .events-section .slider-section .month-tab .year {
  left: auto;
  right: -42px;
}
.ar .events-section .slider-section .month-tab .year:before {
  left: auto;
  right: -62px;
  content: "\e922";
}
.ar .events-section .slider-section .month-tab .month-slider {
  margin: 0 4% 0 0;
}
.ar .events-section .slider-section .month-tab .month-slider.owl-theme .owl-nav {
  right: auto;
  left: -110px;
}
.ar .events-section .slider-section .month-tab .month-slider.owl-theme .owl-nav .owl-next:before {
  content: "\e900";
}
.ar .events-section .slider-section .month-tab .month-slider.owl-theme .owl-nav .owl-prev:before {
  content: "\e901";
}
.ar .events-section .text-area {
  left: auto;
  right: 0;
}
.ar .events-section .events-slider {
  right: auto;
  left: 10px;
}
.ar .events-section .share-opt.open .socail-share .facebook-share {
  right: auto;
  left: 80%;
}
.ar .events-section .share-opt.open .socail-share .twitter-share {
  right: auto;
  left: 54%;
}
.ar .events-section .share-opt.open .socail-share .instagram-share {
  right: auto;
  left: 28%;
}
.ar .events-section .share-opt.open .socail-share .youtube-share {
  right: auto;
  left: 2%;
}
.ar .news-section .section-container .section-title {
  letter-spacing: -1px;
}
.ar .news-section .sun-rays {
  right: auto;
  left: -53px;
  background: url('../../images//sun-rays-rtl.png') top no-repeat;
}
.ar .news-section .cage {
  right: auto;
  left: 20%;
}
.ar .news-section .news-slider.owl-theme .owl-nav {
  left: 0;
  right: 0;
}
.ar .news-section .news-slider.owl-theme .owl-nav [class*='owl-'] {
  float: right;
}
.ar .social-section .section-container .section-title {
  letter-spacing: -1px;
}
.ar.home .owl-theme .owl-nav {
  left: auto;
  right: 77%;
}
.ar.home .owl-theme .owl-nav .owl-next:before {
  content: "\e900";
}
.ar.home .owl-theme .owl-nav .owl-prev:before {
  content: "\e901";
}
.ar.home .home-share-widget {
  right: auto;
  left: 8%;
}
.ar.home .home-share-widget .page-forward-opt .share-opt .socail-share {
  left: 0%;
  right: auto;
}
.ar .page-title {
  font-size: 2em;
}
.ar .innerpages .side-image-right {
  float: left;
  margin-left: 0;
  margin-right: 4%;
}
.ar .innerpages p {
  text-align: right;
  font-size: 1.1em;
  line-height: 1.8;
}
.ar .innerpages .cage {
  right: auto;
  left: 20%;
}
.ar .pop-overlay .pop-up-area .basic-info .bio-close {
  right: auto;
  left: 0;
}
.ar .pop-overlay .pop-up-area .member-publication .book-list li {
  padding-left: 0;
  padding-right: 15px;
}
.ar .pop-overlay .pop-up-area .member-publication .book-list li:before {
  left: auto;
  right: -10px;
}
.ar.subpage .bread-crumb .breadcrumb-list {
  width: 79%;
}
.ar.subpage .bread-crumb .breadcrumb-list li {
  margin: 0 1% 0 2%;
}
.ar.subpage .bread-crumb .breadcrumb-list li:after {
  right: auto;
  left: -15px;
}
.ar.subpage .bread-crumb .page-forward-opt {
  text-align: left;
  width: 20%;
}
.ar.subpage .bread-crumb .page-forward-opt li {
  margin-left: 0;
  margin-right: 15px;
}
.ar.subpage .bread-crumb .page-forward-opt li.share-opt:before {
  margin-right: 0;
  margin-left: 10px;
  display: inline-block;
}
.ar.subpage .bread-crumb .page-forward-opt li .print-opt:before {
  margin-right: 0;
  margin-left: 10px;
}
.ar.subpage .socail-share {
  right: auto;
  left: 140%;
}
.ar.subpage .share-opt.open .socail-share .facebook-share {
  right: auto;
  left: 72%;
}
.ar.subpage .share-opt.open .socail-share .twitter-share {
  right: auto;
  left: 48%;
}
.ar.subpage .share-opt.open .socail-share .instagram-share {
  right: auto;
  left: 24%;
}
.ar.subpage .share-opt.open .socail-share .youtube-share {
  right: auto;
  left: 0;
}
.ar.subpage .mission-list li {
  padding-left: 0;
  margin-right: 0;
  padding-right: 3%;
  margin-left: 5%;
  float: left;
}
.ar.subpage .mission-list li:nth-child(even) {
  margin-left: 5%;
}
.ar.subpage .mission-list li:nth-child(odd) {
  margin-left: 0;
}
.ar.subpage .mission-list li:before {
  left: auto;
  right: 0;
}
.ar.subpage .members-list-area li {
  margin: 0 0 6% 4%;
}
.ar.subpage .members-list-area li:nth-child(4n) {
  margin-left: 0;
}
.ar.subpage .members-list-area li .profile-info .member-name {
  font-size: 1.2em;
  margin-bottom: 5%;
}
.ar.subpage .edition-area .edition-list-area .list-items {
  margin-right: 0;
  margin-left: 5%;
}
.ar.subpage .edition-area .edition-list-area .list-items:nth-child(4n) {
  margin-left: 0;
}
.ar.subpage .category-list-ul li {
  margin-right: 0;
  margin-left: 5%;
}
.ar.subpage .category-list-ul li:nth-child(3n) {
  margin-left: 0;
}
.ar.subpage .search-filters .filter-items {
  margin-right: 0;
  margin-left: 3%;
  float: right;
}
.ar.subpage .search-filters .filter-items.btn-field {
  margin-left: 0;
}
.ar.subpage .search-filters .filter-items.calendar:before {
  right: auto;
  left: 7%;
}
.ar.subpage .listing-area .items {
  float: right;
  margin-right: 0;
  margin-left: 3%;
}
.ar.subpage .listing-area .items:nth-child(even) {
  margin-left: 0;
}
.ar.subpage .listing-area .items .list-item-img {
  width: 43%;
}
.ar.subpage .listing-area .items .list-item-descb {
  margin-left: 0;
  margin-right: 4%;
}
.ar.subpage .listing-area .items .list-item-descb .date-area {
  padding-left: 0;
  padding-right: 10%;
}
.ar.subpage .listing-area .items .list-item-descb .date-area:before {
  right: 0;
  left: auto;
}
.ar.subpage .detail-page .addtocalendar:before {
  margin-right: 0;
  margin-left: 10px;
  vertical-align: middle;
}
.ar.subpage .detail-page .listing-area .items .list-item-img {
  width: 100%;
  height: auto;
}
.ar.subpage .supportform .field {
  float: right;
}
.ar.subpage .supportform .field .text-field {
  text-align: right;
  direction: rtl;
}
.ar.subpage .supportform .field .text-area {
  text-align: right;
  direction: rtl;
}
.ar.subpage .supportform .field .select-field {
  text-align: right;
}
.ar.subpage .supportform .field .select-field:before {
  right: auto;
  left: 6%;
}
.ar.subpage .supportform .field .select-field select {
  border-radius: 5px 0 0 5px;
  direction: rtl;
}
.ar.subpage .supportform .field.button-area {
  text-align: left;
}
.ar.subpage .supportform .field.button-area .reset-btn {
  margin-right: 3%;
}
.ar.subpage .supportform .field .side-text {
  float: right;
  border-radius: 0 5px 5px 0;
  border-right: 1px solid #ccc;
  border-left: 0;
  text-align: right;
}
.ar.subpage .contact .contact-info li {
  padding-left: 0;
  padding-right: 15%;
}
.ar.subpage .contact .contact-info li:before {
  left: auto;
  right: 0;
}
.ar.subpage .contact .contact-box {
  padding-left: 0;
  padding-right: 10%;
}
.ar.subpage .contact .contact-box .contact-field .text-field,
.ar.subpage .contact .contact-box .contact-field .text-area {
  text-align: right;
  direction: rtl;
}
.ar.subpage .edition-page .country-vise .item .flag {
  margin-right: 0;
  margin-left: 3%;
}
.ar.subpage .edition-page .authors-illustrators-list .authors-list li {
  padding-right: 0;
  padding-left: 2%;
}
.ar.subpage .edition-page .authors-illustrators-list .illustrators-list ul li {
  margin: 0 0 6% 10%;
}
.ar.subpage .edition-page .authors-illustrators-list .illustrators-list ul li:nth-child(4n) {
  margin-left: 0;
}
.ar.subpage .edition-page .edition-partners-list ul li {
  margin: 0 0 6% 14%;
}
.ar.subpage .edition-page .edition-partners-list ul li:nth-child(4n) {
  margin-left: 0;
}
.ar.subpage .gen-projects h3 {
  float: right;
}
.ar.subpage .gen-projects ul li {
  padding-left: 0;
  margin-right: 0;
  padding-right: 3%;
  margin-left: 5%;
  float: right;
}
.ar.subpage .gen-projects ul li:nth-child(even) {
  margin-left: 0;
}
.ar.subpage .gen-projects ul li:before {
  left: auto;
  right: 0;
}
.ar.subpage .gen-projects ul.edition-list-area {
  float: right;
}
.ar.subpage .gen-projects ul.edition-list-area li {
  margin-right: 0;
  margin-left: 5%;
  text-align: right;
  padding-right: 0;
}
.ar.subpage .gen-projects ul.edition-list-area li:nth-child(4n) {
  margin-left: 0;
}
.ar.subpage .gen-projects ul.tabs li:nth-child(even) {
  margin-left: 5%;
  margin-right: 0;
}
.ar.subpage .gen-projects ol {
  padding-left: 0;
  padding-right: 4%;
}
.ar.subpage .gen-projects ol > li:before {
  left: auto;
  right: -3.5%;
}
.ar.subpage .gen-projects ol > li > ol > li {
  padding-left: 0;
  padding-right: 1%;
}
.ar.subpage .gen-projects ol > li > ol > li:before {
  left: auto;
  right: -3.5%;
}
.ar.subpage .gen-projects .category-list-ul li {
  margin-right: 0;
  margin-left: 4%;
  padding: 3% 1%;
  float: none;
}
.ar.subpage .gen-projects .category-list-ul li:nth-child(3n) {
  margin-left: 0;
}
.ar.subpage .gen-projects .category-list-ul li:nth-child(even) {
  margin-left: 4%;
  margin-right: 0;
}
.ar.subpage .detail-slider .detailpage-slider {
  direction: ltr;
}
.ar.subpage .results .sub-title {
  font-size: 1.6em;
}
.ar.subpage .results .listing-area .items {
  width: 90%;
  margin-left: 0;
}
.ar.subpage .results .listing-area .items .list-item-img {
  width: 25%;
}
.ar.subpage .results .listing-area .items .list-item-descb .date-area {
  margin-bottom: 0;
}
.ar {
  letter-spacing: 0em !important;
}
.ar .fi-gallery-list .gl-list-box {
  width: 30%;
  height: 24vh;
}
.ar .photo-gallery p.gl-title {
  padding: 3% 16% 3% 3%;
  line-height: 1.4;
}
.ar .photo-gallery p.gl-title:before {
  left: auto;
  right: 2%;
}
.ar .page-back-button {
  letter-spacing: 0em;
}
@media screen and (min-width: 1300px) {
  .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(1) {
    left: 32%;
    top: -3%;
  }
  .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(3) {
    left: 23%;
  }
  .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(4) {
    left: 1%;
  }
  .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(5) {
    left: 38%;
  }
  .reasons .blue-rocket {
    bottom: 25%;
    left: 82%;
  }
  .news-section {
    height: 115%;
  }
  .news-section .news-slider .content .image-thumb,
  .events-section .events-slider .content .image-thumb {
    height: 26vh;
  }
  .fi-gallery-list .gl-list-box {
    height: 30vh;
  }
  .events-section .share-opt:hover .socail-share {
    width: 260px;
  }
  .ar .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(1) {
    left: auto;
    right: 32%;
  }
  .ar .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(3) {
    left: auto;
    right: 20%;
  }
  .ar .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(4) {
    left: auto;
    right: -2%;
  }
  .ar .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(5) {
    left: auto;
    right: 35%;
    bottom: 6%;
  }
  .ar .fi-gallery-list .gl-list-box {
    height: 30vh;
  }
}
@media screen and (min-width: 1480px) {
  .footer .section-container .footer-top .logo-footer .footer-logo img {
    width: 77%;
  }
}
@media screen and (min-width: 1380px) {
  .home-banner .main-plane {
    bottom: 47%;
  }
  .reasons .section-container .reason-slider li p {
    padding: 0 15%;
  }
  .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(1) {
    left: 30.8%;
  }
  .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(3) {
    left: 21.5%;
  }
  .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(4) {
    left: 0.5%;
  }
  .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(5) {
    left: 36.5%;
  }
  .reasons .blue-rocket {
    left: 78%;
  }
  .news-section .news-slider .content .image-thumb,
  .events-section .events-slider .content .image-thumb {
    height: 21vh;
  }
  .social-section {
    height: 85%;
  }
  .social-section .section-container .social-ul .socail-media-box {
    min-height: 425px;
  }
  .subpage .edition-page .country-vise .item .flag {
    height: 100px;
  }
  .subpage .gen-projects ol {
    padding-left: 3.5%;
  }
  .subpage .gen-projects ol > li:before {
    left: -2.5%;
  }
  .subpage .gen-projects ol > li > ol > li:before {
    left: -2.5%;
  }
  .fi-gallery-list .gl-list-box {
    height: 24vh;
  }
  .events-section .share-opt:hover .socail-share {
    width: 273px;
  }
  .ar .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(1) {
    left: auto;
    right: 30.8%;
  }
  .ar .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(3) {
    left: auto;
    right: 18.5%;
  }
  .ar .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(4) {
    left: auto;
    right: -2.5%;
  }
  .ar .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(5) {
    left: auto;
    right: 33.5%;
    bottom: 4%;
  }
  .ar .reasons .blue-rocket {
    left: auto;
    right: 78%;
  }
  .ar.subpage .gen-projects ol {
    padding-left: 0;
    padding-right: 3.5%;
  }
  .ar.subpage .gen-projects ol > li:before {
    left: auto;
    right: -2.5%;
  }
  .ar.subpage .gen-projects ol > li > ol > li:before {
    left: auto;
    right: -2.5%;
  }
  .ar .fi-gallery-list .gl-list-box {
    height: 24vh;
  }
  .ar .events-section .share-opt:hover .socail-share {
    width: 258px;
  }
}
@media screen and (min-width: 1600px) {
  .home-banner .dash-line {
    bottom: 30%;
    right: 19%;
  }
  .home-banner .main-plane {
    bottom: 49%;
    right: 13%;
  }
  .header .right-nav .top-social-media li {
    margin: 0 0 0 .5%;
  }
  .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(1) {
    left: 24.8%;
    top: -2%;
  }
  .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(2) {
    top: 5%;
    left: -2%;
  }
  .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(3) {
    left: 17%;
  }
  .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(4) {
    left: -1%;
    bottom: 17%;
  }
  .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(5) {
    left: 29.8%;
    bottom: 5%;
  }
  .reasons .blue-rocket {
    bottom: 27%;
    left: 67%;
  }
  .events-section .slider-section .month-tab .month-slider:before {
    width: 120%;
  }
  .social-section .section-container .social-ul .socail-media-box {
    min-height: 438px;
  }
  .subpage .error-pages .circle-2 .error-title {
    font-size: 8em;
  }
  .subpage .error-pages .circle-2 .page-name {
    font-size: 1.5em;
  }
  .subpage .edition-page .country-vise .item .flag {
    height: 120px;
  }
  .subpage .gen-projects ol > li > ol > li:before {
    top: 5px;
  }
  .subpage .gen-projects ol > li:before {
    top: 5px;
  }
  .events-section .share-opt .socail-share {
    top: -4px;
  }
  .events-section .share-opt:hover .socail-share {
    width: 325px;
  }
  .ar .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(1) {
    left: auto;
    right: 24.8%;
  }
  .ar .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(2) {
    left: auto;
    right: -2%;
  }
  .ar .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(3) {
    left: auto;
    right: 14%;
  }
  .ar .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(4) {
    left: auto;
    right: -4%;
  }
  .ar .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(5) {
    left: auto;
    right: 26.8%;
    bottom: 7%;
  }
  .ar .reasons .blue-rocket {
    left: auto;
    right: 67%;
    bottom: 7%;
  }
  .ar .footer .scrolltotop:after {
    width: 58px;
    height: 58px;
    right: auto;
    left: 30%;
  }
  .ar .events-section .share-opt:hover .socail-share {
    width: 302px;
  }
}
@media screen and (min-width: 1680px) {
  .home-banner .dash-line {
    right: 23%;
  }
  .home-banner .main-plane {
    bottom: 47%;
    right: 18%;
  }
  .reasons .section-container .reason-slider li p {
    padding: 0 19%;
  }
  .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(1) {
    left: 19.8%;
  }
  .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(2) {
    left: -3%;
  }
  .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(3) {
    left: 13.2%;
  }
  .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(4) {
    left: -2.5%;
    bottom: 18%;
  }
  .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(5) {
    left: 24.5%;
    bottom: 6%;
  }
  .reasons .blue-rocket {
    bottom: 27%;
    left: 58%;
  }
  .news-section .news-slider .content .image-thumb,
  .events-section .events-slider .content .image-thumb {
    height: 24vh;
  }
  .social-section .section-container .social-ul .socail-media-box {
    min-height: 450px;
  }
  .subpage .edition-page .country-vise .item .flag {
    height: 140px;
  }
  .fi-gallery-list .gl-list-box {
    height: 28vh;
  }
  .events-section .share-opt:hover .socail-share {
    width: 380px;
  }
  .pop-overlay .pop-up-area .basic-info .profile-pic {
    max-height: 200px;
  }
  .ar .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(1) {
    left: auto;
    right: 19.8%;
  }
  .ar .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(2) {
    left: auto;
    right: -3%;
  }
  .ar .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(3) {
    left: auto;
    right: 11.2%;
  }
  .ar .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(4) {
    left: auto;
    right: -4.5%;
  }
  .ar .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(5) {
    left: auto;
    right: 22%;
    bottom: 8%;
  }
  .ar .reasons .blue-rocket {
    left: auto;
    right: 58%;
  }
  .ar .fi-gallery-list .gl-list-box {
    height: 28vh;
  }
  .ar .events-section .share-opt:hover .socail-share {
    width: 348px;
  }
}
@media screen and (min-height: 900px) and (min-width: 1400px) {
  body {
    font-size: 16px;
  }
}
@media screen and (min-width: 1300px) and (min-height: 960px) {
  .home-banner {
    height: 83%;
  }
  .main-projects {
    height: auto;
  }
  .main-projects .slider-section {
    padding: 7% 0 10% 16%;
  }
  .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(1) {
    top: 1.5%;
  }
  .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(2) {
    top: 7.5%;
    left: 0.5%;
  }
  .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(3) {
    top: 30.5%;
  }
  .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(4) {
    bottom: 19.5%;
  }
  .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(5) {
    bottom: 8%;
  }
  .events-section {
    height: auto;
  }
  .events-section .section-container {
    padding: 7% 0;
  }
  .events-section .text-area {
    top: 18%;
  }
  .news-section {
    height: auto;
  }
  .news-section .news-slider {
    padding: 5% 0;
  }
  .social-section {
    height: auto;
  }
  .social-section .section-container {
    padding-bottom: 6%;
  }
}
@media screen and (min-width: 1024px) and (min-height: 1300px) {
  .section {
    height: auto;
  }
  .header .header-container {
    width: 95%;
  }
  .header .header .logo-area .logo a img {
    width: 100%;
  }
  .header .right-nav .navigation .main-menu li ul {
    left: -12px;
    width: 14vh;
  }
  .header .right-nav .navigation .main-menu li.dropdown:before {
    width: 150%;
    left: -12px;
  }
  .home-banner {
    height: 50%;
  }
  .home-banner .home-slider .item {
    height: 43vh;
  }
  .main-projects {
    padding-bottom: 14%;
  }
  .events-section {
    height: 54%;
  }
  .news-section {
    padding-bottom: 9%;
  }
  .news-section .news-slider {
    padding: 5% 0;
  }
  .news-section .news-slider.owl-theme .owl-nav {
    margin: 2% auto 0;
  }
  .social-section .section-container .social-ul {
    padding: 5% 2% 15%;
  }
  .subpage .listing-area .items .list-item-img {
    height: 130px;
  }
}
@media screen and (max-width: 768px) {
  .hide-on-mobile {
    display: none !important;
  }
  .hide-in-desktop {
    display: block !important;
  }
  .header {
    z-index: 9;
  }
  .header .right-nav .top-res-menu {
    text-align: right;
    margin: 0;
    padding: 4.5% 0 0 0;
  }
  .header .right-nav .top-res-menu li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 3% 0 0;
    margin: 0 0 0 3%;
    position: relative;
    cursor: pointer;
  }
  .header .right-nav .top-res-menu li:after {
    content: '';
    position: absolute;
    display: inline-block;
    top: 0;
    right: -3px;
    color: #ccc;
    height: 22px;
    width: 1px;
    background-color: rgba(188, 191, 191, 0.5);
  }
  .header .right-nav .top-res-menu li:first-child {
    margin-left: 0;
    padding-left: 0;
  }
  .header .right-nav .top-res-menu li:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .header .right-nav .top-res-menu .home a {
    font-size: 0;
  }
  .header .right-nav .top-res-menu .home a:before {
    font-size: 32px;
  }
  .header .right-nav .top-res-menu .home:after {
    top: 6px;
  }
  .header .right-nav .top-res-menu .language a {
    font-family: "Droid Arabic Kufi", sans-serif;
    font-size: 19px;
    position: relative;
    top: -3px;
    color: #bdbdbd;
  }
  .header .right-nav .top-res-menu .language:after {
    top: 2px;
  }
  .header .right-nav .top-res-menu .res-menu {
    color: #d43841;
  }
  .header .right-nav .top-res-menu .res-menu span {
    font-size: 0;
  }
  .header .right-nav .top-res-menu .res-menu span:before {
    font-size: 30px;
  }
  .header .right-nav .top-res-menu .res-menu:after {
    display: none;
  }
  .header .right-nav .top-res-menu .search:before {
    font-size: 20px;
    color: #939393;
  }
  .header .right-nav .top-res-menu .search .search-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 99999;
    background: rgba(255, 255, 255, 0.9);
    top: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .header .right-nav .top-res-menu .search .search-popup .fields {
    width: 85%;
    height: 50px;
    border: 2px solid #747474;
    border-radius: 50px;
    margin: 25% auto 0;
    background: #fff;
    text-align: left;
  }
  .header .right-nav .top-res-menu .search .search-popup .fields .widget_search {
    width: 100%;
  }
  .header .right-nav .top-res-menu .search .search-popup .fields .search-field {
    width: 70%;
    width: 90%;
    height: 60%;
    background: none;
    border: none;
    padding: 3% 5%;
    font-size: 1.3em;
    font-weight: 100;
  }
  .header .right-nav .top-res-menu .search .search-popup .fields .search-btn {
    border: 0;
    background: none;
    height: 100%;
    width: 12%;
    height: 50px;
    width: 100%;
    position: relative;
    z-index: 1;
    font-size: 0;
    display: block;
  }
  .header .right-nav .top-res-menu .search .search-popup .fields span {
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
  }
  .header .right-nav .top-res-menu .search .search-popup .fields span:first-child {
    width: 89%;
  }
  .header .right-nav .top-res-menu .search .search-popup .fields span.fi-search {
    width: 10%;
  }
  .header .right-nav .top-res-menu .search .search-popup .fields span:before {
    font-size: 2.3em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    color: #939393;
  }
  .header .right-nav .top-res-menu .search .search-popup .search-close {
    position: absolute;
    display: inline-block;
    z-index: 2;
    right: 4%;
    top: 2%;
    font-size: 0;
    padding: 10px;
  }
  .header .right-nav .top-res-menu .search .search-popup .search-close:before {
    font-size: 16px;
  }
  .header .right-nav:before {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 9;
    background: #5a5957;
    top: 0;
    right: 0;
    -webkit-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    opacity: 0;
    visibility: hidden;
  }
  .header .right-nav .navigation {
    margin: 0;
    padding: 0;
    position: fixed;
    width: 90%;
    height: 100%;
    display: block;
    z-index: 99999;
    background: #ffffff;
    box-shadow: 0 0 30px 8px rgba(0, 0, 0, 0.4);
    top: 0;
    right: -100%;
    transform: translateX(100%);
    -webkit-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .header .right-nav .navigation .menu-close {
    position: absolute;
    top: 3.2%;
    z-index: 1;
    left: -8%;
    font-size: 0;
  }
  .header .right-nav .navigation .menu-close:before {
    padding: 10px;
    background: #d43841;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    border-radius: 50%;
  }
  .header .right-nav .navigation .main-menu {
    overflow: auto;
    height: 100%;
    padding-bottom: 18%;
  }
  .header .right-nav .navigation .main-menu li {
    margin: 0;
    padding: 0;
    display: block;
  }
  .header .right-nav .navigation .main-menu li.dropdown:before {
    display: none;
  }
  .header .right-nav .navigation .main-menu li.dropdown > a {
    position: relative;
  }
  .header .right-nav .navigation .main-menu li.dropdown > a:before {
    content: "\e91d";
    font-family: 'ficons';
    background-color: transparent;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
    display: inline-block;
    font-size: .7em;
    position: absolute;
  }
  .header .right-nav .navigation .main-menu li ul {
    top: 0;
    width: 100%;
    left: 0;
    float: none;
    box-shadow: none;
    padding: 0 7%;
    border-radius: 0;
  }
  .header .right-nav .navigation .main-menu li:hover {
    background-color: #f4f4f4;
  }
  .header .right-nav .navigation .main-menu li:hover ul {
    position: relative;
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
  }
  .header .right-nav .navigation .main-menu li:hover ul li {
    padding: 0;
  }
  .header .right-nav .navigation .main-menu li:hover ul li a {
    padding: 3% 0;
    font-size: 1.4em;
    border-bottom: none;
  }
  .header .right-nav .navigation .main-menu li:hover ul li:hover {
    background-color: transparent;
  }
  .header .right-nav .navigation .main-menu a {
    font-size: 1.8em;
    padding: 4% 7%;
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
  }
  .header .right-nav .top-social-media {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3%;
    text-align: center;
  }
  .header .right-nav .top-social-media li {
    margin: 0 0 0 5%;
  }
  .header .right-nav .top-social-media li:first-child {
    margin: 0;
  }
  .header .right-nav .top-social-media li a {
    font-size: 5em;
  }
  .open-menu {
    overflow: hidden;
  }
  .open-menu .header .logo-area {
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
  .open-menu .header .right-nav .navigation {
    transform: translateX(0%);
    right: 0%;
  }
  .open-menu .header .right-nav:before {
    opacity: .9;
    visibility: visible;
  }
  .open-menu .section {
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
  .open-search .header .right-nav .top-res-menu .search .search-popup {
    visibility: visible;
    opacity: 1;
  }
  .ar .header .right-nav .top-res-menu .search .search-popup .fields .search-field {
    padding: 1.5% 5%;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 11px;
  }
  .header .header-container {
    width: 95%;
  }
  .header .header .logo-area .logo a img {
    width: 100%;
  }
  .header .right-nav .navigation .main-menu li ul {
    left: -12px;
  }
  .header .right-nav .navigation .main-menu li.dropdown:before {
    width: 150%;
    left: -12px;
  }
  .home-banner .section-container .text-area {
    margin: 11% auto 0;
  }
  .main-projects .slider-section {
    padding-top: 8%;
  }
  .main-projects .text-area {
    top: 27%;
  }
  .main-projects .handwihtbread {
    bottom: 7%;
    left: 32%;
  }
  .main-projects .hand2 {
    left: 60%;
  }
  .main-projects .bird {
    left: 40%;
  }
  .main-projects .mouse-left {
    left: 49%;
  }
  .main-projects .mouse-right {
    left: 70%;
  }
  .reasons {
    min-height: 740px;
  }
  .reasons .section-container.reason-bg {
    background: none;
  }
  .reasons .section-container .contents {
    right: 0;
    top: 10%;
    width: 70%;
    left: 0;
    margin: 0 auto;
  }
  .reasons .section-container .contents h2 {
    width: 57%;
    display: inline-block;
  }
  .reasons .section-container .contents .titles {
    padding-top: 5.5%;
  }
  .reasons .section-container .contents .intro-text {
    display: none;
  }
  .reasons .section-container .contents .readmore {
    padding: 12px 25px;
    font-size: 1.1em;
    position: relative;
    top: -50px;
  }
  .reasons .section-container .reason-slider {
    padding-top: 30%;
    height: 80%;
  }
  .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item {
    position: relative;
  }
  .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(1) {
    left: auto;
    top: auto;
  }
  .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(2) {
    top: auto;
  }
  .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(3) {
    top: auto;
    left: auto;
  }
  .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(4) {
    bottom: auto;
    left: auto;
  }
  .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(5) {
    bottom: auto;
    left: auto;
  }
  .events-section .section-container {
    padding-top: 18%;
  }
  .events-section .text-area {
    top: 19%;
    height: 70%;
  }
  .events-section .events-slider .item {
    min-height: 308px;
  }
  .events-section .events-slider .content .image-thumb {
    height: 120px;
  }
  .news-section .section-container {
    padding: 9% 3% 0;
  }
  .news-section .news-slider .content .image-thumb {
    height: 120px;
  }
  .social-section {
    height: auto;
  }
  .social-section .section-container {
    padding-top: 6%;
  }
  .social-section .section-container .social-ul {
    padding: 6% 2% 11%;
  }
  .social-section .section-container .social-ul .socail-media-box {
    /*width: 46%;*/
    margin-bottom: 10%;
  }
  .social-section .section-container .social-ul .socail-media-box:nth-child(even) {
    margin-right: 0;
  }
  .social-section .section-container .social-ul .socail-media-box:before {
    top: -47px;
    font-size: 7em;
    left: -7px;
    max-width: 100px;
    max-height: 100px;
  }
  .social-section .section-container .social-ul .socail-media-box:after {
    top: -40px;
    width: 15%;
    height: 60px;
    left: -5px;
  }
  .footer .scrolltotop {
    top: -50px;
  }
  .footer .scrolltotop:after {
    width: 35px;
    height: 35px;
    top: 12%;
    right: 28%;
  }
  .footer .section-container .footer-top .middle .footer-menu li {
    padding: 0 1.7%;
  }
  .sticky-links {
    right: 2.5%;
  }
  /* Subpages */
  .subpage .section .section-container {
    width: 85%;
  }
  .subpage .bread-crumb .page-forward-opt li .print-opt {
    margin-top: 3px;
  }
  .subpage .bread-crumb .page-forward-opt li .print-opt:before {
    top: -1px;
  }
  ul.tabs li:hover:before,
  ul.tabs li.active:before {
    bottom: -11px;
  }
  .ar .reasons .section-container.reason-bg {
    background: none;
  }
  .ar .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item {
    position: relative;
  }
  .ar .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(1) {
    right: auto;
    top: auto;
  }
  .ar .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(2) {
    top: auto;
    right: auto;
  }
  .ar .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(3) {
    top: auto;
    right: auto;
  }
  .ar .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(4) {
    bottom: auto;
    right: auto;
  }
  .ar .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item:nth-child(5) {
    bottom: auto;
    right: auto;
  }
}
@media screen and (max-width: 768px) {
  .home .owl-theme .owl-nav {
    left: 0;
    right: 0;
    top: auto;
    text-align: center;
    margin: 3% auto 0;
    width: 88px;
    transform: translateY(0%);
  }
  .header .right-nav .top-res-menu .language .lang-ar:after {
    display: none !important;
  }
  .home-banner {
    height: 60%;
    height: 51%;
  }
  .home-banner .main-plane {
    right: 4%;
  }
  .home-banner .home-slider .item {
    height: 44vh;
  }
  .home-banner .main-plane {
    right: 4%;
  }
  .main-projects {
    height: 50%;
  }
  .main-projects .elephant,
  .main-projects .handwihtbread,
  .main-projects .hand2,
  .main-projects .bird,
  .main-projects .mouse-left,
  .main-projects .mouse-right {
    display: none;
  }
  .main-projects .text-area {
    top: 20%;
    height: auto;
  }
  .main-projects .text-area:before {
    display: none;
  }
  .main-projects .project-slider {
    width: 102%;
    padding: 5% 0 11%;
  }
  .main-projects .project-slider.owl-carousel .owl-item.active:hover {
    transform: scale(1);
  }
  .events-section {
    height: auto;
    padding-bottom: 8%;
  }
  .events-section .music-cat {
    display: none;
  }
  .events-section .text-area {
    top: 38%;
  }
  .events-section .events-slider {
    width: 100%;
    padding: 5% 0 11%;
  }
  .events-section .events-slider .item:hover {
    transform: scale(1);
    box-shadow: 0 11px 31px 4px rgba(0, 0, 0, 0);
  }
  .events-section .events-slider .content .event-date:before {
    font-size: 22px;
  }
  .events-section .events-slider .content .event-date span .event-time {
    margin-top: 3px;
  }
  .events-section .slider-section .month-tab {
    width: 100%;
  }
  .events-section .slider-section .month-tab .latest {
    padding: 8px 25px;
  }
  .events-section .slider-section .month-tab .month-slider {
    width: 46%;
  }
  .events-section .slider-section .month-tab .month-slider .item {
    padding: 8px 4px;
  }
  .reasons {
    min-height: 650px;
    height: auto;
  }
  .reasons .blue-rocket,
  .reasons .orange-rocket {
    display: none;
  }
  .reasons .owl-theme .owl-nav {
    margin: 0 auto;
    display: block;
  }
  .reasons .section-container .contents {
    top: 9%;
    width: 90%;
    left: 0;
    z-index: 2;
  }
  .reasons .section-container .contents .number {
    font-size: 4em;
  }
  .reasons .section-container .contents .readmore {
    top: -40px;
  }
  .news-section {
    height: auto;
    padding-bottom: 12%;
  }
  .news-section .section-container .readmore {
    padding: 12px 35px;
    font-size: 1em;
  }
  .news-section .action-area {
    margin-top: 8%;
  }
  .news-section .news-slider .item:hover {
    transform: scale(1);
    box-shadow: 0 11px 31px 4px rgba(0, 0, 0, 0);
  }
  .news-section .news-slider.owl-theme .owl-nav [class*='owl-'] {
    background: none;
    position: relative;
    text-align: center;
    font-size: 0;
    width: 34px;
    height: 34px;
    padding: 0;
    color: #ffffff;
    border-radius: 50%;
    background: #d43841;
    -webkit-transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
    -moz-transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
    float: left;
  }
  .news-section .news-slider.owl-theme .owl-nav [class*='owl-']:hover {
    background: #137faf;
  }
  .news-section .news-slider.owl-theme .owl-nav [class*='owl-']:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    font-size: 20px;
    font-family: 'ficons';
  }
  .news-section .news-slider.owl-theme .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    text-align: center;
    margin: 3% auto 0;
    width: 88px;
    transform: translateY(0%);
  }
  .news-section .news-slider.owl-theme .owl-nav .owl-prev:before {
    content: "\e900";
  }
  .news-section .news-slider.owl-theme .owl-nav .owl-next:before {
    content: "\e901";
  }
  .social-section {
    padding-bottom: 7%;
  }
  .social-section .section-container .social-ul {
    margin: 5% 0 0 0;
    padding: 7% 3%;
  }
  .social-section .section-container .social-ul .socail-media-box {
    margin-bottom: 8%;
    box-shadow: 0 5px 6px 0px rgba(0, 0, 0, 0.3);
  }
  .social-section .section-container .social-ul .socail-media-box:before {
    top: -46px;
    font-size: 6.5em;
  }
  .social-section .section-container .social-ul .socail-media-box:after {
    width: 20%;
    top: -29px;
    height: 39px;
  }
  .footer .section-container .footer-top li {
    padding: 0;
  }
  .footer .section-container .footer-top .logo-footer {
    padding: 2% 0;
  }
  .footer .section-container .footer-top .logo-footer .footer-logo {
    text-align: center;
  }
  .footer .section-container .footer-top .logo-footer .footer-logo img {
    width: 150px;
  }
  .footer .section-container .footer-top .middle .footer-menu {
    text-align: center;
  }
  .footer .section-container .footer-top .middle .footer-menu li {
    padding: 0 2%;
  }
  .footer .section-container .footer-top .middle .footer-menu li a {
    font-size: 1.2em;
  }
  .footer .section-container .footer-top .address {
    text-align: center;
  }
  .footer .section-container .footer-top .newsletter {
    text-align: center;
    margin-top: 3%;
  }
  .footer .section-container .footer-top .newsletter .h5 {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 0;
    font-size: 1.4em;
    text-align: left;
  }
  .footer .section-container .footer-top .newsletter form {
    display: inline-block;
    width: 50%;
    margin-top: 0;
  }
  .footer .section-container .footer-top .newsletter .newsletter-email {
    margin-top: 0;
  }
  .sticky-links {
    display: none;
  }
  .tab_container {
    margin-bottom: 5%;
  }
  .tab_content h2 {
    display: none !important;
  }
  .pop-overlay .pop-up-area {
    width: 80%;
  }
  .pop-overlay .pop-up-area .biography p {
    line-height: 1.9;
  }
  ul.tabs li {
    margin: 0 1% 0 0;
    padding: 15px 7%;
  }
  .tab_drawer_heading {
    font-size: 1.5em;
  }
  /* Subpages */
  .subpage .cage {
    display: none;
  }
  .subpage .section .section-container {
    width: 95%;
  }
  .subpage .listing-area .items .list-item-img {
    height: 120px;
  }
  .subpage .listing-area .countdown-div .countdown li {
    width: 18%;
  }
  .subpage .members-list-area li {
    margin: 0px 4% 6% 0;
  }
  .subpage .events .listing-area .items {
    width: 49%;
    margin-right: 2%;
  }
  .subpage .events .listing-area .items:nth-child(2n) {
    margin-right: 0;
  }
  .subpage .events .listing-area .items .list-item-descb {
    margin-left: 2%;
  }
  .subpage .category-list-ul li img {
    width: 100%;
  }
  .subpage .gen-projects ol > li:before {
    padding: 1px 0;
  }
  .subpage .gen-projects ol > li > ol > li:before {
    padding: 1px 0;
  }
  .subpage .gen-projects .category-list-ul li img {
    width: 100%;
  }
  .subpage .socail-share {
    background: transparent;
  }
  .subpage .supportform .field .side-text {
    width: 28%;
    padding: 16px 10px;
  }
  .subpage .supportform .field .select-field {
    width: 72%;
  }
  .subpage .supportform .field .select-field select {
    padding: 10px 10px;
  }
  .subpage .supportform .field .text-field {
    padding: 10px 10px;
  }
  .subpage .supportform .field .text-area {
    padding: 10px 10px;
  }
  .subpage .contact .contact-box {
    padding-left: 0;
  }
  .subpage .contact #map-widget {
    margin: 8% 0 5%;
    height: 320px;
  }
  .subpage .contact .contact-info {
    padding-top: 6%;
  }
  .subpage .edition-area .edition-list-area .list-items .edition-buttons:hover {
    box-shadow: 0px 6px 12px 0px rgba(212, 56, 65, 0.41);
  }
  .subpage .error-pages .circle-1 {
    height: 270px;
    width: 270px;
  }
  .subpage .error-pages .circle-2 {
    height: 240px;
    width: 240px;
  }
  .subpage .error-pages .image-error {
    top: -70px;
  }
  .subpage .error-pages .image-error img {
    width: 100%;
  }
  .subpage .result-page.sub-title {
    font-size: 1.6em;
  }
  /* ar */
  .ar .header .right-nav .top-res-menu {
    text-align: left;
  }
  .ar .header .right-nav .top-res-menu li {
    padding: 0 0 0 3%;
    margin: 0 3% 0 0;
  }
  .ar .header .right-nav .top-res-menu li:first-child {
    margin-right: 0;
    padding-right: 0;
  }
  .ar .header .right-nav .top-res-menu li:after {
    right: auto;
    left: -3px;
  }
  .ar .header .right-nav .top-res-menu .language:after {
    top: 0px;
  }
  .ar .header .right-nav .top-res-menu .language a {
    font-size: 16px !important;
    top: 0;
  }
  .ar .header .right-nav .top-res-menu .language .lang-en:after {
    display: none !important;
  }
  .ar .header .right-nav .navigation {
    right: auto;
    left: -100%;
    transform: translateX(-100%);
  }
  .ar .header .right-nav .navigation .menu-close {
    left: auto;
    right: -8%;
  }
  .ar .header .right-nav .navigation .main-menu li.dropdown > a:before {
    right: auto;
    left: 5%;
  }
  .ar .header .right-nav .top-social-media li {
    margin: 0 5% 0 0;
  }
  .ar.open-menu .header .right-nav .navigation {
    transform: translateX(0%);
    left: 0%;
    right: auto;
  }
  .ar .social-section .section-container .social-ul {
    direction: ltr;
  }
  .ar .footer .section-container .footer-top .newsletter .h5 {
    text-align: right;
  }
  .ar.subpage .bread-crumb .breadcrumb-list {
    width: 78%;
  }
  .ar.subpage .bread-crumb .page-forward-opt {
    width: 21%;
  }
  .ar.subpage .events .listing-area .items {
    margin-right: 0;
    margin-left: 2%;
  }
  .ar.subpage .events .listing-area .items:nth-child(2n) {
    margin-left: 0;
  }
  .ar.subpage .events .listing-area .items .list-item-descb {
    margin-left: 0;
  }
  .ar.subpage .contact .contact-box {
    padding-right: 0;
  }
  .ar .pop-overlay .pop-up-area .biography p {
    line-height: 1.9;
  }
}
@media screen and (max-width: 767px) and (min-width: 640px) {
  .home-banner {
    height: 130%;
  }
  .reasons .section-container .contents h2 {
    width: 57%;
    font-size: 2.4em;
  }
  .reasons .section-container .contents .readmore {
    top: -40px;
    left: auto;
    right: -40px;
  }
  .footer .section-container .footer-buttom .copyright {
    width: 60%;
  }
  .footer .section-container .footer-buttom .terms {
    width: 40%;
  }
  .pop-overlay .pop-up-area {
    overflow: auto;
    height: 70%;
  }
  .pop-overlay .pop-up-area .biography {
    margin-top: 6%;
  }
  .pop-overlay .pop-up-area .basic-info .profile-pic {
    top: 0;
  }
  /* Subpages */
  .subpage .bread-crumb .breadcrumb-list {
    width: 74%;
  }
  .subpage .bread-crumb .page-forward-opt {
    width: 25%;
  }
  .subpage .ad-banner {
    width: 31%;
    display: inline-block;
    margin-right: 3%;
    vertical-align: top;
  }
  .subpage .ad-banner .addtocalendar {
    bottom: 4%;
  }
  .subpage .side-title {
    display: none;
  }
  .subpage .detail-page .coloumn-left .listing-area {
    width: 65%;
    display: inline-block;
    vertical-align: top;
    padding: 0;
  }
  .subpage .detail-page .coloumn-left .listing-area .items {
    width: 46%;
    margin-right: 5%;
  }
  .subpage .detail-page .coloumn-left .listing-area .items:last-child {
    margin-right: 0%;
  }
  .subpage .detail-page .counter-div {
    width: 50%;
    vertical-align: middle;
  }
  .subpage .detail-page .countdown-div {
    font-size: 1.3em;
  }
  .subpage .detail-page .add-calendar {
    width: 50%;
    vertical-align: middle;
  }
  .subpage .detail-page .addtocalendar {
    font-size: 1.15em;
  }
  .subpage .detail-page .date-div {
    width: 50%;
    font-size: 1.2em;
  }
  .subpage .detail-page .venue-div {
    width: 50%;
    font-size: 1.2em;
  }
  .subpage .download-text {
    width: 55%;
  }
  .subpage .contact .contact-address {
    width: 50%;
  }
  .subpage .contact .contact-form {
    width: 50%;
  }
  .subpage .error-pages .error-circle {
    width: 41.66666667%;
  }
  .subpage .error-pages .error-content {
    width: 58.33333333%;
  }
  /*ar */
  .ar.subpage .bread-crumb .breadcrumb-list {
    width: 73%;
  }
  .ar.subpage .bread-crumb .page-forward-opt {
    width: 26%;
  }
}
@media screen and (max-width: 767px) {
  .header .right-nav .top-social-media {
    margin: 3% 0;
    position: relative;
    bottom: 23%;
  }
  .header .right-nav .top-social-media li a {
    font-size: 4.5em;
  }
  .header .right-nav .navigation .menu-close {
    top: 5.2%;
  }
  .header .right-nav .navigation .menu-close:before {
    font-size: 12px;
  }
  .header .right-nav .navigation .main-menu a {
    font-size: 1.5em;
    padding: 2.5% 5%;
  }
  .home-banner .main-plane {
    bottom: 44%;
    width: 85px;
    height: 80px;
    right: 4%;
    background-size: 100%;
  }
  .home-banner .sun {
    width: 140px;
    height: 140px;
    background-size: 100%;
  }
  .home-banner .dash-line {
    width: 200px;
    height: 118px;
    bottom: 23%;
    right: 13%;
    background-size: 100%;
  }
  .home-banner .kids {
    width: 100%;
    height: 180px;
    bottom: 10px;
    background-size: 70%;
    background-position: center bottom;
  }
  .home-banner .section-container .text-area .caption {
    font-size: 2.4em;
  }
  .main-projects {
    height: auto;
  }
  .main-projects .slider-section {
    padding-left: 0;
    padding-bottom: 5%;
  }
  .main-projects .text-area {
    width: 93%;
    text-align: center;
    position: relative;
  }
  .main-projects .section-container .intro-text {
    display: none;
  }
  .main-projects .section-container .readmore {
    display: none;
  }
  .main-projects .section-container .section-title {
    margin-bottom: 0%;
  }
  .main-projects .project-slider {
    padding-left: 2%;
  }
  .main-projects .project-slider.owl-carousel .owl-item.active.fadeLight {
    opacity: 1;
  }
  .main-projects .project-slider.owl-carousel .owl-item.active.fadeLight:before {
    display: none;
  }
  .reasons .section-container .contents {
    width: 100%;
  }
  .reasons .section-container .contents .titles .title-1 {
    font-size: 1.4em;
  }
  .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item .reason-img img {
    width: 100%;
  }
  .events-section .section-container {
    padding-top: 5%;
  }
  .events-section .section-container .intro-text {
    display: none;
  }
  .events-section .section-container .readmore {
    position: absolute;
    bottom: -130vh;
    margin: 0 auto;
    left: 6%;
    right: 0;
    width: 30%;
    padding: 12px 35px;
  }
  .events-section .slider-section {
    padding-left: 0;
    padding-bottom: 10%;
  }
  .events-section .slider-section .month-tab .year {
    font-size: 5.429em;
    top: -67px;
    left: 36px;
  }
  .events-section .slider-section .month-tab .year:before {
    left: -34px;
  }
  .events-section .text-area {
    top: 0;
    position: relative;
    height: auto;
    width: 93.5%;
    text-align: center;
  }
  .events-section .events-slider {
    padding-left: 2%;
  }
  .events-section .events-slider .fadeLight {
    opacity: 1;
  }
  .events-section .events-slider .fadeLight:before {
    display: none;
  }
  .footer .section-container .footer-top .middle .footer-menu li {
    padding: 0 5%;
    margin-bottom: 1.5%;
  }
  /* Subpages */
  .page-title {
    font-size: 2em;
  }
  .subpage .coloumn-right {
    padding-right: 0;
  }
  .subpage .contact .contact-info li {
    padding-left: 15%;
    font-size: 1.2em;
  }
  .subpage .contact .contact-info li:before {
    font-size: 2.7em;
  }
  /* ar */
  .ar .main-projects .slider-section {
    padding-right: 0;
  }
  .ar .reasons .section-container .contents {
    left: 0;
  }
  .ar .events-section .slider-section {
    padding-right: 0;
  }
  .ar .events-section .section-container .readmore {
    bottom: -120vh;
    left: 0;
  }
  .ar .contact .contact-info li {
    padding-right: 18%;
  }
}
@media screen and (max-width: 667px) {
  .events-section .section-container .readmore {
    bottom: -132vh;
  }
}
@media screen and (max-width: 640px) {
  .home-banner .section-container .text-area .caption {
    font-size: 2em;
  }
}
@media screen and (max-width: 480px) {
  .home .owl-theme .owl-nav {
    display: none;
  }
  .side-image-right,
  .side-image-left {
    display: none;
  }
  .tabs {
    display: none;
  }
  .tab_drawer_heading {
    margin: 3% 0;
    padding: 10px;
    border: 0;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #47413c;
    color: #ffffff;
    text-align: center;
  }
  .d_active {
    background-color: #d43841;
  }
  .header .logo {
    margin: 10px 0;
  }
  .header .logo .logo-img img {
    width: 75%;
  }
  .header .right-nav .top-res-menu {
    padding: 12% 0 0 0;
  }
  .header .right-nav .top-res-menu li {
    padding: 0 6% 0 0;
    margin: 0 0 0 6%;
  }
  .header .right-nav .top-res-menu li:after {
    top: -1px;
  }
  .header .right-nav .top-res-menu .home a:before {
    font-size: 28px;
  }
  .header .right-nav .top-res-menu .home:after {
    top: 3px;
  }
  .header .right-nav .top-res-menu .language a {
    font-size: 16px;
  }
  .header .right-nav .top-res-menu .language:after {
    top: 0px;
  }
  .header .right-nav .top-res-menu .search:before {
    font-size: 18px;
  }
  .header .right-nav .top-res-menu .res-menu span:before {
    font-size: 26px;
  }
  .header .right-nav .navigation {
    padding: 3% 0;
    width: 85%;
  }
  .header .right-nav .navigation .menu-close {
    top: 3.5%;
    left: -13%;
  }
  .header .right-nav .navigation .menu-close:before {
    font-size: 13px;
    padding: 8px;
  }
  .header .right-nav .navigation .main-menu a {
    font-size: 1.4em;
    padding: 4% 6%;
  }
  .header .right-nav .navigation .main-menu li:hover ul li a {
    padding: 4.2% 0;
    font-size: 1.2em;
  }
  .header .right-nav .top-social-media {
    position: absolute;
    bottom: 1%;
  }
  .header .right-nav .top-social-media li {
    margin: 0 0 0 9%;
  }
  .header .right-nav .top-social-media li a {
    font-size: 4.2em;
  }
  .main-projects .section-container {
    width: 85%;
    max-width: 100%;
    margin: 0 auto;
  }
  .main-projects .project-slider {
    padding: 5% 0;
    padding-left: 2%;
  }
  .main-projects .project-slider .content .item-title {
    font-size: 1.5em;
    margin: 5% 0 0;
  }
  .main-projects .project-slider .content .short-descrp {
    margin: 5% 0;
    font-size: 1.15em;
  }
  .main-projects .project-slider .more {
    padding: 4.5%;
    font-size: 1.4em;
  }
  .home-banner {
    height: 39%;
  }
  .home-banner .section-container {
    z-index: 7;
  }
  .home-banner .section-container .text-area {
    margin: 13% auto 0;
  }
  .home-banner .home-slider .item {
    height: 32vh;
  }
  .reasons .section-container .contents {
    width: 100%;
  }
  .reasons .section-container .contents h2 {
    width: 87%;
    line-height: 23px;
    margin-left: 9%;
  }
  .reasons .section-container .contents .number {
    font-size: 3.5em;
    line-height: 109px;
  }
  .reasons .section-container .contents .titles .title-1 {
    font-size: 1.2em;
  }
  .reasons .section-container .contents .titles .title-2 {
    font-size: .7em;
    line-height: 1px;
  }
  .reasons .section-container .contents .readmore {
    padding: 12px 15px;
    font-size: 1.1em;
    position: absolute;
    top: 390%;
    left: 50%;
    transform: translateX(-50%);
  }
  .reasons .section-container .reason-slider {
    padding-top: 45%;
  }
  .reasons .section-container .reason-slider li p {
    font-size: 1.4em;
    padding: 0 15%;
  }
  .reasons .section-container .reason-slider .owl-stage-outer .owl-stage .owl-item .reason-img img {
    width: auto;
  }
  .news-section .cage {
    display: none;
  }
  .news-section .news-slider {
    padding: 5% 5% 0;
  }
  .news-section .news-slider .content .item-title {
    font-size: 1.5em;
    margin: 5% 0 0;
  }
  .news-section .news-slider .content .news-date {
    font-size: 1em;
    margin: 2% 0;
  }
  .news-section .news-slider .content .intro-text {
    font-size: 1.2em;
  }
  .news-section .news-slider .content .image-thumb {
    height: 200px;
  }
  .news-section .action-area {
    margin-top: 3%;
  }
  .events-section .slider-section {
    padding-left: 0;
    padding-bottom: 20%;
  }
  .events-section .slider-section .month-tab .year {
    font-size: 3.429em;
    top: -50px;
    left: 20px;
  }
  .events-section .slider-section .month-tab .year:before {
    font-size: 3.3em;
    left: -20px;
    top: -12px;
  }
  .events-section .slider-section .month-tab .month-slider {
    margin: 0 0 0 1%;
    width: 60%;
  }
  .events-section .slider-section .month-tab .month-slider.owl-theme .owl-nav {
    right: -95px;
  }
  .events-section .text-area {
    top: 0;
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 15%;
  }
  .events-section .section-container {
    width: 85%;
    max-width: 100%;
    margin: 0 auto;
  }
  .events-section .section-container .intro-text {
    display: none;
  }
  .events-section .section-container .readmore {
    bottom: -87vh;
    left: 0;
    width: 60%;
  }
  .events-section .events-slider {
    padding: 5% 0;
    padding-left: 2%;
  }
  .events-section .events-slider .owl-item:first-child,
  .events-section .events-slider .owl-item:last-child {
    display: none;
  }
  .events-section .events-slider .content .item-title {
    font-size: 1.5em;
    margin: 5% 0 0;
  }
  .events-section .events-slider .content .event-date:before {
    margin-right: 3%;
  }
  .events-section .events-slider .content .event-date span {
    font-size: 1.4em;
    display: inline-block;
    line-height: 1.1;
  }
  .events-section .events-slider .content .image-thumb {
    height: 200px;
  }
  .events-section .events-slider .countdown-div .event-counter-title {
    font-size: 1.2em;
    margin-bottom: 4%;
  }
  .events-section .events-slider .countdown-div .countdown li {
    font-size: 1.4em;
  }
  .social-section .section-container {
    padding-bottom: 9%;
  }
  .social-section .section-container .social-ul {
    margin: 24% 0 0 0;
    padding: 7% 7%;
    position: relative;
    overflow: visible;
  }
  .social-section .section-container .social-ul.owl-carousel .owl-stage-outer {
    overflow: hidden;
  }
  .social-section .section-container .social-ul.owl-theme .owl-dots {
    position: absolute;
    top: -17%;
    /*top: -3%;*/
    left: 0;
    right: 0;
  }
  .social-section .section-container .social-ul.owl-theme .owl-dots .owl-dot {
    position: relative;
  }
  .social-section .section-container .social-ul.owl-theme .owl-dots .owl-dot span {
    display: none;
  }
  .social-section .section-container .social-ul.owl-theme .owl-dots .owl-dot:before {
    font-family: 'ficons';
    font-size: 48px;
    margin: 0 8px;
    display: inline-block;
    color: #b6b6b6;
  }
  .social-section .section-container .social-ul.owl-theme .owl-dots .owl-dot:nth-child(1):before {
    content: "\e90c";
  }
  .social-section .section-container .social-ul.owl-theme .owl-dots .owl-dot:nth-child(1).active:before {
    color: #09498b;
  }
  .social-section .section-container .social-ul.owl-theme .owl-dots .owl-dot:nth-child(2):before {
    content: "\e90d";
  }
  .social-section .section-container .social-ul.owl-theme .owl-dots .owl-dot:nth-child(2).active:before {
    color: #00b1e8;
  }
  .social-section .section-container .social-ul.owl-theme .owl-dots .owl-dot:nth-child(3):before {
    content: "\e90e";
  }
  .social-section .section-container .social-ul.owl-theme .owl-dots .owl-dot:nth-child(3).active:before {
    background: -moz-linear-gradient(left, #5752cf 0%, #df2a79 50%, #fec75a 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #5752cf), color-stop(50%, #df2a79), color-stop(100%, #fec75a));
    background: -webkit-linear-gradient(left, #5752cf 0%, #df2a79 50%, #fec75a 100%);
    background: -o-linear-gradient(left, #5752cf 0%, #df2a79 50%, #fec75a 100%);
    background: -ms-linear-gradient(left, #5752cf 0%, #df2a79 50%, #fec75a 100%);
    background: linear-gradient(to right, #5752cf 0%, #df2a79 50%, #fec75a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5752cf', endColorstr='#fec75a', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .social-section .section-container .social-ul.owl-theme .owl-dots .owl-dot:nth-child(4):before {
    content: "\e90f";
  }
  .social-section .section-container .social-ul.owl-theme .owl-dots .owl-dot:nth-child(4).active:before {
    color: #bf0707;
  }
  .social-section .section-container .social-ul .socail-media-box {
    padding: 0;
    min-height: 350px;
    box-shadow: none;
    max-height: 410px;
  }
  .social-section .section-container .social-ul .socail-media-box:before,
  .social-section .section-container .social-ul .socail-media-box:after {
    display: none;
  }
  .footer .section-container .footer-top {
    margin: 0 0 6% 0;
    padding: 0 0 5% 0;
  }
  .footer .section-container .footer-top .logo-footer {
    padding: 7% 0;
  }
  .footer .section-container .footer-top .middle .footer-menu {
    margin: 0 0 6% 0;
    padding: 0 0 5% 0;
    border-bottom: 1px solid rgba(202, 202, 202, 0.3);
  }
  .footer .section-container .footer-top .address {
    font-size: 1.2em;
    line-height: 1.6;
  }
  .footer .section-container .footer-top .newsletter {
    margin-top: 6%;
  }
  .footer .section-container .footer-top .newsletter .h5 {
    width: 100%;
    margin: 0 0 3% 0;
    text-align: center;
  }
  .footer .section-container .footer-top .newsletter form {
    width: 80%;
  }
  .footer .section-container .footer-top .newsletter .newslettersubmit {
    /*float: none;
                        margin-right: 0;
                        margin-top: 5%;
                        margin-bottom: 4%;*/
  }
  .footer .section-container .footer-buttom {
    padding-bottom: 5%;
  }
  .footer .section-container .footer-buttom .copyright {
    text-align: center;
    padding: 0 16% 3%;
  }
  .footer .section-container .footer-buttom .terms {
    text-align: center;
    padding: 0;
  }
  .event-ended .event-ended-title {
    font-size: 1.1em;
  }
  .countdown-div .event-counter-title {
    font-size: 1em;
  }
  .button {
    font-size: 1.1em;
  }
  .home .home-share-widget {
    display: none;
  }
  /* Subpages */
  .pop-overlay .pop-up-area {
    width: 90%;
    max-height: 80%;
    overflow: auto;
  }
  .pop-overlay .pop-up-area h3 {
    font-size: 1.4em;
  }
  .pop-overlay .pop-up-area p {
    font-size: 1.2em;
  }
  .pop-overlay .pop-up-area .basic-info .profile-pic {
    top: 0;
    box-shadow: 0px 5px 28px -1px rgba(0, 0, 0, 0.2);
  }
  .pop-overlay .pop-up-area .basic-info .bio-close {
    top: 0;
  }
  .pop-overlay .pop-up-area .basic-info .bio-close:before {
    font-size: 14px;
  }
  .pop-overlay .pop-up-area .biography {
    margin-top: 5%;
  }
  .pop-overlay .pop-up-area .member-publication .book-list li {
    font-size: 1.2em;
  }
  .subpage .side-title {
    font-size: 1.6em;
  }
  .subpage .bread-crumb .breadcrumb-list {
    display: none;
  }
  .subpage .bread-crumb .page-forward-opt {
    width: 100%;
  }
  .subpage .bread-crumb .page-forward-opt li .print-opt {
    margin-top: 3px;
  }
  .subpage .bread-crumb .page-forward-opt li .print-opt:before {
    top: -1px;
  }
  .subpage .search-filters .filter-items {
    width: 32%;
  }
  .subpage .search-filters .filter-items.btn-field {
    width: 30%;
  }
  .subpage .search-filters .filter-items.search-area {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
  }
  .subpage .coloumn-left {
    padding-left: 0;
  }
  .subpage .detail-slider .owl-thumbs .owl-thumb-item {
    width: 82px;
  }
  .subpage .detail-slider .owl-thumbs .owl-thumb-item img {
    width: 100%;
  }
  .subpage .members-list-area.president li {
    margin: 0;
    width: 50%;
  }
  .subpage .members-list-area li {
    margin: 0px 4% 6% 0;
    width: 46%;
  }
  .subpage .members-list-area li:nth-child(2n) {
    margin-right: 0;
  }
  .subpage .members-list-area li .profile-info {
    margin-top: 10%;
  }
  .subpage .members-list-area li .profile-info .member-name {
    font-size: 1.4em;
  }
  .subpage .members-list-area li .profile-info .designation {
    font-size: 1.2em;
  }
  .subpage .members-list-area li .profile-info a {
    font-size: 1.1em;
  }
  .subpage .events .listing-area .items {
    width: 100%;
    margin-right: 0;
  }
  .subpage .listing-area .items {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10%;
  }
  .subpage .listing-area .items .list-item-img {
    width: 100%;
    height: 230px;
  }
  .subpage .listing-area .items .list-item-descb {
    margin-left: 0;
    margin-top: 5%;
    width: 100%;
    font-size: 1.4em;
  }
  .subpage .listing-area .items .list-item-descb .date-area {
    margin-bottom: 3%;
    padding-left: 8%;
    font-size: .9em;
  }
  .subpage .listing-area .items .list-item-descb .date-area:before {
    font-size: 1.3em;
  }
  .subpage .listing-area .countdown-div {
    padding-top: 5%;
  }
  .subpage .detail-page .counter-div {
    padding: 0;
  }
  .subpage .detail-page .countdown-div .event-counter-title {
    font-size: 1.2em;
    width: 24%;
  }
  .subpage .detail-page .countdown-div .countdown {
    width: 75%;
  }
  .subpage .detail-page .countdown-div .countdown li {
    font-size: 1.3em;
  }
  .subpage .detail-page .add-calendar {
    text-align: center;
    margin-top: 4%;
  }
  .subpage .detail-page .date-venue {
    text-align: center;
    font-size: 1.2em;
  }
  .subpage .detail-page .date-venue .date-div {
    padding: 0;
  }
  .subpage .detail-page .listing-area .items .list-item-descb {
    font-size: 1.3em;
  }
  .subpage .detail-page .listing-area .items .list-item-descb .date-area {
    padding-left: 6%;
  }
  .subpage .gen-projects ol {
    padding-left: 8%;
  }
  .subpage .gen-projects ol > li {
    margin-bottom: 2%;
  }
  .subpage .gen-projects ol > li:before {
    left: -7%;
  }
  .subpage .gen-projects ol > li > ol > li {
    margin-bottom: 2%;
  }
  .subpage .gen-projects ol > li > ol > li:before {
    left: -7%;
  }
  .subpage .gen-projects ol > li ul > li {
    padding-left: 8%;
    margin-bottom: 2%;
  }
  .subpage .gen-projects .category-list-ul li {
    margin-right: 3%;
    margin-bottom: 3%;
    width: 48%;
  }
  .subpage .gen-projects .category-list-ul li:nth-child(3n) {
    margin-right: 3%;
  }
  .subpage .gen-projects .category-list-ul li:nth-child(2n) {
    margin-right: 0;
  }
  .subpage .download-text {
    width: 100%;
  }
  .subpage .downlaod-pdf {
    padding: 11px 30px;
    margin: 4% 0 6%;
  }
  .subpage .edition-area {
    padding-bottom: 10%;
  }
  .subpage .edition-area .edition-list-area .list-items {
    width: 48%;
    margin-right: 3%;
  }
  .subpage .edition-area .edition-list-area .list-items:nth-child(2n) {
    margin-right: 0;
  }
  .subpage .category-list-ul li {
    margin-right: 3%;
    margin-bottom: 3%;
    width: 48%;
  }
  .subpage .category-list-ul li:nth-child(3n) {
    margin-right: 3%;
  }
  .subpage .category-list-ul li:nth-child(2n) {
    margin-right: 0;
  }
  .subpage .mission-list li {
    width: 100%;
    padding-left: 7%;
    margin-right: 0;
    font-size: 1.2em;
    margin-bottom: 5%;
  }
  .subpage .mission-list li:before {
    width: 8px;
    height: 8px;
    left: 6px;
  }
  .subpage .contact .contact-address {
    padding-right: 0;
  }
  .subpage .contact .contact-form {
    padding-left: 0;
  }
  .subpage .results .listing-area .items {
    width: 100%;
  }
  .subpage .results .listing-area .items .list-item-img {
    width: 100%;
  }
  .subpage .error-pages .circle-1 {
    float: none;
    margin: auto;
  }
  .subpage .error-pages .error-content {
    text-align: center;
    margin-top: 7%;
  }
  .subpage .error-pages .error-content .intro {
    text-align: center;
  }
  .subpage .error-pages .image-error {
    top: -110px;
    height: 310px;
    z-index: -1;
  }
  .subpage .error-pages .image-error img {
    width: auto;
  }
  .subpage .publications .members-list-area li {
    margin: 0px 4% 6% 0;
    width: 46%;
  }
  .fi-gallery-list .gl-list-box {
    width: 100%;
    height: 230px;
    margin: 0 0 2% 0;
  }
  .fi-gallery-detail-img {
    height: auto;
  }
  .fi-g-img-large {
    min-height: 200px;
    height: auto;
  }
  .fi-gallery-details .gallery-images {
    width: 104px;
    height: 90px;
    overflow: hidden;
  }
  .fi-gallery-details .gallery-images img {
    width: auto;
  }
  .fi-gallery-details::-webkit-scrollbar-track {
    -webkit-box-shadow: 0;
    background-color: transparent;
  }
  .fi-gallery-details::-webkit-scrollbar {
    width: 4px;
    height: 6px;
    background-color: transparent;
    display: none;
  }
  .fi-gallery-details::-webkit-scrollbar-thumb {
    border-radius: 50px;
    -webkit-box-shadow: 0;
    background-color: transparent;
  }
  /* ar */
  .ar {
    /* subpage */
  }
  .ar .header .right-nav .navigation .menu-close {
    left: auto;
    right: -13%;
  }
  .ar .home-banner .section-container .text-area {
    width: 91%;
    margin: 12% auto 0;
  }
  .ar .main-projects .section-container {
    margin: 0 auto;
  }
  .ar .reasons .section-container .contents h2 {
    margin-left: 0;
    margin-right: 12%;
  }
  .ar .events-section .section-container {
    margin: 0 auto;
  }
  .ar .events-section .text-area {
    width: 100%;
  }
  .ar .events-section .events-slider {
    right: auto;
    left: 0;
    padding-left: 0;
  }
  .ar .pop-overlay .pop-up-area p {
    font-size: 1.1em;
  }
  .ar .footer .section-container .footer-top .newsletter .h5 {
    text-align: center;
  }
  .ar .footer .section-container .footer-buttom .terms {
    text-align: center;
  }
  .ar.subpage .bread-crumb .page-forward-opt {
    width: 100%;
  }
  .ar.subpage .members-list-area li {
    margin: 0 0 6% 4%;
  }
  .ar.subpage .members-list-area li:nth-child(2n) {
    margin-left: 0;
  }
  .ar.subpage .listing-area .items {
    margin-left: 0;
  }
  .ar.subpage .listing-area .items .list-item-img {
    width: 100%;
  }
  .ar.subpage .listing-area .items .list-item-descb {
    margin-right: 0;
    margin-top: 1%;
  }
  .ar.subpage .listing-area .items .list-item-descb .h2 {
    font-size: 1.1em;
  }
  .ar.subpage .gen-projects ol {
    padding-left: 0;
    padding-right: 8%;
  }
  .ar.subpage .gen-projects ol > li:before {
    left: auto;
    right: -7%;
  }
  .ar.subpage .gen-projects ol > li > ol > li:before {
    left: auto;
    right: -7%;
  }
  .ar.subpage .gen-projects ol > li ul > li {
    padding-left: 0;
    padding-right: 8%;
  }
}
@media screen and (max-width: 375px) {
  .footer .section-container .footer-buttom .copyright {
    padding: 0 12% 3%;
  }
}
