/* ----------------------------------------------------------------

01. Fonts settings
02. Default style
03. Preloader style
04. Scrollbar style
05. Selection style
06. Navigation style
07. Header style
08. Section style
09. Social Icon Block style
10. Slider style
11. Heading style
12. About banner style
13. Team style
14. Services style
15. Pricing style
16. FAQs style
17. Gallery style
18. Blog & Post style
19. Button style
20. Progress-wrap style
21. Footer style

------------------------------------------------------------------- */

/* ======= Fonts settings (Gooogle Font: Cutive Mono) ======= */
@import url('https://fonts.googleapis.com/css2?family=Cutive+Mono&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

/* ======= Default styles ======= */
html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
body {
   /* font-family: 'Cutive Mono', monospace; */
   /* font-family: "Derivia Regular";  */
    font-family: "gallery_modernregular";
    font-size: 16px;
    line-height: 1.7em;
    font-weight: 400;
    color: #666;
}
/* typography */
h1,
h2,
h3,
h4,
h5,
h6 {
       /*font-family: 'Cutive Mono', monospace;*/
   /* font-family: "Derivia Regular";  */
    font-family: "gallery_modernregular";
    font-weight: 400;
    line-height: 1.25em;
    margin: 0 0 20px 0;
    color: #000;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}


p {
    font-family: "Derivia Regular";  
    font-size: 16px;
    line-height: 1.5em;
    margin: 0 0 20px;
    color: #777;
    font-weight: 400;
}
/* lists */
ul {
    list-style-type: none;
}
/* links */
a {
    /*color: #fff;*/
    color: #333;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
a:hover,
a:active,
a:focus {
   /*color: #fff;*/
    color: #333;
    outline: none;
    text-decoration: none !important;
}
a:link {
    text-decoration: none;
}
a:focus {
    outline: none;
}
img {
    width: 100%;
    height: auto;
}
.font-weight-300 {
    font-weight: 300;
}
.font-weight-400 {
    font-weight: 400;
}
.font-weight-500 {
    font-weight: 500;
}
.font-weight-600 {
    font-weight: 600;
}
.font-weight-700 {
    font-weight: 700;
}
/*.js .animate-box {
    opacity: 0;
}*/
a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}
.bg-fixed {
    background-attachment: fixed;
}

@media (max-width: 992px) {
    .bg-fixed {
    background-attachment: initial;}
}

.mt-60 {
    margin-top: 60px;
}
.mb-30 {
    margin-bottom: 30px;
}
.small,
small {
    font-size: 80%;
}
b,
strong {
    color: #000;
}
/* form element */
/* text field */
button,
input,
optgroup,
select,
textarea {
    font-family: 'Cutive Mono', monospace;
}
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
    outline: none;
}
input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
    max-width: 100%;
    margin-bottom: 15px;
    padding: 10px 15px;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
    color: #fff;
    background-image: none;
    border: none;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
   /* font-family: 'Playfair Display', monospace; */
    text-shadow: none;
    padding: 12px 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 400;
    border: none;
    color: #000;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background-color: #f6f6f6;
    margin-top: 15px;
    font-size: 16px;
    letter-spacing: 0px;
    border-radius: 30px;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    background-color: #000;
    color: #fff;
}
#message {
    height: 130px;
    color: #777;
   /* background: #f6f6f6;*/
    background: #ccc;
    font-family: "Derivia Regular";
    letter-spacing: 5px;
}
input[type="password"].form-control,
input[type="email"].form-control,
input[type="text"].form-control,
input[type="file"].form-control,
textarea.form-control {
    background: #f6f6f6;
    color: #777;
    border-radius: 0px;
}
input[type="radio"],
input[type="checkbox"] {
    display: inline;
}
select {
    padding: 10px;
    border-radius: 5px;
}
.form-control {
    max-width: 100%;
    margin-bottom: 15px;
    padding: 10px 15px;
    height: auto;
    background-color: #f6f6f6;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
    color: #fff;
    background-image: none;
    border: none;
}
.form-control:active,
.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
table,
th,
tr,
td {
    border: 1px solid #101010;
}
th,
tr,
td {
    padding: 10px;
}

.sec-head {
		position: relative;
		margin: 0 auto 80px;
		margin-bottom: 140px;
	}
	.sec-head .tbg {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		text-align: center;
		font-size: 10vw;
		/*font-weight: 700;*/
        font-weight: 500;
		text-transform: uppercase;
		color: transparent;
		-webkit-text-stroke: 1px;
		-webkit-text-stroke: 1px rgba(64, 176, 66, 0.5);
	    -webkit-text-stroke-color: #7e9217;
		-webkit-text-stroke-color: rgba(212, 47, 146, 0.5);
		opacity: .7;
		
	}
	.sec-head .tbg:hover {
		-webkit-text-stroke: 1px;
		-webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
		opacity: .4;
		-webkit-text-stroke: 1px;
		-webkit-text-stroke: 1px rgba(176, 64, 64, 0.5);
		opacity: .7;
	}
    .title-class {
	/*	font-family: var(--first-font);*/
		letter-spacing: 4px;
		text-transform: uppercase;
		/*color: #333;*/
        color: #333;
	}
	.title-h6 {
		font-style: italic;
		color: #92176d;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
	.title-h6::after {
		display: block;
		content: "";
		height: 1px;
		width: 40px;
		background-color: #ccc; /* light class */
		margin: 20px auto 30px;;
	}

/* =======  Preloader Style  ======= */
/*.preloader-bg,
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #FFF;
    z-index: 999999;
}
#preloader {
    display: table;
    table-layout: fixed;
}
#preloader-status {
    display: table-cell;
    vertical-align: middle;
}
.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.loader {
    position: relative;
    width: 45px;
    height: 45px;
    left: 50%;
    top: auto;
    margin-left: -22px;
    margin-top: 2px;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border: 2px solid Rgba(0, 0, 0, .2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.loader span {
    position: absolute;
    width: 45px;
    height: 45px;
    top: -2px;
    left: -2px;
    border: 2px solid transparent;
    border-top: 2px solid Rgba(0, 0, 0, .9);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
*/

/*----------------------------------------*/
/*  2.5 Preloader
/*----------------------------------------*/
.preloader-wrap {
	background-color: #000000;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 999999;
	margin-top: 0px;
	top: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
  }
  
  .preloader-2 {
	display: inline-block;
  }
  
  .loader-text {
	font-family: "Derivia Regular";  
  /*  font-family: "gallery_modernregular";*/
	font-size: 20px;
	color: #fff;
	margin-top: 10px;
	opacity: 0.6;
  }
  
  .preloader-2 .line {
	width: 2px;
	height: 40px;
	background: #fff;
	margin: 0 4px;
	display: inline-block;
	animation: opacity-2 1000ms infinite ease-in-out;
  }
  
  .preloader-2 .line-1 {
	animation-delay: 800ms;
  }
  
  .preloader-2 .line-2 {
	animation-delay: 600ms;
  }
  
  .preloader-2 .line-3 {
	animation-delay: 400ms;
  }
  
  .preloader-2 .line-4 {
	animation-delay: 200ms;
  }
  
  .preloader-2 .line-6 {
	animation-delay: 200ms;
  }
  
  .preloader-2 .line-7 {
	animation-delay: 400ms;
  }
  
  .preloader-2 .line-8 {
	animation-delay: 600ms;
  }
  
  .preloader-2 .line-9 {
	animation-delay: 800ms;
  }
  
  @keyframes opacity-2 {
	0% {
	  opacity: 1;
	  height: 40px;
	}
	50% {
	  opacity: 0;
	  height: 24px;
	}
	100% {
	  opacity: 1;
	  height: 40px;
	}
  }

/* ======= Scrollbar style ======= */
::-webkit-scrollbar {
    width:12px!important;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow:inset 0 0 6px rgba(200, 30, 30, 0.3)!important; 
    -moz-box-shadow:inset 0 0 6px rgba(200, 30, 30, 0.3)!important; 
    box-shadow:inset 0 0 6px rgba(200, 30, 30, 0.3)!important;
}
::-webkit-scrollbar-thumb { 
   background:rgba(190, 28, 28, 0.8)!important;
   -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.5)!important;
    -moz-box-shadow:inset 0 0 6px rgba(0,0,0,.5)!important;
    box-shadow:inset 0 0 6px rgba(0,0,0,.5)!important; }
::-webkit-scrollbar-thumb:window-inactive {
    background:rgba(210,210,210,.4) 
}

/*-----------------------------------------------------------------------------------*/
/*	03. NAVBAR
/*-----------------------------------------------------------------------------------*/
.navbar {
    z-index: 1008;
    width: 100%;
    padding: 0;
   /* font-family: 'Montserrat'; */
}
.navbar .container {
    position: relative;
}
.navbar.absolute {
    position: absolute;
}
.navbar.transparent:not(.banner--clone) {
    background: none;
}
.navbar.transparent.fixed.nav-wrapper-light,
.navbar.nav-wrapper-light.solid.fixed {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.navbar .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
}
.navbar.transparent .navbar-brand {
    padding-top: 25px;
    padding-bottom: 25px;
}
.navbar-brand img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateZ();
    height: auto;
    width: auto;
    max-width: none;
}
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
    .navbar-brand img {
        image-rendering: -webkit-optimize-contrast;
    }
}
.navbar-nav .nav-link {
    font-size: 15px;
    letter-spacing: -0.5px;
    font-weight: 700;
    color: #404040;
    padding-top: 13px;
    padding-bottom: 13px;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.highlighted {
    color: #4c86e5;
}
.navbar .social-mute a i {
    color: #404040;
}
.navbar .social-mute a:hover i {
    color: #4c86e5;
}
.dropdown-menu {
    min-width: 160px;
    padding: 0;
    margin: 0;
    background-color: #151515;
    border: 0;
    border-radius: 0
}
.dropdown-item,
.mega-menu-content a {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.5px;
    padding: 10px 20px;
}
.mega-menu-content a {
    padding: 3px 0;
    display: block;
}
.mega-menu-content .icon-list i {
    font-size: 14px;
    width: 22px;
}
.mega-menu-content a:hover {
    color: #FFF;
}
.dropdown-item.active {
    background: none;
    color: inherit;
}
.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.highlighted {
    color: inherit;
    background: rgba(255, 255, 255, 0.04);
    border-top-color: transparent;
}
.mega-menu-content a {
    color: rgba(255, 255, 255, 1);
}
.mega-menu-content a:hover {
    color: rgba(255, 255, 255, 0.75);
}
.dropdown-menu,
.dropdown-item,
.dropdown-item:hover {
    color: rgba(255, 255, 255, 1);
}
.navbar.text-uppercase .navbar-nav .nav-link {
    font-size: 13px;
    letter-spacing: normal;
}
.navbar.text-uppercase .dropdown-item,
.navbar.text-uppercase .mega-menu-content a {
    font-size: 12px;
    letter-spacing: normal;
}
.navbar.fixed .navbar-brand img {
    height: 30px !important;
    width: auto !important;
}
.navbar-nav.sm-collapsible .dropdown-menu .dropdown-menu {
    margin: 0;
}
.navbar-nav .sub-arrow {
    font-size: 10px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    width: auto;
    height: auto;
    margin: 0;
}
.navbar-nav.sm-collapsible .sub-arrow {
    font-size: 11px;
    line-height: 1;
    width: auto;
    margin: -7px 30px 0 0;
    border: 0;
}
.navbar-nav .sub-arrow:before {
    font-family: 'FontAwesome';
    font-weight: normal;
}
.navbar-nav.sm-collapsible .sub-arrow::before {
    content: "\f078";
}
.navbar-nav.sm-collapsible .show>a>.sub-arrow::before {
    content: "\f077"
}
.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow:before {
    content: "\f054";
}
.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {
    display: none;
}
.dropdown-toggle::after {
    display: none;
}
.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow {
    margin-top: -5px;
    margin-right: 30px;
    border: 0;
}
.navbar-nav:not(.sm-collapsible) .dropdown-item.has-submenu {
    padding-right: 60px;
}
.navbar-divider {
    width: 4px;
    height: 4px;
    padding: 0;
    margin: 0 28px 0 8px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%
}
.inverse-text .navbar-divider {
    background: rgba(255, 255, 255, 0.7);
}
.navbar .social {
    margin-top: 1px;
}
.navbar.center .navbar-nav-wrapper {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}
/*-----------------------------------------------------------------------------------*/
/*	04. STICKY HEADER
/*-----------------------------------------------------------------------------------*/
.navbar.fixed {
    margin: 0;
    width: 100%;
    padding: 5px 0;
}
.banner--clone {
    position: fixed !important;
    z-index: 1039;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.banner--stick {
    padding: 80px 20px;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
     background: rgba(255, 255, 255, 0.9)!important;
     /* background-color: rgba(0, 0, 0, 0.9)!important;*/
}
.navbar.nav-wrapper-dark {
    background: #151515;
}
.navbar.nav-wrapper-light {
    background: #FFF;
}
.navbar.opacity.nav-wrapper-dark {
    background: rgba(21, 21, 21, 0.6)
}
.navbar.fixed.nav-wrapper-dark {
    background: rgba(21, 21, 21, 0.9)
}
.navbar.opacity.nav-wrapper-light {
    background: rgba(255, 255, 255, 0.8)
}
.navbar.fixed.nav-wrapper-light {
    background: rgba(255, 255, 255, 0.9)
}
/*-----------------------------------------------------------------------------------*/
/*	05. MEGA MENU
/*-----------------------------------------------------------------------------------*/
.navbar-nav,
.navbar-nav>li.mega-menu {
    position: static !important;
}
.navbar-nav>li>ul.mega-menu {
    margin-left: 0 !important;
    right: 0 !important;
    width: auto !important;
    max-width: none !important;
}
/*-----------------------------------------------------------------------------------*/
/*	06. HAMBURGER MENU ICON
/*-----------------------------------------------------------------------------------*/
.navbar-hamburger,
.hamburger {
    line-height: 1;
}
.hamburger {
    display: inline-block;
    width: 28px;
    height: 21px;
    padding: 0;
    cursor: pointer;
    transition: transform .2s ease-in-out;
    -moz-transition: transform .2s ease-in-out;
    -webkit-transition: transform .2s ease-in-out;
    vertical-align: middle;
    border: 0 none;
    background: none;
}
.hamburger::-moz-focus-inner {
    padding: 0;
    border: 0 none;
}
.hamburger:focus {
    outline: 0;
}
.hamburger:before,
.hamburger:after {
    content: "";
}
.hamburger:before,
.hamburger span,
.hamburger:after {
    display: block;
    width: 100%;
    height: 3px;
    margin: 0 0 6px;
    transition: transform .2s ease-in-out;
    -moz-transition: transform .2s ease-in-out;
    -webkit-transition: transform .2s ease-in-out;
    background: #404040;
}
.inverse-text .hamburger:before,
.inverse-text .hamburger span,
.inverse-text .hamburger:after {
    background: #FFF;
}
.hamburger.animate.active span {
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
}
.hamburger.animate.active:before {
    transform: translateY(9px) rotate(45deg);
    -moz-transform: translateY(9px) rotate(45deg);
    -webkit-transform: translateY(9px) rotate(45deg);
}
.hamburger.animate.active:after {
    transform: translateY(-9px) rotate(-45deg);
    -moz-transform: translateY(-9px) rotate(-45deg);
    -webkit-transform: translateY(-9px) rotate(-45deg);
}

/*------------------------------------------------------------------
Navbar Original
-------------------------------------------------------------------*/
.navbar {
   /* font-family: 'Playfair Display', sans-serif; */
    position: absolute;
    padding: 0;
    margin: 0;
    width: 100%;
    background: #FFF;
   /* background: transparent;*/
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 100;
    min-height: 75px;
}
.navbar .icon-bar {
    color: #555;
}
.navbar .navbar-nav .nav-link {
    font-size: 13px;
    font-weight: 400;
    color: #111;
    letter-spacing: 1px;
    padding: 15px 7px;
    margin: 10px;
    text-transform: uppercase;
}
.navbar .navbar-nav .nav-link:hover {
    color: #ec005f;
}
.navbar .navbar-nav .active {
    color: #ec005f!important;
}
.nav-scroll {
    background: #fff;
    padding: 0 10% 0 0;
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}
.nav-scroll .icon-bar {
    color: #555;
}
.nav-scroll .navbar-nav .nav-link {
    color: #555;
}
.nav-scroll .navbar-nav .active {
    color: #ec005f !important;
}
.nav-scroll .navbar-nav .logo {
    padding: 15px 0;
    color: #555;
}
.nav-scroll .logo {
    width: 131px;
}
.nav-scroll .logo-wrapper .logo h2 {
    font-weight: 400;
    font-size: 35px;
    margin-bottom: 0;
    color: #ec005f;
    line-height: 0.85em;
}
.nav-scroll .logo-wrapper .logo span {
    display: block;
    margin-top: 5px;
    font-size: 9px;
    color: #555;
    font-weight: 400;
    letter-spacing: 2.5px;
    margin-left: 15px;
    line-height: 1em;
}
.nav-scroll .logo-wrapper {
    background: transparent;
}
.logo-wrapper {
    background: transparent;
}
.logo-wrapper .logo h2 {
    font-weight: 400;
    font-size: 41px;
    color: #ec005f;
    line-height: 0.85em;
}
.logo-wrapper .logo span {
    display: block;
    margin-top: 5px;
    font-size: 9px;
    color: #555;
    font-weight: 400;
    letter-spacing: 4px;
    margin-left: 15px;
    line-height: 1em;
}
.logo {
    padding: 0;
    width: 131px;
}
.dropdown:hover .dropdown-menu,
.dropdown:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.dropdown .nav-link {
    cursor: pointer;
}
.dropdown .nav-link i {
    padding-left: 1px;
    font-size: 9px;
}
.dropdown-item {
    position: relative;
}
.dropdown-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.dropdown-item span {
    display: block;
    cursor: pointer;
}
.dropdown-menu,
.sub-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    width: 200px;
    padding: 15px 10px;
    border-radius: 0;
    border: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.dropdown-menu .dropdown-item,
.sub-menu .dropdown-item {
    padding: 7px 14px;
    font-size: 16px;
    font-weight: 300;
    color: #555;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    border-bottom: 1px solid #ececec;
}
.dropdown-menu .dropdown-item:last-child,
.sub-menu .dropdown-item:last-child {
    border-bottom: none;
}
.dropdown-menu .dropdown-item:hover,
.sub-menu .dropdown-item:hover {
    background: transparent;
    padding-left: 20px;
    color: #ec005f;
}
.dropdown-menu .dropdown-item a,
.sub-menu .dropdown-item a {
    display: block;
}
.dropdown-menu .dropdown-item i,
.sub-menu .dropdown-item i {
    padding: 5px 0 0 5px;
    font-size: 11px;
    float: right;
}
.dropdown-menu .dropdown-item em,
.sub-menu .dropdown-item em {
    font-size: 8px;
    background-color: #101010;
    padding: 2px 4px;
    color: #fff;
    border-radius: 2px;
    position: absolute;
    right: 10px;
    top: 5px;
}
.dropdown-menu.last {
    left: -100%;
}
.sub-menu {
    position: absolute;
    left: 100%;
    top: -5px;
}
.sub-menu.left {
    left: -100%;
    margin-left: -20px;
}
.mega-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    right: -150px;
    width: 800px;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.mega-menu .dropdown-title {
    display: block;
    color: #101010;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding: 0 15px 15px;
    border-bottom: 1px solid #f7f7f7;
}
.mega-menu .dropdown-menu {
    position: static !important;
    float: left;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-right: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    -webkit-transition: all .3s;
    transition: all .3s;
}
@media screen and (max-width: 767px) {
    .navbar {
        padding-right: 0px;
        padding-right: 0px;
        background: #fff;
    }
    .nav-scroll {
    background: #fff;
    }
    .logo-wrapper {
        float: left;
        padding: 15px;
    }
    .nav-scroll .logo-wrapper {
        padding: 15px;
        background-color: #fff;
    }
}

/* ======= Navigation style ======= 
.lusy-menu {
    display: block;
    background: #fff;
    right: 0;
    z-index: 101;
    position: fixed;
    width: 340px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    bottom: 0;
    top: 0;
    -webkit-box-shadow: 0 -20px 20px -5px rgba(255, 255, 255, 0.05);
    box-shadow: 0 -20px 20px -5px rgba(255, 255, 255, 0.05);
    min-height: 300px;
    overflow: auto;
}
.lusy-menu ul {
    position: relative;
    margin-top: 150px;
    margin-bottom: 50px;
}
.lusy-menu ul > li {
    list-style: none;
    visibility: hidden;
    opacity: 0;
    top: -20px;
    position: relative;
    text-align: center;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    margin: 0 40px;
    padding: 10px 15px;
}
.lusy-menu ul > li.is-show {
    visibility: visible;
    opacity: 1;
    top: 0px;
}
.lusy-menu ul > li a {
    color: #777;
    font-size: 18px;
    font-family: 'Cutive Mono', monospace;
    font-weight: 400;
}
.lusy-menu ul > li a:hover {
    color: #000;
}
.lusy-menu ul > li.active a {
    color: #000;
}
.lusy-menu.lusy-menu-show {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.lusy-logo-wrap {
    position: relative;
    z-index: 1021;
}

*/
/* ======= Header style ======= */
.lusy-header {
    padding: 30px;
    position: absolute;
    top: 0;
    z-index: 900;
    width: 100%;
}
.lusy-header .lusy-logo {
    line-height: 0;
    padding: 0;
    color: #fff;
    font-size: 30px;
    font-family: 'Cutive Mono', monospace;
    font-weight: 400;
}
.lusy-header .lusy-logo img {
    width: 150px;
}
.lusy-header .social li {
    display: inline-block;
}
.lusy-header .social li a {
    color: #fff;
    padding: 0 10px;
}
.lusy-header .heading {
    color: #fff;
}
.lusy-header.scrolled {
    position: fixed;
    padding: 20px;
    top: 0;
    background: #fff;
    -webkit-transition: .0s all ease;
    -o-transition: .0s all ease;
    transition: .0s all ease;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 5%);
}
.lusy-header.scrolled .social {
    margin-top: 10px;
}
.lusy-header.scrolled .social li a {
    color: #fff;
}
.lusy-header.scrolled .lusy-logo {
    line-height: 1em;
    padding: 0;
    color: #fff;
    font-size: 30px;
    font-family: 'Cutive Mono', monospace;
    font-weight: 400;
}
.lusy-header.scrolled .lusy-nav-toggle {
    top: -1px !important;
}
.lusy-header.awake {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.lusy-header.sleep {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.lusy-nav-toggle {
    top: 2px !important;
}
.lusy-nav-toggle i,
.lusy-nav-toggle i:before,
.lusy-nav-toggle i:after {
    background: #000 !important;
}
.lusy-menu-burger-wrap {
    position: relative;
    z-index: 1022;
}
.lusy-nav-toggle {
    width: 30px;
    height: 30px;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    top: -15px;
    z-index: 109;
    display: block !important;
    float: right;
    right: 0;
    display: none;
    border-bottom: none !important;
}
.lusy-nav-toggle:hover i:before {
    top: -7px;
}
.lusy-nav-toggle:hover i:after {
    bottom: -7px;
}
.lusy-nav-toggle.active i {
    background: transparent !important;
}
.lusy-nav-toggle.active i:before {
    top: -2px;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.lusy-nav-toggle.active i:after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}
.lusy-nav-toggle:hover,
.lusy-nav-toggle:focus,
.lusy-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}
.lusy-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 25px;
    height: 0px;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #fff;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.lusy-nav-toggle i:before,
.lusy-nav-toggle i:after {
    content: '';
    width: 25px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.lusy-nav-toggle i:before {
    top: -6px;
}
.lusy-nav-toggle i:after {
    bottom: -6px;
}


/* ======= Section style ======= */
.section-padding {
    padding: 100px 0;
    clear: both;
    width: 100%;
    display: block;
}
.section-banner {
    padding: 200px 0 100px 0;
    clear: both;
    width: 100%;
    display: block;
}

/* ======= Social Icon Block style ======= */

.social-ico-block {
    width: 20px;
    top: 50vh;
    transform: translate(0, -50%);
    left: 60px;
    position: fixed;
    z-index: 25;
}
.social-ico {
    width: 20px;
    height: 20px;
    position: relative;
    float: left;
    margin: 10px 0;
}
.social-ico i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    opacity: 1;
    color: #000;
}
.social-ico:hover i {
    cursor: pointer;
    color: #777;
}
@media screen and (max-width: 768px){
	.social-ico-block  {
        display: none;
    }
}


/* ======= Slider style ======= */
.lusy-hero .flexslider {
    border: none;
    z-index: 1;
    margin-bottom: 0;
    background: #fff;
}
.lusy-hero .flexslider .slides {
    position: relative;
    overflow: hidden;
}
.lusy-hero .flexslider .slides li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: relative;
    min-height: 100vh;
}
.lusy-hero .flexslider .flex-control-nav {
    bottom: 20px;
    z-index: 1000;
    right: 20px;
    float: right;
    width: auto;
}
.lusy-hero .flexslider .flex-control-nav li {
    display: none;
    margin-bottom: 6px;
}
.lusy-hero .flexslider .flex-control-nav li a {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 8px;
    height: 8px;
    cursor: pointer;
}
.lusy-hero .flexslider .flex-control-nav li a.flex-active {
    cursor: pointer;
    background: #000;
}
.lusy-hero .flexslider .flex-direction-nav {
    display: none;
}
.lusy-hero .flexslider .slider-text {
    display: table;
    opacity: 0;
    min-height: 100vh;
    padding: 0;
    z-index: 9;
}
.lusy-hero .flexslider .slider-text > .slider-text-inner {
    display: table-cell;
    vertical-align: middle;
    min-height: 100vh;
    padding: 20px;
    position: relative;
}
.lusy-hero .flexslider .slider-text > .slider-text-inner .frame-inner {
    position: relative;
    z-index: 1;
    bottom: 0px;
    left: 0;
    padding: 20px;
    background: transparent;
    text-align: center;
    width: 320px;
}
.lusy-hero .flexslider .slider-text > .slider-text-inner .desc {
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 20px;
    background: transparent;
}
/* border frame */
.lusy-hero .flexslider .slider-text > .slider-text-inner .frame-inner .frame-1,
.lusy-hero .flexslider .slider-text > .slider-text-inner .frame-inner .frame-2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.lusy-hero .flexslider .slider-text > .slider-text-inner .frame-inner .frame-1:before,
.lusy-hero .flexslider .slider-text > .slider-text-inner .frame-inner .frame-1:after,
.lusy-hero .flexslider .slider-text > .slider-text-inner .frame-inner .frame-2:before,
.lusy-hero .flexslider .slider-text > .slider-text-inner .frame-inner .frame-2:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    opacity: 0.5;
}
.lusy-hero .flexslider .slider-text > .slider-text-inner .frame-inner .frame-1:before {
    border-top: 5px solid #fff;
    border-left: 5px solid #fff;
}
.lusy-hero .flexslider .slider-text > .slider-text-inner .frame-inner .frame-1:after {
    top: auto;
    bottom: 0;
    border-bottom: 5px solid #fff;
    border-left: 5px solid #fff;
}
.lusy-hero .flexslider .slider-text > .slider-text-inner .frame-inner .frame-2:before {
    left: auto;
    right: 0;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
}
.lusy-hero .flexslider .slider-text > .slider-text-inner .frame-inner .frame-2:after {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    border-bottom: 5px solid #fff;
    border-right: 5px solid #fff;
}
@media screen and (max-width: 768px) {
    .lusy-hero .flexslider .slider-text > .slider-text-inner .frame-inner {
        width: 265px;
    }
    .lusy-hero .flexslider .slider-text > .slider-text-inner {
        text-align: center;
    }
}
.lusy-hero .flexslider .slider-text > .slider-text-inner h2,
.lusy-hero .flexslider .slider-text > .slider-text-inner h2 {
    font-size: 35px;
    color: #000;
    font-family: 'Cutive Mono', monospace;
    font-weight: 400;
    margin: 0;
    line-height: 1.25em;
    letter-spacing: 12px;
    text-transform: uppercase;
    text-align: center;
}
.lusy-hero .flexslider .slider-text > .slider-text-inner h6,
.lusy-hero .flexslider .slider-text > .slider-text-inner h6 {
    font-size: 16px;
    color: #777;
    font-family: 'Cutive Mono', monospace;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    letter-spacing: 7px;
}
@media screen and (max-width: 768px) {
    .lusy-hero .flexslider .slider-text > .slider-text-inner h2 {
        font-size: 25px;
    }
    .lusy-hero .flexslider .slider-text > .slider-text-inner h6 {
        font-size: 12px;
    }
}
.lusy-hero .flexslider .slider-text > .slider-text-inner .heading-section {
    font-size: 50px;
}
@media screen and (max-width: 768px) {
    .lusy-hero .flexslider .slider-text > .slider-text-inner .heading-section {
        font-size: 30px;
    }
}
.lusy-hero .flexslider .slider-text > .slider-text-inner p {
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {
    .lusy-hero .flexslider .slider-text > .slider-text-inner .btn {
        width: 100%;
    }
}
/* bottom fade */
.lusy-hero .bottom-fade {
    width: 100%;
    bottom: 0;
    height: 50vh;
    z-index: 2;
    float: left;
    position: absolute;
    background: linear-gradient(to top, WHITE 0%, Rgba(255, 255, 255, 0.738) 19%, Rgba(255, 255, 255, 0.541) 34%, rgba(255, 255, 255, 0.382) 47%, rgba(255, 255, 255, 0.278) 56.5%, rgba(255, 255, 255, 0.194) 65%, rgba(255, 255, 255, 0.126) 73%, rgba(255, 255, 255, 0.075) 80.2%, rgba(255, 255, 255, 0.042) 86.1%, rgba(255, 255, 255, 0.021) 91%, rgba(255, 255, 255, 0.008) 95.2%, rgba(255, 255, 255, 0.002) 98.2%, transparent 100%);
}
.lusy-hero .top-fade {
    width: 100%;
    top: 0;
    height: 30vh;
    z-index: 2;
    float: left;
    position: absolute;
    background: linear-gradient(to bottom, WHITE 0%, rgba(255, 255, 255, 0.738) 19%, rgba(255, 255, 255, 0.541) 34%, rgba(255, 255, 255, 0.382) 47%, rgba(255, 255, 255, 0.278) 56.5%, rgba(255, 255, 255, 0.194) 65%, rgba(255, 255, 255, 0.126) 73%, rgba(255, 255, 255, 0.075) 80.2%, rgba(255, 255, 255, 0.042) 86.1%, rgba(255, 255, 255, 0.021) 91%, rgba(255, 255, 255, 0.008) 95.2%, rgba(255, 255, 255, 0.002) 98.2%, transparent 100%);
    opacity: .2;
}
/* number */
.lusy-hero .number {
    position: absolute;
    bottom: 40px;
    left: 0;
    z-index: 3;
}
.lusy-hero .number i {
    height: 20px;
    float: left;
    margin-right: 5px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 20px;
}
.lusy-hero .number span {
    line-height: 22px;
    float: left;
    color: #000;
    font-family: 'Derivia Regular', monospace;
    letter-spacing: 5px;
}
.lusy-hero .right-bottom-text {
    position: absolute;
    bottom: 40px;
    right: 0;
    z-index: 3;
}
.lusy-hero .right-bottom-text span {
    line-height: 22px;
    float: left;
    font-family: 'Derivia Regular', monospace;
    letter-spacing: 5px;
    color: #000;
}
/* bounce */
.lusy-hero .arrow {
    position: absolute;
    height: 100%;
    width: 100%;
    text-align: center;
    z-index: 8;
    bottom: 80px;
}
.lusy-hero .arrow.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
.lusy-hero .arrow i {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #777;
    font-size: 20px;
}
.lusy-hero .arrow i:hover:after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

@media screen and (max-width: 768px) {
    .lusy-hero .bottom-fade {
    bottom: -75px;
    }
    .lusy-hero .number {
        left: 50%;
        transform: translate(-50%, 0);
        bottom: 30px;
    }
    .lusy-hero .number i {
        font-size: 18px;
    }
    
    .lusy-hero .number a span {
        font-size: 14px;
    }
    .lusy-hero .right-bottom-text {
        display: none;
    }
    .lusy-hero .arrow {
        display: none;
    }
}

/* ===== Hero Slier setting ==*/
/*.tp-caption:not(.font-body):not(.font-title) {
    font-family: 'Montserrat';
}*/
.tp-caption.boxshadow {
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.tp-caption.start-boxshadow {
    -webkit-box-shadow: 1px 1px 0 0 #1a1a1a, 2px 2px 0 0 #1a1a1a, 3px 3px 0 0 #1a1a1a, 4px 4px 0 0 #1a1a1a, 5px 5px 0 0 #1a1a1a, 6px 6px 0 0 #1a1a1a;
    box-shadow: 1px 1px 0 0 #1a1a1a, 2px 2px 0 0 #1a1a1a, 3px 3px 0 0 #1a1a1a, 4px 4px 0 0 #1a1a1a, 5px 5px 0 0 #1a1a1a, 6px 6px 0 0 #1a1a1a;
}

.rev_slider_wrapper {
	position: relative;
	z-index: 0;
	width: 100%
}

.rev_slider_wrapper>ul,
.tp-revslider-mainul>li,
.tp-revslider-mainul>li:before,
.tp-simpleresponsive>ul,
.tp-simpleresponsive>ul>li,
.tp-simpleresponsive>ul>li:before {
	list-style: none !important;
	position: absolute;
	margin: 0 !important;
	padding: 0 !important;
	overflow-x: visible;
	overflow-y: visible;
	background-image: none;
	background-position: 0 0;
	text-indent: 0;
	top: 0;
	left: 0
}

.rev_slider img,
.tp-simpleresponsive img {
	max-width: none !important;
	transition: none;
	margin: 0;
	padding: 0;
	border: none
}

.rs-addon-strip .tp-bgimg,
.rs-addon-strip .tp-kbimg-wrap {
	
	display: none;
	
}


.rs-addon-strip-horizontal {
	
	width: auto; 
	height: 100%; 
	display: inline-block;
	white-space: nowrap; 
	
}



.rs-addon-strip-horizontal .rs-addon-strip-img {
	
	display: inline-block; 
	width: auto !important; 
	height: inherit; 
	vertical-align: top;
	
}



/* ======= Heading style ======= */
.lusy-heading {
    color: #000;
    font-family: 'Derivia Regular', monospace;
    margin-bottom: 60px;
    font-weight: 400;
    font-size: 35px;
}
.lusy-heading span {
    display: block;
}
.lusy-contact-heading {
    color: #000;
    font-family: 'Derivia Regular', monospace;
    font-weight: 400;
    font-size: 20px;
}
.signature {
    width: 170px;
    height: auto;
}
.lusy-post-heading {
    color: #000;
    font-family: 'Derivia Regular', monospace;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 30px;
}
.lusy-post-heading span {
    display: block;
}
.lusy-heading-meta {
    display: block;
    font-family: 'Derivia Regular', monospace;
    font-size: 16px;
    text-transform: uppercase;
    color: #777;
    font-weight: 400;
    letter-spacing: 5px;
    margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
    .lusy-post-heading {
        margin-bottom: 15px;
    }
}


/* ======= About banner style ======= */
.about-banner-section {
    float: left;
    width: 100%;
    position: relative;
    background: #FFF;
    overflow: hidden;
}
.about {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 200px;
   /* overflow: visible; */
    margin-top: 100px;
}
.about .background-image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.portrait-image {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    object-fit: contain; /* optional */
}
.about-img-effets .img::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    bottom: -130px;
    left: 0;
    background-image: url(../images/dots-2.png);
    opacity: 0.4;
    /*background: #efefef;*/
  }
.about-img-effets .img::before {
     content: '';
    position: absolute;
    top: -10px;
    /*top: 10px;*/
    right: 0;
    bottom: -130px;
    left: 0;
    background-color: #c31f95;
    opacity: 0.1;
    z-index: 1; 
}

.about-img-effets .img-ef-2::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 50px;
    left: 0;
    background-image: url(../images/dots.png);
    opacity: 0.4;
    z-index: 1;
    /*background: #efefef;*/
  }
.about-img-effets .img-ef-2::before {
    content: '';
    position: absolute;
    top: -10px;
    /*top: 10px;*/
    right: 0;
    bottom: 10px;
    left: 0;
    background-color: #c31f95; 
    opacity: 0.1;
    z-index: -1; 

}

.about-onepage-img-effets .img::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    bottom: -130px;
    left: 0;
    background-image: url(../images/dots-2.png);
    opacity: 0.1;
    /*background: #efefef;*/
  }
.about-onepage-img-effets .img::before {
     content: '';
    position: absolute;
    top: -10px;
    /*top: 10px;*/
    right: 0;
    bottom: -130px;
    left: 0;
    background-color: rgba(195, 31, 149, 0.63);
    opacity: 0.1;
    z-index: 1; 
}

.about .bottom-fade {
    width: 100%;
    top: 40%;
    height: 60%;
    float: left;
    position: absolute;
    background: linear-gradient(to top, WHITE 0%, rgba(255, 255, 255, 0.738) 19%, rgba(255, 255, 255, 0.541) 34%, rgba(255, 255, 255, 0.382) 47%, rgba(255, 255, 255, 0.278) 56.5%, rgba(255, 255, 255, 0.194) 65%, rgba(255, 255, 255, 0.126) 73%, rgba(255, 255, 255, 0.075) 80.2%, rgba(255, 255, 255, 0.042) 86.1%, rgba(255, 255, 255, 0.021) 91%, rgba(255, 255, 255, 0.008) 95.2%, rgba(255, 255, 255, 0.002) 98.2%, transparent 100%);
}
.about .wrap-text {
    transform: translate(0, 200px);
}
.about .wrap-text {
    max-width: 860px;
    margin: 0 auto;
    padding-left: 75px;
    padding-right: 75px;
    position: relative;
    text-align: center;
}
.wrap-text h2.heading-h2 {
    margin-top: 10px;
    font-family: 'Derivia Regular';
    letter-spacing: 5px;
} 
.about p {
    font-size: 18px;
    margin-bottom: 20px;
}
.about .wrap-text span {
    letter-spacing: 5px;
    text-transform: uppercase;
}
@media screen and (max-width: 1080px) {
    .about {
        padding-top: 0px;
        padding-bottom: 0;
        margin-bottom: 200px;
    }
}
@media screen and (max-width: 640px) {
    .about {
        padding-top: 130px;
        margin-bottom: 200px;
    }
    .about .background-image {
        height: 500px;
    }
    .about .bottom-fade {
        top: 150px;
        height: 350px;
        bottom: auto;
    }
    .about p strong {
        font-size: 16px;
        line-height: 26px;
    }
    .about .wrap-text {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.about-page-wrap {
    margin-top: auto;
    text-align: center;
}
.about-page-wrap span.heading-meta {
  font-family: 'Rightman Signature';
  /*font-family: 'Derivia Regular';*/
  color: #333;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.about-page-wrap h2.heading-h2 {
  margin-top: 10px;
  font-family: 'Derivia Regular';
  letter-spacing: 5px;
}
.about-page-wrap p {
     font-family: 'Derivia Regular';
  font-size: 18px;
  margin-bottom: 20px;
}

/* ======= Team style ======= */
.lusy-team {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.lusy-team:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.lusy-team img {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.lusy-team .img::after {
  bottom: 20px;
  right: 20px;
  border-right: 1px solid;
    border-right-color: currentcolor;
  border-bottom: 1px solid;
    border-bottom-color: currentcolor;
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  z-index: 20;
  opacity: .1;
  border-color: rgba(255,255,255, 0.5);
}

.lusy-team:hover .img::after {
   opacity: 1;
  /*border-color: rgba(255,255,255, 0.5);*/
  border-color: rgba(162, 42, 42, 0.5);
}

.lusy-team .img::before {
  top: 20px;
  left: 20px;
  border-left: 1px solid;
    border-left-color: currentcolor;
  border-top: 1px solid;
    border-top-color: currentcolor;
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  z-index: 20;
  opacity: 1;
  border-color: rgba(255,255,255, 0.5);
}

.lusy-team:hover .img::before {
  opacity: 0.1;
}
.lusy-team .desc {
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 10px;
    width: 100%;
    right: 0;
}
.lusy-team:hover .desc {
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 10px;
    width: 100%;
    right: 0;
}
.lusy-team .desc .con {
    padding: 30px;
    display: block;
    position: relative;
}
.lusy-team .desc .con .icon {
    position: absolute;
}
.lusy-team .desc .con .icon span {
    display: inline;
    padding-right: 5px;
}
.lusy-team .desc .con .icon i {
    font-size: 16px;
    color: #000;
}
.lusy-team .desc h5 {
    font-size: 20px;
    color: #fff;
    font-family: 'Rightman Signature', monospace;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 15px;
}
.lusy-team .desc h5 a {
    color: #cea0a0;
}
.lusy-team .desc span {
     font-family: 'gallery_modernregular', monospace;
    display: block;
    color: #a93a3a;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 15px;
}
.lusy-team .desc span a {
    color: #fff;
}
@media screen and (max-width:768px) {
    .lusy-team .desc h5 {
        font-size: 16px;
        color: #000;
        font-weight: 400;
    }
    .lusy-team .desc span {
		font-size: 12px;
		letter-spacing: 1px;
    }
}


/* ======= Services style ======= */
.services .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.services .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(100%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.services .item:hover .con {
    bottom: 0;
}
.services .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.services .mtop-60 {
    margin-top: 60px;
}
.services .item .con {
    padding: 30px;
    position: absolute;
    bottom: -58px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(255, 255, 255, .1) 2%, rgba(255, 255, 255, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(255, 255, 255, .01) 2%, rgba(255, 255, 255, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(255, 255, 255, .01) 2%, rgba(255, 255, 255, .75) 90%);
}
.services .item .con h6,
.services .item .con h6 a {
    position: relative;
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
}
.services .item .con h5,
.services .item .con h5 a {
    position: relative;
     font-family: "Derivia Regular";
   /* font-family: "gallery_modernregular";*/
    letter-spacing: 5px;
    color: #000;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 15px;
}
.services .item .con p {
    color: #000;
    font-size: 20px;
}
.services .item .con i {
    color: #fff;
    font-size: 18px;
}

.services .item .con i.ti-arrow-right,
.services .item .con i.ti-arrow-left {
    color: #000;
    font-size: 18px;
}

/* line animation */
.services .item .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(0,0,0,0.5);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: 0 auto 30px;
}
.services .item:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}
/* prev/next services */
.services-prev-next {
    padding: 30px 0;
    border: none;
    margin-bottom: 60px;
}
@media (max-width: 576px) {
    .services-prev-next {
        text-align: center;
    }
    .services-prev-next-left {
        margin-bottom: 10px;
    }
}
.services-prev-next a {
    display: inline-block;
    font-size: 14px;
    color: #777;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.services-prev-next a i {
    font-size: 20px;
}
.services-prev-next a:hover {
    color: #000;
}
.services-prev-next .services-prev-next-left a i {
    margin-right: 3px;
    font-size: 9px;
}
.services-prev-next .services-prev-next-right a i {
    font-size: 9px;
    margin-left: 0;
    margin-left: 3px;
}
@media screen and (max-width: 768px) {
    .services .mtop-60 {
        margin-top: 0;
    }
}


/* ======= Pricing style ======= */
.price-box {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 30px;
	background-color: #fff;
}
.price-box .price-box-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 90px 30px;
}
.price-box .price-box-inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.price-box .price-box-inner ul li {
    margin: 0;
    padding: 0;
    text-align: center
}
.price-box .price-box-inner ul li.pricing-title {
    position: relative;
    font-size: 17px;
}
.price-box .price-box-inner ul li.pricing-title .pricing-pt-title {
     font-family: "Derivia Regular";
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    color: #000;
    display: block;
    box-sizing: border-box;
    font-size: 20px;
    margin-bottom: 30px;
}
.price-box .price-box-inner ul li.pricing-prices {
        position: relative;
    padding: 0 0 30px 0;
}
.price-box .price-box-inner ul li.pricing-prices .pricing-dolar {
    font-family: "Playfair Display";
    position: relative;
    bottom: 2px;
    color: #000; 
    font-size: 17px;
    line-height: 1em;
}
.price-box .price-box-inner ul li.pricing-prices .pricing-price {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    left: -5px;
    font-family: "Rightman Signature";
   /* font-size: 50px;*/
   font-size: 85px;
    color: #000;
}
.price-box .price-box-inner ul li.pricing-content {
    font-family: "Derivia Regular";
    padding: 0;
    line-height: 1.75em;
    font-size: 16px;
    color: #777;
}
ul.price-list li {
  padding: 10px 0!important;
  color: rgb(186, 56, 178) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.385);
}
.price-btn {
   margin-top: 25px;
 /*  color: rgb(186, 56, 178)!important;*/
    color: #FFF!important;
}
.price-btn:hover {
   border: 2px solid rgb(186, 56, 178)!important;
   background-color:rgb(186, 56, 178)!important;
   color: #FFF!important;
}

/* ======= FAQs style ======= */
.faqs-box {
    position: relative;
    padding: 0;
}
.faqs-box .block {
    position: relative;
    background: #f6f6f6;
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 16px;
}
.faqs-box .block.active-block {
    background-color: #f6f6f6;
}
.faqs-box .block:last-child {
    margin-bottom: 0;
}
.faqs-box .block .acc-btn {
    font-family: "Derivia Regular";
    position: relative;
    font-size: 18px;
    line-height: 20px;
    cursor: pointer;
    padding: 20px 30px;
    padding-right: 60px;
    color: #000;
    transition: all 500ms ease;
    letter-spacing: 5px;
}
.faqs-box .block .acc-btn .count {
    color: #000;
    padding-right: 3px;
}
.faqs-box .block .acc-btn:before {
    position: absolute;
    right: 35px;
    top: 15px;
    height: 30px;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    line-height: 30px;
    content: "\e61a";
    font-family: "Themify";
    transition: all 500ms ease;
}
.faqs-box .block .acc-btn.active {
    background-color: #f6f6f6;
    color: #000;
}
.faqs-box .block .acc-btn.active:before {
    color: "Themify";
    content: "\e622";
}
.faqs-box .block .acc-content {
    position: relative;
    display: none;
}
.faqs-box .block .content {
    position: relative;
    padding: 0px 30px 30px;
    background-color: #f6f6f6;
    color: #777;
}
.faqs-box .block .acc-content.current {
    display: block;
}
.faqs-box .block .content .text {
    display: block;
    position: relative;
    top: 0px;
    display: block;
}


/* ======= Gallery style ======= */
.lusy-photos .lusy-photo-item {
    position: relative;
    margin-bottom: 30px;
}
.lusy-photos .lusy-photo-item:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.25);
    z-index: 1;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
}
.lusy-photos .lusy-photo-item .photo-text-more {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 30px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}
.lusy-photos .lusy-photo-item .photo-text-more .ti-search {
    color: #fff;
    font-size: 20px;
}
.lusy-photos .lusy-photo-item .photo-text-more .heading {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
}
.lusy-photos .lusy-photo-item .photo-text-more .meta {
    color: #cccccc;
    text-transform: uppercase;
    font-size: 12px;
}
.lusy-photos .lusy-photo-item img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 575.98px) {
    .lusy-photos .lusy-photo-item img {}
}
.lusy-photos .lusy-photo-item:hover:after {
    opacity: 1;
    visibility: visible;
}
.lusy-photos .lusy-photo-item:hover .photo-text-more {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}
/*  add more style  */
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.lusy-more-trigger {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    border: 1px solid #777;
    margin: 0 auto;
    position: relative;
}
.lusy-more-trigger:hover {
    background: transparent;
    border: 1px solid #000;
}
.lusy-more-trigger:hover .plus,
.lusy-more-trigger:hover .plus:after {
    background: #000;
}
.plus {
    width: 20px;
    height: 1px;
    background: #777;
    position: absolute;
    top: 50%;
    left: 23px;
    margin: 0 auto;
}
.plus:after {
    content: ' ';
    width: 20px;
    height: 1px;
    background-color: #777;
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -sand-transform: rotate(90deg);
}
.lusy-more-wrapper.hidden {
    display: none;
}
.lusy-more-wrapper {
    margin: 30px auto;
}
/* show more animation style */
.lusy-show-more-container {
    visibility: hidden;
    display: none;
    max-height: 0px;
    opacity: 0;
    transition-duration: .5s;
    transition-timing-function: linear;
    height: 100%;
}
.lusy-show-more-container.visible {
    visibility: visible;
    display: block;
    animation: LHC .3s;
    animation-fill-mode: both;
    min-height: 100%;
}
@keyframes LHC {
    from {
        max-height: 0px;
        opacity: 0;
    }
    to {
        opacity: 1;
        margin-top: -60px;
        max-height: 100%;
    }
}
.lusy-show-more-container.animated {
    animation: HCC .5s;
    animation-fill-mode: both;
}
@keyframes HCC {
    from {
        max-height: 2050px;
        opacity: 1;
    }
    to {
        opacity: 0;
        max-height: 0px;
    }
}
/* video gallery */
.lusy-gallery {
    padding-top: 100px;
    padding-bottom: 0px;
    clear: both;
    width: 100%;
    display: block;
}
.lusy-gallery p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 100%;
    width: 100%;
    padding: 20px;
    transition: all 0.1s linear;
    color: #fff;
}
.lusy-gallery i {
    color: #fff;
    font-size: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.lusy-gallery i:hover {
    color: #777;
}
.lusy-gallery h6 {
    color: #777;
    text-align: center;
    margin-top: 20px;
}
@media screen and (max-width: 768px) {
    .lusy-gallery {
        padding-top: 100px;
        padding-bottom: 0px;
    }
}


/* ======= Blog & Post style ======= */
.blog-entry {
    width: 100%;
    float: left;
    margin-bottom: 60px;
}
.blog-entry .desc {
    padding: 0px;
}
@media screen and (max-width: 768px) {
    .blog-entry {
        margin-bottom: 45px;
    }
}
.blog-entry .blog-img {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}
.blog-entry .blog-img img {
    position: relative;
    max-width: 100%;
    transition: all 1.5s ease;
}
.blog-entry .desc h3 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 400;
}
.blog-entry .desc h3 a {
    color: #000;
    text-decoration: none;
    font-family: 'gallery_modernregular', monospace;
    letter-spacing: 4px;
    font-weight: 400;
    font-size: 20px;
}
.blog-entry .desc span {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    color: #777 !important;
}
.blog-entry .desc span small i {
    color: #777;
}
.blog-entry .desc .lead {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    font-family: 'Cutive Mono', monospace;
}
.blog-entry .desc .lead:hover {
    color: #fff;
}
.blog-entry:hover .blog-img img {
    transform: scale(1.1);
    transition: all 2s ease;
}
/* pagination */
.lusy-pagination-wrap {
    padding: 0;
    margin: 0;
    text-align: center;
}
.lusy-pagination-wrap li {
    display: inline-block;
    margin: 0 5px;
}
.lusy-pagination-wrap li a {
    background: transparent;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #777;
    font-weight: 400;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.lusy-pagination-wrap li a:hover {
    opacity: 1;
    text-decoration: none;
    box-shadow: 0px 16px 28px 0px rgba(255, 255, 255, 0.20);
    border: 1px solid #000;
}
.lusy-pagination-wrap li a.active {
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
}
.lusy-pagination-wrap li a i {
    font-size: 10px;
}
@media screen and (max-width: 768px) {
    .lusy-pagination-wrap {
        padding: 0 0 60px 0;
        margin: 0;
        text-align: center;
    }
}
/* post comment */
.comments-area {
    padding: 30px 0;
}
.comments-area .comments-title {
    font-size: 20px;
    font-family: 'Cutive Mono', monospace;
    line-height: 1.5em;
    font-weight: 400;
    color: #fff;
}
.comments-area .comments-title a {
    color: #777;
    border-bottom: 1px dashed #777;
}
.comments-area .comments-title a:hover {
    color: #fff;
}
ol.comment-list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
ol.comment-list li.comment {
    position: relative;
    padding: 0;
}
ol.comment-list li.comment .comment-body {
    position: relative;
    padding: 20px 30px 20px 140px;
    margin-left: 40px;
    color: #000;
    position: relative;
}
ol.comment-list li.comment .comment-author {
    display: block;
    margin-bottom: 0px;
}
ol.comment-list li.comment .comment-author .avatar {
    position: absolute;
    top: 20px;
    left: -40px;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background-color: #fff;
}
ol.comment-list li.comment .comment-author .name {
    display: inline-block;
    color: #000;
   /* font-family: 'Cutive Mono', monospace;*/
    font-family: 'gallery_modernregular', monospace;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: 2px;
}
ol.comment-list li.comment .comment-author .says {
    display: none;
    color: #777;
    font-weight: 400;
}
ol.comment-list li.comment .comment-meta {
    color: #777;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 400
}
ol.comment-list li.comment .comment-meta a {
    color: #777;
}
ol.comment-list li.comment .comment-meta:before,
ol.comment-list li.comment .reply a:before {
    font-family: "themify";
    font-size: 16px;
    vertical-align: top;
}
ol.comment-list li.comment p {
    font-family: 'Cutive Mono', monospace;
    margin: 0 0 20px;
    color: #777;
}
ol.comment-list li.comment .reply a {
    position: absolute;
    top: 50px;
    right: 30px;
    margin-top: -5px;
    font-size: 13px;
    color: #777;
}

ol.comment-list li.comment .reply a:hover {
	color: #000;
}
ol.comment-list li .children {
    list-style: none;
    margin-left: 80px;
}
ol.comment-list li .children li {
    padding: 0;
}
@media only screen and (max-width: 767px) {
    .comments-area .padding-30 {
        padding: 15px;
    }
    ol.comment-list li.comment .comment-body {
        margin-bottom: 30px;
        margin-left: 30px;
    }
    ol.comment-list li.comment .comment-author .avatar {
        left: -35px;
        height: 70px;
        width: 70px;
    }
    ol.comment-list li .children {
        margin-left: 20px;
    }
    ol.comment-list li.comment .reply a {
        position: static;
    }
}
@media only screen and (max-width: 480px) {
    ol.comment-list li.comment .comment-body {
        margin-left: 26px;
    }
    ol.comment-list li.comment .comment-author .avatar {
        left: -15px;
        top: 12px;
        width: 60px;
        height: 60px;
    }
    ol.comment-list li.comment .comment-body {
        padding-left: 55px;
    }
}
/* avatar feedback */
.avatar-container {
    position: relative;
    width: 150px;
    height: 150px;
    margin-bottom: 30px;
}
.avatar-container > i {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #f6f6f6;
    color: #ececec;
    font-size: 125px;
}
.avatar-container > i::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0
}
.avatar-container > .placeholder {
    position: absolute;
    width: 150px;
    height: 150px;
    margin: 0 auto 30px;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 50%;
    background-size: cover;
    text-align: center
}
.avatar-container > .button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30%;
    width: 50px;
    height: 50px;
    padding: 0;
    border: 0;
    border-radius: 50%;
}
.avatar-container > .button i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #777;
    font-size: 24px;
}
.avatar-container > .button:hover {
    background: rgba(0, 0, 0, 0.5);
    color: #fff
}
.avatar-container > .button > input[type="file"] {
    display: none
}


/* ======= Button style ======= */
a.underline-text {
    color: #777;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 3px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
a.underline-text i {
    font-size: 10px;
}
a.underline-text:hover {
    border-bottom: 1px solid transparent;
    color: #000;
}


/* ======= Progress-wrap style ======= */
.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(130, 130, 130, 0.2);
    box-shadow: inset 0 0 0 1px rgba(130, 130, 130, 0.2);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.progress-wrap::after {
    position: absolute;
    font-family: 'themify';
    content: '\e627';
    text-align: center;
    line-height: 44px;
    font-size: 13px;
    font-weight: normal;
    color: #777;
    left: 0;
    top: 0;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: #000;
    stroke-width: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap {
    -webkit-box-shadow: inset 0 0 0 1px rgba(130, 130, 130, 0.2);
    box-shadow: inset 0 0 0 1px rgba(130, 130, 130, 0.2);
}
.progress-wrap::after {
    color: #000;
}
.progress-wrap svg.progress-circle path {
    stroke: #000;
}

#feedback .lusy-contact-heading {
    letter-spacing: 4px;
}

  /*------------------------------------------------------------------
  Footer
  -------------------------------------------------------------------*/
  /*
  .footer-height {
      position: relative;
      z-index: -300;
    }*/
    footer {
    /*position: fixed;*/
    bottom: 0;
    width: 100%;
    /*z-index: -200;
    padding: 104px 0 0 0; */
    padding: 90px 0 0 0;
    text-align: center;
    /*background-color: #191c1f;*/
  }
  footer a {
    color: #FFF;
  }
  footer a:focus {
    color: #FFF;
  }
  footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .container .line {
    margin: 26px 0;
    height: 1px;
    width: 104px;
    background-color: #fff;
    opacity: 0.5;
    text-align: center;
  }

  .textwidget.custom-html-widget {
  display: flex;
  flex-direction: column;
  align-items: center;
  }

  footer .logo img {
    width: 104px;
    height: auto;
    opacity: 0.7;
  }
  footer .title-logo {
    color: #fff;
    text-transform: uppercase;
    margin-top: 13px;
    letter-spacing: 0.6em;
    font-weight: 600;
    padding-left: 15px;
  }
  footer .social a {
      position: relative;
      display: inline-block;
      height: 35px;
      width: 35px;
      line-height: 35px;
      border-radius: 50%;
      margin: 0 4px;
      font-size: 15px;
    }  
    footer .social a:hover {
     color: #fff!important;
    } 
    footer .social a.facebook {
      color: #475996;
    }
    
    footer .social a.facebook:hover {
      background-color: #475996;
    }
    
    footer .social a.twitter {
      color: #69baf3;
    }
    
    footer .social a.twitter:hover {
      background-color: #69baf3;
    }
    
    footer .social a.linkedin {
      color: #4875b4;
    }
    
    footer .social a.linkedin:hover {
      background-color: #4875b4;
    }
    
    footer .social a.pinterest {
      color: #d03737;
    }
    
    footer .social a.pinterest:hover {
      background-color: #d03737;
    }
    
    footer .social a.dribbble {
      color: #d76896;
    }
    
    footer .social a.dribbble:hover {
      background-color: #d76896;
    }
    
    footer .social a.behance {
      color: #00a8e7;
    }
    
    footer .social a.behance:hover {
      background-color: #00a8e7;
    }
    
    footer .social a.instagram {
      color: #beb3a8;
    }
    
    footer .social a.instagram:hover {
      background-color: #beb3a8;
    }
  .footer-cotact-info {
    position: relative;
    margin-top: 48px;
  }
  .footer-cotact-info p {
    margin: 0 12px;
    color: #8e908f;
    display: inline-block;
  }
  .footer-cotact-info p span {
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    margin-right: 5px;
    letter-spacing: 0.1em;
    font-size: 12px;
  }
  .posotion-relative {
    position: relative;
  }
  .copyright {
    background-color: #141619;
    position: relative;
    margin-top: 90px;
    padding: 25px 0 5px 0;
  }
  .copyright p {
    /*font-family: 'Playfair Display', sans-serif; */
    text-align: center;
    font-size: 12px!important;
    color: #ccc;
    letter-spacing: 0.1em;
  }
  .copyright p span {
    color: #ec005f;
  }

  .copyright ul span {
    color: #ec005f;
  }


  .footer-bg {
    /* background: #000;*/
    position: relative;
    clear: both;
    width: 100%;
    display: block;
    padding: 100px 0 0 0;
    background-blend-mode:multiply;
    background-color: rgba(186, 33, 137, 0.251);
  }

  .footer-bg .background-image,
.footer-bg .left-fade,
.footer-bg .top-fade {
    width: 100vw;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
}
.footer-bg .left-fade {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
.footer-bg .top-fade {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
.footer-bg .wrap-text {
    text-align: center;
    position: relative;
}

  .footer-bg .logo-row {
    width: 150px;
    text-align: center;
    margin: 100px 0 20px 0;
 }
  .footer-bg .logo-row img {
    width: 150px;
}

  /*------------------------------------------------------------------
  Scroll Up
  -------------------------------------------------------------------*/
  #scrollUp {
    background-image: url(../images/back-to-top.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #333;
    bottom: 0px;
    right: 30px;
    height: 35px;
    width: 50px;
    border-radius: 5px 5px 0 0;
  }
  #scrollUp:hover {
    background-color: #ec005f;
  }


/* footer social  */
ul.social-network {
    list-style: none;
    display: inline;
    padding: 0;
    text-align: center;
}
ul.social-network li {
    display: inline;
    margin: 0 5px;
}
.social-network li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    font-size: 18px;
    color: #fff;
}
.social-network li a:hover {
    color: #fff;
}
@media screen and (max-width: 768px) {
    ul.social-network {
        display: inherit;
        text-align: center;
        float: none;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 1080px) {
    #lusy-footer .mail {
        font-size: 18px;
    }
}
@media screen and (max-width: 640px) {
    #lusy-footer .mail {
        font-size: 18px;
    }
    #lusy-footer .phone {
        font-size: 18px;
    }
    #lusy-footer .background-image,
    footer .left-fade,
    footer .top-fade {
        width: 100vw;
    }
    #lusy-footer .social-ico-block {
        display: block;
        opacity: 1;
        visibility: visible;
        top: auto;
        bottom: 20px;
        width: 100%;
        height: 20px;
        left: 0;
        text-align: center;
        z-index: 1;
    }
    #lusy-footer .social-ico-block .social-ico {
        margin: 0 8px;
        display: inline-block;
        float: none;
    }
}

.desc p, .desc span, .desc a.underline-text, .blog-entry .desc span{
	color:black!important;
    letter-spacing: 2px;
    font-family: 'Derivia Regular';
}

p, a.underline-text{
  color: #444;
}
.blog-entry .desc span{
   color: #444!important;
}
.lusy-heading-meta{
  color: #444;
}
.wrap-text span.heading-meta{
    font-family: 'Rightman Signature';
   /* font-family: 'Derivia Regular';*/
    color: #333;
}
.lusy-gallery h6{
  color: #444;
}
ol.comment-list li.comment .comment-meta a, ol.comment-list li.comment p{
  color: #444;
}
.lusy-hero .flexslider .slider-text > .slider-text-inner h6, .lusy-hero .flexslider .slider-text > .slider-text-inner h6{
  color: #444;
}
.faqs-box .block .content, .price-box .price-box-inner ul li.pricing-content{
    color: #444;
}
span.heading-meta{
    color: #444;
}
.lusy-menu ul > li a{
    color: #444;
}

@font-face {
	font-family: 'Rightman Signature';
	src:url('../fonts/RightmanSignature-mLdMV.otf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: "gallery_modernregular";
  src:url('../fonts/gallery.otf');
  font-weight: normal;
  font-style: normal;
}
/* #### Generated By: http://font.download #### */

    @font-face {
    font-family: 'Derivia Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Derivia Regular'), url('../fonts/Derivia-Regular.woff') format('woff');
    }


/** slIDER  */
.tp-bannertimer {
    background: rgba(255, 255, 255, 0.25)
}
/*-----------------------------------------------------------------------------------*/
/*	11. SLIDER REVOLUTION 
/*-----------------------------------------------------------------------------------*/
.rev_slider_wrapper {
    left: 0px;
    width: 100%;
}
.rev_th_auto .rev_slider {
    margin-bottom: 5px !important;
}
.zeus.tparrows {
    background: rgba(0, 0, 0, 0.4);
}
.zeus .tp-bullet {
    width: 10px;
    height: 10px;
}
.zeus .tp-bullet-imageoverlay {
    background: rgba(0, 0, 0, 0);
}
.zeus .tp-bullet-title,
.zeus .tp-bullet-imageoverlay {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.tp-caption:not(.font-body):not(.font-title) {
    font-family: 'Montserrat';
}
.tp-caption.boxshadow {
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.tp-caption.start-boxshadow {
    -webkit-box-shadow: 1px 1px 0 0 #1a1a1a, 2px 2px 0 0 #1a1a1a, 3px 3px 0 0 #1a1a1a, 4px 4px 0 0 #1a1a1a, 5px 5px 0 0 #1a1a1a, 6px 6px 0 0 #1a1a1a;
    box-shadow: 1px 1px 0 0 #1a1a1a, 2px 2px 0 0 #1a1a1a, 3px 3px 0 0 #1a1a1a, 4px 4px 0 0 #1a1a1a, 5px 5px 0 0 #1a1a1a, 6px 6px 0 0 #1a1a1a;
}
.tp-dottedoverlay.darkoverlay {
    background: rgba(48, 48, 48, 0.6)
}
.tp-bannertimer {
    background: rgba(255, 255, 255, 0.25)
}
.tp-loader.spinner2 {
    background: #151515;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bg-dark .tp-loader.spinner2,
.light-spinner .tp-loader.spinner2 {
    background: #FFF;
}
.tp-dottedoverlay.darkoverlay {
    background: rgba(21, 21, 21, 0.5)
}
.rev-scroll-btn span {
    width: 4px;
    height: 4px;
    margin: -2px 0 0 -2px;
}
.zeus .tp-tab:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    z-index: 2;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid transparent;
}
.zeus .tp-tab.selected:after {
    border-color: rgba(255, 255, 255, 0.8);
}
.rev_th_auto .zeus .tp-tab:after {
    border: 0;
    background: transparent;
}
.rev_th_auto .zeus .tp-tab:hover:after,
.rev_th_auto .zeus .tp-tab.selected:after {
    background: rgba(255, 255, 255, 0.3);
}
.erinyen .tp-tab-title {
    color: #FFF;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 3px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Montserrat';
    margin: 0;
}
@media (min-width: 1200px) {
    .rev_slider_wrapper.fullscreen-container {
        min-height: 500px;
    }
    .rev_slider_wrapper.fullwidth-container {
        min-height: 500px;
    }
    .rev_slider_wrapper.autowidth-container {
        min-height: 500px;
    }
}

/*------------------------------------------------------------------
Scroll Up
-------------------------------------------------------------------*/
#scrollUp {
  background-image: url(../images/back-to-top.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #333;
  bottom: 0px;
  right: 30px;
  height: 35px;
  width: 50px;
  border-radius: 5px 5px 0 0;
}
#scrollUp:hover {
  background-color: #ec005f;
}

/*	Buttons
------------------------------------------------*/
a.sr-button {
	display: inline-block;
	font-family: 'Playfair Display';
	font-weight: 600;
	line-height: 22px !important;
	letter-spacing: 0.19em;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 5px;
	border-radius: 3px;
	-moz-border-radius:3px; 
	-khtml-border-radius:3px; 
	-webkit-border-radius:3px;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
	}
	
a.sr-button:hover {
	background-color: #ffffff;
	color : #1a1a1a;
	transform: scale(1.07);
	-ms-transform: scale(1.07); 
	-webkit-transform: scale(1.07);
	}
	
a.mini-button { font-size: 10px; padding: 5px 10px; border-radius: 2px;-moz-border-radius:2px;-khtml-border-radius:2px;-webkit-border-radius:2px; }
a.small-button { font-size: 11px; padding: 10px 20px; }
a.medium-button { font-size: 13px; padding: 12px 40px; }
a.big-button { font-size: 16px;	padding: 18px 50px;	}

a.sr-button1 {	border: 2px solid #999999; color: #262626;	background: transparent; }
a.sr-button1:hover { border-color: #262626; background-color: #262626; color: #ffffff; }

a.sr-button2 {	border: 2px solid #262626; color: #262626;	background: transparent; }
a.sr-button2:hover { background-color: #1a1a1a; color: #ffffff; }

a.sr-button3 { border: 2px solid #4da5f5; color: #4da5f5;	background: transparent; }
a.sr-button3:hover { background: #4da5f5; color: #ffffff; }

a.sr-button4 {	border: 2px solid #000; color: #ffffff;	background: transparent; }
a.sr-button4:hover { background-color: #ffffff; color: #262626; }

a.sr-button5 {	border: 2px solid #4da5f5; color: #ffffff;	background: #4da5f5; }
a.sr-button5:hover { background-color: #4da5f5; color: #ffffff; }

a.sr-button6 {	border: 2px solid #262626; color: #ffffff;	background: #262626; }
a.sr-button6:hover { background-color: #262626; color: #ffffff; }

a.sr-button7 {	border: 2px solid #ffffff; color: #262626;	background: #ffffff; }
a.sr-button7:hover { background-color: #ffffff; color: #262626; }

.color-light {
  color: #000 !important;
}
/* SR BUTTON  LIGHT TEMPLATE */
a.sr-button4l {	border: 2px solid #000; color: #000;	background: transparent; }
a.sr-button4l:hover { border: 2px solid rgb(186, 56, 178); background-color: #FFF; color: rgb(186, 56, 178)!important; }

a.sr-buttonicon {
	border-radius: 999px;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    -o-border-radius: 999px;
}

a.sr-buttonicon i {
	left: 0.08em;
	position: relative;
}
a.sr-buttonicon .fa-play { left: 0.2em; }

a.sr-buttonicon.mini-button { padding: 4px; width: 24px; height: 24px !important; line-height: 24px !important; }
a.sr-buttonicon.small-button { padding: 7px; width: 30px; height: 30px !important; line-height: 30px !important; font-size: 14px; }
a.sr-buttonicon.medium-button { padding: 14px; width: 30px; height: 30px !important; line-height: 30px !important; font-size: 18px; }
a.sr-buttonicon.big-button { padding: 20px; width: 30px; height: 30px !important; line-height: 30px !important; font-size: 22px; }


/*-------------------------------------------------------
Seperator
-------------------------------------------------------*/
.seperator {
  line-height: 0px;
  padding: 8px 0;
}

.seperator span {
  width: 100px;
  height: 2px;
  background: #000000;
  display: inline-block;
  opacity: 0.3;
}

.seperator.full span {
  width: 100%;
}

.seperator.medium span {
  width: 220px;
}

.seperator.small span {
  width: 100px;
}

.seperator.mini span {
  width: 40px;
}

.seperator.height-1px span {
  height: 1px;
}

.seperator.height-2px span {
  height: 2px;
}

.seperator.height-3px span {
  height: 3px;
}

.color-light .seperator span {
  background: #fff;
  opacity: 0.7;
}

input[type="password"].form-control, input[type="email"].form-control, input[type="text"].form-control, input[type="file"].form-control, textarea.form-control{
    font-family: 'Derivia Regular';
    letter-spacing: 5px;
    background-color: #ccc;
    color: #333;
}
.wpcf7-form input::placeholder, .wpcf7-form textarea::placeholder{
    color: #333;
}
.wpcf7-form .wpcf7-submit{
    text-transform: uppercase;
    border: 2px solid #000;
     color: #000;	
    background: transparent;
    color: #111;
    letter-spacing: 3px;
}
.wpcf7-form .wpcf7-submit:hover{
    border: 2px solid rgb(186, 56, 178); 
    background-color: #FFF; 
    color: rgb(186, 56, 178);
    transform: scale(1.07);
	-ms-transform: scale(1.07); 
	-webkit-transform: scale(1.07);
}
.wpcf7-form textarea:focus{
    color: #333;
}

.contact-info {
    margin-top: 0;
}
.contact-info span, .contatc-form span {
    color: #e824c4; 
}
.contact-info .lusy-contact-heading {
    font-family: "gallery_modernregular";
     font-style: italic!important;
    letter-spacing: 2px!important;;
    margin-bottom: 20px;
}
.contatc-form .lusy-contact-heading {
    font-family: "gallery_modernregular";
     font-style: italic!important;
    letter-spacing: 2px!important;;
}
.contact-info p, .contatc-form p {
    font-family: "Derivia Regular";
    letter-spacing: 4px;
}
.rev_slider_wrapper {
  /*  margin-top: 75px; */
    position: absolute;

}
.navbar-nav .nav-item.active .nav-link,
.navbar-nav .current-menu-item .nav-link {
    color: #c0145e; /* text color */
 /*   background-color: #333; /* background color */
    border-radius: 5px; /* optional: rounded corners */
}

/*-------------------------------------------------------
Social Icons Hover
-------------------------------------------------------*/
/*.lusy-team .social-icon a:hover i.ti-twitter {
    color: #1DA1F2; 
    opacity: .5;
    transform: scale(1.2);
    transition: all 0.3s ease;
}

.lusy-team .social-icon a i.ti-twitter {
    color: #1DA1F2!important; 
    transition: all 0.3s ease;
}
*/

.lusy-team .social-icon a:hover i.ti-facebook:hover {
  color: #475996;
}

.lusy-team .social-icon a i.ti-twitter {
  color: #098eee!important;
}

.lusy-team .social-icon a:hover i.ti-linkedin:hover {
  color: #4875b4;
}

.lusy-team .social-icon a:hover i.ti-pinterest:hover {
  color: #d03737;
}

.lusy-team .social-icon a:hover i.ti-dribbble:hover {
  color: #d76896;
}

.lusy-team .social-icon a:hover i.ti-behance:hover {
  color: #00a8e7;
}

.lusy-team .social-icon a i.ti-instagram {
  color: #beb3a8!important;
}

.lusy-team .social-icon a:hover i.ti-dropbox:hover {
  color: #008ad2;
}

.lusy-team .social-icon a:hover i.ti-skype:hover {
  color: #00a9ed;
}

.lusy-team .social-icon a:hover i.ti-youtube:hover {
  color: #cd1b20;
}

.lusy-team .social-icon a:hover i.ti-tumblr:hover {
  color: #3a5976;
}

.lusy-team .social-icon a i.ti-vimeo {
  color: #00adee!important;
}

.lusy-team .social-icon a:hover i.ti-flickr:hover {
  color: #d2d2d2;
}

.lusy-team .social-icon a:hover i.ti-github:hover {
  color: #999;
}

.lusy-team .social-icon a:hover i.ti-renren:hover {
  color: #364a83;
}

.lusy-team .social-icon a:hover i.ti-vk:hover {
  color: #3b5998;
}

.lusy-team .social-icon a:hover i.ti-xing:hover {
  color: #015f5e;
}

.lusy-team .social-icon a:hover i.ti-weibo:hover {
  color: #be4443;
}

.lusy-team .social-icon a:hover i.ti-digg:hover {
  color: #222;
}

.lusy-team .social-icon a:hover i.ti-deviantart:hover {
  color: #57675d;
}

.lusy-team .social-icon a:hover i.ti-envelope:hover {
  color: #999;
}

.lusy-team .social-icon a:hover i.ti-dZelicious:hover {
  color: #0A0A0A;
}

.lusy-team .social-icon a:hover i.ti-rss:hover {
  color: #e67e22;
}

/*-------------------------------------------------------
Wrapper
-------------------------------------------------------*/
.dark-wrapper {
    background: #181818
}
.dark-wrapper .image-block-wrapper.arrowed .image-block:after {
    border-right: 20px solid #181818;
}
.dark-wrapper .image-block-wrapper.arrowed .image-block[class*="offset-md-"]:after {
    border-right: 20px solid transparent;
    border-left: 20px solid #181818;
}
/*-------------------------------------------------------
Swipper 
-------------------------------------------------------*/

.swiper-button-prev::after {
  font-family: "FontAwesome"!important;
}
.swiper-button-next::after {
  font-family: "FontAwesome"!important;
}

.swiper-container-wrapper {
    position: relative;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide img {
    max-width: 100%;
    height: auto;
}
.swiper-auto .swiper-slide,
.swiper-auto .swiper-slide img,
.swiper-auto-tab .swiper-slide,
.swiper-auto-tab .swiper-slide img,
.swiper-auto-centered .swiper-slide,
.swiper-auto-centered .swiper-slide img,
.swiper-portrait .swiper-slide,
.swiper-portrait .swiper-slide img {
    width: auto;
    height: 550px;
}
.swiper-cocoen .swiper-slide {
    width: auto;
    height: 400px;
}
.swiper-full {
    width: 100%;
    margin: 0;
}
.swiper-full img,
.swiper-auto-full img {
    width: 100%;
    position: relative;
    height: 100%;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
}
.swiper-full-single {
    height: calc(100vh - 174px);
}
.swiper-full-single .swiper-slide img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}
.swiper-auto-full .swiper-slide,
.swiper-auto-full .swiper-slide img {
    width: auto;
}
.swiper-full.ver1,
.swiper-auto-full.ver1,
.swiper-auto-full.ver1 img {
    height: calc(100vh - 174px);
}
.swiper-full.ver2,
.swiper-auto-full.ver2,
.swiper-auto-full.ver2 img {
    height: calc(100vh - 215px);
}
.swiper-container-wrapper .swiper-pagination {
    position: absolute;
    text-align: center;
    z-index: 10;
    bottom: 0;
    width: 100%;
}
.swiper-container-wrapper .swiper-pagination.gap-small {
    bottom: -20px;
}
.swiper-container-wrapper .swiper-pagination.gap-large {
    bottom: -40px;
}
.swiper-container-wrapper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
    opacity: 1;
    -webkit-transition: background 200ms ease-in;
    -o-transition: background 200ms ease-in;
    transition: background 200ms ease-in;
    height: 9px;
    width: 9px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    background: rgba(21, 21, 21, 0.15);
}
.swiper-container-wrapper .swiper-pagination .swiper-pagination-bullet:hover,
.swiper-container-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #4c86e5
}
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    background: none !important;
    color: rgba(255, 255, 255, 0.8);
    margin-top: -15px;
    font-weight: normal;
    width: auto;
    height: auto;
    padding: 0;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled:hover,
.swiper-button-next.swiper-button-disabled:hover {
    color: rgba(255, 255, 255, 0.3) !important;
    opacity: 1;
    pointer-events: auto !important;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
    color: rgba(255, 255, 255, 1);
}
.swiper-button-prev {
    left: 20px;
}
.swiper-button-next {
    right: 20px;
}
.swiper-button-prev:after {
    content: "\f104"!important;
}
.swiper-button-next:after {
    content: "\f105"!important;
}
.swiper-slide .link-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.swiper-slide .link-wrapper .link {
    position: absolute;
    display: block;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    display: table;
    text-align: center;
}
.swiper-slide .link-wrapper .link a {
    display: table-cell;
    vertical-align: middle;
    background: rgba(255, 255, 255, 0.9);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.swiper-slide .link-wrapper .link a:hover {
    background: rgba(255, 255, 255, 1);
}
.swiper-slide .link-wrapper .link a,
.swiper-slide .link-wrapper .link a:hover {
    color: #404040 !important;
}
.swiper-slide .link-wrapper .link a:after {
    font-family: 'elemis';
    font-size: 16px;
    line-height: 2;
}
.swiper-slide .link-wrapper .link.lightbox a:after {
    content: "\e900";
}
