@charset "utf-8";
/*
  ___         _             __  __        _ _      
 | _ )_ _ ___| |_  _ __ ___|  \/  |___ __| (_)__ _ 
 | _ \ '_/ -_) ' \| '  \___| |\/| / -_) _` | / _` |
 |___/_| \___|_||_|_|_|_|  |_|  |_\___\__,_|_\__,_|
 Design & Code by Brehm-Media.com
 Autor: Johannes Brehm
 Mail: info@johannes-brehm.de

*/

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #000000;
}

::-webkit-scrollbar
{
	width: 5px;
	background-color: #000000;
}

::-webkit-scrollbar-thumb
{
	background-color: #00deff;
	
	background-image: -webkit-gradient(linear, 0 0, 0 100%,
	                   color-stop(.5, rgba(0, 222, 255, 0.1)),
					   color-stop(.5, transparent), to(transparent));
}



#imp{
	text-align:right;
	height:40px;
    background-color:#000000;
     position:absolute;
     bottom:0;
     right:0;
	 padding:10px;
	 font-size:11px;
	 z-index:21;
	   text-shadow: 0.075em 0.08em 0.1em rgba(0, 0, 0, 1);

}


/* SOCIAL MEDIA BAR */
.socialbtns, .socialbtns ul, .socialbtns li {
  margin: 0;
  padding: 5px;
}

.socialbtns li {
    list-style: none outside none;
    display: inline-block;
}

.socialbtns .fa {
	width: 40px;
    height: 40px;
	color: #000;
	background-color: #FFF;
	border: 1px solid #000;
	padding-top: 12px;
	border-radius: 22px;
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
	-o-border-radius: 22px;
}

.socialbtns .fa:hover {
	color: #FFF;
	background-color: #00deff;
	border: 1px solid #000;
}


.brehmbg {
		border: 1px solid rgba(255,255,255,.15);
	    background: hsla(187.8,100%,50%,0.3);
		padding:30px 10px;
		border-radius:5px;
		
}

hr {
    margin: 0 auto;
    margin-top: -40px;
    width: 95%;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}


html {
overflow:auto;
overflow:initial;
	padding: 0px;
	margin: 0px
}
body{
	font-family: "Mulish";
	font-size: 15px;
	line-height: 2.1;
	letter-spacing: 0.8px;
	word-wrap: break-word;
	font-weight: 400;
	background-color: #fff;
	color: #333;

}
svg{
	fill: currentcolor;
	width: 15px;
	height: 15px;
}
img.svg{
	width: 15px;
	height: 15px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #6f6f6f;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #6f6f6f;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #6f6f6f;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #6f6f6f;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: #6f6f6f;
}

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

.exo_tm_all_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	overflow: hidden;
	position:relative;
}
.exo_tm_all_wrap,
.exo_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+ */
}
.exo_tm_preloader{
  position: fixed;
  background-color: #fff;
  z-index: 9999999999999999;
  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; }  
.exo_tm_preloader .spinner_wrap{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 33333;
}
.exo_tm_preloader.loaded {
    opacity: 0;
    visibility: hidden;
}
.exo_tm_preloader:before,
.exo_tm_preloader:after{
    content: "";
    position: absolute;
    height: 50%;
    width: 100%;
    background-color: #100e17;
	
    -webkit-transition: .7s all ease;
    -o-transition: .7s all ease;
    transition: .7s all ease;
}
.exo_tm_preloader:before{
    top: 0;
    left: 0; 
}
.exo_tm_preloader:after{
    bottom: 0;
	left: 0; 
}
.exo_tm_preloader.loaded:before, 
.exo_tm_preloader.loaded:after{height: 0%;}
.exo_tm_fixed_image{
	position: fixed;
	width: 40%;
	height: 100vh;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 21;
}
.exo_tm_section{
	position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding-left: 40%;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
    transform: translate3d(1%, 0, 0);
    transition: transform .4s ease .4s,opacity 0s ease .4s;
}
.exo_tm_section.active{
	opacity: 1;
	transform: translate3d(0, 0, 0);
	z-index: 20;
}

.animate_bg{
  position: fixed;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
	display: none;
}


.exo_tm_home{
	width: 100%;
	height: 100vh;
	float: left;
	clear: both;
	position: relative;
}
.exo_tm_home .content{
	width: 100%;
	padding: 0px 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}
.exo_tm_home .content .image{
	position: relative;
	width: 250px;
	height: 250px;
	border-radius: 100%;
	margin: 0px auto 25px auto;
	display: none;
}
.exo_tm_home .content .image .main{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 100%;
}
.exo_tm_home .content h3{
	font-size: 72px;
	font-weight: 800;
	margin-bottom: 12px;
}
.coloring{
	color: #00deff;
}
.exo_tm_animate_text{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 39px;
}
.cd-headline{
	font-size: 30px;
	font-family: "Poppins";
	font-weight: 400;
	margin-bottom: 30px;
}
.cd-headline b{
	font-weight: 600;
}
.exo_tm_button{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.exo_tm_button a{
	text-decoration: none;
	color: #fff;
	background-color: #fff;
	display: inline-block;
	font-family: "Poppins";
	font-weight: 400;
	padding: 10px 30px;
	position: relative;
	border: 2px solid #00deff;
	border-radius: 5px;
	box-shadow: 0px 0px 20px rgba(229,75,75,.3);
}
.exo_tm_button a span{
	position: relative;
	z-index: 1;
}
.exo_tm_button a:hover span{
	color: #000;
}
.exo_tm_button a:before{
	position: absolute;
	content:""; 
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 51%;
	background-color: #00deff;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.exo_tm_button a:after{
	position: absolute;
	content:""; 
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: 51%;
	background-color: #00deff;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.exo_tm_button a:hover:before{
	width: 0px;
}
.exo_tm_button a:hover:after{
	width: 0px;
}
.exo_tm_menu{
	position: fixed;
	z-index: 112;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	background-color: #fff;
	border-radius: 5px;
}
.exo_tm_menu ul{
	margin: 0px;
	list-style-type: none;
}
.exo_tm_menu ul li{
	margin: 0px;
	text-align: center;
	border-bottom: 1px solid rgba(0,0,0,.15);
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.exo_tm_menu ul li.active{
	background-color: #00deff;
}
.exo_tm_menu ul li:hover{
	background-color: #00deff;
}
.exo_tm_menu ul li:last-child{
	border-bottom: none;
}
.exo_tm_menu ul li a{
	text-decoration: none;
	color: #000;
	padding: 13px 5px;
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
}
.exo_tm_menu ul li a span{
	display: block;
	line-height: 1;
}
.exo_tm_menu ul li:hover a{
	color: #fff;
}
.exo_tm_menu ul li.active a{
	color: #fff;
}
.exo_tm_menu ul li a .svg{
	margin-bottom: 5px;
	width: 18px;
	height: 18px;
}
.exo_tm_menu ul li:hover a .svg{
	color: #fff;
}
.exo_tm_menu ul li.active a .svg{
	color: #fff;
}
.exo_tm_all_wrap[data-menu-style="inline"] .exo_tm_menu ul li{
	display: inherit;
	float: left;
	border-right: 1px solid rgba(0,0,0,.15);
}
.exo_tm_all_wrap[data-menu-style="inline"] .exo_tm_menu ul li:last-child{
	border-right: none;
}
.exo_tm_all_wrap[data-menu-style="inline"] .exo_tm_menu ul li a{
	padding: 10px 13px;
}

.exo_tm_all_wrap[data-menu-position="topLeft1"] .exo_tm_menu{
	transform: translateY(0);
	top: 30px;
}
.exo_tm_all_wrap[data-menu-position="topLeft2"] .exo_tm_menu{
	transform: translateY(0);
	top: 30px;
}
.exo_tm_all_wrap[data-menu-position="leftCenter"] .exo_tm_menu{
	transform: translateY(-50%);
	top: 50%;
}
.exo_tm_all_wrap[data-menu-position="leftBottom1"] .exo_tm_menu{
	transform: translateY(0%);
	top: auto;
	bottom: 30px;
}
.exo_tm_all_wrap[data-menu-position="leftBottom2"] .exo_tm_menu{
	transform: translateY(0%);
	top: auto;
	bottom: 30px;
}
.exo_tm_all_wrap[data-menu-position="center"] .exo_tm_menu{
	left: calc(40% - 34px);
	box-shadow: 0px 0px 10px rgba(0,0,0,.15);
}
.exo_tm_all_wrap[data-menu-position="sidebar"] .exo_tm_menu.extra{
	left: 0px;
	display: flex;
	align-items: center;
	height: 100vh;
	width: 90px;
}
.exo_tm_all_wrap[data-menu-position="sidebar"] .exo_tm_menu.extra ul{
	width: 100%;
	text-align: center;
}
.exo_tm_all_wrap[data-menu-position="sidebar"] .exo_tm_menu.extra ul li a{
	display: block;
}
.exo_tm_all_wrap[data-menu-position="sidebar"] .exo_tm_fixed_image{
	left: 90px;
}
.exo_tm_all_wrap[data-menu-position="sidebar"] .exo_tm_section{
	padding-left: calc(40% + 90px);
}
.exo_tm_menu.extra ul li a{
	color: #fff;
}
.exo_tm_menu.extra ul{
	width: 100%;
}
.exo_tm_menu.extra ul li a{
	display: block;
}
.exo_tm_menu.extra ul li.active a{
	color: #000;
}
.exo_tm_menu.extra ul li.active a .svg{
	color: #000;
}
.exo_tm_menu.extra ul li{
	border-bottom:1px solid rgba(255,255,255,.15);
}
.exo_tm_menu_extra{
	position: absolute;
	z-index: 112;
	top: 0px;
	right: 100%;
	margin-right: 10px;
	background-color: #fff;
	box-shadow: 0px 0px 20px rgba(0,0,0,.15);
}
.exo_tm_menu_extra ul{
	margin: 0px;
	list-style-type: none;
}
.exo_tm_menu_extra ul li{
	margin: 0px;
	text-align: center;
	border-bottom: 1px solid rgba(0,0,0,.15);
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.exo_tm_menu_extra ul li.active{
	background-color: #00deff;
}
.exo_tm_menu_extra ul li:hover{
	background-color: #00deff;
}
.exo_tm_menu_extra ul li:last-child{
	border-bottom: none;
}
.exo_tm_menu_extra ul li a{
	text-decoration: none;
	color: #000;
	padding: 13px 5px;
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
}
.exo_tm_menu_extra ul li a span{
	display: block;
	line-height: 1;
}
.exo_tm_menu_extra ul li:hover a{
	color: #fff;
}
.exo_tm_menu_extra ul li.active a{
	color: #fff;
}
.exo_tm_menu_extra ul li a .svg{
	margin-bottom: 5px;
	width: 18px;
	height: 18px;
}
.exo_tm_menu_extra ul li:hover a .svg{
	color: #fff;
}
.exo_tm_menu_extra ul li.active a .svg{
	color: #fff;
}
.exo_tm_menu_extra[data-menu-style="inline"] .exo_tm_menu ul li{
	display: inherit;
	float: left;
	border-right: 1px solid rgba(0,0,0,.15);
}
.exo_tm_menu_extra[data-menu-style="inline"] .exo_tm_menu ul li:last-child{
	border-right: none;
}
.exo_tm_menu_extra[data-menu-style="inline"] .exo_tm_menu ul li a{
	padding: 10px 13px;
}

.exo_tm_menu_extra[data-menu-position="topLeft1"] .exo_tm_menu{
	transform: translateY(0);
	top: 30px;
}
.exo_tm_menu_extra[data-menu-position="topLeft2"] .exo_tm_menu{
	transform: translateY(0);
	top: 30px;
}
.exo_tm_menu_extra[data-menu-position="leftCenter"] .exo_tm_menu{
	transform: translateY(-50%);
	top: 50%;
}
.exo_tm_menu_extra[data-menu-position="leftBottom1"] .exo_tm_menu{
	transform: translateY(0%);
	top: auto;
	bottom: 30px;
}
.exo_tm_menu_extra[data-menu-position="leftBottom2"] .exo_tm_menu{
	transform: translateY(0%);
	top: auto;
	bottom: 30px;
}
.exo_tm_menu_extra[data-menu-position="center"] .exo_tm_menu{
	left: calc(40% - 34px);
	box-shadow: 0px 0px 10px rgba(0,0,0,.15);
}
.exo_tm_menu_extra[data-menu-position="sidebar"] .exo_tm_menu.extra{
	left: 0px;
	display: flex;
	align-items: center;
	height: 100vh;
	width: 90px;
}
.exo_tm_menu_extra[data-menu-position="sidebar"] .exo_tm_menu.extra ul{
	width: 100%;
	text-align: center;
}
.exo_tm_menu_extra[data-menu-position="sidebar"] .exo_tm_menu.extra ul li a{
	display: block;
}
.exo_tm_menu_extra[data-menu-position="sidebar"] .exo_tm_fixed_image{
	left: 90px;
}
.exo_tm_menu_extra[data-menu-position="sidebar"] .exo_tm_section{
	padding-left: calc(40% + 90px);
}


.exo_tm_about{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding: 68px 80px 0px 80px;
}
.exo_tm_main_title h3{
	font-weight: 700;
	font-size: 35px;
}
.exo_tm_about .main_infos{
	width: 100%;
	height: auto;
	clear: both;
	display: flex;
	padding-top: 37px;
	margin-bottom: 70px;
}
.exo_tm_about .main_infos .left{
	width: 60%;
	padding-right: 50px;
}
.exo_tm_about .main_infos .right{
	width: 40%;
	padding-left: 50px;
}
.exo_tm_about .main_infos .right ul{
	margin: 0px;
	list-style-type: none;
}
.exo_tm_about .main_infos .right ul li{
	margin: 0px 0px 7px 0px;
	width: 100%;
	float: left;
}
.exo_tm_about .main_infos .right ul li label{
	min-width: 100px;
	display: inline-block;
	color: #00deff;
	font-weight: 800;
}

.exo_tm_works .main_infos{
	width: 100%;
	height: auto;
	clear: both;
	display: flex;
	padding-top: 37px;
	margin-bottom: 70px;
}
.exo_tm_works .main_infos .left{
	width: 40%;
	padding-right: 50px;
}


.exo_tm_works .main_infos .right{
	width: 60%;
	padding-left: 50px;
}
.exo_tm_works .main_infos .right ul{
	margin: 0px;
	list-style-type: none;
}
.exo_tm_works .main_infos .right ul li{
	margin: 0px 0px 7px 0px;
	width: 100%;
	float: left;
}
.exo_tm_works .main_infos .right ul li label{
	min-width: 100px;
	display: inline-block;
	color: #00deff;
	font-weight: 800;
}


.exo_tm_works .main_infos{
	width: 100%;
	height: auto;
	clear: both;
	display: flex;
	padding-top: 37px;
	margin-bottom: 70px;
}
.exo_tm_works .main_infos .left{
	width: 40%;
	padding-right: 50px;
}


.exo_tm_works .main_infos .right{
	width: 60%;
	padding-left: 50px;
}
.exo_tm_works .main_infos .right ul{
	margin: 0px;
	list-style-type: none;
}
.exo_tm_works .main_infos .right ul li{
	margin: 0px 0px 7px 0px;
	width: 100%;
	float: left;
}
.exo_tm_works .main_infos .right ul li label{
	min-width: 100px;
	display: inline-block;
	color: #00deff;
	font-weight: 800;
}

.exo_tm_radio .main_infos{
	width: 100%;
	height: auto;
	clear: both;
	display: flex;
	padding-top: 37px;
	margin-bottom: 70px;
}
.exo_tm_radio .main_infos .left{
	width: 40%;
	padding-right: 50px;
}


.exo_tm_radio .main_infos .right{
	width: 60%;
	padding-left: 50px;
}
.exo_tm_radio .main_infos .right ul{
	margin: 0px;
	list-style-type: none;
}
.exo_tm_radio .main_infos .right ul li{
	margin: 0px 0px 7px 0px;
	width: 100%;
	float: left;
}
.exo_tm_radio .main_infos .right ul li label{
	min-width: 100px;
	display: inline-block;
	color: #00deff;
	font-weight: 800;
}

.exo_tm_radio .animate_text span{
	font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}
.exo_tm_about .animate_text span{
	font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

.exo_tm_radio .exo_tm_services{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 30px;
}
.exo_tm_second_title{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.exo_tm_second_title span{
	position: relative;
	font-family: "Poppins";
	font-size: 25px;
	font-weight: 700;
	color: #000;
}
.exo_tm_second_title span:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 3px;
	background-color: #00deff;
	left: 0px;
	bottom: -2px;
}
.exo_tm_about .exo_tm_services ul{
	margin: 0px 0px 0px -40px;
	list-style-type: none;
	padding-top: 100px;
}
.exo_tm_about .exo_tm_services ul li{
	margin: 0px 0px 50px 0px;
	width: 50%;
	float: left;
	padding-left: 40px;
}
.exo_tm_about .exo_tm_services ul li .list_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
}
.exo_tm_about .exo_tm_radio .svg{
	color: #00deff;
	width: 35px;
	height: 35px;
	margin-bottom: 15px;
}
.exo_tm_about .exo_tm_services h3{
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 600;
}
.exo_tm_partners{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 88px;
}
.exo_tm_partners ul{
	margin: 0px;
	list-style-type: none;
	padding-top: 57px;
}
.exo_tm_partners ul li{
	margin: 0px;
}
.exo_tm_partners .dark{
	display: block;
}
.exo_tm_partners .light{
	display: none;
}
.exo_tm_partners.opened .dark{
	display: none;
}
.exo_tm_partners.opened .light{
	display: block;
}
.exo_tm_testimonials{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom:85px;
}
.exo_tm_testimonials ul{
	margin: 0px;
	list-style-type: none;
	padding-top: 57px;
	cursor: e-resize;
}
.exo_tm_testimonials ul li{
	margin: 0px;
}
.exo_tm_testimonials ul li .list_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	border: 1px solid rgba(0,0,0,.15);
	padding: 30px;
	border-radius: 5px;
}
.exo_tm_testimonials ul li .svg{
	width: 20px;
	height: 20px;
	color: rgba(0,0,0,.2);
	margin-bottom: 13px;
}

.exo_tm_radio ul li .svg{
	width: 20px;
	height: 20px;
	color: rgba(0,0,0,.2);
	margin-bottom: 13px;
}

.exo_tm_testimonials ul li .details{
	width: 100%;
	height: auto;
	clear: both;
	display: flex;
	align-items: center;
}
.exo_tm_testimonials ul li .details .image{
	position: relative;
	width: 55px;
	height: 55px;
	border-radius: 100%;
}
.exo_tm_testimonials ul li .details .image .main{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 100%;
}
.exo_tm_testimonials ul li .text{
	margin-bottom: 22px;
}
.exo_tm_testimonials ul li .details .name{
	padding-left: 15px;
}
.exo_tm_testimonials ul li .details .name h3{
	font-size: 14px;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 3px;
}
.exo_tm_testimonials ul li .details .name span{
	font-size: 14px;
}
.exo_tm_facts{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding-top: 57px;
	margin-bottom: 40px;
}
.exo_tm_facts ul{
	margin: 0px 0px 0px -40px;
	list-style-type: none;
}
.exo_tm_facts ul li{
	margin: 0px 0px 40px 0px;
	width: 25%;
	float: left;
	padding-left: 40px;
	text-align: center;
}
.exo_tm_facts ul li .list_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 5px;
	padding: 30px 30px 25px 30px;
}
.exo_tm_facts ul li .list_inner .svg{
	color: #00deff;
    width: 35px;
    height: 35px;
    margin-bottom: 13px;
}
.exo_tm_facts ul li .list_inner h3{
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 8px;
}
.exo_tm_interests{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding-top: 57px;
	margin-bottom: 40px;
}
.exo_tm_interests ul{
	margin: 0px 0px 0px -40px;
	list-style-type: none;
}
.exo_tm_interests ul li{
	margin: 0px 0px 40px 0px;
	width: 25%;
	float: left;
	padding-left: 40px;
	text-align: center;
}
.exo_tm_interests ul li .list_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 5px;
	padding: 30px 30px 25px 30px;
}
.exo_tm_interests ul li .list_inner span{
	display: block;
}
.exo_tm_interests ul li .list_inner .svg{
	color: #00deff;
    width: 35px;
    height: 35px;
}
.exo_tm_sertificate{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom:85px;
}
.exo_tm_sertificate ul{
	margin: 0px;
	list-style-type: none;
	padding-top: 57px;
}
.exo_tm_sertificate ul li{
	margin: 0px;
}
.exo_tm_sertificate ul li .list_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
}
.exo_tm_sertificate ul li .list_inner .image{
	position: relative;
	float: left;
	width: 100%;
}
.exo_tm_sertificate ul li .list_inner .image img{
	min-width: 100%;
}
.exo_tm_sertificate ul li .list_inner .image .main{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}


.exo_tm_resume{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding: 68px 80px 0px 80px;
}
.exo_tm_resume .experience_list{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding-top: 53px;
	margin-bottom: 50px;
}
.exo_tm_resume .experience_list ul{
	margin: 0px;
	list-style-type: none;
}
.exo_tm_resume .experience_list ul li{
	margin: 0px;
	width: 100%;
	float: left;
	border-bottom: 1px solid rgba(0,0,0,.15);
	padding-bottom: 25px;
	margin-bottom: 34px;
}
.exo_tm_resume .experience_list ul li:last-child{
	margin-bottom: 0px;
	border-bottom: none;
	padding-bottom: 0px;
}
.exo_tm_resume .experience_list ul li .list_inner{
	width: 100%;
	height: auto;
	clear: both;
	display: flex;
}
.exo_tm_resume .experience_list ul li .first,
.exo_tm_resume .experience_list ul li .second{
	width: 30%;
	padding-right: 20px;
}
.exo_tm_resume .experience_list ul li .first h3,
.exo_tm_resume .experience_list ul li .second h3{
	color: #000;
	font-size: 18px;
	font-weight: 600;
}
.exo_tm_resume .experience_list ul li .third{
	width: 40%;
	padding-left: 100px;
}
.exo_tm_resume .experience_list ul li .third p{
	position: relative;
	margin-top: -12px;
}
.exo_tm_skills{
	width: 100%;
	height: auto;
	clear: both;
	display: flex;
	padding-top: 87px;
	margin-bottom: 58px;
}
.exo_tm_skills .left{
	width: 50%;
	padding-right: 30px;
}
.exo_tm_skills .right{
	width: 50%;
	padding-left: 30px;
}
.exo_tm_skills ul{
	margin: 0px;
	list-style-type: none;
	padding-top: 90px;
}
.exo_tm_skills ul li{
	margin: 0px 0px 22px 0px;
	width: 100%;
	float: left;
}
.exo_tm_skills ul li .list_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
}
.exo_tm_skills ul li .details{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 5px;
}
.exo_tm_skills ul li .progress{
	width: 100%;
	height: 3px;
	background-color: rgba(0,0,0,.15);
	position: relative;
}
.exo_tm_skills ul li .progress .bar{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: auto;
	background-color: #00deff;
}

.exo_tm_radio{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding: 68px 80px 0px 80px;
	margin-bottom: 40px;
}


.exo_tm_works{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding: 68px 80px 0px 80px;
	margin-bottom: 40px;
}
.exo_tm_works .portfolio_filter{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 12px;
	padding-top: 40px;
}
.exo_tm_works .portfolio_filter ul{
	margin: 0px;
	list-style-type: none;
}
.exo_tm_works .portfolio_filter ul li{
	margin: 0px 30px 20px 0px;
	display: inline-block;
}
.exo_tm_works .portfolio_filter ul li:last-child{margin-right: 0px;}
.exo_tm_works .portfolio_filter ul li a{
	text-decoration: none;
	color: #000;
}
.exo_tm_works .portfolio_filter ul li a.current{color: #00deff;}
body.dark .exo_tm_works .portfolio_filter ul li a.current{color: #00deff;}
.exo_tm_works .portfolio_list{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.exo_tm_works .portfolio_list ul{
	margin: 0px 0px 0px -40px;
	list-style-type: none;
}
.exo_tm_works .portfolio_list ul li{
	margin: 0px 0px 40px 0px;
	width: 33.3333%;
	float: left;
	padding-left: 40px;
}
.exo_tm_works .portfolio_list ul li img{
	min-width: 100%;
	border-radius: 5px;
}
.exo_tm_works .portfolio_list ul li .list_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
}
.exo_tm_works .portfolio_list ul li .overlay{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 2;
}
.exo_tm_works .portfolio_list ul li .desc{
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 3;
	overflow: hidden;
}
.exo_tm_works .portfolio_list ul li .desc .in{
	background-color: #fff;
	padding: 20px 20px 11px 20px;
	position: relative;
	transform: translateY(100%);
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.exo_tm_works .portfolio_list ul li .list_inner:hover .desc .in{
	transform: translateY(0%);
}
.exo_tm_works .portfolio_list ul li .desc .in h3{
	font-size: 18px;
	font-weight: 600;
}
.exo_tm_works .portfolio_list ul li .desc .in span{
	position: relative;
	top: -4px;
}
.exo_tm_works .portfolio_list ul li .full_link{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 5;
}
.video-wrapper{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
}
.video-wrapper video{
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: 5px;
}


.exo_tm_news{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding: 68px 80px 0px 80px;
	margin-bottom: 24px;
}

.exo_tm_news .news_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding-top: 50px;
}
.exo_tm_news ul{
	margin: 0px 0px 0px -40px;
	list-style-type: none;
}
.exo_tm_news ul li{
	margin: 0px 0px 40px 0px;
	float: left;
	width: 50%;
	padding-left: 40px;
}
.exo_tm_news ul li .list_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
}
.exo_tm_news ul li .image{
	position: relative;
	float: left;
	margin-bottom: 20px;
}
.exo_tm_news ul li .image img{
	opacity: 0;
}
.exo_tm_news ul li .image .main{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 5px;
}
.exo_tm_news ul li .category{
	position:absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
	display: inline-block;
	color: #fff;
	background-color: #00deff;
	padding: 3px 10px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
}
.exo_tm_news ul li .full_link{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 2;
}
.exo_tm_news ul li .title{
	font-size: 20px;
	font-weight: 600;
	padding-top: 10px;
	margin-bottom: 10px;
}
.exo_tm_news ul li .title a{
	text-decoration: none;
	color: #000;
	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;
}
.exo_tm_news ul li .title a:hover{
	color: #00deff;
}
body.dark .exo_tm_news ul li .title a:hover{
	color: #00deff;
}
.exo_tm_read_more{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
}
.exo_tm_read_more a{
	text-decoration: none;
	color: #000;
	position: relative;
	display: inline-block;
	overflow: hidden;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.exo_tm_read_more[data-color="light"] a{
	color: #fff;
}
.exo_tm_news .exo_tm_read_more a:hover{
	padding-left: 30px;
}
.exo_tm_service .service_list ul li .list_inner:hover .exo_tm_read_more a{
	padding-left: 30px;
}
.exo_tm_read_more[data-color="light"] .arrow{
	background-color: #fff;
}
.exo_tm_read_more[data-color="light"] .arrow::after,
.exo_tm_read_more[data-color="light"] .arrow::before{
	background-color: #fff;
}
.exo_tm_read_more a .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 2px;
  background-color: #000;
  left: -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;
}
.exo_tm_read_more a .arrow::after,
.exo_tm_read_more a .arrow::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 2px;
  right: -4px;
  background-color: #000;
}
.exo_tm_read_more a .arrow::after {
  top: -2px;
  transform: rotate(45deg);
}
.exo_tm_read_more a .arrow::before {
  top: 2px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
  transform: rotate(-45deg);
}
.exo_tm_news .exo_tm_read_more a:hover .arrow{
	left: 0px;
}


.exo_tm_contact{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding: 68px 80px 0px 80px;
	margin-bottom: 80px;
}
.exo_tm_contact .short_info{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding-top: 48px;
}
.exo_tm_contact .short_info ul{
	margin: 0px 0px 0px -30px;
	list-style-type: none;
}
.exo_tm_contact .short_info ul li{
	margin: 0px 0px 30px 0px;
	width: 33.3333%;
	float: left;
	padding-left: 30px;
	text-align: center;
}
.exo_tm_contact .short_info ul li .list_inner{
	width: 100%;
	height: 100%;
	clear: both;
	float: left;
	position: relative;
	border: 1px solid rgba(0,0,0,.15);
	padding: 50px 10px;
	border-radius: 5px;
}
.exo_tm_contact .short_info ul li span{
	display: block;
}
.exo_tm_contact .short_info ul li .svg{
	color: #00deff;
    width: 35px;
    height: 35px;
    margin-bottom: 15px;
}
.exo_tm_contact .contact_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left; 
}
.exo_tm_contact .contact_inner .wrapper{
	width: 100%;
	height: auto;
	clear: both;
	display: flex;
	padding-top: 23px;
}
.exo_tm_contact .desc{
	max-width: 50%;
	float: left;
	padding-top: 33px;
}
.exo_tm_contact .contact_inner .left{
	width: 50%;
	padding-right: 15px;
}
.exo_tm_contact .fields{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.exo_tm_contact .fields .first{
	width: 100%;
	float: left;
}
.exo_tm_contact .fields ul{
	margin: 0px;
	list-style-type: none;
}
.exo_tm_contact .fields ul li{
	width: 100%;
	margin: 0px 0px 30px 0px;
	float: left;
}
.exo_tm_contact .fields ul li input{
	width: 100%;
	border: 1px solid rgba(0,0,0,.2);
	background-color: transparent;
}
.exo_tm_contact .fields ul li input:focus{
	outline: none;
	border: 1px solid rgba(0,0,0,.5);
}
.exo_tm_contact .fields .last textarea{
	width: 100%;
	border: 1px solid rgba(0,0,0,.2);
	height: 120px;
	resize: none;
	margin-bottom: 20px;
	background-color: transparent;
}
.exo_tm_contact .fields .last textarea:focus{
	outline: none;
	border: 1px solid rgba(0,0,0,.5);
} 
.exo_tm_contact .empty_notice{
	color: #F52225;
	margin-bottom: 7px;
	display: none;
	text-align: left;
	font-weight: 500;
}
.exo_tm_contact .contact_error{
	color: #F52225;
	text-align: left;
	font-weight: 500;
}
.exo_tm_contact .returnmessage{
	color:#3A00FF;
	margin-bottom: 7px;
	text-align: left;
	font-weight: 500;
}
.exo_tm_contact .right{
	width: 50%;
	padding-left: 15px;
	position: relative;
	top:6px;
}
.exo_tm_contact .map_wrap .map {
  min-height: 344px;
  width: 100%;
}

.exo_tm_equipment{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding: 68px 80px 0px 80px;
	margin-bottom: 80px;
}
.exo_tm_equipment .short_info{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding-top: 48px;
}
.exo_tm_equipment .short_info ul{
	margin: 0px 0px 0px -30px;
	list-style-type: none;
}
.exo_tm_equipment .short_info ul li{
	margin: 0px 0px 30px 0px;
	width: 33.3333%;
	float: left;
	padding-left: 30px;
	text-align: center;
}
.exo_tm_equipment .short_info ul li .list_inner{
	width: 100%;
	height: 100%;
	clear: both;
	float: left;
	position: relative;
	border: 1px solid rgba(0,0,0,.15);
	padding: 50px 10px;
	border-radius: 5px;
}
.exo_tm_equipment .short_info ul li span{
	display: block;
}
.exo_tm_equipment .short_info ul li .svg{
	color: #00deff;
    width: 35px;
    height: 35px;
    margin-bottom: 15px;
}
.exo_tm_equipment .contact_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left; 
}
.exo_tm_equipment .contact_inner .wrapper{
	width: 100%;
	height: auto;
	clear: both;
	display: flex;
	padding-top: 23px;
}
.exo_tm_equipment .desc{
	max-width: 50%;
	float: left;
	padding-top: 33px;
}
.exo_tm_equipment .contact_inner .left{
	width: 50%;
	padding-right: 15px;
}
.exo_tm_equipment .fields{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.exo_tm_contact .fields .first{
	width: 100%;
	float: left;
}
.exo_tm_contact .fields ul{
	margin: 0px;
	list-style-type: none;
}
.exo_tm_contact .fields ul li{
	width: 100%;
	margin: 0px 0px 30px 0px;
	float: left;
}
.exo_tm_contact .fields ul li input{
	width: 100%;
	border: 1px solid rgba(0,0,0,.2);
	background-color: transparent;
}
.exo_tm_contact .fields ul li input:focus{
	outline: none;
	border: 1px solid rgba(0,0,0,.5);
}
.exo_tm_contact .fields .last textarea{
	width: 100%;
	border: 1px solid rgba(0,0,0,.2);
	height: 120px;
	resize: none;
	margin-bottom: 20px;
	background-color: transparent;
}
.exo_tm_contact .fields .last textarea:focus{
	outline: none;
	border: 1px solid rgba(0,0,0,.5);
} 
.exo_tm_contact .empty_notice{
	color: #F52225;
	margin-bottom: 7px;
	display: none;
	text-align: left;
	font-weight: 500;
}
.exo_tm_contact .contact_error{
	color: #F52225;
	text-align: left;
	font-weight: 500;
}
.exo_tm_contact .returnmessage{
	color:#3A00FF;
	margin-bottom: 7px;
	text-align: left;
	font-weight: 500;
}
.exo_tm_contact .right{
	width: 50%;
	padding-left: 15px;
	position: relative;
	top:6px;
}
.exo_tm_contact .map_wrap .map {
  min-height: 344px;
  width: 100%;
}
.mouse-cursor{
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}
.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: #00deff;
  -webkit-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
  transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
}
.cursor-inner.cursor-hover {
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background-color: #00deff;
  opacity: .3;
}
.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid #00deff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: .5;
  -webkit-transition: all .08s ease-out;
  transition: all .08s ease-out;
}
.cursor-outer.cursor-hover{
  opacity: 0;
}
.exo_tm_all_wrap[data-magic-cursor="hide"] .mouse-cursor{
	display: none;
	opacity: 0;
	visibility: hidden;
	position: relative;
	z-index: -1111;
}
.exo_tm_sidebar_hero .bg .overlay.video{background-color: rgba(0,0,0,.5);}
.exo_tm_sidebar_hero .video_demo,
.exo_tm_leftside .video_demo,
.exo_tm_fixed_image .video_demo{
	position: relative;
	width: 100%;
	height:100%;
	float: left;
}
.exo_tm_sidebar_hero .video_demo video,
.exo_tm_leftside .video_demo video,
.exo_tm_fixed_image .video_demo video{
	object-fit: cover;
	max-width: 100%;
	height: 100%;
}
.exo_tm_sidebar_hero .glitch_wrap,
.exo_tm_one_page_hero .glitch_wrap,
.exo_tm_leftside .glitch_wrap,
.exo_tm_fixed_image .glitch_wrap{
	position: relative;
	width: 100%;
	height:100%;
	float: left;
	overflow: hidden;
}
.exo_tm_one_page_hero .glitch{
	background-image: url("img/slider/1.html");
}
.glitch{
	position: absolute;
 	width: 100%;
 	height: 100%;
	top: 0;
 	left: 0;
	background-image: url("img/about/1.html");
	background-size: cover;
	-webkit-background-size: cover;
	background-position: center;
	z-index: -1 !important;
	opacity: 1;
	transform: scale(1);
}
.glitch:before{
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.exo_tm_sidebar_hero .particle_wrapper,
.exo_tm_one_page_hero .particle_wrapper,
.exo_tm_fixed_image .particle_wrapper,
.exo_tm_leftside .particle_wrapper{
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}
#particles-js {
	width: 100%;
	height: 100%;
  	position: relative;
  	z-index: 2;
}


.container.bigger{max-width: 1400px;}
.exo_tm_portfolio_single{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.exo_tm_portfolio_single .hero{
	width: 100%;
	height: 100vh;
	clear: both;
	float: left;
	position: relative;
	margin-bottom: 110px;
}
.exo_tm_portfolio_single .hero .image{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.exo_tm_portfolio_single .hero .overlay{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(0,0,0,.4);
	z-index: 1;
}
.exo_tm_portfolio_single .hero .content{
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
	z-index: 2;
}
.exo_tm_portfolio_single .hero .content h3{
	font-size: 60px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
	margin-bottom: 10px;
}
.exo_tm_portfolio_single .hero .content span{
	font-weight: 600;
    color: #fff;
}
.exo_tm_down{
	position: absolute;
	z-index: 7;
	bottom: 60px;
}
.exo_tm_down[data-position="left"]{
	left: 0px;
}
.exo_tm_down[data-position="right"]{
	right: 0px;
}
.exo_tm_down[data-position="center"]{
	left:50%;
	transform: translateX(-50%);
}
.exo_tm_down .line_wrapper{
	position: absolute;
    width: 1px;
    height: 100%;
    left: 0;
    right: 0;
   	margin: 0px auto;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
	
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}
.exo_tm_down .line_wrapper{
    width: 1px;
    height: 50px;
    background: none;
	display: block;
}
.exo_tm_down .line_wrapper:before{
	content: "";
	background-color: #000;
	width: 1px;
    height: 50%;
    display: block;
    top: 0;
	
    -webkit-animation: scroll-down 2s ease-in-out infinite;
    -ms-animation: scroll-down 2s ease-in-out infinite;
    animation: scroll-down 2s ease-in-out infinite;;
}

@-webkit-keyframes scroll-down {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  70% {
    height: 100%;
    transform: scaleY(0.5);
    transform-origin: bottom;
  }
  100% {
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
.exo_tm_down[data-skin="light"] .line_wrapper:before{
	background-color: #fff;
}
.exo_tm_portfolio_single .main_details{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 100px;
}  
.exo_tm_portfolio_single .main_details .details_inner{
	width: 100%;
	height: auto;
	clear: both;
	display: flex;
}
.exo_tm_portfolio_single .main_details .left .social label{
	font-weight: 700;
	min-width: 130px;
}
.exo_tm_portfolio_single .main_details .left{
	width: 40%;
	padding-right: 50px;
}
.exo_tm_portfolio_single .main_details .left .social{
	display: flex;
	align-items: center;
}
.exo_tm_portfolio_single .main_details .left .social ul{
	margin: 0px;
	list-style-type: none;
}
.exo_tm_portfolio_single .main_details .left .social ul li{
	margin: 0px 10px 0px 0px;
	display: inline-block;
}
.exo_tm_portfolio_single .main_details .left .social ul li a{
	text-decoration: none;
	color: #333;
}
.exo_tm_portfolio_single .main_details .left .short{
	margin: 0px;
	list-style-type: none;
}
.exo_tm_portfolio_single .main_details .left .short li{
	margin: 0px 0px 10px 0px;
	width: 100%;
}
.exo_tm_portfolio_single .main_details .left .short li span{
	display: inline-block;
}
.exo_tm_portfolio_single .main_details .left .short li span.first{
	font-weight: 700;
	min-width: 130px;
}
.exo_tm_portfolio_single .main_details .left .short li span a{
	text-decoration: none;
	color: #333;
	position: relative;
	display: inline-block;
}
.exo_tm_portfolio_single .main_details .left .short li span a:before{
	content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.15);
}
.exo_tm_portfolio_single .main_details .left .short li span a:after{
	content: '';
    width: 0;
    height: 1px;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
    background: currentColor;
}
.exo_tm_portfolio_single .main_details .left .short li span a:hover:after{
	width:100%;
	left:0;
	right:auto;
}
.exo_tm_portfolio_single .main_details .right{
	width: 60%;
	padding-left: 50px;
}
.exo_tm_portfolio_single .main_details .title{
	font-size: 20px;
    font-weight: 600;
    color: #000;
	margin-bottom: 30px;
}
.exo_tm_portfolio_single .main_details .right p{
	font-size: 20px;
    color: #333;
}
.exo_tm_portfolio_single .jarallax_image{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	padding: 330px 0px;
	margin-bottom: 110px;
}
.exo_tm_portfolio_single .jarallax_image .image{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.exo_tm_portfolio_single .extra_info{
	width: 100%;
	margin-bottom: 100px;
}
.exo_tm_portfolio_single .extra_info h3{
	font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
}
.exo_tm_portfolio_single .image_list.smallGUtter ul{
	margin-left: -40px;
}
.exo_tm_portfolio_single .image_list.smallGUtter ul li{
	margin-bottom: 40px;
	padding-left: 40px;
}
.exo_tm_portfolio_single .image_list{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 55px;
}
.exo_tm_portfolio_single .image_list ul{
	margin: 0px 0px 0px -70px;
	list-style-type: none;
}
.exo_tm_portfolio_single .image_list ul li{
	margin: 0px 0px 70px 0px;
	float: left;
	width: 50%;
	padding-left: 70px;
}
.exo_tm_portfolio_single .image_list ul li:nth-child(2n+3){
	width: 100%;
}
.exo_tm_portfolio_single .image_list ul li .inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
}
.exo_tm_portfolio_single .image_list ul li .inner .image{
	float: left;
	position: relative;
}
.exo_tm_portfolio_single .image_list ul li .inner .image .main{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.exo_tm_portfolio_single .pagination{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 95px;
}
.exo_tm_portfolio_single .pagination .pagination_inner{
	width: 100%;
	height: auto;
	clear: both;
	display: flex;
	align-items: center;
	justify-content: space-between;	
}
.exo_tm_portfolio_single .pagination a{
	text-decoration: none;
	position: relative;
	display: inline-block;
	color: #000;
	font-size: 20px;
	font-weight: 700;
}
.exo_tm_portfolio_single .pagination a:before{
	content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.15);
}
.exo_tm_portfolio_single .pagination a:after{
	content: '';
    width: 0;
    height: 1px;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
    background: currentColor;
}
.exo_tm_portfolio_single .pagination a:hover:after{
	width:100%;
	left:0;
	right:auto;
}
.exo_tm_footer{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	background-color: #000;
	padding: 50px 20px;
	text-align: center;
}
.exo_tm_footer p{
	color: #fff;
}


.exo_tm_blog_single{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.exo_tm_blog_single .hero.classic{
	height: 75vh;
}
.exo_tm_blog_single .hero.sidebar{
	height: 75vh;
}
.exo_tm_blog_single .hero{
	width: 100%;
	height: 100vh;
	position: relative;
	float: left;
	margin-bottom: 40px;
}
.exo_tm_blog_single .hero .image{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.exo_tm_blog_single .hero.gutter .image{
	top: 40px;
	left: 40px;
	right: 40px;
}
.exo_tm_blog_single .short_info{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 18px;
}
.exo_tm_blog_single .short_info ul{
	margin: 0px;
	list-style-type: none;
}
.exo_tm_blog_single .short_info ul li{
	margin: 0px 25px 0px 0px;
	display: inline-block;
}
.exo_tm_blog_single .short_info ul li:last-child{margin-right: 0px;}
.exo_tm_blog_single .short_info ul li .list_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
}
.exo_tm_blog_single .short_info ul li .list_inner span{
	font-size: 14px;
	font-family: "Poppins";
	font-weight: 500;
	padding-left: 25px;
	display: inline-block;
}
.exo_tm_blog_single .short_info ul li .list_inner a{
	text-decoration: none;
	color: #000;
}
.exo_tm_blog_single .short_info ul li .list_inner .svg{
	color: #00deff;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	margin-top: -1px;
}
.exo_tm_blog_single .title{
	width: 100%;
	height: auto;
	clear: both;
	float: left; 
	margin-bottom: 30px;
}
.exo_tm_blog_single .title h3{
	font-weight: 600;
}
.exo_tm_blog_single .main_infos{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 40px;
}
.exo_tm_blog_single .main_infos p{
	margin-bottom: 15px;
}
.exo_tm_blog_single .main_infos p:last-child{margin-bottom: 0px;}
.exo_tm_blog_single .main_infos blockquote{
	color: #000;
	border-left: 2px solid #00deff;
	padding-left: 20px;
	font-style: italic;
	margin-bottom: 15px;
}
.exo_tm_blog_single .info_images{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding: 20px 0px 12px 0px;
}
.exo_tm_blog_single .info_images ul{
	margin: 0px 0px 0px -20px;
	list-style-type: none;
}
.exo_tm_blog_single .info_images ul li{
	margin: 0px 0px 20px 0px;
	width: 50%;
	float: left;
	padding-left: 20px;
}
.exo_tm_blog_single .info_images ul li .image{
	position: relative;
}
.exo_tm_blog_single .info_images ul li .image img{
	min-width: 100%;
	opacity: 0;
}
.exo_tm_blog_single .info_images ul li .image .main{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.exo_tm_blog_single .tags{
	width: 100%;
	height: auto;
	clear: both;
	display: flex;
	align-items: center;
	margin-bottom: 100px;
}
.exo_tm_blog_single .tags label{
	font-family: "Poppins";
	font-weight: 600;
	padding-right: 20px;
}
.exo_tm_blog_single .tags ul{
	margin: 0px;
	list-style-type: none;
}
.exo_tm_blog_single .tags ul li{
	margin: 0px 10px 10px 0px;
	display: inline-block;
}
.exo_tm_blog_single .tags ul li a{
	text-decoration: none;
	color: #000;
	display: inline-block;
	border: 1px solid rgba(0,0,0,.15);
	padding: 3px 10px;
}
.exo_tm_commentbox_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	background-color: #f8f5f2;
	margin-bottom: 40px;
}
.exo_tm_commentbox_wrap.half{margin-bottom: 70px;}
.exo_tm_commentbox_wrap.classic{margin-bottom: 110px;}
.exo_tm_commentbox_wrap.sidebar{margin-bottom: 110px;}
.exo_tm_commentbox_wrap .inner_wrap{
	width: 100%;
	height: auto;
	background-color: rgba(255,255,255,.05);
	clear: both;
	float: left;
	padding: 50px 0px 41px 0px;
}
.exo_tm_commentbox_wrap .inner_wrap .desriptions_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding: 0px 40px;
	margin-bottom: 46px;
}
.exo_tm_commentbox_wrap .title h3{
	color: #000;
    font-size: 20px;
    font-weight: 600;
	margin-bottom: 20px;
}
.exo_tm_commentbox_wrap .comment_texts{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.exo_tm_commentbox_wrap .wp{
	position: relative;
	padding-left: 90px;
}
.exo_tm_commentbox_wrap .wp .avatar{
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	top: 12px;
	left: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.exo_tm_commentbox_wrap .wp h3 a{
	color: #000;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
	text-transform: capitalize;
	text-decoration: none;
}
.exo_tm_commentbox_wrap .wp .date{
	font-size: 13px;
	margin-bottom: 12px;
	display: inline-block;
}
.exo_tm_commentbox_wrap .wp .text a{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: 600;
	font-family: "Saira";
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.exo_tm_commentbox_wrap .wp .text a:hover{color: #E9204F;}
.exo_tm_commentbox_wrap .reply_comment_wrap{
	width: 100%;
	height: 200px;
	float: left;
}
.exo_tm_commentbox_wrap .reply_comment_wrap .title{
	color: #fff;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
}
.exo_tm_commentbox_wrap .reply_comment_wrap{
	width: 100%;
	float: left;
	height: auto;
	clear: both;
	padding: 0px 40px;
}
.exo_tm_commentbox_wrap .reply_comment_wrap .input_list_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.exo_tm_commentbox_wrap .reply_comment_wrap .input_list_wrap .input_row{
	width: 100%;
	clear: both;
	float: left;
	margin-bottom: 22px;
}
.exo_tm_commentbox_wrap .reply_comment_wrap .input_list_wrap .input_row input{
	width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.3);
    color: #000;
    padding-left: 0px !important;
	
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
	    -ms-transition: all .2s ease;
	     -o-transition: all .2s ease;
	        transition: all .2s ease;
}
.exo_tm_commentbox_wrap .reply_comment_wrap .input_list_wrap .input_row input:focus{
	outline: none;
	border-bottom-color: rgba(0,0,0,1)
}
.exo_tm_commentbox_wrap .reply_comment_wrap .input_list_wrap .input_row textarea{
	width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.3);
    resize: none;
    color: #000;
    padding-left: 0px !important;
    height: 44px;
    
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
	    -ms-transition: all .2s ease;
	     -o-transition: all .2s ease;
	        transition: all .2s ease;
}
.exo_tm_commentbox_wrap .reply_comment_wrap .input_list_wrap .input_row textarea:focus{
	outline: none;
	border-bottom-color: rgba(0,0,0,1);
}


.exo_tm_total{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	padding: 0px 100px;
}
.exo_tm_extra_wrapper_all{
	width: 100%;
	max-width: 1400px;
	height: 80vh;
	position: relative;
	margin: 10vh auto;
	box-shadow: 0px 0px 50px rgba(0,0,0,.15);
	background-color: #fff;
}
.exo_tm_leftside{
	width: 400px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #fff;
	box-shadow: 0px 0px 50px rgba(0,0,0,.13);
	z-index: 20;
}
.exo_tm_leftside .leftside_inner{
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
}
.exo_tm_leftside .image{
	width: 100%;
	height: 50%;
	position: relative;
	margin-bottom: 35px;
	overflow: hidden;
}
.exo_tm_leftside .image .main{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.exo_tm_leftside .shape{
	position: absolute;
    width: 100%;
    bottom: -11px;
    z-index: 10;
}
.exo_tm_leftside .shape .svg{
	width: 100%;
	height: 100%;
}
.exo_tm_leftside .name{
	padding: 0px 10px;
}
.exo_tm_leftside .name h3{
	font-weight: 700;
	font-size: 35px;
	margin-bottom: 8px;
}
.exo_tm_leftside .cd-headline,
.exo_tm_leftside .name b{
	font-weight: 600;
	font-family: "Poppins";
	font-size: 20px !important;
}
.exo_tm_leftside .social{
	width: 100%;
	float: left;
	padding-top: 20px;
}
.exo_tm_leftside .social ul{
	margin: 0px;
	list-style-type: none;
}
.exo_tm_leftside .social ul li{
	margin: 0px 10px 0px 0px;
	display: inline-block;
}
.exo_tm_leftside .social ul li:last-child{margin-right: 0px;}
.exo_tm_leftside .social ul li a{
	text-decoration-skip: none;
	color: #000;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.exo_tm_leftside .social ul li i{
	font-size: 17px;
}
.exo_tm_button_extra{
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.exo_tm_button_extra a{
	text-decoration: none;
	color: #fff;
	background-color: #000;
	display: block;
	font-family: "Poppins";
	font-weight: 400;
	padding: 15px 0px;
	position: relative;
}
.exo_tm_button_extra a span{
	position: relative;
	z-index: 1;
}
.exo_tm_button_extra a:hover span{
	color: #fff;
}
.exo_tm_button_extra a:before{
	position: absolute;
	content:""; 
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 51%;
	background-color: #00deff;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.exo_tm_button_extra a:after{
	position: absolute;
	content:""; 
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: 51%;
	background-color: #00deff;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.exo_tm_button_extra a:hover:before{
	width: 0px;
}
.exo_tm_button_extra a:hover:after{
	width: 0px;
}
.exo_tm_extra_section{
	position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding-left: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
    transform: translate3d(1%, 0, 0);
    transition: transform .4s ease .4s,opacity 0s ease .4s;
	 background-image: url("css/bg.jpg");

}
.exo_tm_extra_section.active{
	opacity: 1;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}
.exo_bg_image{
	width: 100%;
	height: 100vh;
	clear: both;
	float: left;
	position: absolute;
}
.exo_bg_image .main{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}


.exo_tm_sidebar{
	width: 400px;
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	background-color: #fff;
	z-index: 15;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.exo_tm_sidebar .inner{
	width: 100%;
	height: 100%;
	clear: both;
	float: left;
	padding: 60px;
}
.exo_tm_sidebar .inner .logo{float: left;}
.exo_tm_sidebar .inner .logo .light{display: none;}
.exo_tm_sidebar .inner .logo img{
	max-width: 200px;
	max-height: 200px;
}
.exo_tm_sidebar .inner .menu{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.exo_tm_sidebar .inner .menu ul{
	margin: 0px;
	list-style-type: none;
	width: 100%;	
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.exo_tm_sidebar .inner .menu ul li{
	margin: 0px;
	position: relative;
}
.exo_tm_sidebar .inner .menu ul li:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background-color: rgba(0,0,0,.07);
	left: 0px;
	bottom: 0px;
}
.exo_tm_sidebar .inner .menu ul li:last-child:before{display: none;}
.exo_tm_sidebar .inner .menu ul li a{
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	padding: 13px 0px;
	font-family: "Poppins";
	font-weight: 500;
	padding-left: 20px;
}
.exo_tm_sidebar .inner .menu ul li a:after{
	position: absolute;
	content: "";
	width: 5px;
	height: 3px;
	border-radius: 100%;
	background-color: #00deff;
	left: 0%;
	top: 50%;
	transform: translateY(-50%);
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.exo_tm_sidebar .inner .menu ul li a:hover:after{
	width: calc(100% + 20px);
	height: 3px;
}
.exo_tm_sidebar .inner .bottom{
	position: absolute;
	bottom: 50px;
	left: 60px;
}
.exo_tm_sidebar .inner .bottom ul{
	margin: 0px;
	list-style-type: none;
}
.exo_tm_sidebar .inner .bottom ul li{
	margin: 0px 10px 0px 0px;
	display: inline-block;
}
.exo_tm_sidebar .inner .bottom ul li a{
	text-decoration: none;
	color: #000;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}

.exo_tm_sidebar_demo_rightpart{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding-left: 400px;
}
.exo_tm_sidebar_hero{
	width: 100%;
	height: 100vh;
	clear: both;
	float: left;
	position: relative;
}
.exo_tm_sidebar_hero .bg{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.exo_tm_sidebar_hero .bg .image{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.exo_tm_sidebar_hero .bg .overlay{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
/*	background-color: rgba(0,0,0,.5);*/
	z-index: 1;
}
.exo_tm_sidebar_hero .content{
	position:  absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.exo_tm_sidebar_hero .content .text{
	margin-bottom: 50px;
}
.exo_tm_sidebar_hero .content .text h3{
	color: #fff;
	font-weight: 600;
	font-size: 50px;
	line-height: 1.2;
	margin-bottom: 15px;
	font-family: "Poppins";
}
.exo_tm_sidebar_hero .content .text h3 span,
.exo_tm_sidebar_hero .content .text h3 b{
	font-weight: 600;
	font-size: 50px;
	line-height: 1.2;
}
.exo_tm_sidebar_hero .exo_tm_down{left: 70px;}
.exo_tm_sidebar_hero .exo_tm_button a{border: none;}


@media (max-width: 1600px) {
	.exo_tm_about .main_infos .right{padding-left: 30px;}
	.exo_tm_about .main_infos .left{padding-right: 30px;}
	.exo_tm_facts ul li{width: 50%;}
	.exo_tm_interests ul li{width: 50%;}
	.exo_tm_works .portfolio_list ul li .desc{left: 20px;bottom: 20px;}
	.exo_tm_works .portfolio_list ul li .desc .in h3{font-size: 17px;}
	.exo_tm_works .portfolio_list ul li .desc .in{padding: 15px 15px 6px 15px;}
	.exo_tm_extra_wrapper_all{max-width: 1300px;}
	.exo_tm_leftside{width: 350px;}
	.exo_tm_extra_section{padding-left: 350px;}
	.exo_tm_leftside .name h3{font-size: 30px;}
	
	.exo_tm_sidebar{width: 300px;}
	.exo_tm_sidebar_demo_rightpart{padding-left: 300px;}
}
@media (max-width: 1400px) {
	.exo_tm_all_wrap[data-menu-position="sidebar"] .exo_tm_section{padding-left: 90px;}
	.exo_tm_fixed_image{display: none;}
	.exo_tm_section{padding-left: 90px;}
	.exo_tm_menu{top: 0px;left: 0px;height: 100vh;width: 90px;background-color: #00deff;display: flex;align-items: center;transform: translate(0);}
	.exo_tm_menu ul{width: 100%;}
	.exo_tm_menu ul li{border-bottom: 1px solid rgba(255,255,255,.15)}
	.exo_tm_menu ul li a{color: #fff;display: block;}
	.exo_tm_menu ul li .svg{color: #fff;}
	.exo_tm_menu ul li.active a{color: #000;}
	.exo_tm_menu ul li.active a .svg{color: #000;}
	.exo_tm_all_wrap[data-menu-position="topLeft1"] .exo_tm_menu{top: 0px;}
	.exo_tm_all_wrap[data-menu-position="topLeft2"] .exo_tm_menu{top: 0px;}
	.exo_tm_all_wrap[data-menu-style="inline"] .exo_tm_menu ul li{float: none;display: inherit;border-right: none;}
	.exo_tm_all_wrap[data-menu-style="inline"] .exo_tm_menu ul li a{padding: 13px 5px;}
	.exo_tm_all_wrap[data-menu-position="leftBottom1"] .exo_tm_menu{bottom: 0px;}
	.exo_tm_all_wrap[data-menu-position="leftBottom2"] .exo_tm_menu{bottom: 0px;}
	.exo_tm_all_wrap[data-menu-position="center"] .exo_tm_menu{left: 0px;}
	.exo_tm_leftside{display: none;}
	.exo_tm_extra_section{padding-left: 0px;}
}
@media (max-width: 1040px) {
	.animate_bg{display: none;}
	.mouse-cursor{display: none;}
	.exo_tm_preloader{display: none;}
	.exo_tm_all_wrap[data-menu-position="topLeft1"] .exo_tm_menu{top: 0px;}
	.exo_tm_all_wrap[data-menu-position="topLeft2"] .exo_tm_menu{top: 0px;}
	.exo_tm_all_wrap[data-menu-position="leftBottom1"] .exo_tm_menu{top: 0px;}
	.exo_tm_all_wrap[data-menu-position="leftBottom2"] .exo_tm_menu{top: 0px;}
	.exo_tm_all_wrap[data-menu-position="leftCenter"] .exo_tm_menu{top: 0px;transform: translateY(0);}
	.exo_tm_all_wrap[data-menu-style="inline"] .exo_tm_menu ul li{display: inline-block;float: none;border: none;}
	.exo_tm_all_wrap[data-menu-position="center"] .exo_tm_menu{left: 0px;}
	.exo_tm_all_wrap[data-menu-style="inline"] .exo_tm_menu ul li a{padding: 0px;}
	.exo_tm_all_wrap[data-menu-position="sidebar"] .exo_tm_menu.extra{height: 50px;width: 100vw;}
	.exo_tm_all_wrap[data-menu-position="sidebar"] .exo_tm_section{padding-left: 0px;}
	.exo_tm_menu{top: 0px;left: 0px; width: 100vw;height: 50px;text-align: center;border-radius: 0px;}
	.exo_tm_menu ul li{display: inline-block;margin-right: 20px;border: none;}
	.exo_tm_menu ul{position: relative;top: 6px;}
	.exo_tm_menu ul li:last-child{margin-right: 0px;}
	.exo_tm_menu ul li span{display: none !important;}
	.exo_tm_menu ul li a{padding: 0px;}
	.exo_tm_section{padding-left: 0px;}
	.exo_tm_home .content .image{display: block;}
	.exo_tm_home .content h3{font-size: 50px;margin-bottom: 10px;}
	.exo_tm_animate_text{margin-bottom: 26px;}
	.cd-headline{font-size: 25px;}
	.exo_tm_about{padding:118px 20px 0px 20px;}
	.exo_tm_about .main_infos{flex-direction: column;align-items: baseline;}
	.exo_tm_about .main_infos .left{width: 100%;padding-right: 0px;margin-bottom: 30px;}
	.exo_tm_about .main_infos .right{width: 100%;padding-left: 0px;}
	.exo_tm_partners ul li{text-align: center;}
	.exo_tm_resume{padding: 118px 20px 0px 20px;}
	.exo_tm_resume .experience_list ul li .list_inner{flex-direction: column;align-items: baseline;}
	.exo_tm_resume .experience_list ul li .list_inner > div{width: 100%;padding: 0px;margin-bottom: 20px;}
	.exo_tm_resume .experience_list ul li .list_inner > div:last-child{margin-bottom: 0px;}
	.exo_tm_works{padding: 118px 20px 0px 20px;}
	.exo_tm_works .portfolio_list ul{margin-left: -20px;}
	.exo_tm_works .portfolio_list ul li{width: 50%;margin-bottom: 20px;padding-left: 20px;}
	.exo_tm_news{padding: 118px 20px 0px 20px;}
	.exo_tm_news ul{margin-left: -20px;}
	.exo_tm_news ul li{padding-left: 20px;}
	.exo_tm_contact{padding: 118px 20px 0px 20px;}
	.exo_tm_intro_page .hero_header .content h3{font-size: 35px;}
	.exo_tm_intro_page .hero_header .content .cd-headline b{font-size: 35px;}
	.exo_tm_intro_page .intro_footer .inner h3{font-size: 35px;}
	.exo_tm_intro_page .mainpart .intro_title h3{font-size: 30px;}
	.exo_tm_portfolio_single .hero .content h3{font-size: 35px;}
	.exo_tm_portfolio_single .main_details .details_inner{flex-direction: column;align-items: baseline;}
	.exo_tm_portfolio_single .main_details .left{width: 100%;padding-right: 0px;margin-bottom: 50px;}
	.exo_tm_portfolio_single .main_details .right{width: 100%;padding-left: 0px;}
	.exo_tm_portfolio_single .extra_info{width: 100%;margin-bottom: 90px;}
	.exo_tm_portfolio_single .image_list ul li{padding-left:0px;width: 100%;}
	.exo_tm_portfolio_single .image_list ul{margin: 0px;}
	.exo_tm_portfolio_single .pagination a{font-size: 17px;}
	.exo_tm_portfolio_single .jarallax_image{margin-bottom: 100px;}
	.exo_tm_portfolio_single .image_list{margin-bottom: 45px;}
	.exo_tm_portfolio_single .image_list ul li{margin-bottom: 20px;}
	.exo_tm_portfolio_single .pagination{margin-bottom: 85px;}
	.exo_tm_single_menu{display: none;}
	.exo_tm_single_blog_menu{display: none;}
	.exo_tm_blog_single .hero_title h3{font-size: 20px;}
	.exo_tm_blog_single .inner_list ul li{width: 100%;padding-left: 0px;}
	.exo_tm_blog_single .inner_list ul{margin: 0px;}
	.exo_tm_blog_single .hero{padding-top: 60px;}
	.exo_tm_blog_single .share{margin-bottom: 100px;}
	.exo_tm_extra_section{position: fixed;}
	.exo_tm_total{padding: 0px;}
	.exo_tm_menu_extra{top: 0px;left: 0px; width: 100vw;height: 50px;text-align: center;border-radius: 0px;position: fixed;background-color: #00deff;display: flex;align-items: center;}
	.exo_tm_menu_extra ul{width: 100%;}
	.exo_tm_menu_extra ul li{display: inline-block;margin-right: 20px;border: none;}
	.exo_tm_menu_extra ul{position: relative;top: 6px;}
	.exo_tm_menu_extra ul li:last-child{margin-right: 0px;}
	.exo_tm_menu_extra ul li span{display: none !important;}
	.exo_tm_menu_extra ul li a{padding: 0px;color: #fff;}
	.exo_tm_menu_extra ul li.active a{color: #000;}
	.exo_tm_extra_wrapper_all{height: auto;margin: 0px 0px 0px 0px !important;}
	
	.exo_tm_sidebar {display: none;}
	.exo_tm_sidebar_demo_rightpart{padding-left: 0px;}
	.exo_tm_sidebar_hero .exo_tm_down{left: 20px;}
	.exo_tm_sidebar_hero .content .text h3{font-size: 35px;}
	.exo_tm_sidebar_hero .content .text h3 span,.exo_tm_sidebar_hero .content .text h3 b{font-size: 35px;}
}
@media (max-width: 768px) {
	.exo_tm_home .content h3{font-size: 35px;}
	.cd-headline{font-size: 20px;}
	.exo_tm_about .exo_tm_services ul{margin: 0px;}
	.exo_tm_about .exo_tm_services ul li{width: 100%;padding-left: 0px;}
	.exo_tm_facts ul{margin: 0px;}
	.exo_tm_facts ul li{width: 100%;padding-left: 0px;}
	.exo_tm_interests ul{margin: 0px;}
	.exo_tm_interests ul li{width: 100%;padding-left: 0px;}
	.exo_tm_skills{flex-direction: column;align-items: baseline;}
	.exo_tm_skills .left{width: 100%;padding-right: 0px;margin-bottom: 30px;}
	.exo_tm_skills .right{width: 100%;padding-left: 0px;}
	.exo_tm_works .portfolio_list ul{margin: 0px;}
	.exo_tm_works .portfolio_list ul li{width: 100%;padding-left: 0px;}
	.exo_tm_works .portfolio_filter ul li{margin: 0px 20px 10px 0px;}
	.exo_tm_news ul{margin: 0px;}
	.exo_tm_news ul li{padding-left: 0px;width: 100%;}
	.exo_tm_contact .short_info ul{margin: 0px;}
	.exo_tm_contact .short_info ul li{padding-left: 0px;width: 100%;}
	.exo_tm_contact .contact_inner .wrapper{flex-direction: column;align-items: baseline;}
	.exo_tm_contact .contact_inner .left{width: 100%;padding-right: 0px;margin-bottom: 40px;}
	.exo_tm_contact .contact_inner .right{width: 100%;padding-left: 0px;}
	.exo_tm_intro_page .demo_list ul{margin: 0px;}
	.exo_tm_intro_page .demo_list ul li{width: 100%;padding-left: 0px;}
	.exo_tm_blog_single .title h3{font-size: 25px;}
	.exo_tm_blog_single .info_images ul{margin: 0px;}
	.exo_tm_blog_single .info_images ul li{width: 100%;padding-left: 0px;}
	.exo_tm_blog_single .tags{flex-direction: column;align-items: baseline;}
	.exo_tm_blog_single .tags label{padding-right: 0px;margin-bottom: 10px;}
	.exo_tm_commentbox_wrap .wp .avatar{position: relative;margin-bottom: 20px;}
	.exo_tm_commentbox_wrap .wp{padding-left: 0px;}
	.exo_tm_commentbox_wrap .title h3{font-size: 18px !important;}
}
.cd-headline.slide .cd-words-wrapper{overflow: visible;}


.exo_tm_resume .short_info ul li .list_inner{
	width: 100%;
	height: 100%;
	clear: both;
	float: left;
	position: relative;
	border: 1px solid rgba(0,0,0,.15);
	padding: 50px 10px;
	border-radius: 5px;
}
