@charset "utf-8";

html {
	overflow-x: hidden;
	padding: 0px;
	margin: 0px
}
body{
	font-family: "Open Sans";
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.5px;
	word-wrap: break-word;
	font-weight: 400;
}
svg{
	fill: currentcolor;
	width: 15px;
	height: 15px;
}
img.svg{
	width: 15px;
	height: 15px;
}
.wesley_tm_wrapper_all,
.wesley_tm_section,
.wesley_tm_content{
	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+ */ 
}
.wesley_tm_content{
	position: relative;
	z-index: 1;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #333;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #333;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #333;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #333;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: #333;
}

::placeholder { /* Most modern browsers support this now. */
   color: #333;
}

.wesley_tm_preloader{
  position: fixed;
  background-color: #fff;
  z-index: 9999999;
  height: 100%;
  width: 100%;	
	
  -webkit-transition: .2s all ease;
  -o-transition: .2s all ease;
  transition: .2s all ease;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s; }  
.wesley_tm_preloader .spinner_wrap{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 33333;
}
.wesley_tm_preloader.loaded {
    opacity: 0;
    visibility: hidden;
}
.wesley_tm_preloader:before,
.wesley_tm_preloader:after{
    content: "";
    position: absolute;
    height: 50%;
    width: 100%;
    background-color: rgba(10,4,37,1);
	
    -webkit-transition: .7s all ease;
    -o-transition: .7s all ease;
    transition: .7s all ease;
}
.wesley_tm_preloader:before{
    top: 0;
    left: 0; 
}
.wesley_tm_preloader:after{
    bottom: 0;
	left: 0; 
}
.wesley_tm_preloader.loaded:before, .wesley_tm_preloader.loaded:after{height: 0%;}

/*---------------------------------------------------*/
/*	02) WESLEY HEADER
/*---------------------------------------------------*/

.wesley_tm_header{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: fixed;
	top: 0px;
	z-index: 55;
	
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
	    -ms-transition: all .2s ease;
	     -o-transition: all .2s ease;
	        transition: all .2s ease;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.wesley_tm_header.scroll{
	background-color: #fff;	
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
}
.wesley_tm_header.scroll .wesley_tm_navigation_wrap .menu > ul > li a{
	color: #000;
	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;
}
.wesley_tm_header.scroll .wesley_tm_navigation_wrap .menu > ul > li:hover a{color: #fd4d4d;}
.wesley_tm_navigation_wrap,
.wesley_tm_navigation_wrap .navigation_inner{
	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+ */
}
.wesley_tm_navigation_wrap{
	min-height: 38px;	
	line-height: 38px;
	padding: 35px 0px;
	
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
}
.wesley_tm_header.scroll .wesley_tm_navigation_wrap{padding: 24px 0px;}
.wesley_tm_navigation_wrap .navigation_inner{position: relative;}
.wesley_tm_navigation_wrap .logo{
	position: absolute;
	left: 0px;
	top: -3px;
	z-index: 1;
}
.wesley_tm_navigation_wrap .nav_list_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	text-align: right;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.wesley_tm_navigation_wrap .menu > ul{
	margin: 0px;
	list-style-type: none;
}
.wesley_tm_navigation_wrap .menu > ul > li{
	margin: 0px 30px 0px 0px;
	display:inline-block; 
}
.wesley_tm_navigation_wrap .menu > ul > li:last-child{margin-right: 0px;}
.wesley_tm_navigation_wrap .menu > ul > li a{
	text-decoration: none;
	color: #fff;
	font-family: "Montserrat";
	font-size: 16px;
	font-weight: 600;
	display: block;
	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;
}
.wesley_tm_navigation_wrap .menu > ul > li:hover a{color: #fd4d4d;}
.wesley_tm_navigation_wrap .social_icons_wrap{
	position: absolute;
	right: 0px;
	top: 0px;
}
.wesley_tm_navigation_wrap .social_icons_wrap > ul{
	margin: 0px;
	list-style-type: none;
}
.wesley_tm_navigation_wrap .social_icons_wrap > ul > li{
	margin: 0px 10px 0px 0px;
	display: inline-block;
}
.wesley_tm_navigation_wrap .social_icons_wrap > ul > li:last-child{margin-right: 0px;}
.wesley_tm_navigation_wrap .social_icons_wrap > ul > li a{
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.wesley_tm_navigation_wrap .social_icons_wrap > ul > li a:hover{color: #ed2629;}

/*---------------------------------------------------*/
/*	04) WESLEY HAMBURGER
/*---------------------------------------------------*/

.wesley_tm_trigger{
	position: absolute;
	right: 0px;
	top: 11px;
	display: none;
}
.wesley_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;
}
.wesley_tm_trigger .hamburger-box{
    width: 30px;
    height: 18px;
    display: inline-block;
    position: relative;
}
.wesley_tm_trigger .hamburger-inner{
    display: block;
    top: 50%;
    margin-top: -2px;
}
.wesley_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;
}
.wesley_tm_trigger .hamburger-inner::before,
.wesley_tm_trigger .hamburger-inner::after{
    content: "";
    display: block;
}
.wesley_tm_trigger .hamburger-inner::before{top: -8px;}
.wesley_tm_trigger .hamburger-inner::after{ bottom: -10px;}
.wesley_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);
}
.wesley_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;
}
.wesley_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);
}
.wesley_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);
}
.wesley_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;
}
.wesley_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);
}
.wesley_tm_trigger .hamburger{
	padding: 0px;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.wesley_tm_trigger .hamburger-box{display: block;}
.wesley_tm_trigger .hamburger .hamburger-inner::before,
.wesley_tm_trigger .hamburger .hamburger-inner::after,
.wesley_tm_trigger .hamburger .hamburger-inner{
	background-color: #000;
	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;
}

/*---------------------------------------------------*/
/*	05) WESLEY CONTENT
/*---------------------------------------------------*/

.wesley_tm_hero_header{
	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+ */
}
.wesley_tm_universal_box_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.wesley_tm_universal_box_wrap .bg_wrap{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 10;
}
.wesley_tm_universal_box_wrap .overlay_image{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 15;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.wesley_tm_universal_box_wrap .overlay_video{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 15;
	overflow: hidden;
}
.wesley_tm_universal_box_wrap .overlay_video video{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	object-fit: cover;
}
.wesley_tm_universal_box_wrap .overlay_color{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 20;
}
.wesley_tm_universal_box_wrap .overlay_image.hero{background-image: url(../img/hero/2.jpg);}
.wesley_tm_universal_box_wrap .overlay_color.hero{background-color: rgba(10,4,37,.85);}
.wesley_tm_universal_box_wrap .content{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	z-index: 25;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.wesley_tm_universal_box_wrap .content.hero{
	height: 100vh;
	overflow: hidden;
}
.wesley_tm_universal_box_wrap .container.hero{position: static;}
.wesley_tm_hero_title{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.wesley_tm_hero_title h5{
	color: #fff;
	font-weight: 500;
	font-size: 42px;
	font-family: "Montserrat";
	line-height: 1.5;
	margin-bottom: 25px;
}
.wesley_tm_hero_title .name{
	color: #fff;
	font-weight: 700;
	font-size: 80px;
	font-family: "Montserrat";
	line-height: 1.2;
	margin-bottom: 30px;
}
.wesley_tm_hero_title .name span{
	color: #fd4d4d;
	font-size: 75px;
}
.wesley_tm_hero_share{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	text-align: center;
	
	box-sizing: border-box;
}
.wesley_tm_hero_share ul{
	margin: 0px;
	list-style-type: none;
}
.wesley_tm_hero_share ul li{
	margin: 0px 15px 0px 0px;
	display: inline-block;
}
.wesley_tm_hero_share ul li:last-child{margin-right: 0px;}
.wesley_tm_hero_share ul li a{
	text-decoration: none;
	color: #fff;
	
	transition: all .3s ease;
}
.wesley_tm_hero_share ul li a:hover{color: #fd4d4d;	}
.wesley_tm_hero_share ul li a i{
	font-size: 17px;
}
.wesley_tm_arrow_wrap{
	position: absolute;
	left: 50%;
	bottom: 10%;
	transform: translateX(-50%);
	margin-left: -21px;
	z-index: 11;
}
.wesley_tm_arrow_wrap.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }
.wesley_tm_arrow_wrap a{
	text-decoration: none;
	color: #fff;
	font-size: 30px;
}
.wesley_tm_button{
	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+ */ 
}
.wesley_tm_button a,
.wesley_tm_button input#send_message{
	text-decoration: none;
	color: #fff;
	background-color: #fd4d4d;
	font-weight: 600;
	font-family: "Montserrat";
	padding: 15px 40px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.wesley_tm_button a span,
.wesley_tm_button input#send_message span{
	position: relative;
	z-index: 2;
}
.wesley_tm_button a:before,
.wesley_tm_button input#send_message:before{
	position: absolute;
	content: "";
	top: 0px;
	height: 100%;
	left: -25%;
	width: 0%;
	background-color: rgba(10,4,37,1);
	transform: skew(50deg);
	transition-duration: .6s;
	z-index: 1;
 
}
.wesley_tm_button a:hover:before,
.wesley_tm_button input#send_message:hover:before{width: 170%;}

/*---------------------------------------------------*/
/*	06) WESLEY ABOUT
/*---------------------------------------------------*/

.wesley_tm_main_title_holder{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	text-align: center;
	margin-bottom: 100px;
	padding: 0px 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+ */
}
.wesley_tm_main_title_holder.services{margin-bottom: 95px;}
.wesley_tm_main_title_holder.portfolio{margin-bottom: 78px;}
.wesley_tm_main_title_holder.testimonial{margin-bottom: 92px;}
.wesley_tm_main_title_holder.news{margin-bottom: 93px;}
.wesley_tm_main_title_holder.contact{margin-bottom: 67px;}
.wesley_tm_main_title_holder.about{
	text-align: left;
	margin-bottom: 0px;
	padding: 0px;
}
.wesley_tm_main_title_holder h3{
	font-weight: 800;
	font-family: "Montserrat";
	color: #000000;
	font-size: 30px;
	line-height: 1;
	margin-bottom: 5px;
}
.wesley_tm_main_title_holder span{
    font-family: "Montserrat";
    color: #333;
    font-size: 15px;
    font-weight: 600;
}
.wesley_tm_about_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding: 100px 0px 76px 0px;
	position: relative;
	margin-top: -6px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.wesley_tm_about_wrap .author_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	display: flex;
	align-items: center;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.wesley_tm_about_wrap .leftbox{
	width: 35%;
	float: left;
	height: auto;
}
.wesley_tm_about_wrap .leftbox .image_wrap{position: relative;}
.wesley_tm_about_wrap .leftbox .image_wrap:before{
	position: absolute;
	content: "";
	width: 40%;
	bottom: 0px;
	top: 15%;
	border: 10px solid #fd4d4d;
	z-index: -2;
}
.wesley_tm_about_wrap .rightbox{
	width: 65%;
	float: right;
	padding: 0px 0px 0px 65px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.wesley_tm_about_wrap .subtitle{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.wesley_tm_about_wrap .subtitle p{
	font-family: "Montserrat";
	color: rgba(10,4,37,1);
	font-size: 15px;
	font-weight: 600;
}
.wesley_tm_about_wrap .definition{margin-bottom: 20px;}
.wesley_tm_about_wrap .definition p{
	color: #333;
	margin-bottom: 11px;
}
.wesley_tm_about_wrap .definition p:last-child{margin-bottom: 0px;}
.wesley_tm_about_wrap .definition strong{
	color: #fd4d4d;
	font-family: "Montserrat";
}
.wesley_tm_skills_wrap,
.wesley_tm_skills_wrap .inner_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	box-sizing: border-box;
}
.wesley_tm_skills_wrap{
	background-color: #f7f7f7;
	padding: 90px 0px;
}
.wesley_tm_skills_wrap .inner_wrap{
	display: flex;
}
.wesley_tm_skills_wrap .leftbox{
	width: 35%;
	height: auto;
	clear: both;
	float: left;
	
	box-sizing: border-box;
}
.wesley_tm_skills_wrap .rightbox{
	width: 65%;
	height: auto;
	clear: both;
	float: right;
	padding-left: 65px;
	
	box-sizing: border-box;
}
.wesley_tm_skills_wrap .leftbox h3{
	font-size: 22px;
	font-family: "Montserrat";
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 1.4;
}
.progress_bar_wrap_total{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 10px;
	position: relative;
	margin-top: -4px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.wesley_tm_progress_wrap[data-size="big"] .wesley_tm_progress .wesley_tm_bar_bg{height:40px;}
.wesley_tm_progress_wrap[data-size="small"] .wesley_tm_progress .wesley_tm_bar_bg{height:5px;}

.wesley_tm_progress_wrap[data-round="a"] .wesley_tm_progress .wesley_tm_bar_bg,
.wesley_tm_progress_wrap[data-round="a"] .wesley_tm_progress .wesley_tm_bar{
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.wesley_tm_progress_wrap[data-round="b"] .wesley_tm_progress .wesley_tm_bar_bg,
.wesley_tm_progress_wrap[data-round="b"] .wesley_tm_progress .wesley_tm_bar{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.wesley_tm_progress_wrap[data-round="c"] .wesley_tm_progress .wesley_tm_bar_bg,
.wesley_tm_progress_wrap[data-round="c"] .wesley_tm_progress .wesley_tm_bar{
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
}
.wesley_tm_progress{
	width:100%;
	margin-bottom:23px;
}
.wesley_tm_progress:last-child{margin-bottom: 0px;}
.wesley_tm_progress > span{
	margin:0px 0px 3px 0px;
	width:100%;
	display:block;
	text-align:left;
}
.wesley_tm_progress span.label{
	font-size:13px;
	font-weight:700;
	color:#000;
	font-family: "Montserrat";
}
.wesley_tm_progress span.label .experience{font-size: 12px;font-weight: 600;}
.wesley_tm_progress span.number{
	float:right;
	font-size:13px;
	color:#000;
	font-weight: 700;
	font-family: "Montserrat";
}
.wesley_tm_progress .wesley_tm_bar_bg{
	background:rgba(0,0,0,.1);
	width:100%;
	min-width:100%;
	position:relative;
	height:20px;
}
.wesley_tm_progress .wesley_tm_bar_bg .wesley_tm_bar_wrap{
	width:0px;
	height:100%;
}
.wesley_tm_progress .wesley_tm_bar_bg .wesley_tm_bar_wrap.open{
	-webkit-animation: wesley_tm_expand 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* Safari 4+ */
	-moz-animation:    wesley_tm_expand 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* Fx 5+ */
	animation:         wesley_tm_expand 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* IE 10+ */
	width:100%;	
}
.wesley_tm_progress .wesley_tm_bar_bg .wesley_tm_bar{
	height:100%;
	background:#333;
	width:0px;
	overflow:hidden;
}
.wesley_tm_progress_wrap[data-strip="on"] .wesley_tm_progress .wesley_tm_bar{
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 75%, transparent 75%, transparent);
	
	-webkit-animation: wesley_tm_bar_move 4s linear infinite;
	-moz-animation: wesley_tm_bar_move 4s linear infinite;
	animation: wesley_tm_bar_move 4s linear infinite;
	background-size: 50px 50px;
}
@-webkit-keyframes wesley_tm_bar_move {0%{background-position: 0 0;} 100% {background-position: 50px 50px;}}
@-moz-keyframes wesley_tm_bar_move {0%{background-position: 0 0;} 100% {background-position: 50px 50px;}}
@keyframes wesley_tm_bar_move {0%{background-position: 0 0;} 100% {background-position: 50px 50px;}}

/*expand width animation*/
@-webkit-keyframes wesley_tm_expand {0%{ width:0%; } 100%{ width:100%; }}
@-moz-keyframes wesley_tm_expand {0%{ width:0%; } 100%{ width:100%; }}
@keyframes wesley_tm_expand {0%{ width:0%; } 100%{ width:100%; }}

.wesley_tm_about_wrap .about_short_contact_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 28px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.wesley_tm_about_wrap .about_short_contact_wrap ul{
	margin: 0px;
	list-style-type: none;
}
.wesley_tm_about_wrap .about_short_contact_wrap ul li{
	margin: 0px 30px 0px 0px;
	float: left;
}
.wesley_tm_about_wrap .about_short_contact_wrap ul li:last-child{margin-right: 0px;}
.about_short_contact_wrap ul li label{
	font-family: "Montserrat";
	font-weight: 700;
	font-size: 13px;
	color: #000;
}
.wesley_tm_about_wrap .about_short_contact_wrap ul li a{
	text-decoration: none;
	color: #000;
    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;
}
.wesley_tm_about_wrap .about_short_contact_wrap ul li a:hover{color: #fd4d4d;}
.wesley_tm_about_wrap .buttons_wrap{
	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+ */
}
.wesley_tm_about_wrap .buttons_wrap ul{
	margin: 0px;
	list-style-type: none;
}
.wesley_tm_about_wrap .buttons_wrap ul li{
	margin: 0px 30px 0px 0px;
	float: left;
}
.wesley_tm_about_wrap .buttons_wrap ul li:last-child{margin-right: 0px;}
.wesley_tm_about_wrap .buttons_wrap ul li a{
	text-decoration: none;
	color: #fff;
	background-color: #fd4d4d;
	font-weight: 600;
	font-family: "Montserrat";
	padding: 15px 40px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.wesley_tm_about_wrap .buttons_wrap ul li a.download{
	color: #fff;
	margin-bottom: 20px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.wesley_tm_about_wrap .buttons_wrap ul li a span{
	position: relative;
	z-index: 2;
}
.wesley_tm_about_wrap .buttons_wrap ul li a.download:hover{
	background-color: #fd4d4d;
	color: #fff;
}
.wesley_tm_about_wrap .buttons_wrap ul li a:before{
	position: absolute;
	content: "";
	top: 0px;
	height: 100%;
	left: -25%;
	width: 0%;
	background-color: rgba(10,4,37,1);
	transform: skew(50deg);
	transition-duration: .6s;
	z-index: 1;
 
}
.wesley_tm_about_wrap .buttons_wrap ul li a:hover:before{width: 170%;}

/*---------------------------------------------------*/
/*	12) WESLEY CONTACT
/*---------------------------------------------------*/

.wesley_tm_contact_wrap_all{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding-top: 92px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.wesley_tm_contact_wrap{
	max-width: 830px;
	height: auto;
	margin: 0px auto;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.wesley_tm_contact_wrap .subtitle{
	text-align: center;
	margin-bottom: 69px;
}
.wesley_tm_contact_wrap .subtitle p{color: #333;}
.wesley_tm_contact_wrap .main_input_wrap{margin-bottom: 100px;}
.wesley_tm_contact_wrap .main_input_wrap,
.wesley_tm_contact_wrap .main_input_wrap .wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding: 0px 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+ */
}
.wesley_tm_contact_wrap .main_input_wrap .wrap{margin-bottom: 30px;}
.wesley_tm_contact_wrap .main_input_wrap .wrap input{
	width: 100%;
	text-align: center;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid rgba(10,4,37,1);
	color: #333;
}
.wesley_tm_contact_wrap .main_input_wrap .wrap input:focus{
	outline: none;
	border-bottom-color: #fd4d4d;
}
.wesley_tm_contact_wrap .main_input_wrap .wrap textarea{
	width: 100%;
	height: 120px;
	text-align: center;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid rgba(10,4,37,1);
	color: #333;
}
.wesley_tm_contact_wrap .main_input_wrap .wrap textarea:focus{
	outline: none;
	border-bottom-color: #fd4d4d;
}
.wesley_tm_contact_wrap .wesley_tm_button{text-align: center;}
.wesley_tm_contact_wrap .wesley_tm_button a,
.wesley_tm_contact_wrap .wesley_tm_button input#send_message{
	text-decoration: none;
    color: #fff;
    background-color: #fd4d4d;
    font-weight: 600;
    font-family: "Montserrat";
    padding: 15px 40px;
    border-radius: 3px;
    display: inline-block;
}
.wesley_tm_contact_wrap .empty_notice{
	color: #FF0004;
	margin-bottom: 7px;
	display: none;
	text-align: center;
}
.wesley_tm_contact_wrap .contact_error{
	color: rgba(255,0,4,1.00);
	text-align: center;
}
.wesley_tm_contact_wrap .returnmessage{
	color:#0064FF;
	margin-bottom: 7px;
	text-align: center;
}

/*---------------------------------------------------*/
/*	13) WESLEY FOOTER
/*---------------------------------------------------*/
.wesley_tm_address_holder_wrap,
.wesley_tm_address_holder_wrap .inner_wrap{
	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+ */ 
}
.wesley_tm_address_holder_wrap{
	background-color: rgba(10,4,37,1);
}
.wesley_tm_address_holder_wrap .inner_wrap{
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,.1);
	padding: 59px 0px 53px 0px;
}
.wesley_tm_address_holder_wrap .inner_wrap ul{
	margin: 0px;
	list-style-type: none;
}
.wesley_tm_address_holder_wrap .inner_wrap ul li{
	margin: 0px;
	float: left;
	width: 25%;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.wesley_tm_address_holder_wrap .inner_wrap .image_holder{margin-bottom: 10px;}
.wesley_tm_address_holder_wrap .inner_wrap .image_holder.logo img{
	position: relative;
	top: -4px;
}
.wesley_tm_address_holder_wrap .inner_wrap ul li .svg{
	width: 19px;
	height: 19px;
	color: #fd4d4d;
}
.wesley_tm_address_holder_wrap .inner_wrap ul li p{color: #fff;}
.wesley_tm_address_holder_wrap .inner_wrap ul li p a{
	color: #fff;
	text-decoration: none;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.wesley_tm_address_holder_wrap .inner_wrap ul li p a:hover{color: #fd4d4d;}
.wesley_tm_footer_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	text-align: center;
	background-color: rgba(10,4,37,1);
	padding: 50px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.wesley_tm_footer_wrap p{color: #fff;}
.wesley_tm_footer_wrap p a{
	text-decoration: none;
	color: #fff;
	font-family: "Montserrat";
	font-weight: 600;
    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;
}
.wesley_tm_footer_wrap p a:hover{color: #fd4d4d;}

/*---------------------------------------------------*/
/*	14) WESLEY TO TOP
/*---------------------------------------------------*/

.wesley_tm_totop{
	position: fixed;
	bottom: 40px;
	right: 55px;
	width: 38px;
	height: 38px;
	line-height: 38px;
	z-index: 100;
	overflow: hidden;
	background: #fd4d4d;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	border-radius: 3px;
	
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
}
.wesley_tm_totop.opened{
	opacity: 1;
	visibility: visible;
	bottom: 55px;
}
.wesley_tm_totop i{
	color: #fff;
	position: relative;
	top: -1px;
}


div#contact {
    border-top: 2px solid #ccc;
}

@media screen and (max-width: 767px) {
.wesley_tm_about_wrap .author_wrap > div {
    width: 100%;
    display: block;
    margin: 30px 0;
}

.wesley_tm_about_wrap .author_wrap {
    display: block;
}
}