/*
* PANORAMA - Fullscreen Photography HTML Template
* Release Date: January 2017
* Last Update: May 2017
* Author: Madeon08
* Copyright (C) 2017 Madeon08
* This is a premium product available exclusively here : http://themeforest.net/user/Madeon08/portfolio
*/
/*  TABLE OF CONTENTS
    ---------------------------
    *. @Import (SASS) & Reset
    .. Loading
    .. Generic styles
    .. Pagepiling
    .. Menu nav
    .. Info panel
    .. Pagepiling's sections
    .. Pagepiling's backgrounds
    .. Map
    .. Custom scrollbar
    .. Popup Informations
    .. Copyright
    .. YouTube Player
    .. Swipebox gallery
    .. Accessories
    .. Media Queries
*/
/* ------------------------------------- */
/* *. @Import (SASS) & Reset ........... */
/* ------------------------------------- */

/* custom CSS files */
@import url(font-awesome.min.css);
@import url(ionicons.min.css);
@import url(bootstrap.min.css);
@import url(animate.css);
@import url(swipebox.css);
@import url(jquery.mCustomScrollbar.css);
@import url(jquery.pagepiling.css);
/* Google Fonts */
@import url("http://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:300,400,600,700|Lora:400,400i,700,700i|Lato:400,300,700|Raleway:300,400,500,700");
/*
* http://meyerweb.com/eric/tools/css/reset/ 
* v2.0 | 20110126
* License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* ------------------------------------- */
/* Loading ............................. */
/* ------------------------------------- */
.overload-left {
  position: fixed;
  top: 0;
  left: -50%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: transparent;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform: skew(-25deg, 0deg);
  -moz-transform: skew(-25deg, 0deg);
  -ms-transform: skew(-25deg, 0deg);
  -o-transform: skew(-25deg, 0deg);
  transform: skew(-25deg, 0deg);
}
.overload-left.loading-done {
  -webkit-animation: fadeleft 1.5s normal forwards cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation: fadeleft 1.5s normal forwards cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation: fadeleft 1.5s normal forwards cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.overload-right {
  position: fixed;
  top: 0;
  right: -50%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: transparent;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform: skew(-25deg, 0deg);
  -moz-transform: skew(-25deg, 0deg);
  -ms-transform: skew(-25deg, 0deg);
  -o-transform: skew(-25deg, 0deg);
  transform: skew(-25deg, 0deg);
}
.overload-right.loading-done {
  -webkit-animation: faderight 1.5s normal forwards cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation: faderight 1.5s normal forwards cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation: faderight 1.5s normal forwards cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

#loading {
  position: fixed;
  z-index: 50;
  width: 100vw;
  height: 100vh;
  background: rgba(32, 35, 45, 0.4);
}
#loading.loading-done {
  background: transparent;
}
#loading #preloader {
  
  position: relative;
  top: calc(50% - 1.5rem);
  width: 100%;
  height: 3rem;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
#loading #preloader.loading-done {
  opacity: 0;
}
#loading #preloader:after {
  font-size: 1.2rem;
  font-weight: 700;
  position: absolute;
  top: 4rem;
  right: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: 'Loading';
  text-align: center;
  letter-spacing: .2rem;
  /* Text under the circle */
  text-transform: uppercase;
  color: #FFFFFF;
}
#loading #preloader span {
  position: absolute;
  border: 2px solid #6534ff;
  -webkit-backface-visibility: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#loading #preloader span:nth-child(1) {
  z-index: 10;
  left: calc(50% - 1.5rem);
  width: 3rem;
  height: 3rem;
  border-top: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  -webkit-animation: spinning 1.2s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation: spinning 1.2s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation: spinning 1.2s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
#loading #preloader span:nth-child(2) {
  left: calc(50% - 1.5rem);
  width: 3rem;
  height: 3rem;
}

@-webkit-keyframes fadeleft {
  0% {
    left: -50%;
    background: rgba(32, 35, 45, 0.4);
  }
  100% {
    left: -150%;
    opacity: 0;
  }
}
@-moz-keyframes fadeleft {
  0% {
    left: -50%;
    background: rgba(32, 35, 45, 0.4);
  }
  100% {
    left: -150%;
    opacity: 0;
  }
}
@keyframes fadeleft {
  0% {
    left: -50%;
    background: rgba(32, 35, 45, 0.4);
  }
  100% {
    left: -150%;
    opacity: 0;
  }
}
@-webkit-keyframes faderight {
  0% {
    right: -50%;
    background: rgba(32, 35, 45, 0.4);
  }
  100% {
    right: -150%;
    opacity: 0;
  }
}
@-moz-keyframes faderight {
  0% {
    right: -50%;
    background: rgba(32, 35, 45, 0.4);
  }
  100% {
    right: -150%;
    opacity: 0;
  }
}
@keyframes faderight {
  0% {
    right: -50%;
    background: rgba(32, 35, 45, 0.4);
  }
  100% {
    right: -150%;
    opacity: 0;
  }
}
@-webkit-keyframes spinning {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spinning {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes spinning {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* ------------------------------------- */
/* Generic styles ...................... */
/* ------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  
  font-size: 1.4rem;
  font-weight: normal;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  position: absolute;
  height: 100%;
  letter-spacing: 0;
  color: #FFFFFF;
  background: #2B2D35;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.mobile-device .section {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
}
body.mobile-device #menu {
  transition: none;
}
body.mobile-device #menu.menu-opened {
  left: 0 !important;
  -webkit-transform: translateX(0) !important;
  -moz-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  -o-transform: translateX(0) !important;
  transform: translateX(0) !important;
}
body.mobile-device #pagepiling.menu-opened {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.scroll-touch {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

body,
html {
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

body,
input,
select,
textarea {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #FFFFFF;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
  text-decoration: none !important;
  color: #521bff;
  outline: none !important;
}
a:active, a:focus {
  text-decoration: none !important;
  color: #FFFFFF;
  outline: none !important;
}

button {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
button:hover, button:active, button:focus {
  text-decoration: none !important;
  color: #2B2D35;
  outline: none !important;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

p {
  
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
  color: #FFFFFF;
}
p.subtitle {
  
  font-size: 1.5rem;
  margin-bottom: 4rem;
  letter-spacing: .5rem;
  text-transform: uppercase;
}

img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

p.text-intro {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 3rem;
  color: #FFFFFF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  
  font-weight: 400;
  line-height: 1;
  margin: 0 0 1.5rem 0;
  color: #FFFFFF;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: inherit;
}

h1 {
  font-size: 10rem;
  font-weight: 400;
  text-transform: uppercase;
}

h2 {
  font-size: 3.3rem;
}

h3 {
  font-size: 2.3rem;
}

h4 {
  font-size: 1.8rem;
}

h5 {
  font-size: 1.6rem;
}

h6 {
  font-size: 1.2rem;
}

sub {
  font-size: .8em;
  position: relative;
  top: .5em;
}

sup {
  font-size: .8em;
  position: relative;
  top: -.5em;
}

.clear {
  clear: both;
}

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

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.opacity-0 {
  visibility: hidden !important;
  opacity: 0 !important;
}

.opacity-03 {
  opacity: .3 !important;
}

.opacity-1 {
  visibility: visible !important;
  opacity: 1 !important;
}

.index-999 {
  z-index: -999 !important;
}

/* ------------------------------------- */
/* Pagepiling .......................... */
/* ------------------------------------- */
/*!
 * pagepiling.js 1.5.3
 *
 * https://github.com/alvarotrigo/pagePiling.js
 * @license MIT licensed
 *
 * Copyright (C) 2016 alvarotrigo.com - A project by Alvaro Trigo
 */
#pagepiling {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#pagepiling.content-opened {
  opacity: .3 !important;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
#pagepiling.menu-opened {
  opacity: .3 !important;
  -webkit-transform: translate3d(50%, 0, 0);
  -moz-transform: translate3d(50%, 0, 0);
  -ms-transform: translate3d(50%, 0, 0);
  -o-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}

.pp-section {
  position: absolute;
  width: 100%;
  height: 100%;
}
.pp-section .intro {
  z-index: 5;
  opacity: 0;
  -webkit-transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

.pp-easing {
  -webkit-transition: all 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
  -moz-transition: all 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
  -o-transition: all 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
  transition: all 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
  /* custom */
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
  -moz-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
  -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
  /* custom */
}

#pp-nav {
  position: fixed;
  z-index: 100;
  top: 50%;
  margin-top: -32px;
  opacity: 1;
}

#pp-nav.right {
  right: 17px;
}

#pp-nav.left {
  left: 17px;
}

.pp-section.pp-table {
  display: table;
}

.pp-tableCell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.pp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
}

.pp-slidesNav.bottom {
  bottom: 17px;
}

.pp-slidesNav.top {
  top: 17px;
}

#pp-nav ul,
.pp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#pp-nav li,
.pp-slidesNav li {
  position: relative;
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
}

.pp-slidesNav li {
  display: inline-block;
}

#pp-nav li a,
.pp-slidesNav li a {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#pp-nav li .active span,
.pp-slidesNav .active span {
  background: #FFFFFF;
}

#pp-nav span,
.pp-slidesNav span {
  position: absolute;
  z-index: 1;
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
}

.pp-tooltip {
  
  font-size: 14px;
  position: absolute;
  top: -2px;
  max-width: 220px;
  white-space: nowrap;
  color: #fff;
}

.pp-tooltip.right {
  right: 20px;
}

.pp-tooltip.left {
  left: 20px;
}

.pp-scrollable {
  overflow-y: hidden;
  height: 100%;
}

#pp-nav.right {
  right: 6vw;
}

#pp-nav.left {
  left: 6vw;
}



/* ------------------------------------- */
/* Menu nav ............................ */
/* ------------------------------------- */
#menu {
  position: fixed;
  z-index: 45;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 -15px 0px -15px;
  padding: 0;
  white-space: nowrap;
  opacity: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#menu.popup-opened {
  top: -6rem;
}
#menu.content-opened {
  -webkit-transform: translate3d(-50vw, 0, 0);
  -moz-transform: translate3d(-50vw, 0, 0);
  -ms-transform: translate3d(-50vw, 0, 0);
  -o-transform: translate3d(-50vw, 0, 0);
  transform: translate3d(-50vw, 0, 0);
}
#menu li {
  
  line-height: 5rem;
  position: relative;
  display: inline-block;
  float: left;
  min-width: 5rem;
  height: 5rem;
  margin: 0;
  text-align: center;
  color: #FFFFFF;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#menu li.main-nav::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  opacity: .1;
  background: #FFFFFF;
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#menu li.main-nav::after {
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  opacity: .2;
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#menu li.active.main-nav::before {
  opacity: 0;
}
#menu li.active.main-nav::after {
  opacity: 1;
}
#menu li:hover span {
  visibility: visible;
  opacity: 1;
  color: #FFFFFF;
  -webkit-transform: translateY(0) rotateX(0);
  -moz-transform: translateY(0) rotateX(0);
  -ms-transform: translateY(0) rotateX(0);
  -o-transform: translateY(0) rotateX(0);
  transform: translateY(0) rotateX(0);
}
#menu li:hover::before {
  opacity: 0;
}
#menu li:hover::after {
  opacity: 1;
}
#menu li a {
  font-weight: 400;
  display: block;
  overflow: visible;
  padding: 0 2rem;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFFFF;
}
#menu li a span {
  
  font-size: 1.1rem;
  font-weight: 700;
  position: absolute;
  bottom: -5rem;
  left: .5rem;
  visibility: hidden;
  text-align: left;
  letter-spacing: .1rem;
  opacity: 0;
  color: #FFFFFF;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(2rem) rotateX(90deg);
  -moz-transform: translateY(2rem) rotateX(90deg);
  -ms-transform: translateY(2rem) rotateX(90deg);
  -o-transform: translateY(2rem) rotateX(90deg);
  transform: translateY(2rem) rotateX(90deg);
}
#menu #menu-link {
  position: absolute;
  z-index: 80;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
#menu #menu-link li {
  
  font-size: 1.1rem;
  font-weight: 700;
  display: inline-block;
  letter-spacing: .1rem;
  text-transform: uppercase;
}
#menu #menu-link li a {
  font-weight: 700;
  display: block;
  padding: 0 2rem;
}
#menu #menu-link li a span {
  font-size: 1.1rem;
  position: absolute;
  right: .5rem;
  bottom: -5rem;
  left: auto;
  visibility: hidden;
  text-align: right;
  opacity: 0;
  color: #FFFFFF;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(2rem) rotateX(90deg);
  -moz-transform: translateY(2rem) rotateX(90deg);
  -ms-transform: translateY(2rem) rotateX(90deg);
  -o-transform: translateY(2rem) rotateX(90deg);
  transform: translateY(2rem) rotateX(90deg);
}
#menu #menu-link li a:hover {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.2);
}
#menu #menu-link li a:hover span {
  visibility: visible;
  opacity: 1;
  color: #FFFFFF;
  -webkit-transform: translateY(0) rotateX(0);
  -moz-transform: translateY(0) rotateX(0);
  -ms-transform: translateY(0) rotateX(0);
  -o-transform: translateY(0) rotateX(0);
  transform: translateY(0) rotateX(0);
}

/* ------------------------------------- */
/* Info panel .......................... */
/* ------------------------------------- */
#info {
  position: fixed;
  z-index: 70;
  top: 0;
  width: 50%;
  height: 100vh;
  background: #FFFFFF;
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -o-transform: translateX(200%);
  transform: translateX(200%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#info h1,
#info h2,
#info h3,
#info h4,
#info h5,
#info h6 {
  margin-bottom: 2.5rem;
  text-align: left;
  color: #22264b;
}
#info h1 small,
#info h2 small,
#info h3 small,
#info h4 small,
#info h5 small,
#info h6 small {
  
  font-size: 1.6rem;
  font-style: italic;
  display: block;
  margin-top: .8rem;
  color: rgba(0, 0, 0, 0.5);
}
#info p {
  color: #666666;
}
#info.content-opened {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
#info .carousel-fade {
  margin-bottom: 3rem;
}
#info .carousel-fade .carousel-inner .item {
  transition-property: opacity;
  -webkit-transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#info .carousel-fade .carousel-inner .item,
#info .carousel-fade .carousel-inner .active.left,
#info .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
#info .carousel-fade .carousel-inner .active,
#info .carousel-fade .carousel-inner .next.left,
#info .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
#info .carousel-fade .carousel-inner .next,
#info .carousel-fade .carousel-inner .prev,
#info .carousel-fade .carousel-inner .active.left,
#info .carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#info .carousel-fade .carousel-control {
  z-index: 2;
  top: auto;
  bottom: 0;
  width: 40px;
  opacity: 1;
}
#info .carousel-fade .carousel-control:hover {
  color: #6534ff;
}
#info .carousel-fade .carousel-control.left {
  right: 50px;
  left: auto;
  background: transparent;
}
#info .carousel-fade .carousel-control.right {
  right: 10px;
  background: transparent;
}
#info span.separator {
  display: block;
  width: 100%;
  height: 2px;
  margin: 50px 0 60px;
  background: #f2f3f7;
}
#info #carouselClients a {
  position: relative;
  display: block;
  opacity: .3;
}
#info #carouselClients a img {
  max-height: 3rem;
  margin: 5rem auto 0;
}
#info #carouselClients a:hover {
  opacity: 1;
}
#info #carouselClients .carousel-control {
  display: none;
}
#info .info-contact {
  margin-top: 2rem;
  margin-bottom: 0;
  text-align: left;
}
#info .info-contact .item-contact .contact-item {
  font-size: 14px;
  padding: 15px 0;
}
#info .info-contact .item-contact .contact-item i {
  font-size: 2em;
  color: #6534ff;
}
#info .info-contact .item-contact .contact-item a {
  color: #8c8c8c;
}
#info .info-contact .item-contact .contact-item a:hover {
  color: #6534ff;
}
#info #contact-form {
  margin-top: 2rem;
}
#info #contact-form .form-group:hover .icon-fields {
  color: #6534ff;
}
#info #contact-form .icon-fields {
  position: absolute;
  top: 12px;
  left: 25px;
  color: rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
#info #contact-form .icon-fields.active {
  color: #6534ff;
}
#info #contact-form .form-control {
  font-weight: 700;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  padding: 6px 8px 6px 35px;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
  border: none;
  border-bottom: 1px solid #F1F1F1;
  outline: medium none;
  background: #FFFFFF;
  box-shadow: none;
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#info #contact-form .form-control::-webkit-input-placeholder {
  
  font-weight: 400;
  color: #a6a6a6 !important;
}
#info #contact-form .form-control::-moz-placeholder {
  
  font-weight: 400;
  color: #a6a6a6 !important;
}
#info #contact-form .form-control:-moz-placeholder {
  
  font-weight: 400;
  color: #a6a6a6 !important;
}
#info #contact-form .form-control:-ms-input-placeholder {
  font-family: 'Roboto Slab',  Lora, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-weight: 400;
  color: #a6a6a6 !important;
}
#info #contact-form .form-control:hover, #info #contact-form .form-control:focus {
  box-shadow: none;
}
#info #contact-form textarea.form-control {
  line-height: 2;
  min-height: 150px;
}
#info #contact-form span.sub-text {
  font-size: 1rem;
  position: absolute;
  right: 1rem;
  bottom: -1rem;
  color: #b3b3b3;
}
#info #contact-form #ios {
  position: absolute;
  visibility: hidden;
}
#info #contact-form .button {
  position: relative;
  top: 0;
  display: block;
  float: left;
  width: 70px;
  height: 34px;
  margin: 1rem 0 1rem;
  cursor: pointer;
  background: #FFFFFF;
  will-change: background;
}
#info #contact-form .button.ios {
  position: relative;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: background, 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: background, 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background, 0.25s cubic-bezier(0.77, 0, 0.175, 1);
}
#info #contact-form .button.ios:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #FFFFFF;
  box-shadow: inset 0 10px 30px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: background, 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: background, 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background, 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  will-change: transform;
  will-change: background;
}
#info #contact-form .button.ios:after {
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
  width: 30px;
  height: 30px;
  content: '';
  background-color: #FFFFFF;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: background, 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: background, 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background, 0.25s cubic-bezier(0.77, 0, 0.175, 1);
}
#info #contact-form input[type=checkbox]:checked + label.ios {
  background-color: #40E699;
  -webkit-transition: 0s background, 0s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: 0s background, 0s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0s background, 0s cubic-bezier(0.77, 0, 0.175, 1);
}
#info #contact-form input[type=checkbox]:checked + label.ios:after {
  -webkit-transform: translateX(35px);
  -moz-transform: translateX(35px);
  -ms-transform: translateX(35px);
  -o-transform: translateX(35px);
  transform: translateX(35px);
}
#info #contact-form input[type=checkbox]:checked + label.ios:active:after {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
#info #contact-form input[type=checkbox]:checked + label.ios:before {
  -webkit-transform: translateX(10px) scale(0.1);
  -moz-transform: translateX(10px) scale(0.1);
  -ms-transform: translateX(10px) scale(0.1);
  -o-transform: translateX(10px) scale(0.1);
  transform: translateX(10px) scale(0.1);
}
#info #contact-form label.check-news {
  font-family: 'Roboto Slab',  Lora, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-size: 1.4rem;
  font-style: italic;
  display: block;
  float: left;
  margin-top: 1.3rem;
  margin-left: .6rem;
  color: rgba(0, 0, 0, 0.5);
}
#info #contact-form button#valid-form {
  
  font-size: 1.1rem;
  font-weight: 700;
  display: inline-block;
  margin-top: 2rem;
  padding: 1.4rem 3rem;
  letter-spacing: .1rem;
  text-transform: uppercase;
  color: #FFFFFF;
  border: none;
  background: #6534ff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
#info #contact-form button#valid-form:hover {
  color: #FFFFFF;
  background: #784eff;
}
#info #block-answer {
  margin-top: 1em;
  text-align: left;
  color: #757A86;
}
#info .success-message,
#info .error-message {
  color: #757A86;
}
#info .success-message p,
#info .error-message p {
  color: #757A86 !important;
}
#info .success-message .ion-checkmark-round,
#info .error-message .ion-checkmark-round {
  color: #27AE60;
}
#info .error-message .ion-close-round {
  color: #FF1D4D;
}
#info .close-content {
  font-size: 2em;
  line-height: 0;
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  width: 5rem;
  height: 5rem;
  opacity: 1;
  color: #999999;
  border: none;
  background: transparent;
}
#info .close-content i {
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#info .close-content:hover i {
  color: #666666;
}

/* ------------------------------------- */
/* Pagepiling's sections ............... */
/* ------------------------------------- */
.section .global-overlay {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  /*background: -webkit-linear-gradient(rgba(34, 38, 75, 0.1), rgba(34, 38, 75, 0.5));
  background: linear-gradient(rgba(34, 38, 75, 0.1), rgba(34, 38, 75, 0.5));*/
}
.section .img-info {
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  z-index: 999;
  bottom: 40px;
  left: 50px;
  text-align: left;
  color: #fff;
}
.section .img-info h5 {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: .3rem;
  text-transform: uppercase;
  color: #f2f3f7;
}
.section .img-info h2 {
  font-family: 'Roboto Slab',  Montserrat, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
}
.section .img-info a {
  font-weight: 700;
}
.section .img-info a.action-btn {
  font-family: 'Roboto Slab',  Raleway, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-weight: 700;
  display: block;
  float: left;
  margin-right: 1rem;
  padding: .7em 2em;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(45, 49, 56, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.section .img-info a.action-btn:hover {
  color: #22264b;
  border-color: #FFFFFF;
  background: #FFFFFF;
}
.section .img-info p.credit {
  margin: 0 0 2rem;
  color: #FFFFFF;
}
.section .img-info p.credit i {
  min-width: 2rem;
  color: rgba(255, 255, 255, 0.6);
}
.section .carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section#section3 .carousel .carousel-inner {
  height: 100%;
}
.section#section3 .carousel .carousel-inner .global-overlay {
  z-index: 10;
}
.section#section3 .carousel .carousel-inner .item {
  width: 100%;
  height: 100%;
  -webkit-transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.section#section3 .carousel .carousel-inner .item:nth-child(2) {
  background: url("../img/background-3.jpg") center;
  background-size: cover;
}
.section#section3 .carousel .carousel-inner .item:nth-child(3) {
  background: url("../img/background-3-1.jpg") center;
  background-size: cover;
}
.section#section3 .carousel .carousel-inner .item:nth-child(4) {
  background: url("../img/background-3-2.jpg") center;
  background-size: cover;
}
.section#section3 .carousel .carousel-control {
  z-index: 50;
}
.section #vertical-parent-gallery {
  margin: 0;
}
.section .vertical-gallery {
  overflow: hidden;
  height: 100vh;
  opacity: 1;
  background-size: cover;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.section .vertical-gallery:hover .vertical-photo {
  opacity: 1;
}
.section .vertical-gallery:hover:after {
  opacity: 0;
}
.section .vertical-gallery .text-gallery {
  z-index: 100;
  opacity: 1;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.section .vertical-gallery .text-gallery h4 {
  font-family: 'Roboto Slab',  Montserrat, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: .3rem;
  text-transform: uppercase;
  color: #f2f3f7;
}
.section .vertical-gallery a {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section .vertical-gallery:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  content: '';
  background: -webkit-linear-gradient(rgba(34, 38, 75, 0.3), rgba(34, 38, 75, 0.7));
  background: linear-gradient(rgba(34, 38, 75, 0.3), rgba(34, 38, 75, 0.7));
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.section .vertical-gallery.fullscreen-picture {
  position: absolute;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.section .vertical-gallery:nth-child(1) .vertical-photo {
  background: url("../img/_T9A9411.jpg") center;
  background-size: cover;
}
.section .vertical-gallery:nth-child(2) .vertical-photo {
  background: url("../img/5DM42219.jpg") center;
  background-size: cover;
}
.section .vertical-gallery:nth-child(3) .vertical-photo {
  background: url("../img/5DM42616.jpg") center;
  background-size: cover;
}
.section .vertical-gallery:nth-child(4) .vertical-photo {
  background: url("../img/vertical-gallery-4.jpg") center;
  background-size: cover;
}
.section .vertical-gallery .vertical-photo {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.section .vertical-gallery:hover .text-gallery {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.section .vertical-gallery:hover .vertical-photo {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}


.section .vertical-gallery2 {
  overflow: hidden;
  height: 100vh;
  opacity: 1;
  background-size: cover;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.section .vertical-gallery2:hover .vertical-photo {
  opacity: 1;
}
.section .vertical-gallery2:hover:after {
  opacity: 0;
}
.section .vertical-gallery2 .text-gallery {
  z-index: 100;
  opacity: 1;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.section .vertical-gallery2 .text-gallery h4 {
  font-family: 'Roboto Slab',  Montserrat, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: .3rem;
  text-transform: uppercase;
  color: #f2f3f7;
}
.section .vertical-gallery2 a {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section .vertical-gallery2:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  content: '';
  background: -webkit-linear-gradient(rgba(34, 38, 75, 0.3), rgba(34, 38, 75, 0.7));
  background: linear-gradient(rgba(34, 38, 75, 0.3), rgba(34, 38, 75, 0.7));
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.section .vertical-gallery2.fullscreen-picture {
  position: absolute;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.section .vertical-gallery2:nth-child(1) .vertical-photo {
  background: url("../img/IMG_9467.jpg") center;
  background-size: cover;
}
.section .vertical-gallery2:nth-child(2) .vertical-photo {
  background: url("../img/IMG_8668.jpg") center;
  background-size: cover;
}
.section .vertical-gallery2:nth-child(3) .vertical-photo {
  background: url("../img/IMG_9647.jpg") center;
  background-size: cover;
}
.section .vertical-gallery2:nth-child(4) .vertical-photo {
  background: url("../img/IMG_9647.jpg") center;
  background-size: cover;
}
.section .vertical-gallery2 .vertical-photo {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.section .vertical-gallery2:hover .text-gallery {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.section .vertical-gallery2:hover .vertical-photo {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}


.section .vertical-gallery3 {
  overflow: hidden;
  height: 100vh;
  opacity: 1;
  background-size: cover;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.section .vertical-gallery3:hover .vertical-photo {
  opacity: 1;
}
.section .vertical-gallery3:hover:after {
  opacity: 0;
}
.section .vertical-gallery3 .text-gallery {
  z-index: 100;
  opacity: 1;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.section .vertical-gallery3 .text-gallery h4 {
  font-family: 'Roboto Slab',  Montserrat, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: .3rem;
  text-transform: uppercase;
  color: #f2f3f7;
}
.section .vertical-gallery3 a {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section .vertical-gallery3:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  content: '';
  background: -webkit-linear-gradient(rgba(34, 38, 75, 0.3), rgba(34, 38, 75, 0.7));
  background: linear-gradient(rgba(34, 38, 75, 0.3), rgba(34, 38, 75, 0.7));
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.section .vertical-gallery3.fullscreen-picture {
  position: absolute;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.section .vertical-gallery3:nth-child(1) .vertical-photo {
  background: url("../img/A09I2415.jpg") center;
  background-size: cover;
}
.section .vertical-gallery3:nth-child(2) .vertical-photo {
  background: url("../img/5DM42015.jpg") center;
  background-size: cover;
}
.section .vertical-gallery3:nth-child(3) .vertical-photo {
  background: url("../img/IMG_0441.jpg") center;
  background-size: cover;
}
.section .vertical-gallery3:nth-child(4) .vertical-photo {
  background: url("../img/A09I2039.jpg") center;
  background-size: cover;
}
.section .vertical-gallery3 .vertical-photo {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.section .vertical-gallery3:hover .text-gallery {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.section .vertical-gallery3:hover .vertical-photo {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* ------------------------------------- */
/* Pagepiling's backgrounds ............ */
/* ------------------------------------- */
/* home */



/*
#section8,
#menu li.main-nav:nth-child(8)::after {
  background: url("../img/A09I2415.jpg") center;
  background-size: cover;
}

#section9,
#menu li.main-nav:nth-child(9)::after {
  background: url("../img/A09I2039.jpg") center;
  background-size: cover;
}

#section10,
#menu li.main-nav:nth-child(10)::after {
  background: url("../img/background-10.jpg") center;
  background-size: cover;
}
*/
/* ------------------------------------- */
/* Map ................................. */
/* ------------------------------------- */
.map-wrapper {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding-top: 50px;
  color: #666666 !important;
  background: #2b2b2b;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.map-wrapper #map {
  position: relative;
  width: 100%;
  height: 100%;
}
.map-wrapper #map h6 {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 1rem 1rem .2rem 0;
  text-align: left;
  color: #000000;
}
.map-wrapper #map h6 small {
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}
.map-wrapper #map p {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: #666666;
}
.map-wrapper #map .gm-style div div div .gmnoprint {
  opacity: 1 !important;
  background: #FFFFFF;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  border-radius: 10rem;
  -webkit-animation: pulse 2s infinite linear;
  -moz-animation: pulse 2s infinite linear;
  animation: pulse 2s infinite linear;
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-moz-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/* ------------------------------------- */
/* Custom Scrollbar .................... */
/* ------------------------------------- */
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #b29aff;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: #b29aff;
}

.mCSB_scrollTools {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: .4rem;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 10px;
  height: 100%;
  margin: 0;
  background-color: #e4e4e4;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  filter: 'alpha(opacity=40)';
  -ms-filter: 'alpha(opacity=40)';
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 10px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #6534ff;
}

.mCSB_scrollTools-left {
  right: 0 !important;
}

.mCSB_container {
  padding: 5rem 8rem 10rem;
}

/* ------------------------------------- */
/* Popup Informations .................. */
/* ------------------------------------- */
.dialog,
.dialog__overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dialog {
  position: absolute;
  z-index: 999;
  pointer-events: none;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.dialog__overlay {
  position: absolute;
  z-index: 1;
  opacity: 0;
  background: rgba(31, 34, 46, 0.9);
  -webkit-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.dialog--open .dialog__overlay {
  pointer-events: auto;
  opacity: 1;
}

.dialog__content {
  position: relative;
  z-index: 5;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  padding: 0;
  text-align: center;
  opacity: 0;
  background: transparent;
  background-size: cover;
  -webkit-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.dialog--open .dialog__content {
  width: 100%;
  pointer-events: auto;
}

.dialog .close-content {
  font-size: 2em;
  line-height: 0;
  position: absolute;
  right: calc( 50% - 25px);
  bottom: 0;
  width: 50px;
  height: 50px;
  opacity: 1;
  color: #FFFFFF;
  border: none;
  background: rgba(255, 255, 255, 0.1);
}
.dialog .close-content i {
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.dialog .close-content:hover i {
  font-size: 3.5rem;
  color: #6534ff;
}
.dialog.dialog--open .dialog-inner {
  opacity: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dialog .dialog-inner {
  position: relative;
  top: 50vh;
  float: none;
  overflow: hidden;
  margin: 0 auto;
  padding: 90px 70px;
  text-align: left;
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform: translateY(-70%);
  -moz-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  -o-transform: translateY(-70%);
  transform: translateY(-70%);
}
.dialog .dialog-inner::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ' ';
}
.dialog .dialog-inner h4 {
  font-size: 4rem;
  font-weight: 700;
  color: #FFFFFF;
}
.dialog .dialog-inner .details h5 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 4.5rem;
  margin-bottom: 0;
  padding-left: 4.5rem;
  color: #FFFFFF;
}
.dialog .dialog-inner .details h5 i {
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  left: 1.5rem;
  width: 3.5rem;
  height: 3.5rem;
  margin-right: .5rem;
  padding: .8rem 1rem;
  text-align: center;
  color: #784eff;
  border: 1px solid #6534ff;
}
.dialog .dialog-inner .details h5 i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.dialog .dialog-inner .details p {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.dialog .dialog-inner .details p a {
  font-weight: 700;
}
.dialog .dialog-inner p {
  font-size: 16px;
  color: #f2f3f7;
}

.dialog__overlay {
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.dialog.dialog--open .dialog__content,
.dialog.dialog--close .dialog__content {
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.dialog.dialog--open .dialog__content {
  -webkit-animation-name: anim-open;
  -moz-animation-name: anim-open;
  animation-name: anim-open;
}

.dialog.dialog--close .dialog__content {
  -webkit-animation-name: anim-close;
  -moz-animation-name: anim-close;
  animation-name: anim-close;
}

@-webkit-keyframes anim-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -o-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes anim-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -o-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes anim-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -o-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes anim-close {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -o-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
}
@-moz-keyframes anim-close {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -o-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
}
@keyframes anim-close {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -o-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
}
/* ------------------------------------- */
/* Copyright ........................... */
/* ------------------------------------- */
.copyright {
  position: absolute;
  z-index: 60;
  right: 1.5rem;
  bottom: 1rem;
}
.copyright p {
  font-family: 'Roboto Slab',  Montserrat, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.6);
}

/* ------------------------------------- */
/* YouTube Player ...................... */
/* ------------------------------------- */
.mbYTP_wrapper {
  left: 0 !important;
  width: 100vw !important;
  min-width: 0 !important;
  opacity: 1 !important;
}
.mbYTP_wrapper:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  content: '';
  background: -webkit-linear-gradient(rgba(34, 38, 75, 0.1), rgba(34, 38, 75, 0.5));
  background: linear-gradient(rgba(34, 38, 75, 0.1), rgba(34, 38, 75, 0.5));
}

.youtube-background-mobile {
  background: url("../img/background-7.jpg") center;
  background-size: cover;
}

/* ------------------------------------- */
/* Swipebox gallery .................... */
/* ------------------------------------- */
#swipebox-title {
  font-family: 'Roboto Slab',  Montserrat, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: .3rem;
  text-transform: uppercase;
  color: #f2f3f7;
}

#swipebox-overlay {
  background: rgba(0, 0, 0, 0.8);
}

#swipebox-bottom-bar {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
}

#swipebox-top-bar {
  background: black;
}

#swipebox-prev {
  position: absolute;
  top: 0;
  left: 0;
  float: none;
}

#swipebox-next {
  position: absolute;
  top: 0;
  right: 0;
  float: none;
}

#swipebox-slider .slide {
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
#swipebox-slider .slide.current {
  opacity: 1;
}

/* ------------------------------------- */
/* Accessories ......................... */
/* ------------------------------------- */
span.holdscroll {
  position: absolute;
  z-index: 10;
  left: 0;
  display: none;
  width: 100vw;
  height: 100vh;
  content: '';
}
span.holdscroll.content-opened {
  display: block;
  opacity: .3;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
span.holdscroll.menu-opened {
  display: block;
  opacity: .3;
  -webkit-transform: translate3d(50%, 0, 0);
  -moz-transform: translate3d(50%, 0, 0);
  -ms-transform: translate3d(50%, 0, 0);
  -o-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}

.color-btn {
  font-family: 'Roboto Slab',  Raleway, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  display: inline-block;
  padding: 1.4rem 3rem;
  letter-spacing: .1rem;
  text-transform: uppercase;
  color: #FFFFFF;
  border: none;
  background: #6534ff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.color-btn:hover {
  color: #FFFFFF;
  background: #784eff;
}

.open-close-menu {
  font-size: 2.4em;
  line-height: 0;
  line-height: 5rem;
  position: fixed;
  z-index: 44;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 5rem;
  height: 5rem;
  padding-left: 1.5rem;
  text-align: left;
  opacity: 0;
  color: #FFFFFF;
  border: none;
  background: transparent;
}
.open-close-menu i {
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.open-close-menu:hover i {
  color: #6534ff;
}

.scroll-indicator {
  font-family: 'Roboto Slab',  Raleway, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  display: inline-block;
  padding-top: 70px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.scroll-indicator:hover {
  bottom: 10px;
  color: #FFFFFF;
}
.scroll-indicator span {
  position: absolute;
  top: 0;
  left: 50%;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-bottom: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: scrolling 1.5s infinite;
  -moz-animation: scrolling 1.5s infinite;
  animation: scrolling 1.5s infinite;
}

@-webkit-keyframes scrolling {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
  }
}
@-moz-keyframes scrolling {
  0% {
    opacity: 0;
    -moz-transform: rotate(-45deg) translate(0, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: rotate(-45deg) translate(-20px, 20px);
  }
}
@keyframes scrolling {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-45deg) translate(0, 0);
    -moz-transform: rotate(-45deg) translate(0, 0);
    -ms-transform: rotate(-45deg) translate(0, 0);
    -o-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    -moz-transform: rotate(-45deg) translate(-20px, 20px);
    -ms-transform: rotate(-45deg) translate(-20px, 20px);
    -o-transform: rotate(-45deg) translate(-20px, 20px);
    transform: rotate(-45deg) translate(-20px, 20px);
  }
}
.indicator {
  position: absolute;
  top: 50vh;
  height: 50px;
  width: 50px;
  z-index: 40;
  display: inline-block;
  color: #FFFFFF;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.indicator:hover {
  color: #FFFFFF;
}
.indicator span {
  position: absolute;
  top: 12px;
  left: 10px;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.indicator.pagepil-left {
  left: 20px;
}
.indicator.pagepil-left:hover {
  left: 10px;
}
.indicator.pagepil-left span {
  border-top: 2px solid #FFFFFF;
  border-left: 2px solid #FFFFFF;
}
.indicator.pagepil-left.popup-opened {
  left: -50px;
}
.indicator.pagepil-right {
  right: 20px;
}
.indicator.pagepil-right:hover {
  right: 10px;
}
.indicator.pagepil-right span {
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
}
.indicator.pagepil-right.popup-opened {
  right: -50px;
}

/* ------------------------------------- */
/* Media Queries ....................... */
/* ------------------------------------- */
/* Large Devices, Wide Screens @media only screen and (max-width: 1600px) */
/* @include desktop {} */
/* Notebook devices @media only screen and (max-width: 1281px) */
/* @include notebook {} */
/* Medium Devices, Desktops @media only screen and (max-width: 1024px) */
@media only screen and (max-width: 1024px) {
  #info {
    width: 100%;
  }
  #info.content-opened {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  #info .content {
    padding: 10rem 8rem;
  }
  #info.hide-right {
    right: 0;
  }

  .mCSB_scrollTools {
    /* Scrollbar */
    width: 5px;
    height: 100vh;
    margin-top: 0;
  }
  .mCSB_scrollTools .mCSB_draggerRail {
    width: 5px;
  }
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    /* the dragger element */
    width: 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }

  .mCSB_scrollTools {
    right: 0;
  }

  .mCSB_scrollTools-left {
    right: 0 !important;
  }

  #menu {
    position: absolute;
    left: -50%;
    overflow: hidden;
    width: 50vw;
    height: 100vh;
    background: #111111;
  }
  #menu.popup-opened {
    top: 0;
  }
  #menu.menu-opened {
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  #menu li {
    width: 100%;
    text-align: left;
    height: auto;
  }
  #menu li.social-menu {
    width: auto;
  }
  #menu li a span {
    position: relative;
    bottom: 0;
    visibility: visible;
    opacity: 1;
  }
  #menu #menu-link {
    position: relative;
    float: left;
  }
  #menu #menu-link li {
    text-align: left;
  }

  .open-close-menu.loading-done {
    visibility: visible;
    opacity: 1;
  }
  .open-close-menu.popup-opened {
    visibility: hidden;
    opacity: 0;
  }

  .dialog .dialog__content {
    width: 100%;
    max-width: none;
  }
  .dialog .dialog-inner {
    padding: 0;
  }

  .map-wrapper {
    padding-top: 0;
  }
}
/* Small Devices, Tablets @media only screen and (max-width: 768px) */
@media only screen and (max-width: 768px) {
  .info-contact .item-map:first-child {
    padding-left: 0;
  }
  .info-contact .item-map:last-child {
    padding-right: 0;
  }

  h1 {
    font-size: 7rem;
  }

  p.subtitle {
    font-size: 1.2rem;
  }

  .copyright {
    display: none;
  }

  .dialog__content {
    width: 80%;
    min-width: 75%;
    max-width: 80%;
  }

  .dialog .dialog__content {
    width: 100%;
    max-width: none;
  }
  .dialog .dialog-inner {
    top: 0;
    padding: 100px 20px 50px !important;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    transform: translateY(0) !important;
    padding: 0;
  }
  .dialog .dialog-inner .col-sm-6 {
    width: 100%;
  }
  .dialog .dialog-inner .details {
    margin-top: 20px;
  }

  .section .vertical-gallery {
    overflow: hidden;
    height: 25vh;
    width: 100%;
    opacity: 1;
    background-size: cover;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .section .vertical-gallery2 {
    overflow: hidden;
    height: 25vh;
    width: 100%;
    opacity: 1;
    background-size: cover;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .section .vertical-gallery3 {
    overflow: hidden;
    height: 25vh;
    width: 100%;
    opacity: 1;
    background-size: cover;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
/* Extra Small Devices, Phones @media only screen and (max-width: 480px) */
@media only screen and (max-width: 480px) {
  #menu {
    left: -100%;
    width: 100vw;
  }
  #menu.menu-opened {
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  #menu #menu-link {
    margin-bottom: 100px;
  }

  #home {
    padding: 5rem 0 0;
  }
  #home .content {
    padding: 0 2rem;
  }
  #home.minimal-phone {
    height: 100vh;
  }

  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 2.2rem;
  }

  p.subtitle {
    margin-bottom: 2rem;
  }

  .mCSB_container {
    padding: 5rem 5rem 10rem;
  }

  #contact-form {
    margin-top: 2rem;
  }
  #contact-form .ios {
    float: none;
    margin: 1rem auto;
  }
  #contact-form label.check-news {
    margin-top: 0;
  }
  #contact-form button#valid-form {
    width: 100%;
    margin-top: 1.5rem;
  }

  .copyright {
    position: relative;
    right: auto;
  }

  .dialog .dialog-inner {
    overflow: hidden;
    padding: 40px 20px 90px;
  }

  .dialog__content {
    width: 95%;
    min-width: 75%;
    max-width: 95%;
  }

  .dialog .close-content {
    position: relative;
    right: 0;
    bottom: auto;
    width: 100%;
    text-align: center;
  }
  .dialog .dialog-inner {
    padding: 40px 20px 50px;
  }
  .dialog .dialog-inner h4 {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .section .img-info {
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    z-index: 999;
    bottom: 0;
    left: 0;
    padding: 15px;
    text-align: left;
    color: #fff;
  }
  .section .img-info h5 {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: .3rem;
    text-transform: uppercase;
    color: #f2f3f7;
  }
  .section .img-info h2 {
    font-family: 'Roboto Slab',  Montserrat, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  }
  .section .img-info a {
    font-weight: 700;
  }
  .section .img-info a.action-btn {
    font-family: 'Roboto Slab',  Raleway, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
    font-weight: 700;
    display: block;
    float: left;
    margin-top: 1rem;
    margin-right: 1rem;
    padding: .7em 2em;
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(45, 49, 56, 0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
  }
  .section .img-info a.action-btn:hover {
    color: #22264b;
    border-color: #FFFFFF;
    background: #FFFFFF;
  }
  .section .img-info p.credit {
    margin: 0 0 1rem;
    color: #FFFFFF;
  }
  .section .img-info p.credit i {
    min-width: 2rem;
    color: rgba(255, 255, 255, 0.6);
  }

  .indicator {
    top: 5px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .indicator span {
    top: 12px;
    left: 10px;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .indicator.pagepil-left {
    left: auto;
    right: 50px;
  }
  .indicator.pagepil-left:hover {
    left: auto;
    right: 50px;
  }
  .indicator.pagepil-left.popup-opened {
    left: auto;
    top: -50px;
  }
  .indicator.pagepil-right {
    right: 5px;
  }
  .indicator.pagepil-right:hover {
    right: 5px;
  }
  .indicator.pagepil-right.popup-opened {
    right: 5px;
    top: -50px;
  }
}
/* Only for tablet in landscape mode @media only screen and (max-device-width: 1024px) and (orientation: landscape) */
/* @include landscape-tablet {} */
/* Only for phone in landscape mode @media screen and (max-device-width: 667px) and (orientation: landscape) */
@media screen and (max-device-width: 667px) and (orientation: landscape) {
  p.subtitle {
    margin-bottom: 2rem;
  }

  .scroll-indicator span {
    top: 10px;
  }

  #contact-form {
    margin-top: 2rem;
  }
  #contact-form .ios {
    float: none;
    margin: 1rem auto;
  }
  #contact-form label.check-news {
    margin-top: 0;
  }
  #contact-form button#valid-form {
    width: 100%;
    margin-top: 1.5rem;
  }

  .dialog__content {
    width: 100%;
    min-width: 75%;
    max-width: 100%;
  }

  .dialog .close-content {
    position: relative;
    right: 0;
    bottom: auto;
    width: 100%;
    text-align: center;
  }
  .dialog .dialog-inner {
    padding: 40px 20px 50px;
  }
  .dialog .dialog-inner h4 {
    font-size: 25px;
    margin-bottom: 5px;
  }

  .indicator {
    top: 5px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .indicator span {
    top: 12px;
    left: 10px;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .indicator.pagepil-left {
    left: auto;
    right: 50px;
  }
  .indicator.pagepil-left:hover {
    left: auto;
    right: 50px;
  }
  .indicator.pagepil-left.popup-opened {
    left: auto;
    top: -50px;
  }
  .indicator.pagepil-right {
    right: 5px;
  }
  .indicator.pagepil-right:hover {
    right: 5px;
  }
  .indicator.pagepil-right.popup-opened {
    right: 5px;
    top: -50px;
  }
}





































































/* Slider css */



/*------------------------------------------------------------------
[Master Stylesheet]
Project:	DUPLEX HTML 
Version:	1.1
-------------------------------------------------------------------*/
 
/**
*****************************************
* Table Of content
******************************************

 Sticky Header style 
 Home page one About area 
 Home page one Choose area
 Home page one Choose icon 
 Home page one Process area
 Home page one service area
 Home page one Time line
 Home page one Testimonail area
 Home page one Latest News
 Home page one Brand Carusal area
 All page Footer area
 All page  copy wright area
 Home page one
 Home page two
 Home page two side menu
 Home page Carousel Slider
 Home page Great area 
 Home page counter_area
 Home page two service
 Home page two process area
 Home page two testimonial
 SERVICE PAGE
 ABOUT PAGE
 PROJECT PAGE ONE
 Blog page
 FullWidth Blog
 blog-details
 Shop page
 CONTACT US
 
 
 
 
 
 */
 
 /****** fonts *********/
 @import url(https://fonts.googleapis.com/css?family=Poppins:400,300,500,600,700);
 @import url(https://fonts.googleapis.com/css?family=Bitter:400,400italic,700);
 @import url(https://fonts.googleapis.com/css?family=Crimson+Text:400,400italic,600,600italic,700,700italic);
 @import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700,600italic,300,300italic,700italic,900);
 @import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700,300italic,300);
 @import url(https://fonts.googleapis.com/css?family=Raleway);
 
 
 @import url('bootstrap.min.css');
 @import url('font-awesome.min.css');
 @import url('masterslider.css');
 @import url('jquery.fancybox.css');
 @import url('revolution-slider.css');
 @import url('animate.css');
 @import url('slicknav.css');
 @import url('flaticon.css');
 @import url('hover.css');
 @import url('owl.theme.css');
 @import url('owl.carousel.css');
 @import url('jquery.bxslider.css');
 @import url('jquery.smartmenus.bootstrap.css');
  
  
 /*** 
 
 ====================================================================
   Global Style
 ====================================================================
 
 ***/ 
 
    
 img {
     max-width: 100%;
 }
 
 .container {
   padding: 0;
 }
 a, a:hover, a:active, a:focus {
     text-decoration: none;
     outline: none;
 }
  
  
 /*** 
 
 ====================================================================
   Home page One start
 ====================================================================
 
 ***/ 
 
  /*======== preloader  Styles ===========*/
  .preloaderbox {
     position: fixed;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     z-index: 999999;
     background-color: #ffffff;
     background-position: center center;
     background-repeat: no-repeat;
     background-image: url(../img/home-1/preloader.gif);
  }
  
 
 
 /*======== stricky header Styles ===========*/
 .stricky-fixed {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   z-index: 999;
   background:;
 }
  
  .stricky-fixed .navigation_area{
   background:rgba(0, 0, 0, 0.7);
   height:70px;
 }
   
  .stricky-fixed #manu_area{
    height:70px;
  }
  .stricky-fixed .manu_service{
    height:70px;
  }
  .stricky-fixed .service_page{
    height:70px;
  }
  .stricky .hidesubmenu{
    display:none !important;
  }
 .stricky-fixed .navbar{
    
 }
 .stricky-fixed .nav>li>a {
     position: relative;
     display: block;
     padding: 0 15px;
     font-family: Titillium Web;
     font-size: 13px;
     color: #fff;
 }
 .stricky-fixed .navbar-nav>li>ul {
     background: url(../img/home-1/header_bg.jpg) repeat;
 }
 .stricky-fixed .navbar-brand {
     padding: 10px 15px;
     border: 2px solid;
     margin-top: 12px;
 }
 .stricky-fixed span.border {
     border: 1px solid #ffc003;
     width: 7px;
     height: 7px;
     display: block;
     float: right;
     -moz-transform: rotate(45deg);
     -webkit-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     margin: 29px 0 0 20px; 
 }
  .stricky-fixed .navbar-nav .dropdown-menu {
     white-space: normal;
     margin-top: 5px !important;
 }
  .stricky-fixed {
   -webkit-transition: all .5s ease;
   -moz-transition: all .5s ease;
   -o-transition: all .5s ease;
   -ms-transition: all .5s ease;
   transition: all .5s ease;
 }
 .stricky-fixed * {
   -webkit-transition: all .5s ease;
   -moz-transition: all .5s ease;
   -o-transition: all .5s ease;
   -ms-transition: all .5s ease;
   transition: all .5s ease;
 } 
 
 #header_social{
   background:url(../img/home-1/header_bg.jpg) ;
   border-bottom:1px solid #2b2b2b;
   height:50px;
 }
 .company_cell{}
 .company_cell ul {
     padding-left: 0;
 }
 .company_cell ul li:first-child {
     padding-left: 0;
 }
 .company_cell ul li {
     float: left;
     padding: 0 13px;
 }
 .company_cell ul li a{
   text-decoration:none;
   font-family:poppins;
   font-weight:500;
   font-size:12px;
   color:#fff;
   
 }
 .company_cell ul li i {
     color: #f8aa27;
     font-size: 17px;
     margin-top: 2px;
     width: 30px;
     display: block;
     float: left;
 }
  
 .company_cell {
     padding-top: 2%;
     margin-left: -15px;
     margin-right: -15px;
 }
 .cotact_social.top-social {
     padding-top: 10px;
 }
  header.header,
 .sticky-wrapper { 
     left: 0;
     top: 0;
     width: 100%;
     z-index: 999; 
     transition: .4s;
     -moz-transition: .4s;
     -webkit-transition: .4s;
     -mos-transition: .4s;
    background: url(../img/home-1/header_bg.jpg);
 }
 .is-sticky header.searec_area input{
   height:80px;
   padding:0;
 }
 header.header a { color: #fff }
 .nav > li > a:hover,
 .nav > li > a:focus { background-color: transparent }
 .is-sticky header.header .nav > li.active a,
 header.header a:hover { color: #DF451B }
 .is-sticky header.header {
     padding:10px 0;
     background: url(../img/home-1/header_bg.jpg);
 }
 .is-sticky header.header a { color: #fff }
 .navbar-toggle .icon-bar {
     display: block;
     width: 22px;
     height: 2px;
     border-radius: 1px;
     background: #f8aa27;
 }
 .hide{display:none;}
 .navbar-toggle { 
     border: 1px solid #f8aa27; 
 }
  
 .navigation_area{
   width:100%;
   height:90x;
   margin:0 auto;
 }
 .searec_area{
   width':17%;
   float:right
 }
 .searec_area input {
     border: none;
     background: #f8aa27;
     width: 17%;
     min-height: 95px;
     padding: 0 0;
     color: #ab7007;
     font-family: Crimson Text;
     font-style: italic;
     padding-left: 20px;
 }
 #manu_area {
     background: url(../img/home-1/header_bg.jpg) repeat;
     height: 95px;
     width: 100%;
     float: none;
     margin-left: 0;
 }
 .manu_service {
     background: url(../img/home-1/header_bg.jpg) repeat;
     height: 95px;
     width: 100%;
     float: none;
     margin-left: 13%;
 }
 
 .navbar {
     border-radius: 4px; 
 }
 a.navbar-brand {
     font-family: Open Sans Condensed;
     font-size: 30px;
     font-weight: 700;
     color: #fff !important;
     border: 1px solid #fff; 
     overflow: hidden;
   margin-top: 20px;
 } 
 .navbar-collapse.collapse.in {
      background: url(../img/home-1/header_bg.jpg) repeat;
    
 }
 .navbar-nav {
     float: right;
     margin: 3px 10px;
 }
 .nav>li>a {
     position: relative;
     display: block;
     line-height: 61px;
     font-family: Titillium Web;
     font-size: 13px;
 }
 .navbar-nav>li>ul {
     background: url(../img/home-1/header_bg.jpg) repeat;
 }
 
 .navbar-nav>li>ul  li a:hover{
   background:#f8aa27;
   color:#000;
   transition:all ease-in-out 300ms;
   -webkit-transition:all ease-in-out 300ms;
   -moz-transition:all ease-in-out 300ms;
    
 }
 .navbar-nav>li>ul li  { 
     border-top: 1px solid rgba(195, 189, 189, 0.5)  ;
 }
 .navbar-nav>li>ul li:first-child  { 
     border-top: 0px solid;
 }
 
  .navbar-nav>li>ul li a {
     font-family: Titillium Web;
     font-size: 13px;
     line-height: 24px; 
 }
  
 .dropdown-menu{
   background:none;
 }
 .nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
   background:none !important;
 }
 .navbar-nav .dropdown-menu {
     white-space: normal;
     margin-top: 0 !important;
   width:230px !important;
 }
 .navbar-toggle {
   background-color: transparent;
   border: 1px solid #f8aa27;
   border-radius: 4px;
   float: right;
   margin-bottom: 8px;
   margin-right: 5%;
   margin-top: 8px;
   padding: 9px 10px;
   position: relative;
 }
 .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
   padding: 5px 15px 5px 25px;
 }
 span.border {
     border: 1px solid #ffc003;
     width: 7px;
     height: 7px;
     display: block;
     float: right;
     -moz-transform: rotate(45deg);
     -webkit-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     margin: 29px 0 0 26px; 
 }
 .dropdown-menu { 
     padding: 0 0;
     margin: 0px 0 0; 
 }
 span.caret-home{
   display:none ;
 }
 
 /************ main styleshhet **********/
 ._content img {
     background-size: contain;
     width: 100%;
 }
 
 /*** 
 
 ====================================================================
   Main Slider style
 ====================================================================
 
 ***/
 
 .main-slider{
   position:relative;
   background:none;
   color:#ffffff;
 }
 
 .main-slider h1{
   font-size:77px; 
   font-weight:400;
   letter-spacing:2px;
   text-transform:uppercase;
   color:#181818;
   font-family: 'Titillium Web', sans-serif !Important;
    
 }
 
 .main-slider h2{
   font-size:18px;
   padding:5px 10px; 
   text-transform:uppercase;
   color:#141414;
   font-weight:600;
   font-family: 'Open Sans', sans-serif;
 }
  
 .main-slider h3{
   font-size:77px;
   padding:5px 10px; 
   font-weight:900;
   text-transform:uppercase;
   font-family: 'Titillium Web', sans-serif;
   line-height:;
 }
 .slider-btn {
     width: 150px !important;
     height: 50px !important;
     border: 2px solid #141414;
     text-align: center;
     padding-top: 15px !important;
     color: #181818 !important;
     font-weight: 900 !important;
     text-transform: uppercase;
     font-family: 'Titillium Web', sans-serif;
     font-size: 13px !important;
     cursor: pointer;
 }
 .slider-btn a {
   font-size: 13px !important; 
 }
 .main-slider .roman-text{
   font-size:77px;
   padding:10px 10px !important; 
   text-transform:uppercase;
   color:#181818;
   font-weight:900;
   font-family:'Titillium Web', sans-serif;
 }
 
 .tp-bullets.preview4 .bullet{
   border-color:rgba(255,255,255,0.90) !important;
   background:none !important;
   margin:0px 5px;
 }
 
 .tp-bullets.preview4 .bullet:hover,
 .tp-bullets.preview4 .bullet.selected{
   border-color:#f8aa27 !important;
   background:#ffffff !important;
 }
  
 /*** 
 
 ====================================================================
   About area
 ====================================================================
 
 ***/
 
 section#great_area {
     margin: 0 0 7% 0;
 }
 section#aboutus_area {
     padding-bottom: 140px;
 }
 .head_title.about.text-center h4 {
     color: #f8aa27;
     font-size: 12px;
     font-family: Bitter;
     font-style: italic;
     text-transform: uppercase;
     font-weight: 600;
 }
 .head_title.about.text-center h2 {
     font-size: 30px !important;
     font-weight: 700;
 }
 .head_title.about.text-center p {
     font-size: 14px;
     color: #494949;
     margin: 0 16%;
     line-height: 26px;
     font-weight: 400;
     padding-top: 10px;
 }
 .head_title.about.text-center p {
     font-size: 14px;
     color: #494949;
     margin: 0 16%;
     line-height: 26px; 
     font-weight: 500;
     padding-top: 10px;
 }
 .head_title.about.text-center {
     padding-top: 100px;
 }
 .team_title.about_span.text-center span {
   background: #f8aa27 none repeat scroll 0 0;
   display: inline-block;
   margin-top: 0;
   text-align: center;
 }
  .head_title.about.text-center span {
     background: #f8aa27;
     width: 15px;
     height: 2px;
     display: block;
     overflow: hidden;
     margin: 0px 49%;
 }
 .single_about p {
     color: #959595;
     font-size: 13px;
     line-height: 25px;
     
 }
 .single_icon {
     float: left;
     width: 90px;
     height: 100%;
 }
 .single_about {
     height: 150px;
     margin-bottom: 2%;
     overflow: hidden;
 }
 .single_icon span {
     background: #323232;
     width: 75px;
     height: 75px;
     color: #fff;
     display: block;
     border-radius: 100%;
     padding-left: 3px;
     padding-top: 14%;
   font-size:32px;
 }
 .single_icon span:hover {
     background: #f8aa27;
     transition:all ease-out 300ms;
     -webkit-transition:all ease-out 300ms;
     -moz-transition:all ease-out 300ms;
     -ms-transition:all ease-out 300ms;
    
 }
 
 
 .single_icon span {
     background: #323232;
     width: 75px;
     height: 75px;
     color: #fff;
     display: block;
     border-radius: 100%;
     padding-left: 3px;
     padding-top: 14%;
 }
 
 
 .single_text {
     width: 225px;
     float: left;
     height: 100%;
     margin: -23px 15px;
     text-align: left;
 }
 .single_text h2 {
     font-size: 18px;
     font-family: 'Poppins', sans-serif;
     font-weight: 700;
     text-transform: capitalize;
 }
 .single_text p {
         color: #959595;
     font-size: 13px;
     line-height: 25px;
     font-family: 'Poppins', sans-serif;
     font-weight: 500;
 }
 .about_content {
     padding-top: 85px;
 }
 .about_single .img-holder {
     position: relative;
     display: inline-block;
     margin-bottom: 25px;
 }
 .about_single:hover .img-holder .overlay {
     transform: scale(1.0);
 }
 .about_single .img-holder .overlay {
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     background: rgba(248,170, 39, .75);
     text-align: center;
     transform: scale(0.0);
     transition: all .5s ease;
 }
 .about_single .img-holder .overlay a {
     display: table;
     width: 100%;
     height: 100%;
     text-decoration: none;
 }
 .about_single .img-holder .overlay a i {
     display: table-cell;
     vertical-align: middle;
     font-size: 17px;
     color: #fff;
 }
 .about_text span {
     background: #f8aa27;
     width: 15px;
     height: 2px; 
     display: inline-block;
 }
 .about_text h3 {
     color: #323232;
     font-size: 14px;
     font-family: 'Titillium Web', sans-serif;
     font-weight: 700;
     margin-bottom: -8px;
     padding: 0 0;
 }
 .about_text h2 {
     font-size: 20px;
     color: #000;
     font-weight: 600;
    font-family: 'Poppins', sans-serif;
 }
 .about_text p {
     color: #959595;
     font-size: 13px;
     line-height: 25px;
     font-family: 'Poppins', sans-serif;
   font-weight:500;
 }
 .about_text a {
     text-decoration: none;
     color: #000;
     font-weight: 900;
     font-size: 12px;
     font-family: 'Poppins', sans-serif;
     font-weight:600;
     transition: all .3s ease;
 }
 .about_text a:hover {
     color: #F8AA27;
 }
 
 .about_box_one {
     background: url(../img/home-1/text-1.jpg);
     background-size: cover;
 }
 .about_box_two {
     background: url(../img/home-1/text-2.jpg);
     background-size: cover;
 }
 .about_box_three {
     background: url(../img/home-1/text-1.jpg);
     background-size: cover;
 }
 /*** 
 
 ====================================================================
   Choose area
 ====================================================================
 
 ***/
  
 .choose_img h2 {
     font-size: 28px;
     color: #fff;
     font-weight: 600;
     font-family: 'Poppins', sans-serif;
 }
 .choose_img h3 {
     font-size: 24px;
     color: #fff;
     font-family: 'Poppins', sans-serif;
     font-weight: 500;
 }
  span.choose_separator {
     background: #fff;
     width: 22px;
     height: 2px;
     overflow: hidden;
     position: absolute;
 }
 .choose_left {
     float: left;
     width: 81px;
     height: 50px;
     margin-top: 0;
 }
 .choose_left span {
     color: #df9a26;
     font-size: 40px;
 }
 .choose_right p {
     color: #8b8b8b;
     font-size: 13px;
     font-family: 'Poppins', sans-serif;
     width: 70%;
     Line-height: 27px;
     padding: 0 0%;
   font-weight:500;
 }
 .choose_icon {
     height: 60px;
     overflow: hidden;
     margin-bottom: 0;
     margin-top: 37px;
 }
 .choose_right {
     width: 55%;
     overflow: hidden;
 }
  
 
 #choose_area {
   width:100%;
   margin:0 auto;
   overflow:hidden;
 }
 .choose_text {
     width: 50%;
     float: right;
     background: #1b1b1b url(../img/home-1/Choose_us_bg.jpg);
     height: 540px;
     background-size: cover;
 }
 .choose_image {
     width: 50%;
     float: left;
     background: #1b1b1b url(../img/home-1/Choose_us.jpg);
     height: 540px;
     background-size: cover;
 }
  
 .short {
     font-family: Montserrat;
     color: #3f3e3e;
     font-size: 18px;
     width: 48%;
     float: left;
     margin-right: 16px;
 }
 .big{
     font-family: Montserrat;
     color: #3f3e3e;
     font-size: 24px;
 }
   
 .choose {
     padding-left: 80px;
     padding-top: 65px;
 }
  
 #owl-demo .item img{
     display: block;
     width: 100%;
     height: auto;
 }
 
 
 /*** 
 
 ====================================================================
   Process area
 ====================================================================
 
 ***/
 
 
 .head_title.about.gallery.text-center p {
     margin: 2% 20%;
 }
 
 /**
 * Projects Version Two Styles.
 **/
 .gallery-two{
   margin-top:8%;
 }
 .masonary-gallery {
     position: relative;
     padding: 0;
 }
 #project-version-two {
     padding:0% 0 10% 0;
   clear:both;
 }
 #project-version-two .gallery-filter-wrapper {
     text-align: center;
 }
 #project-version-two .gallery-filter {
     margin-bottom: 20px;
     text-align: center;
     
     padding: 0;
     display: inline-block;
 }
 #project-version-two .gallery-filter li {
     display: inline;
 }
 #project-version-two .gallery-filter li span {
     display: inline-block;
     font-size: 13px;
     line-height: 45px;
     color: #787878;
     font-weight: 600 !important;
     text-transform: uppercase;
     cursor: pointer;
     padding: 5px 20px;
     position: relative;
     font-size: 13px;
     line-height: 25px;
     
     font-weight: 500;
     -webkit-transition: all .3s ease;
     transition: all .3s ease;
 }
 #project-version-two .gallery-filter li.active span:before {
     content: ' ';
     display: block;
     width: 100%;
     height: 2px;
     background: #fff;
     position: absolute;
     bottom: -1px;
     left: 0;
 }
 #project-version-two .gallery-filter li.active span,
 #project-version-two .gallery-filter li:hover span {
     color: #fff;
 }
 #project-version-two .masonary-gallery {
     position: relative;
     padding: 0;
 }
 #project-version-two .masonary-item {
     position: relative;
     float: left;
     overflow: hidden;
     width: 25%;
     height: 250px;
     margin-bottom: 15px;
     padding: 0 8px;
 }
 #project-version-two .masonary-item.width-1 {
     width: 25%;
 }
 #project-version-two .masonary-item.width-2 {
     width: 50%;
 }
 #project-version-two .masonary-item.height-1 {
     height: 513px;
 }
 #project-version-two .masonary-item img {
     width: 100%;
     height: 100%;
 }
 #project-version-two .masonary-item .img-wrap {
     position: relative;
     background-size: contain;
     height: 100%;
 }
 #project-version-two .masonary-item .img-wrap .content-wrap {
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     padding: 10px;
     cursor: pointer;
     background:;
     opacity: 0;
     filter: alpha(opacity=0);
     -webkit-transition: all .3s ease;
     transition: all .3s ease;
 }
 #project-version-two .masonary-item:hover .img-wrap .content-wrap {
     opacity: 1;
     filter: alpha(opacity=100);
 }
 #project-version-two .masonary-item .img-wrap .content-wrap .border {
   border: 1px solid #fff;
   height: 100%;
   width: 100%;
 }
 #project-version-two .masonary-item .img-wrap .content-wrap h4 {
     color: #fff;
     margin: 0;
     font-size: 16px;
     line-height: 22px;
     text-transform: uppercase;
     font-weight: bold;
     text-align: center;
 }
 #project-version-two .masonary-item .img-wrap .content-wrap span {
     color: #fff;
     display: block;
     font-size: 14px;
     line-height: 22px;
     text-transform: capitalize;
     font-weight: 600; 
     text-align: center;
 }
 #project-version-two .masonary-item .img-wrap .content-wrap .content {
     position: relative;
     top: 45%;
 }
 /**
 * Emergency Customization Project V2 Styles.
 **/
 
 #emergency.project-v2 {
     background: #fff url(../img/emergency/bg.png) top right no-repeat;
     background-size: cover;
 }
 /******** service area ***********/
 section#service_area {
     background: url(../img/home-1/service_bg.jpg);
     min-height: 620px;
     background-size: cover;
 }
 .head_title.service.text-center h4 {
     color: #f8aa27;
     font-size: 13px;
     font-family: Bitter;
     font-style: italic;
 }
 .head_title.service.text-center h2 {
     font-family: 'Titillium Web', sans-serif;
     font-size: 30px;
     font-weight: 700;
   color:#fff;
 }
 .head_title.service.text-center span {
     background: #ae8e1e;
     width: 15px;
     height: 2px;
     display: inline-block;
 }
 .head_title.service.text-center p {
     font-size: 14px;
     color: #494949;
     
     margin: 0 10%;
     font-weight: 500;
     padding-top: 20px;
 }
 .head_title.service.text-center {
     padding-top: 100px;
 }
  
 .single_link {}
 .single_link a{
   
   font-size:12px;
   text-decoration:none;
   color:#000;
   font-weight:600;
 }
 .offers h2 {
     color: #000;
     font-size: 18px;
     
     font-weight: 600;
     line-height: 19px;
     padding: 0 0;
     margin: 17px 0;
 }
 .offers p {
     color: #696969;
     font-size: 13px;
     
     font-weight: 500;
     line-height: 25px;
 }
 .arrow{
     color: #f8aa27 !important;
     font-size: 14px !important;
     margin-left: 3px;
 }
 
 .head_title.service.text-center {
     padding-bottom: 80px;
 }
 .offers span {
     color: #f8aa27;
     font-size: 50px;
   cursor:pointer;
 }
 
 /*** 
 
 ====================================================================
   Time Line area
 ====================================================================
 
 ***/
 
 section#testimonial_area {
     background: url(../img/home-1/testimonial_bg.png) no-repeat;
     min-height: 600px;
     background-size: cover;
 }
 .head_title.process.text-center h4 {
     color: #f8aa27;
     font-size: 12px;
     font-family: Bitter;
     font-style: normal;
     text-transform: uppercase;
     font-weight: 600;
 }
 .head_title.process.text-center h2 {
     font-family: 'Titillium Web', sans-serif;
     font-size: 32px;
     font-weight: 700;
 }
 .head_title.process.text-center span {
     background: #f8aa27;
     width: 15px;
     height: 2px; 
     display: inline-block;
 }
 .head_title.process.text-center p {
   color: #494949;
  
   font-size: 14px;
   font-weight: 500;
   line-height: 25px;
   margin: 2% 17%;
 }
 .head_title.process.text-center {
   padding-top: 100px;
   padding-bottom: 5%;
 }
 
 .single_time_line p {
     color: #959595;
     font-size: 13px;
  
     text-align: right;
     line-height: 23px;
   font-weight:500;
 }
 .single_time_line h2 {
     color: #000;
     font-size: 24px;
     font-family: 'Poppins', sans-serif;
     font-weight: 600;
     text-align: right;
 }
 .time_line_area{
   position:relative; 
 }
 .time_line_area:before {
     content: "";
     height: 60%;
     width: 1px;
     position: absolute;
     left: 50%;
     top: 15%;
     margin-left: -1.5px;
     overflow: hidden;
     background: #efefef;
 }
 .single_time_line {
   height: 230px;
   margin-bottom: 50px;
   width: 38%;
 }
 .single_time_line:nth-child(2n+1){ 
   float:left;
 }
 .single_time_line:nth-child(2n+2){ 
   float:right;
 }
 .single_time_line.right_timeline h2 {
     float: left !important;
 }
  
 .single_time_line { 
   margin-left: 0;  
 }
 .single_time_line:nth-child(2n+2) {
   float: right;
   padding-left: 20%;
 }
 .single_time_line.right_timeline {
     margin-left: 38%;
     margin-top: -24%;
     width: 58%;
 }
 .single_time_line.single_right {
   padding-left: 25%;
 }
 .single_time_line.right_timeline > p {
   height: 100px;
   padding-top: 18%;
   text-align: left;
   width: 100%;
 }
  
 .circle_bg {
     width: 200px;
     height: 100px;
     background: #fff;
     border-radius:100%;
     text-align: center;
     font-size: 30px;
     font-weight: bold;
     right: 0;
     top: -24%;
     position: absolute;
     margin-right: -54%;
     padding-top: 14px;
 }
 .cercle {
     width: 70px;
     height: 70px;
     background: #f5f4f4;
     border-radius: 100%;
     text-align: center;
     font-size: 30px;
     font-weight: bold;
     right: 26%;
     top: 92%;
     position: absolute;
     margin-right: 0px;
     padding-top: 14px;
   font-family: 'Poppins', sans-serif;
   font-weight:300;
   border-left:2px solid #fff;
   border-top:2px solid #f8aa27;
   border-right:2px solid #ff;
   border-bottom:2px solid #fff;
 }
 .circle_bg_two {
     width: 100px;
     height: 100px;
     background: #fff;
     border-radius: 0px;
     text-align: center;
     font-size: 30px;
     font-weight: bold;
     right: 0;
     top: 7%;
     position: absolute;
     margin-right: -54%;
     padding-top: 14px;
 }
 .cercle_two {
     width: 70px;
     height: 70px;
     background: #f5f4f4;
     border-radius: 100%;
     text-align: center;
     font-size: 30px;
     font-weight: bold;
     right: 53%;
     top: 17%;
     position: absolute;
     margin-right: 0px;
     padding-top: 14px;
   font-family: 'Poppins', sans-serif;
   font-weight:300;
   border-left:2px solid #fff;
   border-top:2px solid #fff;
   border-right:2px solid #f8aa27;
   border-bottom:2px solid #f8aa27;
 }
 .circle_bg_three {
     width: 100px;
     height: 100px;
     background: #fff;
     border-radius: 0px;
     text-align: center;
     font-size: 30px;
     font-weight: bold;
     right: 0;
     top: 7%;
     position: absolute;
     margin-right: -54%;
     padding-top: 14px;
 }
 .cercle_three {
     width: 70px;
     height: 70px;
     background: #f5f4f4;
     border-radius: 100%;
     text-align: center;
     font-size: 30px;
     font-weight: bold;
     right: 53%;
     top: 17%;
     position: absolute;
     margin-right: 0px;
     padding-top: 14px;
   font-family: 'Poppins', sans-serif;
   font-weight:300;
   border-left:2px solid #fff;
   border-top:2px solid #f8aa27;
   border-right:2px solid #f8aa27;
   border-bottom:2px solid #f8aa27;
 }
 .circle_bg_foure {
     width: 100px;
     height: 100px;
     background: #fff;
     border-radius: 0px;
     text-align: center;
     font-size: 30px;
     font-weight: bold;
     right: 0;
     top: 7%;
     position: absolute;
     margin-right: -54%;
     padding-top: 14px; 
 }
 
 
 
 .cercle_four {
     width: 70px;
     height: 70px;
     background: #f5f4f4;
     border-radius: 100%;
     text-align: center;
     font-size: 30px;
     font-weight: bold;
     right: 53%;
     top: 17%;
     position: absolute;
     margin-right: 0px;
     padding-top: 14px;
   font-family: 'Poppins', sans-serif;
   font-weight:300;
   border:2px solid #f8aa27;
 }
  
 /*** 
 
 ====================================================================
   Testimonail area
 ====================================================================
 
 ***/
 
 
 /**** home one testimonial **/
 .horizen {
     width: 100%;
     height: 272px;
     overflow: hidden;
 }
 .slider_left {
     width: 17%;
     padding-left: 6%;
 }
 .slider_left img {
     float: left;
     border: 2px solid #f8aa27;
     border-radius: 100%;
     width: 100%;
     height: 100%;
     margin-top: 30% !important;
     overflow: hidden;
 }
 .slider_right {
     float: right;
     width: 80%;
 }
 .slider_right h2{
   font-family:poppins;
   font-size:14px;
   color:#fff;
   font-weight:700;
 }
 .slider_right h3{
   font-family:poppins;
   font-size:12px;
   color:#d89423;
   font-weight:600;
 }
 .slider_right p {
     font-family: poppins;
     font-size: 14px;
     color: #d2d2d2;
     font-weight: 500;
     line-height: 28px;
     width: 90%;
 }
  
 .testimoinal_title{}
 .testimoinal_title h2{
   font-family: 'Titillium Web', sans-serif;
     font-size: 32px;
     font-weight: 700;
   color:#fff;
 }
 .testimoinal_title h3{
    color: #f8aa27;
     font-size: 13px;
     font-family: Bitter;
   font-style:italic;
 }
 .testimoinal_title span{
    background: #f8aa27;
     width: 15px;
     height: 2px; 
     display: inline-block;
 }
 .bx-wrapper .bx-pager {
     text-align: left;
     font-size: .85em;
     font-family: Arial;
     font-weight: bold;
     color: #666;
     top: 20%;
      
 }
 .bx-wrapper .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
     display: block;
     right: 0;
     text-align: right;
     margin: 1% 0;
 }
  
 .head_title.testimonial.text-center h4 {
     color: #f8aa27;
     font-size: 12px;
     font-family: Bitter;
     font-style: italic;
     text-transform: uppercase;
     font-weight: 600;
 }
 .head_title.testimonial.text-center h2 {
     font-family: 'Titillium Web', sans-serif;
     font-size: 32px;
     font-weight: 700;
 }
 .head_title.testimonial.text-center span {
     background: #f8aa27;
     width: 15px;
     height: 2px; 
     display: inline-block;
 }
 .head_title.testimonial.text-center p {
     font-size: 14px;
     color: #494949;
     font-family: 'Poppins', sans-serif;
     margin: 0 10%;
 }
 .head_title.testimonial.text-center {
     padding-top: 100px;
 }
 
 /*** 
 
 ====================================================================
   Client area
 ====================================================================
 
 ***/
 
 div#owl-demo {
     padding-top: 80px;
 }
 .item_img {
     float: left;
     margin-top: 18px;
 }
 .item_text {
     float: left;
     width: 270px;
     padding-left: 8%;
 }
 
 .item_text p {
     font-family: Bitter;
     font-size: 15px;
     font-style: italic;
     line-height: 22px;
     text-align: left; 
 }
  
 
 .item_text h2 {
     font-size: 15px;
     font-family: 'Poppins', sans-serif;
     font-weight: 700;
     color: #000;
 }
 
 .item_text h3 {
     font-size: 12px; 
   color:#929090; 
   font-family: 'Poppins', sans-serif;
     font-weight: 500;
   margin:0 0;
 }
 .owl-theme .owl-controls {
     margin-top: 60px;
     text-align: center;
 }
 
 /*** 
 
 ====================================================================
   Latest News
 ====================================================================
 
 ***/
 
  
 
 #news_area {
     padding-bottom: 50px;
 }
 .news_content {
     padding-top: 80px;
 }
 .single_news {
     margin-bottom: 50px;
 }
 .news_img {
     float: left;
     width: 250px; 
 }
 .news_img .img-holder {
     position: relative;
     display: inline-block;
     margin-bottom: 25px;
 }
 .news_img:hover .img-holder .overlay {
     transform: scale(1.0);
 }
 .news_img .img-holder .overlay {
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     background: rgba(248,170, 39, .75);
     text-align: center;
     transform: scale(0.0);
     transition: all .5s ease;
 }
 .news_img .img-holder .overlay a {
     display: table;
     width: 100%;
     height: 100%;
     text-decoration: none;
 }
 .news_img .img-holder .overlay a i {
     display: table-cell;
     vertical-align: middle;
     font-size: 17px;
     color: #fff;
 }
 .news_text {
     width: 260px;
     float: left;
     margin-left: 40px;
     height: 100%;
     margin-top: -27px;
 }
 .news_text h2 {
     font-size: 18px;
     font-family: 'Poppins', sans-serif;
     line-height: 25px;
   font-weight:500;
   padding:0 !important;
 }
 .news_text h4 {
     font-size: 13px;
     font-family: Bitter;
     line-height: 30px;
     font-style: italic;
     color: #c2c2c2;
     padding-bottom: 10px;
 }
 .news_text p {
     color: #959595;
     font-size: 13px;
     line-height: 24px;
     font-family: 'Poppins', sans-serif;
     margin-top: -11px;
     font-weight: 500;
     width: 250px;
 }
 .news_text p a {
     color: #000;
     text-decoration: none;
     transition: all .3s ease;
 }
 .news_text p a:hover {
     color: #F8AA27;
 }
 .author_img {
     float: left;
     width: 70px;
     margin-left: -10px;
 }
 .author_img img {
     padding-top: 7px !important;
 }
 .news_author { 
     width: 250px;
     margin-left: -14px;
 }
 .author_text h2 {
     color: #000;
     font-size: 14px;
     font-family: Poppins;
     text-transform: uppercase;
     font-weight: 700;
 }
 
 /*** 
 
 ====================================================================
   Brand Carusal area
 ====================================================================
 
 ***/
  
 div#brand_area {
     background: #f8aa27 none repeat scroll 0 0;
     height: 100px !important;
     margin-top: 40px !important;
     padding-top: 30px !important;
 }
 .item i {
     width: 100px;
     font-size: 28px;
     color: #fff;
 }
  
 /*** 
 
 ====================================================================
   Footer area 
 ====================================================================
 
 ***/ 
  
 section#footer_area {
   background: rgba(0, 0, 0, 0) url("../img/home-1/footer_bg.jpg") repeat scroll 0 0 / cover ;
   height: 100%;
   padding-bottom: 20px;
   padding-top: 85px;
   clear:both
 }
 .column-two {
     height: 85px;
 }
 .column_title h2 {
     font-size: 18px;
     color: #fff;
     font-family: Poppins;
     text-transform: capitalize;
 }
 .column_title span {
     background: #f8aa27;
     width: 15px;
     height: 2px;
     display: block;
 }
  
 .column_title {
     height: 60px;
 }
 .column_text {
     float: right;
     width: 180px;
     margin-top: -10px;
 }
 .column_text p {
     color: #b9b9b9;
     font-family: 'Poppins';
     font-size: 12px;
     line-height: 25px;
   font-weight:400;
 }
 .column_text a:hover {
     text-decoration: none;
 }
 .column_text a:hover p {
     text-decoration: none;
     color: #F8AA27;
 }
 .column_img img {
     width: 60px;
     float: left;
     margin-right: 10px; 
 }
 
 .column_text h3 {
     color: #959595;
     font-size: 13px;
     font-family: Bitter;
     font-style: italic;
     margin-top: -4px;
 }
 
 .column-three h2 {
     font-size: 18px;
     color: #fff;
     font-family: Poppins;
     text-transform: capitalize;
 }
 .column-three span {
     background: #f8aa27;
     width: 15px;
     height: 2px;
     display: block;
 }
 .column-three {
     color: #b9b9b9;
     font-family: poppins;
     font-size: 12px;
     font-weight: 600;
 }
 .column-three a {
     color: #f8aa27;
     font-size: 18px;
     margin: 10px 10px 0 1px;
     padding-top: 15px;
 }
 
 .subcriber h2 {
     font-size: 18px;
     color: #fff;
     font-family: Poppins;
     text-transform: capitalize;
   padding: 5% 0
 }
 .subcriber span {
   background: #f44546;
     width: 15px;
     height: 2px;
     display: block;
     margin-top: -10px;
     margin-bottom: 15px;
     background: #f8aa27;
     width: 15px;
     height: 2px;
     display: block;
 }
  
 .small_gallery h2 {
     font-size: 18px;
     color: #fff;
     font-family: Poppins;
     text-transform: capitalize;
 }
 .small_gallery span {
     background: #f8aa27;
     width: 15px;
     height: 2px;
     display: block;
     margin-bottom: 20px;
 }
 
 /** footer gallery column ****/
 input#exampleInputAmount {
     height: 45px;
     border-radius: 0px;
 }
 .input-group-addon:last-child {
     border-left: 0;
     background: #f8aa27;
     color: #fff;
     border: none;
     border-radius: 0px;
     width: 55px;
     font-size: 20px;
 }
 input#exampleInputAmount { 
     height: 45px;
     border-radius: 0px;
     font-family: Crimson Text;
     font-size: 15px;
     color: #5c5c5c;
   font-weight:400;
   font-style:italic;
 }
 .single_footer h2 {
     color: #fff;
     font-size: 30px;
     font-family: Open Sans Condensed;
     font-weight: 600;
     border: 2px solid #fff;
     width: 150px;
     height: 50px;
     padding: 5px 5px;
     text-align: center;
 }
 .single_footer p {
     color: #b9b9b9;
     font-family: poppins;
     font-size: 12px;
     line-height: 25px;
 }
 .footer_social a {
     color: #fff;
     font-size: 16px;
     padding: 8px 20px;
     text-decoration: none;
     padding-left: 0px;
 }
 .footer_social a:hover{
   color:#f8aa27; 
 }
 .small_gallery img {
     padding: 3px;
 }
 .footer-subscriber form.search-form {
     border: 0px solid #E9E9E9;
     height: 43px;
     position: relative;
     overflow: hidden;
 }
 .footer-subscriber form.search-form input[type='text'] {
     border: none;
     outline: none;
     height: 45px;
     padding-left: 10px;
     width: 100%;
     display: inline-block;
     position: absolute;
     left: 0;
   font-family: Crimson Text;
   font-size:16px;
   color:#5c5c5c;
   font-style:italic;
 }
 .footer-subscriber form.search-form button {
     border: none;
     outline: none;
     height: 45px;
     background: #f8aa27;
     line-height: 45px;
     position: absolute;
     right: 0;
     padding: 0 0;
     width: 55px;
     color: #fff;
   font-size:16px;
 }
 
 /*** 
 
 ====================================================================
   copy wright area 
 ====================================================================
 
 ***/
  
 .copy_left p {
     color: #474747;
     font-size: 12px;
     font-family: poppins;
     font-weight: 600;
     padding-top: 10px;
 }
 .copy_left p  span{
   color:#fff;
   
 }
 .copy_right {
     float: right;
     padding-top: 2%;
 }
 .copy_right ul{
   margin:0;
   padding:0;
   list-style:none;
 }
 .copy_right ul li{
   float:left; 
   padding:0 0 !important;
 }
 .copy_right ul li a{
   text-decoration:none;
   color:#474747;
   font-size:12px;
   padding:10px
 }
 hr.horizenal {
     border-top: 1px solid #474747 !important;
 }
 
 
 
 /******************* Home page One end ***************** 
 ***********************************************************/
 
 
 
 
 /******************* Home page two start ***************** 
 **********************************************************/
 
 
 /*** 
 
 ====================================================================
   Home page two Menu style
 ====================================================================
 
 ***/ 
 
 a.logo {
   text-decoration: none !important;
 }
 .nav-side-menu {
   overflow: auto;
   font-family: poppins;
   font-size: 12px;
   font-weight: 200;
   background-color: #2e353d;
   position: fixed;
   top: 0px;
   width: 255px;
   height: 100%;
   color: #e1ffff;
 }
 .nav-side-menu .brand {
     background-color: #f8aa27;
     line-height: 60px;
     display: block;
     text-align: center;
     font-size: 18px;
   color:#000;
   font-weight:700;
   font-family:poppins;
 }
 .nav-side-menu .toggle-btn {
   display: none;
 }
 .nav-side-menu ul,
 .nav-side-menu ul, .nav-side-menu li {
     list-style: none;
     padding: 0px;
     margin: 0px;
     line-height: 60px;
     cursor: pointer;
     width: 100%; 
 }
 .nav-side-menu ul :not(collapsed) .arrow:before,
 .nav-side-menu li :not(collapsed) .arrow:before {
   font-family: FontAwesome;
   content: "\f078";
   display: inline-block;
   padding-left: 10px;
   padding-right: 10px;
   vertical-align: middle;
   float: right;
   color:#fff;
 }
 .nav-side-menu ul .active,
 .nav-side-menu li .active {
   border-left: 3px solid #d19b3d;
   background-color: #4f5b69;
 }
 .nav-side-menu ul .sub-menu li.active,
 .nav-side-menu li .sub-menu li.active {
   color: #d19b3d;
 }
 .nav-side-menu ul .sub-menu li.active a,
 .nav-side-menu li .sub-menu li.active a {
   color: #d19b3d;
 }
 .nav-side-menu ul .sub-menu li, .nav-side-menu li .sub-menu li {
     background-color: #181c20;
     border: none;
     line-height: 50px;
     border-bottom: 1px solid #23282e;
     margin-left: 0px;
 }
 .nav-side-menu ul .sub-menu li:hover,
 .nav-side-menu li .sub-menu li:hover {
   background-color: #020203;
 }
 .nav-side-menu ul .sub-menu li:before,
 .nav-side-menu li .sub-menu li:before {
   font-family: FontAwesome;
   content: "\f105";
   display: inline-block;
   padding-left: 10px;
   padding-right: 10px;
   vertical-align: middle;
 }
 .nav-side-menu li {
     border-bottom: 1px solid #23282e;
     border-left: 3px solid #2e353d;
     padding: 0 0;
 }
 .nav-side-menu li a {
   text-decoration: none;
   color: #f8aa27;
   font-family: Poppins;
   font-size:13px;
   text-transform:uppercase;
    
 }
 .nav-side-menu li a i {
     padding-left: 15px;
     width: 20px;
     padding-right: 36px;
 }
 .nav-side-menu li:hover {
   border-left: 3px solid #f8aa27;
   background-color: #4f5b69;
   -webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
   -o-transition: all 1s ease;
   -ms-transition: all 1s ease;
   transition: all 1s ease;
 }
 @media (max-width: 767px) {
   .nav-side-menu {
     position: relative;
     width: 100%;
     margin-bottom: 10px;
   }
   .nav-side-menu .toggle-btn {
     display: block;
     cursor: pointer;
     position: absolute;
     right: 10px;
     top: 10px;
     z-index: 10 !important;
     padding: 3px;
     background-color: #ffffff;
     color: #000;
     width: 40px;
     text-align: center;
   }
   .brand {
     text-align: left !important;
     font-size: 22px;
     padding-left: 20px;
     line-height: 50px !important;
   }
 }
 @media (min-width: 767px) {
   .nav-side-menu .menu-list .menu-content {
     display: block;
   }
 }
  
 /***** side menu ****/
 #sidebar-wrapper {
     z-index:1000;
     position:fixed;
     right:0;
     width:260px;
     height:100%;
     margin-right:-260px;
     overflow-x: hidden;
     overflow-y:auto;
     background:#000;
     z-index:99999999;
     -webkit-transition:all 0.4s ease 0s;
     -moz-transition:all 0.4s ease 0s;
     -ms-transition:all 0.4s ease 0s;
     -o-transition:all 0.4s ease 0s;
     transition:all 0.4s ease 0s;
 }
 .sidebar-nav {
     position:absolute;
     width:250px;
     margin:0;
     padding:0;
     list-style:none;
 }
  
 #sidebar-wrapper.active {
     right:250px;
     width:260px;
     -webkit-transition:all 0.4s ease 0s;
     -moz-transition:all 0.4s ease 0s;
     -ms-transition:all 0.4s ease 0s;
     -o-transition:all 0.4s ease 0s;
     transition:all 0.4s ease 0s;
     box-shadow:0px 0px 15px rgba(0,0,0,0.49);
 }
 .home-two li{
   float:none;
 }
 .home-two li{
   color:#000 !important;
 }
 .{}
 .toggle {
     margin:5px 5px 0 0;
 }
 .close-btn {
     display:block;
     color:#FFFFFF;
     font-size:1em;
     margin:0px 0 0 0;
     padding:2px 0 0 0;
     line-height:28px;
     text-align:right;
     width:100%;
     padding-right:25px;
     background:rgba(0,0,0,0.2);
   text-decoration:none;
 }
 .close-btn:hover {
     color:#84FFB0;
 }
 .close-btn i {
     font-size: 1.8em;
     float: left;
     margin-left: 10px;
     background: #000;
     width: 40px;
     height: 40px;
     border: 2px solid #fff;
     border-radius: 100%;
     text-align: center;
     padding-top: 3%;
     color: #f8aa27;
     margin-top: 5%;
 }
 .close-btn  a{
   text-decoration:none !important;
 }
 .arrows {
   color: #fff !important;
   font-size: 14px !important;
   font-weight: bold;
   margin-left: 3px;
 }
 
 
 /**** header *****/
 
 .sticky {
     position:fixed;
     width:100%;
     background:transparent;
     padding:30px 0px;
     transition:all 0.5s;
     z-index:99997;
   
 }
 .fixed {
     position:fixed;
     top:0;
     left:0;
     width:100%;
     background-color:rgba(0, 0, 0, 0.7); 
     padding:0px;
 }
 .logo {
     font-family: Open Sans Condensed;
     font-size: 30px;
     font-weight: 700;
     color: #000 !important;
   text-decoration:none;
 }
 .fixed .logo {
   color: #fff !important;
   padding: 1% !important;
   overflow: hidden;
   display: block;
 }
 #logo_menu {
     padding:5px 0px;
 }
 #menu-toggle {
     z-index:1;
     font-size:35px;
     float:right; 
     color:#000;
     margin:11px 0px;
     padding:2px 10px;
     line-height:0;
 }
 .fixed #menu-toggle {
     z-index:1;
     font-size:35px;
     float:right; 
     color:#fff;
     margin:11px 0px;
     padding:2px 10px;
     line-height:0;
 }
 
 .store-btn-container {
     padding-top:15px;
 }
 .store-btn:hover,#menu-toggle:hover {
     background:#405162;
     border-color:#405162;
     color: #fff;
 }
 
 /**** header *****/
 
 section#aboutus_area_two{
     height:225px;
   background:#f8aa27;
   width:100%;
 }
 .about_border {
     background: #000;
     width: 20px;
     height: 2px;
     text-align: center;
     display: inline-block;
 }
 .head_title.home-v2.text-center h2 {
     font-family: 'Titillium Web', sans-serif;
     font-size: 32px;
     font-weight: 700;
     margin-top: 5%;
 }
 .head_title.home-v2.text-center  p {
     font-size: 14px;
     color: #494949;
     font-family: 'Poppins', sans-serif;
     margin: 0 16%;
     line-height: 26px;
     font-weight: 400;
     padding-top: 10px;
 }
 .head_title.home-v2.text-center  p {
     font-size: 14px;
     color: #494949;
     font-family: 'Poppins', sans-serif;
     margin: 0 16%;
     line-height: 26px;
     font-weight: 500; 
 }
 
 section#aboutus_area_home {
     margin: 6% 0;
 }
  
  
 /*** 
 
 ====================================================================
   Home page two Carousel Slider
 ====================================================================
 
 ***/ 
  
 #slider_part {
     height: 100%;
     width: 100%;
     overflow: hidden;
 }
 
 .carousel-caption {
     top: 30%;
     margin-top: -70px;
     text-shadow: none!important;
     left: 9%;
     right: 10%;
     -webkit-transition: all.3s ease 0s;
     -o-transition: all.3s ease 0s;
     transition: all.3s ease 0s;
     text-align: center;
 }
 
 .carousel-caption h3 {
     font-family: 'Titillium Web', sans-serif;
     font-size: 77px;
     font-weight: 300;
   text-shadow: none;  
     margin: 20px 0px;
     transition-delay: .3s;
     -webkit-transition-delay: .3s;
     -o-transition-delay: .3s;
     text-transform: capitalize!important;
 }
 
 .carousel-caption p {
   font-family: Open Sans;
     font-size: 17px;
     font-weight: 500;  
     color: #fff;
     transition-delay: .4s;
     -moz-transition-delay: .4s;
     -o-transition-delay: .3s;
     margin: 40px 0px;
     text-transform: uppercase;
 }
 
 .carousel-caption img {
     border: 2px solid#fff;
     padding: 10px 10px 10px 20px;
 }
 
 .line {
     width: 100px;
     height: 5px;
     color: #222;
     margin: 0px auto;
 }
 
 .carousel-caption p i {
     font-size: 7px;
     margin: 0px 3px;
     position: relative;
     top: -3px;
 }
 
 .carousel .item {
     -webkit-transition: opacity .3s;
     -moz-transition: opacity .3s;
     -ms-transition: opacity .3s;
     -o-transition: opacity .3s;
     transition: opacity .3s;
 }
 
 .btn-featured {
     text-decoration: none;
     position: relative;
     -webkit-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
     background: transparent;
     border-radius: 2px;
     z-index: 1;
     font-weight: 500;
     font-size: 18px;
     line-height: 20px;
     padding: 15px 40px !important;
     text-transform: uppercase;
     margin-top: 20px;
     margin-right: 10px;
 }
 
 .carousel-control.left,.carousel-control.right {
     background-image: none !important;
     background-repeat: no-repeat !important;
 }
 
 .carousel-control {
     width: 4% !important;
 }
 
 .carousel-caption img {
     height: auto;
 }
 
 .carousel-indicators {
     bottom: 100px;
     width: 10%;
     left: 45%;
     margin: 0 auto;
     bottom: 30%;
 }
 
 .carousel-indicators li {
     width: 20px !important;
     height: 20px !important;
     border: 2px solid #FFF !important;
     margin: 0px !important;
     border-radius: 50%;
 }
 
 .carousel-control.left span {
     padding: 15px;
 }
 
 .slides-control .carousel-control i {
     line-height: 36px;
     font-size: 32px;
     padding-top: 6px;
     -moz-transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
     transition: all 500ms ease;
     border-radius: 50%;
     width: 50px;
     height: 50px;
 }
 
 .slides-control .carousel-control {
     position: absolute;
     width: 240px;
     top: 45%;
     z-index: 10;
 }
 
 .carousel-control.left {
     left: -15px;
 }
 
 .carousel-control.right {
     right: 0px;
 }
 
 .carousel-control.left {
     width: 120px;
     height: 40px;
 }
 
 .carousel-control.right {
     width: 120px;
     height: 40px;
 }
 
 .overlay-slide {
     background: #000;
     height: 100%;
     width: 100%;
 }
 
 .overlay-slide img {
     opacity: .6;
     width: 100%;
     height: auto;
 }
 
 /*-- Animation --*/
 
 .carousel .item.active .animated2 {
     -webkit-animation: lightSpeedIn 2s ease-in 200ms both;
     animation: lightSpeedIn 2s ease-in 200ms both;
 }
 
 .carousel .item.active .animated3 {
     -webkit-animation: lightSpeedIn 3s ease-in-out 500ms both;
     animation: lightSpeedIn 3s ease-in-out 500ms both;
 }
 .carousel .item.active .animated4 {
     -webkit-animation: lightSpeedIn 4s ease-in-out 700ms both;
     animation: lightSpeedIn 4s ease-in-out 700ms both;
 }
 .carousel .item.active .animated5 {
     -webkit-animation: lightSpeedIn 5s ease-in 900ms both;
     animation: lightSpeedIn 5s ease-in 900ms both;
 }
 
 /*slider*/
 .carousel-caption h3{
     color:#fff!important;
 }
 
 .line{
     background: #EE3B24;
 }
 
 .btn-featured{
     background: #EE3B24;
      color:#fff;
 }
 .btn-featured:hover{
     color: #222;
     background: #fff;
 }
 .slides-control .carousel-control i{
     border:1px solid#fff;
     color: #fff;
 }
 .slides-control  .carousel-control i:hover{
     background: #EE3B24;
     border:1px solid#EE3B24;
 }
 .carousel-indicators .active, .carousel-indicators li:hover,.slides-control  .carousel-indicators .active{
     background-color:#EE3B24;
 }
 .slider_button{
   font-family: 'Poppins', sans-serif;
   color:#000;
   font-size:12px;
   font-weight:500;
   width:130px;
   height:45px;
   background:none;
   border:2px solid #000;
   border-radius:0px; 
 }
 .slider_button:hover{
   background:none;
   border:0px solid;
   border-radius:0px;
   font-family: 'Poppins', sans-serif;
   color:#000;
   font-size:12px;
   font-weight:500;
   border:2px solid #000; 
 }
  
  /*** 
 
 ====================================================================
   Home page two Great area
 ====================================================================
 
 ***/ 
  
  
 div#great_area {
     margin-bottom: 7%;
 }
 
 .img-holder.great_left img {
     margin-top: 10px;
 }
 .great_right{}
 .great_right h2 {
     font-family: 'Poppins', sans-serif;
     color: #000000;
     font-size: 28px;
     font-weight: 700;
     line-height: 0px;
     padding-bottom: 15px;
 }
 .great_right h3{
   font-family: 'Poppins', sans-serif;
   color:#000000;
   font-size:24px;
   font-weight:600;
   padding-bottom: 15px;
 }
 .great_right p {
     font-family: 'Poppins', sans-serif;
     color: #838383;
     font-size: 13px;
     font-weight: 500;
     line-height: 26px;
     padding-bottom: 13px;
 }
 .great_button{
   font-family: 'Poppins', sans-serif;
   color:#000;
   font-size:12px;
   font-weight:600;
   width:130px;
   height:45px;
   background:none;
   border:2px solid #000;
   border-radius:0px;
   margin-top:3%;
 }
 .great_button:hover{
   background:none;
   border:0px solid;
   border-radius:0px;
   font-family: 'Poppins', sans-serif;
   color:#000;
   font-size:12px;
   font-weight:500;
   border:2px solid #000; 
 }
 
 /*** 
 
 ====================================================================
 Home page two counter_area
 ====================================================================
 
 ***/ 
  
 .counter_area{
   width:100%;
   height:250px;
   margin:0 auto;
 }
 .title_counter {
     color: #fff;
     overflow: hidden;
     width: 100%;
     font-family: 'Poppins', sans-serif;
     font-size: 18px;
     padding-left: 12%;
 }
 section#counter_area {
     padding-bottom: 10%;
 }
 .Counter{
   float:left;
   width:25%;
 }
 .counter-one{
   background:#262626;
   width:25%;
   height:250px;
 }
 .counter-two{
   background:#222121;
   width:25%;
   height:250px;
 }
 .Counter {
   padding: 55px 0 0;
 }
 .Counter span {
     font-family: 'Poppins', sans-serif;
     color: #fff;
     font-size: 42px;
     font-weight: 500;
     float: right;
     padding-top: 13%;
 }
 .Counter ul li span p{
   font-family: 'Poppins', sans-serif;
   color:#fff;
   font-size:18px;
   font-weight:300;
 }
 .Counter i {
   color: #f8aa27;
   float: left;
   font-size: 60px;
   padding-top: 9%;
 }
 .icon_text {
     float: right;
     width: 128px;
 }
 
 /*** 
 
 ====================================================================
 Home page two service area
 ====================================================================
 
 ***/ 
  
 #service_area_two{
   background:url(../img/home-2/service-bg.jpg);
   height:620px;
   width:100%;
   background-size:cover;
   color:#fff;
 }
 .service_two p{
   color:#fff !important;
 }
 .singl_offer_two {}
 .singl_offer_two h2{
   color:#fff;
 }
 .singl_offer_two p{
   color:#d1d1d1;
 }
 .singl_offer_two .single_link a{
   color:#f8aa27;
 }
 .singl_offer_two .single_link a i{
   color:#f8aa27 !important;
 }
 
 /*** 
 
 ====================================================================
 Home page two process area
 ====================================================================
 
 ***/ 
  
 section.process_area_two {
     background: url(../img/home-2/timeline-bg.jpg);
     height: 100%;
     width: 100%;
     background-size: cover;
 }
 
 /*** 
 
 ====================================================================
 Home page two testimonial area
 ====================================================================
 
 ***/ 
  
 section#testimonial_area_two {
     background: url(../img/home-2/testimonial.jpg);
     background-size: cover;
   height:100%px;
   padding:5% 0;
 }
 .partner {
   margin-top: -8%;
   overflow: hidden;
 }
 .partner_two{
   margin-top:8%;
   overflow: hidden;
 }
 
 .partner_three{
   margin-top:8%;
   overflow: hidden;
 }
  .partner.partner_three {
   padding-bottom:0 !important;
 }
 .owl_details{}
 .owl_details h2{
   font-family: 'Poppins', sans-serif;
   color:#fff;
   font-size:14px;
   font-weight:500;
 }
 .owl_details h3{
   font-family: 'Poppins', sans-serif;
   color:#d89423;
   font-size:12px;
   font-weight:500;
 }
  
 .owl_details p {
     color: #fff;
     font-family: Bitter !important;
     font-size: 16px !important;
     font-style: italic;
     font-weight: 600 !important;
     line-height: 29px !important;
     margin: 0 14% !important;
     text-align: center !important;
 }
 .item.itme_brand_two {
     margin: 0 8%;
     width: 82%;
     height: 80px;
     text-align: center;
     padding-top: 8%;
 }
 .owl-next {
     float: right;
     top: 72%;
     position: absolute;
     right: 2%;
 }
 .owl-prev {
     float: left;
     top: 72%;
     position: absolute;
     left: 2%;
 }
 
 .new_area_two {
     padding-bottom: 5%;
 }
 .footer-two{
   margin-top:5%;
 }
 
 
 
 
 /**********************************************************
 ******************** SERVICE PAGE *************************
 ***********************************************************/
 
 .service_page {
     background: url(../img/home-1/header_bg.jpg);
     width: 100%;
     height: 100px;
 }
 .page_titel {
     background: url(../img/page/service/banner.jpg);
     overflow: hidden;
     width: 100%;
     height: 200px;
     background-size: cover;
 }
 
 .page_titel h2{
   font-family: 'Titillium Web', sans-serif;
     font-size: 34px;
     font-weight: 700;
   color:#000000;
 }
 .page_titel span{
   background: #f8aa27;
     width: 15px;
     height: 2px; 
     display: inline-block;
 }
 .page_titel h3{
   font-family: 'Poppins', sans-serif;
   color:#000000;
   font-size:14px;
   font-weight:600;
 }
 .single_service {
     overflow: hidden;
     height: 100%;
     margin: 10% 0;
 }
 .service_right {
     width: 525px;
     float: right;
     margin-top: -2%;
     overflow: hidden;
 }
 .service_right h2{
   font-family: Poppins;
     font-size: 24px;
     font-weight: 600;
   color:#000000;	
 }
 .service_right h3{ 
   font-family: Poppins;
     font-size: 14px;
     font-weight: 600;
   color:#000000;	
   line-height:20px;
 }
 .service_right p {
   color: #838383;
   font-family: Poppins;
   font-size: 13px;
   font-weight: 500;
   line-height: 22px;
 }
 hr.service_line {
     background: #e8e8e8;
     height: 1px;
     margin-top: -3px;
 }
 hr {
     margin-top: 11px;
     margin-bottom: 14px;
     border: 0;
     border-top: 1px solid #eee;
 }
 .sevice_button{
   font-family: 'Titillium Web', sans-serif;
   color:#000;
   font-size:12px;
   font-weight:700;
   width:130px;
   height:45px;
   background:#f8aa27; 
   border-radius:0px; 
   border:0px solid;
 }
 .service_one h2 {
   color: #e9e9e9;
   font-family: Poppins;
   font-size: 70px;
   font-weight: 500;
 }
 .service_one{
   position:relative;
 }
 .service_title{
   position:absolute;
   top:12px
 }
 .service_left img {
   height: 350px;
   width: 100%;
 }
 
 
 /*** 
 
 ====================================================================
     ABOUT PAGE
 ====================================================================
 
 ***/ 
  
  
 .about_area{
   margin:10% 0;
   height:100%;
 }
 .member_heading{}
 .member_heading h2{
   font-family: Poppins;
   color:#000;
   font-size:18px;
   font-weight:700;
 }
 .member_heading p{
   font-family: Poppins;
   color:#d89423;
   font-size:12px;
   font-weight:500;
 }
 .team_social { 
     margin: 0 15%;
 }
 .team_social ul{
   margin:0;
   padding:0;
   list-style:none;
 }
 .team_social ul li {
     float: left;
     margin: 0px 4%;
 }
 .team_social ul li a{
   text-decoration:none
 }
 .team_social ul li i {
     color: #c3c3c3;
     width: 30px;
     height: 30px;
     font-size: 12px;
     text-align: center;
     border: 1px solid #c3c3c3;
     border-radius: 100%;
     padding-top: 8px; 
     display: block;
   text-decoration:none
 }
 .team_social ul li i:hover{
     color: #fff; 
     border: 0px solid #c3c3c3; 
   background:#f8aa27;
 }
 .member_heading{}
 .team_title h3{
   color:#f8aa27;
   font-family:Bitter;
   font-size:12px;
   font-weight:700;
 }
 .team_title h2{
   color:#000;
   font-family: 'Titillium Web', sans-serif;
   font-size:34px;
   font-weight:700;
 }
 
 .team_title p {
     color: #494949;
     font-family: 'Titillium Web', sans-serif;
     font-size: 14px;
     font-weight: 600;
     margin: 0 21%;
     padding-bottom: 3%;
 }
 .team_title span{
    background: #f44546;
     width: 15px;
     height: 2px;
     display: block;
     margin-top: -20px;
     margin-bottom: 30px;
 }
 div#team_area {
     height: 100%;
     margin: 5%;
     padding: 5%;
 }
 
 /*** 
 
 ====================================================================
     PROJECT PAGE
 ====================================================================
 
 ***/ 
  
  
 /*** Gallery area ****/
 #our_gallery {
   margin-top: 3%;
 }
 .gallery_bot h2 {
   display: none;
 }
 
 #our-projects {
     background: url(../../img/home-1/our-projects/bg.jpg) 0 0 no-repeat;
     background-size: cover;
     padding: 80px 0;}
 
 #project-version-one {
     padding: 0 0 0 0;
 }
 #project-version-one .gallery-filter {
     margin-bottom: 50px;
     text-align: center;
     border-bottom: 1px solid #E2E2E2;
     margin: 3% 24%;
 }
 #project-version-one .gallery-filter {
     margin-bottom: 50px;
     text-align: center;
    
 }
 #project-version-one .gallery-filter li {
     display: inline;
 }
 #project-version-one .gallery-filter li span {
     display: inline-block;
     font-size: 13px;
     line-height: 45px;
     color: #000;
     font-weight: 700;
     text-transform: uppercase;
     cursor: pointer;
     padding: 0 20px;
     position: relative;
     -webkit-transition: all .3s ease;
     transition: all .3s ease;
   font-family:Poppins;
 }
 #project-version-one .gallery-filter li.active span:before {
     content: ' ';
     display: block;
     width: 100%;
     height: 2px;
     background: #000;
     position: absolute;
     bottom: -1px;
     left: 0;
 }
 #project-version-one .- li.active span,
 #project-version-one .gallery-filter li:hover span {
     color: #000;
 }
 #project-version-one .single-project-item {
         margin: 0 0;
     padding: 0 0;
     display: none;
 }
 #project-version-one .single-project-item .img-wrap {
     position: relative;
 }
 #project-version-one .single-project-item .img-wrap .content-wrap {
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     padding: 10px;
     cursor: pointer;
     opacity: 0;
     filter: alpha(opacity=0);
     background-color: transparent;
     -webkit-transition: all .3s ease;
     transition: all .3s ease;
 }
 #project-version-one .single-project-item .img-wrap .content-wrap:before {
     background: rgba( , 84, 84, .85);
 }
 #project-version-one .single-project-item:hover .img-wrap .content-wrap {
     opacity: 1;
     filter: alpha(opacity=100);
 }
 #project-version-one .single-project-item .img-wrap .content-wrap .border {
     width: 100%;
     height: 100%;
     border: 1px solid #fff;
 }
 #project-version-one .single-project-item .img-wrap .content-wrap h4 {
     color: #fff;
     margin: 0;
     font-size: 16px;
     line-height: 22px;
     text-transform: uppercase;
     font-weight: bold;
     text-align: center;
 }
 #project-version-one .single-project-item .img-wrap .content-wrap span {
     color: #fff;
     display: block;
     font-size: 14px;
     line-height: 22px;
     text-transform: capitalize;
     font-weight: 600;
     text-align: center;
 }
 #project-version-one .single-project-item .img-wrap .content-wrap .content {
     position: relative;
     top: 45%;
 } 
 
 #project-version-one .gallery_two .single-project-item {
     height: 100%;
     padding: 1%;
     width: 32%;
 }
 .galleytwo {
     display: none;
 }
 #project-version-one .two-col-gallery .single_service {
     width: 100%;
 }
  .img-wrap img {
     background-size: cover;
     width: 100%;
   height:100%;
 }
 #quote_area {
     width: 100%;
     height: 160px;
     background: #f8aa27;
     display: inline-block;
     text-align: center;
 }
 .quote {
     background: none;
     border: 1px solid #fff;
     color: #fff;
     font-family: Poppins;
     font-size: 12px;
     font-weight: 600;
     width: 150px;
     height: 50px;
     margin-top: 4%;
 }
 .quote:hover {
     background: none;
     border: 1px solid #fff; 
 }
 .hide{
   display:none;
 }
 
 
 /*** 
 
 ====================================================================
     Blog PAGE
 ====================================================================
 
 ***/ 
  
 .blog_content {
     margin: 50px 0;
     overflow: hidden;
 }
 .blog_text h2{ 
     font-size: 24px; 
     font-weight: 600; 
   color:#000;
   font-family:Poppins;
   margin-top:0%;
 }
 .blog_text h4 {
     font-size: 13px;
     font-style: italic;
     color: #c0c0c0;
     font-family: Bitter; 
     font-weight: normal;
     line-height: 30px;
 }
 .blog_text p{
   font-size: 13px; 
     font-weight: 400; 
   color:#838383;
   font-family:Poppins;
   line-height:25px;
 }
 .blog_img img {
     height: 100%;
     width: 100%;
 }
 .blog_text a{
   font-size: 13px; 
     font-weight: 600; 
   color:#000;
   font-family:Poppins;
    
 }
 .author_text{}
 .author_text h2 {
     font-size: 14px  !important;
     font-weight: 600  !important;
     color: #000;
     font-family: Poppins  !important;
     margin-top: 0%;
 }
 .author_text p{}
 .author_text {
     padding-left: 5px !important;
     float: left;
 }
 .author_text {
     padding-left: 5px !important;
     float: left;
     width: 75%;
     padding-top: 5px;
 }
 .single_sidebar {
      
 }
 .sidber_text{
   float:right
 }
 .populer {
     padding-top: 30px;
 }
 .populer h2 {
     font-size: 24px;
     font-weight: 700;
     color: #000;
     font-family: 'Titillium Web', sans-serif;
 }
 .single_sidebar h2 {
     font-size: 24px;
     font-weight: 700;
     color: #000;
     font-family: 'Titillium Web', sans-serif;
 }
 
 
 .sidber_text h3 {
     font-size: 13px;
     font-weight: 600;
     color: #838383;
     font-family: Poppins;
     line-height: 18px;
 }
 .sidber_text p {
     font-size: 13px;
     font-weight: 500;
     color: #c0c0c0;
     font-family: Bitter;
     line-height: 13px;
   font-style:italic;
 }
 
 
 .blogimg {
   float:left;
   width:55px;
   height:50px;
 }
 .sidber_text {
     float: right;
     width: 170px;
     height: 100px;
     margin-top: -8%; 
 }
 .blog_details {
     height: 100px;
     margin: 2% 0;
     overflow: hidden;
 }
  
 .catagories ul{
   margin:0;
   padding:0;
   list-style:none;
 }
 .catagories ul li {
     border-bottom: 1px solid #e3e3e3;
     padding: 7% 0px;
 }
 .catagories ul li i {
     color: #838383 !important;
     padding: 0 4%;
 }
 .catagories ul li a{
    font-size: 13px;
     font-weight: 600;
     color: #838383;
     font-family: Poppins;
   text-decoration:none;
 }
 
 .keyword{
   padding-top:30px;
 }
 .keyword ul{
   margin:0;
   padding:0;
   list-style:none;
 }
 .keyword ul li {
     float: left;
     padding:17px 3px;
 }
 .keyword ul li a {
     text-decoration: none;
     font-family: poppins;
     background: none;
     font-size: 14px;
     color: #e3e3e3;
     border: 1px solid #e3e3e3;
     padding: 10px;
 }
 .keyword ul li a:hover{ 
   text-decoration:none;
   font-family:poppins;
   background:#f8aa27;
   font-size:14px;
   color:#fff;
 }
 .search_box input[type="text"] {
     width: 188px;
     height: 51px;
     border: 1px solid #e3e3e3;
     color: #c2c2c2;
     font-family: Bitter;
     font-size: 12px;
     font-style: italic;
     padding-top: 2px;
     padding-left: 20px;
 }
 .search_box i {
     background: #f8aa27;
     width: 50px;
     height: 51px;
     color: #fff;
     text-align: center;
     padding-top: 6%;
     font-size: 17px;
     margin-left: -2%;
 }
 .sidebar {
     padding-top: 47px;
     overflow: hidden;
     margin-left: 15px;
 }
 .catagories {
     margin-left: -10%;
 }
 .keyword h2{
   font-size: 24px; 
     font-weight: 700; 
   color:#000;
   font-family: 'Titillium Web', sans-serif;
 }
 
 /*** 
 
 ====================================================================
     Contact us PAGE
 ====================================================================
 
 ***/ 
  
 .form_send input {
     width: 29%;
     float: left;
     margin: 0 2%;
     margin-bottom: 3%;
 }
 .form_send input {
     background: #f6f8fa;
     height: 60px; 
     font-size: 12px;
     color: #a6a6a6;
     border: 1px solid #f0f0f0;
     padding-left: 2%;
     font-family: Bitter;
     font-weight: 300;
 }
 .contact-form label.error {
     display: none !important;
 }
 .contact-form input.error,
 .contact-form .text.error {
     border: 1px solid red !important;
     background: rgba(255, 0, 0, 0.06) !important;
 }
 .text {
     background: #f6f8fa;
     height: 300px;
     width: 100%;
     font-size: 12px;
     color: #a6a6a6;
     border: 1px solid #f0f0f0;
     padding-left: 2%;
     font-family: Bitter;
     font-weight: 300;
     margin-bottom:  5%;
     font-style: italic;
     padding-top: 2%;
 }
 .frombutton {
     border: none;
     border-radius: 0px;
     background: #f8aa27;
     font-family: poppins;
     font-weight: 300;
     width: 120px;
     height: 45px;
     font-size: 12px;
 }
 .contact {
   margin-bottom: 7%;
   padding: 5% 0 0;
 }
 .contact_area{
   padding-bottom:5%;
 }
 div#contact_area {
     margin-bottom: 5%;
 }
 .contact_social {
     padding-top: 10%;
     margin-left: 3%;
 }
 .contact_text_area {
     height: 110px;
 }
 .contact h2 {
   font-size: 32px; 
     font-weight: 700; 
   color:#000;
   font-family: 'Titillium Web', sans-serif;
 }
 .contact p {
   color: #494949;
   font-family: "Titillium Web",sans-serif;
   font-size: 14px;
   font-weight: 600;
   line-height: 22px;
   margin: 0 20%;
   padding-top: 2%;
 }
 .contact span {
     width: 20px;
     height: 2px;
     background: #f8aa27;
     overflow: hidden;
     position: absolute;
     text-align: center;
 }
 .contact_icon i {
     width: 60px;
     height: 60px;
     background: #f8aa27;
     text-align: center;
     margin-top: 42%;
     color: #fff;
     font-size: 30px;
     padding-top: 13%;
 }
 .contact_text{}
 .contact_text h2 {
     font-size: 14px;
     font-weight: 600;
     color: #494949;
     font-family: poppins;
     padding-top: 7%;
 }
 .contact_text p{
   font-size: 13px;
     font-weight: 400;
     color: #838383;
     font-family: poppins;
   line-height:22px;
 }
 .contact_social{}
 .contact_social ul{
   margin:0;
   padding:0;
   list-style:none
 }
 .contact_social ul li {
     float: left;
     margin: 0 1%;
 }
 .contact_social ul li a{
   text-decoration:none;
   
 }
 .contact_social ul li i {
   background: #000 none repeat scroll 0 0;
   border-radius: 5px;
   color: #fff;
   font-size: 15px;
   height: 35px;
   overflow: hidden;
   padding-top: 27%;
   text-align: center;
   width: 35px;
 }
 .contact_social ul li i:hover{ 
   background:#f8aa27; 
 }
 .submit-form {
     display: inline-block;
     width: 100%;
     text-align: center;
     padding-bottom: 5%;
 }
 .google-map {
      
     width: 100%;
     height: 400px;
 }
 
 /*** 
 
 ====================================================================
     FullWidth Blog PAGE
 ====================================================================
 
 ***/ 
  
 div#blog_page {
     padding: 50px 0 80px 0;
 }
 .blog_text.pull-right.width_blog {
     padding-top: 40px;
     padding-bottom: 30px;
 }
 .blog_author.width-blog-author {
     width: 350px;
 }
 a.pagena {
   background: #000 none repeat scroll 0 0 !important;
   border: 0 solid !important;
   border-radius:0px !important;
   color: #fff;
   font-family: poppins;
   font-weight: 500;
   height: 35px;
   text-align: center;
   width: 35px;
 }
 a.pagena-2 {
   background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
   border: 0 solid !important;
   border-radius: 0 !important;
   color: #000;
   font-family: poppins;
   font-weight: 500;
   height: 35px;
   padding-left: 2% !important;
   width: 35px;
 }
 a.pagena:hover{
   background:#000 !important;
   border-radius:0px !important;
   border:0px solid ;
   color:#fff;
   font-family:poppins;
   font-weight:500;
   width:35px;
   height:35px;
 }
 
 .pagination {
   border-radius: 4px;
   display: inline-block;
   margin: 20px 0;
   padding-left: 0;
   width: 100%;
 }
 
  
 a.page-nav {
     border: 1px solid #dadada; 
   border-radius:0px !important;
 }
 .page-nav:hover {
    background:#f8aa27 !important;
 }
  
 .pagination > li > a, .pagination > li > span {
   padding: 8px 10px;
 }
 a.page-nav span {
     color: #000;
     font-size: 14px;
     width: 35px;
     height: 35px;
 }
 .page-nav > span i {
   display: block;
   font-weight: bold;
   height: 12px;
   overflow: hidden;
   text-align: center;
 }
 a.page-nav {
     border: 1px solid #dadada;
     border-radius: 0 !important;
     height: 35px;
     width: 35px;
 }
 
 .circle{
    border: 0px solid !important; 
   border-radius:0px !important;
 }
 .circle:hover{
   background:none !important;
 }
 .circle i {
   float: left;
   font-size: 5px;
   margin: 0 4px;
   padding-top: 4px;
 }
 
 
 /*** 
 
 ====================================================================
     FullWidth Blog PAGE
 ====================================================================
 
 ***/ 
 .blog_details_area{
   padding:5px 0;
 }
 .blog_details_area h2 {
     font-family: poppins;
     font-weight: 600;
     font-size: 20px;
     color: #1d1d1d;
     text-transform: capitalize;
   padding:5px 0;
 }
 .blog_details_area p{
   font-size: 13px;
     font-weight: 400;
     color: #838383;
     font-family: Poppins;
     line-height: 25px;
 }
 .blog_box {
     padding: 20px 0; 
 }
 .blog_box p{
   font-family:Bitter;
   font-weight:500;
   font-size:17px;
   color:#1d1d1d;
   font-style:italic; 
 }
 .blog_left {
     background: #f6f6f6;
     padding: 20px;
 }
 .blog_left p {
     font-family: Bitter;
     font-weight: 500;
     font-size: 16px;
     color: #1d1d1d;
     font-style: italic;
     line-height: 25px;
     padding:0 10px;
 }
 .blog_right {
     padding: 0 0; 
     height: 200px;
 }
 .blog_right p{
   font-family:poppins;
   font-weight:600;
   font-size:18px;
   color:#1d1d1d;
 }
 .blog_right p {
     font-family: poppins;
     font-weight: 600;
     font-size: 18px;
     color: #1d1d1d;
     line-height: 30px;
     padding: 7px 17px;
 }
 .blog_share_left h2{
   font-family:poppins;
   font-weight:700;
   font-size:13px;
   color:#121212;
 }
 .single_paragarap{}
 .single_paragarap p{
   font-size: 13px;
     font-weight: 400;
     color: #838383;
     font-family: Poppins;
     line-height: 25px;
 }
 
 .texts{
   font-family:poppins;
   font-weight:700;
   font-size:13px;
   color:#a6a6a6;
 }
 .text-two{}
 .blog_social {
     float: right;
     padding-top: 3%;
     width: 218px;
 }
 .blog_social ul{
   margin:0;
   padding:0;
   list-style:none;
    
 }
 .blog_social ul li {
     float: left;
     padding: 0 4%;
 }
 .blog_social ul li a{
   text-decoration:none;
   color:#000;
 }
 .blog_social ul li a:hover{
   text-decoration:none;
   color:#f8aa27;
 }
 .title_share{
   font-family:poppins;
   font-weight:700;
   font-size:13px;
   color:#000;
   text-transform:uppercase;
 }
 .blog_sheare {
     overflow: hidden;
     padding-bottom: 2%; 
 }
 .author_blog {
     border: 1px solid #d5dadd;
     padding: 20px 30px;
     height: 185px;
     margin: 70px 0;
 }
 .author_img_blog {
   float: left !important;
   padding-top: 3%;
   width: 20% !Important;
 }
 .author_img_blog img {
     padding-left: 30px;
 }
 .author_text_blog{
   float:right;
   width:80%;
   
 }
 .author_text_blog h2{
   font-family:poppins;
   font-weight:700;
   font-size:18px;
   color:#000;
 }
 .author_text_blog p{
   font-family:poppins;
   font-weight:600;
   font-size:13px;
   color:#7c7b7b;
   line-height:23px;
 }
 .author_blog_social ul{
   margin:0;
   padding:0;
   list-style:none;
   
 }
 .author_blog_social ul li{
   float:left;
   padding:2%;
 }
 .author_blog_social ul li a {
   color: #d5dadd;
   text-decoration: none;
 }
 .author_blog_social ul li a:hover{
   text-decoration:none;
   color:#f8aa27;
 }
 .input.short input {
   float: left;
   margin: 0 4px 2%;
   width: 49%;
 }
 .blog_comment h2{
   font-family: 'Titillium Web', sans-serif;
     font-size: 24px;
     font-weight: 700;
 }
 .comment_text {
     width: 100%;
     height: 200px;
     padding-top: 30px;
 }
 .comment_img {
     float: left;
     width: 10%;
     padding-left: 0;
 }
 .comment_heading {
     float: left;
     width: 80%;
     margin-top: -2%;
 }
 .comment_h2{
   float:left;
 }
 .comment_h2 h2{ 
   font-family:poppins;
   font-weight:600;
   font-size:14px;
   color:#000;
 }
 .comment_h2 p{
   font-family:Bitter;
   font-weight:400;
   font-size:13px;
   color:#b6b7b7;
   font-style:italic;
 }
 .comment_p h3{
   font-family:poppins;
   font-weight:500;
   font-size:13px;
   color:#7c7b7b;
   line-height:22px;
 }
 .reply{
   float:right
 }
 .reply h2{
   font-family:poppins;
   font-weight:700;
   font-size:12px;
   color:#7c7b7b;
 }
 .comment_p {
     width: 100%;
     overflow: hidden;
 }
 .blog_comment.comment-replay {
     width: 88%;
     float: right;
     height: 160px;
 }
 .blog_comment {
     width: 100%;
     overflow: hidden;
     height: 240px;
 }
 .blog_sheare {
     overflow: hidden;
     padding-bottom: 1%;
     border-top: 1px solid #f6f6f6;
     border-bottom: 1px solid #f6f6f6;
     margin-bottom: 5%;
     padding-top: 1%;
     margin-top: 5%;
 }
  
  .input input { 
     height: 50px;
     width: 100%;
     background: #f3f3f3;
     border: none;
     color: #acacac;
     font-family: Bitter;
     font-style: italic;
     margin: 1% 0;
     padding-left: 5%;
   font-size:13px;
 }
 .text-area textarea {
   background: #f3f3f3 none repeat scroll 0 0;
   border: medium none;
   color: #acacac;
   font-family: Bitter;
   font-style: italic;
   margin: 1% 0;
   padding-left: 5%;
   padding-top: 3%;
   width: 100%;
 }
 .blog_button {
     font-family: poppins;
     font-weight: 700;
     font-size: 13px;
     color: #121212;
     background: #f8aa27;
     width: 100px;
     height: 45px;
     border: 0px solid;
     border-radius: 0px; 
     padding-top: 1%;
     margin-top: 2%;
 }
 .comment_form h2{
   font-family: 'Titillium Web', sans-serif;
     font-size: 24px;
     font-weight: 700;
 }
 .comment_form hr {
     padding-bottom: 25px;
 }
 /*** 
 
 ====================================================================
     Shop page
 ====================================================================
 
 ***/ 
 
  
 div#shop_area {
     padding-top: 4%;
 }
  
 .sidber_text.shop_text h3 {
     font-weight: 700;
     font-family: poppins;
 }
 .shop h2 {
     padding-bottom: 3%;
 }
 .shop h2 span{
   font-family:poppins;
   font-weight:700;
   font-size:16px;
   color:#3f3e3e;
 }
 .shop h2 {
   font-family:Bitter;
   font-weight:400;
   font-size:16px;
   font-style:italic;
   color:#6d6d6d;
   margin-left: 2%;
 }
 
 .single_shop {
     padding-bottom: 20%;
     overflow: hidden;
 }
 .shop_details h2{
    font-family: poppins;
    font-size:17px;
    text-align:center;
    font-weight:500;
    color:#181818;
 }
 .shop_details h3{
    font-family: Bitter;
    font-size:24px;
    text-align:center;
    font-weight:900;
    color:#f8aa27;
 }
 .product_star{}
 .product_star i{
   color: #f8aa27;
 }
 .cart{
   border:1px solid #000;
   border-radius:0px;
   background:none;
   color:#000;
   width:130px;
   height:35px;
   font-family: 'Raleway', sans-serif;
   font-size:12px;
   font-weight:900;
   margin-top:5%;
 }
 .cart:hover{
   background:none;
   color:#fff;
 }
 .sidber_text h4 {
     color: #f8aa27;
     font-size: 14px;
     font-family: Bitter;
     font-weight: 600;
 }
  
  
 
 