@charset "utf-8";

/*------------------------------------------------------------------*/
/*	Base
/*------------------------------------------------------------------*/
:root{
	--mc: #ff214f;
}
html{
	overflow-x: hidden;
	padding: 0px;
	margin: 0px
}
*:after,
*:before,
*{
	box-sizing: border-box;
}
body{
	font-family: 'Jost',sans-serif;
	font-size: 18px;
	letter-spacing: 0;
	font-weight: 400;
	color: #0b0a0c;
	position: relative;
}
[class^="deebo_fn_"]{
	width: 100%;
	float: left;
	clear: both;
}
.deebo_fn_wrapper,
.deebo_fn_wrapper *{
	box-sizing: border-box;
}
.deebo_fn_wrapper{
	position: relative;
	z-index: 2;
}
.fn__svg{
	fill: currentcolor;
	width: 18px;
	height: 18px;
}
p{
	letter-spacing: 0;
}
h1, h2, h3, h4, h5, h6{color: #eee;}
/*------------------------------------------------------------------*/
/*	Site Structure
/*------------------------------------------------------------------*/
body.resume-opened{
	height: 100vh;
	overflow: hidden;
}
body.resume-opened .deebo_fn_cv{
	opacity: 1;
	visibility: visible;
    transition: all .5s ease;
}
body.resume-opened .deebo_fn__cv{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
body.resume-opened .deebo_fn_cv .closer{
	transform: translateX(0px);
	transition: transform .5s 1s ease;
}
.deebo_fn_cv{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100vh;
	z-index: 77;
	background-color: rgba(29,27,25,.95);
	opacity: 0;
	visibility: hidden;
	
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s 1s ease;
}
.deebo_fn__cv{
	position: absolute;
    top: 0px;
    bottom: 0px;
    width: auto;
    right: 0px;
    left: 0px;
    background-color: #151515;
    z-index: 156;
	overflow: hidden;
}
.deebo_fn_cv .closer{
	width: 42px;
	height: 42px;
	display: block;
	text-decoration: none;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 233;
	transform: translateX(50px);
	transition: transform .5s ease;
}
.deebo_fn_cv .closer:before,
.deebo_fn_cv .closer:after{
	content: "";
	position: absolute;
	width: 18px;
	height: 2px;
	background-color: #eee;
	left: 12px;
	top: 20px;
}
.deebo_fn_cv .closer:after{
	transform: rotate(45deg);
}
.deebo_fn_cv .closer:before{
	transform: rotate(135deg);
}
.deebo_fn_cv .closer:hover{
	background-color: #070707;
}
body.resume-opened .deebo_fn__cv .cv__header,
body.resume-opened .deebo_fn__cv .cv__content{
	transform: translateY(0px);
	opacity: 1;
    transition: all .5s .5s ease;
}
body.resume-opened .deebo_fn__cv .cv__bg{
	left: 0;
    transition: all .5s ease;
}
body.resume-opened .deebo_fn__cv .cv__bg2{
	right: 0;
    transition: all .5s ease;
}
.deebo_fn__cv .cv__content{
	position: absolute;
	z-index: 99;
	width: 65vw;
	width: calc(70vw - 100px);
	float: right;
	right: 50px;
	top: 50px;
	bottom: 50px;
	overflow-y: scroll;
	color: #999;
	font-size: 20px;
	font-weight: 400;
	padding-right: 10px;
	padding-left: 30px;
	transform: translateY(-380px);
    transition: all .5s ease;
	opacity: 0;
}
.deebo_fn__cv .cv__content{
  	scrollbar-width: thin;
  	scrollbar-color: #000 #000;
}
.deebo_fn__cv .cv__content::-webkit-scrollbar{
	width: 14px;
}
.deebo_fn__cv .cv__content:-webkit-scrollbar-track{
	background: #000;
}
.deebo_fn__cv .cv__content::-webkit-scrollbar-thumb{
	background-color: #222;
	border-radius: 10px;
}
.deebo_fn__cv .cv__bg{
	position: absolute;
	z-index: 1;
	width: 30%;
	background-color: var(--mc);
	clip-path: polygon(100% 0, 80% 50%, 100% 100%, 0 100%, 0 0);
	top: 0;
	left: -30%;
	bottom: 0;
    transition: all .5s .5s ease;
}
.deebo_fn__cv .cv__bg2{
	position: absolute;
	z-index: 1;
	width: 30%;
	background-color: #070707;
	clip-path: polygon(20% 0, 100% 0, 100% 50%, 100% 100%, 20% 100%, 0 50%);
	top: 0;
	right: -30%;
	bottom: 0;
    transition: all .5s .5s ease;
}
.deebo_fn__cv .cv__header{
	position: absolute;
	top: 50px;
	left: 50px;
	width: 30vw;
	bottom: 50px;
	z-index: 20;
	filter: drop-shadow(10px 0px 10px rgba(0, 0, 0, 0.5));
	transform: translateY(380px);
	opacity: 0;
    transition: all .5s ease;
}
.deebo_fn__cv .cv__header .in{
	background-color: #191919;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	padding: 40px 10%;
	border-radius: 10px;
	overflow-y: scroll;
}

.deebo_fn__cv .cv__header .in{
  	scrollbar-width: thin;
  	scrollbar-color: #000 #000;
}
.deebo_fn__cv .cv__header .in::-webkit-scrollbar{
	width: 0;
}
.deebo_fn__cv .cv__header .in:-webkit-scrollbar-track{
	background: #000;
}
.deebo_fn__cv .cv__header .in::-webkit-scrollbar-thumb{
	background-color: #222;
	border-radius: 10px;
}
.deebo_fn__cv .cv__header .avatar{
	margin-bottom: 20px;
}
.deebo_fn__cv .cv__header .avatar img{
	max-width: 200px;
	max-height: 200px;
	border-radius: 10px;
}
.deebo_fn__cv .cv__header h3{
	margin: 0;
	padding: 0;
	color: #eee;
	font-weight: 700;
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: .5px;
	margin-bottom: 20px;
}
.deebo_fn__cv .cv__header h3 span{
	color: var(--mc);
}
.deebo_fn__cv .cv__header p.quote{
	margin: 0;
    color: #aaa;
    margin-bottom: 30px;
    text-align: left;
    border-left: 3px solid var(--mc);
    padding-left: 40px;
    background: #111;
    padding: 8px 20px;
    border-radius: 0 5px 5px 0;
}
.deebo_fn__cv .cv__header p.quote a{
	text-decoration: none;
	color: #eee;
	border-bottom: 1px solid;
	line-height: 1;
	display: inline-block;
}
.deebo_fn__cv .cv__header p.quote a:hover{
	color: var(--mc);
}
.cv__header .contact_info{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	margin-bottom: 25px;
}
.cv__header .contact_info .icon{
	display: block;
	width: 40px;
	height: 40px;
	min-width: 40px;
	background-color: #111;
	border-radius: 5px;
	margin-right: 5px;
	position: relative;
}
.cv__header .contact_info .fn__svg{
	width: 20px;
	height: 20px;
	display: block;
	color: var(--mc);
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -10px 0 0 -10px;
}
.cv__header .contact_info li{
	padding: 0;
    margin: 0;
    position: relative;
    margin-bottom: 5px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: flex-start;
}
.cv__header .contact_info p{
	color: #eee;
	line-height: 1.4;
	background-color: #111;
	border-radius: 5px;
	padding: 7px 10px;
	width: 100%;
	min-height: 40px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.deebo_fn__cv .buttons{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	margin-left: -5px;
}
.deebo_fn__cv .buttons li{
	margin: 0;
	padding: 0;
	padding-left: 5px;
	margin-bottom: 5px;
}
.deebo_fn__cv .buttons a{
	display: block;
	text-decoration: none;
	color: #fff;
	background-color: #111;
	width: 40px;
	height: 40px;
	position: relative;
	border-radius: 5px;
}
.deebo_fn__cv .buttons .fn__svg{
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin: -8px 0 0 -8px;
}
.deebo_fn__cv .buttons a:hover{
	background-color: var(--mc);
}
.deebo_fn__cv .cv__content section{
	width: 100%;
	padding: 30px;
	background-color: #191919;
	margin-bottom: 30px;
	box-shadow: 0px 3px 4px rgb(0 0 0 / 30%);
	border-radius: 10px;
	float: left;
	clear: both;
}
.deebo_fn__cv .cv__content section:last-child{
	margin-bottom: 0;
}
.right_bar_overlay{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: transparent;
	display: block;
	z-index: 20;
	width: 100%;
	float: left;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
	cursor: pointer;
}
.rightbar-opened .right_bar_overlay{
	background-color: rgba(0,0,0,0.30);
	opacity: 1;
	visibility: visible;
}

/*------------------------------------------------------------------*/
/*	Section Hero Header
/*------------------------------------------------------------------*/
.section_header{
	width: 100%;
	float: left;
	background-color: #f0f7fb;
	overflow: hidden;
}
.section_header .content{
	padding-top: 200px;
	padding-bottom: 200px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	min-height: 90vh;
	min-height: calc(100vh - 160px); /* 50px spacing from top, 50px from bottom of the window & 30px from top, 30px from bottom of the section. Summary 160px */
}
.section_header .left_hero_header{
	width: 475px;
	max-width: 40%;
	padding-right: 80px;
}
.section_header .circle{
	position: relative;
}
.section_header .circle .bg_img{
	position: absolute;
	top: 18px;
	left: 18px;
	bottom: 18px;
	right: 18px;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 15;
	border-radius: 100%;
}
.section_header .circle img{
	position: relative;
	display: block;
	min-width: 100%;
	border-radius: 100%;
	z-index: 15;
	opacity: 0;
}
.section_header .circle_holder_fuchsia span{
	position: absolute;
	top: 0px;
	right: 0px;
	left: 7px;
	bottom: 10px;
	background-color: var(--mc);
	z-index: 2;
	border-radius: 100%;
	color: rgba(52,82,255,0.1);
	box-shadow: 5px -5px 20px;
}
.section_header .circle_holder_orange span{
	position: absolute;
	top: 30px;
	right: 15px;
	left: 0px;
	bottom: 0px;
	background-color: #eb556e;
	z-index: 2;
	border-radius: 100%;
	color: rgba(211,165,131,0.1);
	box-shadow: -5px 5px 20px;
}
.section_header .right_hero_header{
	width: 60%;
}
.section_header .person_info{
	position: absolute;
	right: 52px;
	right: 11.8%;
	bottom: 40px;
	z-index: 25;
	cursor: pointer;
	display: block;
	text-decoration: none;
	width: 60px;
	height: 60px;
	background-color: #000;
	border-radius: 50%;
	color: #fff;
}
.section_header .person_info:after{
    content: '';
	display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin: -35px auto auto -35px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: inherit;
    z-index: -1;
    pointer-events: none;
	
	border: 20px solid #000;
	transition: border-color .3s ease;
	
    border-radius: 100%;
	opacity: 1;
	-webkit-animation: cs_fn_pulse 2.5s cubic-bezier(0.3,1,0.3,1) infinite;
    animation: cs_fn_pulse 2.5s cubic-bezier(0.3,1,0.3,1) infinite;
}
.section_header .person_info:hover{
	background-color: var(--mc);
}
.section_header .person_info:hover:after{
	border-color: var(--mc);
}
@-webkit-keyframes cs_fn_pulse{ from{ opacity:1;  transform:scale(1,1)}
 to{ opacity:0;  transform:scale(1.8,1.8)}
}
@keyframes cs_fn_pulse{ from{ opacity:1;  transform:scale(1,1)}
 to{ opacity:0;  transform:scale(1.8,1.8)}
}
.section_header .person_info .fn__svg{
	width: 20px;
	height: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -10px 0 0 -10px;
}
.my_self h4{
	font-size: 36px;
	font-weight: 400;
	margin: 0;
	margin-bottom: 1px;
	color: #aaa;
}
.my_self h2{
	margin: 0;
	padding: 0;
	font-weight: 500;
	font-size: 40px;
	font-size: calc(10px + 2.18vw);
	line-height: 1;
/*	text-transform: uppercase;*/
	color: #eee;
}
.my_self h2 b{
	font-weight: inherit;
}
/*------------------------------------------------------------------*/
/*	Main title
/*------------------------------------------------------------------*/
.section_title h3{
	margin: 0;
	padding: 0;
	position: relative;
	padding-bottom: 11px;
	text-transform: uppercase;
    color: #eee;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}
.section_title h3:after{
	content: '';
	position: absolute;
	width: 100px;
	height: 2px;
	background-color: var(--mc);
	bottom: 0;
	left: 0;
}
.section_title{
	margin-bottom: 50px;
}
#cv_services .section_title,
#cv_biography .section_title{
	margin-bottom: 43px;
}
/*------------------------------------------------------------------*/
/*	Info Items
/*------------------------------------------------------------------*/
.fn_cs_info_items{
	margin-top: 42px;
}
.fn_cs_info_items ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -10px;
}
.fn_cs_info_items li{
	background-color: #111;
	padding: 7px 25px;
	line-height: 1.6;
	margin: 0 0 10px 10px;
	font-size: 20px;
	border-radius: 3px;
	text-align: center;
}
.fn_cs_info_items span{
	font-weight: 400;
}
.fn_cs_info_items a{
	color: #eee;
	text-decoration: none;
}
.fn_cs_info_items a:hover{
	color: var(--mc);
}
/*------------------------------------------------------------------*/
/*	Boxed List
/*------------------------------------------------------------------*/
.fn_cs_boxed_list ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.fn_cs_boxed_list li{
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 20px;
}
.fn_cs_boxed_list li:last-child{
	margin-bottom: 0;
}
.fn_cs_boxed_list .item{
	width: 100%;
	float: left;
	clear: both;
	background-color: #111;
	position: relative;
	padding: 42px 40px 43px;
	border-radius: 5px;
}
.fn_cs_boxed_list .item:after{
	content: '';
    position: absolute;
    width: 2px;
    height: 50px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--mc);
}
.fn_cs_boxed_list .item_top{
	display: flex;
	margin-bottom: 14px;
}
.fn_cs_boxed_list .item_top h5{
	margin: 0;
	padding: 0;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 30px;
	color: #aaa;
}
.fn_cs_boxed_list .item_top span{
	display: block;
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 30px;
	margin-left: 20px;
	color: #888;
}
.fn_cs_boxed_list h3{
	margin: 0;
	padding: 0;
	font-weight: 400;
	color: #eee;
	margin-bottom: 17px;
}
.fn_cs_boxed_list p a{
	text-decoration: none;
	position: relative;
	z-index: 2;
	color: #000;
	font-weight: 600;
}
/*------------------------------------------------------------------*/
/*	Progress bar
/*------------------------------------------------------------------*/
.fn_cs_progress_bar .progress_item{
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 20px;
}
.fn_cs_progress_bar .progress_item:last-child{
	margin-bottom: 0;
}
.fn_cs_progress_bar .progress_percent{
	position: absolute;
	z-index: 2;
	padding: 0 25px;
	line-height: 40px;
	font-size: 18px;
	font-weight: 400;
	display: block;
	top: 50%;
	margin-top: -20px;
	margin-right: 10px;
	background-color: var(--mc);
	right: 100%;
	border-radius: 50px;
	color: #fff	;
	transition: all 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.fn_cs_progress_bar .progress_title{
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	padding: 0 25px;
	position: relative;
	z-index: 2;
	line-height: 60px;
	color: #eee;
}
.fn_cs_progress_bar .item_in{
	width: 100%;
	position: relative;
}
.fn_cs_progress_bar .progress_bg{
	width: 0;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	bottom: 0;
}
.fn_cs_progress_bar .progress_bg:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: #111;
	border-radius: 50px;
}
.fn_cs_progress_bar .open .progress_bg:after{
	width:100%;
	-webkit-animation: progress_animation 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* Safari 4+ */
	-moz-animation: progress_animation 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* Fx 5+ */
	animation: progress_animation 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* IE 10+ */
}
@-webkit-keyframes progress_animation {0%{ width:0%; } 100%{ width:100%; }}
@-moz-keyframes progress_animation {0%{ width:0%; } 100%{ width:100%; }}
@keyframes progress_animation {0%{ width:0%; } 100%{ width:100%; }}

/*------------------------------------------------------------------*/
/* Section News
/*------------------------------------------------------------------*/
.section_tips{
	width: 100%;
	float: left;
	padding: 194px 0 100px;
}
.section_tips .tips_content{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.about_tips{
	display: block;
	text-align: center;
}
.tip_title{
	margin-bottom: 34px;
}
.tip_title h3{
	color: #999;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
	letter-spacing: 1px;
}
.tip_text{
	margin-bottom: 109px;
}
.tip_text p{
	color: #0b0a0c;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0;
}
.tips_content ul{
	margin: 0;
	margin-left: -50px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
}
.tips_content ul li{
	width: 100%;
	float: left;
	padding-left: 50px;
	margin-bottom: 20px;
}
.tips_content .item{
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	background-color: #111;
	border-radius: 5px;
}
.tips_content .item_right{
	width: 30%;
	min-width: 30%;
	position: relative;
	min-height: 200px;
	border-left: 1px solid rgba(255,255,255,.05);
}
.tips_content .item_right .abs_img{
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position:  center center;
}
.tips_content .item_left{
	padding: 44px 40px 50px;
	position: relative;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.tips_content .item_left:after{
	content: '';
    position: absolute;
    width: 2px;
    height: 50px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--mc);
    transition: all .5s ease;
}
.tips_content p{
	color: #999;
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 15px;
}
.tips_content h5{
	color: #0b0a0c;
	font-size: 24px;
	font-weight: 400;
	margin: 0;
}
.tips_content h5 a{
	color: #eee;
	text-decoration: none;
	transition: all 0.5s ease;
}
.tips_content h5 a:hover{
	color: var(--mc);
}
.tips_content .read_more{
	text-decoration: none;
	background: #111111;
    border-radius: 30px;
    line-height: 1;
    padding: 8px 25px;
    color: #eee;
    margin-top: 20px;
    border: 2px solid #393939;
	transition: all 0.5s ease;
}
.tips_content .read_more:hover{
	border-color: var(--mc);
	color: var(--mc);
}
.load_more{
	clear: both;
	display: block;
	text-align: center;
}
.load_more a{
	/* min-width: 250px; */
	padding: 20px 40px;
	line-height: 26px;
	text-decoration: none;
	text-transform: uppercase;
	color: #eee;
	font-size: 16px;
	font-weight: 600;
	border: 2px solid #393939;
	background-color: transparent;
	display: inline-block;
	position: relative;
	border-radius: 50px;
}
.load_more a:hover{
	color: var(--mc);
	border-color: var(--mc);
}
.load_more .text{
	transition: all .3s ease, color 0s ease;
}
.load_more .loading .text{
	opacity: 0;
}
.load_more .loading{
	border-color: var(--mc);
}
.load_more .loading .fn__pulse{
	opacity: 1;
	visibility: visible;
}
.fn__pulse{
	width: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
}
.fn__pulse span{
	width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--mc);
}
.fn__pulse span:nth-child(1){
	animation: fn__pulse .4s ease 0s infinite alternate;
}
.fn__pulse span:nth-child(2){
	animation: fn__pulse .4s ease 0.2s infinite alternate;
}
.fn__pulse span:nth-child(3){
	animation: fn__pulse .4s ease 0.4s infinite alternate;
}

@-webkit-keyframes fn__pulse {0%{opacity: 1; transform: scale(1)} 100%{ opacity: .25; transform: scale(.75)}}
@-moz-keyframes fn__pulse {0%{opacity: 1; transform: scale(1)} 100%{ opacity: .25; transform: scale(.75)}}
@keyframes fn__pulse {0%{opacity: 1; transform: scale(1)} 100%{ opacity: .25; transform: scale(.75)}}

.be_animated{-webkit-animation-duration:0.8s; animation-duration:0.8s; visibility: hidden;display: none;}
.be_animated.done{visibility: visible;display: block;}
@-webkit-keyframes fadeInTop{0%{opacity:0;-webkit-transform:translate3d(0,10%,0);transform:translate3d(0,10%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
@keyframes fadeInTop{0%{opacity:0;-webkit-transform:translate3d(0,10%,0);transform:translate3d(0,10%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
.fadeInTop{-webkit-animation-name:fadeInTop;animation-name:fadeInTop}

/*------------------------------------------------------------------*/
/* Modalbox
/*------------------------------------------------------------------*/
.deebo_fn_modalbox{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100vh;
	z-index: 999;
	background-color: rgba(29,27,25,.95);
	opacity: 0;
	visibility: hidden;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.deebo_fn_modalbox .extra_closer{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
}
.modal_item{
	cursor: pointer;
}
.deebo_fn_modalbox.opened{
	opacity: 1;
	visibility: visible;
}
.deebo_fn_modalbox .closer{
	display: block;
	text-decoration: none;
	width: 18px;
	height: 18px;
	right: 46px;
	top: 35px;
	z-index: 5;
	position: absolute;
}
.deebo_fn_modalbox .closer:after{
	content: '';
    position: absolute;
    left: -10px;
    right: -10px;
    bottom: -10px;
    top: -10px;
    background-color: transparent;
    transition: all .3s ease;
    border: 1px solid transparent;
}
.deebo_fn_modalbox .closer span:before,
.deebo_fn_modalbox .closer span:after{
	left: -3px;
	top: 8px;
    content: '';
    position: absolute;
    width: 25px;
    height: 2px;
    background-color: #888;
    transition: all 300ms ease;
    perspective: 30px;
}
.deebo_fn_modalbox .closer span:after{
	transform: rotate(45deg) translateZ(0);
}
.deebo_fn_modalbox .closer span:before{
	transform: rotate(-45deg) translateZ(0)
}
.deebo_fn_modalbox.hovered .closer:after,
.deebo_fn_modalbox .closer:hover:after{
	border-color: var(--mc);
	transform: scale(1.23);
}
.deebo_fn_modalbox.hovered .closer span:before,
.deebo_fn_modalbox.hovered .closer span:after,
.deebo_fn_modalbox .closer:hover span:before,
.deebo_fn_modalbox .closer:hover span:after{
	background-color: var(--mc);
}
.fn__hidden{
	display: none;
	position: absolute;
	padding: 0;
	margin: 0;
	z-index: -999;
	box-shadow: none;
	outline: none;
	border: none;
	opacity: 0;
	visibility: hidden;
}
.deebo_fn_modalbox .modal_content{
  	scrollbar-width: thin;
  	scrollbar-color: #333 #111;
}
.deebo_fn_modalbox .modal_content::-webkit-scrollbar{
	width: 8px;
}
.deebo_fn_modalbox .modal_content:-webkit-scrollbar-track{
	background: #111;
}
.deebo_fn_modalbox .modal_content::-webkit-scrollbar-thumb{
	background-color: var(--mc);
	border-radius: 10px;
	border: 3px solid #181715;
}
.deebo_fn_modalbox .container{
	height: 100vh;
}
.deebo_fn_modalbox .box_inner{
	position: absolute;
	top: 50px;
	bottom: 50px;
	width: 100%;
	max-width: 1000px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #181715;
	z-index: 156;
	opacity: 0;
	visibility: hidden;
	margin-top: -20px;
	border: 1px solid rgba(255,255,255,.2);
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.deebo_fn_modalbox.opened .box_inner{
	opacity: 1;
	visibility: visible;
	margin-top: 0px;
}
.deebo_fn_modalbox .modal_content{
	position: relative;
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	overflow-y: scroll;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.deebo_fn_modalbox .modal_in{
	padding: 60px;
}
.deebo_fn_modalbox p{
	color: #999;
}
.deebo_fn_modalbox h1,
.deebo_fn_modalbox h2,
.deebo_fn_modalbox h3,
.deebo_fn_modalbox h4,
.deebo_fn_modalbox h5,
.deebo_fn_modalbox h6{
	color: #eee;
}
.deebo_fn_modalbox .fn__cat{
	margin-bottom: 8px;
}
.deebo_fn_modalbox .fn__title{
	font-weight: 400;
	margin-bottom: 20px;
}
.deebo_fn_modalbox .img_holder{
	margin-bottom: 45px;
	width: 100%;
    overflow: hidden;
    position: relative;
}
.deebo_fn_modalbox .img_holder img{
	/* margin-bottom: -50%; */
    opacity: 0 !important;
	min-width: 100%;
}
.deebo_fn_modalbox .img_holder .abs_img{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.deebo_fn_modalbox .fn__desc{
	margin-bottom: 28px;
}
.deebo_fn_modalbox .fn__desc:last-child{
	margin-bottom: 0;
}
.fn__nav{
	margin-top: auto;
	width: 100%;
	position: relative;
	height: 142px;
	min-height: 142px;
	border-top: 1px solid rgba(255,255,255,.2);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.fn__nav:after{
	content: '';
	position: absolute;
	left: 50%;
	width: 1px;
	background-color: rgba(255,255,255,.2);
	top:0;
	bottom: 0;
	z-index: 2;
	margin-left: -0.5px;
}
.fn__nav a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	text-decoration: none;
	position: relative;
	width: 100%;
	color: #ddd;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .5px;
	text-transform: uppercase;
}
.fn__nav .prev{
	padding: 10px 10px 10px 106px;
}
.fn__nav .next{
	padding: 10px 106px 10px 10px;
	justify-content: flex-end;
	text-align: right;
}
.fn__nav .arrow_wrapper{
	display: block;
	width: 26px;
	height: 21px;
	left: 60px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	transition: transform .3s ease;
}
.fn__nav .arrow_wrapper:after{
	content: '';
    position: absolute;
    left: -10px;
    right: -10px;
    bottom: -10px;
    top: -10px;
    background-color: transparent;
    transition: all .3s ease;
    border: 1px solid transparent;
}
.fn__nav .arrow{
	display: block;
	background-color: #888;
	width: 26px;
	height: 1px;
	position: absolute;
	top: 50%;
	transition: all .3s ease;
}
.fn__nav .text{
	display: block;
	transition: transform .3s ease;
}
.fn__nav .arrow:after{
	display: block;
	background-color: inherit;
	width: 14px;
	height: 1px;
	content: '';
	position: absolute;
	left: -1px;
	transform: rotate(45deg);
	top: 100%;
	margin-top: 4px;
}
.fn__nav .arrow:before{
	display: block;
	background-color: inherit;
	width: 14px;
	height: 1px;
	content: '';
	position: absolute;
	left: -1px;
	transform: rotate(-45deg);
	bottom: 100%;
	margin-bottom: 4px;
}
.fn__nav .next .arrow:after{
	top: auto;
	margin-top: inherit;
	right: -1px;
	left: auto;
	bottom: 100%;
	margin-bottom: 4px;
}
.fn__nav .next .arrow:before{
	bottom: auto;
	margin-bottom: inherit;
	right: -1px;
	left: auto;
	top: 100%;
	margin-top: 4px;
}
.fn__nav .next .arrow_wrapper{
	left: auto;
	right: 60px;
}
.fn__nav a:hover{
	color: #ccc;
}
.fn__nav a:hover .arrow{
	background-color: var(--mc);
}
.fn__nav a:hover .arrow_wrapper:after{
	border-color: var(--mc);
	transform: scale(1.23);
}
.fn__nav a.prev:hover .text{
	transform: translateX(45px);
}
.fn__nav a.prev:hover .arrow_wrapper{
	transform: translateX(15px);
}
.fn__nav a.next:hover .text{
	transform: translateX(-45px);
}
.fn__nav a.next:hover .arrow_wrapper{
	transform: translateX(-15px);
}
@media(max-width: 1040px){
	.deebo_fn_modalbox .box_inner{max-width: 90%;}
	.deebo_fn_modalbox .modal_in{padding-left: 20px;padding-right: 20px;}
	.fn__nav .next{padding-right: 66px;}
	.fn__nav .next .arrow_wrapper{right: 20px;}
	.fn__nav .prev{padding-left: 66px;}
	.fn__nav .prev .arrow_wrapper{left: 20px;}
}

@media(max-width: 370px){
	.fn__nav .text{display: none;}
}

/*------------------------------------------------------------------*/
/*	Section Contact
/*------------------------------------------------------------------*/
.section_contact input{
	background-color: #111;
	width: 100%;
	min-width: 100%;
	outline: none;
	border: 1px solid #222;
	font-size: 16px;
	font-weight: 400;
	height: 70px;
	line-height: 48px;
	color: #eee;
	border-radius: 3px;
	font-family: "Jost",sans-serif;
	padding: 0 20px !important;
}
.section_contact textarea:focus,
.section_contact input:focus{
	background-color: #111;
	border-color: #333;
	outline: none;
}
.section_contact textarea{
	background-color: #111;
	outline: none;
	border: 1px solid #222;
	font-size: 16px;
	font-weight: 400;
	width: 100%;
	min-height: 250px;
	max-height: 500px;
	border-radius: 3px;
	color: #eee;
	font-family: "Jost",sans-serif;
	padding: 14px 20px !important;
}
.section_contact .input_wrapper{
	width: 100%;
	position: relative;
}
.section_contact .input_wrapper input,
.section_contact .input_wrapper textarea{
	position: relative;
	z-index: 3;
}
.section_contact textarea{
	height: 200px;
}
.section_contact .items{
	margin-left: -20px;
}
.section_contact .item{
	width: 100%;
	float: left;
	padding-left: 20px;
	margin-bottom: 20px;
}
.section_contact .item:last-child{
	margin-bottom: 0;
}
.section_contact .item.half{
	width: 50%;
}
.section_contact .contact_form button{
	cursor: pointer;
	margin: 0 auto;
	background-color: rgba(29,27,25,.95);
	display: block;
	line-height: 26px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 20px 60px;
	color: #eee;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	border: 2px solid #393939;
	border-radius: 50px;
}
.section_contact .contact_form button:hover{
	border-color: var(--mc);
	color: var(--mc);
}
.section_contact .contact_form button:focus{
	outline: 1px dashed #444;
}
.error{
	display: none;
	color: #dd3936;
	text-align: left;
	font-weight: 500;
}
.contact_error{
	color: #dd3936;
}
/*------------------------------------------------------------------*/
/*	Responsive
/*------------------------------------------------------------------*/
@media(max-width: 1040px){
	.deebo_fn_switcher_wrap{
		right: 30px;
	}
	.deebo_fn__cv{
		left: 10px;
		right: 10px;
		bottom: 10px;
		top: 10px;
	}
	.deebo_fn__cv .cv__header{
		top: 10px;
		left: 10px;
		bottom: 10px;
	}
	.deebo_fn__cv .cv__content{
		width: calc(70vw - 40px);
		right: 10px;
		top: 10px;
		bottom: 10px;
	}
	.deebo_fn__cv{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		padding: 20px;
		overflow-y: scroll;
		height: 100vh;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		border-radius: 0;
	}
	.deebo_fn_cv .closer{
		z-index: 999;
	}
	.deebo_fn__cv{
		scrollbar-width: thin;
		scrollbar-color: #000 #000;
	}
	.deebo_fn__cv::-webkit-scrollbar{
		width: 8px;
		cursor: pointer;
	}
	.deebo_fn__cv:-webkit-scrollbar-track{
		background: #000;
	}
	.deebo_fn__cv::-webkit-scrollbar-thumb{
		background-color: var(--mc);
		border-radius: 10px;
	}
	.deebo_fn__cv .cv__header{
		width: 100%;
		position: relative;
		margin-bottom: 20px;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		transform: translateX(380px);
	}
	.deebo_fn__cv .cv__content{
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		padding: 0;
		height: auto;
		overflow: initial;
		float: left;
		clear: both;
		min-height: fit-content;
		max-height: inherit;
		transform: translateX(-380px);
	}
	
	.section_header .content{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.section_header .right_hero_header{
		width: 100%;
	}
	.section_header .left_hero_header{
		max-width: 100%;
		padding-right: 0;
		margin-bottom: 100px;
	}
	.my_self{
		text-align: center;
	}
	.clients_wrapper ul li{
		width: 50%;
	}
	.fn_cs_portfolio .portfolio_list ul li{width: 50%;}
	.section_header{
		display: none;
	}
}
@media(max-width: 768px){
	.fn_cs_portfolio .portfolio_list ul li{width: 100%;}
}
@media(max-width: 600px){
	.tips_content .item{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.tips_content .item_right{
		display: none;
	}
	.fn_cs_testimonials .item{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		
	}
	.fn_cs_testimonials .item_right{
		width: 100%;
		min-width: 100%;
		border-left: none;
		border-top: 1px solid rgba(255,255,255,.05);
	}
	.fn_cs_service_list .item{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.fn_cs_service_list .item_right{
		width: 100%;
		min-width: 100%;
		border-left: none;
		border-top: 1px solid rgba(255,255,255,.05);
		padding: 10px 40px;
		text-align: left;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	.fn_cs_boxed_list .item_top{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.fn_cs_boxed_list .item_top span{
		margin-left: 0;
	}
	.tips_content .img_wrapper img{
		min-width: 100%;
	}
	.section_contact .item.half,
	.fn_cs_info_items li,
	.clients_wrapper ul li{width: 100%;}
	.deebo_fn_totop{right: 20px;bottom: 20px;}
	.deebo_fn__cv{
		padding: 10px;
	}
	.deebo_fn__cv .cv__header .in{
		padding: 40px 20px;
	}
	.deebo_fn__cv .cv__content section{
		padding: 30px 20px;
	}
	.fn_cs_boxed_list .item{
		padding: 27px 20px 28px 20px;
	}
	.fn_cs_progress_bar .progress_percent{
		padding: 0 15px;
	}

	.fn_cs_testimonials .item_left,
	.fn_cs_service_list .item_left{
		padding: 27px 20px 28px 20px;
	}
	.fn_cs_service_list .item_right{
		padding: 15px 20px 11px;
	}
	.fn_cs_testimonials .item_right{
		padding: 30px 20px;
	}
	.right_container{
		padding: 0 30px;
	}
}

@media(max-width: 535px) {
	.deebo_fn__cv .cv__header .in{
		padding: 10%;
	}
	.deebo_fn__cv .cv__content section{
		padding: 10%;
	}
}

@media(max-width: 495px) {
	.deebo_fn__cv .cv__header .in{
		padding: 10%;
		border-radius: 0%;
	}
	.deebo_fn__cv .cv__content section{
		padding: 10%;
		border-radius: 0%;
	}
	.deebo_fn__cv {
		padding: 0px;
	}
}

@media(max-width: 475px) {
	.deebo_fn__cv .cv__header .in{
		padding: 10%;
		border-radius: 0%;
		max-width: 100vw;
	}
	.deebo_fn__cv .cv__content section{
		padding: 10%;
		border-radius: 0%;
		max-width: 100vw;
	}
	.deebo_fn__cv {
		padding: 0px;
	}
}
/* Enable normal scroll on mobile devices */
@media(max-width: 1040px){
	body.resume-opened{
		height: inherit;
		overflow: auto;
	}
	.deebo_fn__cv{
		position: relative;
		height: inherit;
		overflow: hidden;
	}
	.deebo_fn_cv{
		position: relative;
		height: inherit;
	}
}

/* Progress bar */

@media(max-width: 420px) {
	.fn_cs_progress_bar .progress_percent{
		position: absolute;
		z-index: 2;
		padding: 0 15px;
		line-height: 40px;
		font-size: 18px;
		font-weight: 400;
		display: block;
		top: 50%;
		margin-top: -20px;
		margin-right: 10px;
		background-color: var(--mc);
		right: 100%;
		border-radius: 50px;
		color: #fff	;
		transition: all 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);
	}
	.fn_cs_progress_bar .progress_title{
		margin: 0;
		font-size: 15px;
		font-weight: 400;
		padding: 0 25px;
		position: relative;
		z-index: 2;
		line-height: 60px;
		color: #eee;
	}
}

@media(max-width: 390px) {
	.fn_cs_progress_bar .progress_percent{
		position: absolute;
		z-index: 2;
		padding: 0 10px;
		line-height: 40px;
		font-size: 15px;
		font-weight: 400;
		display: block;
		top: 50%;
		margin-top: -20px;
		margin-right: 10px;
		background-color: var(--mc);
		right: 100%;
		border-radius: 50px;
		color: #fff	;
		transition: all 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);
	}
	.fn_cs_progress_bar .progress_title{
		margin: 0;
		font-size: 13px;
		font-weight: 400;
		padding: 0 25px;
		position: relative;
		z-index: 2;
		line-height: 60px;
		color: #eee;
	}
}

@media(max-width: 330px) {
	.fn_cs_progress_bar .progress_percent{
		position: absolute;
		z-index: 2;
		padding: 0 10px;
		line-height: 40px;
		font-size: 10px;
		font-weight: 400;
		display: block;
		top: 50%;
		margin-top: -20px;
		margin-right: 10px;
		background-color: var(--mc);
		right: 100%;
		border-radius: 50px;
		color: #fff	;
		transition: all 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);
	}
	.fn_cs_progress_bar .progress_title{
		margin: 0;
		font-size: 10px;
		font-weight: 400;
		padding: 0 25px;
		position: relative;
		z-index: 2;
		line-height: 60px;
		color: #eee;
	}
}

/*------------------------------------------------------------------*/
/*	Custom
/*------------------------------------------------------------------*/
.badge {
  background-color: #ff214f;
  color: white;
  padding: 4px 8px;
  text-align: center;
  border-radius: 5px;
  margin-right: 10px;
}

  .visita {
	background-color: transparent;
	border: none;
	color: #ff214f;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	margin: 4px 2px;
	margin-right: 0;
	cursor: pointer;
	text-transform: uppercase;
	border-style: solid;
	border-color: transparent;
    border-width: 1px;
	float: right;
  }

  .visita:hover {
	background-color: transparent;
	border: none;
	color: #ff214f;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	margin: 4px 2px;
	margin-right: 0;
	cursor: pointer;
	text-transform: uppercase;
	border-style: solid;
	border-color: #ff214f;
    border-width: 1px;
	float: right;
	transition: 0.5s;
  }

  #contact{
	text-decoration: none !important;
	color: #eee !important;
  }

/*------------------------------------------------------------------*/
/*	Block Copy
/*------------------------------------------------------------------*/

body{
	-webkit-user-select: none;
	-ms-user-select: none;
	-webkit-touch-callout: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
  }

/*------------------------------------------------------------------*/
/*	Stripe
/*------------------------------------------------------------------*/

  .stripe {
	background-color: #5433FF !important;
	-webkit-animation: glowing 1500ms infinite;
	-moz-animation: glowing 1500ms infinite;
	-o-animation: glowing 1500ms infinite;
	animation: glowing 1500ms infinite;
  }
  
  @-webkit-keyframes glowing {
	0% { background-color: #5938fe; -webkit-box-shadow: 0 0 3px #5938fe; }
	50% { background-color: #5433ff; -webkit-box-shadow: 0 0 40px #5433ff; }
	100% { background-color: #5433ff; -webkit-box-shadow: 0 0 3px #5433ff; }
  }
  
  @-moz-keyframes glowing {
	0% { background-color: #5938fe; -moz-box-shadow: 0 0 3px #5938fe; }
	50% { background-color: #5433ff; -moz-box-shadow: 0 0 40px #5433ff; }
	100% { background-color: #5433ff; -moz-box-shadow: 0 0 3px #5433ff; }
  }
  
  @-o-keyframes glowing {
	0% { background-color: #5938fe; box-shadow: 0 0 3px #5938fe; }
	50% { background-color: #5433ff; box-shadow: 0 0 40px #5433ff; }
	100% { background-color: #5433ff; box-shadow: 0 0 3px #5433ff; }
  }
  
  @keyframes glowing {
	0% { background-color: #5938fe; box-shadow: 0 0 3px #5938fe; }
	50% { background-color: #5433ff; box-shadow: 0 0 40px #5433ff; }
	100% { background-color: #5433ff; box-shadow: 0 0 3px #5433ff; }
  }
