@charset "utf-8";
/*
/*	Copyright (c) 2021 Frenify
/*	Author: Frenify
/*	This file is made for CURRENT TEMPLATE
/*


	List of CSS codes:
	
	01) Base
	02) Mobile Menu
	03) Sidebar
	04) Main Title
	05) HOME Section
	06) ABOUT Section
	07) SERVICES Section
	08) RESUME Section
	09) POPUP
	10) PORTFOLIO Section
	11) BLOG Section
	12) CONTACT Section
	13) RESPONSIVE MEDIA QUERIES

/*------------------------------------------------------------------*/
/*	01) Base
/*------------------------------------------------------------------*/
html {
	overflow-x: hidden;
	padding: 0px;
	margin: 0px
}
body{
	overflow-x: hidden;
	font-family: 'Jost', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: 0;
	font-weight: 400;
	color: #777;
	word-break: break-word;
}
p{
	letter-spacing: 0;
}
section,
[class^="persono_fn_"]{
	width: 100%;
	float: left;
	clear: both;
}
.persono_fn_wrapper,
.persono_fn_wrapper *{
	box-sizing: border-box;
}
.persono_fn_svg{
	fill: currentcolor;
	width: 18px;
	height: 18px;
	float: none;
	clear: none;
}
h1,h2,h3,h4,h5,h6{
	color: #0e090d;
}
.persono_fn_content{
	width: 100%;
	position: relative;
	z-index: 10;
	padding-left: 400px;
	transition: padding .5s ease;
}
.container{
	max-width: 1280px;
	padding: 0px 40px;
	margin: 0px auto;
}
/*------------------------------------------------------------------*/
/*	02) Mobile Menu
/*------------------------------------------------------------------*/
.persono_fn_mobilemenu{
	width: 100%;
	float: left;
	clear: both;
	display: none;
	position: relative;
	z-index: 33;
}
.persono_fn_mobilemenu .hamburger{
	opacity: 1;
}
.persono_fn_mobilemenu ul{
	list-style-type: none;
	margin: 0px;
}
.persono_fn_mobilemenu .logo_hamb{
	width: 100%;
	float: left;
	clear: both;
	padding: 20px;
	background-color: #f6efef;
	
	box-sizing: border-box;
}
.persono_fn_mobilemenu .logo_hamb .in{
	width: 100%;
	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;
}
.persono_fn_mobilemenu .menu_logo a{
	text-decoration: none;
	display: block;
	cursor: pointer;
}
.persono_fn_mobilemenu .menu_logo img{
	max-width: 250px;
	max-height: 40px;
}
.persono_fn_mobilemenu .mobilemenu{
	width: 100%;
	float: left;
	clear: both;
	padding: 40px 20px 30px 20px;
	background-color: #ff5251;
	display: none;
	overflow: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
}
.persono_fn_mobilemenu ul a{
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	line-height: 27px;
	text-transform: uppercase;
	display: block;
	position: relative;
}
.persono_fn_mobilemenu ul ul a{
	text-transform: none;
}
.persono_fn_mobilemenu ul li{
	margin: 0px;
	position: relative;
	margin-bottom: 10px;
}
.persono_fn_mobilemenu .menu_logo{
	margin-right: 20px;
}
.hamburger {
	padding: 15px 15px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}
.hamburger-box {
	width: 30px;
	height: 18px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #000;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
	
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}
.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger-inner::before{
    top: -8px;
}
.hamburger-inner::after{
    bottom: -10px;
}
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after{
    top: -16px;
	
	-webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
	   -moz-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
	    -ms-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
	     -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
	        transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before{
	-webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	   -moz-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	    -ms-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	     -o-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	        transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner{
	-webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
	   -moz-transform: translate3d(0, -10px, 0) rotate(45deg);
	    -ms-transform: translate3d(0, -10px, 0) rotate(45deg);
	        transform: translate3d(0, -10px, 0) rotate(45deg);
	
	transition-delay: 0.22s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after{
    top: 0;
    opacity: 0;
	
	-webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
	   -moz-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
	    -ms-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
	     -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
	        transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before{
    top: 0;
	
	-webkit-transform: rotate(90deg);
	   -moz-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
	
	-webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
	   -moz-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
	    -ms-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
	     -o-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
	        transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger{
	padding: 0px;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.hamburger-box{display: block;}
.hamburger .hamburger-inner::before,
.hamburger .hamburger-inner::after,
.hamburger .hamburger-inner{
	background-color: #fff;
	width: 30px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
/*------------------------------------------------------------------*/
/*	03) Sidebar
/*------------------------------------------------------------------*/

.persono_fn_sidebar{
	width: 400px;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index:  20;
	background-color: #f6efef;
	padding: 200px 20px;
	padding: 15vh 20px;
	transition: transform .5s ease;
}
.persono_fn_wrapper.sidebar-closed .persono_fn_sidebar{transform: translateX(-100%);}
.persono_fn_wrapper.sidebar-closed .persono_fn_content{padding-left: 0 !important;}
.persono_fn_wrapper.sidebar-closed .persono_fn_sidebar .nav__button{
	transform: translateX(0);
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	box-shadow: 0px 2px 3px rgb(0 0 0 / 25%);
}
.persono_fn_sidebar .nav__button{
    position: absolute;
	min-width: 50px;
	height: 30px;
    left: 100%;
    transform: translateX(-50%);
    max-width: 100px;
    color: #000;
    font-weight: 400;
    top: 40px;
    display: block;
    white-space: nowrap;
    transition: all .5s ease;
    background: #fff;
    border-radius: 15px;
    font-size: 15px;
    line-height: 30px;
    padding: 0 15px;
	text-align: center;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 5%);
	z-index: 33;
	cursor: pointer;
}
.persono_fn_sidebar .nav__button .width_indicator{
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	text-align: center;
}
.persono_fn_sidebar .nav__button.resize .nav_trigger{
	opacity: 0;
}
.persono_fn_sidebar .nav__button.resize .width_indicator{
	opacity: 1;
}
.persono_fn_sidebar .sidebar_in{
	width: 100%;
	height: 100%;
	position: relative;
}
.persono_fn_sidebar .logo{
	text-align: center;
	padding-bottom: 100px;
	padding-bottom: 5vh;
}
.persono_fn_sidebar .logo a{
	text-decoration: none;
	position: relative;
	display: inline-block;
}
.persono_fn_sidebar .logo span{
	width: 8px;
	height: 8px;
	background-color: #ff5251;
	display: block;
	text-decoration: none;
	border-radius: 100%;
	cursor: pointer;
	position: absolute;
	bottom: 7px;
	right: -3px;
}
.persono_fn_sidebar .navigation ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	opacity: 0;
	transition: margin .3s ease, opacity .6s ease;
}
.persono_fn_sidebar .navigation ul.ready{
	opacity: 1;
}
.persono_fn_sidebar .sidebar_in > *{
	width: 100%;
	float: left;
	clear: both;
}
.persono_fn_sidebar .navigation{
	overflow: hidden;
}
.persono_fn_sidebar .navigation ul li{
	text-align: center;
	margin-bottom: 13px;
}
.persono_fn_sidebar .navigation ul li:last-child{
	margin-bottom: 0;
}
.persono_fn_sidebar .navigation ul li a{
	text-decoration: none;
	font-weight: 400;
	text-transform: capitalize;
	font-size: 22px;
	color: #1b1a1f;
	line-height: 25px;
}
.persono_fn_sidebar .copyright{
	position: absolute;
	bottom: 0;
	padding-top: 5vh;
}
.persono_fn_sidebar .copyright p{
	color: #777777;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
}
.persono_fn_sidebar .copyright p a{
	color: inherit;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid transparent;
	transition: all 0.5s ease;
}
.persono_fn_sidebar .copyright p a:hover{
	border-bottom-color: #000;
	color: #000;
}
.shifter_wrapper{
	position: absolute;
	top: 0;
	right: -5px;
	height: 100vh;
	overflow: hidden;
	cursor: e-resize;
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}
.shifter ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.shifter ul li{
	margin: 0;
	padding: 0;
	padding-top: 100px;
}
.shifter ul li span{
	position: relative;
	width: 15px;
	height: 6px;
	background-color: #fff;
	display: inline-block;
	z-index: 20;
	transform: rotate(20deg);
}
/*------------------------------------------------------------------*/
/*	04) Main Title
/*------------------------------------------------------------------*/
.persono_fn_title{
	text-align: center;
	margin-bottom: 70px;
}
.persono_fn_title .title_fixer{
	max-width: 720px;
	margin: 0 auto;
	padding-bottom: 30px;
	position: relative;
}
.persono_fn_title h2{
	margin: 0;
	padding: 0;
	font-size: 60px;
	font-size: calc(30px + 1.57vw);
	font-weight: 600;
	line-height: 1;
	padding-bottom: 0px;
	text-transform: uppercase;
}
.persono_fn_title .title_fixer:after{
	position: absolute;
	content: '';
	left: 50%;
	margin-left: -75px;
	bottom: 0;
	width: 150px;
	height: 10px;
	background-color: #ff5251;
	border-radius: 25px;
	display: block;
}
/*------------------------------------------------------------------*/
/*	05) HOME Section
/*------------------------------------------------------------------*/
.section_home{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	position: relative;
}
.section_home .home_left{
	position: relative;
	z-index: 5;
	width: 52%;
	min-width: 52%;
	padding: 67px 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;
	justify-content: center;
	min-height: 100vh;
}
.section_home .home_left h2{
	font-weight: 600;
	font-size: 100px;
	font-size: calc(40px + 3.1vw);
	text-transform: uppercase;
	line-height: 0.9;
	margin-bottom: 20px;
	position: relative;
	left: -3px;
}
.animated_text{
	display: inline-block;
	position: relative;
}
.animated_text .line{
	width: 0%;
	top: 0;
	bottom: 0;
    height: inherit;
    background: #f6efef;
    position: absolute;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.animated_text .word{
	display: inline-block;
}
.animated_text .char{
	display: inline-block;
    position: relative;
    opacity: 0;
    visibility: hidden;
    transform: translateZ(0) rotateY(-90deg) translateY(10px);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.animated_text .char.opened{
	opacity: 1;
	visibility: visible;
	transform: rotate(0deg);
}
.animated_text .text{
    opacity: 0;
	display: block;
}
.animated_text.ready .text{
	-webkit-animation: animateText 2s forwards;
    -o-animation: animateText 2s forwards;
    animation: animateText 2s forwards;
    animation-delay: 1.6s;
}
.animated_text.ready .line{
	 -webkit-animation: animateLine 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
	 -o-animation: animateLine 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
	 animation: animateLine 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
}
@keyframes animateLine {
  0% {width: 0%;left: 0;}
  50% {width: 100%;left: 0;}
  100% {width: 0;left: 100%;}
}
@keyframes animateText {
  0% {opacity: 0; /*transform: translateX(50px) rotate(3deg);*/}
  100% {opacity: 1; transform: translateX(0px) rotate(0deg);}
}
.section_home .home_left_stick span{
	height: 10px;
	width: 250px;
	max-width: 60%;
	border-radius: 25px;
	background-color: #ff5251;
	display: block;
	margin-bottom: 44px;
}
.section_home .subtitle{
	max-width: 510px;
}
.section_home .subtitle p{
	line-height: 30px;
	font-size: 22px;
}
.section_home .subtitle a{
	text-decoration: none;
	color: inherit;
	border-bottom: 1px solid transparent;
}
.section_home .subtitle a:hover{
	border-bottom-color: #000;
	color: #000;
}
.section_home .home_right{
	position: relative;
	width: 70%;
	min-width: 70%;
	left: -20%;
}
.section_home .home_right img{
	position: relative;
	left: 10%;
}
/*------------------------------------------------------------------*/
/*	06) ABOUT Section
/*------------------------------------------------------------------*/
.section_about{
	padding: 50px 0 0 0;
}
.section_about .about_content{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
}
.section_about .about_left{
	width: 50%;
	padding-right: 30px;
	position: relative;
}
.section_about .left_in{
	border: 1px solid transparent;
	padding: 67px 50px 64px;
	margin: 0;
	display: block;
}
.section_about .about_mover{
	border: 1px solid #f6efef;
	border-radius: 8px;
	box-shadow: 0 3px 20px rgba(0,0,0,0.04);
	margin: 0;
	display: block;
	z-index: -1;
	position: absolute;
	left: 0;
	right: 30px;
	top: 0;
	bottom: 0;
	background-color: #fff;
}
.section_about .about_left ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.section_about .about_left li{
	margin-bottom: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
}
.section_about .about_left li:last-child{
	margin-bottom: 0;
}
.section_about .about_left h5{
	font-size: 18px;
	font-weight: 600;
	min-width: 100px;
	margin: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.section_about .about_left .about_title{
	color: #000;
	min-width: 100px;
	margin-right: 30px;
	display: inline-block;
	font-weight: 600;
}
.section_about .about_left span{
	color: #777;
	font-size: 18px;
	font-weight: 400;
}
.section_about .about_left a{
	text-decoration: none;
	color: inherit;
	border-bottom: 1px solid transparent;
}
.section_about .about_left a:hover{
	border-bottom-color: #000;
	color: #000;
}
.section_about .about_left .special{
	color: #ff5251;
}
.section_about .about_right{
	width: 50%;
	padding-left: 30px;
}
.about_me{
	padding-bottom: 33px;
}
.about_me p{
	font-size: 18px;
	font-weight: 400;
	color: #777;
	line-height: 26px;
	margin-bottom: 27px;
}
.about_me p:last-child{
	margin-bottom: 0;
}
.learn_more ul{
	margin: 0;
	padding: 0;
	margin-left: -30px;
}
.learn_more li{
	display: inline-block;
	padding-left: 30px;
}
.learn_more a{
	color: #0e090d;
	text-decoration: none;
	display: block;
	position: relative;
	width: 18px;
	height: 18px;
}
.learn_more a:after{
	position: absolute;
	border-radius: 100%;
	content: "";
	top: -11px;
	left: -11px;
	bottom: -11px;
	right: -11px;
	background-color: transparent;
	transition: all 0.4s ease;
	z-index: 2;
	transform: scale(0.8);
}
.learn_more a span{
	z-index: 5;
	position: relative;
}
.learn_more a:hover{
	color: #fff;
}
.learn_more a:hover:after{
	background-color: #0e090d;
	transform: scale(1);
}
/*------------------------------------------------------------------*/
/*	07) SERVICES Section
/*------------------------------------------------------------------*/
.section_services{
	padding: 1px 0 50px 0px;
}
.persono_services{
	margin-left: -60px;
	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;
}
.persono_services .service_list{
	width: 100%;
	padding-left: 60px;
}
.persono_services .service_nav{
	width: 100%;
	float: left;
	clear: both;
	opacity: 0;
	transition: all 1s ease;
}
.persono_services .service_nav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: -4px;
}
.persono_services .service_nav li{
	margin: 0;
	padding: 0;
	width: 50%;
	float: left;
	padding-left: 4px;
}
.persono_services .service_nav span{
	display: block;
	line-height: 50px;
	padding: 0 40px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 4px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.persono_services .service_nav a{
	display: block;
	line-height: 60px;
	padding: 0 40px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
	background-color: #ff5251;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-decoration: none;
	width: 100%;
	height: 60px;
}
.persono_services .list{
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: -60px;
	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;
}
.persono_services .list > li{
	width: 50%;
	float: left;
	padding-left: 60px;
	margin-bottom: 60px;
}
.persono_services .item{
	padding: 50px 40px 54px;
	border: 1px solid #f6efef;
	box-shadow: 0 3px 20px rgba(0,0,0,0.04);
	border-radius: 8px;
	cursor: pointer;
	height: 100%;
	transition: all .3s ease;
	background-color: #fff;
}
.persono_services .item:hover{
	box-shadow: 0 3px 30px rgba(0,0,0,0.08);
}
.hidden_info{
	display: none;
}
.persono_services .item .wing{
	position: absolute;
	left: 100%;
	width: 60px;
	height: 5px;
	display: block;
	background-color: #f6efef;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	transition: all .5s ease;
}
.persono_services .item .wing:after,
.persono_services .item .wing:before{
	width: 30px;
	height: 5px;
	position: absolute;
	content: '';
	display: block;
	background-color: #f6efef;
}
.persono_services .item .wing:after{bottom: 100%;margin-bottom: 10px;left: 0;}
.persono_services .item .wing:before{top: 100%;margin-top: 10px;right: 0;}
.persono_services .list h4{
	margin: 0;
	padding: 0;
	min-height: 60px;
	font-weight: 500;
	font-size: 24px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
	margin-bottom: 17px;
}
.persono_services .list .counter{
	width: 60px;
	height: 60px;
	min-width: 60px;
	padding: 0;
	display: block;
	text-align: center;
	line-height: 60px;
	background-color: #000;
	border-radius: 20px;
	color: #fff;
	font-weight: 500;
	margin-right: 20px;
}
.persono_services .content{
	width: 0%;
	margin: 0;
	padding: 0 0 60px 60px;
	padding-left: 0;
}
.fn__closer{
	cursor: pointer;
	position: absolute;
	width: 27px;
	height: 27px;
	top: 20px;
	right: 20px;
	background-color: #f6efef;
	border-radius: 7px;
	transition: all .3s ease;
}
.fn__closer:hover{
	background-color: #ff5251;
}
.fn__closer:hover:after,
.fn__closer:hover:before{
	background-color: #fff;
}
.fn__closer:after,
.fn__closer:before{
	content: '';
	position: absolute;
	width: 11px;
	height: 1px;
	background-color: #0f0a0e;
	left: 8px;
	top: 13px;
	transition: all .3s ease;
}
.fn__closer:after{transform: rotate(45deg);}
.fn__closer:before{transform: rotate(135deg);}
.persono_services .fn_in{
	border: 1px solid transparent;
	border-radius: 8px;
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}
.persono_services .fn_wrapper{
	width: 100%;
	float: left;
	overflow: hidden;
	padding: 50px 40px 54px;
}
.persono_services .fn_inner{
	display: none;
	width: 100%;
	float: left;
	overflow: hidden;
	opacity: 0;
}
.persono_services .content h3{
	margin: 0;
	padding: 0;
	font-size: 36px;
	font-weight: 500;
	margin-bottom: 27px;
}
.persono_services .content p{
	margin: 0;
	padding: 0;
	font-size: 18px;
	margin-bottom: 25px;
}
.persono_services .content p:last-child{
	margin-bottom: 0;
}
.persono_services.opened .service_nav{opacity: 1;}
.persono_services.opened .list li{width: 100%;}
.persono_services.opened .content{padding-left: 60px;width: 50%;}
.persono_services.opened .service_list{width: 50%;}
.persono_services.opened .item{opacity: 0.4;}
.persono_services.opened .item.opened{opacity: 1;box-shadow: 0 3px 30px rgba(0,0,0,0.08);}
.persono_services .item.opened .counter{background-color: #ff5251;}
.persono_services .item.opened .wing{opacity: 1;}
.persono_services.opened .fn_in{border-color: #f6efef;box-shadow: 0 3px 30px rgba(0,0,0,0.08);}
.persono_services .fn_inner.ready{display: block;}
.persono_services .fn_inner.opened{
	-webkit-animation: persono-service-animation 1s ease;
    -moz-animation: persono-service-animation 1s ease;
	opacity: 1;
}
@-webkit-keyframes persono-service-animation {
      0% { opacity: 0; transform: rotateZ(-5deg) translateY(100px);}   
    100% { opacity: 1; transform: rotateZ(0deg) translateY(0px);}
}
@-moz-keyframes persono-service-animation {
      0% { opacity: 0;  transform: rotateZ(-5deg) translateY(100px);}   
    100% { opacity: 1; transform: rotateZ(0deg) translateY(0px);}
}
/*------------------------------------------------------------------*/
/*	08) RESUME Section
/*------------------------------------------------------------------*/
.section_resume{
	padding: 1px 0;
}
.section_resume .resume_footer{
	max-width: 100%;
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.section_resume .resume_list{
	position: relative;
	z-index: 5;
	width: 100%;
	float: left;
	clear: both;
}
.section_resume ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.section_resume li{
	margin: 0;
	width: 100%;
	float: left;
	border-bottom: 1px solid #e5e5e5;
	padding: 26px 0 24px;
	position: relative;
	cursor: pointer;
	transition: all 0.5s ease;
}
.section_resume .fn_tooltip{
	position: absolute;
	bottom: 100%;
	border-radius: 5px;
	width: auto;
	max-width: 100%;
	display: block;
	left: 50%;
	opacity: 0;
	visibility: hidden;
	background-color: #fff;
	border: 1px solid #f6efef;
    box-shadow: 0 3px 20px rgba(0,0,0,0.04);
	color: #777;
	padding: 34px 30px;
	transition: all .5s ease, opacity 0s ease;
	transform: translate(-50%,20px);
}
.section_resume .fn_tooltip p{
	margin-bottom: 20px;
	display: block;
	text-indent: 20px;
}
.section_resume .fn_tooltip p:last-child{
	margin-bottom: 0;
}
.section_resume .fn_tooltip span{
	position: absolute;
	border: 10px solid transparent;
	border-top-color: #fff;
	left: 50%;
	top: 100%;
	margin-left: -10px;
	font-size: 18px;
	font-weight: 400;
}
.section_resume li:nth-child(5){
	border-bottom: 0px solid #e5e5e5;
}
.section_resume li > span{
	width: 33.3333%;
	float: left;
	display: block;
}
.section_resume li .middle_text{
	font-weight: 600;
	color: #0e090d;
	padding-left: 20px;
}
.section_resume li .right_text{
	display: block;
	text-align: right;
}
.section_resume li:hover:after{
	box-shadow: 0px 5px 10px rgba(0,0,0,0.05);
}
.section_resume ul:hover li {
	border-bottom-color: transparent;
	opacity: .2;
}
.section_resume ul:hover li:hover{
	opacity: 1;
}
.section_resume li:hover .fn_tooltip{
	opacity: 1;
	visibility: visible;
	transform: translate(-50%,0px);
	transition: all 1s .5s ease, opacity 0s ease;
}
.section_resume .hover_box{
	position: absolute;
	z-index: 1;
	left: -20px;
	right: -20px;
	border-radius: 5px;
	transition: all 0.5s ease;
	background-color: transparent;
}
.section_resume .hover_box .dots{
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	overflow: hidden;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.section_resume .hover_box .dot{
	padding-left: 100px;
}
.section_resume .hover_box .dot span{
	position: relative;
    width: 18px;
    height: 6px;
    background-color: #fff;
    display: inline-block;
    z-index: 20;
    transform: rotate(35deg);
}
.section_resume .hover_box.ready{
	background-color: #f6efef;
}
/*------------------------------------------------------------------*/
/*	09) POPUP
/*------------------------------------------------------------------*/
.persono_popup{
	position: fixed;
	left: 400px;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 15;
	background-color: #fff;
	overflow-y: scroll;
	overflow-x: hidden;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s ease;
	-o-transition:  all .5s ease;
	transition:  all .5s ease;
}
.persono_popup .stopper{
	position: fixed;
	z-index: -1;
	left: 400px;
	top: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	outline: none;
}
.persono_popup .extra_img{
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	max-height: 100vh;
	-webkit-transition: all .5s ease;
	-o-transition:  all .5s ease;
	transition:  all .5s ease;
}
.persono_popup.opened{
	opacity: 1;
	visibility: visible;
}
.persono_popup::-webkit-scrollbar {
    width: 6px;
}
.persono_popup::-webkit-scrollbar-button {
    background: #f1f1f1;
}
.persono_popup::-webkit-scrollbar-track-piece {
    background: #f1f1f1
}
.persono_popup::-webkit-scrollbar-thumb {
    background: #c1c1c1
}
.persono_popup .fn__closer{
	position: fixed;
	width: 31px;
	height: 31px;
	border: 2px solid #fff;
	z-index: 2;
	opacity: 0;
	right: 44px;
	top: 38px;
}
.persono_popup .content{
	padding: 150px 0 100px;
}
.persono_popup .top_part{
	margin-bottom: 56px;
}
.persono_popup iframe{
	width: 100%;
}
.persono_popup .top_part img{
	display: block;
	margin: 0 auto;
}
.persono_popup .title_holder .subtitle{
	margin: 0;
	padding: 0;
	font-size: 14px;
	letter-spacing: .5px;
	color: #ff5251;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 16px;
}
.persono_popup .title_holder .title{
	margin: 0;
	padding: 0;
	font-size: 36px;
	letter-spacing: 0;
	font-weight: 500;
	margin-bottom: 26px;
}
.persono_popup .title_holder .desc{
	margin-bottom: 32px;
}
.persono_popup .title_holder .desc:last-child{
	margin-bottom: 72px;
}
.persono_popup .info_list{
	width: 100%;
	float: left;
	margin-bottom: 34px;
}
.persono_popup .info_list ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: -40px;
}
.persono_popup .info_list li{
	width: 25%;
	float: left;
	padding-left: 40px;
	margin-bottom: 40px;
}
.persono_popup .info_list span{
	display: block;
}
.persono_popup .info_list .label{
	font-size: 16px;
	font-weight: 600;
	color: #222;
	margin-bottom: 7px;
}
.persono_popup .info_list a{
	color: inherit;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid transparent;
    transition: all 0.5s ease;
}
.persono_popup .info_list a:hover{
	border-bottom-color: #000;
    color: #000;
}
.persono_popup .img_list{
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 60px;
}
.persono_popup .img_list ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: -20px;
}
.persono_popup .img_list li{
	width: 50%;
	padding-left: 20px;
	float: left;
	margin-bottom: 20px;
}
.persono_popup .img_list li:nth-child(1){
	width: 100%;
}
.persono_popup .img_list img{
	min-width: 100%;
	opacity: 0;
}
.persono_popup .img_list .abs_img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.persono_popup .img_item{
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}
.persono_popup .popup_nav{
	opacity: 0;
	position: relative;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-end;
	align-items: flex-end;
	justify-content: space-between;
}
.persono_popup .post_nav{
	width: 40%;
	width: calc(50% - 50px);
	max-width: 350px;
}
.persono_popup .post_nav span{
	display: block;
    line-height: 50px;
    padding: 0 40px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.persono_popup .post_nav a{
	display: block;
    line-height: 60px;
    padding: 0 40px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    background-color: #ff5251;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration: none;
    width: 100%;
    height: 60px;
	border-radius: 10px;
}
.persono_popup .go_home{
	width: 60px;
	height: 60px;
	min-width: 60px;
	background-color: #ff5251;
	margin: 0 20px;
	border-radius: 10px;
	position: relative;
}
.persono_popup .go_home a{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
}
.persono_popup .go_home ul{
	padding: 0;
	list-style-type: none;
	width: 21px;
	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;
	-ms-align-items: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 3px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -10px;
}
.persono_popup .go_home li{
	margin: 0;
	padding: 0;
	width: 3px;
	height: 3px;
	display: block;
	background-color: #fff;
}
.persono_popup .popup_in{
	opacity: 0;
	transition: all .5s ease;
}
.persono_popup .popup_in.opened{
	opacity: 1;
}
.persono_popup.transition-end .fn__closer,
.persono_popup.transition-end .popup_nav{
	opacity: 1;
}
body.modal-open{
	height: 100vh;
	overflow-y: hidden;
	padding-right: 17px;
}
/*------------------------------------------------------------------*/
/*	10) PORTFOLIO Section
/*------------------------------------------------------------------*/
.section_portfolio{
	padding: 1px 0 55px;
}
.section_portfolio .portfolio_footer > *,
.section_portfolio .portfolio_footer{
	width: 100%;
	float: left;
	clear: both;
}
.section_portfolio .portfolio_filter ul{
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
	margin-left: -44px;
	margin-bottom: 40px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	justify-content: center;
}
.section_portfolio .portfolio_filter li{
	padding-left: 4px;
}
.section_portfolio .portfolio_filter a{
	text-decoration: none;
	color: #777;
	font-size: 14px;
	font-weight: 400;
	position: relative;
	text-transform: uppercase;
}
.section_portfolio .portfolio_filter a.current,
.section_portfolio .portfolio_filter a:hover{
	color: #0e090d;
}
.section_portfolio .portfolio_filter a:after{
	position: absolute;
	content: "";
	width: 1px;
	height: 10px;
	background-color: #777;
	right: -23px;
	top: 50%;
	margin-top: -5px;
}
.section_portfolio .portfolio_filter a:hover:after{
	background-color: #000;
}
.section_portfolio .portfolio_filter li:last-child a:after{
	width: 0;
}
.section_portfolio .portfolio_list{
	max-width: 100%;
}
.section_portfolio .portfolio_list ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: -45px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.section_portfolio .portfolio_list li{
	width: 33.3333%;
	float: left;
	padding-left: 45px;
	margin-bottom: 45px;
	position: relative;
}
.section_portfolio .portfolio_list a{
	color: #777;
}
.section_portfolio .item{
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
}
.section_portfolio .gallery_img{
	position: absolute;
	bottom: 0;
	left: 0;
	top: -40px;
	right: 0;
	z-index: 15;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	transition: all .5s ease;
}
.section_portfolio .item:hover .gallery_text{
	opacity: 1;
	height: 100%;
	overflow: hidden;
}
.section_portfolio .item:hover .gallery_img{
	top: 0;
}
.section_portfolio .portfolio_list img{
	min-width: 100%;
	position: relative;
	z-index: 10;
	opacity: 0;
	display: block;
	overflow: hidden;
}
.section_portfolio .gallery_text{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	opacity: 0;
	z-index: 15;
	transition: all 0.5s ease;
	background-color: rgba(0,0,0,0.8);
	height: 0;
	overflow: inherit;
	display: flex;
	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;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
}
.section_portfolio li span{
	position: relative;
	overflow: hidden;
	color: #ccc;
}
.section_portfolio .gallery_title{
	text-transform: uppercase;
	margin-bottom: 9px;
}
.section_portfolio li span:first-child{
	font-size: 14px;
	font-weight: 400;
	overflow: hidden;
}
.section_portfolio li .fn__title{
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	overflow: hidden;
}
/*------------------------------------------------------------------*/
/*	11) BLOG Section
/*------------------------------------------------------------------*/
.section_blog{
	padding: 1px 0 0px;
}
.section_blog .blog_content{
	max-width: 100%;
}
.section_blog ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: -45px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.section_blog li{
	width: 33.3333%;
	float: left;
	padding-left: 45px;
	margin-bottom: 45px;
	position: relative;
}
.section_blog .item{
	width: 100%;
	float: left;
	clear: both;
	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;
	cursor: pointer;
}
.section_blog .img_in{
	position: relative;
	overflow: hidden;
	border-radius: 3px;
	box-shadow: 0 3px 20px rgba(0,0,0,0.04);
}
.section_blog .img_holder img{
	opacity: 0;
	min-width: 100%;
}
.section_blog .img_holder a{
	position: absolute;
	display: block;
	z-index: 5;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.section_blog .blog_img{
	position: absolute;
	top: -40px;
	right: 0;
	left: 0;
	bottom: 0;
	background-size: cover;
	background-position: center center;
	transition: all .5s ease;
}
.section_blog .item:hover .blog_img{
	top: 0;
}
.section_blog .title_holder p{
	font-size: 14px;
}
.section_blog .title_holder{
	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;
	height: 100%;
}
.section_blog .title_holder .read_more{
	margin-top: auto;
}
.section_blog .meta{
	padding: 26px 0 11px 0;
	text-transform: uppercase;
}
.section_blog p.meta a{
	text-decoration: none;
	color: inherit;
	transition: all 0.5s ease;
	border-bottom: 1px solid transparent;
	padding-bottom: 1px;
}
.section_blog p.meta a:hover{
	color: #000;
	border-bottom-color: #000;
}
.section_blog .read_more{
	position: relative;
}
.section_blog .read_more a{
	text-decoration: none;
	color: inherit;
	transition: all 0.5s ease;
	position: relative;
	padding-right: 30px;
}
.section_blog .read_more a:hover{
	color: #000;
}
.section_blog .read_more a:before{
	content: '';
	width: 0%;
    top: 0;
    bottom: 0;
    height: inherit;
    background: #f6efef;
    position: absolute;
	z-index: 25;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.section_blog .read_more a:hover:before{
	-webkit-animation: animateLine 1s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
    -o-animation: animateLine 1s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
    animation: animateLine 1s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
}
.section_blog .read_more a:after{
	position: absolute;
	content: "";
	width: 20px;
	height: 1px;
	background-color: #777;
	right: 0;
	right: 0px;
	top: 50%;
	transition: all 0.5s ease;
}
.section_blog .read_more a:hover:after{
	background-color: #000;
}
.section_blog h3{
	line-height: 28px;
	margin: 0;
	padding: 0;
	margin-bottom: 23px;
}
.section_blog h3 a{
	color: #0e090d;
	font-weight: 500;
	font-size: 24px;
	text-decoration: none;
	line-height: 0.28;
}
.section_blog h3 a:hover{
	color: #ff5251;
}
/*------------------------------------------------------------------*/
/*	12) CONTACT Section
/*------------------------------------------------------------------*/
.section_contact{
	padding: 1px 0 200px 0;
}
.section_contact .contact_footer{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
}
.section_contact .contact_footer_form{
	width: 85%;
}
.section_contact ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: -20px;
}
.section_contact li{
	float: left;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	width: 100%;
	margin-bottom: 20px;
}
.section_contact li:last-child{
	margin-bottom: 0;
}
.section_contact .half{
	width: 50%;
}
.section_contact input{
	background-color: #f2f2f2;
	width: 100%;
	min-width: 100%;
	outline: none;
	font-size: 16px;
	font-weight: 400;
	height: 50px;
	border: none;
	line-height: 50px;
	border-radius: 3px;
	font-family: "Jost",sans-serif;
	padding: 0 20px !important;
}
.section_contact textarea{
	background-color: #f2f2f2;
	outline: none;
	border: none;
	font-size: 16px;
	font-weight: 400;
	width: 100%;
	min-height: 250px;
	max-height: 500px;
	border-radius: 3px;
	font-family: "Jost",sans-serif;
	padding: 14px 20px !important;
}
.section_contact input[type="tel"]:focus,
.section_contact input[type="email"]:focus,
.section_contact input[type="text"]:focus,
.section_contact textarea:focus{
	background-color: #f6efef;
}
.section_contact textarea:focus::placeholder,
.section_contact input[type="tel"]:focus::placeholder,
.section_contact input[type="email"]:focus::placeholder,
.section_contact input[type="text"]:focus::placeholder {
	color: transparent;
}
.section_contact input[type="submit"]{
	color: #fffeff;
	font-size: 16px;
	font-weight: 500;
	background-color: #ff5251;
	width: 100%;
	text-align: center;
	display: block;
	transition: all 0.5s ease;
	padding: 0 !important;
	border-radius: 3px;
}
.section_contact input[type="submit"]:hover{
	background-color: #0e090d;
}
.section_contact .contact_footer_address{
	padding-left: 50px;
}
.section_contact .address_header{
	padding-bottom: 37px;
}
.section_contact p{
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 8px;
}
.section_contact h4{
	margin: 0;
	padding: 0;
	font-size: 30px;
	font-weight: 500;
}
.section_contact .address_middle{
	padding-bottom: 44px;
}
.section_contact p{
	font-size: 14px;
	padding-bottom: 8px;
}
.section_contact .address_middle p{
	padding-bottom: 10px;
}
.section_contact h4{
	font-size: 30px;
	font-weight: 500;
}
.section_contact a{
	text-decoration: none;
	color: inherit;
}
.section_contact .address_footer a{
	text-decoration: none;
	border-bottom: 1px solid #777;
	color: #777;
	padding-bottom: 1px;
	transition: all 0.5s ease;
}
.section_contact .address_footer a:hover{
	color: #000;
	border-bottom: 1px solid #000;
}
.contact_form .empty_notice{
	color: #ff5251;
	margin-bottom: 7px;
	display: none;
	text-align: left;
}
.contact_form .error{
	color: #ff5251;
	text-align: left;
	font-weight: 500;
}
.contact_form .success{
	color:#3A00FF;
	margin-bottom: 7px;
	text-align: left;
	font-weight: 500;
}

/*------------------------------------------------------------------*/
/*	13) RESPONSIVE MEDIA QUERIES
/*------------------------------------------------------------------*/
@media(max-width: 1400px){
	.persono_fn_sidebar{width: 300px;}
	.persono_fn_content{padding-left: 300px;}
	.persono_popup{left: 300px;}
	.persono_popup .content{padding: 40px 0;}
}
@media(min-width: 1041px) and (max-width: 1400px){
	.persono_popup .fn__closer{right: 24px;top: 18px;}
}
@media(max-width: 1200px){
	.section_home .home_left{width: 60%;min-width: 60%;}
	.section_home .home_right{left: -30%;}
	.section_about .about_left{width: 100%;padding-right: 0;margin-bottom: 70px;}
	.section_about .about_right{width: 100%;padding-left: 0;}
	.section_about .about_content{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.section_about .about_mover{right: 0;}
	.section_portfolio .portfolio_list li{width: 50%;}
	.section_blog li{width: 50%;}
	.section_blog li:nth-of-type(3n+1){width: 100%;}
	.section_contact .contact_footer{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.section_contact .contact_footer_form{width: 100%;margin-bottom: 70px;}
	.section_contact .contact_footer_address{padding-left: 0;}
}
@media(max-width: 1040px){
	.persono_popup .info_list li{width: 50%;}
	.persono_fn_sidebar{display: none;}
	.persono_fn_mobilemenu{display: block;}
	.persono_fn_content{padding-left: 0;}
	.container{padding: 0 20px;}
	.persono_popup .content{padding: 1px 0;}
	.section_about{padding-top: 1px;}
	.section_services{padding-top: 1px;}
	.section_resume{padding-top: 0;}
	.section_portfolio{padding-top: 0;}
	.section_blog{padding-top: 0;}
	.section_contact{padding-top: 50px;padding-bottom: 1px;}
}
@media(max-width: 768px){
	.section_home .home_left{width: 100%;min-width: 100%;}
	.section_home .home_right{left: -85%;opacity: .3;width: 100%;min-width: 100%;}
	.section_about .left_in{padding: 37px 30px 44px;}
	.persono_services .list > li{width: 100%;margin-bottom: 30px;}
	.persono_services.opened .service_list{display: none;}
	.persono_services.opened .content{width: 100%;}
	.section_resume li > span{width: 100%;margin-bottom: 10px;}
	.section_resume li > span:last-child{margin-bottom: 0px;}
	.section_resume li .middle_text{padding-left: 0;}
	.section_resume li:nth-of-type(2n+1) > span{text-align: left !important;}
	.section_resume li:nth-of-type(2n) > span{text-align: right !important;}
	.section_resume .fn_tooltip{width: 100%;}
	.section_portfolio .portfolio_list li{width: 100%;margin-bottom: 30px;}
	.section_blog li{width: 100%;}
	.persono_popup .popup_nav{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-ms-align-items: center;
		align-items: center;
	}
	.persono_popup .post_nav{width: 100%;max-width: 100%;}
	.persono_popup .go_home{margin: 20px;}
	.persono_popup .post_nav span{display: none;}
	.persono_popup .post_nav a{padding: 0 20px;}
	.section_about .about_left h5{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.section_about .about_left .about_title{margin: 0 0 5px;}
}
@media(max-width: 480px){
	.section_home .home_right{left: -100%;}
	.section_contact .half{width: 100%;}
	.persono_popup .img_list li{width: 100%;}
	.persono_popup .info_list li{width: 100%;}
}