@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,700;0,900;1,500;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,700;1,400;1,700&display=swap');
*{
	box-sizing: border-box;
}
body{
    font-family: 'Rubik', sans-serif;
}
a{
	text-decoration: none;
}
b, strong{
	font-weight: 700;
}
.clearfix {
	display: block;
}
.page_content{
	overflow-x: hidden;
}

.multi_area {float: right;}
.multi_area img {
    max-height: 471px;
}

.clearfix:after {
	line-height: 0;
	width: 0px;
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
	font-size: 0px;
	content: ' ';
}
.fw{
	width:100%;
	display: block;
	float: left;
}
.gc{
	max-width: 1168px;
	margin:0 auto;
	padding: 0 26px;
	width: 100%;
}
.col1 { width: calc(1/12 * 100%);}
.col2 { width: calc(2/12 * 100%);}
.col3 { width: calc(3/12 * 100%);}
.col4 { width: calc(4/12 * 100%);}
.col5 { width: calc(5/12 * 100%);}
.col6 { width: calc(6/12 * 100%);}
.col7 { width: calc(7/12 * 100%);}
.col8 { width: calc(8/12 * 100%);}
.col9 { width: calc(9/12 * 100%);}
.col10 { width: calc(10/12 * 100%);}
.col11 { width: calc(11/12 * 100%);}
.col12 { width: calc(12/12 * 100%);}
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
	padding: 0 13px;
	position: relative;
	display: inline;
	float: left;
}
.page_wrapper header{
	display: block;
	width: 100%;
	float: left;
	padding:  36px 26px 0px 26px;

}
.logo_container{
	display: block;
	float: left;
}
.logo_container .header_logo{
    min-width: 150px;
    height: 58px;
    display: flex;
    float: left;
    align-items: center;
    justify-content: center;
    position: relative;
}
.logo_container .header_logo span{
	display: flex;
}
.logo_container .header_logo{
	font-style: italic;
	font-weight: 900;
	font-size: 40px;
	line-height: 100%;
	text-transform: uppercase;
	display: flex;
	padding:  0 12px;
}

header .menu_container{
	display: block;
	float: right;
}
header .menu_container ul{    
	display: flex;
    height: 58px;
    justify-content: center;
    align-items: center;
	counter-reset: menu_count;
}
header .menu_container ul li{
	margin-right: 20px;
}
header .menu_container ul li:last-of-type{
	margin-right: 0px;
}
header .menu_container ul li a{
	font-weight: bold;
	font-size: 20px;
	line-height: 100%;
	text-align: right;
	text-transform: uppercase;
}
header .menu_container ul li:before{
	counter-increment: menu_count;
	content: "0"counter(menu_count);
	font-family: Roboto Mono;
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 100%;
	margin-right: 5px;
}

.page_hero{
	display: block;
	width: 100%;
	float: left;
	position: relative;
	margin-top: 114px;
}

.page_hero .back_text{
	font-style: italic;
	font-weight: 900;
	font-size: 352px;
	line-height: 100%;
	text-transform: uppercase;
	opacity: 0.8;
	color: transparent;
	margin-left: -70px;
	user-select: none;
	pointer-events: none;
	display: inline-block;
	width: 100%;
}
.page_hero .back_text span{
	white-space: pre;
	float: left;
}

.page_hero h1{
	font-style: italic;
	font-weight: 900;
	font-size: 177.28px;
	line-height: 100%;
	text-transform: uppercase;
}
.page_hero .pos_abs{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.page_hero .slogan{
	font-family: Roboto Mono;
	font-style: italic;
	font-weight: normal;
	font-size: 40px;
	line-height: 100%;
}
.about_wdwc p{
	display: block;
	margin-bottom: 50px;
	font-family: Rubik;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 200%;
}

.about_wdwc{
    display: block;
    width: 100%;
    float: left;
    margin-top: 85px;
}

.services{
    display: block;
    width: 100%;
    float: left;
    margin-top: 140px;
}
.title{
	display: block;
	width: 100%;
	float: left;
	pointer-events: none;
	user-select: none;
	transform: translateX(120px);
}
.title h2{
	font-family: Rubik;
	font-style: italic;
	font-weight: 900;
	font-size: 320px;
	line-height: 100%;
	color: transparent;
	text-transform: uppercase;
	opacity: 0.3;
	white-space: pre;
}
.services .services_list{
	display: block;
	width: 100%;
	margin-top: -100px;
	counter-reset: services;
}
.services .services_list li{
	position: relative;
	font-style: normal;
	font-weight: 900;
	font-size: 100px;
	line-height: 100%;
	text-transform: uppercase;
	margin-bottom: 40px;
	cursor: none;
}
.services .services_list li:before{
	counter-increment: services;
	content: "0"counter(services);
	font-family: Roboto Mono;
	font-style: normal;
	font-weight: 300;
	font-size: 40px;
	line-height: 100%;
	text-transform: uppercase;
	position: absolute;
    left: -60px;
    top: 9px;
}
.cases{
	display: block;
	width: 100%;
	float: left;
	margin-top: 150px;
}
.cases .services_list{
	display: block;
	width: 100%;
}
.cases .services_list li{
	display: block;
	position: relative;
	font-style: normal;
	font-weight: 900;
	font-size: 100px;
	line-height: 200%;
	white-space: pre;
	text-transform: uppercase;
	color: #fff;
	transition: all 1.2s ease;
}

.cases .services_list .active font {
    position: relative;
    top: -17px;
    color:  rgba(240, 0, 239, 1);
}

.cases .services_list .active {
    margin-top: 100px;
    z-index: 99;
}
.cases .services_list .active::after {content: '';}

.cases .services_list li ul img {
    position: absolute;
}

.cases .services_list li ul {
    position: absolute;
    top: -235%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.75s ease;
    display: flex;
    transform: translateY(100px);
}

.cases .services_list .active ul {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

.cases .services_list li:after{
    content: '';
    display: block;
    width: calc(100vw + 1500px);
    position: absolute;
    left: -1500px;
}
.cases .services_list li:last-of-type:after{
	display: none;
}
.contact{
	display: block;
	width: 100%;
	float: left;
	margin-top: 170px;
}
.contact .contact_title{
	font-family: Rubik;
	font-style: normal;
	font-weight: 900;
	font-size: 100px;
	line-height: 100%;
	text-transform: uppercase;
	margin-top: -100px;
	cursor: none;
}
.contact .contact_desc{
	display: block;
	width: 100%;
	float: left;
	margin-top: 80px;
	margin-bottom: 110px;
}
.contact .contact_desc p{
	display: block;
	width: 100%;
	max-width: 870px;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 200%;
	margin: 0 auto;
}
.contact .contact_info{
	display: block;
	width: 100%;
	float: left;

}
.contact .contact_info li{
	display: block;
	margin-bottom: 40px;
	float: left;
	width: 100%;
}
.contact .contact_info li span{
	display: block;
	width: 100%;
	max-width: 210px;
	font-style: normal;
	font-weight: 900;
	font-size: 50px;
	line-height: 100%;
	text-transform: uppercase;
	float: left;
}
.contact .contact_info li a{
	font-family: Roboto Mono;
	font-style: normal;
	font-weight: 300;
	font-size: 50px;
	line-height: 100%;
	position: relative;
}
.contact .contact_info li a:before{
	content: '';
    display: block;
    width: 0%;
    position: absolute;
    left: 0;
    height: 2px;
    bottom: -5px;
    transition: width 0.9s ease;
}
.contact .contact_info li a:hover:before{
    width: 100%;
}
footer{
    display: block;
    width: 100%;
    float: left;
}
footer .footer_info{
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 150px;
    margin-bottom: 50px;
}
.footer_info .copyright{
    text-align: center;
    margin-bottom: 10px;
}
.footer_info .copyright span{
	font-family: Rubik;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 200%;
	text-align: center;
}
.footer_info .footer_menu{
    text-align: center;
}
.footer_info .footer_menu a{
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 200%;
    text-decoration: underline;
}

.case_1 font {opacity: 0.8;position: relative;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;top: 0;}
.case_2 font{opacity: 0.7;position: relative;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;top: 0;z-index: 99;}
.case_3 font{opacity: 0.6;position: relative;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;top: 0;}
.case_4 font{opacity: 0.4;position: relative;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;top: 0;}
.case_5 font {opacity: 0.2;position: relative;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;top: 0;}

.urls {
    float: left;
    width: 405px;
    line-height: 20px;
    text-align: right;
    padding-right: 50px;
    position: relative;
    bottom: -400px;
}
.urls span:first-child{
    color: #333;
    text-decoration: underline;
    text-transform: lowercase;
}
.urls span{
    font-size: 17px;
    font-weight: 300;
    float: left;
    width: 100%;
    line-height: 25px;
}

.image_area {z-index: 2;position: relative;}
.image_area img {
	max-width:100%;
}

.animated {
    opacity: 0;
    transform: translateY(80px);
    transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

.animated_title {}

.kapsar{}

/*
.case_1 {z-index: 1;}
.case_2 {z-index: 2;}
.case_3 {z-index:3;}
.case_4 {z-index: 4;}
.case_5 {z-index: 5;}
*/

.page_content{
	float:left;
	width:100%;
}

.z_index_top {
	z-index: 999;
}

.video_background_1 {
	background: #efece9;
	position: absolute;
}

.video_background_3 {
	background: #ee5f2f;
	position: absolute;
}

.video_background_4 {
	background: #0b4547;
	position: absolute;
}


.error_page .back_text{
    font-size: 300px;
    animation-name: scroll_text;
    animation-duration: 600s;
}
@keyframes scroll_text {
  0% {transform: translateX(0px);}
  50% {transform: translateX(-13000px);}
  100% {transform: translateX(0px);}
}
.error_page .animated_title > span{
    display: block;
}
.error_page .error_sub_container{
    float: right;
    margin-right: 205px;
}
.error_page .error_sub_text{
    font-weight: bold;
    font-size: 18px;
    line-height: 200%;
    color: #ffffff;
    display: block;
}
.error_page .error_sub_text:last-of-type{
    color: #EC4D28;
}
.services_list li .urls span a {
	color: inherit;
}

.header_logo span b{
    width: 0px;
    display: inline-block;
    overflow: hidden;
    transition: width 0.8s ease;
}
#cases .services_list.has_active li font{
	opacity: 0.2 !important;
}
#cases .services_list.has_active li.active font{
	opacity: 1 !important;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}


/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}


/* Interactive
   ========================================================================== */


/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}


/* Scripting
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}


/**
 * Add the correct display in IE.
 */

template {
  display: none;
}


/* Hidden
   ========================================================================== */


/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

.cb-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  contain: layout style size;
  pointer-events: none;
  will-change: transform;
  -webkit-transition: opacity 0.3s, color 0.4s;
  -o-transition: opacity 0.3s, color 0.4s;
  -moz-transition: opacity 0.3s, color 0.4s;
  transition: opacity 0.3s, color 0.4s;
}

.cb-cursor:before {
      content: "";
    position: absolute;
    top: -16px;
    left: -16px;
    display: block;
    width: 32px;
    height: 32px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    background: currentColor;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
    -o-transition: opacity 0.1s, -o-transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out, opacity 0.1s, -moz-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.1s;
    background-color: transparent;
    transition: transform 0.3s ease-in-out, opacity 0.1s, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}
.cb-cursor.show_plus:before {

}

.cb-cursor-text {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: scale(0) rotate(10deg);
  -moz-transform: scale(0) rotate(10deg);
  -ms-transform: scale(0) rotate(10deg);
  -o-transform: scale(0) rotate(10deg);
  transform: scale(0) rotate(10deg);
  opacity: 0;
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.01em;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.3s;
  transition: opacity 0.4s, -webkit-transform 0.3s;
  -o-transition: opacity 0.4s, -o-transform 0.3s;
  -moz-transition: opacity 0.4s, transform 0.3s, -moz-transform 0.3s;
  transition: opacity 0.4s, transform 0.3s;
  transition: opacity 0.4s, transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}

.cb-cursor.white_cursor:before{
  border-color: rgba(255,255,255,0.5);
}
@supports (mix-blend-mode: exclusion) {
  .cb-cursor.-exclusion,
  .cb-cursor.-opaque {
    mix-blend-mode: exclusion;
  }
}

@supports (mix-blend-mode: exclusion) {
  .cb-cursor.-exclusion:before,
  .cb-cursor.-opaque:before {
    background: white;
  }
}

.cb-cursor.-normal,
.cb-cursor.-text {
  mix-blend-mode: normal;
}

.cb-cursor.-normal:before,
.cb-cursor.-text:before {
  background: transparent;
}
.cb-cursor.-inverse {
  color: white;
}

.cb-cursor.-visible:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.cb-cursor.-visible.-active:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.cb-cursor.-pointer:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.cb-cursor.-text:before {
  opacity: 0.85;
  -webkit-transform: scale(1.7);
  -moz-transform: scale(1.7);
  -ms-transform: scale(1.7);
  -o-transform: scale(1.7);
  transform: scale(1.7);
}

.cb-cursor.-text .cb-cursor-text {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  font-size: 20px;
}

.cb-cursor.-text.-active:before {
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.cb-cursor.-opaque:before {
  -webkit-transform: scale(1.32);
  -moz-transform: scale(1.32);
  -ms-transform: scale(1.32);
  -o-transform: scale(1.32);
  transform: scale(1.32);
}

.cb-cursor.-opaque.-active:before {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.cb-cursor.-lg:before {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.cb-cursor.show_plus:before, .cb-cursor.hide_this:before  {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}

.cb-cursor.-hidden:before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.-color-red {
  color: red;
}

.-color-green {
  color: #51c67d;
}

.cb-demo {
  background: #fff;
}

.cb-demo-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
}

.cb-demo-container {
  padding: 0 20px;
}

@media (min-width: 1600px) {
  .cb-demo-container {
    padding: 0 120px;
  }
}

.cb-demo-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin: 30px 0;
}

@media (min-width: 1600px) {
  .cb-demo-row {
    margin: 60px 0;
  }
}

.cb-demo-item {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 50px 30px;
  margin: 0 20px;
  color: #000;
}

@media (min-width: 1600px) {
  .cb-demo-item {
    padding: 90px 30px;
    margin: 0 30px;
  }
}

.cb-demo-item-title {
  position: relative;
  margin: 0 0 25px 0;
  font-size: 30px;
  font-weight: bold;
}

.cb-demo-item-text {
  position: relative;
  max-width: 70%;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.cb-demo-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #f8f8f8;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s, -moz-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s;
}
/*.cb-cursor:after{
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #000000;
  border-radius: 100%;
  transform: scale(0);
  left: calc(50% - 2.5px);
  top: calc(50% - 2.5px);
  transition: 0.3s ease-in-out, opacity 0.3s, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}
.cb-cursor.-visible:after{
  transform: scale(1);
}*/

.circle-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  box-sizing: border-box;
}
.circle-cursor--outer {
  width: 30px;
  height: 30px;
  border: 1px solid black;
  z-index: 12000;
  display: none;
}
.inner_circle {
  width: 10px;
  height: 10px;
  left: -5px;
  top: -5px;
  z-index: 11000;
  transition: opacity 0.2s ease, background 0.2s ease;
  opacity: 1;
}
.inner_circle.white_cursor {
  background-color: #ffffff;
}
.inner_circle.has_text {
  opacity: 0;
}
.inner_circle.show_plus:before{
    content: '+';
    color: #000000;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.inner_circle.show_plus.close:before{
  transform: translate(-50%, -50%) rotate(45deg);
}
.inner_circle.white_cursor.show_plus:before{
    color: #ffffff;
}
.inner_circle.hide_this{
  opacity: 0 !important;
}
.inner_circle.show_plus, .inner_circle.cursor_play{
  background-color: transparent !important;
}
.inner_circle.show_plus.minus:before{
  content: '-';
}
.inner_circle.cursor_play:before{
    content: "\f144";
    font-family: "FontAwesome";
    color: #000000;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
