@charset "utf-8";
/*
/*	Copyright (c) 2019 Marketify
/*	Author: Marketify
/*	This file is made for CURRENT TEMPLATE


01) RESUMIFY BASE
02) RESUMIFY LEFTPART
03) RESUMIFY MOBILE HEADER
04) RESUMIFY RESUME
05) RESUMIFY PORTFOLIO
06) RESUMIFY NEWS
07) RESUMIFY NEWS SINGLE
08) RESUMIFY CONTACT
09) RESUMIFY MEDIA QUERIES (FOR SMALL DEVIVES)


/*---------------------------------------------------*/
/*	01) RESUMIFY BASE
/*---------------------------------------------------*/

html {
	overflow-x: hidden;
	padding: 0px;
	margin: 0px
}
body{

}

img.svg{
	width: 15px;
	height: 15px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #9aa7b8;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #9aa7b8;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #9aa7b8;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #9aa7b8;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: #9aa7b8;
}

::placeholder { /* Most modern browsers support this now. */
   color: #9aa7b8;
}

.wrapper_all{
	top: 0px;
	right: 0px;
	bottom: 0px;
	position: fixed;
	background-color: #f9f9f9;
	z-index:5;
}
.wrapper_all.hide{display: none;}
.loader {
  position: absolute;
  width: 300px;
  height: 100px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  border-radius: 20px; 
}
.loader .ball {
  position: absolute;
  width: 0;
  height: 100%;
  left: -15px;
  bottom: 0;
  background: #4a9;
  opacity: 0;
  -webkit-animation: moveBall 2.8s infinite linear;
  animation: moveBall 2.8s infinite linear;
}
.loader .ball.one {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.loader .ball.two {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.loader .ball.three {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.loader .ball.four {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.loader .ball.five {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.loader .ball.six {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.loader .ball .inner {
  height: 30px;
  width: 30px;
  position: absolute;
  background: #999;
  bottom: 0;
  left: 0;
  margin-left: -15px;
  border-radius: 100%;
}
.loader .ball.center {
  left: 50%;
  top: 50%;
  background: none;
  -webkit-animation: centerBall 2.8s infinite cubic-bezier(0.55, 0.055, 0.675, 0.19);
  animation: centerBall 2.8s infinite cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.loader .ball.center .inner{top:-15px;}
@-moz-keyframes centerBall {
  0%, 25%, 100% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  75% {
    opacity: 0;
  }
}
@-webkit-keyframes centerBall {
  0%, 25%, 100% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  75% {
    opacity: 0;
  }
}
@-o-keyframes centerBall {
  0%, 25%, 100% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  75% {
    opacity: 0;
  }
}
@keyframes centerBall {
  0%, 25%, 100% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  75% {
    opacity: 0;
  }
}
@-moz-keyframes moveBall {
  0% {
    left: -10%;
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  10% {
    opacity: 0;
  }
  28.7% {
    transform: rotate(-180deg);
    left: 50%;
    opacity: 1;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  71.3% {
    transform: rotate(180deg);
    left: 50%;
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  90% {
    opacity: 0;
  }
  100% {
    left: 110%;
    transform: rotate(deg);
    opacity: 0;
  }
}
@-webkit-keyframes moveBall {
  0% {
    left: -10%;
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  10% {
    opacity: 0;
  }
  28.7% {
    transform: rotate(-180deg);
    left: 50%;
    opacity: 1;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  71.3% {
    transform: rotate(180deg);
    left: 50%;
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  90% {
    opacity: 0;
  }
  100% {
    left: 110%;
    transform: rotate(deg);
    opacity: 0;
  }
}
@-o-keyframes moveBall {
  0% {
    left: -10%;
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  10% {
    opacity: 0;
  }
  28.7% {
    transform: rotate(-180deg);
    left: 50%;
    opacity: 1;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  71.3% {
    transform: rotate(180deg);
    left: 50%;
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  90% {
    opacity: 0;
  }
  100% {
    left: 110%;
    transform: rotate(deg);
    opacity: 0;
  }
}
@keyframes moveBall {
  0% {
    left: -10%;
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  10% {
    opacity: 0;
  }
  28.7% {
    transform: rotate(-180deg);
    left: 50%;
    opacity: 1;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  71.3% {
    transform: rotate(180deg);
    left: 50%;
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  90% {
    opacity: 0;
  }
  100% {
    left: 110%;
    transform: rotate(deg);
    opacity: 0;
  }
}

.resumify_tm_all_wrap,
.resumify_tm_all_wrap *{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.resumify_tm_all_wrap{
	width: 100%;
	min-height: 100vh;
	height: auto;
	clear: both;
	float: left;
/*	position: relative;*/
}
.resumify_tm_section{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.resumify_tm_content{
	width: 100%;
	height: auto;
	float: left;
	padding: 45px;
}

/*---------------------------------------------------*/
/*	02) RESUMIFY LEFTPART
/*---------------------------------------------------*/

.resumify_tm_leftpart{
	position: fixed;
	width: 350px;
	top: 30px;
	bottom: 30px;
	max-height: calc(100vh - 60px);
	border: 1px solid #e5e5e5;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	border-radius: 5px;
	transform: translateX(-50%) scaleY(0.3);
	left: 50%;
	opacity: 0;
	overflow: hidden;
	z-index: 10;
}
.resumify_tm_leftpart img{
  width:100%;
}
.resumify_tm_leftpart .inner_wrap{
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #fff;
}
.resumify_tm_leftpart .menu_list{
	width: 100%;
	height: 100%;
	height: 362px;
	height: calc(100vh - 250px - 180px);
	padding: 80px 80px 0px 80px;
}
.resumify_tm_leftpart .menu_list > ul{
	margin: 0px;
	list-style-type: none;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.resumify_tm_leftpart .menu_list > ul > li{
	margin: 0px;
	border-bottom: 1px solid #f0f0f0;
	position: relative;
}
.resumify_tm_leftpart .menu_list > ul > li.shape:before{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-color: transparent transparent transparent #a7afb8;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
}
.resumify_tm_leftpart .menu_list > ul > li:last-child{border-bottom: 0px;}
.resumify_tm_leftpart .menu_list > ul > li > a{
	text-decoration: none;
	font-family: "Quicksand";
	font-size: 15px;
	font-weight: 500;
	line-height: 2.7;
	display: block;
	color: #24364d;
}
.resumify_tm_submenu_box{
	min-width: 200px;
	background-color: rgba(255,255,255,1.00);
	position: fixed;
	z-index: 10;
	left: 380px;
	top: 50%;
	transform: translateY(-50%);
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	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 ease;
}
.resumify_tm_submenu_box.opened{
	opacity: 1;
	visibility:visible; 
}
.resumify_tm_leftpart .menu_list > ul > li .submenu{display: none;}
.resumify_tm_submenu_box ul{
	margin: 0px;
	list-style-type: none;
	padding: 15px 20px;
}
.resumify_tm_submenu_box ul li{margin: 0px;}
.resumify_tm_submenu_box ul li a{
	text-decoration: none;
    font-family: "Quicksand";
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
    display: block;
    color: #24364d; 
}
.resumify_tm_leftpart .bottom_parts{
	width: 100%;
	height: 250px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	opacity: 0;
}
.resumify_tm_leftpart .bottom_parts .fff{
	position: absolute;
	top: 100%;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #e7ecfc;
}
.resumify_tm_leftpart .bottom_parts .wing{
	position: absolute;
	top: 81px;
	left: 0px;
	right: 0px;
	opacity: 0;
}
.resumify_tm_leftpart .bottom_parts .wing:before{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 0 26px 175px;
	border-color: transparent transparent transparent #e7ecfc;
	left: 0px;
	top: -50px;
	z-index: 1;
}
.resumify_tm_leftpart .bottom_parts .wing:after{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 175px 26px 0;
	border-color: transparent #e7ecfc transparent transparent;
	right: 0px;
	top: -50px;
	z-index: 1;
}
.resumify_tm_leftpart .author_image{
	width: 125px;
	height: 125px;
	border-radius: 100%;
	position: absolute;
	z-index: 2;
	background-color: rgba(255,255,255,1.00);
	top: -67px;
	left: 50%;
	transform: translateX(-50%);
}
.resumify_tm_leftpart .author_image .image_inner{
	position: absolute;
	top: -10px;
	bottom: -10px;
	left: -10px;
	right: -10px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(..//img/about/2.jpg);
	opacity: 0;
	border-radius: 100%;
}
.resumify_tm_leftpart .details_wrap{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	padding: 0px 20px;
	display: none;
	z-index: 1;
}
.resumify_tm_leftpart .details_wrap .name{
	font-size: 18px;
	font-weight: 700;
	color: #24364d;
	margin-bottom: 1px;
}
.resumify_tm_leftpart .short_info a{
	text-decoration: none;
	color: #24364d;
	font-size: 13px;
	line-height: 1.4;
	margin-bottom: 2px;
	display: inline-block;
}
.resumify_tm_leftpart .short_info{margin-bottom: 13px;}
.resumify_tm_leftpart .short_info p{
	color: #24364d;
	font-size: 13px;
	line-height: 1.4;
}
.resumify_tm_button{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.resumify_tm_button[data-position="left"]{text-align: left;}
.resumify_tm_button[data-position="center"]{text-align: center;}
.resumify_tm_button[data-position="right"]{text-align: right;}
.resumify_tm_button a{
	text-decoration: none;
	font-family: "Quicksand";
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	background-color: #e8b236;
	padding: 10px 30px;
	color: #24364d;
	border-bottom-left-radius: 7px;
	border-top-right-radius: 7px;
	display: inline-block;
}

/*---------------------------------------------------*/
/*	03) RESUMIFY MOBILE HEADER
/*---------------------------------------------------*/

.resumify_tm_mobile_header_wrap{
	width: 100%;
	height: auto;
	position: fixed;
	z-index: 11111111;
	left: 0px;
	top: 0px;
	display: none;
}
.resumify_tm_mobile_header_wrap .main_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding: 30px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: rgba(255,255,255,1.00);
	border-bottom: 1px solid rgba(0,0,0,.1);
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.resumify_tm_mobile_header_wrap .main_wrap .logo{max-width: 150px;}
.resumify_tm_mobile_header_wrap .main_wrap .logo img{max-height: 80px;}
.resumify_tm_trigger{width: auto;}
.resumify_tm_trigger .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;
}
.resumify_tm_trigger .hamburger-box{
    width: 30px;
    height: 18px;
    display: inline-block;
    position: relative;
}
.resumify_tm_trigger .hamburger-inner{
    display: block;
    top: 50%;
    margin-top: -2px;
}
.resumify_tm_trigger .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
    width: 30px;
    height: 2px;
    background-color: #333333;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
	
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}
.resumify_tm_trigger .hamburger-inner::before,
.resumify_tm_trigger .hamburger-inner::after{
    content: "";
    display: block;
}
.resumify_tm_trigger .hamburger-inner::before{top: -8px;}
.resumify_tm_trigger .hamburger-inner::after{ bottom: -10px;}
.resumify_tm_trigger .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);
}
.resumify_tm_trigger .hamburger--collapse-r .hamburger-inner::after{
    top: -16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.resumify_tm_trigger .hamburger--collapse-r .hamburger-inner::before{
    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);
}
.resumify_tm_trigger .hamburger--collapse-r.is-active .hamburger-inner{
    transform: translate3d(0, -10px, 0) rotate(45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.resumify_tm_trigger .hamburger--collapse-r.is-active .hamburger-inner::after{
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.resumify_tm_trigger .hamburger--collapse-r.is-active .hamburger-inner::before{
    top: 0;
    transform: rotate(90deg);
    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);
}
.resumify_tm_trigger .hamburger{
	padding: 0px;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.resumify_tm_trigger .hamburger-box{display: block;}
.resumify_tm_trigger .hamburger .hamburger-inner::before,
.resumify_tm_trigger .hamburger .hamburger-inner::after,
.resumify_tm_trigger .hamburger .hamburger-inner{
	background-color: #525b67;
	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;
}
.resumify_tm_mobile_menu_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	background-color: rgba(255,255,255,0.97);
	padding: 30px 20px;
	display: none;
	border-bottom: 1px solid rgba(0,0,0,.09);
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */	
}
.resumify_tm_mobile_menu_wrap .mob_menu{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.resumify_tm_mobile_menu_wrap .mob_menu > ul{
	margin: 0px;
	list-style-type: none;
}
.resumify_tm_mobile_menu_wrap .mob_menu > ul > li{
	margin: 0px 0px 5px 0px;
	position: relative;
}
.resumify_tm_mobile_menu_wrap .mob_menu > ul > li:last-child{margin-bottom: 0px;}
.resumify_tm_mobile_menu_wrap .mob_menu > ul > li a{
	text-decoration: none;
	color: #525b67;
	font-family: "Quicksand";
	font-weight: 500;
	font-size: 18px;
	display: block;
}
.resumify_tm_mobile_menu_wrap .mob_menu > ul > li.shape:after{
	position: absolute;
	z-index: 111;
	content: "";
	top: 12px;
	right: 0px;
	display: block;	
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0px 6px;
	border-color: #525b67 transparent transparent transparent;
	transform: rotate(0deg);
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.resumify_tm_mobile_menu_wrap .mob_menu > ul > li.shape.animate:after{transform: rotate(-180deg);}
.resumify_tm_mobile_menu_wrap .mob_menu > ul > li .sub-menu{
	list-style-type: none;
	margin: 0px;
	display: none;
	padding-left: 5px;
}
.resumify_tm_mobile_menu_wrap .mob_menu > ul > li .sub-menu li{margin: 0px;}
.resumify_tm_mobile_menu_wrap .mob_menu > ul > li .sub-menu li a{
	text-decoration: none;
	color: #525b67;
	display: block;
	position: relative;
	font-family: "Quicksand";
	font-size: 17px !important;
}
.resumify_tm_mobile_menu_wrap .mob_menu > ul > li .sub-menu li:last-child a{padding-bottom: 0px;}
.resumify_tm_rightpart{
	width: 100%;
	min-height: 100vh;
	float: left;
	padding-left: 380px;
}
.rightpart_inner{
  height: 100%;
  text-align: center;
  width: 350px;
  margin: 10% auto;
}
.rightpart_inner img{
  width: 90%;
}
.resumify_tm_rightpart .rightpart_inner.right_ready{
	opacity: 1;
	visibility: visible;
}
.resumify_tm_rightpart .home_hero{
	width: 100%;
	height: 100vh;
	clear: both;
	float: left;
	position: relative;
}
.resumify_tm_rightpart .home_hero .home_content{
	position: absolute;
	width: 100%;
	max-width: 600px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: left;
}
.resumify_tm_rightpart .home_hero .name_holder{margin-bottom: 30px;}
.resumify_tm_rightpart .home_hero .name_holder h3{
	font-size: 59px;
	font-weight: 500;
	line-height: 1.2;
	position: relative;
}
.resumify_tm_rightpart .home_hero h3 .animate{
	display: block;
	overflow: hidden;
	font-weight: 400;
	position: relative;
	transform: translateZ(0);
}
.resumify_tm_rightpart .home_hero h3 .animate > span{
	position: relative;
	display: inline-block;
	transform: translateY(100%);
	
	-webkit-transition: all 1s ease;
	   -moz-transition: all 1s ease;
	    -ms-transition: all 1s ease;
	     -o-transition: all 1s ease;
	        transition: all 1s ease;
}
.resumify_tm_rightpart .home_hero.appear h3 .animate:nth-child(1) > span{
	transition-delay: 0.1s;
	transform: translateY(0%);
}
.resumify_tm_rightpart .home_hero.appear h3 .animate:nth-child(2) > span{
	transition-delay: 0.3s;
	transform: translateY(0%);
}
.resumify_tm_rightpart .home_hero .name_holder h3 span.name{
	display: inline-block;
	font-weight: 600;
	position: relative;
}
.resumify_tm_rightpart .home_hero .name_holder h3 span.name:before{
	position: absolute;
	content: "";
	width: 0%;
	height: 3px;
	background-color: #E9204F;
	left: 50%;
	bottom: 0px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	
}
.resumify_tm_rightpart .home_hero .name_holder h3 span.name:after{
	position: absolute;
	content: "";
	width: 0%;
	height: 3px;
	background-color: #E9204F;
	right: 50%;
	bottom: 0px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
	
}
.resumify_tm_rightpart .home_hero.appear .name_holder h3 span.name:before{width: 50%;}
.resumify_tm_rightpart .home_hero.appear .name_holder h3 span.name:after{width: 50%;}
.resumify_tm_rightpart .home_hero .description p{
	font-size: 29px;
	line-height: 1.3;
	transition: all .6s ease;
	opacity: 0;
	visibility: hidden;
	position: relative;
	top: 10px;
	transform: translateZ(0);
}
.resumify_tm_rightpart .home_hero.appear .description p{
	top: 0px;
	visibility: visible;
	opacity: 1;
	transition-delay: 0.8s;
}

/*---------------------------------------------------*/
/*	04) RESUMIFY RESUME
/*---------------------------------------------------*/

.resumify_tm_rightpart .resume_wrapper_all{
	width: 100%;
	min-height: 100vh;
	display: flex;
	align-items: center;
}
.resumify_tm_rightpart .resume_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	display: flex;
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease;
	position: relative;
	top: 30px;
}
.resumify_tm_rightpart .resume_wrap.opened{
	opacity: 1;
	visibility: visible;
	top: 0px;
}
.resumify_tm_rightpart .resume_wrap .leftpart{
	width: 50%;
	height: auto;
	padding-right: 50px;
}
.resumify_tm_rightpart .resume_wrap .leftpart .info_box_wrap:last-child{margin-bottom: 0px;}
.resumify_tm_rightpart .resume_wrap .info_box_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 70px;
}
.resumify_tm_rightpart .resume_wrap .info_box_wrap .title{
	display: inline-block;
	position: relative;
	margin-bottom: 23px;
}
.resumify_tm_rightpart .resume_wrap .info_box_wrap .title .main{
	font-size: 30px;
	color: #24364d;
	font-weight: 400;
}
.resumify_tm_rightpart .resume_wrap .info_box_wrap .title .top{
	position: relative;
	font-size: 13px;
	font-weight: 400;
	color: #fc214e;
	line-height: 2.4;
	top: -18px;
	right: 0px;
}
.resumify_tm_rightpart .resume_wrap .info_box_wrap .times_list{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.resumify_tm_rightpart .resume_wrap .info_box_wrap .times_list ul{
	margin: 0px;
	list-style-type: none;
}
.resumify_tm_rightpart .resume_wrap .info_box_wrap .times_list ul li{
	margin: 0px;
	width: 100%;
}
.resumify_tm_rightpart .resume_wrap .info_box_wrap .times_list ul li p{
	font-size: 20px;
	line-height: 1.5;
	font-weight: 400;
}
.resumify_tm_rightpart .resume_wrap .info_box_wrap .times_list ul li p span{
	color: #24364d;
	font-weight: 600;
}
.resumify_tm_rightpart .resume_wrap .rightpart{
	width: 50%;
	height: auto;
}
.resumify_tm_rightpart .resume_wrap .rightpart .skills_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.resumify_tm_rightpart .resume_wrap .rightpart .skills_wrap .title h3{
	font-size: 30px;
	color: #24364d;
	font-weight: 400;
	margin-bottom: 23px;
}
.progress_bar_wrap_total{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 10px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.resumify_tm_progress{
	width:100%;
	margin-bottom:17px;
}
.resumify_tm_progress > span{
	margin:0px 0px 7px 0px;
	width:100%;
	display:block;
	text-align:left;
}
.resumify_tm_progress span.label{
	font-size:13px;
	font-weight:600;
	color:#24364d;
}
.resumify_tm_progress span.number{
	font-size:13px;
	color:#fc214e;
	font-weight: 400;
	padding-left: 3px;
}
.resumify_tm_progress .resumify_tm_bar_bg{
	background:rgba(0,0,0,.1);
	width:100%;
	min-width:100%;
	position:relative;
	height:8px;
	border-radius: 3px;
}
.resumify_tm_progress .resumify_tm_bar_bg .resumify_tm_bar{
	height:100%;
	background:#333;
	width:0px;
	overflow:hidden;
	border-radius: 3px;
}
.resumify_tm_progress .resumify_tm_bar_bg .resumify_tm_bar_wrap{
	width:0px;
	height:100%;
}
.resumify_tm_progress .resumify_tm_bar_bg .resumify_tm_bar_wrap.open{
	-webkit-animation: resumify_tm_expand 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* Safari 4+ */
	-moz-animation:    resumify_tm_expand 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* Fx 5+ */
	animation:         resumify_tm_expand 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* IE 10+ */
	width:100%;	
}
@-webkit-keyframes resumify_tm_bar_move {0%{background-position: 0 0;} 100% {background-position: 50px 50px;}}
@-moz-keyframes resumify_tm_bar_move {0%{background-position: 0 0;} 100% {background-position: 50px 50px;}}
@keyframes resumify_tm_bar_move {0%{background-position: 0 0;} 100% {background-position: 50px 50px;}}

/*expand width animation*/
@-webkit-keyframes resumify_tm_expand {0%{ width:0%; } 100%{ width:100%; }}
@-moz-keyframes resumify_tm_expand {0%{ width:0%; } 100%{ width:100%; }}
@keyframes resumify_tm_expand {0%{ width:0%; } 100%{ width:100%; }}

/*---------------------------------------------------*/
/*	05) RESUMIFY PORTFOLIO
/*---------------------------------------------------*/

.resumify_tm_portfolio_list{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding-top: 120px;
	padding-bottom: 40px;
	position: relative;
	top: 30px;
	transition: all .6s ease;
	opacity: 0;
	visibility: hidden;
}
.resumify_tm_portfolio_list.opened{
	opacity: 1;
	visibility: visible;
	top: 0px;
}
.resumify_tm_portfolio_list ul{
	margin: 0px 0px 0px -73px;
	list-style-type: none;
}
.resumify_tm_portfolio_list ul li{
	margin: 0px 0px 50px 0px;
	width: 50%;
	float: left;
	padding-left: 73px;
}
.resumify_tm_portfolio_list ul li .inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
}
.resumify_tm_portfolio_list ul li .inner .image_wrap{
	position: relative;
	margin-bottom: 12px;
}
.resumify_tm_portfolio_list ul li .inner .image_wrap img{min-width: 100%;}
.resumify_tm_portfolio_list ul li .inner .image{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transform: translateZ(0);
}
.resumify_tm_portfolio_list ul li .inner .details{
	width: 100%;
	float: left;
}
.resumify_tm_portfolio_list ul li .inner .details h3 a{
	text-decoration: none;
	color: #24364d;
	font-weight: 400;
	font-size: 29px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.resumify_tm_portfolio_list ul li .inner .details span{
	font-family: "Quicksand";
	font-size: 12px;
	text-transform: uppercase;
}
.resumify_tm_portfolio_list ul li .inner .full_link{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
}
.resumify_tm_portfolio_list ul li .inner:hover .details h3 a{color: #fc214e;}
.resumify_tm_load_more{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	text-align: center;
	margin-bottom: 40px;
}
.resumify_tm_load_more a{
	text-decoration: none;
    font-family: "Quicksand";
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #e8b236;
    padding: 10px 30px;
    color: #24364d;
    border-bottom-left-radius: 7px;
    border-top-right-radius: 7px;
    display: block;
    position: relative;
    overflow: hidden;
}
.resumify_tm_load_more a span{color: #24364d;}
.resumify_tm_load_more a span.change{color: #e8b236;}
.resumify_tm_load_more .inner{position: relative;}
.resumify_tm_load_more .svg{
	width: 55px;
	height: 55px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
}
.resumify_tm_load_more .svg.animate{opacity: 1;}
.resumify_tm_load_more.stop a{cursor: crosshair;}
.resumify_tm_load_more a.opened{color: #fff;}

/*---------------------------------------------------*/
/*	06) RESUMIFY NEWS
/*---------------------------------------------------*/

.resumify_tm_news_list{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding-top: 120px;
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease;
	position: relative;
	top: 30px;
}
.resumify_tm_news_list.opened{
	top: 0px;
	visibility: visible;
	opacity: 1;
}
.resumify_tm_news_list ul{
	margin: 0px;
	list-style-type: none;
}
.resumify_tm_news_list ul li{
	margin: 0px 0px 50px 0px;
	width: 100%;
	float: left;
}
.resumify_tm_news_list ul li .inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
}
.resumify_tm_news_list ul li .inner .image_wrap{
	position: relative;
	margin-bottom: 12px;
}
.resumify_tm_news_list ul li .inner .image_wrap img{min-width: 100%;}
.resumify_tm_news_list ul li .inner .image{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.resumify_tm_news_list ul li .inner .details{
	width: 100%;
	float: left;
}
.resumify_tm_news_list ul li .inner .details .title a{
	text-decoration: none;
	color: #24364d;
	font-weight: 400;
	font-size: 29px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.resumify_tm_news_list ul li .inner .category a{
	font-family: "Quicksand";
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	text-decoration: none;
	color: #525b67;
	position: relative;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.resumify_tm_news_list ul li .inner .category a:hover{color: #fc214e;}
.resumify_tm_news_list ul li .inner .category a:before{
	position: absolute;
	content: "";
	width: 12px;
	height: 1px;
	background-color: #525b67;
	top: 50%;
	right: -20px;
	transform: translateY(-50%);
}
.resumify_tm_news_list ul li .inner .category span{
	font-family: "Quicksand";
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
	color: #525b67;
	position: relative;
	padding-left: 28px;
}
.resumify_tm_news_list ul li .inner .full_link{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
}
.resumify_tm_news_list ul li .inner .details h3 a:hover{color: #fc214e;}
.resumify_tm_pagination{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 100px;
}
.resumify_tm_pagination ul{
	margin: 0px;
	list-style-type: none;
}
.resumify_tm_pagination ul li{
	margin: 0px 11px 0px 0px;
	float: left;
	line-height: 32px;
}
.resumify_tm_pagination ul li a{
	text-decoration: none;
	font-family: "Quicksand";
	color: #9aa7b8;
	font-size: 20px;
}

/*---------------------------------------------------*/
/*	07) RESUMIFY NEWS SINGLE
/*---------------------------------------------------*/

.resumify_tm_news_single{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding-top: 120px;
	margin-bottom: 100px;
	position: relative;
	top: 30px;
	visibility: visible;
	opacity: 1;
	transition: all .6s ease;
}
.resumify_tm_news_single.opened{
	top: 0px;
	visibility: visible;
	opacity: 1;
}
.resumify_tm_news_single .top_image{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 45px;
}
.resumify_tm_news_single .top_image .image_wrap{
	position: relative;
	margin-bottom: 12px;
}
.resumify_tm_news_single .top_image .image_wrap img{min-width: 100%;}
.resumify_tm_news_single .top_image .image{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.resumify_tm_news_single .top_image .details{
	width: 100%;
	float: left;
}
.resumify_tm_news_single .top_image .details .title{
	text-decoration: none;
	color: #24364d;
	font-weight: 400;
	font-size: 29px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.resumify_tm_news_single .top_image .category a{
	font-family: "Quicksand";
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	text-decoration: none;
	color: #525b67;
	position: relative;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.resumify_tm_news_single .top_image .category a:hover{color: #fc214e;}
.resumify_tm_news_single .top_image .category a:before{
	position: absolute;
	content: "";
	width: 12px;
	height: 1px;
	background-color: #525b67;
	top: 50%;
	right: -20px;
	transform: translateY(-50%);
}
.resumify_tm_news_single .top_image .category span{
	font-family: "Quicksand";
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
	color: #525b67;
	position: relative;
	padding-left: 28px;
}
.resumify_tm_news_single .top_image .details h3 a:hover{color: #fc214e;}
.resumify_tm_news_single .descriptions{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 10px;
}
.resumify_tm_news_single .descriptions p{margin-bottom: 18px;}
.resumify_tm_news_single blockquote{
	font-size: 18px;
	font-style: italic;
	position: relative;
	padding-left: 22px;
	margin-bottom: 14px;
}
.resumify_tm_news_single blockquote:before{
	position: absolute;
	content: "";
	width: 7px;
	height: 100%;
	background-color: #fc214e;
	top: 0px;
	left: 0px;
	border-radius: 4px;
}
.resumify_tm_news_single .tags{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 85px;
}
.resumify_tm_news_single .tags ul{
	margin: 0px;
	list-style-type: none;
}
.resumify_tm_news_single .tags ul li{
	margin: 0px 8px 0px 0px;
	float: left;
}
.resumify_tm_news_single .tags ul li:last-child{margin-right: 0px;}
.resumify_tm_news_single .tags ul li span{font-weight: 600;}
.resumify_tm_news_single .tags ul li a{
	text-decoration: none;
	color: #525b67;
	font-style: italic;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.resumify_tm_news_single .tags ul li a:hover{color: #fc214e;}
.resumify_tm_news_single .commentbox{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 87px;
}
.resumify_tm_news_single .commentbox .title h3{
	font-size: 20px;
	font-weight: 400;
	color: #24364d;
	margin-bottom: 55px;
}
.resumify_tm_news_single .comment_list{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.resumify_tm_news_single .comment_list ul{
	margin: 0px;
	list-style-type: none;
}
.resumify_tm_news_single .comment_list ul li{
	margin: 0px 0px 40px 0px;
	width: 100%;
	float: left;
}
.resumify_tm_news_single .comment_list ul li:last-child{margin-bottom: 0px;}
.resumify_tm_news_single .comment_list ul li:nth-of-type(2){padding-left: 40px;}
.resumify_tm_news_single .comment_list ul li .inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	padding-left: 95px;
}
.resumify_tm_news_single .comment_list ul li .inner .image_holder{
	position: absolute;
	width: 70px;
	height: 70px;
	background-color: #d8dff5;
	border-radius: 3px;
	left: 0px;
	top: 0px;
}
.resumify_tm_news_single .comment_list ul li .short{margin-bottom: 15px;}
.resumify_tm_news_single .comment_list ul li .name{color: #24364d;}
.resumify_tm_news_single .comment_list ul li .date{
	color: #9aa7b8;
	padding-right: 28px;
}
.resumify_tm_news_single .comment_list ul li a{
	color: #24364d;
	text-decoration: none;
	position: relative;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.resumify_tm_news_single .comment_list ul li a:hover{color: #fc214e;}
.resumify_tm_news_single .comment_list ul li a:before{
	position: absolute;
	content: "";
	width: 12px;
	height: 1px;
	background-color: #525b67;
	top: 50%;
	left: -20px;
	transform: translateY(-50%);
}
.resumify_tm_news_single .post_comment_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.resumify_tm_news_single .post_comment_wrap .title h3{
	font-size: 20px;
    font-weight: 400;
    color: #24364d;
    margin-bottom: 40px;
}
.resumify_tm_news_single .post_comment_wrap .box{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.resumify_tm_news_single .post_comment_wrap .box .first_row{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 36px;
}
.resumify_tm_news_single .post_comment_wrap .box .first_row input{
	width: 100%;
	height: auto;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #d8dff5;
	padding: 0px 10px 7px 0px !important;
	color: #9aa7b8;
}
.resumify_tm_news_single .post_comment_wrap .box .first_row input:focus{outline: none;}
.resumify_tm_news_single .post_comment_wrap .second_row{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 40px;
}
.resumify_tm_news_single .post_comment_wrap .second_row ul{
	margin: 0px 0px 0px -40px;
	list-style-type: none;
}
.resumify_tm_news_single .post_comment_wrap .second_row ul li{
	margin: 0px;
	width: 50%;
	float: left;
	padding-left: 40px;
}
.resumify_tm_news_single .post_comment_wrap .second_row ul li input{
	width: 100%;
	height: auto;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #d8dff5;
	padding: 0px 10px 7px 0px !important;
	color: #9aa7b8;
}
.resumify_tm_news_single .post_comment_wrap .second_row ul li input:focus{outline: none;}

/*---------------------------------------------------*/
/*	08) RESUMIFY CONTACT
/*---------------------------------------------------*/

.resumify_tm_rightpart .contact_wrapper_all{
	width: 100%;
	min-height: 100vh;
	display: flex;
	align-items: center;
}
.resumify_tm_rightpart .contact_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	top: 30px;
	visibility: hidden;
	opacity: 0;
	transition: all .6s ease;
}
.resumify_tm_rightpart .contact_wrap.opened{
	top: 0px;
	visibility: visible;
	opacity: 1;
}
.resumify_tm_rightpart .contact_wrap .title h3{
	font-size: 29px;
	font-weight: 400;
	color: #24364d;
	margin-bottom: 14px;
}
.resumify_tm_rightpart .contact_wrap .subtitle{
	max-width: 600px;
	margin-bottom: 42px;
}
.resumify_tm_rightpart .contact_wrap .subtitle p{
	font-size: 14px;
	line-height: 1.4;
}
.resumify_tm_rightpart .contact_wrap .subtitle p a{
	text-decoration: none;
	color: #fc214e;
}
.resumify_tm_contact_box{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 110px;
}
.resumify_tm_contact_box .second_row{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 40px;
}
.resumify_tm_contact_box .second_row textarea{
	width: 100%;
	height: auto;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #d8dff5;
	padding: 0px 10px 7px 0px !important;
	color: #9aa7b8;
	font-family: "Lato";
	resize: none;
}
.resumify_tm_contact_box .second_row textarea:focus{outline: none;}
.resumify_tm_contact_box .first_row{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 40px;
}
.resumify_tm_contact_box .first_row ul{
	margin: 0px 0px 0px -40px;
	list-style-type: none;
}
.resumify_tm_contact_box .first_row ul li{
	margin: 0px;
	width: 50%;
	float: left;
	padding-left: 40px;
}
.resumify_tm_contact_box .first_row ul li input{
	width: 100%;
	height: auto;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #d8dff5;
	padding: 0px 10px 7px 0px !important;
	color: #9aa7b8;
}
.resumify_tm_contact_box .first_row ul li input:focus{outline: none;}
.resumify_tm_contact_box .social_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.resumify_tm_rightpart .contact_wrap .social_wrap p{font-size: 14px;}
.resumify_tm_rightpart .contact_wrap .social_wrap p a{
	text-decoration: none;
	color: #fc214e;
}
.resumify_tm_contact_box .empty_notice{
	color: #fc214e;
	margin-bottom: 15px;
	display: none;
	text-align: left;
	font-weight: 500;
}
.resumify_tm_contact_box .contact_error{
	color: #fc214e;
	text-align: left;
	font-weight: 500;
}
.resumify_tm_contact_box .returnmessage{
	color:#4C20FC;
	margin-bottom: 15px;
	text-align: left;
	font-weight: 500;
}

/*---------------------------------------------------*/
/*	09) RESUMIFY MEDIA QUERIES (FOR SMALL DEVIVES)
/*---------------------------------------------------*/

@media (max-width: 1040px) {
	.resumify_tm_mobile_header_wrap{display: block;}
	.resumify_tm_leftpart{display: none;}
	.resumify_tm_rightpart{padding-left: 0px;}
	.resumify_tm_rightpart .home_hero .name_holder h3{font-size: 45px;}
	.resumify_tm_rightpart .home_hero .description p{font-size: 25px;}
}
@media (max-width: 768px) {
	.resumify_tm_rightpart .home_hero .name_holder h3{font-size: 40px;}
	.resumify_tm_rightpart .home_hero .description p{font-size: 22px;}
	.resumify_tm_rightpart .resume_wrapper_all{padding-top: 150px;}
	.resumify_tm_rightpart .resume_wrap{flex-direction: column;}
	.resumify_tm_rightpart .resume_wrap .leftpart{width: 100%;padding-right: 0px;margin-bottom: 70px;}
	.resumify_tm_rightpart .resume_wrap .rightpart{width: 100%;margin-bottom: 70px;}
	.resumify_tm_portfolio_list ul li{width: 100%;padding-left: 0px;}
	.resumify_tm_portfolio_list ul{margin-left: 0px;}
	.resumify_tm_news_single .comment_list ul li .inner .image_holder{display: none;}
	.resumify_tm_news_single .comment_list ul li .inner{padding-left: 0px;}
	.resumify_tm_news_single .comment_list ul li:nth-of-type(2){padding-left: 20px;}
	.resumify_tm_news_single .post_comment_wrap .second_row ul{margin-left: 0px;}
	.resumify_tm_news_single .post_comment_wrap .second_row ul li{padding-left: 0px;width: 100%;margin-bottom: 35px;}
	.resumify_tm_news_single .post_comment_wrap .second_row ul li:last-child{margin-bottom: 0px;}
	.resumify_tm_contact_box .first_row ul li{width: 100%;padding-left: 0px;margin-bottom: 35px;}
	.resumify_tm_contact_box .first_row ul li:last-child{margin-bottom: 0px;}
	.resumify_tm_contact_box .first_row ul{margin-left: 0px;}
	.resumify_tm_contact_box{margin-bottom: 80px;}
	.resumify_tm_rightpart .contact_wrapper_all{padding-top: 50px;}
}
@media (max-width: 480px) {
	.resumify_tm_rightpart .home_hero .name_holder h3{font-size: 35px;}
	.resumify_tm_rightpart .contact_wrapper_all{padding-top: 100px;}
	.resumify_tm_contact_box{margin-bottom: 60px;}
	.resumify_tm_rightpart .home_hero .description p{font-size: 19px;}
}	