body{
	color:#2B374F;
}
h1{
	font-size:7rem;
	font-weight:800;
	line-height:1;
}

h3{
	font-size:1.2rem;
	font-weight:800;
}

h4{
	font-size:0.8rem;
	font-weight:800;
}

a{
	color: #2B374F;
	font-weight:600;
	transition:0.2s;
}

a:hover{
	color: #EDAB00;
}

@media (max-width: 1200px){
	h1{
		font-size:5rem;
	}
}

@media (max-width: 576px){
	h1{
		font-size:3rem;
	}
	
}


.header_home{
	background-image:url(../img/home_header.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:right center;
}

@media (max-width: 1198px){
	.header_home{
		background-image:url(../img/home_header_1200.jpg);
	}
}

@media (max-width: 768px){
	.header_home{
		background-image:url(../img/home_header_768.jpg);
	}
}

@media (max-width: 439px){
	.header_home{
		background-image:url(../img/home_header_440.jpg);
	}
}

.about{
	padding: 50px 50px 20px 50px;
	width:100%;
}

.text_bg h1{
		display:none;
		
}

@media (max-width: 439px){
	.about h1{
		visibility:hidden;
	}
	
	.text_bg h1{
		display:inline-block;
		margin-bottom:20px;
}
}


.text_bg{
	max-width:600px;
	padding: 50px;
	background-color: #fff;
}

@media (max-width: 992px){
	.top_info{
		margin-bottom:40px;
	}
	.about{
		padding: 40px 40px 20px 40px;
	}
	.text_bg{
		padding:40px;
	}
}

@media (max-width: 576px){
	.top_info{
		margin-bottom:10px;
	}
	.about{
		padding:20px;
	}
	.text_bg{
		padding:20px;
		background-color:#2B374F;
		color:#fff;
	}
}

.info_text_box{
	background-color:#ffffff;
	padding:20px;
}

.additional_info{
	padding:10px 15px;
	background-color:#FFF6E0;
}

.portfolio_thumb{
	margin-top:100px;
}

.project{
	margin-bottom:30px;
}

.project:hover a{
	text-decoration:none;
}

.thumb_header{
	position:relative;
	height: 300px;
	background-image: url(../img/thumb_test.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
}

.thumb_header_hover{
	position:absolute;
	height:50%;
	width:100%;
	bottom:0;
	background: rgb(43,55,79);
	background: linear-gradient(180deg, rgba(21,19,69,0) 0%, rgba(43,55,79,0.8) 80%);
	padding:15px;
	transition: 0.4s;
	opacity:0;
}

.thumb_header:hover .thumb_header_hover{
	opacity:1;
}

.thumb_header_hover h3{
	font-size:0.6rem;
	font-weight:600;
	letter-spacing:2px;
	color:#ffffff;
	position:absolute;
	bottom:0;
}

.thumb_name{
	margin-top:10px;
}

.thumb_name img{
	display:inline-block;
}

.thumb_name h4{
	display:inline-block;
	color:#151345;
}

@media (max-width: 1198px){
	.thumb_header{
		height: 250px;
	}
}

@media (max-width: 990px){
	.thumb_header{
		height: 200px;
	}
}


.thumb_next_admin{
	background-image: url(../img/thumb_next_admin.jpg);
}

.thumb_gi_hub{
	background-image: url(../img/thumb_gi_hub.jpg);
}


.thumb_cta_test{
	background-image: url(../img/thumb_cta_test.jpg);
}


.thumb_css_jacobs{
	background-image: url(../img/thumb_css.jpg);
}

.thumb_profile{
	background-image: url(../img/thumb_profile.jpg);
}

.thumb_marketplace{
	background-image: url(../img/thumb_marketplace.jpg);
	background-position: center;
}

.thumb_jj_risk{
	background-image: url(../img/thumb_jj_risk.jpg);
	background-position: center;
}

.thumb_agency_accountants{
	background-image: url(../img/thumb_agency_accountants.jpg);
	background-position: center;
}

.thumb_skills{
	background-image: url(../img/thumb_skills_jacobs.jpg);
	background-position: center;
}

.thumb_termetal{
	background-image: url(../img/thumb_termetal.jpg);
}


.issue{
	margin-bottom:0px;
	color:#E3170A;
	font-size:0.8em;
	font-weight:600;
}

.solution{
	margin-bottom:0px;
	color:#68A357;
	font-size:0.8em;
	font-weight:600;
}


.download{
	margin-top:40px;
}

.ico{
	height:40px;
	width:40px;
}

/** Project pages **/


.top_project{
	padding: 20px 10px;
}

.portfolio_btn{
	padding:12px 20px;
	background-color:#2B374F;
	color:#fff;
	font-size:1rem;
	font-weight:600;
	float:left;
	transition:0.2s;
}

.portfolio_btn:hover{
	background-color:#EDAB00;
}

.portfolio_btn p{
	margin:0;
}

.link_margin{
	margin-right: 20px;
}

.link_top{
	float:right;
	margin-top:13px;
	
}

.link_top a{
	transition:0.2s;
	
}

.link_top a:hover{
	color:#EDAB00;
	
}

.project_name{
		width:100%;
		margin-left:10px;
		margin-right:10px;
		padding:80px 40px;
		background-repeat:no-repeat;
		background-size:cover;
}

.project_name h1{
	margin-bottom:30px;
}

.project_name h3{
	font-size:2.5rem;
	margin-top:60px;
	font-weight:800;
}

.project_h1{
	margin-bottom: 40px;
	font-size: 4rem;
}

/** Text color for header section **/

.color_white{
	color:#fff;
}

.color_white h1{
	color:#fff;
}

.color_white h3{
	color:#fff;
}

.label_box{
	margin-right:10px;
	margin-bottom:10px;
	padding:5px 10px;
	display:inline-block;
	border:1px solid #2B374F;
}

/** Border color for label boxes **/

.box_white{
	border:1px solid #fff;
}

.project_about{
	max-width:600px;
}

.yellow_b{
	/*color:#EDAB00;*/
	color:#fff;
}

@media (max-width: 992px){
	.project_name{
		padding:60px 30px;
	}
	
	.project_name h3{
		margin-top:40px;
		font-size:2rem;
	}
}

@media (max-width: 576px){
	.project_name{
		padding:40px 20px;
	}
	
	.project_name h3{
		margin-top:20px;
		font-size:1.5rem;
	}

}

.go_up{
	position:fixed;
	z-index:1;
	width:100%;
	bottom:0;
	padding:14px;
	transition: all 0.5s;	
}

.up_hide {
    opacity:0;
}
.up_show {
    opacity:1;
}

.up_position{
	float:right;
	
}

.up_txt{
	font-weight:600;
	font-size:0.8rem;
	margin-right:40px;
	
}

.up_container{
	cursor:default;
}

.up_container img{
	position:absolute;
	right:15px;
	bottom:10px;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.up_btn{
	margin-left:5px;
}

.up_hover{
	opacity:0;
}

.up_white{
	opacity:0;
}

.up_container:hover > .up_hover{
	opacity:1;	
}

.up_container:hover > .up_default{
	opacity:0;	
}

@media (max-width: 1546px){
	
	.go_up{
		background-color:#2B374F;
	}
	
	.up_container:hover > .up_txt{
		color:#EDAB00;
	}
	
	.up_txt{
		transition:0.2s;
	}
	
	.up_txt{
	color:#fff;
	}
	
	.up_white{
		opacity:1;
	}
	
	.up_default{
		opacity:0;
	}
	
	.up_container:hover > .up_hover{
		opacity:1;	
	}

	.up_container:hover > .up_white{
		opacity:0;	
	}
}

.preview_section{
	background-color:#D9DCE2;
	padding-top:80px;
	padding-bottom:80px;
}

.preview_section h2{
	font-size:1.5rem;
	font-weight:700;
	margin-bottom:0;
}

.preview_container{
	margin-bottom:80px;
}

.menu_column{
	padding-left:10px;
	
}

.menu_panel{
	padding:20px;
	background-color:#fff;
	margin-bottom:20px;
}

.info_text{
	margin-top:10px;
	font-size:0.8rem;
	margin-bottom:0px;
}

.desk_mob_toggle{
	padding:10px 0px;
	font-weight:600;
}

.toggle_row{
	display:inline-block;
	cursor: pointer;
}

.toggle_btn{
	float:left;
	height:20px;
	width:20px;
	
}

.btn_on{ 
    position: relative; 
    height: 20px; 
    width: 20px; 
    background-color: #fff;
    border-radius: 10px; 
    border: 6px solid #2B374F; 
	margin-right:10px;

}

.btn_off{
	position: relative; 
    height: 20px; 
    width: 20px; 
    background-color: #BEC8DD; 
    border-radius: 10px; 
	margin-right:10px;
}

.txt_on{
	color:#2B374F;
}

.txt_off{
	color:#BEC8DD;
}

.img_section{
	padding-right:20px;
	max-height:800px;
    overflow: auto;
}

@media (max-width: 768px){
	.img_section{
		max-height:400px;
	}

}

.img_on{
	display:initial;
}

.img_off{
	display:none;
}

.img_section img{
	width:100%;
	pointer-events: none;
}

.img_section_full_width img{
	width:100%;
	pointer-events: none;
}
.img2{
	padding:0px 30%;
}

@media (max-width: 768px){
	.img2{
		padding:0px 20%;
	}

}

.scrollbar::-webkit-scrollbar-track {
	background-color: #FFF;
	border-radius: 20px;
}

.scrollbar::-webkit-scrollbar {
	width: 10px;
	background-color: #FFF; 
}

.scrollbar::-webkit-scrollbar-thumb {
	background-color: #2B374F;
	border-radius: 20px;
}

