@charset "UTF-8";
/*



	// Table of contents //

		01. CUSTOM FONTS
		02.	BODY
		03.	LINKS
		04.	HTML TAGS
		05.	SPACING
		06.	FORM ELEMENTS
		07.	CUSTOM CONTAINER
		08.	SECTIONS
		09.	CONTENT SECTION
		10.	SECTION TITLE
		11.	ODOMETER
		12.	PAGINATION
		13.	CUSTOM LINK
		14.	CUSTOM BUTTON
		15.	SANDWICH
		16.	EQUALIZER
		17.	PRE ELEMENTS
		18.	PAGE LOADED
		19.	CUSTOM CURSOR
		20.	PRELOADER
		21.	PAGE TRANSITION
		22.	SITE NAVIGATION
		23.	DISPLAY NAV
		24.	NAVBAR
		25.	BOTTOM BAR
		26.	LEFT SIDE
		27.	RIGHT SIDE
		28.	SLIDER
		29.	KINETIC SLIDER
		30.	VIDEO BG
		31.	PAGE HEADER
		32.	ICON CONTENT LIST BLOCK
		33.	SIDE IMAGE CONTENT 
		34.	RECENT NEWS
		35.	ICON CONTENT BLOCK
		36.	MASONRY GALLERY
		37.	TEXT CONTENT BLOCK
		38.	AWARDS
		39.	TEAM
		40.	SERVICES
		41.	CLIENTS
		42.	WORKS
		43.	BLOG POST
		44.	BLOG SIDEBAR
		45.	CONTACT
		46.	CONTACT FORM
		47.	FOOTER
		48.	RESPONSIVE MEDIUM  
		49.	RESPONSIVE TABLET  
		50.	RESPONSIVE MOBILE




*/
/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,600;0,700;0,800;1,100&display=swap');

@font-face {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-style: normal;
}
/* BODY */
* {
  outline: none !important;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  overflow-x: hidden;
  /*background: #000;*/
}


.main-color{
    color: #FF0097 !important;
}

.black{
    color: #000 !important;
}


::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

/* LINKS */
a {
  color: #0e0e0e;
}

a:hover {
  text-decoration: underline;
  color: #0e0e0e;
}

a:focus {
  color: #0e0e0e;
  text-decoration: none;
}

/* HTML TAGS */
html {
  height: 100%;
}

img {
  max-width: 100%;
}

p {
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}

/* SPACING */
.no-spacing {
  margin: 0 !important;
  padding: 0 !important;
}

.top-no-spacing {
  padding-top: 0 !important;
}

.top-50-spacing {
  padding-top: 50px !important;
}

/* FORM ELEMENTS */
input[type=text], input[type=email], input[type=password], input[type=search] {
  width: 440px;
  max-width: 100%;
  height: 60px;
  border: 1px solid #ccc;
  padding: 0 20px;
}

textarea {
  width: 540px;
  max-width: 100%;
  height: 160px;
  border: 1px solid #ccc;
  padding: 20px;
}

input[type=button], input[type=submit], button[type=button], button[type=submit] {
  height: 60px;
  background: #e71583;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  border: none;
  padding: 0 50px;
}

.div-pos{
    position: absolute; 
    bottom: 0 
    !important; width: 100%;
}

/* CUSTOM CONTAINER */
@media (min-width: 1170px) {
  .container {
    max-width: 1100px;
  }
 
 .div-pos{
    position: none; 
    bottom: 0 
    !important; width: 100%;
 }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1260px;
  }
  .div-pos{
    position: none; 
    bottom: 0 
    !important; width: 100%;
 }
}
.container-fluid {
  padding: 0 100px;
}

/* SECTIONS */
main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

aside {
  display: block;
}

article {
  display: block;
}

/* CONTENT SECTION */
.content-section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0;
  background: #fff;
}

.bg-color-dark {
  background: #0e0e0e !important;
}

.bg-color-dark h2{
  text-align: center;
  -webkit-text-stroke: 1px #fff;
}

.bg-color-main {
  background: #E8318A !important;
}

.bg-image-fixed {
  width: 100%;
  min-height: 450px;
  position: relative;
  background-size: cover;
  background-attachment: fixed;
}

/* SECTION TITLE */
.section-title {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 75px;
}
.section-title h6 {
  width: 100%;
  display: block;
  font-size: 17px;
  letter-spacing: 4px;
  margin-bottom: 10px;
}
.section-title h2 {
  width: 100%;
  display: block;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.section-title p {
  font-size: 17px;
  margin-top: 30px;
}

/* ODOMETER */
.odometer {
  line-height: 1;
  padding: 0;
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-car {
  padding: 0 !important;
}

.odometer.odometer-auto-theme .odometer-digit {
  padding: 0 !important;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner {
  left: 0 !important;
}

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-car .odometer-digit {
  padding: 0;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
  left: 0;
}

/* PAGINATION */
.pagination {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.pagination .page-item {
  display: inline-block;
}
.pagination .page-item .page-link {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  border-radius: 0 !important;
  font-size: 12px;
  font-weight: 600;
  color: #0e0e0e;
  outline: none !important;
}
.pagination .page-item .page-link:focus {
  outline: none !important;
}

/* SPLITTING */
.splitting .word, .splitting .char {
  display: inline-block;
}

.splitting .char {
  position: relative;
}

.animated .char {
  display: inline-block;
  animation: texteffect 0.6s cubic-bezier(0.5, 0, 0.5, 1) both;
  -webkit-animation: texteffect 0.6s cubic-bezier(0.5, 0, 0.5, 1) both;
  animation-delay: calc(10ms * var(--char-index));
}

/* REVEAL EFFECT */
.reveal-effect {
  float: left;
  position: relative;
}

.reveal-effect > * {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  position: relative;
}

.reveal-effect > * {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.reveal-effect {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.reveal-effect {
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.reveal-effect.animated {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.reveal-effect.animated * {
  -webkit-animation-name: show-img-1;
  animation-name: show-img-1;
}

.reveal-effect:after {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.reveal-effect:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.reveal-effect:after {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(0.05, 0);
  transform: scale(0.05, 0);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.reveal-effect.masker:after {
  background-color: #0e0e0e;
}

.reveal-effect.animated:after {
  -webkit-animation-name: slide-bg-2;
  animation-name: slide-bg-2;
}

/* ANIMATIONS */
@keyframes texteffect {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes texteffect {
  0% {
    -webkit-transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes texteffect {
  0% {
    -moz-transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes show-img-1 {
  0%, 66.6% {
    visibility: hidden;
  }
  100%, 66.7% {
    visibility: visible;
  }
}
@keyframes show-img-1 {
  0%, 66.6% {
    visibility: hidden;
  }
  100%, 66.7% {
    visibility: visible;
  }
}
@-webkit-keyframes slide-bg-2 {
  33.3% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0.05, 1);
    transform: scale(0.05, 1);
  }
  66.6% {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  66.7% {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
}
@keyframes slide-bg-2 {
  33.3% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0.05, 1);
    transform: scale(0.05, 1);
  }
  66.6% {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  66.7% {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
}
/* CUSTOM LINK */
.custom-link {
  width: 100%;
  display: block;
  overflow: hidden;
}
.custom-link a {
  color: #fff;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.custom-link a:before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 100%;
  color: #fff;
}
.custom-link a:hover {
  transform: translateY(-100%);
  text-decoration: none;
}

/* CUSTOM BUTTON */
.custom-btn {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    width: 220px;
    height: 58px;
    line-height: 56px;
    text-align: center;
    background-color: transparent !important;
    cursor: pointer;
    text-decoration: none;
    -webkit-appearance: none;
}
.custom-btn:hover {
  text-decoration: none;
}
.custom-btn:hover svg rect {
  stroke-width: 1;
  stroke-dasharray: 150, 500;
  stroke-dashoffset: 340;
}
.custom-btn svg {
  width: 220px;
  height: 58px;
  position: absolute;
  top: 0;
  left: 0;
}
.custom-btn svg rect {
  width: 218px;
  height: 56px;
  stroke-width: 1;
  stroke-dasharray: 353, 0;
  stroke-dashoffset: 0;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.custom-btn span {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

/* SANDWICH */
.menu-text {
  margin-left: auto;
  color: #fff;
}

.sandwich {
  width: 36px;
  height: 36px;
  display: inline-block;
  position: relative;
}
.sandwich * {
  transition: all 0.5s cubic-bezier(0.47, 0.02, 0.03, 0.86);
}
.sandwich span {
  width: 36px;
  height: 2px;
  background: #fff;
  position: absolute;
}
.sandwich .sand {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sandwich .sand span:nth-child(1) {
  top: 14px;
  height:4px;
  left: 0;
  background: #FF0097;
}
.sandwich .sand span:nth-child(2) {
  top: 24px;
  height:4px;
  left: 0;
  background: #FF0097;
}
.sandwich .closed {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 1px;
  z-index: 2;
  opacity: 1;
  overflow: hidden;
  transform: rotate(45deg);
  transform-origin: center;
}
.sandwich .closed span:nth-child(1) {
  width: 36px;
  top: 17px;
  left: 0;
  transform: rotate(0deg) translateX(-130%);
  transition-delay: 0.3s;
}
.sandwich .closed span:nth-child(2) {
  width: 36px;
  top: 17px;
  right: 0;
  transform: rotate(90deg) translateX(-130%);
  transition-delay: 0.45s;
}
.sandwich:hover .sand span:nth-child(1) {
  width: 26px;
}
.sandwich:hover .sand span:nth-child(2) {
  width: 26px;
  left: 10px;
}
.sandwich.active {
  position: relative;
}
.sandwich.active .sand span:nth-child(1) {
  width: 0;
}
.sandwich.active .sand span:nth-child(2) {
  width: 0;
  left: 0;
  transition-delay: 0.15s;
}
.sandwich.active .closed span:nth-child(1) {
  width: 36px;
  transform: rotate(0deg) translateX(0);
}
.sandwich.active .closed span:nth-child(2) {
  width: 36px;
  transform: rotate(90deg) translateX(0);
  transition-delay: 0.15s;
}

/* EQUALIZER */
.equalizer {
  width: 18px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
}

.equalizer span {
  background: #fff;
  width: 2px;
  height: 0px;
  bottom: 0;
  left: 0%;
  display: block;
  position: absolute;
  transition: height 0.2s linear;
}

.equalizer span:nth-child(1) {
  margin-left: 5px;
}

.equalizer span:nth-child(2) {
  margin-left: 10px;
}

.equalizer span:nth-child(4) {
  margin-left: 15px;
}

.equalizer span:nth-child(5) {
  margin-left: 20px;
}

.equalizer.paused span {
  height: 3px !important;
}

/* PRE ELEMENTS */
.navbar, .bottom-bar, .left-side, .right-side {
  transition: all ease 0.5s;
  opacity: 0;
  transition-delay: 1.5s;
}

.slide-content .link-holder, .page-header .container p {
  transition: all ease 0.5s;
  opacity: 0;
  transform: translateY(50px);
}

.slide-content h1, .page-header .container h1 {
  transition: all ease 0.5s;
  opacity: 0;
  transform: translateY(-50px);
}

.slider {
  transition: all ease 1s;
  transform: scale(1.5);
  transition-delay: 0.8s;
}

/* PAGE LOADED */
.page-loaded .preloader {
  height: 0;
  visibility: hidden;
}

.page-loaded .preloader span {
  width: 0;
}

.page-loaded .preloader .inner {
  visibility: hidden;
}

.page-loaded .preloader canvas {
  opacity: 0;
  animation: none;
  -webkit-animation: none;
  -moz-animation: none;
}

.page-loaded .preloader img {
  opacity: 0;
}

.page-loaded .navbar, .page-loaded .bottom-bar, .page-loaded .left-side, .page-loaded .right-side {
  opacity: 1;
}

.page-loaded .slide-content .link-holder, .page-loaded .page-header .container p {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.5s;
}

.page-loaded .slide-content h1, .page-loaded .page-header .container h1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.5s;
}

.page-loaded .slider {
  transform: scale(1);
}

/* CUSTOM CURSOR */
.cursor {
  position: fixed;
  top: -30px;
  left: -30px;
  pointer-events: none;
  z-index: 9999;
  mix-blend-mode: difference;
}
.cursor:before {
  content: "";
  width: 60px;
  height: 60px;
  display: inline-block;
  border-radius: 50%;
  background: white;
  transition: all ease 0.15s;
  transform: scale(0.15);
}

.cursor.light:before {
  transform: scale(1);
}

/* PRELOADER */
.preloader {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  transition-delay: 2s;
  overflow: hidden;
}
.preloader span {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0%;
  top: 0;
  background: #0e0e0e;
  transition: all ease 0.7s;
  transition-delay: 0.7s;
}
.preloader span:nth-child(2) {
  right: 25%;
}
.preloader span:nth-child(3) {
  right: 50%;
}
.preloader span:nth-child(4) {
  right: 75%;
}
.preloader .inner {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.preloader .inner canvas {
  display: inline-block;
  background: none;
  border-radius: 50%;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
  position: relative;
  z-index: 1;
  transition: all ease 0.5s;
}
.preloader .inner img {
  height: 150px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all ease 0.5s;
  transition-delay: 0.2s;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* PAGE TRANSITION */
.page-transition {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  visibility: hidden;
}
.page-transition span {
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #0e0e0e;
  transition: all ease 0.5s;
}
.page-transition span:nth-child(2) {
  left: 100%;
}
.page-transition span:nth-child(3) {
  left: 100%;
}
.page-transition span:nth-child(4) {
  left: 100%;
}
.page-transition.active {
  visibility: visible;
}
.page-transition.active span {
  width: 25%;
}

/* SITE NAVIGATION */
.site-navigation {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  visibility: hidden;
}
.site-navigation ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
.site-navigation ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 0;
  padding: 0;
  list-style: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0;
  line-height: 1;
  transform: skewY(6deg);
  position: relative;
  text-align: center;
  font-size: 5vw;
  color: #fff;
}
.site-navigation ul li.dropdown {
  position: relative;
}
.site-navigation ul li.dropdown span {
  display: inline-block;
  font-weight: 400;
  cursor: pointer;
  margin-right: 10px;
  margin-left: -3%;
  transform: scale(0.5);
}
.site-navigation ul li ul {
  width: 100%;
  margin-bottom: 0;
  display: none;
}
.site-navigation ul li ul li {
  margin: 10px;
  font-size: 20px;
  line-height: 1;
}
.site-navigation ul li ul li a {
  letter-spacing: 0;
}
.site-navigation ul li ul li a:hover {
  transform: translateY(0);
}
.site-navigation ul li ul li a:before {
  display: none;
}
.site-navigation ul li:nth-child(1) {
  transition-delay: 0.3s;
}
.site-navigation ul li:nth-child(2) {
  transition-delay: 0.35s;
}
.site-navigation ul li:nth-child(3) {
  transition-delay: 0.4s;
}
.site-navigation ul li:nth-child(4) {
  transition-delay: 0.45s;
}
.site-navigation ul li:nth-child(5) {
  transition-delay: 0.5s;
}
.site-navigation ul li b {
  display: inline-block;
  overflow: hidden;
}
.site-navigation ul li a {
  color: #fff;
  font-weight: 800;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.site-navigation ul li a:before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 100%;
  color: #fff;
}
.site-navigation ul li a:hover {
  transform: translateY(-100%);
  text-decoration: none;
}

/* DISPLAY NAV*/
.display-nav {
  overflow: hidden;
}
.display-nav .site-navigation {
    position:fixed;
  visibility: visible;
}
.display-nav .site-navigation ul li {
  opacity: 1;
  transform: skewY(0deg);
}
.display-nav .page-header .container {
  opacity: 0;
}
.display-nav .video-bg .container {
  opacity: 0;
}
.display-nav .photo-bg .container {
  opacity: 0;
}
.display-nav .kinetic-slider {
  opacity: 0.2;
  filter: blur(10px);
}
.display-nav .slider .swiper-slide-active .slide-content {
  opacity: 0;
}
.display-nav .sandwich {
  position: relative;
}
.display-nav .sandwich .sand span:nth-child(1) {
  width: 0;
}
.display-nav .sandwich .sand span:nth-child(2) {
  width: 0;
  left: 0;
  transition-delay: 0.15s;
}
.display-nav .sandwich:hover .sand span:nth-child(1) {
  width: 0;
}
.display-nav .sandwich:hover .sand span:nth-child(2) {
  width: 0;
  left: 10px;
}
.display-nav .sandwich .closed span:nth-child(1) {
  width: 36px;
  transform: rotate(0deg) translateX(0);
}
.display-nav .sandwich .closed span:nth-child(2) {
  width: 36px;
  transform: rotate(90deg) translateX(0);
  transition-delay: 0.15s;
}

/* NAVBAR */
.navbar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    background: rgba(0,0,0,0);
    left: 0;
    top: 0;
    z-index: 5;
    padding: 10px 100px;
    font-weight: 600;
}
.navbar .logo {
  margin-left: 0;
}
.navbar .logo a {
  display: inline-block;
}
.navbar .logo a img {
  height: 100px;
}
.navbar .languages {
  height: 21px;
  margin-left: 100px;
  margin-right: auto;
  margin-bottom: 0;
  padding: 0;
}
.navbar .languages li {
  display: inline-block;
  margin-right: 20px;
  padding: 0;
  overflow: hidden;
}
.navbar .languages li a {
  color: #fff;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.navbar .languages li a:before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 100%;
  color: #fff;
}
.navbar .languages li a:hover {
  transform: translateY(-100%);
  text-decoration: none;
}
.navbar .sandwich-menu {
  height: 40px;
  margin-right: 0;
  margin-left: 15px;
  color: #fff;
  overflow: hidden;
}

/* BOTTOM BAR */
.bottom-bar {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 20px 100px;
  color: #fff;
  font-weight: 600;
  align-items: center;
}
.bottom-bar .sound {
  flex: 1;
  margin-left: 0;
}
.bottom-bar .sound b {
  font-weight: 600;
}
.bottom-bar .scroll-down {
  flex: 1;
  text-align: right;
  margin-left: auto;
  overflow: hidden;
  position: relative;
}
.bottom-bar .scroll-down a {
  color: #fff;
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.bottom-bar .scroll-down a:before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 100%;
  color: #fff;
}
.bottom-bar .scroll-down a:hover {
  transform: translateY(-100%);
  text-decoration: none;
}
.bottom-bar .swiper-pagination-bullets {
  flex: 1;
}
.bottom-bar .slider-controls {
  flex: 1;
  text-align: right;
}

/* LEFT SIDE */
.left-side {
  width: 100vh;
  position: absolute;
  left: 40px;
  bottom: 0;
  color: #fff;
  transform: rotate(-90deg);
  transform-origin: left bottom;
  z-index: 3;
  text-align: center;
}
.left-side .social-links {
  height: 21px;
  margin-right: 0;
  margin-left: auto;
}
.left-side .social-links ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.left-side .social-links ul li {
  display: inline-block;
  margin-left: 15px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.left-side .social-links ul li a {
  color: #fff;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.left-side .social-links ul li a:before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 100%;
  color: #fff;
}
.left-side .social-links ul li a:hover {
  transform: translateY(-100%);
  text-decoration: none;
}

/* RIGHT SIDE */
.right-side {
  width: 100vh;
  position: absolute;
  right: 40px;
  bottom: 0;
  color: #fff;
  transform: rotate(90deg);
  transform-origin: right bottom;
  z-index: 3;
  text-align: center;
  overflow: hidden;
}
.right-side a {
  color: #fff;
  display: inline-block;
  height: 21px;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.right-side a:before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 100%;
  color: #fff;
}
.right-side a:hover {
  transform: translateY(-100%);
  text-decoration: none;
}

/* SLIDER */
.slider {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  background: #0e0e0e;
  overflow: hidden;
}
.slider:before {
  content: "";
  width: 100%;
  height: 30%;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}
.slider:after {
  content: "";
  width: 100%;
  height: 30%;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
}
.slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #0e0e0e;
  overflow: hidden;
}
.slider .swiper-container .swiper-slide {
  overflow: hidden;
}
.slider .swiper-container .swiper-slide.swiper-slide-duplicate-active .slide-image {
  opacity: 1;
  transform: scale(1);
}
.slider .swiper-slide-active .slide-image {
  opacity: 0.8;
  transform: scale(1);
}
.slider .swiper-slide-active .slide-content {
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.slider .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slider .slide-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.2;
  transform: scale(1.07);
  -webkit-transition: opacity 0.6s ease-in-out, transform 2s ease 0.7s;
  -moz-transition: opacity 0.6s ease-in-out, transform 2s ease 0.7s;
  transition: opacity 0.6s ease-in-out, transform 2s ease 0.7s;
}
.slider .slide-image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/bg-noise.gif");
  background-size: 200px auto;
  z-index: 2;
  opacity: 0.05;
}
.slider .slide-content {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 50px;
  bottom: 50%;
  transform: translateY(50%) !important;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slider .slide-content a {
  width: 100px;
  height: 100px;
  line-height: 98px;
  display: inline-block;
  color: #fff;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  transition: 0.2s transform;
}
.slider .slide-content a span {
  display: inline-block;
  letter-spacing: 1px;
  position: relative;
}
.slider .slide-content a span:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 35%;
  transform: translateX(-50%);
  transition: all ease 0.3s;
}
.slider .slide-content a circle {
  stroke-dasharray: 315;
  stroke-dashoffset: 315;
  transition: stroke-dashoffset 0.5s;
}
.slider .slide-content a svg {
  transition: transform 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}
.slider .slide-content a:hover circle {
  stroke-dashoffset: 0;
}
.slider .slide-content a:hover svg {
  transform: scale(1.1);
  background: rgba(255, 255, 255, 0.05);
}
.slider .slide-content a:hover span:before {
  width: 0;
}
.slider .slide-content h1 {
  display: inline-block;
  margin: 10px 0;
  font-weight: 800;
  color: transparent;
  font-size: 10vw;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  position: relative;
}
.slider .slider-controls {
  height: 21px;
  display: inline-block;
  margin-left: auto;
  right: 0;
  position: relative;
  overflow: hidden;
}
.slider .slider-controls .main-nav.prev {
  position: static;
  display: inline-block;
  width: auto;
  height: auto;
  background: none;
  margin: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.slider .slider-controls .main-nav.prev:before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 100%;
  color: #fff;
}
.slider .slider-controls .main-nav.prev:hover {
  transform: translateY(-100%);
  text-decoration: none;
}
.slider .slider-controls .main-nav.next {
  position: static;
  display: inline-block;
  width: auto;
  height: auto;
  background: none;
  margin: 0;
  margin-left: 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.slider .slider-controls .main-nav.next:before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 100%;
  color: #fff;
}
.slider .slider-controls .main-nav.next:hover {
  transform: translateY(-100%);
  text-decoration: none;
}
.slider .slider-controls .swiper-button-prev {
  position: static;
  display: inline-block;
  width: auto;
  height: auto;
  background: none;
  margin: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.slider .slider-controls .swiper-button-prev:before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 100%;
  color: #fff;
}
.slider .slider-controls .swiper-button-prev:hover {
  transform: translateY(-100%);
  text-decoration: none;
}
.slider .slider-controls .swiper-button-next {
  position: static;
  display: inline-block;
  width: auto;
  height: auto;
  background: none;
  margin: 0;
  margin-left: 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.slider .slider-controls .swiper-button-next:before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 100%;
  color: #fff;
}
.slider .slider-controls .swiper-button-next:hover {
  transform: translateY(-100%);
  text-decoration: none;
}
.slider .slider-fraction {
  display: inline-block;
  font-size: 50px;
  font-weight: 300;
  position: absolute;
  left: 100px;
  bottom: 100px;
}
.slider .slider-fraction span {
  display: inline-block;
}
.slider .swiper-pagination-bullets {
  display: inline-block;
  margin: 0 auto;
  margin-top: 4px;
  position: static;
}
.slider .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #fff;
  margin: 0 10px;
  text-align: center;
  position: relative;
  transform: scale(0.4);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.slider .swiper-pagination-bullets .swiper-pagination-bullet:hover {
  transform: scale(0.8);
}
.slider .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

/* KINETIC SLIDER */
.kinetic-slider {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

canvas {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

/* photo BG */
.photo-bg {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  position: relative;
  background: #0e0e0e;
  opacity: 0.8;
}

.photo-bg img {
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.photo-bg .container {
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.photo-bg .container a {
  width: 100px;
  height: 100px;
  line-height: 98px;
  display: inline-block;
  color: #fff;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  transition: 0.2s transform;
}
.photo-bg .container a span {
  display: inline-block;
  letter-spacing: 1px;
  position: relative;
}
.photo-bg .container a span:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 35%;
  transform: translateX(-50%);
  transition: all ease 0.3s;
}
.photo-bg .container a circle {
  stroke-dasharray: 315;
  stroke-dashoffset: 315;
  transition: stroke-dashoffset 0.5s;
}
.photo-bg .container a svg {
  transition: transform 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}
.photo-bg .container a:hover circle {
  stroke-dashoffset: 0;
}
.photo-bg .container a:hover svg {
  transform: scale(1.1);
  background: rgba(255, 255, 255, 0.05);
}
.photo-bg .container a:hover span:before {
  width: 0;
}
.photo-bg .container h1 {
  display: inline-block;
  margin: 10px 0;
  font-weight: 800;
  color: transparent;
  font-size: 10vw;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  position: relative;
  z-index: 999;
}

/* VIDEO BG */
.video-bg {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  position: relative;
  background: #0e0e0e;
  opacity: .8;
}
.video-bg video {
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.video-bg .container {
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.video-bg .container a {
  width: 100px;
  height: 100px;
  line-height: 98px;
  display: inline-block;
  color: #fff;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  transition: 0.2s transform;
}
.video-bg .container a span {
  display: inline-block;
  letter-spacing: 1px;
  position: relative;
}
.video-bg .container a span:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 35%;
  transform: translateX(-50%);
  transition: all ease 0.3s;
}
.video-bg .container a circle {
  stroke-dasharray: 315;
  stroke-dashoffset: 315;
  transition: stroke-dashoffset 0.5s;
}
.video-bg .container a svg {
  transition: transform 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}
.video-bg .container a:hover circle {
  stroke-dashoffset: 0;
}
.video-bg .container a:hover svg {
  transform: scale(1.1);
  background: rgba(255, 255, 255, 0.05);
}
.video-bg .container a:hover span:before {
  width: 0;
}
.video-bg .container h1 {
  display: inline-block;
  margin: 10px 0;
  font-weight: 800;
  color: transparent;
  font-size: 10vw;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  position: relative;
}

/* PAGE HEADER */
.page-header {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  background: #4d4c54;
  overflow: hidden;
}
.page-header .video-bg {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
}

.page-header .photo-bg {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
}

.page-header .video-bg video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.page-header .photo-bg img {
  min-width: max-content;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.page-header .container {
  text-align: center;
  transform: skewY(0deg);
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.page-header .container h1 {
  font-weight: 800;
  color: transparent;
  font-size: 8vw;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}
.page-header .container p {
  color: #fff;
  font-size: 18px;
}

/* ICON CONTENT LIST BLOCK */
.icon-content-list-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 40px 30px;
  /*border: 1px solid rgba(0, 0, 0, 0.1);*/
}
.icon-content-list-block figure {
  width: 100%;
  display: block;
  margin-bottom: 40px;
  padding-left: 40px;
}
.icon-content-list-block figure img {
  height: 100px;
}
.icon-content-list-block small {
  width: 100%;
  display: inline-block;
  line-height: 1;
}
.icon-content-list-block h5 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  line-height: 1;
}
/*.icon-content-list-block h5:after {*/
/*  content: "";*/
/*  width: 20px;*/
/*  height: 1px;*/
/*  display: inline-block;*/
/*  background: #0e0e0e;*/
/*  margin-left: 15px;*/
/*  margin-bottom: 4px;*/
/*}*/
.icon-content-list-block p {
  padding-left: 40px;
  margin-bottom: 40px;
  opacity: 0.6;
}
.icon-content-list-block ul {
  width: 100%;
  margin: 0;
  /*margin-left: 40px;*/
  padding: 0;
}
.icon-content-list-block ul li {
  width: 100%;
  margin-bottom: 10px;
  padding: 0;
  list-style: none;
  font-size: 20px;
}
.icon-content-list-block ul li:last-child {
  margin-bottom: 0;
}

/* SIDE IMAGE CONTENT */
.left-side-content {
  position: relative;
  padding: 150px 0;
  padding-right: 15%;
  color: #fff;
}
.left-side-content:before {
  content: "";
  width: 50vw;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #E8318A;
}
.left-side-content:after {
  content: "";
  width: 20vw;
  height: 100%;
  position: absolute;
  right: -20%;
  top: 0;
  background: #E8318A;
}
.left-side-content .inner {
  width: 100%;
  display: block;
  position: relative;
}
.left-side-content h4 {
  width: 100%;
  display: block;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.left-side-content p {
  font-size: 17px;
}
.left-side-content b {
  font-size: 13px;
  width: 100%;
  display: block;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 30px;
  opacity: 0.6;
}
.left-side-content .custom-btn {
  margin-top: 40px;
}

.right-side-image {
  width: 50vw;
  display: block;
  position: relative;
  margin: 0;
}
.right-side-image .image {
  width: 100%;
}
.right-side-image figcaption {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
  text-align: center;
  color: #fff;
}
.right-side-image figcaption img {
  width: 150px;
  display: inline-block;
  background: #E8318A;
  margin-bottom: 10px;
}
.right-side-image figcaption small {
  width: 100%;
  display: block;
}

/* RECENT NEWS */
.recent-news {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.recent-news:hover figure figcaption:after {
  width: 100%;
}
.recent-news figure {
  width: 100%;
  margin: 0;
}
.recent-news figure img {
  width: 100%;
  margin-bottom: 40px;
}
.recent-news figure figcaption {
  width: 100%;
  display: block;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
  position: relative;
}
.recent-news figure figcaption:after {
  content: "";
  width: 0;
  height: 1px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: #0e0e0e;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.recent-news figure figcaption small {
  display: block;
  opacity: 0.5;
  margin-bottom: 10px;
}
.recent-news figure figcaption h4 {
  width: 100%;
  display: block;
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
}
.recent-news figure figcaption h4 a {
  color: #0e0e0e;
}
.recent-news figure figcaption h4 a:hover {
  text-decoration: none;
}

/* ICON CONTENT BLOCK*/
.icon-content-block {
  width: 100%;
  display: block;
  margin: 15px 0;
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.icon-content-block figure {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
}
.icon-content-block figure img {
  width: 60px;
  margin-bottom: 80px;
  display: inline-block;
}
.icon-content-block figure figcaption {
  width: 100%;
  display: block;
}
.icon-content-block figure figcaption h5 {
  font-weight: 600;
  margin-bottom: 20px;
}

/* MASONRY GALLERY */
.no-spacing .masonry-grid.col-lg-6:nth-child(3) {
  padding-left: 0;
}

.masonry {
  position: relative;
  z-index: 2;
}
.masonry .masonry-grid {
  letter-spacing: 0;
}
.masonry .masonry-grid .masonry-gallery {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  background: #E8318A;
}
.masonry .masonry-grid .masonry-gallery:hover img {
  opacity: 0.3;
}
.masonry .masonry-grid .masonry-gallery:hover figcaption {
  opacity: 1;
}
.masonry .masonry-grid .masonry-gallery * {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.masonry .masonry-grid .masonry-gallery figcaption {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  opacity: 0;
}
.masonry .masonry-grid .masonry-gallery figcaption small {
  width: 100%;
  display: block;
  opacity: 0.7;
}
.masonry .masonry-grid .masonry-gallery figcaption h4 {
  font-weight: 600;
  margin: 0;
  line-height: 1;
}
.masonry .masonry-grid .masonry-gallery img {
  width: 100%;
  mix-blend-mode: lighten;
}

/* TEXT CONTENT BLOCK */
.col-lg-5 .text-content-block {
  padding-right: 10%;
}

.text-content-block {
  width: 100%;
  display: block;
}
.text-content-block p {
  font-size: 17px;
}
.text-content-block u {
  text-decoration: underline;
}
.text-content-block strong {
  font-weight: 600;
}
.text-content-block .custom-link a {
  font-weight: 600;
  color: #0e0e0e;
}
.text-content-block .custom-link a:before {
  color: #0e0e0e;
}

/* AWARDS */
.awards {
  width: 100%;
  display: block;
  color: #fff;
  text-align: center;
}
.awards figure {
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
}
.awards img {
  height: 40px;
}
.awards .odometer {
  font-size: 50px;
  margin-bottom: 10px;
}
.awards h4 {
  font-size: 12px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

/* TEAM */
.team {
  margin: 15px 0;
  position: relative;
  /*background: #E8318A;*/
}
.team:hover img {
  opacity: 0;
}
.team:hover figcaption {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}
.team img {
  width: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
 /* filter: grayscale(1);
  mix-blend-mode: lighten;*/
}
.team figcaption {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0;
}

.team:hover figcaption img{
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}

.team figcaption h5 {
  padding-top: 20px; 
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}
.team figcaption small {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.team figcaption ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.team figcaption ul li {
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  list-style: none;
}
.team figcaption ul li a {
  color: #fff;
  font-size: 13px;
}
.team figcaption ul li a:hover {
  text-decoration: none;
}

/* SERVICES */
.services-image {
  width: 100%;
  margin: 0;
}

.services-content {
  width: 100%;
  display: block;
  color: #fff;
}
.services-content h5 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  line-height: 1;
}
.services-content p {
  font-size: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.services-content ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.services-content ul li {
  width: 50%;
  display: inline-block;
  margin: 0;
  padding: 4px 0;
  list-style: none;
  font-size: 26px;
}

/* CLIENTS */
.clients {
  border: 1px solid #eee;
  margin-bottom: 0;
  padding: 15px 50px;
  margin-left: -1px;
  margin-top: -1px;
  position: relative;
}
.clients * {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.clients:hover img {
  opacity: .6;
  transform: scale(0.9);
}
.clients:hover figcaption {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.clients img {
  width: 100%;
}
.clients figcaption {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scale(0.7);
  text-align: center;
  opacity: 0;
}
.clients figcaption a {
  display: inline-block;
  color: #0e0e0e;
}

/* WORKS */
.works {
  width: 100%;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 0;
  position: relative;
  background: #0e0e0e;
  color: #fff;
}
.works:hover img {
  opacity: 0.8;
}
.works img {
  width: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.works figcaption {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
}
.works figcaption:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: overlay;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
  background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
  background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
  background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
  background-image: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
}
.works figcaption div {
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
}
.works figcaption div ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.works figcaption div ul li {
  display: inline-block;
  margin-right: 5px;
  padding: 0;
  list-style: none;
}
.works figcaption div ul li:last-child:after {
  display: none;
}
.works figcaption div ul li:after {
  content: ",";
}
.works figcaption div h5 {
  font-size: 50px;
  font-weight: 800;
  overflow: hidden;
  position: relative;
}
.works figcaption div h5 a {
  color: #fff;
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #fff;
}
.works figcaption div h5 a:before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 100%;
  color: #fff;
}
.works figcaption div h5 a:hover {
  transform: translateY(-100%);
  text-decoration: none;
}

.masonry-grid.col-lg-6:nth-child(1) .works {
  margin-top: 0;
}

.masonry-grid.col-lg-6:nth-child(2) .works {
  margin-top: 0;
}

.masonry-grid.col-lg-6:nth-child(3) {
  padding-left: 50px;
}

.masonry-grid.col-lg-6:nth-child(4) {
  padding-right: 50px;
}

.masonry-grid.col-lg-6:nth-child(5) {
  padding-left: 150px;
}

.masonry-grid.col-lg-6:nth-child(6) {
  padding-right: 150px;
}

.masonry-grid.col-lg-6:nth-child(7) {
  padding-left: 50px;
}

.masonry-grid.col-lg-6:nth-child(8) {
  padding-right: 50px;
}

.masonry-grid.col-lg-6:nth-child(9) {
  padding-left: 200px;
}

.works-content {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  font-size: 17px;
}
.works-content ul {
  padding-left: 20px;
}
.works-content a {
  text-decoration: underline;
}
.works-content h6 {
  font-weight: 600;
  margin-bottom: 15px;
}

.works-slider {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.works-slider .swiper-slide {
  width: 70%;
}
.works-slider .swiper-slide video {
  width: 100%;
}
.works-slider .swiper-slide img {
  width: 100%;
}

/* BLOG POST */
.blog-post {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.blog-post:last-child {
  margin-bottom: 50px;
}
.blog-post:nth-child(even) {
  display: flex;
  flex-wrap: wrap;
}
.blog-post:nth-child(even) .post-image {
  order: 2;
}
.blog-post:nth-child(even) .post-content {
  order: 1;
  border-left: 1px solid #eee;
  border-right: none;
}
.blog-post.post-single {
  width: 100%;
  margin-bottom: 25px;
}
.blog-post.post-single .post-image {
  width: 100%;
  flex: inherit;
  margin-bottom: 30px;
}
.blog-post.post-single .post-content {
  width: 100%;
  flex: inherit;
  display: block;
  padding: 0;
  border: none;
}
.blog-post.post-single .post-content .post-title {
  width: 100%;
  display: block;
  font-size: 56px;
  font-weight: 800;
  margin-bottom: 30px;
  letter-spacing: -1px;
  line-height: 1.3;
}
.blog-post .post-image {
  flex: 1;
  display: block;
  margin-bottom: 0;
}
.blog-post .post-image img {
  width: 100%;
  max-height: 655px !important; 
  object-fit: cover;
}
.blog-post .post-content {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 2;
  border: 1px solid #eee;
  padding: 30px;
}
.blog-post .post-content .post-inner {
  width: 100%;
}
.blog-post .post-content .post-date {
  width: 100%;
  display: block;
  color: #727479;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.blog-post .post-content .post-title {
  width: 100%;
  display: block;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: -1px;
  line-height: 1.3;
}
.blog-post .post-content .post-title a {
  color: #0e0e0e;
}
.blog-post .post-content .post-title a:hover {
  color: #E8318A;
  text-decoration: none;
}
.blog-post .post-content .post-author {
  width: 100%;
  display: block;
  margin-bottom: 40px;
}
.blog-post .post-content .post-author img {
  width: 60px;
  height: 60px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}
.blog-post .post-content .post-author b {
  color: #727479;
  font-weight: 400;
}
.blog-post .post-content .post-author b a {
  color: #0e0e0e;
}
.blog-post .post-content .post-author b a:hover {
  text-decoration: none;
}
.blog-post .post-content .post-categories {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  padding: 0;
}
.blog-post .post-content .post-categories li {
  display: inline-block;
  margin: 0;
  margin-right: 10px;
  padding: 0;
  list-style: none;
}
.blog-post .post-content .post-categories li a {
  color: #0e0e0e;
  font-size: 11px;
  padding-bottom: 3px;
  border-bottom: 2px solid #0e0e0e;
}
.blog-post .post-content .post-categories li a:hover {
  text-decoration: none;
  border-color: #E8318A;
}
.blog-post .post-content .social-share {
  width: 100%;
  float: left;
  padding: 0;
  margin-bottom: 40px;
  text-align: center;
}
.blog-post .post-content .social-share li {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0;
  list-style: none;
}
.blog-post .post-content .social-share li.facebook a {
  background: #475993;
}
.blog-post .post-content .social-share li.twitter a {
  background: #76a9ea;
}
.blog-post .post-content .social-share li.google-plus a {
  background: #f34a38;
}
.blog-post .post-content .social-share li.linkedin a {
  background: #0077b7;
}
.blog-post .post-content .social-share li.youtube a {
  background: #f61c0d;
}

.youtube iframe{
    width:80%;
    height:700px;
}

.blog-post .post-content .social-share li a {
  line-height: 44px;
  float: left;
  padding: 0 20px;
  background: #0e0e0e;
  font-weight: 600;
  color: #fff;
  border: none;
  border-radius: 0;
}
.blog-post .post-content .social-share li a:hover {
  text-decoration: none;
}
.blog-post .post-content blockquote {
  background: #E8318A;
  color: #fff;
  padding: 30px;
  margin-bottom: 25px;
}
.blog-post .post-content blockquote h5 {
  font-weight: 800;
}
.blog-post .post-content p {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 25px;
}
.blog-post .post-content h3 {
  font-weight: 600;
}
.blog-post .post-content h4 {
  font-weight: 600;
}
.blog-post .post-content h5 {
  font-weight: 600;
}
.blog-post .post-content h6 {
  font-weight: 600;
}
.blog-post .post-content strong {
  font-weight: 600;
}
.blog-post .post-content u {
  text-decoration: none;
  border-bottom: 2px solid #0e0e0e;
}
.blog-post .post-content .custom-list {
  width: 100%;
  display: block;
  padding-left: 20px;
}
.blog-post .post-content .custom-list li {
  font-size: 17px;
}
.blog-post .post-content .image-full {
  display: block;
  height: auto;
  margin-bottom: 30px;
  margin-top: 30px;
}
.blog-post .post-content .image-full img {
  width: 100%;
}
.blog-post .post-content .post-link {
  display: inline-block;
  overflow: hidden;
}
.blog-post .post-content .post-link a {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-weight: 600;
}
.blog-post .post-content .post-link a:before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 100%;
}
.blog-post .post-content .post-link a:hover {
  transform: translateY(-100%);
  text-decoration: none;
}

/* BLOG SIDEBAR */
.sidebar {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 80px;
}
.sidebar .widget {
  width: 100%;
  display: block;
  margin-bottom: 50px;
  background: #fff;
  padding: 40px;
  padding-top: 0;
  border: 5px solid #0e0e0e;
  border-left: 1px solid #0e0e0e;
  border-top: 1px solid #0e0e0e;
  position: relative;
}
.sidebar .widget .categories {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.sidebar .widget .categories li {
  width: 100%;
  display: block;
  margin: 0;
  padding: 3px 0;
  list-style: none;
}
.sidebar .widget .categories li a {
  margin: 0;
}
.sidebar .widget .categories li a:hover {
  color: #E8318A;
  text-decoration: none;
}
.sidebar .widget .categories li span {
  float: right;
  opacity: 0.5;
}
.sidebar .widget .tags {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.sidebar .widget .tags li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0;
  list-style: none;
}
.sidebar .widget .tags li a {
  color: #fff;
  background: #E8318A;
  display: inline-block;
  font-size: 13px;
  padding: 3px 6px;
}
.sidebar .widget .tags li a:hover {
  color: #E8318A;
  background: #0e0e0e;
  text-decoration: none;
}
.sidebar .widget .side-gallery {
  display: block;
  margin-left: -1px;
  margin-right: -1px;
  padding: 0;
}
.sidebar .widget .side-gallery li {
  width: 50%;
  float: left;
  margin: 0;
  padding: 1px;
  list-style: none;
}
.sidebar .widget p {
  margin-bottom: 0;
}
.sidebar .widget form {
  margin: 0;
}
.sidebar .widget form input[type=search] {
  width: 100%;
  margin-bottom: 10px;
}
.sidebar .widget form button[type=submit] {
  background: #E8318A;
  color: #0e0e0e;
  font-size: 20px;
}
.sidebar .widget .title {
  width: 100%;
  display: block;
  border-bottom: 4px solid #eee;
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 30px 0;
  margin-bottom: 30px;
  color: #0e0e0e;
  position: relative;
}

/* CONTACT */
.contact-box {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.contact-box small {
  width: 100%;
  display: block;
  margin-bottom: 5px;
  opacity: 0.5;
  font-weight: 600;
}
.contact-box a {
  color: #0e0e0e;
  text-decoration: underline;
}

.map {
  height: 380px;
  margin-left: -50px;
  margin-right: -50px;
  margin-bottom: 60px;
  margin-top: 30px;
  position: relative;
}
.map:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #E8318A;
  mix-blend-mode: color;
}
.map .map-note {
    width: 400px;
    /* height: calc(100%); */
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, 0);
    z-index: 2;
    padding: 30px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #E71583;
}
.map .map-note h6 {
  margin-top: auto;
  font-weight: 600;
}

.contact-image {
  width: 100%;
  margin: 0;
}
.contact-image img {
  width: 100%;
}

/* CONTACT FORM */
.contact-form {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  padding-right: 0%;
}
.contact-form .form-group {
  margin-bottom: 0;
}
.contact-form #contact {
  display: block;
}
.contact-form #contact .form-group {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 35px;
}
.contact-form #contact .form-group:last-child {
  margin-bottom: 0;
}
.contact-form #contact .form-group .checkbox {
  display: flex;
  flex-wrap: wrap;
  width: 30%;
  height: 52px;
  border: 1px solid #ccc;
  margin-right: 5%;
  align-items: center;
  padding-left: 15px;
}
.contact-form #contact .form-group .checkbox:last-child {
  margin-right: 0;
}
.contact-form #contact .form-group .checkbox input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  display: inline-block;
  margin-right: 5px;
}
.contact-form #contact .form-group .checkbox input[type=checkbox]:checked {
  background: #131314;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff;
  box-shadow: inset 0px 0px 0px 2px #fff;
}
.contact-form #contact .form-group .checkbox small {
  display: inline-block;
  margin-top: 2px;
}
.contact-form #contact .form-group .checkbox label {
  order: 3;
}
.contact-form #contact .form-group p {
  width: 100%;
  display: block;
  line-height: 1;
  margin-bottom: 15px;
}
.contact-form #contact .form-group small {
  display: block;
  font-size: 13px;
  opacity: 0.4;
}
.contact-form #contact .form-group input[type=text] {
  width: 100%;
  background: none;
  position: relative;
  z-index: 2;
}
.contact-form #contact .form-group textarea {
  width: 100%;
  position: relative;
  z-index: 2;
}
.contact-form #contact .form-group label.error {
  color: red;
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 13px;
}
.contact-form input.error {
  border: 1px solid red;
}
.contact-form textarea.error {
  border: 1px solid red;
}
.contact-form #success, .contact-form #error {
  display: none;
  float: left;
  width: 100%;
  margin-top: 30px;
  font-size: 600;
  font-size: 15px;
}
.contact-form #error {
  background: red;
  color: #fff;
}
.contact-form #success {
  background: green;
  color: #fff;
}
.contact-form .alert {
  border: none;
  border-radius: 0;
  padding: 40px 30px;
}

/* FOOTER */
.footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  color: #fff;
  position: relative;
  background: #E71583;
  background-size: cover;
}
.footer .work-with-us {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.footer .work-with-us .custom-btn {
  margin: 50px 0;
}
.footer .work-with-us h6 {
  width: 100%;
  display: block;
  font-size: 16px;
  letter-spacing: 1px;
}
.footer .work-with-us h2 {
  width: 100%;
  display: block;
  font-size: 7vw;
  font-weight: 800;
  line-height: 1;
  margin: 0;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: #fff;
}
.footer .work-with-us h2 span {
  color: #fff;
}
.footer address {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.footer address small {
  width: 100%;
  display: block;
  margin-bottom: 5px;
  opacity: 0.5;
  font-weight: 600;
}
.footer address p {
  margin: 0;
  overflow: hidden;
}
.footer address a {
  color: #fff;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.footer address a:before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 100%;
  color: #fff;
}
.footer address a:hover {
  /*transform: translateY(-100%);*/
  text-decoration: none;
}
.footer .footer-bottom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 0;
  font-size: 12px;
}
.footer .footer-bottom span {
  display: inline-block;
  margin-right: auto;
}
.footer .footer-bottom .footer-menu {
  display: inline-block;
  margin-left: auto;
  margin-bottom: 0;
  padding: 0;
}
.footer .footer-bottom .footer-menu li {
  display: inline-block;
  height: 18px;
  margin-left: 20px;
  list-style: none;
  overflow: hidden;
}
.footer .footer-bottom .footer-menu li:first-child {
  margin-left: 0;
}
.footer .footer-bottom .footer-menu li a {
  color: #fff;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.footer .footer-bottom .footer-menu li a:before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 100%;
  color: #fff;
}
.footer .footer-bottom .footer-menu li a:hover {
  transform: translateY(-100%);
  text-decoration: none;
}

/* RESPONSIVE MEDIUM  */
@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {
  .team figcaption ul li {
    margin: 0 5px;
  }

  .services-content ul li {
    font-size: 23px;
  }

  .clients {
    padding: 40px 60px;
  }

  .masonry-grid.col-lg-6 {
    padding: 0 15px !important;
  }

  .blog-post .post-content .post-title {
    font-size: 24px;
  }

  .blog-post.post-single .post-content .post-title {
    font-size: 36px;
  }
}
/* RESPONSIVE TABLET  */
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  .cursor {
    display: none;
  }

  .col-lg-5 .text-content-block {
    padding-right: 0;
  }

  .col-lg-4:nth-child(3) .icon-content-list-block {
    margin: 30px 0;
  }

  .left-side-content {
    padding: 60px 40px;
    background: #E8318A;
  }

  .left-side-content:before {
    display: none;
  }

  .left-side-content:after {
    display: none;
  }

  .right-side-image {
    width: 100%;
    display: block;
  }

  .right-side-image figcaption {
    padding: 40px;
  }

  .col-lg-4:nth-child(3) .recent-news {
    margin: 50px 0;
  }

  .masonry-grid.col-lg-6 {
    padding: 15px !important;
  }

  .text-content-block .custom-link {
    margin-bottom: 50px;
  }

  .hide-mobile {
    display: none;
  }

  .works {
    margin: 0;
  }

  .services-image {
    margin-bottom: 100px;
  }

  .blog-post .post-image {
    width: 100%;
    flex: inherit;
  }

  .blog-post:nth-child(even) .post-image {
    order: 1;
  }

  .map {
    margin-left: 0;
    margin-right: 0;
  }

  .contact-form {
    padding: 10px;
  }

  .contact-image {
    display: none;
  }

  .container-fluid {
    padding: 0 30px;
  }

  .content-section {
    /*padding: 100px 0;*/
  }

  .section-title {
    margin-bottom: 50px;
  }

  input, textarea, button {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .footer {
    /*padding-top: 100px;*/
  }
}
/* RESPONSIVE MOBILE */
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .youtube iframe{
        width:100%;
        height:200px;
    }
    
    .media-main-color{
        color: #FF0097 !important;
    }
    
    .media-black{
        color: #000 !important;
    }
    
    
    .cat-sec{
        padding-bottom: 0 !important; 
        margin-top: 130px !important
    }
    
    
  .navbar:after {
    content: "";
    width: 100%;
    height: 20vh;
    position: absolute;
    left: 0;
    top: 100%;
  }
  
  .div-pos{
    position: none; 
    bottom: 0 
    !important; width: 100%;
 }

  .bottom-bar:before {
    content: "";
    width: 100%;
    height: 20vh;
    position: absolute;
    left: 0;
    bottom: 100%;
  }

  .preloader .inner canvas {
    width: 200px;
    height: 200px;
  }

  .site-navigation ul li {
    font-size: 10vw;
  }

  .site-navigation ul li ul li {
    font-size: 15px;
  }

  .slider {
    height: 90vh;
  }

  .slider .slider-fraction {
    display: none;
  }

  .bottom-bar .swiper-pagination-bullets {
    display: none;
  }

  .page-header {
    /*margin-top: 117px;*/
    /*height: 80%;*/
    /*padding-bottom: 80%;*/
  }
    
  .page-header .photo-bg{
     height: 100%;
     width: 100%;
  }    

  .navbar {
    padding: 10px;
  }
    
  .site-navigation ul {
    width: 100%;
    /*margin-top: 10%;*/
    padding: 0;
    position: absolute;
    z-index: 999;
    }

  .navbar .languages {
    display: none;
  }

  .bottom-bar {
    padding: 20px 30px;
  }

  .left-side {
    display: none;
  }

  .right-side {
    display: none;
  }

  .masonry-grid.col-lg-6 {
    padding: 0 !important;
  }

  .works {
    margin-bottom: 15px;
  }

  .works figcaption div h5 {
    font-size: 30px;
  }

  .works-slider {
    width: 100%;
    display: block;
  }

  .works-slider .swiper-slide {
    width: 100%;
  }

  .section-title h6 {
    letter-spacing: 0;
  }

  .blog-post.post-single .post-content .post-title {
    font-size: 26px;
  }

  .no-gutters .col-lg-6 {
    padding: 0 !important;
  }

  .team {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .clients {
    padding: 30px;
  }

  .map {
    width: 100%;
    display: block;
    height: 300px;
  }

  .map .map-note {
    width: 100%;
    height: auto;
  }

  .map:after {
    display: none;
  }

  .footer .work-with-us {
    margin-bottom: 0;
  }

  .footer .work-with-us h2 {
    font-size: 10vw;
  }

  .footer .footer-bottom .footer-menu {
    margin-left: 0;
  }

  .footer .footer-bottom span {
    order: 2;
    width: 100%;
    margin-top: 10px;
  }
}

/*# sourceMappingURL=style.css.map */


/* Make the container relative */
.swap-on-hover {
  position: relative; 
  margin:  0 auto;
  max-width: 400px;
}

/* Select the image and make it absolute to the container */
.swap-on-hover img {
  position: absolute;
  top:0;
  left:0;
  overflow: hidden;
  /* Sets the width and height for the images*/
  width: 400px;
  height: 400px;
}

/* 
  We set z-index to be higher than the back image, so it's alwyas on the front.

We give it an opacity leaner to .25s, that way when we hover we will get a nice fading effect. 
*/
.swap-on-hover .swap-on-hover__front-image {
  z-index: 2;
  transition: opacity .5s linear;
  cursor: pointer;
}

/* When we hover the figure element, the block with .swap-on-hover, we want to use > so the front-image is going to have opacity of 0, which means it will be hidden, to the back image will show */
.swap-on-hover:hover > .swap-on-hover__front-image{
  opacity: 0;
}

.btn-primary {
    background-color: #E7A331;
    color: #ffffff;
    border: 2px solid #E7A331;
    c;
    border-radius: 4px;
}
.btn-primary:hover {
    background-color: #d6962c;
    border-color: #d6962c;
    color: #fff;
}


.portfolio_content{
    padding-bottom:120px;
    display:inline-block;
}
.portfolio .portfolio_content .head_title h3{
    color:#000000;
}
.portfolio .portfolio_content .head_title h4{
    color:#000000;
}

.single_portfolio_text{
    display:inline-block;
    padding:0;
    position:relative;
    overflow:hidden;

}
.single_portfolio_text img{
    width:100%;
}

.single_portfolio_text:hover .portfolio_images_overlay{
    top:5%;
    left: 5%;
}

.portfolio_images_overlay{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    padding: 20px;
    margin: 0 auto;
    top:-100%;
    left: 5%;
    position: absolute;
    transition:.6s;
}
.portfolio_images_overlay h6{
    text-transform:uppercase;
    color:#fff;
    font-size:2rem;
    line-height:2.575rem;
    font-weight: 500;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.portfolio_images_overlay p.product_price{
    font-size:2.5725rem;
    color:#fff;
    line-height:3rem;
}
.portfolio_images_overlay .btn{
    margin-top: 25px;
}

@media (min-width:769px) and (max-width:991px) {
    .portfolio_images_overlay {
        padding: 0px;
    }
}
@media (max-width:768px) {
    .portfolio_images_overlay{
        padding: 170px 20px;
    }
}
@media (max-width:580px) {
    .portfolio_images_overlay{
        padding: 100px 20px;
    }
}
@media (max-width:480px) {
    .portfolio_images_overlay{
        padding: 40px 20px;
    }
}
@media (max-width:320px) {
    .portfolio_images_overlay{
        padding: 20px;
    }
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .page-header .photo-bg img {
    min-width: 120%;
    height: 20%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
   }
}


/*********************** Demo - 1 *******************/
.working .col-md-4{
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.box1 img,
.box1:after,
.box1:before {
  width: 100%;
  transition: all 0.3s ease 0s;
}
.box1 .icon,
.box2,
.box3,
.box4,
.box5 .icon li a {
  text-align: center;
}
.box10:after,
.box10:before,
.box1:after,
.box1:before,
.box2 .inner-content:after,
.box3:after,
.box3:before,
.box4:before,
.box5:after,
.box5:before,
.box6:after,
.box7:after,
.box7:before {
  content: "";
}
.box1,
.box11,
.box12,
.box13,
.box14,
.box16,
.box17,
.box18,
.box2,
.box20,
.box21,
.box3,
.box4,
.box5,
.box5 .icon li a,
.box6,
.box7,
.box8 {
  overflow: hidden;
}
.box1 .title,
.box10 .title,
.box4 .title,
.box7 .title {
  letter-spacing: 1px;
}
.box3 .post,
.box4 .post,
.box5 .post,
.box7 .post {
  font-style: italic;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mb-30 {
  margin-bottom: 30px;
}
.box1 .icon,
.box1 .title {
  margin: 0;
  position: absolute;
}
.box1 {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  position: relative;
}
.box1:after,
.box1:before {
  height: 50%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform-origin: 100% 0;
  transform: rotateZ(90deg);
}
.box1:after {
  top: auto;
  bottom: 0;
  transform-origin: 0 100%;
}
.box1:hover:after,
.box1:hover:before {
  transform: rotateZ(0);
}
.box1 img {
  height: auto;
  transform: scale(1) rotate(0);
}
.box1:hover img {
  filter: sepia(80%);
  transform: scale(1.3) rotate(10deg);
}
.box1 .title {
  font-size: 19px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 0 1px #004cbf;
  bottom: 10px;
  left: 10px;
  opacity: 0;
  z-index: 2;
  transform: scale(0);
  transition: all 0.5s ease 0.2s;
}
.box1:hover .title {
  opacity: 1;
  transform: scale(1);
}
.box1 .icon {
  padding: 7px 5px;
  list-style: none;
  background: #004cbf;
  border-radius: 0 0 0 10px;
  top: -100%;
  right: 0;
  z-index: 2;
  transition: all 0.3s ease 0.2s;
}
.box1:hover .icon {
  top: 0;
}
.box1 .icon li {
  display: block;
  margin: 10px 0;
}
.box1 .icon li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 10px;
  font-size: 18px;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.box2 .icon li a,
.box3 .icon a:hover,
.box4 .icon li a:hover,
.box5 .icon li a,
.box6 .icon li a {
  border-radius: 50%;
}
.box1 .icon li a:hover {
  color: #fff;
  box-shadow: 0 0 10px #000000 inset, 0 0 0 3px #ffffff;
}
@media only screen and (max-width: 990px) {
  .box1 {
    margin-bottom: 30px;
  }
}
/*********************** Demo - 2 *******************/
.box2 {
  position: relative;
}
.box2 img {
  width: 100%;
  height: auto;
}
.box2 .box-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.box2 .box-content:after,
.box2 .box-content:before,
.box2:after,
.box2:before {
  content: "";
  width: 80%;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all 0.5s ease 0s;
}
.box2:before {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.2) 49%, transparent 50%);
  left: -100%;
}
.box2:after {
  background: linear-gradient(45deg, transparent 49%, rgba(0, 0, 0, 0.2) 50%);
  left: 160%;
}
.box2 .box-content:after,
.box2 .box-content:before {
  width: 65%;
  height: 65%;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.3) 49%, transparent 50%);
  left: -100%;
  transition-delay: 0.1s;
}
.box1 .box-content:after {
  background: linear-gradient(45deg, transparent 49%, rgba(0, 0, 0, 0.3) 50%);
  left: 160%;
}
.box2:hover .box-content:after,
.box2:hover .box-content:before,
.box2:hover:after,
.box2:hover:before {
  left: 50%;
}
.box2 .inner-content {
  width: 50%;
  height: 50%;
  color: #fff;
  padding: 40px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s ease 0.2s;
}
.box2 .inner-content:after {
  width: 100%;
  height: 100%;
  background: rgba(255, 79, 79, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%) rotate(45deg);
}
.box2:hover .inner-content {
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.3s ease 0s;
}
.box2 .title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.box2 .post {
  display: block;
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 7px;
}
.box10 .title,
.box11 .title,
.box4 .title,
.box5 .title,
.box6 .box-content,
.box7 .title {
  text-transform: uppercase;
}
.box2 .icon {
  padding: 0;
  margin: 0;
  list-style: none;
  transform: rotateY(360deg) scale(0);
  transition: all 0.3s ease 0s;
}
.box2:hover .icon {
  transform: rotateY(0) scale(1);
}
.box2 .icon li {
  display: inline-block;
  margin: 0 3px;
}
.box2 .icon li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  font-size: 16px;
  color: #505050;
  transition: all 0.3s ease 0s;
}
.box2 .icon li a:hover {
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.5);
  background: #fff;
  color: #ff4f4f;
}
@media only screen and (max-width: 990px) {
  .box2 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 320px) {
  .box2 .inner-content {
    padding: 25px 0;
  }
  .box2 .title {
    font-size: 16px;
  }
}
/*********************** Demo - 3 *******************/
.box3 {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  position: relative;
}
.box3 .box-content,
.box3:after,
.box3:before {
  position: absolute;
  left: 7%;
  right: 7%;
  transition: all 0.3s;
}
.box3:after,
.box3:before {
  display: block;
  background: rgba(0, 0, 0, 0.3);
  top: 10%;
  bottom: 10%;
  z-index: 1;
  transform: scale(0, 1);
}
.box3:after {
  top: 10.8%;
  bottom: 10.8%;
  transform: scale(1, 0);
}
.box3:hover:after,
.box3:hover:before {
  transform: scale(1);
  animation: animate 1.5s;
}
.box3:hover:before {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #ffffff;
}
.box:hover:after {
  border-left: 3px solid #fff;
  border-right: 3px solid #ffffff;
}
.box img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.box3:hover img {
  transform: scale(1.2);
  filter: blur(5px);
  -moz-filter: blur(5px);
  -webkit-filter: blur(5px);
}
.box3 .box-content {
  padding: 30px 10px;
  top: 10%;
  bottom: 10%;
  opacity: 0;
  z-index: 2;
}
.box3:hover .box-content {
  box-shadow: 0 0 0 35px rgba(255, 255, 255, 0.3);
  opacity: 1;
  transition: all 0.3s;
}
.box3 .title {
  font-size: 24px;
  font-weight: 600;
  color: #88c425;
  margin: 0 0 5px;
}
.box3 .post {
  display: block;
  margin: 0 0 5px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.box3 .description {
  font-size: 14px;
  color: #fff;
  margin: 0 0 20px;
}
.box3 .icon {
  padding: 0;
  margin: 0;
  list-style: none;
}
.box3 .icon li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.box3 .icon li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: #88c425;
  transition: all 0.5s;
}
.box3 .icon a:hover {
  text-decoration: none;
  animation: animate-hover 0.5s;
  transition: all 0.3s;
}
@keyframes animate {
  0%,
  100% {
    opacity: 1;
  }
}
@keyframes animate-hover {
  0% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
  }
  50% {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
}
.box10,
.box11,
.box12,
.box14,
.box4,
.box5,
.box6,
.box7,
.box9 {
  /*box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);*/
}
@media only screen and (max-width: 990px) {
  .box3 {
    margin-bottom: 30px;
  }
  .box3 .box-content {
    padding: 10px;
  }
  .box3 .description {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .box3 .title {
    margin: 0;
  }
}
/*********************** Demo - 4 *******************/
.box4 {
  position: relative;
}
.box4:before {
  width: 0;
  height: 200%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: -250px;
  bottom: 0;
  transform: skewX(-36deg);
  transition: all 0.5s ease 0s;
}
.box4:hover:before {
  width: 200%;
}
.box4 img {
  width: 100%;
  height: auto;
}
.box4 .box-content {
  width: 100%;
  height: 100%;
  padding-top: 20%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  transition: all 0.3s ease 0s;
}
.box4 .icon,
.box5 .icon {
  list-style: none;
  padding: 0;
}
.box4:hover .box-content {
  transform: scale(1);
}
.box4 .title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px;
}
.box4 .post {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
.box4 .icon {
  margin: 0;
}
.box4 .icon li {
  display: inline-block;
}
.box4 .icon li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 20px;
  background: #fff;
  color: #ee4266;
  margin-right: 10px;
  transition: all 0.3s ease 0s;
}
.box5 .icon,
.box5 .icon li {
  display: inline-block;
}
@media only screen and (max-width: 990px) {
  .box4 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .box4:before {
    left: -400px;
  }
  .box4:hover:before {
    width: 300%;
  }
}
/*********************** Demo - 5 *******************/
.box5 {
  background: #444;
  position: relative;
}
.box5:after,
.box5:before {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #10a5b8;
  position: absolute;
  top: -80px;
  left: 15px;
  opacity: 0;
  z-index: 1;
  transition: all 0.35s ease;
}
.box5:after {
  top: auto;
  left: auto;
  bottom: -80px;
  right: 15px;
}
.box5:hover:after,
.box5:hover:before {
  opacity: .75;
  transform: scale(8);
  transition-delay: 0.15s;
}
.box5 img {
  width: 100%;
  height: auto;
  transition: all 0.35s ease-out 0s;
}
.box5:hover img {
  opacity: 0.4;
}
.box5 .icon {
  margin: 0;
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.35s ease-out;
}
.box5:hover .icon {
  transform: scale(1);
  transition-delay: 0.15s;
}
.box5 .icon li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  font-size: 18px;
  color: #444;
  margin-right: 10px;
  position: relative;
  transition: all 0.5s ease 0s;
}
.box5 .icon li a:hover {
  background: #444;
  color: #ffffff;
}
.box5 .box-content {
  padding: 20px 15px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.box5 .title {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 5px;
  opacity: 0;
  transform: translate(-20px, -20px);
  transition: all 0.35s ease-out;
}
.box5:hover .title {
  opacity: 1;
  transform: translate(0, 0);
  transition-delay: 0.15s;
}
.box5 .post {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  opacity: 0;
  transform: translate(-20px, -20px);
  transition: all 0.35s ease-out;
}
.box5:hover .post {
  opacity: 1;
  transform: translate(0, 0);
  transition-delay: 0.15s;
}
.box6 .title,
.box6 img,
.box6:after {
  transition: all 0.35s ease 0s;
}
@media only screen and (max-width: 990px) {
  .box5 {
    margin-bottom: 30px;
  }
}
/*********************** Demo - 6 *******************/
.box6 {
  background: #000;
  position: relative;
}
.box6:after {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: -30%;
  bottom: 0;
  right: 70%;
  transform: skew(20deg) translateX(-75%);
}
.box6:hover:after {
  transform: skew(20deg) translateX(0);
}
.box6 img {
  width: 100%;
  height: auto;
}
.box6:hover img {
  opacity: 0.5;
}
.box6 .box-content {
  padding: 20px;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.box6 .icon,
.box7 .icon {
  padding: 0;
  list-style: none;
}
.box10 .icon li a,
.box11,
.box12,
.box13,
.box14,
.box6 .icon li a,
.box7,
.box7 .icon li a,
.box8,
.box8 .icon li a {
  text-align: center;
}
.box6 .title {
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  margin: 0 0 10px;
  transform: scale(0);
}
.box6:hover .title {
  transform: scale(1);
}
.box6 .icon li,
.box6 .post {
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.35s ease 0s;
}
.box6 .post {
  display: block;
  font-size: 14px;
  color: #fff;
  margin-bottom: 5px;
}
.box6 .icon {
  display: inline-block;
  margin: 0;
}
.box6:hover .icon li,
.box6:hover .post {
  opacity: 1;
  transform: translateX(0);
}
.box6:hover .icon li:first-child {
  transition-delay: 0.1s;
}
.box6:hover .icon li:nth-child(2) {
  transition-delay: 0.2s;
}
.box6 .icon li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  font-size: 18px;
  color: #605f5f;
  margin-bottom: 5px;
  transition: all 0.35s ease;
}
.box6 .icon li a:hover {
  background: #605f5f;
  color: #ffffff;
}
@media only screen and (max-width: 990px) {
  .box6 {
    margin-bottom: 30px;
  }
}
/*********************** Demo - 7 *******************/
.box7 {
  position: relative;
}
.box7:after,
.box7:before {
  width: 100%;
  height: 100%;
  background: rgba(11, 33, 47, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.box7:after {
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid #0dab76;
  top: 0;
  left: 170%;
  opacity: 1;
  z-index: 1;
  transform: skewX(45deg);
  transition: all 1s ease 0s;
}
.box7:hover:before {
  opacity: 1;
}
.box7:hover:after {
  left: -170%;
}
.box7 img {
  width: 100%;
  height: auto;
}
.box7 .box-content {
  width: 100%;
  position: absolute;
  bottom: -100%;
  left: 0;
  transition: all 0.5s ease 0s;
}
.box7:hover .box-content {
  bottom: 30%;
}
.box7 .title {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px;
}
.box7 .post {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}
.box7 .icon {
  margin: 0;
}
.box7 .icon li {
  display: inline-block;
}
.box7 .icon li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background: #0dab76;
  font-size: 18px;
  color: #fff;
  margin-right: 10px;
  transition: all 0.5s ease 0s;
}
.box8 .icon li,
.box8 .title {
  display: inline-block;
}
.box7 .icon li a:hover {
  transform: rotate(360deg);
}
@media only screen and (max-width: 990px) {
  .box {
    margin-bottom: 30px;
  }
}
/*********************** Demo - 8 *******************/
.box8 .icon,
.box8 .title {
  margin: 0;
  position: absolute;
}
.box8 {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  position: relative;
}
.box8 img {
  width: 100%;
  height: auto;
}
.box8 .box-content {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transform: perspective(400px) rotateX(-90deg);
  transform-origin: center top 0;
  transition: all 0.5s ease 0s;
}
.box8 .icon li a,
.box8 .title {
  background: #ef4050;
  font-size: 20px;
  color: #ffffff;
}
.box8:hover .box-content {
  opacity: 1;
  transform: perspective(400px) rotateX(0);
}
.box8 .title {
  padding: 5px 7px;
  border-radius: 5px;
  font-weight: 600;
  bottom: 20px;
  left: 20px;
  transition: all 0.9s ease 0s;
}
.box8 .icon li a,
.box9 .box-content,
.box9 .icon li,
.box9 img {
  transition: all 0.35s ease 0s;
}
.box8:hover .title {
  bottom: -40px;
}
.box8 .icon {
  list-style: none;
  padding: 0;
  top: 42%;
  left: 0;
  right: 0;
}
.box8 .icon li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  margin-right: 7px;
}
.box9 .icon,
.box9 .title {
  width: 100%;
  font-size: 22px;
}
.box8 .icon li a:hover {
  background: #fff;
  color: #000000;
}
@media only screen and (max-width: 990px) {
  .box8 {
    margin-bottom: 20px;
  }
}
/*********************** Demo - 9 *******************/
.box9 {
  background: #000;
  text-align: center;
  position: relative;
}
.box9 img {
  width: 100%;
  height: auto;
}
.box9:hover img {
  opacity: 0.5;
}
.box9 .box-content {
  padding: 30px 10px 30px 0;
  background-color: rgba(255, 0, 151, .8);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}
.box9:hover .box-content {
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  opacity: 1;
}
.box9 .title {
  font-weight: 700;
  color: #fff;
  line-height: 17px;
  margin: 5px 0;
  position: absolute;
  bottom: 55%;
}
.box10 .icon li a,
.box9 .icon li a {
  line-height: 35px;
  border-radius: 50%;
}
.box9 .icon {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
}
.box9 .icon li {
  display: inline-block;
  opacity: 0;
  transform: translateY(40px);
}
.box9:hover .icon li {
  opacity: 1;
  transform: translateY(0);
}
.box9:hover .icon li:first-child {
  transition-delay: 0.1s;
}
.box9:hover .icon li:nth-child(2) {
  transition-delay: 0.2s;
}
.box9 .icon li a {
  display: block;
  width: 35px;
  height: 35px;
  background: #f39c12;
  font-size: 20px;
  color: #000;
  margin-right: 5px;
  transition: all 0.35s ease 0s;
}
.box9 .icon a:hover {
  background: #ffffff;
}
@media only screen and (max-width: 990px) {
  .box9 {
    /*margin-bottom: 20px;*/
  }
}


/*
16 style page film 01
*/
.list-film {
  font-family: 'Montserrat', sans-serif !important;
  height: 350px;
  overflow: hidden;
  width: 100%;
  position: relative;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .list-film {
      font-family: 'Montserrat', sans-serif !important;
    padding-bottom: 53.25%;
    height: 0;
    overflow: hidden;
  }
  .list-film .list-film-desc {
    font-family: 'Montserrat', sans-serif !important;
    display: block;
  }
}

@media only screen and (min-width: 1025px) {
  .list-film .list-viewmore {
      font-family: 'Montserrat', sans-serif !important;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    top: 90%;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    opacity: 0;
  }
}

@media only screen and (max-width: 767px) {
  .list-film {
      font-family: 'Montserrat', sans-serif !important;
    height: auto;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .list-film .list-film-desc {
      font-family: 'Montserrat', sans-serif !important;
    display: block;
  }
  .list-film .list-viewmore {
      font-family: 'Montserrat', sans-serif !important;
    display: block !important;
  }
}

.list-film .img-film-item {
  width: 100%;
}

.list-film .img-film-item img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 1025px) {
  .list-film .img-film-item img {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    height:100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}

@media only screen and (min-width: 1280px) {
  .list-film .img-film-item img {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    height:100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}

@media only screen and (min-width: 1366px) {
  .list-film .img-film-item img {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    height:100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}

@media only screen and (min-width: 1600px) {
  .list-film .img-film-item img {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    height:100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}

@media only screen and (min-width: 1024px) {
  .list-film .img-film-item img {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    height:100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}






.list-film:hover .list-viewmore {
  opacity: 1;
  top: 80%;
}

@media only screen and (min-width: 768px) {
  .list-film:hover .view-more {
    border: 1px solid #fff;
  }
}

.list-film:hover .fl_olay {
    font-family: 'Montserrat', sans-serif !important;
  background:rgba(0, 0, 0, 0.5);;
}

@media only screen and (min-width: 1025px) {
  .list-film:hover .list-film-desc {
      font-family: 'Montserrat', sans-serif !important;
    opacity: 0;
  }
}

.list-film .list-film-content {
    font-family: 'Montserrat', sans-serif !important;
  z-index: 2;
  position: absolute;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .list-film .list-film-content {
    font-family: 'Montserrat', sans-serif !important;
    left: 50%;
    top: 60%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}

@media only screen and (max-width: 767px) {
  .list-film .list-film-content {
    font-family: 'Montserrat', sans-serif !important;
    width: 100%;
    position: inherit;
    margin-top: 20px;
    color: rgba(0, 0, 0, 0.5) !important;
  }
}

.list-film .list-film-content .list-viewmore .list-viewmore {
  background: transparent;
}

.list-film .list-film-content .list-viewmore .list-viewmore a {
  color: #fff;
}

.list-film .list-film-content .list-viewmore .list-viewmore:hover {
  background: #fff;
}

.list-film .list-film-content .list-viewmore .list-viewmore:hover a {
  color: #000;
}

.fl_olay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  font-family: 'Montserrat', sans-serif !important;
}

@media only screen and (min-width: 1025px) {
  .fl_olay {
    background: rgba(0, 0, 0, 0.7);
  }
}

@media (max-width: 1024px) and (min-width: 992px) {
  .fl_olay {
      font-family: 'Montserrat', sans-serif !important;
    background: rgba(0, 0, 0, 0.7);
  }
}

.list-film-cat {
    font-family: 'Montserrat', sans-serif !important;
  font-family: "pb-bold";
  font-size: 0.75em;
  letter-spacing: 5px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.list-film-cat a {
    font-family: 'Montserrat', sans-serif !important;
  color: rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 767px) {
  .list-film-cat a {
      font-family: 'Montserrat', sans-serif !important;
    font-size: 0.625em;
    color: rgba(0, 0, 0, 0.5);
  }
}

.list-film-name {
    font-family: 'Montserrat', sans-serif !important;
  font-size: 1.875em;
  font-weight: 700;
  margin: 5px 0 10px 0;
}

@media only screen and (max-width: 767px) {
  .list-film-name {
      font-family: 'Montserrat', sans-serif !important;
    font-size: 1.5em;
  }
}

.list-film-name a {
    font-family: 'Montserrat', sans-serif !important;
  color: #fff;
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .list-film-name a {
    color: #fff;
  }
}

.list-film-desc {
    font-family: 'Montserrat', sans-serif !important;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  font-size: 1.1em;
  color: rgba(255, 255, 255, 0.7);
}

@media only screen and (min-width: 1920px) {
  .list-film-desc {
      font-family: 'Montserrat', sans-serif !important;
    padding: 0 20%;
  }
}

@media only screen and (max-width: 767px) {
  .list-film-desc {
      font-family: 'Montserrat', sans-serif !important;
    font-size: 0.8125em;
    color: #fff;
  }
}

.list-viewmore {
    font-family: 'Montserrat', sans-serif !important;
  margin-top: 10px;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .list-viewmore {
      font-family: 'Montserrat', sans-serif !important;
    margin-top: 20px;
  }
}

.list-viewmore .view-more {
  background: #fff;
}

.list-viewmore .view-more a {
  text-transform: uppercase;
  font-size: 0.625em;
  height: 40px;
  line-height: 40px;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .list-viewmore .view-more a {
      font-family: 'Montserrat', sans-serif !important;
    height: 35px;
    line-height: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .list-viewmore .view-more a {
    height: 30px;
    line-height: 30px;
  }
}

.list-viewmore .view-more .fa {
  margin-left: 3px;
}

.view-more {
  padding: 0 20px 0 25px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .view-more {
    padding: 0 10px 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .view-more {
    padding: 0 15px 0 20px;
  }
}

.view-more i {
  padding-left: 5px;
}

.view-more a {
  font-family: "pb-bold";
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.625em;
  text-decoration: none;
  letter-spacing: 2px;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .view-more a {
      font-family: 'Montserrat', sans-serif !important;
    font-size: 0.5em;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .view-more a {
    line-height: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .view-more a {
    line-height: 30px;
  }
}

.view-more:hover {
  border: 1px solid rgba(0, 0, 0, 0.7);
}

.view-more:hover a {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}




.box99 {
    background: #000;
    text-align: center;
    /* position: relative; */
    height: 350px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.box99 img {
  width: 100%;
  height: 350px;
}
.box99:hover img {
  opacity: 0.5;
}
.box99 .box-content {
  /*padding: 30px 10px 30px 0;*/
  background-color: rgba(0, 0, 0, .8);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /*opacity: 1;*/
}
.box99:hover .box-content {
  background-color: rgba(0, 0, 0, 0);
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  transition: 0.3s ease 0s;
  /*opacity: 0;*/
}
.box99 .title {
  font-weight: 700;
  color: #fff;
  line-height: 17px;
  margin: 5px 0;
  position: absolute;
  bottom: 55%;
}
.box10 .icon li a,
.box99 .icon li a {
  line-height: 35px;
  border-radius: 50%;
}
.box99 .icon {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
}
.box99 .icon li {
  display: inline-block;
  opacity: 0;
  transform: translateY(40px);
}
.box99:hover .icon li {
  opacity: 1;
  transform: translateY(0);
}
.box99:hover .icon li:first-child {
  transition-delay: 0.1s;
}
.box99:hover .icon li:nth-child(2) {
  transition-delay: 0.2s;
}
.box99 .icon li a {
  display: block;
  width: 35px;
  height: 35px;
  background: #f39c12;
  font-size: 20px;
  color: #000;
  margin-right: 5px;
  transition: all 0.35s ease 0s;
}
.box99 .icon a:hover {
  background: #ffffff;
}

.content-cat{
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 50px;
    margin: 60px AUTO;
    width: 500px;
    transition: all 0.35s ease 0s;
    opacity: 0;
}

.box99:hover  .content-cat{
    opacity: 1;
}


@media only screen and (max-width: 990px) {
    .content-cat{
        width: 100%;
        font-size:1rem;
        padding: 80px;
        opacity: 1;
    }
  .box99 {
    /*margin-bottom: 20px;*/
  }
}


/*********************** Demo - 10 *******************/
.box10 {
  background: #000;
  overflow: hidden;
  position: relative;
}
.box10:after,
.box10:before {
  border-width: 0 180px 140px;
  border-style: solid;
  border-color: transparent transparent #0d5f45;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  transform: translate(-55%, 100%);
  transition: all 0.5s 0s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.box10:after {
  border-width: 150px 250px;
  border-color: transparent #18ab69 #18ab69 #008148;
  top: 25%;
  transform: translate(-60%, 100%);
}
.box10:hover:before {
  transition: all 0.4s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: translate(-55%, 0);
  transition-delay: 0.2s;
}
.box10:hover:after {
  transition: all 0.4s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: translate(-60%, 0);
  transition-delay: 0s;
}
.box10 img {
  width: 100%;
  height: auto;
  opacity: 1;
  transform: scale(1.1) translateY(3%);
  transition: all 0.5s ease 0s;
}
.box10:hover img {
  transform: scale(1.1) translateY(-3%);
  opacity: 0.4;
}
.box10 .box-content {
  padding: 20px 0 0 20px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  transform: translateY(20%);
  transition: all 0.5s ease 0s;
}
.box10:hover .box-content {
  opacity: 1;
  transform: translate(0);
  transition-delay: 0.1s;
}
.box10 .title {
  font-size: 23px;
  font-weight: 800;
  color: #ffffff;
}
.box10 .icon {
  padding: 0;
  margin: 0;
  list-style: none;
}
.box10 .icon li {
  display: inline-block;
}
.box10 .icon li a {
  display: block;
  width: 35px;
  height: 35px;
  background: #18ab69;
  font-size: 18px;
  color: #fff;
  margin-right: 10px;
  transition: all 0.3s ease 0s;
}
.box11 .icon li,
.box11 .icon li a,
.box11 .title,
.box12 .icon li,
.box12 .title {
  display: inline-block;
}
.box10 .icon li a:hover {
  transform: rotate(360deg);
}
@media only screen and (max-width: 990px) {
  .box10 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 600px) {
  .box10:before {
    border-width: 0 250px 240px;
  }
  .box10:after {
    border-width: 260px 460px;
  }
}
@media only screen and (max-width: 599px) and (min-width: 430px) {
  .box:before {
    border-width: 0 220px 120px;
  }
  .box10:after {
    border-width: 260px 460px;
  }
}
/*********************** Demo - 11 *******************/
.box11 {
  background: #000;
  color: #fff;
  position: relative;
}
.box11:after,
.box11:before {
  position: absolute;
  content: "";
}
.box11:before {
  width: 100%;
  height: 100%;
  background: #83437d;
  opacity: .5;
  top: 100%;
  left: 0;
  z-index: 1;
  transition: all 0.35s ease-in 0.3s;
}
.box11:hover:before {
  top: 0;
  transition: all 0.35s ease-out 0s;
}
.box11:after {
  bottom: 100%;
  left: 50%;
  border-width: 200px 200px 0;
  border-style: solid;
  border-color: #83437d transparent transparent;
  opacity: .9;
  transform: translateX(-50%);
  transition: all 0.35s ease-out 0s;
}
.box11:hover .post,
.box11:hover .title {
  transform: translate(0, -50%);
}
.box11:hover:after {
  bottom: 25%;
  transition: all 0.35s ease-in 0.2s;
}
.box11 img {
  width: 100%;
  height: auto;
}
.box11:hover img {
  opacity: 0.5;
}
.box11 .icon,
.box11 .post,
.box11 .title {
  width: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  transition: all 0.35s ease 0.5s;
}
.box11 .box-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.box11 .title {
  padding: 0 30px;
  margin: 0;
  font-weight: 300;
  top: 45%;
}
.box11 .post,
.box14 .post {
  text-transform: capitalize;
}
.box11 .post {
  font-size: 15px;
  top: 57%;
}
.box11 .icon {
  padding: 0;
  margin: 0;
  list-style: none;
  bottom: 5px;
}
.box11 .icon li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  font-size: 20px;
  color: #fff;
  opacity: .7;
  transition: all 0.35s ease 0.5s;
}
.box11 .icon li a:hover {
  opacity: 1;
  transition: all 0.35s ease;
}
.box11:hover .icon,
.box11:hover .post,
.box11:hover .title {
  opacity: 1;
}
@media only screen and (max-width: 990px) {
  .box11 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .box11:after {
    border-width: 500px 500px 0;
  }
}
/*********************** Demo - 12 *******************/
.box12 {
  position: relative;
}
.box12 .box-content,
.box12:after {
  position: absolute;
  transition: all 0.3s ease 0s;
}
.box12:after {
  content: "";
  width: 65%;
  background: rgba(28, 28, 28, 0.8);
  padding-bottom: 65%;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: rotate(0) translate(-50%, -50%);
  transform-origin: 0 0 0;
}
.box12:hover:after {
  transform: rotate(-45deg) translate(-50%, -50%);
  opacity: 1;
}
.box12 img {
  width: 100%;
  height: auto;
}
.box12 .box-content {
  width: 100%;
  top: 35%;
  left: 0;
  opacity: 0;
  z-index: 1;
}
.box12:hover .box-content {
  opacity: 1;
}
.box12 .title {
  padding: 10px 0;
  color: #fff;
  margin: 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #ffffff;
}
.box12 .icon {
  padding: 0;
  margin: 12px 0 0;
  list-style: none;
}
.box12 .icon li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  margin-right: 10px;
  transition: all 0.3s ease 0s;
}
.box12 .icon li a:hover {
  border-radius: 0;
}
@media only screen and (max-width: 990px) {
  .box12 {
    margin-bottom: 20px;
  }
}
/*********************** Demo - 13 *******************/
.box13 {
  position: relative;
  transition: all 0.2s ease-out 0s;
}
.box13 .box-content,
.box13:after {
  position: absolute;
  left: 20px;
  right: 20px;
}
.box13:after {
  content: "";
  display: block;
  background: #463f9f;
  top: 20px;
  bottom: 20px;
  opacity: 0;
  transform: rotate3d(-1, 1, 0, 100deg);
  transition: all 0.4s ease-in-out 0s;
}
.box13:hover:after {
  opacity: .9;
  transform: rotate3d(0, 0, 0, 0deg);
}
.box13 img {
  width: 100%;
  height: auto;
}
.box13 .box-content {
  top: 45%;
  opacity: 0;
  z-index: 1;
  -webkit-transform: translate(10%, -30%);
  transform: translate(10%, -30%);
  transition: all 0.2s ease-out 0s;
}
.box13:hover .box-content {
  opacity: 1;
  transform: translate(0, -50%);
  transition-delay: 0.2s;
}
.box13 .title {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #39b54a;
  margin: 0 0 10px;
}
.box13 .post {
  display: block;
  font-size: 15px;
  color: #f7f7b9;
  margin-bottom: 20px;
}
.box13 .social {
  padding: 0;
  margin: 0;
  list-style: none;
}
.box13 .social li {
  display: inline-block;
}
.box13 .social li a {
  display: block;
  width: 35px;
  height: 35px;
  background: #f7f7b9;
  border-radius: 50%;
  font-size: 17px;
  color: #1b1462;
  line-height: 35px;
  margin-right: 5px;
  transition: all 0.4s ease-in-out 0s;
}
.box14 .icon li,
.box14 .post {
  display: inline-block;
}
.box13 .social li a:hover {
  color: #f7f7b9;
  background: #39b54a;
}
@media only screen and (max-width: 990px) {
  .box13 {
    margin-bottom: 30px;
  }
}
/*********************** Demo - 14 *******************/
.box14 {
  position: relative;
}
.box15,
.box17,
.box18 {
  box-shadow: 0 0 5px #7e7d7d;
  text-align: center;
}
.box14:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.35s ease 0s;
}
.box14:hover:before {
  opacity: 1;
}
.box14 img {
  width: 100%;
  height: auto;
}
.box14 .box-content {
  width: 90%;
  height: 90%;
  position: absolute;
  top: 5%;
  left: 5%;
}
.box14 .box-content:after,
.box14 .box-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 0.7s ease 0s;
}
.box14 .box-content:before {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  transform: scale(0, 1);
  transform-origin: 0 0 0;
}
.box14 .box-content:after {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  transform: scale(1, 0);
  transform-origin: 100% 0 0;
}
.box14:hover .box-content:after,
.box14:hover .box-content:before {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.15s;
}
.box14 .title {
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  margin: 15px 0;
  opacity: 0;
  transform: translate3d(0, -50px, 0);
  transition: transform 0.5s ease 0s;
}
.box14:hover .title {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.box14 .post {
  font-size: 14px;
  color: #fff;
  padding: 10px;
  background: #d79719;
  opacity: 0;
  border-radius: 0 19px;
  transform: translate3d(0, -50px, 0);
  transition: all 0.7s ease 0s;
}
.box14 .icon,
.box15 .icon {
  padding: 0;
  list-style: none;
}
.box14:hover .post {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.15s;
}
.box14 .icon {
  width: 100%;
  margin: 0;
  position: absolute;
  bottom: -10px;
  left: 0;
  opacity: 0;
  z-index: 1;
  transition: all 0.7s ease 0s;
}
.box14:hover .icon {
  bottom: 20px;
  opacity: 1;
  transition-delay: 0.15s;
}
.box14 .icon li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #fff;
  border-radius: 0 16px;
  font-size: 14px;
  color: #fff;
  margin-right: 5px;
  transition: all 0.4s ease 0s;
}
.box14 .icon li a:hover {
  background: #d79719;
  border-color: #d79719;
}
@media only screen and (max-width: 990px) {
  .box14 {
    margin-bottom: 30px;
  }
}
/*********************** Demo - 15 *******************/
.box15 {
  position: relative;
}
.box15 img {
  width: 100%;
  height: auto;
}
.box15 .box-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease 0s;
}
.box15:hover .box-content {
  background-color: rgba(255, 242, 242, 0.8);
}
.box15 .box-content:after,
.box15 .box-content:before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  opacity: 0;
  transform: scale(1.5);
  transition: all 0.6s ease 0.3s;
}
.box15 .box-content:before {
  border-left: 1px solid #040404;
  border-top: 1px solid #040404;
  top: 19px;
  left: 19px;
}
.box15 .box-content:after {
  border-bottom: 1px solid #040404;
  border-right: 1px solid #040404;
  bottom: 19px;
  right: 19px;
}
.box15:hover .box-content:after,
.box15:hover .box-content:before {
  opacity: 1;
  transform: scale(1);
}
.box15 .title {
  font-size: 22px;
  color: #000;
  margin: 0;
  position: relative;
  top: 0;
  opacity: 0;
  transition: all 1s ease 10ms;
}
.box15:hover .title {
  top: 39%;
  opacity: 1;
  transition: all 0.5s cubic-bezier(1, -0.53, 0.405, 1.425) 10ms;
}
.box15 .title:after {
  content: "";
  width: 0;
  height: 1px;
  background: #040404;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 1s ease 0s;
}
.box15:hover .title:after {
  width: 80%;
  transition: all 1s ease 0.8s;
}
.box15 .icon {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  opacity: 0;
  transition-duration: .6s;
  transition-timing-function: cubic-bezier(1, -0.53, 0.405, 1.425);
  transition-delay: 0.1s;
}
.box15:hover .icon {
  bottom: 39%;
  opacity: 1;
}
.box15 .icon li {
  display: inline-block;
}
.box15 .icon li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 18px;
  color: #000;
  border: 1px solid #000;
  margin-right: 5px;
  transition: all 0.3s ease-in-out 0s;
}
.box15 .icon li a:hover {
  background: #000;
  color: #ffffff;
}
@media only screen and (max-width: 990px) {
  .box15 {
    margin-bottom: 30px;
  }
}
/*********************** Demo - 16 *******************/
.box16 {
  text-align: center;
  color: #fff;
  position: relative;
}
.box16 .box-content,
.box16:after {
  width: 100%;
  position: absolute;
  left: 0;
}
.box16:after {
  content: "";
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.08) 69%, rgba(0, 0, 0, 0.76) 100%);
  top: 0;
  transition: all 0.5s ease 0s;
}
.box16 .post,
.box16 .title {
  transform: translateY(145px);
  transition: all 0.4s cubic-bezier(0.13, 0.62, 0.81, 0.91) 0s;
}
.box16:hover:after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0, rgba(0, 0, 0, 0.09) 11%, rgba(0, 0, 0, 0.12) 13%, rgba(0, 0, 0, 0.19) 20%, rgba(0, 0, 0, 0.29) 28%, rgba(0, 0, 0, 0.29) 29%, rgba(0, 0, 0, 0.42) 38%, rgba(0, 0, 0, 0.46) 43%, rgba(0, 0, 0, 0.53) 47%, rgba(0, 0, 0, 0.75) 69%, rgba(0, 0, 0, 0.87) 84%, rgba(0, 0, 0, 0.98) 99%, rgba(0, 0, 0, 0.94) 100%);
}
.box16 img {
  width: 100%;
  height: auto;
}
.box16 .box-content {
  padding: 20px;
  margin-bottom: 20px;
  bottom: 0;
  z-index: 1;
}
.box16 .title {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.box16 .post {
  display: block;
  padding: 8px 0;
  font-size: 15px;
}
.box16 .social li a,
.box17 .icon li a {
  border-radius: 50%;
  font-size: 20px;
  color: #ffffff;
}
.box16:hover .post,
.box16:hover .title {
  transform: translateY(0);
}
.box16 .social {
  list-style: none;
  padding: 0 0 5px;
  margin: 40px 0 25px;
  opacity: 0;
  position: relative;
  transform: perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0);
  transition: all 0.6s cubic-bezier(0, 0, 0.58, 1) 0s;
}
.box16:hover .social {
  opacity: 1;
  transform: perspective(500px) rotateX(0) rotateY(0) rotateZ(0);
}
.box16 .social:before {
  content: "";
  width: 50px;
  height: 2px;
  background: #fff;
  margin: 0 auto;
  position: absolute;
  top: -23px;
  left: 0;
  right: 0;
}
.box16 .social li {
  display: inline-block;
}
.box16 .social li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #6d3795;
  margin-right: 10px;
  transition: all 0.3s ease 0s;
}
.box17 .icon li,
.box17 .icon li a {
  display: inline-block;
}
.box16 .social li a:hover {
  background: #bea041;
}
.box16 .social li:last-child a {
  margin-right: 0;
}
@media only screen and (max-width: 990px) {
  .box16 {
    margin-bottom: 30px;
  }
}
/*********************** Demo - 17 *******************/
.box17 {
  position: relative;
}
.box17:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(2, 162, 221, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.box17:hover:after {
  opacity: 1;
}
.box17 img {
  width: 100%;
  height: auto;
  transition: all 1.5s ease 0s;
}
.box17 .box-content,
.box17 .icon li a {
  position: absolute;
  transition: all 0.6s ease 0s;
}
.box17:hover img {
  transform: scale(1.2);
}
.box17 .icon {
  width: 100%;
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.box17 .icon li a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  margin: 0 auto;
  top: 50%;
  border: 1px solid #fff;
  opacity: 0;
}
.box17:hover .icon li a {
  top: 30%;
  opacity: 1;
}
.box17 .icon li a:hover {
  background: #fff;
  color: #02a2dd;
}
.box17 .icon li:first-child a {
  left: -90%;
  right: 0;
}
.box17:hover .icon li:first-child a {
  left: -55px;
}
.box17 .icon li:last-child a {
  right: -90%;
  left: 0;
}
.box17:hover .icon li:last-child a {
  right: -55px;
}
.box17 .box-content {
  width: 100%;
  padding: 20px 10px;
  background: rgba(0, 0, 0, 0.1);
  bottom: -100px;
  left: 0;
  z-index: 1;
}
.box17:hover .box-content {
  bottom: 0;
}
.box17 .title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-top: 0;
}
.box17 .post {
  display: block;
  font-size: 14px;
  color: #ffffff;
}
@media only screen and (max-width: 990px) {
  .box17 {
    margin-bottom: 30px;
  }
}
/*********************** Demo - 18 *******************/
.box18 {
  background: #3c3c3c;
  position: relative;
  -webkit-transition: all .35s ease;
  transition: all 0.35s ease;
}
.box18:after,
.box18:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #3c3c3c;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  opacity: .9;
  z-index: 1;
  -webkit-transition: all .35s ease;
  transition: all 0.35s ease;
}
.box18 img,
.box19 img {
  height: auto;
  width: 100%;
}
.box18:before {
  -webkit-transform: skew(45deg) translateX(-155%);
  transform: skew(45deg) translateX(-155%);
}
.box18:hover:before {
  -webkit-transform: skew(45deg) translateX(-55%);
  transform: skew(45deg) translateX(-55%);
}
.box18:after {
  -webkit-transform: skew(45deg) translateX(155%);
  transform: skew(45deg) translateX(155%);
}
.box18:hover:after {
  -webkit-transform: skew(45deg) translateX(55%);
  transform: skew(45deg) translateX(55%);
}
.box18 img {
  -webkit-transition: all .35s ease;
  transition: all 0.35s ease;
}
.box18:hover img {
  opacity: 0.5;
}
.box18 .box-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-box-shadow: 0 0 10px #3c3c3c;
  box-shadow: 0 0 10px #3c3c3c;
  opacity: 0;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
  -webkit-transition: all .35s ease;
  transition: all 0.35s ease;
}
.box19,
.box20,
.box21 {
  box-shadow: 0 0 5px #a3a3a3;
}
.box18:hover .box-content {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.box18 .post,
.box18 .title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #3c3c3c;
  border: 2px solid #fff;
  color: #fff;
  padding: 15px 20px;
  margin: 0;
}
.box18 .post,
.box19 .title,
.box20 .post,
.box20 .title {
  text-transform: capitalize;
}
.box18 .post {
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 10px;
  margin-top: 15px;
}
@media only screen and (max-width: 990px) {
  .box18 {
    margin-bottom: 30px;
  }
}
/*********************** Demo - 19 *******************/
.box19 {
  text-align: center;
  position: relative;
}
.box19 .box-content {
  width: 100%;
  height: 100%;
  background: 0 0;
  padding-top: 25%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease 0s;
}
.box19 .icon,
.box19 .title {
  transition: all 0.2s ease 0s;
}
.box19:hover .box-content {
  background: rgba(0, 0, 0, 0.5);
}
.box19 .title {
  font-size: 24px;
  color: #fff;
  transform: scale(0);
}
.box19:hover .title {
  transform: scale(1);
}
.box19 .icon {
  list-style: none;
  padding: 0;
  margin: 0;
  opacity: 0;
}
.box19:hover .icon {
  opacity: 1;
}
.box19 .icon li {
  display: inline-block;
}
.box19 .icon li:first-child a,
.box19 .icon li:last-child a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  color: #fff;
  border: 1px solid #fff;
  position: relative;
}
.box19 .icon li a {
  top: -150px;
}
.box19:hover .icon li a {
  top: 0;
}
.box19:hover .icon li a:hover {
  background: #a46789;
  border-color: #a46789;
}
.box19 .icon li:first-child a {
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.box19 .icon li:last-child a {
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
}
@media only screen and (max-width: 990px) {
  .box19 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 360px) {
  .box19 .box-content {
    padding-top: 20%;
  }
}
/*********************** Demo - 20 *******************/
.box20 {
  position: relative;
}
.box20:after,
.box20:before {
  position: absolute;
  content: "";
}
.box20:before {
  width: 80%;
  height: 220%;
  background: #ff402a;
  top: -50%;
  left: -100%;
  z-index: 1;
  transform: rotate(25deg);
  transform-origin: center top 0;
  transition: all 0.5s ease 0s;
}
.box20:hover:before {
  left: 10%;
}
.box20:after {
  width: 55%;
  height: 175%;
  background-color: rgba(0, 0, 0, 0.8);
  bottom: -1000%;
  left: 53%;
  transform: rotate(-33deg);
  transform-origin: center bottom 0;
  transition: all 0.8s ease 0s;
}
.box20 .box-content,
.box20 .icon {
  width: 100%;
  padding: 0 20px;
  position: absolute;
  left: 0;
  z-index: 2;
  transition: all 1.1s ease 0s;
}
.box20:hover:after {
  bottom: -70%;
}
.box20 img {
  width: 100%;
  height: auto;
}
.box20 .box-content {
  top: -100%;
  color: #ffffff;
}
.box20:hover .box-content {
  top: 30px;
}
.box20 .title {
  font-size: 24px;
  margin: 0;
}
.box20 .icon li a,
.box20 .post {
  display: inline-block;
  font-size: 14px;
}
.box20 .post {
  margin-top: 5px;
}
.box20 .icon {
  list-style: none;
  margin: 0;
  bottom: -100%;
}
.box20:hover .icon {
  bottom: 25px;
}
.box20 .icon li {
  display: inline-block;
}
.box20 .icon li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #444;
  border-radius: 50%;
  margin: 0 3px;
  color: #fff;
  text-align: center;
  transition: all 0.5s ease 0s;
}
.box20 .icon li a:hover {
  background: #fff;
  color: #ff402a;
}
@media only screen and (max-width: 990px) {
  .box20 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .box20 .title {
    font-size: 20px;
  }
}
/*********************** Demo - 21 *******************/
.box21 {
  text-align: center;
  position: relative;
}
.box21:after,
.box21:before {
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.box21:hover:after,
.box21:hover:before {
  -webkit-transform: scale(400);
  -moz-transform: scale(400);
  -ms-transform: scale(400);
  -o-transform: scale(400);
  transform: scale(400);
}
.box21:before {
  -o-transition: all .5s linear .3s;
  -moz-transition: all .5s linear .3s;
  -ms-transition: all .5s linear .3s;
  -webkit-transition: all .5s linear .3s;
  transition: all 0.5s linear 0.3s;
}
.box21:hover:before {
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.box21:after {
  -o-transition: all .5s linear .6s;
  -moz-transition: all .5s linear .6s;
  -ms-transition: all .5s linear .6s;
  -webkit-transition: all .5s linear .6s;
  transition: all 0.5s linear 0.6s;
}
.box21:hover:after {
  -moz-transition-delay: .2s;
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  -ms-transition-delay: .2s;
  transition-delay: 0.2s;
}
.box21 img {
  width: 100%;
  height: auto;
}
.box21 .box-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: 0 0;
  color: #fff;
  padding-top: 25px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -ms-transition: all .3s linear 0s;
  -o-transition: all .3s linear 0s;
  -webkit-transition: all .3s linear 0s;
  -moz-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
  z-index: 1;
}
.box21:hover .box-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -moz-transition-delay: .4s;
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  -ms-transition-delay: .4s;
  transition-delay: 0.4s;
}
.box21 .title {
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  margin-top: 20px;
}
.box21 .description {
  font-size: 14px;
  font-style: italic;
  padding: 0 10px;
  margin: 15px 0;
}
.box21 .read-more {
  display: block;
  width: 120px;
  background: #178993;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  padding: 10px 0;
  margin: 0 auto;
}
@media only screen and (max-width: 990px) {
  .box21 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .box21 .box-content {
    padding-top: 0;
  }
}
@media only screen and (max-width: 359px) {
  .box21 .title {
    padding-bottom: 10px;
  }
}

.box-content img{
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  filter: invert(100%);
} 

.youtube{
  margin-bottom: 20px;
}



.image-gallary {
  column-width: 300px;
  column-gap: 5px;
  padding: 5px;
}

.image-gallary img {
  width: 100%;
  cursor: pointer;
}

.lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
  background: #7f8c8d;
  perspective: 1000;
}

.filter {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(20px);
  opacity: 0.5;
  background-position: center;
  background-size: cover;
}

.lightbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(0deg);
  max-height: 95vh;
  max-width: calc(95vw - 100px);
  transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
  transform-style: preserve-3d;
}

/*.lightbox:hover img{
  transform: translate(-50%, -50%) rotateY(180deg);
}*/

[class^="arrow"] {
  height: 200px;
  width: 50px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

[class^="arrow"]:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 15px;
  height: 15px;
}

.arrowr {
  right: 0;
}

.arrowr:after {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

.arrowl {
  left: 0;
}

.arrowl:after {
  border-left: 1px solid white;
  border-top: 1px solid white;
}

.close {
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.4);
  margin: 20px;
  cursor: pointer;
}

.close:after,
.close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #e74c3c;
}

.close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.title {
  font-size: 20px;
  color: #000;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}


figure.clients img {
    filter: invert(1);
}

#map {
  height: 100%;
}

.with-text a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.2em;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}


.card-body ul li {
    font-size: 1em !important;
    margin-bottom: auto;
    list-style: disc;
}

ul.a {list-style-type: circle;}
ul.b {list-style-type: square;}

button.slick-prev.slick-arrow {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: -80px;
    transform: translate(0, -50%);
    background: #ffffff8c;
    color: #e71583;
    border: 1px solid;
    border-radius: 5px;
}

button.slick-next.slick-arrow {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: -80px;
    transform: translate(0, -50%);
    background: #ffffff8c;
    color: #e71583;
    border: 1px solid;
    border-radius: 5px;
}


.video {
  width: 70%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.controls {
  width: 70%;
  padding: 5px;
  display: flex;
  align-items: center;
  background: #505050;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.controls * {
  margin: 0 2px;
  padding: 1px;
}
.slider {
  width: 100%;
  height: 0.5rem;
}
.timer {
  color: #f4f4f4;
}
.controls button {
  background: transparent;
  color: #f4f4f4;
  border: none;
}
.controls .playPauseBtn {
  color: #30ff30;
}
.controls .stop {
  color: #e82e8a;
}
.loop.loop-on {
  color: #a9a9ff;
}
i {
  pointer-events: none;
}
button,
input[type="range"] {
  cursor: pointer;
}
@media screen and (max-width: 920px) {
  .video,
  .controls {
    width: 90%;
  }
}

