/*

@Author: Drection
@URL: http://www.drection.co

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.


	// Table of contents //

		01. CUSTOM FONTS
		02.	BODY
		03.	LINKS
		04.	SECTIONS
		05.	HTML ELEMENTS
		06.	FORM ELEMENTS
		07.	CUSTOM CONTAINER
		08.	CUSTOM CLASSES
		09.	CUSTOM LINK
		10.	ODOMETER
		11.	ACCORDION
		12.	SPLITTING
		13.	CUSTOM CURSOR
		14.	IMAGE REVEAL
		15.	IMAGE REVEAL DELAY
		16.	SVG HAMBURGER MENU
		17.	MENU NAVIGATION
		18.	MENU CONTAINER
		19.	PRELOADER
		20.	PAGE TRANSITION
		21.	PAGE LOADED
		22.	VIDEO BG
		23.	BG IMAGE
		24.	SECTION TITLES
		25.	CONTENT SECTION
		26.	TOP BAR
		27.	BOTTOM BAR
		28.	HEADER
		29.	PAGE HEADER
		30.	SHOWCASE SLIDER
		31.	ICON BOX CONTENT
		32.	COUNTER
		33.	BLOG POST
		34.	BLOG SIDEBAR
		35.	CASE CONTENT
		36.	WORKS
		37.	TEAM SLIDER
		38.	TEAM MEMBERS
		39.	AWARDS BOX
		40.	CONTACT FORM
		41.	MAP HOLDER
		42.	SIDE ADDRESS
		43.	CLIENTS
		44.	FOOTER
		45.	RESPONSIVE MEDIUM
		46.	RESPONSIVE TABLET
		47.	RESPONSIVE MOBILE


*/
/* CUSTOM FONTS */
@font-face {
  font-family: "Museo Sans";
  src: url("../fonts/MuseoSans-300.eot");
  src: url("../fonts/MuseoSans-300d41d.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSans-300.woff2") format("woff2"), url("../fonts/MuseoSans-300.woff") format("woff"), url("../fonts/MuseoSans-300.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans";
  src: url("../fonts/MuseoSans-700.eot");
  src: url("../fonts/MuseoSans-700d41d.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSans-700.woff2") format("woff2"), url("../fonts/MuseoSans-700.woff") format("woff"), url("../fonts/MuseoSans-700.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans";
  src: url("../fonts/MuseoSans-900.eot");
  src: url("../fonts/MuseoSans-900d41d.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSans-900.woff2") format("woff2"), url("../fonts/MuseoSans-900.woff") format("woff"), url("../fonts/MuseoSans-900.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,,400,600,700");
/* BODY */
* {
  outline: none !important;
 
}

body {
  margin: 0;
  padding: 0;
  font-family: "Museo Sans";
  font-size: 12px;
  color: #090c16;
  overflow-x: hidden;
}

/* LINKS */
a {
  color: #090c16;
  -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;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #090c16;
}
a:focus {
  outline: none;
}

/* SECTIONS */
header {
  position: relative;
}

section {
  position: relative;
  background: #fff;
}

footer {
  position: relative;
}

/* HTML ELEMENTS */
img {
  max-width: 100%;
}

p {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
}

p:last-child {
  margin-bottom: 0;
}
li {
	text-indent: inherit;
	list-style: none;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
/* Typography
============================*/
.fs-60 {
  font-size: calc(34px + (60 - 36) * ((100vw - 300px) / (1920 - 300)))
}
.fs-48 {
  font-size: calc(34px + (48 - 34) * ((100vw - 300px) / (1920 - 300)))
}

.fs-45 {
  font-size: calc(32px + (45 - 32) * ((100vw - 300px) / (1920 - 300)))
}

.fs-42 {
  font-size: calc(30px + (42 - 30) * ((100vw - 300px) / (1920 - 300)))
}

.fs-40 {
  font-size: calc(28px + (40 - 28) * ((100vw - 300px) / (1920 - 300)))
}

.fs-38 {
  font-size: calc(28px + (38 - 28) * ((100vw - 300px) / (1920 - 300)))
}

.fs-35 {
  font-size: calc(26px + (35 - 26) * ((100vw - 300px) / (1920 - 300)))
}

.fs-32 {
  font-size: calc(24px + (32 - 24) * ((100vw - 300px) / (1920 - 300)))
}

.fs-30 {
  font-size: calc(22px + (30 - 22) * ((100vw - 300px) / (1920 - 300)))
}

.fs-28 {
  font-size: calc(22px + (28 - 22) * ((100vw - 300px) / (1920 - 300)))
}

.fs-26 {
  font-size: calc(22px + (26 - 22) * ((100vw - 300px) / (1920 - 300)))
}

.fs-24 {
  font-size: calc(20px + (24 - 20) * ((100vw - 300px) / (1920 - 300)))
}

.fs-23 {
  font-size: calc(18px + (23 - 18) * ((100vw - 300px) / (1920 - 300)))
}

.fs-22 {
  font-size: calc(18px + (22 - 18) * ((100vw - 300px) / (1920 - 300)))
}

.fs-21 {
  font-size: calc(18px + (21 - 18) * ((100vw - 300px) / (1920 - 300)))
}

.fs-20 {
  font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (1920 - 300)))
}

.fs-18 {
  font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1920 - 300)))
}

.fs-16 {
  font-size: calc(15px + (16 - 15) * ((100vw - 300px) / (1920 - 300)))
}
.fs-15 {
  font-size: calc(14px + (15 - 14) * ((100vw - 300px) / (1920 - 300)))
}

.section-padding {
	padding: 60px 0 50px;
}
.section-title {
	font-weight: 700;
}
.text-justify {
  text-align: justify;
} 
.fw-semibold{font-weight: 600;}

button[type="button"], button[type="submit"] {
	background: #C71585;
	color: #fff;
	border: none;
	font-size: 18px;
	font-weight: 500;
	padding: 13px 40px;
	border-radius: 5px;
	border: 1px solid #C71585;
	transition: 0.5s all ease-in-out;
}
button[type="button"], button[type="submit"]:hover {
	background: #fff;
	color: #C71585;
	font-size: 18px;
	border: 1px solid #C71585;
	padding: 13px 50px 13px 30px;
}
.btn.submit-btn .fa-arrow-right {
	position: absolute;
	opacity: 0;
	margin-left: -17px !important;
	margin-top: 5px;
	transition: 0.5s all ease-in-out;
}
.btn.submit-btn:hover .fa-arrow-right {
	opacity: 1;
	margin-left: 8px !important;
}
/* CUSTOM CONTAINER */
@media (min-width: 1170px) {
  .container {
    max-width: 1100px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1260px;
  }
}
/* CUSTOM CLASSES */
.hide {
  display: none;
}

.overflow {
  overflow: hidden !important;
}

.bg-attachment {
  background-attachment: fixed;
}

.spacing-50 {
  height: 50px;
}

.spacing-100 {
  height: 100px;
}

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

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

.custom-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 30px;
  padding: 0;
}
.custom-list:last-child {
  margin-bottom: 0;
}
.custom-list li {
  margin: 5px 0;
  padding: 0;
  font-size: 17px;
  list-style: none;
}

.custom-list-sides {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding: 0;
}
.custom-list-sides li {
  width: 50%;
  margin: 5px 0;
  padding: 0;
  font-size: 17px;
  list-style: none;
}

/* CUSTOM LINK */
.custom-link {
  font-weight: 600;
  color: #090c16;
  display: inline-block;
  position: relative;
  z-index: 2;
  padding-bottom: 2px;
  margin-top: 20px;
}
.custom-link:hover {
  text-decoration: none;
  color: #090c16;
}
.custom-link:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 4px;
  width: 0;
  transition: width 0s ease, background 0.25s ease;
}
.custom-link:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -4px;
  height: 4px;
  width: 0;
  background: #C71585;
  transition: width 0.25s ease;
  mix-blend-mode: color;
}
.custom-link:hover:before {
  width: 100%;
  background: #C71585;
  transition: width 0.25s ease;
}
.custom-link:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}

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

.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;
}

.odometer-formatting-mark {
  height: 46px;
}

.odometer-inside {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

/* ACCORDION */
.accordion {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.accordion .card {
  width: 100%;
  background: none;
  border-radius: 0;
  margin: 0;
  border: none;
}
.accordion .card:last-child .card-body {
  border-bottom: none;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.accordion .card .card-header {
  background: none;
  padding: 0;
  border-bottom: none;
  margin-bottom: 30px;
}
.accordion .card .card-header small {
  font-size: 11px;
  color: #C71585;
  font-weight: 600;
}
.accordion .card .card-header a {
  width: 100%;
  float: left;
  padding: 0;
  color: #090c16;
  font-weight: 300;
  font-size: 44px;
}
.accordion .card .card-header a:hover {
  color: #C71585;
  text-decoration: none;
}
.accordion .card .card-body {
  width: 100%;
  border: none;
  border-bottom: 1px solid #eee;
  line-height: 1.7;
  font-weight: 300;
  font-size: 18px;
  padding: 0;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.accordion .card [aria-expanded=true] {
  border: none;
}
.accordion .custom-link {
  font-weight: 400;
}

/* 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;
  animation-delay: calc(10ms * var(--char-index));
}

.animated h5:after, .animated .section-subtitle:after  {
  width: 120px !important;
}

.animated b:after {
  width: 70px !important;
}

.animated figure {
  opacity: 1 !important;
}

.fadeIn {
  opacity: 0;
  transition: all ease 0.6s;
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  transform: translateY(100px);
  transition-delay: 0.4s;
}

.fadeIn.animated {
  opacity: 1;
  transform: translateY(0);
}

/* PRICE BOX */
.price-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0;
  padding: 30px;
  border: 1px solid #eee;
}
.price-box h2 {
  width: 100%;
  display: block;
  font-size: 24px;
  color: #C71585;
  font-weight: 800;
  padding-bottom: 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.price-box span {
  width: 100%;
  display: block;
  font-size: 56px;
  font-weight: 600;
}
.price-box span strong {
  font-size: 30px;
  opacity: 0.3;
  font-weight: 600;
  display: inline-block;
  margin-right: 10px;
}
.price-box small {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  opacity: 0.6;
}
.price-box p {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.price-box b {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  font-weight: 400;
  letter-spacing: 2px;
}
.price-box ul {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  padding: 0;
}
.price-box ul li {
  width: 100%;
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  list-style: none;
}
.price-box ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  border-bottom: 2px solid #090c16;
  border-right: 2px solid #090c16;
  transform: rotate(-45deg);
  margin-right: 10px;
  margin-bottom: 3px;
}
.price-box a {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  background: #C71585;
  color: #090c16;
  font-weight: 600;
  letter-spacing: 1px;
}
 
/* IMAGE REVEAL */
.image-reveal {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  margin: 0;
  visibility: visible !important;
}
.image-reveal .image-inner {
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.image-reveal .image-inner:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #eee;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: all ease 0.5s;
  transition-delay: 0.3s;
}
.image-reveal .image-inner:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  transition: all ease 0.5s;
  transition-delay: 0s;
}
.image-reveal .image-inner img {
	transition: all ease 0.8s;
	transition-delay: 0.1s;
	border-radius: 10px;
	width:66% !important;
}
.image-reveal.animated .image-inner:before {
  height: 0;
}
.image-reveal.animated .image-inner:after {
  height: 0;
}
.image-reveal.animated .image-inner img {
  transform: scale(1);
}

/* IMAGE REVEAL DELAY */
div {
  text-indent: inherit;
}
div:nth-child(2) .image-reveal .image-inner:before {
  transition-delay: 0.4s;
}
div:nth-child(2) .image-reveal .image-inner:after {
  transition-delay: 0.1s;
}
div:nth-child(2) .image-reveal .image-inner img {
  transition-delay: 0.2s;
}
div:nth-child(3) .image-reveal .image-inner:before {
  transition-delay: 0.5s;
}
div:nth-child(3) .image-reveal .image-inner:after {
  transition-delay: 0.2s;
}
div:nth-child(3) .image-reveal .image-inner img {
  transition-delay: 0.3s;
}
div:nth-child(4) .image-reveal .image-inner:before {
  transition-delay: 0.5s;
}
div:nth-child(4) .image-reveal .image-inner:after {
  transition-delay: 0.3s;
}
div:nth-child(4) .image-reveal .image-inner img {
  transition-delay: 0.4s;
}

li {
  text-indent: inherit;
}
li:nth-child(2) .image-reveal .image-inner:before {
  transition-delay: 0.4s;
}
li:nth-child(2) .image-reveal .image-inner:after {
  transition-delay: 0.1s;
}
li:nth-child(2) .image-reveal .image-inner img {
  transition-delay: 0.2s;
}
li:nth-child(3) .image-reveal .image-inner:before {
  transition-delay: 0.5s;
}
li:nth-child(3) .image-reveal .image-inner:after {
  transition-delay: 0.2s;
}
li:nth-child(3) .image-reveal .image-inner img {
  transition-delay: 0.3s;
}
li:nth-child(4) .image-reveal .image-inner:before {
  transition-delay: 0.5s;
}
li:nth-child(4) .image-reveal .image-inner:after {
  transition-delay: 0.3s;
}
li:nth-child(4) .image-reveal .image-inner img {
  transition-delay: 0.4s;
}

/* 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: #090c16;
  outline: none !important;
}
.pagination .page-item .page-link:focus {
  outline: none !important;
}

/* SVG HAMBURGER MENU */
.hamburger-menu {
  display: flex;
}
.hamburger-menu svg {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.hamburger-menu svg path {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.hamburger-menu svg path:nth-child(1) {
  transform-origin: 36% 40%;
}
.hamburger-menu svg path:nth-child(2) {
  stroke-dasharray: 29 299;
}
.hamburger-menu svg path:nth-child(3) {
  transform-origin: 35% 63%;
}
.hamburger-menu svg path:nth-child(4) {
  stroke-dasharray: 29 299;
}
.hamburger-menu svg path:nth-child(5) {
  transform-origin: 61% 52%;
}
.hamburger-menu svg path:nth-child(6) {
  transform-origin: 62% 52%;
}
.hamburger-menu.active svg {
  transform: rotate(90deg);
}
.hamburger-menu.active svg path:nth-child(1) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}
.hamburger-menu.active svg path:nth-child(2) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}
.hamburger-menu.active svg path:nth-child(3) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}
.hamburger-menu.active svg path:nth-child(4) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}
.hamburger-menu.active svg path:nth-child(5) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}
.hamburger-menu.active svg path:nth-child(6) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}

/* MENU NAVIGATION */
.menu-navigation {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 8;
  visibility: hidden;
}
.menu-navigation * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.menu-navigation .layers {
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  background: #C71585;
}
.menu-navigation .layers span {
  width: 100%;
  left: -100%;
  background: #090c16;
}
.menu-navigation .layers span:nth-child(1) {
  height: 33.3333%;
  position: absolute;
  top: 0;
  transition-delay: 0.25s;
}
.menu-navigation .layers span:nth-child(2) {
  height: 33.3333%;
  position: absolute;
  top: 33.33333%;
  transition-delay: 0.5s;
}
.menu-navigation .layers span:nth-child(3) {
  height: 33.3333%;
  position: absolute;
  top: 66.66666%;
  transition-delay: 0.75s;
}
.menu-navigation.active {
  visibility: visible;
}
.menu-navigation.active .layers {
  left: 0;
}
.menu-navigation.active .layers span {
  left: 0;
}

/* MENU CONTAINER */
.menu-container {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(0);
  z-index: 8;
  overflow: hidden;
  white-space: nowrap;
  visibility: 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;
  opacity: 0;
  transition-delay: 1s;
}
.menu-container .main-menu {
  display: inline-block;
  margin: 0;
  padding: 0 15%;
}
.menu-container .main-menu li {
  display: inline-block;
  line-height: 1;
  margin: 0 3vw;
  padding: 0;
  list-style: none;
}
.menu-container .main-menu li a {
  font-weight: 800;
  color: #fff;
  display: inline-block;
  position: relative;
  z-index: 2;
  font-size: 8vw;
}
.menu-container .main-menu li a:hover {
  text-decoration: none;
}
.menu-container .main-menu li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 0;
  transition: width 0s ease, background 0.25s ease;
}
.menu-container .main-menu li a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 5px;
  width: 0;
  background: #C71585;
  transition: width 0.25s ease;
}
.menu-container .main-menu li a:hover:before {
  width: 100%;
  background: #C71585;
  transition: width 0.25s ease;
}
.menu-container .main-menu li a:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}
.menu-container.active {
  visibility: visible;
  transform: translateY(-50%);
  opacity: 1;
}

/* PRELOADER */
.preloader {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 2s;
}
.preloader * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.preloader .layers {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #C71585;
  transition-delay: 1.75s;
}
.preloader .layers span {
  width: 100%;
  height: 33.4%;
  position: absolute;
  left: 0;
  background: #090c16;
}
.preloader .layers span:nth-child(1) {
  top: 0;
  transition-delay: 1s;
}
.preloader .layers span:nth-child(2) {
  top: 33.33333%;
  transition-delay: 1.25s;
}
.preloader .layers span:nth-child(3) {
  top: 66.66666%;
  transition-delay: 1.5s;
}
.preloader .container-fluid {
  position: relative;
  text-align: center;
  color: #fff;
}
.preloader .container-fluid small {
  display: inline-block;
  letter-spacing: 1px;
  transition-delay: 0.6s;
}
.preloader .container-fluid small .char {
  display: inline-block;
  animation: texteffect 0.6s cubic-bezier(0.5, 0, 0.5, 1) both;
  animation-delay: calc(10ms * var(--char-index));
}
.preloader .container-fluid figure {
  margin-bottom: 5px;
  transition-delay: 0.5s;
}
.preloader .container-fluid figure img {
  height: 30px;
  animation: texteffect 0.6s cubic-bezier(0.5, 0, 0.5, 1) both;
}
.preloader .container-fluid .percentage {
  width: 100%;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
  line-height: 1;
  font-size: 40vw;
  font-weight: 800;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
  transform: translateY(-50%);
  opacity: 0.1;
  transition-delay: 0.8s;
}
.preloader .container-fluid .percentage #percentage {
  animation: texteffect 0.6s cubic-bezier(0.5, 0, 0.5, 1) both;
  animation-delay: 0.3s;
}

/* PAGE TRANSITION */
.page-transition {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  visibility: hidden;
}
.page-transition * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.page-transition .layers {
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  background: #C71585;
}
.page-transition .layers span {
  width: 100%;
  left: -100%;
  background: #090c16;
}
.page-transition .layers span:nth-child(1) {
  height: 33.3333%;
  position: absolute;
  top: 0;
  transition-delay: 0.25s;
}
.page-transition .layers span:nth-child(2) {
  height: 33.3333%;
  position: absolute;
  top: 33.33333%;
  transition-delay: 0.5s;
}
.page-transition .layers span:nth-child(3) {
  height: 33.3333%;
  position: absolute;
  top: 66.66666%;
  transition-delay: 0.75s;
}
.page-transition.active {
  visibility: visible;
}
.page-transition.active .layers {
  left: 0;
}
.page-transition.active .layers span {
  left: 0;
}

/* PAGE LOADED */
.page-loaded {
  overflow: inherit;
}
.page-loaded .preloader {
  left: -100%;
}
.page-loaded .preloader .container-fluid figure {
  transform: translateY(-20px);
  opacity: 0;
}
.page-loaded .preloader .container-fluid small {
  transform: translateY(-10px);
  opacity: 0;
}
.page-loaded .preloader .container-fluid .percentage {
  opacity: 0;
  transform: translateY(-60%);
}
.page-loaded .preloader .layers {
  left: -100%;
}
.page-loaded .preloader .layers span {
  left: -100%;
} 
.page-loaded .bottombar {
  bottom: 0;
}
/*========= Home Slider ===========*/
.vidio-poster {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	pointer-events: none;
}
.home-video {
	object-fit: cover;
	object-position: 50%;
}
.page-loaded.header-ready .showcase-slider .swiper-wrapper {
  transform: translateX(0);
}
.showcase-slider .swiper-slide::before {
	background: #0000006b;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index: 1;
}
.page-loaded.header-ready .showcase-slider .swiper-slide.swiper-slide-active .slide-image {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition-delay: 0.8s;
}
.page-loaded.header-ready .page-header .video-bg {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.4s;
}
.page-loaded.header-ready .page-header h1 {
  text-indent: inherit;
}
.page-loaded.header-ready .page-header h1 .char {
  opacity: 1;
  transform: translateY(0);
}
.page-loaded.header-ready .page-header p {
  text-indent: inherit;
  opacity: 0.6;
  transform: translateY(0);
}
.page-loaded .showcase-slider .swiper-slide.swiper-slide-active .slide-inner small .char {
  opacity: 1;
  transform: translateY(0);
}
.page-loaded .showcase-slider .swiper-slide.swiper-slide-active .slide-inner small:after {
  width: 120px;
}
.page-loaded .showcase-slider .swiper-slide.swiper-slide-active .slide-inner .slider-heading .char {
  opacity: 1;
  transform: translateY(0);
}
.link.read-more-btn {
  opacity: 1;
  transform: translateY(0);
}
.page-loaded .showcase-slider .swiper-controls {
  left: 25px;
}
.page-loaded .showcase-slider .swiper-pagination {
	right: 25px;
	display: none;
}

/* VIDEO BG */
.video-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.video-bg video {
  min-width: 100%;
  min-height: 100%;
  float: left;
  opacity: 0.1;
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

/* BG IMAGE */
.bg-image {
  background-size: cover;
  background-position: center;
  color: #fff;
}

/* SECTION TITLES */
.section-titles {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.section-titles h2 {
  width: 100%;
  font-size: 54px;
  font-weight: 800;
  margin-bottom: 0;
  padding-right: 10%;
  line-height: 1.4;
}
.section-titles h5 {
  font-size: 12px;
  letter-spacing: 3px; 
  position: relative;
}
.section-titles h5:after {
  content: "";
  width: 0;
  height: 1px;
  display: inline-block;
  background: #C71585;
  margin: 3px 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 0.4s;
}

/* CONTENT-SECTION */
.content-section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
 
/* BOTTOM BAR */
.bottombar {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  padding: 15px 60px;
  left: 0;
  bottom: -100%;
  z-index: 2;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 2.2s;
}
.bottombar .social-media {
  margin-left: 0;
}
.bottombar .social-media ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.bottombar .social-media ul li {
  margin-right: 30px;
  padding: 0;
  list-style: none;
}
.bottombar .social-media ul li a {
  font-weight: 600;
  color: #fff;
  display: block;
  position: relative;
  z-index: 2;
}
.bottombar .social-media ul li a:hover {
  text-decoration: none;
}
.bottombar .social-media ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 4px;
  width: 0;
  transition: width 0s ease, background 0.25s ease;
}
.bottombar .social-media ul li a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -1px;
  height: 4px;
  width: 0;
  background: #C71585;
  transition: width 0.25s ease;
  mix-blend-mode: color;
}
.bottombar .social-media ul li a:hover:before {
  width: 100%;
  background: #C71585;
  transition: width 0.25s ease;
}
.bottombar .social-media ul li a:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}
.bottombar .audio {
  margin-right: 0;
  margin-left: auto;
  color: #fff;
}
.bottombar .audio #wave {
  width: 50px;
  height: 30px;
  margin: 0 10px;
}
.bottombar .audio #wave polyline {
  transform: translateY(50%);
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 10;
}
.bottombar .audio .texts {
  display: inline-block;
  position: relative;
}
.bottombar .audio .texts b {
  color: #fff;
  font-weight: 600;
  min-width: 20px;
}
.bottombar .audio .texts b * {
  -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;
}
.bottombar .audio .texts b:first-child {
  display: inline-block;
}
.bottombar .audio .texts b:last-child {
  position: absolute;
  left: 0;
  top: 0;
}
.bottombar .audio .texts b:last-child .char {
  transform: translateY(10px);
  opacity: 0;
}
.bottombar .audio .texts b .char {
  transition-delay: calc(10ms * var(--char-index));
}
.bottombar .audio.switch .texts b:first-child .char {
  transform: translateY(-10px);
  opacity: 0;
}
.bottombar .audio.switch .texts b:last-child .char {
  transform: translateY(0);
  opacity: 1;
}

/* HEADER */
.header {
	width: 100%;
	height: 100vh;
	min-height: 100vh;
	display: flex;
	flex-wrap: wrap;
	background: #090c16;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

/* PAGE HEADER*/
.page-header {
  width: 100%;
  height: 100vh;
  min-height: 560px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  background: #090c16;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #fff;
}
.page-header * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.page-header .video-bg {
  opacity: 0;
  transform: scale(1.3);
}
.page-header .container-fluid {
  padding: 0 14vw;
  position: relative;
  z-index: 1;
}
.page-header .container-fluid h1 {
  font-size: 10vw;
  font-weight: 800;
  letter-spacing: -3px;
}
.page-header .container-fluid h1 .char {
  opacity: 0;
  transform: translateY(120px);
  transition-delay: calc(1s + 10ms * var(--char-index));
}
.page-header .container-fluid p {
  font-size: 19px;
  letter-spacing: 1px;
  opacity: 0;
  transform: translateY(50px);
  transition-delay: 1.2s;
}

/* SHOWCASE SLIDER */
.showcase-slider {
  width: 100%;
  height: 100%;
  display: flex; 
}
.showcase-slider * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.showcase-slider .swiper-wrapper {
  transform: translateX(100%);
  transition: 0.7s;
  transition-duration: 0;
  -webkit-transition-duration: 0;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.showcase-slider .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}
.showcase-slider .swiper-slide .slide-image {
  width: 60%;
  height: 50%;
  position: absolute;
  left: 20%;
  top: 25%;
  background-size: cover;
  background-position: center;
  transition-delay: 0.2s;
}
.showcase-slider .swiper-slide .slide-inner {
  position: relative;
  z-index: 2;
  display: block;
}
.showcase-slider .swiper-slide .slide-inner small {
  font-size: 12px;
  letter-spacing: 3px;
  display: inline-block;
  position: relative;
  color: #fff;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.showcase-slider .swiper-slide .slide-inner small .char {
  opacity: 0;
  transform: translateY(10px);
  transition-delay: calc(1s + 10ms * var(--char-index));
}
.showcase-slider .swiper-slide .slide-inner small:after {
  content: "";
  width: 0;
  height: 1px;
  display: inline-block;
  background: #C71585;
  margin: 3px 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 1.4s;
}
.showcase-slider .swiper-slide .slide-inner .slider-heading {
	display: block;
	color: #fff;
	font-weight: 800;
}
.showcase-slider .swiper-slide .slide-inner .slider-heading b {
  color: #C71585;
  margin-left: 20px;
}
.showcase-slider .swiper-slide .slide-inner .slider-heading .char {
  opacity: 0;
  transform: translateY(60px);
  transition-delay: calc(1s + 10ms * var(--char-index));
}
.read-more-btn {
  display: inline-block;
  opacity: 0;
  transition-delay: 1.4s;
  transform: translateY(40px);
}
.read-more-btn a {
	display: flex;
	flex-wrap: wrap;
	line-height: normal;
	color: #fff;
	font-weight: 400;
	position: relative;
	padding: 12px 20px;
	background: #C71585;
	border-radius: 5px;
	font-size: 19px;
  border: 1px solid #C71585;
	transition: 0.5s all ease-in-out;
}
.read-more-btn a:hover {
	text-decoration: none;
	background: #fff;
  border: 1px solid #C71585;
}
.read-more-btn a * {
  -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;
}
.read-more-btn a b {
  width: 60px;
  height: 60px;
  display: inline-block;
  line-height: 56px;
  border: 2px solid #C71585;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin-right: 20px;
}
.read-more-btn a .words {
  display: inline-block;
  position: relative;
}
.read-more-btn a .words .first {
  display: inline-block;
}
.read-more-btn a .words .second {
  position: absolute;
  left: 0;
  top: 0;
}
.read-more-btn a .words .second .char {
  transform: translateY(10px);
  opacity: 0;
  color: #C71585;
}
.read-more-btn a .words .char {
  transition-delay: calc(10ms * var(--char-index));
}
.read-more-btn a:hover b {
  background: #C71585;
  color: #090c16;
  box-shadow: 0 0 8px #C71585;
}
.read-more-btn a:hover .first .char {
  opacity: 0;
  transform: translateY(-10px);
}
.read-more-btn a:hover .second .char {
  opacity: 1;
  transform: translateY(0);
}
.showcase-slider .swiper-controls {
  display: flex;
  flex-wrap: wrap;
  transform: rotate(-90deg);
  position: absolute;
  left: -100%;
  top: 50%;
  transform-origin: left;
  z-index: 4;
  transition-delay: 2.2s;
}
.showcase-slider .swiper-button-prev {
  width: auto;
  height: auto;
  background: none;
  position: static;
  margin: 0 10px;
}
.showcase-slider .swiper-button-prev span {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1;
}
.showcase-slider .swiper-button-next {
  width: auto;
  height: auto;
  background: none;
  position: static;
  margin: 0 10px;
}
.showcase-slider .swiper-button-next span {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1;
}
.showcase-slider .swiper-pagination {
	width: 16px;
	height: 150px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	top: 50%;
	transform: translateY(-50%);
	right: -100%;
	left: auto;
	transition-delay: 2.2s;
}
.showcase-slider .swiper-pagination .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background: none;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  margin: 5px 0;
  opacity: 0.5;
}
.showcase-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

/* ICON CONTENT BOX */
.icon-content-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.icon-content-box figure {
  width: 100px;
  display: flex;
  align-content: center;
  margin-top: 4px;
  margin-bottom: 0;
  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;
}
.icon-content-box figure img {
  width: auto;
  height: 50px;
}
.icon-content-box .content {
  width: calc(100% - 100px);
  display: flex;
  flex-wrap: wrap;
}
.icon-content-box .content b {
  width: 106px;
  display: inline-block;
  color: #727479;
  position: relative;
  margin-left: -23px;
  font-size: 13px;
}
.icon-content-box .content b:after {
  content: "";
  width: 0;
  height: 1px;
  background: #C71585;
  position: absolute;
  left: 25px;
  top: 9px;
  -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;
  transition-delay: 0.2s;
}
.icon-content-box .content h6 {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 3px 0;
}
.icon-content-box .content p {
  margin-bottom: 0;
  margin-top: 20px;
  padding-right: 15%;
  line-height: 1.8;
  font-size: 17px;
}
.icon-content-box .content p strong {
  color: #C71585;
}

/* COUNTER */
.counter {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.counter .odometer {
  height: 60px;
}
.counter .odometer span {
  font-size: 44px;
}
.counter strong {
  font-weight: 400;
  font-size: 24px;
  color: #C71585;
  margin-left: 5px;
}
.counter small {
  width: 100%;
  display: block;
  font-size: 17px;
}

/* BLOG POST */
.blog-post {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.blog-post .post-image {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.blog-post .post-image img {
  width: 100%;
}
.blog-post .post-content {
  width: 100%;
  display: block;
  padding: 0 70px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.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: 40px;
  font-weight: 600;
  margin-bottom: 30px;
}
.blog-post .post-content .post-title a {
  color: #090c16;
}
.blog-post .post-content .post-title a:hover {
  color: #C71585;
  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: #090c16;
}
.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 {
  background: #C71585;
  color: #090c16;
  padding: 4px 12px;
  font-size: 11px;
}
.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;
}
.blog-post .post-content .social-share li a {
  line-height: 44px;
  float: left;
  padding: 0 20px;
  background: #090c16;
  font-weight: 600;
  color: #fff;
  border: none;
  border-radius: 0;
}
.blog-post .post-content blockquote {
  background: #4c139c;
  color: #fff;
  padding: 30px;
}
.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: 5px solid #C71585;
}
.blog-post .post-content .image-full {
  display: block;
  height: auto;
  margin-bottom: 30px;
}
.blog-post .post-content .post-link {
  font-weight: 600;
  color: #090c16;
  font-size: 15px;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.blog-post .post-content .post-link:hover {
  text-decoration: none;
}
.blog-post .post-content .post-link:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 4px;
  width: 0;
  transition: width 0s ease, background 0.25s ease;
}
.blog-post .post-content .post-link:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -1px;
  height: 4px;
  width: 0;
  background: #C71585;
  transition: width 0.25s ease;
  mix-blend-mode: color;
}
.blog-post .post-content .post-link:hover:before {
  width: 100%;
  background: #C71585;
  transition: width 0.25s ease;
}
.blog-post .post-content .post-link:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}

/* 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 #090c16;
  border-left: 1px solid #090c16;
  border-top: 1px solid #090c16;
  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: #C71585;
  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: #C71585;
  display: inline-block;
  font-size: 13px;
  padding: 3px 6px;
}
.sidebar .widget .tags li a:hover {
  color: #C71585;
  background: #090c16;
  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: #C71585;
  color: #090c16;
  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: #090c16;
  position: relative;
}

/* CASE CONTENT */
.case-content {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.case-content h5 {
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 25px;
}
.case-content h6 {
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 15px;
}

.case-image {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}

/* WORKS */
.works {
  width: calc(100% - 120px);
  display: flex;
  flex-wrap: wrap;
  margin: 0 60px;
  padding: 0;
}
.works * {
  -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 li {
  width: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.works li figure {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 0;
}
.works li figure.animated figcaption {
  opacity: 1;
}
.works li figure img {
  width: 100%;
  float: left;
}
.works li figure figcaption {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  color: #fff;
  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%);
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition-delay: 0.5s;
}
.works li figure figcaption h5 {
  font-size: 4vw;
  font-weight: 800;
  margin: 0;
}
.works li figure figcaption h5 a {
  color: #fff;
}
.works li figure figcaption h5 a:hover {
  color: #C71585;
  text-decoration: none;
}
.works li figure figcaption small {
  font-size: 12px;
  letter-spacing: 1px;
}

/* TEAM SLIDER */
.team-slider * {
  -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;
}
.team-slider .swiper-slide .team-member figure .image-inner {
  opacity: 0.5;
  transform: translateY(50px);
}
.team-slider .swiper-slide .team-member .content {
  opacity: 0;
  transform: translateY(30px);
}
.team-slider .swiper-slide-active .team-member figure .image-inner {
  opacity: 1;
  transform: translateY(0);
}
.team-slider .swiper-slide-active .team-member .content {
  opacity: 1;
  transform: translateY(0);
}
.team-slider .swiper-pagination-progressbar {
  position: absolute;
  left: 0;
  bottom: 75px;
  top: auto;
  height: 1px;
  background: #eee;
}
.team-slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #C71585;
}

/* TEAM MEMBERS */
.team-member {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.team-member figure {
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}
.team-member .content {
  width: 100%;
}
.team-member .content h6 {
  width: 100%;
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
.team-member .content small {
  width: 100%;
  display: block;
  margin-bottom: 5px;
  color: #727479;
}
.team-member .content ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.team-member .content ul li {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  list-style: none;
}
.team-member .content ul li a {
  font-weight: 600;
  color: #090c16;
  display: inline-block;
  position: relative;
  z-index: 2;
  font-size: 11px;
}
.team-member .content ul li a:hover {
  text-decoration: none;
}
.team-member .content ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 4px;
  width: 0;
  transition: width 0s ease, background 0.25s ease;
}
.team-member .content ul li a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -1px;
  height: 4px;
  width: 0;
  background: #C71585;
  transition: width 0.25s ease;
  mix-blend-mode: color;
}
.team-member .content ul li a:hover:before {
  width: 100%;
  background: #C71585;
  transition: width 0.25s ease;
}
.team-member .content ul li a:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}

/* AWARDS BOX */
.awards-box {
  width: 100%;
  height: 170px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  background: #090c16;
  padding: 30px;
  text-align: center;
  position: relative;
}
.awards-box svg {
  fill: #fff;
}
.awards-box .odometer {
  color: #fff;
  font-size: 10vw;
  font-weight: 600;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translateY(-50%) translateX(-50%);
  padding: 0;
  line-height: 1;
  opacity: 0.1;
}
.mail-btn a, .call-btn a {
	cursor: pointer;
	position: fixed;
	border-radius: 0 0 5px 5px;
	font-size: 13px;
	right: -65px;
	transition: all .15s ease-out 0s;
	background: #C71585;
	color: #fff;
	text-align: center;
	padding: 4px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	width: 212px;
	border-radius: 15px 0 0 15px;
	font-size: 16px;
	right: 0;
	padding: 14px;
	width: 54px;
	display: flex;
	align-items: center; 
	height: 52px;
}
.mail-btn a {
	margin-top: 21px;
}
.call-btn a {
	margin-top: 76px;
}
.mail-btn:hover a, .call-btn:hover a {
	width: 143px;
}
.mail-btn a i, .call-btn a i {
	font-size: 20px !important;
	border-radius: 50%;
	background: #fff;
	color: #c71585;
	min-width: 33px;
	display: flex;
	justify-content: center;
	height: 33px;
	align-items: center;
	text-align: center;
	padding: 0;
}
.mail-btn span, .call-btn span {
	font-size: 18px;
	margin-left: 5px;
	font-weight: 600;
	opacity: 0;
}
.mail-btn:hover span, .call-btn:hover span { 
	opacity: 1;
}
/* CONTACT FORM */
.contact-form {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.contact-form #contact {
  display: block;
}
.contact-form #contact .form-group {
  display: block;
  position: relative;
  margin-bottom: 35px;
}
.contact-form #contact .form-group:last-child {
  margin-bottom: 0;
}
.contact-form #contact .form-group p {
  width: 100%;
  display: block;
  line-height: 1;
  margin-bottom: 5px;
}
.contact-form #contact .form-group small {
  display: block;
  font-size: 13px;
  opacity: 0.4;
}
.contact-form #contact .form-group input[type=text] {
  background: none;
  position: relative;
  z-index: 2;
  width: 100%;
}
.contact-form #contact .form-group textarea {
  position: relative;
  z-index: 2;
  width: 100%;
}
.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-bottom: 1px solid red;
}
.contact-form textarea.error {
  border-bottom: 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;
}

/* MAP HOLDER */
.map-holder iframe {
  width: 100%;
  height: 400px;
  display: block;
  border: none;
}

/* SIDE ADDRESS */
.side-address {
  width: calc(100% - 50px);
  display: flex;
  flex-wrap: wrap;
  margin-left: 50px;
  background: #4c139c;
  padding: 75px 50px;
  color: #fff;
}
.side-address b {
  width: 100%;
  font-weight: 600;
  margin-bottom: 20px;
}
.side-address p {
  width: 100%;
}
.side-address a {
  color: #fff;
  margin-top: 30px;
}
.side-address a:hover {
  color: #fff;
}

/* CLIENTS */
.clients {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  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.animated li {
  opacity: 1;
}
.clients.animated li figcaption .word .char {
  transform: translateY(10px);
  opacity: 0;
  transition-delay: calc(10ms * var(--char-index));
}
.clients:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.clients:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
}
.clients li {
  width: 25%;
  margin: 0;
  padding: 0;
  list-style: none;
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
  text-align: center;
  opacity: 0;
  transition: all 2s ease-in-out;
}
.clients li figure {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}
.clients li figure:hover figcaption {
  opacity: 1;
  top: 0;
}
.clients li figure:hover figcaption .char {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.clients li figure:hover img {
  opacity: 0;
}
.clients li figure img {
  width: 100%;
  display: inline-block;
  padding: 20px 80px;
}
.clients li figure figcaption {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 600;
}
.clients li figure figcaption .char {
  transform: translateY(10px);
  opacity: 0;
  transition-delay: calc(10ms * var(--char-index));
  animation: none;
}

.clients li:nth-child(1n) {
  transition-delay: 0.1s;
}

.clients li:nth-child(2n) {
  transition-delay: 0.2s;
}

.clients li:nth-child(3n) {
  transition-delay: 0.3s;
}

.clients li:nth-child(4n) {
  transition-delay: 0.4s;
}

.clients li:nth-child(5n) {
  transition-delay: 0.5s;
}

.clients li:nth-child(6n) {
  transition-delay: 0.6s;
}

.clients li:nth-child(7n) {
  transition-delay: 0.7s;
}

.clients li:nth-child(8n) {
  transition-delay: 0.8s;
}

.clients li:nth-child(9n) {
  transition-delay: 0.9s;
}

.clients li:nth-child(10n) {
  transition-delay: 1s;
}

.clients li:nth-child(11n) {
  transition-delay: 1.1s;
}

.clients li:nth-child(12n) {
  transition-delay: 1.2s;
}

.clients li:nth-child(13n) {
  transition-delay: 1.3s;
}

.clients li:nth-child(14n) {
  transition-delay: 1.4s;
}

.clients li:nth-child(15n) {
  transition-delay: 1.5s;
}

.clients li:nth-child(16n) {
  transition-delay: 1.6s;
}

.clients li:nth-child(17n) {
  transition-delay: 1.7s;
}

.clients li:nth-child(18n) {
  transition-delay: 1.8s;
}

.clients li:nth-child(19n) {
  transition-delay: 1.9s;
}

.clients li:nth-child(20n) {
  transition-delay: 2s;
}

/* FOOTER */
.footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  padding-top: 150px;
}
.footer .section-titles {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 100px;
  margin-bottom: 50px;
}
.footer .section-titles .custom-link {
  color: #fff;
}
.footer .footer-inner {
  width: 100%;
  font-size: 16px;
}
.footer .footer-inner h6 {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 13px;
  opacity: 0.5;
}
.footer .footer-inner address {
  margin: 0;
}
.footer .footer-inner p {
  margin: 0;
}
.footer .footer-inner a {
  color: #fff;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.footer .footer-inner a:hover {
  text-decoration: none;
}
.footer .footer-inner a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 4px;
  width: 0;
  transition: width 0s ease, background 0.25s ease;
  mix-blend-mode: color;
}
.footer .footer-inner a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 2px;
  height: 4px;
  width: 0;
  background: #C71585;
  transition: width 0.25s ease;
  mix-blend-mode: color;
}
.footer .footer-inner a:hover:before {
  width: 100%;
  background: #C71585;
  transition: width 0.25s ease;
}
.footer .footer-inner a:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}
.footer .footer-inner ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.footer .footer-inner ul li {
  margin: 0;
  margin-right: 40px;
  padding: 0;
  list-style: none;
}
.footer .footer-inner ul li:last-child {
  margin-right: 0;
}
.footer .footer-inner ul li a {
  display: inline-block;
}
.footer .footer-bottom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0;
  opacity: 0.5;
}

/* RESPONSIVE MEDIUM  */
@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {
  .section-titles h2 {
    padding-right: 0;
  }

  .icon-content-box .content p {
    padding-right: 0;
  }
}
/* RESPONSIVE TABLET  */
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  

  textarea, input {
    -webkit-appearance: none;
    border-radius: 0;
  }

  .menu-navigation:after {
    content: "";
    width: 100%;
    height: 20%;
    position: absolute;
    left: 30px;
    bottom: 30px;
    background: url("../images/touch-icon.png") no-repeat;
    background-size: contain;
    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;
    transition-delay: 1s;
  }

  .menu-navigation.active:after {
    opacity: 0.05;
  }
 

  .spacing-50 {
    display: none;
  }

  .spacing-100 {
    display: none;
  }

  .showcase-slider .swiper-slide .slide-inner .slider-heading {
    font-size: 80px;
  }

  .content-section {
    padding: 75px 0;
  }

  .section-titles h2 {
    font-size: 38px;
  }

  .section-titles.no-spacing {
    margin-bottom: 50px !important;
  }

  .page-header .container-fluid {
    padding: 0 60px;
  }

  .counter .odometer span {
    font-size: 38px;
  }

  .counter small {
    font-size: 15px;
  }

  .icon-content-box {
    margin: 30px 0;
  }

  .icon-content-box .content p {
    margin-top: 10px;
  }

  .icon-content-box .content b {
    margin-left: 0;
  }

  .icon-content-box .content h6 {
    width: 100%;
  }

  .page-header .container-fluid h1 {
    font-size: 15vw;
  }

  .clients li figure img {
    padding: 20px 10px;
  }

  .side-address {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }

  .works li {
    width: 100%;
  }

  .blog-post .post-content {
    padding: 0;
  }

  .sidebar {
    padding-left: 0;
    margin-top: 60px;
  }

  .footer .footer-inner address {
    margin-bottom: 30px;
  }

  .footer .footer-inner p {
    margin-bottom: 30px;
  }
}
/* RESPONSIVE MOBILE */
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  .topbar {
    padding: 15px;
  }

  .bottombar {
    padding: 15px;
  }

  .header {
    min-height: 100%;
  }

  .page-header {
    min-height: 100%;
  }

  .section-titles h5 {
    letter-spacing: 0;
  }

  .animated h5:after,  .animated .section-subtitle:after {
    width: 80px !important;
  }

  .animated b:after {
    width: 40px !important;
  }

  .showcase-slider .swiper-slide .slide-inner small {
    letter-spacing: 0;
  }

  .showcase-slider .swiper-slide .slide-inner .slider-heading {
    font-size: 50px;
  }

  .page-loaded .showcase-slider .swiper-slide.swiper-slide-active .slide-inner small:after {
    width: 60px !important;
  }

  .page-loaded .showcase-slider .swiper-controls {
    display: none;
  }

  .page-loaded .showcase-slider .swiper-pagination {
    display: none;
  }

  .page-loaded .showcase-slider .swiper-slide.swiper-slide-active .slide-inner small:after {
    width: 80px;
  }

  .works {
    width: calc(100% - 30px);
    margin: 0 15px;
  }

  .clients li {
    width: 50%;
  }

  .clients li figure img {
    padding: 20px;
  }

  .page-header .container-fluid {
    padding: 0 15px;
  }

  .counter {
    margin: 15px 0;
  }

  .awards-box {
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .accordion .card .card-header a {
    font-size: 26px;
  }

  .section-titles h2 {
    font-size: 30px;
  }

  .page-header .container-fluid h1 {
    font-size: 20vw;
  }

  .page-header .container-fluid p {
    font-size: 15px;
  }

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

  .bottombar .social-media ul li {
    margin-right: 20px;
  }

  .bottombar .social-media ul li:last-child {
    margin-right: 0;
  }

  .bottombar .social-media ul li a .char {
    display: none;
  }

  .bottombar .social-media ul li a .char:nth-child(2), .bottombar .social-media ul li a .char:nth-child(3), .bottombar .social-media ul li a .char:nth-child(4), .bottombar .social-media ul li a .char:nth-child(5) {
    display: inline-block;
  }

  .topbar .languages {
    display: none;
  }

  .topbar .hamburger-menu {
    margin-left: auto;
  }

  .menu-container .main-menu li a {
    font-size: 12vw;
  }

  .custom-list-sides li {
    width: 100%;
  }

  .team-member figure {
    padding: 0 10%;
  }

  .awards-box .odometer {
    font-size: 25vw;
  }

  .showcase-slider .swiper-slide .slide-inner .slider-heading {
    letter-spacing: 0;
  }

  .showcase-slider .swiper-slide .slide-inner .slider-heading b {
    margin-left: 0;
  }

  .works li figure figcaption h5 {
    font-size: 8vw;
  }
}
/* KEYFRAMES */
@keyframes texteffect {
  0% {
    transform: translateY(50%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes texteffect {
  0% {
    -webkit-transform: translateY(50%);
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
}
@-moz-keyframes texteffect {
  0% {
    -moz-transform: translateY(50%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes texteffect {
  0% {
    -o-transform: translateY(50%);
    opacity: 0;
  }
  100% {
    -o-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes icon-bounce {

  0%,
  100%,
  20%,
  50%,
  80% {
      transform: translateY(0)
  }

  40% {
      transform: translateY(-10px)
  }

  60% {
      transform: translateY(-5px)
  }
}


/************************************/
/***     09. How It Work css      ***/
/************************************/

.how-it-work{
	padding: 100px 0 70px;
}

.how-work-item {
	position: relative;
	border: 1px solid #DFDFDF8C;
	border-radius: 16px;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	padding: 30px;
	transition: all 0.4s ease-in-out;
	overflow: hidden;
	cursor: none;
}
.how-work-item::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	border-radius: 0px;
	background: linear-gradient(180deg, #C71585 0%, #BD0E60 100%);
	transition: all 0.4s ease-in-out;
	height: 100%;
	z-index: 1;
}
.how-work-item:hover:before{
    top: 0;
}

.how-work-item .icon-box{
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}

.how-work-item .icon-box img{
	width: 55px;
    transition: all 0.4s ease-in-out;
}

.how-work-item:hover .icon-box img{
    filter: brightness(0) invert(1);
}

.how-work-content{
	position: relative;
	z-index: 2;
}

.how-work-content h3{
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
}

.how-work-item:hover .how-work-content h3{
    color: var(--white-color);
}

.how-work-content p{
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.how-work-item:hover .how-work-content p{
    color: var(--white-color);
}
.how-work-item:hover h3, .how-work-item:hover p {
	color: #fff !important;
}
/*===========================================*/


.project-item-box .project-item{
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.project-item{
	position: relative;
	overflow: hidden;
	cursor: none;
}

.project-image a{
	position: relative;
	cursor: none;
	display: block;
}

.project-image img{
	width: 100%;
	border-radius: 16px;
	aspect-ratio: 1/1.1;
	object-fit: cover;
}

.project-body{
	position: absolute;
	bottom: 20px;
	right: 20px;
	left: 20px;
	transform: translateY(100%);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-between;
	opacity: 0;
	border-radius: 10px;
	padding: 20px;
	z-index: 1;
	transition: all 0.5s ease-in-out;
}

.project-body::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #111020;
	border-radius: 10px;
	opacity: 90%;
	z-index: -1;
}

.project-item:hover .project-body{
	opacity: 1;
	transform: translateY(0px);
}

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

.project-content h3 {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 5px;
}
.project-content p{
	color: var(--white-color);
	text-transform: capitalize;
	margin: 0;
}

.project-readmore-btn a{
    background-color: var(--accent-color);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-readmore-btn a img{
	max-width: 20px;
	transform: rotate(-45deg);
	transition: all 0.4s ease-in-out;
}

.project-body:hover .project-readmore-btn a img{
	transform: rotate(0deg);
}
.image-anime{
	position: relative;
	overflow: hidden;
}

.image-anime:after{
	content: "";
	position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

/*===========================*/
.links-taps {
	background: #fff;
	padding: 35px 15px;
	margin: 0 auto;
	border-radius: 97px;
	margin-bottom: -64px;
	z-index: 2;
	position: relative;
	text-align: center;
	border: 1px solid #eaeaea;
	box-shadow: 1px 14px 15px -6px #00000036;
}
.links-taps ul {
	display: flex;
	justify-content: space-around;
}
.links-taps a {
	color: #fff;
	background: #C71585;
	padding: 22px 50px;
	border-radius: 40px;
	border-radius: 79px;
	font-size: 20px;
	font-weight: 600;
}

/*video button css */
.sdf{
	position:relative;
}
.newvideobutton {
	display: flex;
	justify-content: center;
	color: #fff;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	background: linear-gradient(30deg, rgb(255, 130, 0) 20%, rgb(255, 38, 0) 80%);
	transition: all 0.3s ease-in-out 0s;
	box-shadow: rgba(193, 244, 246, 0.698) 0px 0px 0px 0px;
	animation: 1.2s cubic-bezier(0.8, 0, 0, 1) 0s infinite normal none running pulse;
	align-items: center;
	border: 0;
	position: absolute;
	top: 41%;
	left: 35%;
}

	.videobutton:is(:hover, :focus) {
		transform: scale(1.2);
	}

@keyframes pulse {
	100% {
		box-shadow: 0 0 0 45px rgba(193,244,246,0);
	}
}


