/* --------------------------------- */
/* Css Styles                        */
/*---------------------------------- */

/**
	Vaxholm - Portfolio Template 
	Author : Tavonline
	Copyright 2021

/* Table of Content
==================================================
	
	1. Body and Core Css
	2. Home Section
	3. About Section
	4. Portfolio Section
	5. Contact Section
	6. Responsive

/*------------------------ 1 Body and Core Css ------------------------*/

@import url("assets.css");
@import url("header.css");
@import url("portfolio.css");
@import url("particle.css");
@import url("../css/colors/orange.css");
@import url("reset.css");

body{
	font-family: "Poppins", sans-serif;
}


p{
    font-size: 16px;
    color: #0c0c0c;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
 }

 body #loader {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	height: 100vh;
	width: 100vw;
	background: #ebebeb;
  z-index: 999999;
  position: fixed;
  
}
body #loader .loading {
	font-weight: 800;
	font-size: 1.5em;
	text-transform: uppercase;
	color: #ACACAC;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

body #loader .loading .txt {
	opacity: 0;
}

body #loader .loading .progress {
	opacity: 0;
	height: 4px;
	width: 200px;
	background: rgba(0, 0, 0, 0.1);
	margin-top: 20px;
	position: relative;
}

body #loader .loading .progress .bar-loading {
	content: "";
	height: 4px;
	width: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
  bottom: 0;
  background: #000;
}

.dark-version #loader .loading .progress .bar-loading {
    background: #fff;
}

.dark-version header nav.classic-menu ul li a{
  color: #fff;
}

.dark-version #loader {
background: #101010;
}

.dark-version #loader .progress {
background: rgba(255, 255, 255, 0.2);
}

#loader .loading .txt{
  font-weight: 600;
  font-size: 20px;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
}


 .dark-version p{
	 color: #fff;
 }

 .spacer_30{width: 100%; height: 30px;}
.spacer_60{width: 100%; height: 60px;}
.spacer_90{width: 100%; height: 90px;}
.spacer_120{width: 100%; height: 120px;}


 .outer{
	width: 100%;
	height: 100%;
	display: table;
 }

 .inner{
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
 }


 .page_hero{
	 width: 100%;
	 height: 100vh;
	 text-align: center;
	 position: relative;
	 display: inline-block;
	 overflow: hidden;
 }
 
 .page_hero .page_caption{
	 font-size: 70px;
	 line-height: 85px;
	 letter-spacing: -3px;
	 font-weight: 500;
 }

 .page_hero.sub_page .page_caption{
	font-size: 60px;
 }

 .mini_caption{
	 margin-bottom: 30px;
 }

 .dark-version .mini_caption{
	 color: #fff;
 }

 .typed-version .mini_caption{
	 margin-top: 23px;
	 line-height: 28px;
	 font-size: 18px;
 }

 .typed-version .page_caption {
    line-height: 80px;
	font-size: 80px;
}


 .page_hero.sub_page .mini_caption{
	margin-bottom: 0px;
	margin-top: 20px;
}

 .mini_caption span{
	 font-weight: 600;
 }

 .page_hero.sub_page{
	 height: 80vh;
 }

.single_blog_caption{
	font-size: 50px;
	font-weight: 600;
	padding-top: 20vmax;
	line-height: 68px;
 }

 .dark-version .single_blog_caption{
	 color: #fff;
 }

 .dark-version blockquote{
	 color: #fff;
 }

 blockquote {
    border-left: 4px solid #e5e5e5;
    padding-left: 15px;
    margin: 60px 0;
    font-weight: 600;
	font-size: 20px;
	line-height: 34px;
}

.tags{
	display: inline-block;
	width: 100%;
}

.tags i {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: left;
    margin-right: 15px;
    line-height: 27px;
}

.dark-version .tags i{
	color: #fff;
}

.tags ul li {
    float: left;
    list-style: none;
	margin-bottom: 15px;
}

.tags ul li a {
    margin-right: 10px;
    color: #000;
    font-size: .74rem;
    background: #f3f3f3;
    padding: 4px 11px;
    border-radius: 3px;
    display: inline-block;
    transition: all ease 0.8s;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    -ms-transition: all ease 0.8s;
    -o-transition: all ease 0.8s;
}

.tags ul li a:hover {
    color: #fff;
    background: #000;
}

.dark-version .tags ul li a:hover{
    background: rgb(99, 99, 99);
}
 

.particle{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
	z-index: -1;
}

#magic-cursor {
    position: absolute;
    width: 34px;
    height: 34px;
    pointer-events: none;
    z-index: 1000;
  }

  #ball_outer{
	position: fixed;
	left: 0;
	top: 0;
	transform: translate(-50%, 50%);
	-webkit-transform: translate(-50%, 50%);
	-moz-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	-o-transform: translate(-50%, 50%);
  }
  
  #ball {
	  left: 0;
	  top: 0;
	  width: 34px;
	  height: 34px;
	  border: 2px solid #000;
	  border-radius: 50%;
	  pointer-events: none;
	  opacity:1;
	  transition: all ease .4s;
	  -webkit-transition: all ease .4s;
	  -moz-transition: all ease .4s;
	  -ms-transition: all ease .4s;
	  -o-transition: all ease .4s;
}

#ball.close:before{
	content: '';
	position: absolute;
	width: 50%;
	height: 2px;
	background: #000;
	top: 16px;
	left: 8px;
	opacity: 1 !important;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

#ball.close:after{
	content: '';
	position: absolute;
	width: 50%;
	height: 2px;
	background: #000;
	top: 16px;
	left: 8px;
	opacity: 1 !important;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

#ball.white{
	border: 2px solid #fff;
}

#ball.white.big{
	width: 70px;
	height: 70px;
	background: rgba(255, 255, 255, 0.26);
	border: 0;
}


#ball.big{
    width: 70px;
    height: 70px;
    background: rgba(0, 0, 0, 0.1);
    border: 2px solid #fff;
    border: 0;
}

#ball.disable{
    display: none;
}

#ball.active{
    border: 2px solid #fff;
}

#ball.active.big{
    background: rgba(255, 255, 255, 0.2);
    border: 0;
}

#ball.active.disable{
    background: rgba(255, 255, 255, 0.2);
    border: 0;
}

#ball.plus{
    background: #fff;
    text-align: center;
    width: 70px;
    height: 70px;
    margin-left: -20px;
	border: 0;
}

#ball.plus:before{
    line-height: 72px;
    font-family:'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f067";
    color: #000;
    font-size: .6rem;
    opacity: 1;
}


#ball.slide:before {
    opacity: 1;
    font-family:'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f104";
    font-size: 15px;
    width: 4px;
    height: 8px;
    line-height: 8px;
    text-align: center;
    position: absolute;
    left: -15px;
    top: 15px;
    color: #000;
    transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#ball:after, #ball:before{
    opacity: 0;
}

#ball.slide:after {
    font-family:'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f105";
    font-size: 15px;
    width: 4px;
    height: 8px;
    line-height: 8px;
    text-align: center;
    position: absolute;
    right: -15px;
    top: 15px;
    color: #000;
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    opacity: 1;
    -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}



/* Grid Portfolio */

.grid-portfolio{
	display: block;
	position: relative;
  }
  
  .grid-portfolio img{
	width: 100%;
	visibility: hidden;

  }
  
  .grid-portfolio img:nth-child(2) {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.3s;
  }
  
  .grid .grid-item{
	display: inline-block;
  }

  .grid-item{
	  margin-bottom: 60px;
  }
  
  .show_filters{
	color: #000;
	display: inline-block;
	position: absolute;
	left: -30px;
	cursor: pointer;
}

.show_filters span{
	font-size: 15px;
	line-height: 4px;
	font-weight: 500;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform-origin: top left;
	display: inline-block;
}

.dark-version .show_filters span{
	color: #fff;
}

.show_filters span i{
	margin-right: 10px;
}
  

.portfolio_filter.left{
	position: absolute;
	left: -26px;
}


.portfolio_filter.left ul li {
	list-style: none;
	float: left;
	margin-right: 30px;
}

.portfolio_filter.left ul li a{
	color: #000;	
}

.portfolio_list_filter{
	width: 100%;
	height: 100vh;
	position: absolute;
	/* background: rgba(0, 0, 0, 0.90); */
	backdrop-filter: blur(20px);
	left: 0;
	top: 0;
	z-index: 10;
	cursor: none;
}

.portfolio_list_filter ul{
	position: absolute;
	bottom: 90px;
	right: 100px;
	width: 40%;
}

  .portfolio_list_filter ul li{
	list-style: none;
	float: right;
	margin-right: 45px;
  }
  
  .portfolio_list_filter ul li a{
	font-size: 30px;
	color: #000;
	font-weight: 500;
	letter-spacing: -1px;
	line-height: 60px;
	position: relative;
  }
  
  .portfolio_list_filter ul li a:after{
	content: "";
	width: 0;
	height: 3px;
	background: #000;
	position: absolute;
	left: 0;
	top: 21px;
	background: #000;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
  }
  
  
  .portfolio_list_filter .select-cat:after{
	width: 100%;
  }


  .window_height_15{
	height: 15vmax;
	width: 100%;
  }

  .window_height_20{
	height: 20vmax;
	width: 100%;
  }

  .window_height_25{
	height: 25vmax;
	width: 100%;
  }

  .window_height_30{
	height: 30vmax;
	width: 100%;
  }

  .window_height_35{
	height: 35vmax;
	width: 100%;
  }

  .window_height_40{
	height: 40vmax;
	width: 100%;
  }

  .window_height_45{
	height: 45vmax;
	width: 100%;
  }

  .window_height_50{
	height: 50vmax;
	width: 100%;
  }

  .window_height_55{
	height: 55vmax;
	width: 100%;
  }

  .window_height_60{
	height: 60vmax;
	width: 100%;
  }
  

  .minus_margin_90{
	  margin-top: -90px;
  }
  
  
  .grid-portfolio .hover_2{
  display: none;
  }
  
  .grid{
	display: inline-block;
	width:  100%;
  }
  
  
  .portfolio_info{
	pointer-events: none;
	display: inline-block;
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 9;
	padding: 5px 15px;
	transition: all ease 1s;
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-ms-transition: all ease 1s;
	-o-transition: all ease 1s;
}
  
.portfolio_info.bottom{
	top: auto;
	bottom: 30px;
}
  
  .portfolio_info .category{
	color: #000;
	font-size: 12px;
	font-weight: 500;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
  }
  
  .portfolio_info .title{
	color: #000;
	font-size: 24px;
	font-weight: 500;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
}

.portfolio_info.little_title .title{
	font-size: 22px;
}

.portfolio_info.little_title .category{
	font-size: 12px;
}

  .portfolio_info.white .category,  .portfolio_info.white .title{
	color: #fff;
  }

  .portfolio_info .category{
	  transform: translateY(15px);
	  -webkit-transform: translateY(15px);
	  -moz-transform: translateY(15px);
	  -ms-transform: translateY(15px);
	  -o-transform: translateY(15px);
	  opacity: 0;
}

.portfolio_info .title{
	transform: translateY(15px);
	-webkit-transform: translateY(15px);
	-moz-transform: translateY(15px);
	-ms-transform: translateY(15px);
	-o-transform: translateY(15px);
}

.grid-item:hover .portfolio_info .title{
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
}

.grid-item:hover .portfolio_info .category{
	transform: translateY(5px);
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	-ms-transform: translateY(5px);
	-o-transform: translateY(5px);
	opacity: 1;
}

.grid-item:hover .portfolio_info.little_title .category{
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	opacity: 1;
}
  
  .grid-portfolio canvas{
	z-index: 9;
  }
 
  .portfolio_video{
	  position: relative;
	  height: 50vmax;
  }

  
.video-wrapper {
  top: 0; right: 0; bottom: 0; left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}



.video-wrapper video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 1. No object-fit support: */
@media (min-aspect-ratio: 16/9) {
  .video-wrapper > video { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-wrapper > video { width: 300%; left: -100%; }
}
/* 2. If supporting object-fit, overriding (1): */
@supports (object-fit: cover) {
  .video-wrapper > video {
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
  }
}


.container{
	width: 90%;
	margin-left: 5%;
}



#latest-tweets{
    text-align: center;
    overflow: hidden;
    width: 530px;
    margin-left: auto;
    margin-right: auto;

}



#latest-tweets ul {
    width: 99999px;
    height: auto;
    text-align: center;
    padding: 0;
}


#latest-tweets ul li{
    margin: 20px 0 0;
    width:530px;
    min-height: 130px;
    float: left;
    list-style: none;
    font-size: 16px;
    font-weight: 400;
}


#latest-tweets ul li .timePosted a{
    font-size: 13px;
	color: #000;
    margin-top: 12px;
    display: block;
}

#latest-tweets .tweet{
	color:#000;
	font-size: 18px;
	font-weight: 400;
}


.underline_title{
	font-size: 24px;
	font-weight: 600;
	position: relative;
	display: inline-block;
	letter-spacing: -1px;
}

.about_text .underline_title{
	margin-bottom: 30px;
}

.underline_title:after{
	content: '';
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: -1;
}

main{
	width: 100%;
    height: 100%;
}

.data-scroll {
    display: inline-block;
    width: 100%;
}

footer{
	background: #e9e9e9;
	z-index: 8;
	width: 100%;
  }

.dark-version footer{
	background: #000;
}

  .footer_container{
	padding: 120px 0;
	display: inline-block;
	width: 100%;
  }
  
  footer .logo{
	display: inline-block;
  }
  
  footer .logo img{
	max-height: 24px;
  }
  
  .footer_email{
	color: #000;
	font-size: 14px;
	font-weight: 500;
	line-height: 32px;
	display: inline-block;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
}

.dark-version .footer_email{
	color: #fff;
}
  

  .social_links li{
	list-style: none;
	float: left;
	margin-right: 30px;
  }
  
 footer .social_links li a{
	color: #000;
	font-size: 14px;
	font-weight: 500;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
}

.dark-version  footer .social_links li a{
	color: #fff;
}
  
  footer .social_links{
	margin-bottom: 60px;
  }
  
  footer .copyright{
	font-size: 12px;
	color: rgb(0, 0, 0);
	line-height: 30px;
  }

  .dark-version footer .copyright{
	color: rgb(192, 192, 192);
  }
  
  footer .copyright a{
	color: rgb(170, 170, 170);
  }
  
  footer .copyright a:hover{
	color: #000;
  }
  
  footer .privacy_policy{
	margin-top: 30px;
	color: #000;
	font-size: 11px;
	text-decoration: underline !important;
	display: inline-block;
	opacity: .5;
  }

  .dark-version   footer .privacy_policy{
	color: #fff;
  }
  
  footer .back_top{
	color: #000;
	opacity: .6;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	cursor: pointer;
  }
  
  .dark-version footer .back_top{
	color: #fff;
  }
  
  footer .back_top:hover{
	opacity: 1;
  }
  
  footer .back_top i{
	font-size: 13px;
	margin-right: 10px;
  }
  
  footer .back_top span{
	font-size: 13px;
  }
  
  
  footer .privacy_policy:hover{
	opacity: 1;
  }
  
  canvas {
	/* border: 1px solid white; */
	z-index: 12;    
	touch-action: none;
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: inherit;
	display: inline-block;
	background-size: cover;
  }


/* Dark version */

.dark-version body{
	background: #1D1D1D;
}

.dark-version footer{
	background: #000;
}

.dark-version header.classic-version nav ul li a, .dark-version .page_hero .page_caption, .dark-version #latest-tweets .tweet, .dark-version .underline_title, .dark-version header .menu-name{
	color: #fff;
}

.dark-version header .hamburger span{
	background: #fff;
}

.dark-version #latest-tweets ul li .timePosted a{
	color: rgba(255, 255, 255, 0.719);
}

.about_image img{
	width: 100%;
}

.team_member{
	width: 100%;
}

.team_image img{
	width: 100%;
}

.team_info{
	width: 100%;
	text-align: center;
	padding-top: 15px;
}

.team_name{
	font-size: 22px;
	font-weight: 600;
}

.dark-version .team_name, .dark-version .team_info .social_links a{
	color: #fff;
}

.dark-version .team_job{
	color: rgba(255, 255, 255, 0.493);
}

.team_job{
	font-size: 12px;
}

.team_member .social_links{
	margin-top: 5px;
}

.team_info .social_links a{
	color: #000;
	margin: 0 5px;
	font-size: 14px;
}

.team_image{
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
}

.team_info{
	transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	opacity: 0;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
}

.team_member:hover .team_info{
	opacity: 1;
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
}

.team_member:hover .team_image{
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
}

.services_list .title{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
}

.dark-version .services_list .title{ 
	color: #fff;
}

.services_list ul li{
	font-size: 14px;
	list-style: none;
	line-height: 30px;
}

.dark-version .services_list ul li{
	color: #fff;
	opacity: .6;
}

.services_list{
	text-align: left;
}

.section_title{
	font-size: 24px;
	position: relative;
	padding-bottom: 15px;
}

.section_title:after{
	content:'';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 60px;
	height: 3px;
}

.client{
	margin-bottom: 30px;
	opacity: .5;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
}

.client:hover{
	opacity: 1;
}

.client img{
	width: 100%;
}

.clients .section_title{
	margin-bottom: 90px;
}

.dark-version .clients .section_title{
	color: #fff;
}

.contact_titles{
	font-size: 14px;
	font-weight: 500;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.dark-version .contact_titles{
	color: #fff;
}

.contact_titles:after{
	content:'';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 20px;
	height: 3px;
}

.contact_informations p{
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
}

.contact_informations a{
	font-size: 14px;
	line-height: 20px;
	color: #000;
	font-weight: 500;
}

.dark-version .contact_informations a{
	color: #fff;
}

.contact_informations .social_links a{
	color: #000;
}

.dark-version .contact_informations .social_links a{
	color: #fff;
}

.map iframe{
    width: 100%;
    height: 450px;
}

.tavonline-overlay{
	width: 100%;
	height: 100%;
	left: 0;
	background: #000;
	top: 0;
	position: fixed;
	z-index: 101;
	transform: translateY(101%);
	-webkit-transform: translateY(101%);
	-moz-transform: translateY(101%);
	-ms-transform: translateY(101%);
	-o-transform: translateY(101%);
  }

/*form*/

.error_message {
    text-align: left;
    margin-bottom: 30px;
    font-size: 13px;
    color: #e93735;
    font-weight: bold;
    text-align: center;
}

#success_page{
	text-align: center;
}

#success_page h2{
	font-size: 30px;
    font-weight: 600;
    color: green;
    margin-bottom: 7px;
}

.map iframe{
    width: 100%;
    height: 450px;
}

.contact-information{
    padding: 90px 0;
}

.form_title{
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 45px;
}

form .form-group{
    width: 100%;
    position: relative;
    margin-bottom: 46px;
  }
  
  form .inp{
    display: block;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    letter-spacing: 0;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 46px;
    height: 46px;
    background: transparent;
    outline: none;
    padding: 0 0 3px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.40);
    color: #000;
    border-bottom: 1px solid #c5c5c5;
  }

  .dark-version form .inp{
	border-bottom: 1px solid #c5c5c5;
  }

  .darkness form .inp{
      color: #fff;
  }



  form .form-group .placeholder {
    letter-spacing: 0;
    pointer-events: none;
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    letter-spacing: -.009em;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }

  .dark-version form .form-group .placeholder{
	  color: #fff;
  }
  
  .darkness form .inp{
    border-bottom: 1px solid  rgba(255, 255, 255, 0.4);
  }
  
  .darkness .white form .inp{
    color: #fff;
    border-bottom: 1px solid #dcdcdc;
  }

  
  .darkness.white form .form-group .placeholder{
    color: #fff;
  }
  
  .darkness form .form-group .placeholder{
    color: #fff;
  }

  
  form .form-group.in .placeholder, form .form-group.with-content .placeholder{
    opacity: .5;
    font-size: 14px;
    top: -13px;
  }
  
form .form-group:after{
    background: #000;
  }

  .dark-version form .form-group:after{
	  background: #fff;
  }
  
  .darkness.white form .form-group:after{
    background: #fff;
  }
  
  form .form-group:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: transform .3s ease-in-out;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    -ms-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
  }

  .darkness form .form-group:after{
      background: #fff;
  }
  
  form .form-group.in:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }


  .inp_select{
	display: block;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    letter-spacing: 0;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 46px;
    height: 46px;
    background: transparent;
    outline: none;
    padding: 0 0 3px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.40);
    color: #000;
    border-bottom: 1px solid #c5c5c5;
  }

  .site-btn{
	  border: 0;
	  background: #000;
	  border-radius: 50px;
	  -webkit-border-radius: 50px;
	  -moz-border-radius: 50px;
	  -ms-border-radius: 50px;
	  -o-border-radius: 50px;
	  color: #fff;
	  padding: 10px 30px;
	  font-size: 14px;
	  font-weight: 500;
	  font-family: "Poppins", sans-serif;
	  cursor: pointer;
}

.dark-version .site-btn{
	background: #fff;
	color: #000;
}

/* blogs page */

  
  .blog_grid_image{
	width: 100%;
	position: relative;
  }
  
  .blog_grid_image img{
	width: 100%;
  }
  
  .blog_grid_categories{
	position: absolute;
	right: 15px;
	top: 15px;
  }
  
  .blog_grid_categories span{
	font-size: 10px;
	background: rgba(0, 0, 0, 0.8);
	padding: 1px 6px;
	margin-left: 5px;
	color: rgba(255, 255, 255, 1);
  }
  
  .blog_grid_title h2{
	font-size: 26px;
	color: #000;
	line-height: 38px;
  }

  .dark-version .blog_grid_title h2{
	  color: #fff;
  }
  
  .blog_grid_info{
	color: rgb(116, 115, 115);
	font-size: 11px;
	margin-top: 30px;
	margin-bottom:5px;
	display: inline-block;
  }

  .dark-version .blog_grid_info{
	color: rgb(141, 141, 141);
  }

  .dark-version .blog_grid_info a{
	color: rgb(209, 209, 209);
  }
  
  
  .blog_grid_info a{
	color: rgb(116, 115, 115);
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	margin-right: 5px;
  }
  
  
  .blog_grid_info a:last-child{
	margin-left: 5px;
  }
  
  .blog_grid_info a:hover{
	color: rgb(255, 255, 255);
  }
  
  .blog_grid_content{
	padding-left: 15px;
  }
  
  
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm,
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12,
  .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8,
  .col-xl-9 {
	 padding-right: 30px;
	 padding-left: 30px;
  }
  
  .row{
	margin-right: -30px;
	margin-left: -30px; 
  }
  

  .no-gutters .col, .no-gutters .col-1, .no-gutters .col-10, .no-gutters .col-11, .no-gutters .col-12, .no-gutters .col-2, .no-gutters .col-3, .no-gutters .col-4, .no-gutters .col-5, .no-gutters .col-6, .no-gutters .col-7, .no-gutters .col-8, .no-gutters .col-9, .no-gutters .col-lg, .no-gutters .col-lg-1, .no-gutters .col-lg-10, .no-gutters .col-lg-11, .no-gutters .col-lg-12, .no-gutters .col-lg-2, .no-gutters .col-lg-3, .no-gutters .col-lg-4, .no-gutters .col-lg-5, .no-gutters .col-lg-6, .no-gutters .col-lg-7, .no-gutters .col-lg-8, .no-gutters .col-lg-9, .no-gutters .col-md, .no-gutters .col-md-1, .no-gutters .col-md-10, .no-gutters .col-md-11, .no-gutters .col-md-12, .no-gutters .col-md-2, .no-gutters .col-md-3, .no-gutters .col-md-4, .no-gutters .col-md-5, .no-gutters .col-md-6, .no-gutters .col-md-7, .no-gutters .col-md-8, .no-gutters .col-md-9, .no-gutters .col-sm,
  .no-gutters .col-sm-1, .no-gutters .col-sm-10, .no-gutters .col-sm-11, .no-gutters .col-sm-12, .no-gutters .col-sm-2, .no-gutters .col-sm-3, .no-gutters .col-sm-4, .no-gutters .col-sm-5, .no-gutters .col-sm-6, .no-gutters .col-sm-7, .no-gutters .col-sm-8, .no-gutters .col-sm-9, .no-gutters .col-xl, .no-gutters .col-xl-1, .no-gutters .col-xl-10, .no-gutters .col-xl-11, .no-gutters .col-xl-12,
  .no-gutters .col-xl-2, .no-gutters .col-xl-3, .no-gutters .col-xl-4, .no-gutters .col-xl-5, .no-gutters .col-xl-6, .no-gutters .col-xl-7, .no-gutters .col-xl-8,
  .no-gutters .col-xl-9 {
	 padding-right: 0px;
	 padding-left: 0px;
  }
  
  .no-gutters.row{
	margin-right: 0px;
	margin-left: 0px; 
  }

  .no-gutters .grid-item {
    margin-bottom: 0px;
	overflow: hidden;
}

.portfolio-titles{
	color: #000;
	font-weight: 600;
	position: fixed;
	z-index: 1001;
	opacity: 0;
	visibility: hidden;
	margin: -10px 23px;
  }
  
  
  .portfolio-titles.visible{
	  opacity: 1;
	  visibility: visible;
	  transition: opacity ease 0.3s .2s;
	  -webkit-transition: opacity ease 0.3s .2s;
	  -moz-transition: opacity ease 0.3s .2s;
	  -ms-transition: opacity ease 0.3s .2s;
	  -o-transition: opacity ease 0.3s .2s;
  }

  .portfolio-titles span{
	  font-size: 10px;
	  font-weight: 400;
	  padding: 1px 4px;
	  background: #fff;
	  margin-bottom: 0px;
	  display: inline-block;
  }

  .portfolio-titles .title{
	font-size: 20px;
	font-weight: 600;
	padding: 1px 6px;
	background: #fff;
}


.hover-info{
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
	pointer-events: none;
}

.hover-info-inner{
	opacity: 0;
	transform: translateY(-30px);
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-o-transition: all ease .5s;
}

.hover-info.visible .hover-info-inner{
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
}

.hover-info .title{
	font-size: 100px;
	font-weight: 500;
	letter-spacing: -1px;
}

.dark-version .hover-info .title{
	color: #fff;
}

.dark-version .hover-info span{
	color: #fff;
}

.grid-item.blur {
	filter: blur(10px);
	-webkit-filter: blur(10px);
	opacity: .2;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
}


  .portfolio_navigation{
	pointer-events: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9;
    bottom: 0;
    padding: 0 20px 30px;
    display: inline-block;
    left: 0;
    height: auto;
  }
  
  .portfolio_navigation .left_item{
	pointer-events: all;
	color: #000;
	display: inline-block;
	float: left;
	font-size: 13px;
	transform: rotate(-90deg) translateY(-100%);
	-webkit-transform: rotate(-90deg) translateY(-100%);
	-moz-transform: rotate(-90deg) translateY(-100%);
	-ms-transform: rotate(-90deg) translateY(-100%);
	-o-transform: rotate(-90deg) translateY(-100%);
	transform-origin: left;
	margin-left: 40px;
  }
  
  
  .portfolio_navigation .right_item{
	pointer-events: all;
	color: #000;
	display: inline-block;
	transform-origin: left;
	font-size: 13px;
	transform: rotate(-90deg) translateY(0%);
	-webkit-transform: rotate(-90deg) translateY(0%);
	-moz-transform: rotate(-90deg) translateY(0%);
	-ms-transform: rotate(-90deg) translateY(0%);
	-o-transform: rotate(-90deg) translateY(0%);
	float: right;
	margin-right: -60px;
  }
  
  .next-link {
    text-decoration: none;
    overflow: hidden;
    height: 46px;
    display: inline-block;
}

.next-link .nav-title {
    color: #000;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -1px;
}

.dark-version .next-link .nav-title{
	color: #fff;
}

.next-link .next-title {
    color: #000;
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
}

.dark-version .next-link .next-title{
	color: #fff;
}

.next-link .next-title,
.next-link .nav-title {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
}

.next-link:hover .next-title,
.next-link:hover .nav-title {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
}
  
.privacy_title{
	font-size: 60px;
	font-weight: 600;
	margin-bottom: 45px;
}

.privacy_policy p{
	font-size: 18px;
	line-height: 34px;
}

.privacy_policy h2{
	font-size: 28px;
	line-height: 40px;
	margin-bottom: 20px;
}

.sticky-info .portfolio_info, .hover_info .portfolio_info{
	display: none;
}




/* Responsive */


@media screen and (max-width: 991px) {

	.show_filters {
		left: -16px;
	}

	.portfolio_creative_content .creative_images {
		margin-top: 60px;
	}

	.single_portfolio_hero.type_one .portfolio_description {
		width: 70%;
	}

	.single_portfolio_hero.type_one .portfolio_description .portfolio_title {
		font-size: 80px;
	}

	.single_portfolio_hero.type_three .portfolio_image {
		width: 100%;
		height: 60vh;
		order: 1;
	}

	.single_portfolio_hero.type_three .portfolio_description {
		width: 100%;
		margin-top: 67vh;
	}

	.single_portfolio_hero.type_three {
		width: 100%;
		height: auto;
		display: -webkit-flex;
		display: flex;
	}

	.single_portfolio_hero.type_three .portfolio_description .live-preview {
		margin-top: 20px;
	}

	.gallery .row div:last-child a{
		margin-bottom: 0;
	}

	.single_portfolio_hero.type_three .portfolio_description .title {
		font-size: 28px;
	}

	.work_info.type_two .live-preview {
		margin-top: 25px;
		margin-bottom: 60px;
	}

	.work_info.work_info.type_two .title {
		font-size: 28px;
	}

	.work_info.work_info.type_two .text {
		font-size: 16px;
		margin-bottom: 30px;
	}

	.footer_container {
		padding: 70px 0;
	}

	.spacer_120 {
		height: 60px;
	}

	.spacer_90 {
		height: 45px;
	}

	.spacer_60 {
		height: 30px;
	}

	.single_portfolio_hero.type_two .portfolio_description .portfolio_title {
		font-size: 60px;
	}

	.work_info_list{
		margin-bottom: 30px;
	}

	.promo_text {
		font-size: 23px;
		line-height: 42px;
	}

	.blog_grid_title h2 {
		font-size: 20px;
		line-height: 30px;
	}

	.blogs-container .grid-item {
		margin-bottom: 60px;
	}

	.blog_grid_info {
		margin-top: 20px;
	}

	.single_blog_caption {
		font-size: 34px;
		line-height: 50px;
		padding-top: 10vmax;
	}

	.single_blog_caption br{
		display: none;
	}

	.contact_informations .address, .contact_informations .emails, .contact_informations .social_links{
		margin-bottom: 45px;
	}

	.contact_titles {
		margin-bottom: 20px;
	}

	.single_portfolio_hero.type_one .portfolio_description .portfolio_list ul li {
		margin-bottom: 24px;
	}

}

@media screen and (max-width: 768px) {

	.show_filters {
		left: -5px;
	}

	.sticky-info .portfolio_info, .hover_info .portfolio_info{
		display: block;
	}
	

	.single_portfolio_hero.type_one .portfolio_description {
		width: 90%;
	}



	.single_portfolio_hero.type_one .portfolio_description .portfolio_title {
		font-size: 60px;
	}

	.single_portfolio_hero.type_one .portfolio_description .portfolio_text {
		font-size: 14px;
		line-height: 24px;
	}

	.single_portfolio_hero.type_two .portfolio_description .portfolio_title {
		font-size: 50px;
		line-height: 60px;
	}

	.work_info .work_description .title {
		font-size: 26px;
		line-height: 30px;
	}

	.work_info .work_description .category {
		color: #000;
		font-size: 12px;
	}

	.single_portfolio_hero.type_one .portfolio_description .portfolio_list {
		display: inline-block;
	}

	.underline_title {
		font-size: 20px;
		letter-spacing: 0px;
	}

	header .header-container {
		padding: 45px;
	}

	.page_hero .page_caption {
		font-size: 60px;
		line-height: 72px;
	}

	.height_500{
		height: 300px;
	}

	.height_700{
		height: 400px;
	}
  
	.portfolio_info.bottom{
		bottom: 20px;
	}

	.portfolio_info {
		left: 45px;
		top: 10px;
	}

	.footer_container {
		padding: 60px 0;
	}

	footer .logo {
		margin-bottom: 20px;
	}

	footer .back_top{
		position: absolute;
		right: 30px;
		bottom: 0px;
	}

	footer .social_links {
		margin-bottom: 80px;
		margin-top: 30px;
	}

	.overlay_menu nav ul li a {
		font-size: 36px;
	}

	.hover-info .title {
		font-size: 40px;
	}

	.hover-info span {
		font-size: 14px;
	}


	.hover-info{
		position: fixed;
		bottom: 90px;
	}

	.page_hero.sub_page .page_caption{
		font-size: 40px;
		letter-spacing: 0;
	}

	.page_hero.sub_page .mini_caption{
		font-size: 14px;
		margin-top: 0;
	}

	p {
		font-size: 14px;
		line-height: 26px;
	}



	.services_list{
		margin-bottom: 60px;
	}

	.team_member{
		margin-bottom: 30px;
	}

	.team_name {
		font-size: 18px;
	}

	.team_info{
		opacity: 1 !important;
		transform: translateY(0px) !important;
	}


  
  }


  @media screen and (max-width: 580px) {

	.show_filters {
		left: 0px;
	}


	.portfolio_info .title{
		font-size: 20px;
	}

	.single_portfolio_hero.type_one .portfolio_description .portfolio_title {
		font-size: 30px;
	}

	.single_portfolio_hero.type_one .portfolio_description .portfolio_text {
		font-size: 13px;
		line-height: 22px;
	}

	.portfolio_creative_content .content_title {
		font-size: 18px;
		line-height: 30px;
	}

	.next-link .nav-title, .next-link .next-title {
		font-size: 25px;
	}

	.work_info.work_info.type_two .title {
		font-size: 24px;
	}

	.work_info.type_two .category {
		font-size: 12px;
	}

	.work_info.type_two .live-preview {
		font-size: 14px;
	}

	.next-link {
		height: 33px;
	}

	.live-preview i {
		font-size: 11px;
	}

	.work_info.work_info.type_two .text {
		font-size: 14px;
		line-height: 23px;
	}

	.single_portfolio_hero.type_two .portfolio_description .portfolio_title {
		font-size: 31px;
		line-height: 56px;
	}

	.work_info .work_description .title {
		font-size: 23px;
		line-height: 30px;
	}

	.work_info .work_description .text {
		color: #000;
		font-size: 14px;
		line-height: 27px;
		opacity: .6;
	}

	.live-preview {
		font-size: 14px;
	}

	.single_portfolio_hero.type_three .portfolio_description p {
		color: #000;
		opacity: .6;
		line-height: 27px;
		font-size: 14px;
		margin-bottom: 30px;
	}

	.promo_text {
		font-size: 20px;
		line-height: 30px;
	}

	.single_blog_caption {
		font-size: 26px;
		line-height: 30px;
	}

	blockquote {
		border-left: 4px solid #e5e5e5;
		padding-left: 15px;
		margin: 30px 0;
		font-weight: 600;
		font-size: 18px;
		line-height: 32px;
	}

	.page_hero.sub_page .page_caption {
		font-size: 30px;
	}
	.page_hero.sub_page .mini_caption{
		font-size: 13px;
	}

	.hover-info .title {
		font-size: 28px;
	}

	.hover-info span {
		font-size: 12px;
	}

	.page_hero {
		padding: 0 19px;
	}

	.page_caption br{
		display: none;
	}

	.overlay_menu nav ul li a {
		font-size: 30px;
	}
	  
	#latest-tweets, #latest-tweets ul li{
		width: 400px;
	}

	#latest-tweets .tweet {
		font-size: 14px;
	}

	.page_hero .page_caption {
		font-size: 33px;
		line-height: 44px;
		letter-spacing: 0px;
	}

	.overlay_menu nav ul li a {
		font-size: 30px;
	}


	
	  .window_height_15, .window_height_20, .window_height_25, .window_height_30, .window_height_35, .window_height_40{
		height: 55vmax;
		width: 100%;
	  }
	
	   .window_height_45, .window_height_50, .window_height_55, .window_height_60{
		height: 120vmax;
		width: 100%;
	  }
	  
  }



  @media screen and (max-width: 400px) {


	#latest-tweets, #latest-tweets ul li{
		width: 320px;
	}

	.show_filters{
		z-index: 10;
		left: 0;
		right: 0;
		margin: 0 auto;
		text-align: center;
	}

	.show_filters span{
		background: #fff;
		padding: 6px 10px;
		transform: rotate(0);
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
}

  }



  @media screen and (max-width: 375px) {
	.page_hero .page_caption {
		font-size: 30px;
		line-height: 45px;
		letter-spacing: 0px;
	}

	header .header-container {
		padding: 30px;
	}

	header .menu-item {
		margin-top: 6px;
	}

	.overlay_menu nav ul li a {
		font-size: 24px;
	}

	.overlay_menu nav .sub-menu a {
		font-size: 18px;
		font-weight: 500;
		line-height: 21px;
	}
  }
