/*
Theme Name: TCA 
Theme URI:  
Author:     Smack Bang 
Author URI: https://smackbang.co/
Description: A custom theme with advanced functionality for specific requirements.
Version:    1.0
License:    GNU General Public License v2 or later
Text Domain: tca
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Fonts CSS
2.0 Main CSS
3.0 Custom CSS
4.0 Media CSS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Fonts CSS
--------------------------------------------------------------*/
@font-face {
    font-family: 'PP Mondwest';
    src: url('assets/fonts/PPMondwest-Regular.eot');
    src: url('assets/fonts/PPMondwest-Regular.eot?#iefix') format('embedded-opentype'), url('assets/fonts/PPMondwest-Regular.woff2') format('woff2'), url('assets/fonts/PPMondwest-Regular.woff') format('woff'), url('assets/fonts/PPMondwest-Regular.ttf') format('truetype'), url('assets/fonts/PPMondwest-Regular.svg#PPMondwest-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ABC Favorit';
    src: url('assets/fonts/ABCFavorit-Bold.eot');
    src: url('assets/fonts/ABCFavorit-Bold.eot?#iefix') format('embedded-opentype'), url('assets/fonts/ABCFavorit-Bold.woff2') format('woff2'), url('assets/fonts/ABCFavorit-Bold.woff') format('woff'), url('assets/fonts/ABCFavorit-Bold.ttf') format('truetype'), url('assets/fonts/ABCFavorit-Bold.svg#ABCFavorit-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ABC Favorit Unlicensed Trial';
    src: url('assets/fonts/ABCFavorit-Regular.eot');
    src: url('assets/fonts/ABCFavorit-Regular.eot?#iefix') format('embedded-opentype'), url('assets/fonts/ABCFavorit-Regular.woff2') format('woff2'), url('assets/fonts/ABCFavorit-Regular.woff') format('woff'), url('assets/fonts/ABCFavorit-Regular.ttf') format('truetype'), url('assets/fonts/ABCFavorit-Regular.svg#ABCFavorit-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Saol Display';
    src: url('assets/fonts/SaolDisplay-Regular.eot');
    src: url('assets/fonts/SaolDisplay-Regular.eot?#iefix') format('embedded-opentype'), url('assets/fonts/SaolDisplay-Regular.woff2') format('woff2'), url('assets/fonts/SaolDisplay-Regular.woff') format('woff'), url('assets/fonts/SaolDisplay-Regular.ttf') format('truetype'), url('assets/fonts/SaolDisplay-Regular.svg#SaolDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'ABC Favorit Unlicensed Trial';
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
    background: #000;
	padding-top:76.3px;
}
* {
    box-sizing: border-box;
}
a {
    transition: all 0.3s ease 0s;
    color: #30AAD7;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
:focus {
    outline: none;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: normal;
}
h1 {
    font-family: 'ABC Favorit Unlicensed Trial';
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 66.24px;
    letter-spacing: -1.44px;
    text-transform: uppercase;
}
h2 {
    font-family: 'ABC Favorit Unlicensed Trial';
    font-size: 57px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.57px;
    text-transform: uppercase;
}
h3 {
    font-family: "Saol Display";
    font-size: 70.92px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.709px;
    text-transform: uppercase;
}
h4 {
    font-family: "ABC Favorit Unlicensed Trial";
    font-size: 49px;
    font-style: normal;
    font-weight: 400;
    line-height: 45.08px;
    letter-spacing: -0.98px;
    text-transform: uppercase;
}
h5 {
    font-family: "ABC Favorit Unlicensed Trial";
    font-size: 29.02px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.698px;
    letter-spacing: -0.58px;
    text-transform: uppercase;
}
h6 {
    font-family: "PP Mondwest";
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 66.24px;
    letter-spacing: -1.44px;
    text-transform: uppercase;
}
.container-fluid {
    padding: 0 20px;
}
.container {
    max-width: 100%;
    padding: 0 40px;
}
.flex-box {
    display: flex;
    flex-wrap: wrap;
}
/* ===================================
          Header
======================================*/
header {
	position: fixed;
	background: #000;
	left: 0;
	right: 0;
	top: 0;
	border-bottom: 1px solid #fff;
	z-index: 999;
}
.header-top .box {
    border-right: 1px solid #fff;
    padding: 10px 20px;
}
.header-top .box:last-child {
    border: 0;
}
.header-top .box:nth-child(1) {
    width: 17.5%;
}
.header-top .box:nth-child(2) {
    width: 35.4%;
}
.header-top .box:nth-child(3) {
    width: 31.2%;
    text-align: left;
	position:relative;
}
.header-top .box:nth-child(3)::after {
  background: #fff;
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 50%;
  transform: translate(0,-50%);
  right: 15px;
}
.header-top .box:nth-child(4) {
    width: 15.9%;
    background: #fff;
    text-align: center;
}
.header-top .box a {
    text-align: center;
    color: #000;
    font-family: "PP Mondwest";
    font-size: 13.939px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.header-top .box ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    column-gap: 30px;
    justify-content: center;
}
.header-top .box ul li {
    display: flex;
}
.header-top .box p {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
	width: 96%;
	white-space: nowrap;
	overflow: hidden;
}
.header-top .box:nth-child(3) p a {
  color: #fff;
  font-family: 'ABC Favorit Unlicensed Trial';
}
.header-top .box:nth-child(3) p a:hover {
  text-decoration:underline;
}
.navbar{
	padding: 0;
}
.navbar .navbar-nav {
  justify-content: space-around;
  width: 100%;
  border-top: 1px solid #fff;
}
.navbar .navbar-nav li a {
  color: #FFF;
  font-family: "PP Mondwest";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  padding: 13px 0 10px;
}
.navbar .navbar-nav li > a:hover {
  text-decoration: underline;
}
.navbar .dropdown-menu{
  background: #000;
  border-radius: 0;
  padding: 24px 49px 215px 32px;
  border:0;
  border-top: 1px solid #fff;
}
.dropdown-menu .flex-box {
  justify-content: space-between;
}
.menu-logo {
  width: 23%;
  text-align: right;
}
.dropdown-menu .menu-outer {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -40px;
  width: 77%;
}
.dropdown-menu .menu-outer .box {
  width: 50%;
  padding: 0 40px;
  border: 0;
}
.menu-outer .box ul {
  margin: 0;
  padding: 4px 0 0;
  list-style: none;
  display: block;
}
.menu-outer .box ul li a {
  color: #FFF;
  font-family: "ABC Favorit Unlicensed Trial";
  font-size: 57px;
  font-style: normal;
  font-weight: 400;
  line-height: 52.44px;
  letter-spacing: -1.14px;
  text-transform: uppercase;
  padding: 0;
}

.menu-outer .box ul li:hover a, .menu-outer .box ul li.active a {
  font-family: "PP Mondwest";
}
.dropdown-toggle::after{
	display: none;
}
@media all and (min-width: 1024px) {
	.navbar-collapse .inner-menu {
		width: 100%;
	}
  .navbar .has-megamenu{
	  position:static!important;
	}
  .navbar .megamenu{
	  left:0;
	  right:0;
	  width:100%; 
	  margin-top:0; 
	}
.navbar .has-megamenu:hover .dropdown-menu.megamenu {
  display: block;
}
	
	
}	
@media(max-width: 1023px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  }
}



/* ===================================
         hero area
======================================*/
.landing-area {
    position: fixed;
    top: 0;
    z-index: 9;
    width:100vw;
    height: 100vh;
}
.hero-area {
    padding: 29px 0 128px;
}
.hero-area .content {
    width: 73.5%;
}
.hero-area .content a {
    color: #fff;
	display: inline-block;
    
}
.hero-area .content a:hover{
	font-family: 'PP Mondwest';
	text-decoration:underline;
}
.hero-area .image {
  width: 26.5%;
  text-align: right;
  margin-left: auto;
  margin-top: -6px;
  right: 9px;
  position: relative;
}
.hero-area .image img {
    width: 100%;
    max-width:275px;
}
/* ===================================
        Meet Dani
======================================*/
.meet-dani {
    padding: 25px 0 88px;
    border-top: 1px solid #FFF;
}
.meet-dani h4 {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0 0 28px;
}
.meet-dani .box {
    width: 50%;
}
.meet-dani .image {
  margin-top: 56px;
}
.meet-dani .image img {
    max-width: 64.9%;
}
.meet-dani .content {
    display: flex;
    flex-wrap: wrap;
    margin: -42px -10px 0;
    padding-left: 12px;
}
.meet-dani .content-box:nth-child(1) {
    width: 50%;
}
.meet-dani .content-box {
    width: 49%;
    padding: 0 10px;
}
.meet-dani .content-box p {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
    letter-spacing: -0.13px;
}
.meet-dani .content-box a {
    color: #FFF;    
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.meet-dani .content-box a:hover,
.your-service .content a:hover,
.artist .bottom-text a:hover,
.our-team .content a:hover,
.copyright p a:hover,
.footer-outer ul li a:hover,
.content-outer a:hover,
.bottom-content .content a:hover,
.communications .content a:hover,
.footer-top a:hover,
.image-text .content a:hover,
.news .content a:hover,
.case-studie .bottom a:hover,
.work-navigation ul a:hover,
.behind-the-scenes p a:hover,
.more a:hover,
.news-desk a:hover{
	text-decoration:underline;
	font-family: "PP Mondwest";
}
/* ===================================
        Your Service
======================================*/
.your-service {
    padding: 25px 0 63px;
    border-top: 1px solid #FFF;
}
.your-service h4 {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0 0 28px;
}
.your-service .box {
    width: 50%;
}
.your-service .content {
    max-width: 86%;
    margin-right: 84px;
    padding-top: 6px;
    margin-bottom: 56px;
    min-height: 147px;
}
.your-service .content p {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
    letter-spacing: -0.13px;
	margin:0 0 18px;
}
.your-service .content a {
    color: #FFF;    
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
	padding-top: 4px;
	display: inline-block;
}
.your-service ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.your-service ul li {
    font-size: 57px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.57px;
    text-transform: uppercase;
    padding: 3px 0 3px 50%;
    position: relative;
    transition: all 0.5s ease 0s;
}
.your-service ul li a{
	color:#fff;
}
.your-service ul li.active a {
  color: #000;
}
.your-service ul li.active {
    background: #fff;
    color: #000;
}
.your-service ul li .image {
    position: absolute;
    left: 16.3%;
    top: -104px;
    max-width: 296px;
    z-index: 9;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.your-service ul li.active .image {
    opacity: 9;
}
/* ===================================
         Client Stories
======================================*/
.client-stories {
    padding: 28px 0 60px;
    border-top: 1px solid #FFF;
    position: relative;
	overflow:hidden;
}
.client-stories .container {
    padding-right: 0;
}
.client-stories h4 {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0 0 28px;
}
.client-stories .flex-box {
    padding: 440px 0 103px;
}
.client-stories .left-box {
    width: 43%;
}
.client-stories .right-box {
    width: 57%;
    padding-left: 18px;
}
.client-stories h2 {
    font-size: 89.919px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.899px;
    text-transform: uppercase;
	text-align:right;
	white-space: nowrap;
}
.client-stories ul {
    padding: 0;
    list-style: none;
    margin: 0;
    position: relative;
}
.client-stories ul li {
    color: #FFF;
    font-family: "Saol Display";
    font-size: 89.919px;
    font-style: normal;
    font-weight: 400;
    line-height: 90px;
    letter-spacing: -0.899px;
    text-transform: uppercase;
}
.client-stories ul li.active {
    color: #000;
}
.client-stories .right-box .image {
    position: absolute;
    top: 270px;
    right: 0;
    max-width: 55%;
    width: 100%;
    padding-left: 7px;
}
.client-stories .right-box .image img {
    width: 100%;
}

/* ===================================
         Artists
======================================*/
.artist {
    padding: 25px 0 100px;
    border-top: 1px solid #FFF;
    overflow: hidden;
}
.artist h4 {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0 0 17px;
}
/*.artists {
   height: 520px;
}*/
.artist .swiper-slide {
    transition: all 0.3s ease;
    overflow: hidden;
    flex: 0 0 calc(100% / 6);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: 1.5rem;
}
.artist .swiper-slide:hover {
    flex: 0 0 calc(100% / 3.7);
    z-index: 10;
}
.artist .swiper-slide:hover .flex-box {
    opacity: 1;
}
.artist .swiper-slide .flex-box {
    padding-top: 13px;
    opacity: 0;
}
.artist .swiper-slide .flex-box .box {
    width: 50%;
}
.artist .swiper-slide .flex-box .box:first-child p {
    font-family: "PP Mondwest";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}
.artist .swiper-slide .flex-box .box:last-child p {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
    letter-spacing: -0.13px;
    margin: 0;
    text-align: right;
}
.artist .bottom-text {
    text-align: right;
    padding-top: 36px;
}
.artist .bottom-text .content {
    display: inline-block;
    margin-left: auto;
    text-align: left;
}
.artist .bottom-text p {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
    letter-spacing: -0.13px;
    max-width: 319px;
}
.artist .bottom-text a {
    color: #fff;    
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
/* ===================================
         News Desk
======================================*/
.news-desk {
    padding: 25px 0 80px;
    border-top: 1px solid #FFF;
}
.news-desk h4 {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0 0 50px;
}
.news-slider {
    overflow: hidden
}
.news-desk .image {
    margin-bottom: 20px;
}
.page-template-template-team  .news-desk .image {
    margin-bottom: 20px;
}
.news-desk .image img {
    width: 100%;
}
.news-desk h3 {
    font-family: "ABC Favorit Unlicensed Trial";
    font-size: 29.02px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.698px;
    letter-spacing: -0.58px;
    text-transform: uppercase;
    margin: 0 0 4px;
}
.news-desk h3 a{
	color: #fff;
}
.news-desk a {
    color: #fff;
    font-size: 29.02px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.698px;
    letter-spacing: -0.58px;
    text-transform: uppercase;
}
.slide-pagi {
    display: flex;
    justify-content: space-between;
    padding: 51px 0;
}
.slide-pagi div {
    position: relative;
    margin: 0;
    left: 0;
    right: 0;
}
.slide-pagi div::after {
    display: none;
}
.slide-pagi .swiper-button-prev {
    background: url("assets/images/left-arrow.svg") no-repeat;
    width: 27px;
    height: 8px;
}
.slide-pagi .swiper-button-next {
    background: url("assets/images/right-arrow.svg") no-repeat;
    width: 27px;
    height: 8px;
}
#loader img {
  max-width: 26px;
}
/* ===================================
         Our Team
======================================*/
.our-team {
    padding: 25px 0 46px;
    border-top: 1px solid #FFF;
}
.our-team h4 {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0;
}
.our-team .image {
    padding-top: 111px;
}
.our-team .content {
    max-width: 66%;
    margin-left: auto;
    margin-top: -5px;
}
.our-team .content p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	margin:0 0 17px;
}
.our-team .content a {
    color: #fff;    
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
	display:inline-block;
	padding-top:10px;
}
.our-team .flex-box {
    margin: 0 -15px;
}
.our-team .box {
    width: 50%;
    padding: 0 15px;
}
/* ===================================
          Dani’s Lust
======================================*/
.danis-Lust {
    padding: 25px 0 156px;
    border-top: 1px solid #FFF;
}
.danis-Lust .container {
    padding-right: 0;
}
.danis-Lust h4 {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0 0 28px;
}
.danis-slider {
    overflow: hidden;
}
.danis-Lust .image {
    border: 1px solid #FFF;
    margin: 0 0 9px;
}
.danis-Lust p {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.danis-Lust  a{
	color:#fff;
}
.danis-Lust  a:hover {
  text-decoration: underline;
  font-family: "PP Mondwest";
}
.danis-Lust p span {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
/* ===================================
          About Banner
======================================*/
.about-banner {
    padding: 28px 0 292px;
	 position: relative;
    overflow: hidden;
}
.about-banner .content {
    max-width: 76%;
}

.background-video, .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.about-banner .container {
    position: relative;
    z-index: 1;
}
.about-content {
    padding: 28px 0 90px;
    border-top: 1px solid #fff;
}
.about-content .left-box {
    width: 50%;
}
.about-content .right-box {
    width: 50%;
}
.content-outer {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px;
    padding-left: 9px;
}
.content-outer .box {
    width: 50%;
    padding: 0 18px;
}
.about-content .image {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    margin: 0 -12px;
    padding-top: 174px;
}
.about-content .image img {
    width: 100%;
}
.about-content .big-image {
    width: 63.2%;
    padding: 0 12px;
}
.about-content .small-image {
    width: 36.8%;
    padding: 0 12px;
}
.about-content .small-image img {
    width: auto;
    max-width: 119%;
    width: 100%;
}
.content-outer .box:first-child p {
    max-width: 98%;
}
.content-outer p {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
    letter-spacing: -0.13px;
    margin: 0 0 22px
}
.content-outer a {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
/* ===================================
          Communications
======================================*/
.manifesto {
    padding: 39px 0 123px;
    border-top: 1px solid #FFF;
}
.manifesto h4 {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0 0 60px;
}
.manifesto h2 {
    text-indent: 88px;
    font-size: 49px;
    font-style: normal;
    font-weight: 400;
    line-height: 45.08px;
    letter-spacing: -0.98px;
    text-transform: uppercase;
    max-width: 62.5%;
    margin: 0 0 45px;
}
.bottom-content .content {
    max-width: 38.8%;
    margin-left: auto;
    margin-right: 108px;
    padding-top: 3px;
}
.bottom-content .content p {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
    letter-spacing: -0.13px;
}
.bottom-content .content a {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
/* ===================================
          Communications
======================================*/
.communications {
    padding: 19px 0 83px;
    border-top: 1px solid #FFF;
}
.communications .flex-box {
    margin: 0 -15px;
}
.communications .box {
    width: 50%;
    padding: 0 15px;
}
.communications h4 {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0;
}
.communications .image {
    padding-top: 110px;
}
.communications .image img {
    width: 100%;
}
.communications .content {
    max-width: 66%;
    margin-left: auto;
    margin-top: -5px;
}
.communications .content p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.communications .content a {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
/* ===================================
          Founder
======================================*/
.founder {
    padding: 29px 0 100px;
}
.founder h1 span {
    display: block;
    padding-left: 225px;
    padding-top: 14px;
}
.founder .flex-box {
    margin: 0 -10px;
    padding-top: 210px;
    align-items: flex-end;
}
.founder .left-box {
    width: 52%;
    padding: 0 10px;
}
.founder .right-box {
    width: 48%;
    padding: 0 10px;
}
.founder .content p {
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: 92%;
    letter-spacing: -0.92px;
    text-transform: uppercase;
    text-indent: 88px;
    margin: 0;
}
.founder .image {
    margin-left: auto;
    max-width: 47.68%;
	position:relative;
}
.founder .image .caption {
  color: #fff;
  font-family: "PP Mondwest";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  position: absolute;
  bottom: 12px;
  right: 16px;
}
.founder .image .caption span {
  writing-mode: sideways-lr;
}
.image-text {
    border-top: 1px solid #fff;
}
.image-text .flex-box {
    align-items: flex-end;
}
.image-text .left-box {
    width: 50%;
}
.image-text .right-box {
    width: 50%;
}
.image-text .content {
    max-width: 306px;
    margin-left: auto;
    margin-right: 40px;
    margin-bottom: 90px;
}
.image-text .content p {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
    letter-spacing: -0.13px;
}
.image-text .content a {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.founders.danis-Lust {
    padding: 25px 0 16px;
}
/* ===================================
           Our Work
======================================*/
.hidden {
	display: none;
}
.filter-outer {
	position: relative;
}
.filter-box  {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #fff;
	padding: 55px 177px 17px 0;
}
.filter-box ul.filters {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	overflow: hidden;
	background: #000;
}
.filter-box .right-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-left: auto;
}
.filter-outer span.list {
	line-height: 15.6px;
	font-size: 13px;
	padding: 0 16px 0 0;
	display: inline-block;
	cursor: pointer;
	position: relative;
	text-transform: uppercase;
	margin-left: 20px;
}
.filter-outer span.list::after {
	background: url('assets/images/fliter.svg') no-repeat;
	position: absolute;
	content: "";
	width: 10px;
	height: 7px;
	top: 4px;
	right: 0;
}
.filter-outer span.list.active::after {
	transform: rotate(180deg);
}
.filter-outer:last-child span {
	margin-right: 0;
}
.filter-outer #cat-count, .filter-outer #ind-count {
	position: absolute;
	right: 32px;
}
.filter-box ul.filter-list{
	min-width: 167px;
	border: 1px solid #fff;
	background: #000;
	list-style: none;
	position: absolute;
	z-index: 9;
	padding: 10px 0;
	margin: 7px 0 0 0;
	left: 0;
}

.filter-outer ul li {
	position: relative;
	padding: 2px 20px 2px 27px;
	cursor: pointer;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: -0.1px;
	text-transform: uppercase;
}
.filter-outer ul li::before {
	background: #000;
	border: 1px solid #FFF;
	width: 8px;
	height: 8px;
	content: "";
	left: 9px;
	position: absolute;
	top: 5px;
}
.filter-outer ul li.selected::before {
	background: #fff;
}



.case-studies-head {
    padding: 32px 0;
}
.case-studies-head h1 {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0 0 21px;
}
.case-studies-head h2 {
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 66.24px;
    letter-spacing: -1.44px;
    text-transform: uppercase;
    margin: 0 0 4px;
}
.case-studies-head h3 {
    font-family: "PP Mondwest";
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 66.24px;
    letter-spacing: -1.44px;
    text-transform: uppercase;
}
.case-studie {
    padding: 20px 0;
    position: relative;
    border-bottom: 1px solid #fff;
}
.case-studie .flex-box {
    margin: 0 -15px;
}
.case-studie .left-box {
    padding: 0 15px;
    width: 33.813%;
}
.case-studie .right-box {
    padding: 0 15px;
    width: 66.187%;
}
.case-studie .content {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.case-studie .top p span {
    font-family: "PP Mondwest";
}
.case-studie .top p {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.case-studie .top p a {
    color: #fff;
}
.case-studie .content .bottom {
    margin-top: auto;
}
.case-studie .bottom p {
    max-width: 36%;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
    letter-spacing: -0.13px;
}
.case-studie .bottom a {
    background: url("assets/images/right-arrow.svg") no-repeat;
    background-position: 100%;
    padding: 0 45px 0 0;
    font-family: "PP Mondwest";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    margin-top: 36px;
    display: inline-block;
}
.case-studie .right-box .images {
    position: absolute;
    max-width: 29.24%;
    bottom: 20px;
    right: 40px;
}
.work-hero {
    position: relative;
    overflow: hidden;
}
.work-hero .container {
    padding-right: 0;
}
.work-hero .flex-box {
    margin: 0 -15px;
}
.work-hero .left-box {
    width: 49%;
    padding: 0 15px;
}
.work-hero .right-box {
    width: 51%;
    padding: 0 15px;
}
.work-hero .image{
	height:100%;
}
.work-hero .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.work-hero .content h1 {
    max-width: 60%;
    margin: 29px 0 77px;
}
.work-hero .content h5 {
    font-family: "PP Mondwest";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 2px;
    letter-spacing: 0;
}
.work-hero .content h3 {
    font-family: "ABC Favorit Unlicensed Trial";
    font-size: 37px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    text-transform: uppercase;
    max-width: 55%;
    letter-spacing: 0;
    margin: 0 0 43px;
}
.work-hero .content h3 span{
	display:block;
}
.work-hero .content h6 {
    font-family: "ABC Favorit Unlicensed Trial";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    max-width: 92%;
    margin: 0 0 30px;
}
.work-hero .content p {
    font-family: "ABC Favorit Unlicensed Trial";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
    letter-spacing: -0.13px;
    max-width: 95%;
}
.work-navigation {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.work-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.work-navigation ul a {
    display: block;
    padding: 10.5px 0;
    color: #FFF;
    font-family: "PP Mondwest";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.results {
    padding: 21px 0 44px;
}
.results h4 {
    font-family: "ABC Favorit Unlicensed Trial";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0 0 39px;
}
.results .box {
    margin-right: 180px;
}
.results .box h2 {
    font-family: "Saol Display";
    font-size: 89.919px;
    font-style: normal;
    font-weight: 400;
    line-height: 94px;
    letter-spacing: -0.899px;
    text-transform: uppercase;
}
.results .box span {
    font-family: "PP Mondwest";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    display: block;
}
.results-video-image {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding-top: 100px;
}
.results-video-image .box {
    margin: 0;
}
.results-video-image .left-box {
    width: 52.4%;
}
.results-video-image .left-box .desktop{
    display: flex;
    flex-wrap: wrap;
	 margin: 0 -10px;
}
.results-video-image .right-box {
    width: 47.6%;
    padding-left: 191px;
}
.results-video-image .left-box .box {
    width: 50%;
    padding: 0 10px;
}
.results-video-image .image, .results-video-image .tca-video {
    margin-bottom: 15px;
    height: auto;
	position: relative;
}
.results-video-image .tca-video .dummy {
  opacity: 0;
  width: 100%;
}
.results-video-image .tca-video video {
  position: absolute;
  top: 0;
  width: 100%;
}
.results-video-image .image img {
    height: 100%;
    object-fit: cover;
}
.results-video-image .image img, .results-video-image .tca-video {
    width: 100%
}
.results-video-image .cap {
    display: flex;
    justify-content: space-between;
}
.results-video-image .cap p, .results-video-image .cap p a {
    color: #FFF;
    font-family: "PP Mondwest";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.results-video-image .cap h5 {
    font-family: "ABC Favorit Unlicensed Trial";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
    letter-spacing: -0.13px;
}
.results-video-image .cap a {
    color: #FFF;
    font-family: "PP Mondwest";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.approach {
    border-top: 1px solid #FFFAFA;
    padding: 26px 0 62px;
}
.approach h4 {
    font-family: "ABC Favorit Unlicensed Trial";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0 0 20px;
}
.approach p {
    font-family: "ABC Favorit Unlicensed Trial";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
    letter-spacing: -0.13px;
    max-width: 664px;
    margin: 0 0 18px;
}
blockquote {
    color: #FFF;
    font-family: "Saol Display";
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: 50.6px;
    letter-spacing: -0.46px;
}
.approach blockquote span {
  font-family: "ABC Favorit Unlicensed Trial";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  display: block;
  text-align: right;
  padding: 8px 0 0;
}
.approach-slider {
    position: relative;
    overflow: hidden;
    padding-top: 37px;
    margin-left: 40px;
}
.approach-slider .image img {
    width: 100%;
}
.approach-slider .slide-pagi {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 9;
    left: 0;
    right: 0;
    padding: 0 20px;
}
.approach-slider .slide-pagi .swiper-button-prev {
    background: url("assets/images/left-arrow1.svg") no-repeat;
    width: 28px;
    height: 28px;
}
.approach-slider .slide-pagi .swiper-button-next {
    background: url("assets/images/right-arrow1.svg") no-repeat;
    width: 28px;
    height: 28px;
}
.full-width .image img {
    width: 100%;
}
.tca-video {
    position: relative;
    display: block;
    max-width: 100%;
    cursor: pointer;
}
.tca-video {
    height: 100%;
}
.tca-video video {
    height: 100%;
    object-fit: cover;
}
.tca-video video.click-to-play {
    display: block;
    width: 100%;
}
.tca-video .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: url("assets/images/play.svg") no-repeat center center;
    background-size: 60px 60px;
    border-radius: 50%;
    transition: opacity 0.3s;
}
.tca-video.playing .play-button {
    opacity: 0;
    pointer-events: none;
}
.featured-artist {
    padding: 62px 0 92px;
}
.featured-artist .container {
    padding-left: 190px;
}
.featured-artist .left-box {
    width: 32.24%;
}
.featured-artist .right-box {
    width: 67.76%;
}
.featured-artist .content {
    /*padding-left: 160px;*/
	 padding-left: 135px;
}
.featured-artist .image img {
    width: 100%;
}
.featured-artist h4 {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 13px 0 30px;
}
.featured-artist ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.featured-artist ul li {
    font-size: 54px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: -1.08px;
    text-transform: uppercase;
}
.featured-artist ul li span {
    font-family: "PP Mondwest";
}
.behind-the-scenes {
    position: relative;
    overflow: hidden;
    border-top: 1px solid #FFF;
    padding: 35px 0 73px;
}
.behind-the-scenes h4 {
    font-family: "ABC Favorit Unlicensed Trial";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0 0 25px;
}
.behind-the-scenes .flex-box {
    margin: 0 -10px;
}
.behind-the-scenes .left-box, .behind-the-scenes .right-box {
    width: 50%;
    padding: 0 10px;
}
.behind-the-scenes .scene-slider {
    position: relative;
    overflow: hidden;
}

.scene-slider .swiper-slide .image, .behind-the-scenes .tca-video {
  height: 100%;
  aspect-ratio: 16 / 9;
  width: 100%;
}
.scene-slider .swiper-slide .image img, .behind-the-scenes .tca-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scene-outer {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.scene-outer .scene-box {
    width: 50%;
    padding: 0 10px;
}
.scene-outer .scene-box .content {
  padding: 0 10px;
}
.scene-outer .scene-box .image img {
    width: 100%;
}
.behind-the-scenes .image, .behind-the-scenes .tca-video {
    margin-bottom: 24px;
}
.behind-the-scenes .content p {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
    letter-spacing: -0.13px;
    text-transform: inherit;
    max-width: 79%;
}
.behind-the-scenes p, .behind-the-scenes p a {
    color: #fff;
    font-family: "PP Mondwest";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}
.behind-the-scenes .slide-pagi {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 9;
    left: 0;
    right: 0;
    padding: 0 20px;
}
.behind-the-scenes .slide-pagi .swiper-button-prev {
    background: url("assets/images/left-arrow1.svg") no-repeat;
    width: 28px;
    height: 28px;
}
.behind-the-scenes .slide-pagi .swiper-button-next {
    background: url("assets/images/right-arrow1.svg") no-repeat;
    width: 28px;
    height: 28px;
}
.more {
    position: relative;
    border-top: 1px solid #FFF;
    padding: 35px 0 108px;
}
.more h4 {
    font-family: "ABC Favorit Unlicensed Trial";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0 0 41px;
}
.more .left-box, .more .right-box {
    width: 50%;
}
.more .right-box {
    text-align: right;
	margin-left:auto;
}
.more a {
    color: #FFF;
    text-align: center;
    font-family: "PP Mondwest";
    font-size: 62.926px;
    font-style: normal;
    font-weight: 400;
    line-height: 57.892px;
    letter-spacing: -1.259px;
    text-transform: uppercase;
}
.more a span {
    display: block;
    text-align: left;
    line-height: 0;
    margin: 3px 0 0;
}
.more .right-box a span {
    text-align: right;
}
/* ===================================
          News
======================================*/
.page-head {
    padding: 25px 0 59px;
    border-bottom: 1px solid #FFFAFA;
}
.page-head h1 {
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 55.2px;
    letter-spacing: -1.2px;
    text-transform: uppercase;
    max-width: 711px;
}
.news {
    padding: 63px 0 46px;
}
.news .flex-box {
    margin: 0 -10px;
}
.news .box {
    width: 33.3333%;
    padding: 0 10px;
    margin-bottom: 37px;
}
.news .content {
    display: flex;
    justify-content: space-between;
}
.news .image {
    margin-bottom: 15px;
}
.news .image img {
    width: 100%;
}
.news .content h5 {
    max-width: 68%;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
    letter-spacing: -0.13px;
    text-transform: inherit;
}
.news .content h5 a, .news .content h5 a:hover{
	font-family: "ABC Favorit Unlicensed Trial";
}
.news .content h5 span {
    text-transform: uppercase;
}
.news .content a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
/* ===================================
          Services
======================================*/
.page-template-template-services .page-head h1 {	
	font-size: 72px;
	line-height: 66.24px;
	letter-spacing: -1.44px;
	max-width: 999px;
}

.services .accordion-item {
    border-bottom: 1px solid #FFFAFA;
}
.services .accordion-item:last-child {
    border: 0;
}
.services .accordion-header {
    margin: 0;
    position: relative;
}
.services .accordion-button {
    color: #FFF;
    font-family: "ABC Favorit Unlicensed Trial";
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: 42.32px;
    letter-spacing: -0.92px;
    text-transform: uppercase;
    padding: 27px 40px 25px;
    background: none;
}
.services .accordion-button:focus {
    box-shadow: none;
}
.services .accordion-button::after {
    width: 35px;
    height: 35px;
    background-image: url('assets/images/plus.svg');
    background-size: 35px;
    transition: transform .2s ease-in-out;
    position: absolute;
    right: 40px;
    top: 31px;
}
.services .accordion-button:not(.collapsed)::after {
	background-image: url('assets/images/minus.svg');
	transform: none;
	width: 24px;
	height: 4px;
	background-size: 24px;
	top: 44px;
	right: 54px;
}
.services .accordion-body {
    padding: 29px 40px 36px 27.9%;
}
.services .accordion-body .flex-box {
    margin: 0 -14px;
}
.services .accordion-body .left-box {
    width: 48.472%;
    padding: 0 14px;
}
.services .accordion-body .right-box {
    width: 51.528%;
    padding: 0 14px;
}
.services .accordion-body p {
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.services .accordion-body h4 {
    font-family: "PP Mondwest";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 14px;
    letter-spacing: 0;
}
.services .accordion-body ul {
    padding: 0 0 0 25px;
    margin: 0 -15px 27px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.services .accordion-body ul li {
    width: 50%;
    padding: 0 15px;
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
    letter-spacing: -0.13px;
    position: relative;
    margin: 0 0 15px;
}
.services .accordion-body ul li::after {
    background: #fff;
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    left: -7px;
    top: 2px;
}
/* ===================================
          Terms & conditions
======================================*/
.default-page {
    padding: 30px 0 142px;
}
.default-page .content {
    max-width: 59%;
}
.default-page h1 {
    margin: 0 0 52px;
}
.default-page h5 {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
    letter-spacing: -0.13px;
    text-transform: uppercase;
}
.default-page p {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
    letter-spacing: -0.13px;
}
.default-page ul {
    padding: 0 0 0 10px;
    margin: 0 0 16px;
    list-style: none;
}
.default-page ul li {
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
    letter-spacing: -0.13px;
    position: relative;
    padding: 0 0 0 15px;
}
.default-page ul li::after {
    background: #fff;
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    left: -7px;
    top: 2px;
}
.default-page .content .link-btn a {
    color: #FFF;
    font-family: "PP Mondwest";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
/* ===================================
          Artists
======================================*/
.artists-head {
    padding: 28px 0 28px;
}
.artists-head h1 {
    margin: 0 0 16px;
}
.artists-head p {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
    letter-spacing: -0.13px;
    max-width: 23%;
}
.artist-box {
    border-bottom: 1px solid #FFFAFA;
    padding: 54px 0 69px;
}
.artist-box .left-box {
    width: 50%;
}
.artist-box .right-box {
    width: 50%;
}
.artist-box .left-box h2 {
  font-size: 72px;
  line-height: 66.24px;
  letter-spacing: -1.44px;
}
.artists-list {
    font-family: "ABC Favorit Unlicensed Trial";
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: 42.32px;
    letter-spacing: -0.92px;
    text-transform: uppercase;
	padding-top: 3px;
}
.artists-list a {
    color: #fff;
}
.artists-list a:hover {
    font-family: "PP Mondwest";
}
body.hide-scroll {
  overflow: hidden;
}
.page-slide {
	position: fixed;
	overflow: scroll;
	height: 100%;
    top: 76px;
    right: -1030px;
    background: #000;
    width: 1030px;
    z-index: 9;
    transition: all 0.8s ease 0s;
	padding: 0 0 78px;
}
.page-slide.active {
    right: 0;
}
.return {
    position: absolute;
    right: 38px;
    top: 40px;
    z-index: 11;
    font-family: "PP Mondwest";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    column-gap: 10px;
    cursor: pointer;
}
.page-slide .image-video{
  position: relative;
  height: 100%;
}
.page-slide .image-video .image {
  height: 100%;
}
.page-slide .image-video .image img {
  height: 100%;
  object-fit: cover;
}
.page-slide .image-video .video.top-video {
  position: relative;
  height: 100%;
}
.page-slide .image-video .top-video video {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.image-video .image img {
  width: 100%;
}
.image-video .caption {
    position: absolute;
    top: 0;
    padding: 37px 22px;
	z-index: 1;
}
.caption h2 {
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 66.24px;
    letter-spacing: -1.44px;
    text-transform: uppercase;
}
.caption h3 {
    font-family: "PP Mondwest";
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: 92%;
    letter-spacing: -0.92px;
    text-transform: uppercase;
}
.intro-text {
    padding: 50px 20px 9px;
    position: relative;
}
.intro-text p {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
    letter-spacing: -0.13px;
    max-width: 630px;
    margin: 0 0 16px;
}
.intro-text .link {
    position: absolute;
    right: 35px;
    top: 58px;
}
.intro-text .link a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.intro-text .link a:hover{
	text-decoration:underline;
	 font-family: "PP Mondwest";
}
.select-work {
    padding: 20px;
}
.select-work h5 {
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0 0 14px;
}
.select-work .nav {
    display: block;
    border: 0;
    margin: 0 0 43px;
}
.select-work .nav .nav-link {
    color: #FFF;
    font-size: 32.75px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.327px;
    text-transform: uppercase;
    padding: 3px 0;
    display: block;
    border: 0;
    border-radius: 0;
    margin: 0;
}
.select-work .nav .nav-link.active {
    color: #FFF;
   
    font-size: 36.752px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.368px;
    text-transform: uppercase;
    background: none;
}
.select-work .nav .nav-link:hover{
	font-family: "PP Mondwest";
}
.select-work .tab-content {
    position: relative;
    overflow: hidden;
    margin: 0 -20px 34px;
}
.select-work .tab-content .slide-pagi {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 9;
    left: 0;
    right: 0;
    padding: 0 20px;
}
.select-work .tab-content .slide-pagi .swiper-button-prev {
    background: url("assets/images/left-arrow1.svg") no-repeat;
    width: 28px;
    height: 28px;
}
.select-work .tab-content .slide-pagi .swiper-button-next {
    background: url("assets/images/right-arrow1.svg") no-repeat;
    width: 28px;
    height: 28px;
}
.quote {
    padding: 30px 20px;
    border-top: 1px solid #FFFAFA;
}
.quote p {
    font-family: "Saol Display";
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.46px;
}
.clients {
    max-width: 305px;
    margin-left: auto;
    margin-right: 154px;
    padding: 0 0 22px;
}
.clients h5 {
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0 0 12px;
}
.clients ul {
    padding: 0;
    margin: 0 0 26px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.clients ul li {
    width: 50%;
    color: #FFF;
    font-family: "PP Mondwest";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.full-slider {
    position: relative;
    overflow: hidden;
}
.video video {
    width: 100%;
}
.full-slider .slide-pagi {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 9;
    left: 0;
    right: 0;
    padding: 0 20px;
}
.full-slider .slide-pagi .swiper-button-prev {
    background: url("assets/images/left-arrow1.svg") no-repeat;
    width: 28px;
    height: 28px;
}
.full-slider .slide-pagi .swiper-button-next {
    background: url("assets/images/right-arrow1.svg") no-repeat;
    width: 28px;
    height: 28px;
}
.image-grid {
    padding: 12px 0 2px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #FFFAFA;
}
.image-grid .slide-pagi {
    padding: 0;
    display: none;
}
.image-grid .swiper-wrapper {
    flex-wrap: wrap;
    width: auto;
    margin: 0 -5px;
}
.image-grid .swiper-wrapper .swiper-slide {
    width: 33.3333%;
    padding: 0 5px;
    margin-bottom: 10px;
    height: auto;
}
.image-video-bottom {
    position: relative;
    overflow: hidden;
    padding: 35px 35px 35px 0;
}
.image-video-bottom .content p {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
    letter-spacing: -0.13px;
    max-width: 170px;
}
.image-video-bottom .image {
    margin-bottom: 15px;
    height: 100%;
}
.image-video-bottom .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.image-video-bottom .link a {
    color: #FFF;    
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.image-video-bottom .link a:hover{
	font-family: "PP Mondwest";
	text-decoration:underline;
}
.image-video-bottom .slide-pagi {
    padding: 0;
    display: none;
}
.image-video-bottom .swiper-wrapper {
    flex-wrap: wrap;
    width: auto;
    margin: 0 -5px;
}
.image-video-bottom .swiper-wrapper .swiper-slide {
    width: 25%;
    padding: 0 5px;
    margin-bottom: 10px;
    height: auto;
}
.image-video-bottom .video {
    height: 100%;
    margin-bottom: 15px;
	width: 100%;
	position:relative;
}
.image-video-bottom .video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.image-video-bottom .video .dummy{
	opacity: 0;
    width: 100%;
}
.image-video-bottom .video video {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	left: 0;
}
.cta {
    padding: 18px 0 75px;
}
.cta h2 {
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 66.24px;
    letter-spacing: -1.44px;
    text-transform: uppercase;
    margin: 0 0 16px;
}
.cta a {
    color: #FFF;
    text-align: center;
    
    font-size: 78px;
    font-style: normal;
    font-weight: 400;
    line-height: 71.76px;
    letter-spacing: -1.56px;
    text-transform: uppercase;
}
.cta a:hover{
  font-family: "PP Mondwest";	
  text-decoration:underline;
}
/* ===================================
         Contact
======================================*/
.hero-area.contact {
    padding: 29px 0 0;
}
.hero-area.contact h1 {
    max-width: 830px;
}
.contact-form {
    max-width: 770px;
}
.contact-outer {
    padding: 0 0 137px;
}
.contact-form .c-box {
    margin: 0 0 24px;
}
.contact-form h5 {
    color: #FFF;
    font-family: "ABC Favorit Unlicensed Trial";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 17px;
    padding-top: 16px;
}
.contact-form label {
    color: #FFF;
    font-family: "ABC Favorit Unlicensed Trial";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 7px;
}
.contact-form input:not([type="submit"]), .contact-form select {
    width: 100%;
    border: 1px solid #FFF;
    border-radius: 0;
    height: 48px;
    padding: 0 12px;
    color: #fff;
    font-family: "ABC Favorit Unlicensed Trial";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: none;
}
.contact-form select {
    appearance: none;
    background: #000 url("assets/images/down.svg") no-repeat;
    background-position: 98%;
    background-size: 24px;
}
.contact-form select option, .contact-form select option:hover {
    background-color: #000;
    color: #fff;
}
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus {
    box-shadow: none;
    background: none;
    color: #fff;
    border-color: #fff;
}
.contact-form .row {
    padding-top: 7px;
}
.contact-form .form-check {
    padding: 0;
    margin: 0 0 12px;
}
.contact-form .form-check .form-check-label {
    margin: 0;
    text-transform: inherit;
    padding: 2px 0 0 10px;
}
.contact-form .form-check-input[type="checkbox"] {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    margin: 0;
    padding: 0;
    background: #000;
}
.form-check-input:checked[type="checkbox"] {
    background: #fff !important;
}
.contact-form textarea {
    width: 100%;
    border: 1px solid #FFF;
    border-radius: 0;
    height: 103px;
    padding: 12px;
    color: #fff;
    font-family: "ABC Favorit Unlicensed Trial";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: none;
}
.contact-form .submit-btn {
    color: #000;
    font-family: "PP Mondwest";
    font-size: 13.939px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    border: 0;
    background: #fff;
    padding: 12px 91px 10px;
}
.contact-form .submit-btn:focus {
    color: #000;
    background: #fff;
}
.hero-area.thankyou {
    padding: 29px 0 161px;
}
.hero-area.thankyou p {
    font-family: "PP Mondwest";
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 31.2px;
    letter-spacing: -0.26px;
    text-transform: uppercase;
    margin-top: 33px;
}
.thankyou.danis-Lust {
    padding: 16px 0 72px;
}
.contact-form .wpcf7 form .wpcf7-response-output{
  border: 1px solid #fff !important;
  padding: 12px 12px !important;
  margin: 25px 0 0;
}
/* ===================================
          Team
======================================*/
.meet-team {
    padding: 28px 0 123px;
}
.meet-team .right-content {
    text-align: right;
    padding-top: 30px;
}
.meet-team h1{
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 55.2px;
    letter-spacing: -1.2px;
    text-transform: uppercase;
	 max-width: 970px;
}
.meet-team h2 span {
    font-family: "PP Mondwest";
    font-size: 54px;
    font-style: normal;
    font-weight: 400;
    line-height: 92%;
    letter-spacing: -1.08px;
    text-transform: uppercase;
    max-width: 48%;
    margin-left: auto;
    text-align: left;
    display: block;
}
.teams {
    padding: 0 0 43px;
}
.teams h4 {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 37px;
}
.team-box {
    position: relative;
    height: 100%;
}
.team-box .image img {
    width: 100%;
}
.team-box .content {
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    padding: 0 16px;
}
.team-box .content h5 {
    font-family: "PP Mondwest";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.team-box .content p {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}
.content-box.bottom {
    display: flex;
    height: 100%;
    align-items: flex-end;
}
.content-box.bottom p:last-child {
    margin: 0;
}
.team-box .content-box p {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.13px;
    max-width: 77%;
}
.team .swiper-wrapper {
    flex-wrap: wrap;
    margin: 0 -8px;
    width: auto;
}
.team .swiper-wrapper .swiper-slide {
    width: 25%;
    padding: 0 8px;
    margin-bottom: 27px;
    height: auto;
}
.team .slide-pagi {
    display: none;
}
.press {
    border-top: 1px solid #FFF;
    padding: 51px 0 103px;
}
.press h4 {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0 0 17px;
}
.press .flex-box {
    padding-bottom: 141px;
}
.press .left-box {
    width: 25%;
}
.press .right-box {
    width: 75%;
}
.press .right-box .content {
    margin-top: -6px;
}
.press ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.press ul li {
    font-family: 'Saol Display';
    font-size: 28.92px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.289px;
    text-transform: uppercase;
}
.press ul li a{
	color:#fff;
}
.press ul li a:hover{
	text-decoration:underline;
}
.press h2 {
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 55.2px;
    letter-spacing: -1.2px;
    text-transform: uppercase;
   /* max-width: 36%;*/
	max-width:600px;
}
.press h2 a {
    color: #fff;
}
.press h2 a:hover {
   font-family: "PP Mondwest";
  text-decoration: underline;
}
/* ===================================
          Footer
======================================*/
.footer-top {
    border-top: 1px solid #fff;
    padding: 26px 0 250px;
}
.footer-top h2 {
    color: #FFF;
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 66.24px;
    letter-spacing: -1.44px;
    text-transform: uppercase;
    margin: 0 0 7px;
}
.footer-top p{
	margin:0;
}
.footer-top a {
    color: #FFF;
    font-size: 78px;
    font-style: normal;
    font-weight: 400;
    line-height: 71.76px;
    letter-spacing: -1.56px;
    text-transform: uppercase;
}
.footer-middle {
    border-top: 1px solid #fff;
    padding: 31px 0 136px;
}
.footer-middle .flex-box {
    margin: 0 -15px;
}
.footer-middle .left-box {
    width: 33.813%;
    padding: 0 15px;
}
.footer-middle .right-box {
    width: 66.187%;
    padding: 0 15px;
}
.newsletter {
    position: relative;
}
.newsletter h5 {
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.newsletter input[type="email"] {
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: none;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    width: 100%;
    padding: 0 0 6px;
}
.newsletter input[type="email"]::placeholder {
    color: #fff;
    opacity: 0.3;
	 text-transform: uppercase;
}
.newsletter button {
    color: #FFF;
    font-family: "PP Mondwest";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: none;
    padding: 0;
    border: 0;
    position: absolute;
    right: 0;
    top: 32px;
	text-transform: uppercase;
}
.wpcf7-not-valid-tip {
  padding: 10px 0 0;
}
.wpcf7 form .wpcf7-response-output {
  padding: 0 !important;
  border: 0 !important;
  margin: 10px 0 0;
}
.footer-outer {
    display: flex;
    flex-wrap: wrap;
    max-width: 75.2%;
    margin-left: auto;
}
.footer-outer .box:nth-child(1) {
    width: 33.5%;
}
.footer-outer .box:nth-child(2) {
    width: 35.7%;
}
.footer-outer .box {
    width: 30%;
}
.footer-outer p {
    margin: 0 0 13px;
}
.footer-outer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-outer ul li {
    line-height: normal;
}
.footer-outer ul li a {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.footer-outer .box p {
    color: #FFF;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.footer-image {
    text-align: center;
    padding-top: 89px;
}
.footer-image img {
    max-width: 76.398%;
    width: 100%;
}
.copyright {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 12px 0 12px;
    text-transform: uppercase;
}
.copyright .flex-box {
    justify-content: space-between;
}
.copyright p {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}
.copyright p a {
    font-family: 'PP Mondwest';
    color: #fff;
}
/*--------------------------------------------------------------
3.0 Custom CSS
--------------------------------------------------------------*/
.contact-form .col-md-6 {
    width: 50%;
}
/*--------------------------------------------------------------
4.0 Media CSS
--------------------------------------------------------------*/

@media screen and (max-width:1439px) {
.header-top .box:nth-child(1) {
  width: 17%;
}
.header-top .box:nth-child(2) {
  width: 33%;
}	
.header-top .box:nth-child(3) {
  width: 34%;
  text-align: center;
}
.header-top .box:nth-child(4) {
  width: 16%;
}
.header-top .box ul li:nth-child(4) {
  display: none;
}	
.founder .image {
  max-width: 306px;
}
.client-stories h2 {
  font-size: 70px;
}
.client-stories ul li {
  font-size: 70px;
  line-height: 70px;
}	
}

@media screen and (max-width:1279px) {
    .about-content .small-image img {
        max-width: 100%;
    }
	.work-hero .content h1, .work-hero .content h3 {
		max-width: 100%;
	}
	.featured-artist .content {
		padding-left: 40px;
	}
	.page-head h1 {
		max-width: 771px;
	}
}
@media screen and (max-width:1199px) {
    h1 {
    font-size: 52px;
    line-height: 48px;
    letter-spacing: -1.24px;
  }
	.header-top .box:nth-child(2) {
		width: 27%;
	}
	.header-top .box:nth-child(3) {
		width: 40%;
	}
	.header-top .box ul li:nth-child(3) {
		display: none;
	}
	.navbar .dropdown-menu {
		padding: 24px 40px 215px 32px;
	}
	.dropdown-menu .menu-outer {
		margin: 0 -20px;
		width: 70%;
	}
	.menu-logo {
		width: 30%;
	}
	.dropdown-menu .menu-outer .box {
		padding: 0 20px;
	}
	.menu-outer .box ul li a  {
		font-size: 38px;
		line-height: 34px;
		padding: 0;
	}

	
	.hero-area .content {
		width: 70%;
	}
	.hero-area .image {
		width: 30%;
		margin-top: -6px;
		right: 0;
	}
	
	.your-service ul li {
		font-size: 40px;
	}
	
	
	.image-text .content {
		max-width: 85%;
	}
	.results .box {
		margin-right: 100px;
	}
	.results-video-image .right-box {
		padding-left: 150px;
	}
	.results-video-image .box{
		margin: 0;
	}
	.featured-artist .container {
		padding-left: 40px;
	}
	.featured-artist .content {
		padding-left: 40px;
	}
    .about-banner {
        padding: 28px 0 200px;
    }
    .content-outer {
        padding-left: 30px;
    }
    .content-outer .box {
        width: 100%;
        padding: 0 18px;
    }
    .meet-team h2 span {
        max-width: 64%;
    }
	
	.artists-head p {
		max-width: 306px;
	}
	.artist-box .left-box, .artist-box .right-box {
		width: 100%;
	}
	.artist-box h2 {
	  margin-bottom: 35px;
	}
	.page-template-template-services .page-head h1 {
		font-size: 44px;
		line-height: 40.48px;
		letter-spacing: -0.88px
	}
	.services .accordion-body {
  padding: 29px 40px 36px 40px;
}
	.page-slide {
	  right: -768px;
	  width: 768px;
	}
	.our-team .content {
		max-width: 86%;
		margin-left: auto;
		margin-top: 0;
	}
	.filter-box {
		padding: 55px 20px 17px 0;
	}
	
	.client-stories h2 {
  font-size: 60px;
}
.client-stories ul li {
  font-size: 60px;
  line-height: 60px;
}
    .footer-middle .left-box {
        width: 40%;
    }
    .footer-middle .right-box {
        width: 60%;
    }
    .footer-outer {
        max-width: 90%;
    }
}
@media screen and (max-width:1023px) {
    h1 {
        font-size: 44px;
        line-height: 40.48px;
        letter-spacing: -0.88px;
        ;
    }
    h2 {
        font-size: 57px;
        font-weight: 400;
        letter-spacing: -0.57px;
    }
    h3 {
        font-size: 70.92px;
        letter-spacing: -0.709px;
    }
    h4 {
        font-size: 49px;
        line-height: 45.08px;
        letter-spacing: -0.98px;
    }
    h5 {
        font-size: 29.02px;
        line-height: 26.698px;
        letter-spacing: -0.58px;
    }
    h6 {
        font-size: 72px;
        line-height: 66.24px;
        letter-spacing: -1.44px;
    }
    .container {
        padding: 0 20px;
    }
    .header-top .box:nth-child(1) {
        width: 47.8%;
    }
    .header-top .box:nth-child(2) {
        width: 28.5%;
    }
    .header-top .box:nth-child(3) {
        width: 100%;
        border-top: 1px solid #fff;
        border-radius: 0;
		border-right: 0;
		text-align:left;
    }
	.header-top .box:nth-child(3)::after {
		right: 20px;
	}
    .header-top .box:nth-child(4) {
        display: none;
    }
    .header-top .box ul li:first-child {
        display: flex;
        white-space: pre;
    }
    .header-top .box ul li {
        display: none;
    }	
	.navbar-toggler {
		color: #fff;
		font-family: "PP Mondwest";
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		text-transform: uppercase;
		position: fixed;
		top: 11px;
		right: 0;
		width: 23.7%;
		text-align: center;
	}
	header.active {
		background: #fff;
		color: #000;
	}
	header.active .logo svg path {
		fill: #000;
	}
	header.active .navbar-toggler {
		color: #000;
	}
	header.active .header-top .box {
		border-color: #000;
	}
	.navbar {
		border-top: 1px solid #000;
	}
	.navbar .navbar-nav li a {
		color: #000;
		font-family: "PP Mondwest";
		font-size: 44px;
		line-height: 39.6px;
		padding: 10px 20px 9px;
	}
	.navbar .dropdown-menu {
		padding:10px 20px 16px;
		background: #fff;
		margin: 0;
	}
	.dropdown-menu .menu-outer, .dropdown-menu .menu-outer .box {
		width: 100%;
	}
	.menu-outer .box ul {
		margin: 0;
		padding: 0;
	}
	.menu-outer .box ul li a {
		font-size: 29.02px;
		line-height: 41px;
		padding: 0;
		color: #000;
		letter-spacing: -0.58px;
	}
	.menu-outer .box ul li:hover a, .menu-outer .box ul li.active a {
		font-family: "ABC Favorit Unlicensed Trial";
	}
	.menu-logo {
		display: none;
	}
	.inner-menu .top {
		width:100%;
		height: 70%;
		overflow: auto;
		padding-bottom: 28px;
	}
	.menu-mobile  {
		display: block !important;
		padding-top: 14px;
		position: fixed;
		background: #fff;
		bottom: 0;
		z-index: 99;
	}
	 .make-btn {
		display:block!important;
		width: 100%;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		border-radius: 0;
		padding: 0;
        margin-top: 13px;
	}
	 .make-btn a {
		color: #000;
		font-family: "PP Mondwest";
		font-size: 44px;
		font-style: normal;
		font-weight: 400;
		line-height: 39.6px;
		text-transform: uppercase;
		padding: 21px 20px 14px;
		display: block;
		text-align: left;
	}
	.menu-mobile .newsletter {
		margin: 25px 20px 31px;
	}
	.menu-mobile .newsletter h5 {
		color: #000;
	}
	.menu-mobile .newsletter input[type="email"] {
	  border-bottom: 1px solid #000;	
	  color: #000;
	}
	.menu-mobile .newsletter input[type="email"]::placeholder {
		color: #000;
		opacity: 0.3;
	}
	.menu-mobile .newsletter button {
		color: #000;
	}
	.menu-mobile .address {
		padding: 0 20px 15px;
	}
	.address p {
		font-size: 13px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		text-transform: uppercase;
		max-width: 240px;
		margin: 0;
	}
	header .inner-menu {
		height: calc(100dvh - 73px);
		display: flex;
		flex-wrap: wrap;
	}
	.navbar .navbar-nav {
		display: block;
		padding: 10px 0 0;
	}
	.menu-mobile {
		margin-top: auto;
		width: 100%;
	}
	
	.menu-foot {
		padding: 25px 20px 13px;
	}
	.menu-foot .flex-box {
		align-items: flex-end;
	}
	.menu-foot .box {
		width: 50%;
	}
	.menu-foot .box:last-child {
		text-align: right;
	}
	.menu-foot .box ul {
	  margin: 0;
	  padding: 0 0 4px;
	  list-style: none;
	}
	.menu-foot .box ul li a {
		color: #000;
		font-family: "PP Mondwest";
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		text-transform: uppercase;
	}
	.menu-foot p {
		color: #000;
		margin: 0;
	}
	.case-studies-head {
		padding: 35px 0 32px;
	}
	.filter-box {
		padding: 0 20px 150px 20px;
	}
	.filter-box .right-box {
		justify-content: flex-start;
		margin-left: 0;
	}
	.filter-outer:first-child span.list {
		margin: 0;
	}
	.services .accordion-body {
		padding: 34px 40px 36px 40px;
	}
	.services .accordion-button {
		font-size: 28px;
		line-height: normal;
		letter-spacing: -0.28px;
		padding: 29px 20px 29px;
	}
	.services .accordion-button::after {
		width: 16px;
		height: 16px;
		background-size: 16px;
		right: 20px;
		top: 39px;
	}
	.services .accordion-button:not(.collapsed)::after {
		width: 16px;
		background-size: 16px;
		right: 22px;
	}
	.services .accordion-body .left-box, .services .accordion-body .right-box {
		width: 100%;
	}
	  .services .accordion-body {
		padding: 0px 20px 40px 20px;
	  }
	
	.services .accordion-body p {
		margin: 0 0 23px;
	}
	.services .accordion-body h4 {
		margin: 0 0 16px;
	}
	.services .accordion-body ul li {
	  width: 100%;
	}
	.services .accordion-body .image {
		padding-top: 12px;
	}
	
    .about-banner {
        padding: 23px 0 164px;
    }
    .about-banner .content {
        max-width: 95%;
    }
    .about-banner .content h1 {
        word-wrap: break-word;
    }
    .about-content {
        padding: 28px 0 31px;
    }
    .about-content .image {
        padding-top: 27px;
    }
    .about-content .big-image, .about-content .small-image {
        width: 50%;
    }
    .about-content .left-box, .about-content .right-box {
        width: 100%;
    }
    .content-outer {
        padding: 30px 0 0;
    }
    .manifesto {
        padding: 23px 0 56px;
    }
    .manifesto h4 {
        margin: 0 0 49px;
    }
    .manifesto h2 {
        max-width: 100%;
        text-indent: 63px;
        font-size: 35px;
        line-height: 32.2px;
        letter-spacing: -0.7px;
        margin: 0 0 32px;
    }
    .bottom-content .content {
        max-width: 100%;
        margin-right: 0;
        padding-top: 6px;
    }
    .bottom-content .content a {
        padding-top: 21px;
        display: inline-block;
    }
    .communications {
        padding: 23px 0 76px;
    }
    .communications .box {
        width: 100%;
    }
    .communications .image {
        padding-top: 28px;
    }
    .communications .content {
        max-width: 100%;
        margin-left: auto;
        margin-top: 27px;
    }
    .communications .content a {
        display: block;
        padding-top: 16px;
    }
    .meet-team h1{
        font-size: 44px;
        line-height: 40.48px;
    }
    .meet-team h2 {
        font-size: 44px;
        line-height: 40.48px;
        letter-spacing: -0.88px;
    }
    .meet-team h2 span {
        font-size: 44px;
        line-height: 40.48px;
        letter-spacing: -1.08px;
    }
    .team .swiper-wrapper .swiper-slide {
        width: 33.333%;
    }
    .press {
        padding: 24px 0 82px;
    }
    .press h4 {
        margin: 0 0 75px;
    }
    .press .flex-box {
        padding-bottom: 0;
    }
    .press .desktop {
        display: none;
    }
    .press .left-box {
        width: 100%;
    }
    .press .right-box {
        width: 100%;
    }
    .press h2.mobile {
        display: block !important;
        max-width: 100%;
        font-size: 36px;
        letter-spacing: -0.36px;
        line-height: normal;
        margin: 0 0 24px;
    }
    .press ul li {
        font-size: 21.92px;
        letter-spacing: -0.219px;
    }
    .default-page {
        padding: 28px 0 142px;
    }
    .default-page .content {
        max-width: 100%;
    }
    .default-page h1 {
        margin: 0 0 16px;
    }
	
	.founder {
		padding: 49px 0 103px;
	}
	.founder .left-box, .founder .right-box {
		width: 100%;
	}
	.founder h1 span {
		padding-left: 106px;
		padding-top: 12px;
	}
	.founder .flex-box {
		padding-top: 58px;
	}
	.founder .content p {
		font-size: 32px;
		line-height: 29.44px;
		letter-spacing: -0.64px;
		text-indent: 88px;
		margin: 0;
	}
	.founder .image {
		max-width: 100%;
		padding: 45px 0 0 103px;
	}
	.founder .image .caption {
		font-size: 12.988px;
		bottom: 12px;
		right: 16px;
		bottom: 9px;
		right: 14px;
	}
	.founder .image img {
		width: 100%;
	}
	.image-text .content {
		max-width: 100%;
		margin: 0 20px 60px;
	}
	.image-text .left-box, .image-text .right-box {
		width: 100%;
	}
	.image-text .image img {
		width: 100%;
	}
	.image-text .content {
		max-width: 100%;
		margin: 42px 20px 68px;
	}
	.image-text .content a {
		display: block;
		padding: 16px 0 0;
	}
	.founders.danis-Lust {
		padding: 26px 0 43px;
	}
	.work-hero .container {
		padding-right: 20px;
	}
	.work-hero .left-box, .work-hero .right-box {
		width: 100%;
	}
	.work-hero .content h1 {
		max-width: 85%;
		margin: 48px 0 19px;
	}
	.work-hero .content h5, .work-hero .content h3 {
		display: inline-block;
	}
	.work-hero .content h3 {
		display: inline-block;
		font-family: "ABC Favorit Unlicensed Trial";
		font-size: 13px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		text-transform: uppercase;
		margin: 0 0 32px 3px;
	}
	.work-hero .content h3 span {
		display: inline;
		padding: 0 1px 0 0;
		position: relative;
	}
	.work-hero .content h3 span::after {
		content: ",";
	}
	.work-hero .content h3 span:last-child::after {
		display: none;
	}
	.work-hero .content h6 {
		max-width: 100%;
		margin: 0 0 26px;
	}
	.work-hero .image {
		padding: 22px 0 0 0;
	}
	.work-navigation {
		display: none;
	}
	.results {
		padding: 26px 0 69px;
	}
	.results h4 {
		margin: 0 0 11px;
	}
	.results .box {
		margin-right: 51px;
		margin-bottom: 22px;
	}
	.results .box h2 {
		font-size: 50px;
		line-height: 64px;
		letter-spacing: -0.5px;
	}
	.results-video-image .left-box {
		width: 100%;
		order: 2;
	}
	.results-video-image .right-box {
		padding-left: 0;
		width: 100%;
		margin-bottom: 14px;
	}
	.results-video-image .cap h5 {
		margin: 0 0 5px;
	}
	.results-video-image .cap {
		display: block;
		justify-content: space-between;
	}
	.results .results-video-image .box {
		margin-right: 0;
		margin-bottom: 22px;
	}
	.approach {
		padding: 38px 0 40px;
	}
	.approach p {
		margin: 0 0 30px;
	}
	blockquote {
	  font-size: 29px;
	  line-height: 31.9px;
	  letter-spacing: 0.29px;
	}
	.approach-slider {
		padding-top: 66px;
		margin-left: 20px;
	}
	.featured-artist .container {
		padding-left: 20px;
	}
	.featured-artist .left-box {
		width: 100%;
	}
	.featured-artist .right-box {
		width: 100%;
		order: -1;
	}
	.featured-artist .content {
		padding-left: 0;
	}

	.featured-artist ul li {
		font-size: 44px;
		line-height: 40.48px;
		letter-spacing: -0.88px;
	}
	.featured-artist {
	  padding: 59px 0 55px;
	}
	.featured-artist h4 {
		margin: 0 0 27px;
	}
	.featured-artist ul {
		margin: 0 0 30px
	}
	
	.behind-the-scenes {
		padding: 27px 0 97px;
	}
	.behind-the-scenes .left-box{
		display:none;
	}
	.behind-the-scenes .right-box {
		width: 100%;
		padding: 0 10px;
	}
	
	.scene-slider .swiper-slide .image, .behind-the-scenes .tca-video {
		aspect-ratio: 4 / 7.1;
		margin-bottom: 14px;
	}
	.behind-the-scenes h4 {
		margin: 0 0 48px;
	}
	.more {
		padding: 30px 0 117px;
	}
	.more h4 {
		margin: 0 0 22px;
	}
	.more a {
		font-size: 30px;
		line-height: 27.6px;
		letter-spacing: -0.6px;
		word-wrap: break-word;
	}
	.more a span {
		margin: 6px 0 0;
	}
	.artists-head {
		padding: 49px 0 67px;
	}
	.artists-head h1 {
		margin: 0 0 27px;
	}
	.artist-box {
		padding: 47px 0 73px;
	}
	.artist-box h2, .artist-box .left-box h2 {
		margin-bottom: 44px;
		font-size: 44px;
		line-height: 40.48px;
		letter-spacing: -0.88px;
		text-transform: uppercase;
	}
	.artists-list {
		font-size: 40px;
		font-weight: 400;
		line-height: 36.8px;
		letter-spacing: -0.8px;
		text-transform: uppercase;
	}
	.page-head {
		padding: 28px 0 51px;
	}
	.page-head h1 {
		font-size: 44px;
		line-height: 40.48px;
		letter-spacing: -0.88px;
	}
	.news .box {
	  width: 50%;
	}
	.news {
		padding: 44px 0 46px;
	}
	.hero-area.thankyou {
		padding: 29px 0 70px;
	}
	.hero-area.thankyou p {
		margin-top: 30px;
	}
	.thankyou.danis-Lust {
		padding: 26px 0 51px;
	}
	.case-studies-head {
		padding: 35px 0;
	}
	.case-studies-head h1 {
		margin: 0 0 34px;
	}	
	.case-studies-head h2 {
		font-size: 44px;
		line-height: 40.48px;
		letter-spacing: -0.88px;
		margin: 0 0 4px;
	}
	.case-studies-head h3 {
		font-size: 44px;
		line-height: 40.48px;
		letter-spacing: -0.88px;
	}
	.case-studie .left-box {
		display: none;
	}
	.case-studie .right-box {
	  width: 100%;
	}

	.case-studie .right-box .images {
		position: relative;
		max-width: 100%;
		bottom: 0;
		right: 0;
	}
	.case-studie .right-box .images .image.mobile {
		display: block !important;
		margin-top: 20px;
		margin-bottom: 26px;
	}
	.case-studie .right-box .images img {
		width: 100%;
	}
	.case-studie {
		padding: 50px 0 48px;
	}
	.case-studie h2 {
		font-size: 32px;
		line-height: 29.44px;
		letter-spacing: -0.64px;
		margin: 0 0 10px;
	}
	.case-studie .top p {
		margin-bottom: 36px;
	}
	.case-studie .bottom p {
		max-width: 80%;
	}
	.image-video .caption {
		top: auto;
		padding: 28px 20px;
		bottom: 0;
	}
	.page-slide {
		right: -100%;
		width: 100%;
	}
	.return {
		right: 20px;
		top: 30px;
	}
	.caption h2 {
		font-size: 44px;
		font-weight: 400;
		line-height: 40.48px;
		letter-spacing: -0.88px;
		margin-bottom: 3px;
	}
	.caption h3 {
		font-size: 44px;
		font-weight: 400;
		line-height: 40.48px;
		letter-spacing: -0.88px;
	}
	.intro-text {
		padding: 20px 20px 30px;
	}
	.intro-text p {
		max-width: 100%;
		margin: 0 0 25px;
	}
	.intro-text .link {
		position: relative;
		right: 0;
		top: 0;
	}
	.select-work .nav {
		margin: 0 0 40px;
	}
	.select-work .tab-content {
		margin: 0 -20px 28px 0;
	}
	.quote {
		padding: 35px 20px 18px;
	}
	.quote p {
		font-size: 29px;
		line-height: 31.9px;
		letter-spacing: -0.29px;
	}
	.clients {
		max-width: 408px;
		margin-left: 20px;
		margin-right: 0;
		padding: 0 0 33px;
	}
	
	.clients h5 {
		margin: 0 0 16px;
	}
	.clients ul {
		margin: 0 0 20px;
	}
	.image-grid {
		padding: 24px 0 2px;
	}
	.image-video-bottom {
		padding: 35px 20px 35px 20px;
	}
	.cta h2 {
		font-size: 44px;
		line-height: 40.48px;
		letter-spacing: -0.88px;
		margin: 0 0 4px;
	}
	.cta a {
		font-size: 44px;
		line-height: 40.48px;
		letter-spacing: -0.88px;
	}
	.cta {
		padding: 50px 20px 42px;
	}
	
	.hero-area {
		padding: 22px 0 40px;
	}
	.meet-dani {
		padding: 20px 0 31px;
	}
	.meet-dani h4 {
		margin: 0 0 34px;
	}
	.meet-dani .box {
		width: 100%;
	}
	.meet-dani .content {
		display: flex;
		flex-wrap: wrap;
		margin: 0;
		padding: 28px 0 0;
	}
	.meet-dani .content-box:nth-child(1), .meet-dani .content-box {
		width: 100%;
		padding: 0;
	}
	.meet-dani .content-box a {
		display: inline-block;
		padding-top: 13px;
	}
	.your-service {
		padding: 22px 0 60px;
	}
	.your-service .box {
		width: 100%;
	}
	.your-service ul li {
		font-size: 36px;
		line-height: 45px;
		letter-spacing: -0.36px;
		padding: 0 0 0 20px;
		font-family: "Saol Display";
	}
	.your-service ul li .image {
		opacity: -9;
		display: none!important;
	}
	.your-service .content a {
	  display: inline-block;
	  padding-top: 4px;
	}
	.your-service .content {
		max-width: 100%;
		margin-right: 0;
		padding-top: 6px;
		margin-bottom: 23px;
		min-height: 147px;
	}
	.client-stories {
		padding: 23px 0 70px;
	}
	.client-stories h4 {
		margin: 0 0 34px;
	}
	.client-stories .flex-box {
		padding: 0;
	}
	.client-stories .left-box {
		width: 100%;
	}
	.client-stories .right-box {
		width: 100%;
		padding-left: 0;
	}
	.client-stories .right-box .image {
		display: none;
	}
	.client-stories h2 {
		font-size: 36px;
		letter-spacing: -0.36px;
		margin: 0 0 3px;
		text-align: left;
	}
	.client-stories ul li {
	  font-size: 36px;
	  line-height: 33px;
	  letter-spacing: -0.36px;
	}
	.client-stories ul li.active {
		color: #fff;
	}
	
	.artist {
        padding: 18px 0 88px;
    }
    .artists {
        height: auto;
    }
	.artist h4 {
		margin: 0 0 20px;
	}
    .artist .swiper-slide:hover {
        flex: 0 0 calc(100% / 3.5);
        height: auto;
    }
    .artist .swiper-slide .flex-box {
        padding-top: 6px;
        opacity: 1;
        display: block;
    }
    .artist .swiper-slide {
        flex: 0 0 calc(100% / 3.5);
    }
    .artist .swiper-slide .flex-box .box {
        width: 90%;
    }
    .artist .swiper-slide .flex-box .box:last-child {
        display: none;
    }
    .artist .bottom-text {
        padding-top: 42px;
    }
    .artist .bottom-text .content {
        display: block;
    }
	.artist .bottom-text p {
		max-width:80%;
	}
    .artist .bottom-text a {
        display: block;
        padding-top: 6px;
    }
	.news-desk {
		padding: 23px 0 120px;
	}
	.news-desk h4 {
		margin: 0 0 61px;
	}
	.news-desk h3 {
		font-size: 17.495px;
		line-height: 16.096px;
		letter-spacing: -0.35px;
		margin: 0 0 4px;
	}
	.news-desk a {
		font-size: 17.495px;
		line-height: 16.096px;
		letter-spacing: -0.35px;
	}
	.our-team .content p {
		max-width: 88%;
	}
	.our-team {
		padding: 26px 0 91px;
	}
	.our-team .image {
		padding-top: 41px;
		padding-right: 100px;
	}
	.our-team .box {
		width: 100%;
	}
	.our-team .content {
		max-width: 100%;
		margin-left: auto;
		margin-top: 39px;
	}
	.our-team .content a {
		display: inline-block;
		padding-top: 13px;
	}
	.danis-Lust {
	  padding: 26px 0 86px;
	}
	
	

    .footer-top {
        padding: 26px 0 155px;
    }
    .footer-middle .left-box {
        width: 100%;
        margin-bottom: 34px;
    }
    .footer-middle .right-box {
        width: 100%;
    }
    .footer-outer {
        max-width: 100%;
    }
    .footer-top h2 {
        font-size: 44px;
        line-height: 40.48px;
        letter-spacing: -0.88px;
        margin: 0 0 7px;
    }
    .footer-top a {
        font-size: 46px;
        line-height: 42.32px;
        letter-spacing: -0.92px;
    }
}
@media screen and (max-width:767px) {
	h1, h2, h3, h4, h5, h5, p{
		word-wrap: break-word;
	}
	.content-outer .box:first-child p {
		max-width: 86%;
	}
	.content-outer p {
		max-width: 86%;
	}
	.bottom-content .content p {
		max-width: 83%;
	}
	.image-text .content p {
		max-width:78.5%;
	}
	
	.news .image.desktop {
		display: none;
	}
	.news .image.mobile {
		display: block!important;
	}
	.teams .container {
		padding-right: 0;
	}
	.teams .team {
		overflow: hidden;
	}
	
   .about-content .content-outer .hide-mobile {
		display: none;
	}
	.content-outer .mobile > p:nth-child(n+2) {
		display: none;
	}
	
	.content-outer .mobile {
		display: block !important;
	}
	.content-outer .mobile .read-more-btn {
		border: 0;
		background: none;
		color: #fff;
		font-size: 14px;
		text-transform: uppercase;
		padding: 0;
		margin: 0 0 20px;
	}
    .hero-area .content {
        width: 100%;
    }
    .hero-area .image {
        display: none;
    }
    .hero-area.contact {
        padding: 28px 0 0;
    }
    .hero-area.contact h1 {
        margin-bottom: 54px;
    }
	.meet-dani .image {
		margin-top: 0;
	}
	.meet-dani .image img  {
		max-width: 51.8%;
	}
	.meet-dani .content-box p {
		max-width: 88%;
	}
	.your-service ul li.active {
		background: transparent;
		color: #fff;
	}
	.contact-outer {
        padding: 0 0 64px;
    }	
    .meet-team {
        padding: 22px 0 45px;
    }
    .meet-team .right-content {
        padding-top: 24px;
    }
    .meet-team h2 {
        text-indent: 100px;
        text-align: left;
    }
    .meet-team h2 span {
        max-width: 100%;
        display: inline;
    }
    .teams {
        padding: 0 0 56px;
        overflow: hidden;
    }
    .teams h4 {
        margin-bottom: 16px;
    }
	.teams .swiper-slide.desktop {
		display: none;
	}
    .team-box .content {
        display: block;
        position: relative;
        bottom: 0;
        padding: 22px 0 0;
    }
    .team-box .content h5 {
        margin: 0 0 3px;
    }
    .team .slide-pagi {
        display: flex;
        padding: 29px 19px 60px 0;
    }
    .team .swiper-wrapper {
        flex-wrap: inherit;
        margin: 0;
        width: 100%;
    }
    .team .swiper-wrapper .swiper-slide {
        padding: 0;
        margin-bottom: 0;
    }
    .mobile.team-text {
        display: block !important;
    }
    .mobile.team-text p {
        font-family: "ABC Favorit Unlicensed Trial";
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 15.6px;
        letter-spacing: -0.13px;
		max-width: 61%;
    }
	.news-desk .container {
		padding-right: 0;
	}
	

    .news-desk .slide-pagi {
        padding: 48px 20px 0px 0;
    }
    .default-page {
        padding: 28px 0 182px;
    }
	.results-video-image .left-box .desktop {
		display: none;
	}
	.results-video-image .left-box .mobile {
		display: block !important;
	}
	.tca-m-slider {
		overflow: hidden;
		margin-right: -20px;
	}
	.results .results-video-image .box {
		margin-bottom: 22px;
		width: 100%;
		padding: 0;
	}
	.tca-m-slider .slide-pagi {
		padding: 25px 20px 0 0;
	}
	blockquote {
		margin: 0 0 21px;
	}
	.approach blockquote span {
		display: none;
	}
	.client-name {
		display: block !important;
	}
	.client-name h5 {
		font-family: "ABC Favorit Unlicensed Trial";
		font-size: 13px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		text-transform: uppercase;
	}
	.approach-slider {
	  padding-top: 66px;
	  margin-left: 20px;
	}

	.behind-the-scenes .container {
	  padding-right: 0;
	}
	.more .left-box, .more .right-box {
	  width: 100%;
	}
	.more .left-box {
	  margin-bottom: 11px;
	}
	.more .left-box a {
		max-width: 250px;
		display: inline-block;
		text-align: left;
	}
	.more .right-box {
	  max-width: 50%;
	  margin-left: auto;
	  text-align:left;
	}
	.news .box {
		width: 100%;
		margin-bottom: 32px;
	  }
	.news .image {
	  margin-bottom: 19px;
	}
	.news .content {
	  display: block;
	}
	.news .content h5 span {
	  display: none;
	}
	.news .content h5 {
	  max-width: 100%;
	  font-size: 17.495px;
	  line-height: 16.096px;
	  letter-spacing: -0.35px;
	  text-transform: uppercase;
		margin: 0 0 4px;
	}
	.news .content a {
	  font-size: 17.495px;
	  line-height: 16.096px;
	}
	.image-video-bottom .swiper-slide.desktop {
	  display: none;
	}
	.image-grid .swiper-wrapper {
	  flex-wrap: inherit;
	  width: 100%;
	  margin: 0;
	}
	.image-grid .swiper-wrapper .swiper-slide {
	  padding: 0;
	  margin-bottom: 40px;
	}
	.image-grid .slide-pagi, .image-video-bottom .slide-pagi {
		display: flex;
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
		z-index: 9;
		left: 0;
		right: 0;
		padding: 0 20px;
	}
	.image-grid .slide-pagi .swiper-button-prev, .image-video-bottom .slide-pagi .swiper-button-prev {
		background: url("assets/images/left-arrow1.svg") no-repeat;
		width: 28px;
		height: 28px;
	}
	.image-grid .slide-pagi .swiper-button-next, .image-video-bottom .slide-pagi .swiper-button-next  {
		background: url("assets/images/right-arrow1.svg") no-repeat;
		width: 28px;
		height: 28px;
	}
	.image-video-bottom .swiper-wrapper {
		flex-wrap: inherit;
		width: 100%;
		margin: 0;
	}
	.image-video-bottom .swiper-wrapper .swiper-slide {
		padding: 0;
	}
	.image-video-bottom {
		padding: 40px 0 35px 20px;
	}

    .footer-middle {
        padding: 29px 0 103px;
    }
    .footer-middle .left-box, .footer-middle .right-box {
        width: 100%;
    }
    .footer-middle .left-box {
        margin-bottom: 34px;
    }
    .footer-outer .box:nth-child(1) {
        width: 50%;
    }
    .footer-outer .box:nth-child(2) {
        width: 50%;
        padding-left: 12px;
    }
    .footer-outer .box {
        width: 100%;
    }
    .footer-outer .box:nth-child(3) {
        display: flex;
        flex-wrap: wrap;
        padding-top: 26px;
    }
    .footer-outer .box:nth-child(3) p {
        width: 50%;
    }
    .footer-outer .box:nth-child(3) ul {
        width: 50%;
        padding-left: 12px;
    }
    .footer-outer {
        max-width: 100%;
    }
    .footer-image {
        padding-top: 42px;
    }
	.footer-image img {
		max-width: 100%;
		width: 100%;
	}
    .copyright {
        padding: 15px 0 15px;
        text-transform: uppercase;
    }
	.page-slide .image-video {
		height: auto;
	}
}

@media screen and (max-width:500px) {
.news .image img {
  width: 100%;
  min-height: 488px;
  object-fit: cover;
}
}
@media screen and (max-width:400px) {
.header-top .box p {
  font-size: 12px;
}
}


