body{
-webkit-overflow-scrolling:touch;
}
p, a, span, ul, li{
	font-family: 'Old Standard TT', serif;
	font-size: 18px;
	text-align: justify;
}
#contacts a{
	color: black;
}
.nav-link:hover{
	text-decoration: none;
	color: orangered !important;
	transition: 0.4s;
}
a:hover{
	text-decoration: none !important;
	color: orangered !important;
}
h1, h2, h3, h4, h5, h6, b{
	font-family: ProximaNovaBold;
}
.navigate.scrolling {
	z-index: 999;
	position: fixed;
	background: black;
	width: 100%;
	transition: all 1s ease;
	background: rgb(80, 80, 80);
  }
  .scrolling .nav-link{
	  font-size: 20px;
	  font-family: none;
	  transition: all 0.5s;
  }
  .scrolling .navbar-brand{
	  margin-left: 18px;
	  transition: all 0.5s;
  }
  .navigate {
	transition: all 1s ease;
  }
  .navigate .loading{
  }

nav{
	background: rgb(59, 59, 59);
}

.darkened {
	position: relative;
	
  }
   
  .nav-link{
	color:rgba(255, 255, 255, 0.699);
	
}
.nav-link:hover{
	color:grey;
}

.image_text{
	
	
	color:white;
	
}


.container_image{
	position:absolute;
	top:40%;
	left:25%;
	
}

.slash_text{
	color:#f2f2f2;
}

 

.image_text_second{
	color:white;
}


.inner1{
	position:absolute;
	left:12%;
}
.inner2{
	position:absolute;
	margin-top:6vw;
	left:2%;
}

.inner3{
	margin-top:12vw;
}
.fa-bars{
	color:#f2f2f2ad;
}
.about{
	margin-top:1vw;
}

.about_image{
	width:12vw;
	height:12vw;
}



  

  .introduction{
	  background:#F05F40;
	  padding-right: 15px;
	  padding-left: 15px;
	  margin-right: auto;
	  margin-left: auto;
  }

  .big_p{
    text-align:center;
	line-height: 1.5;
	margin-bottom: 20px;
	color:white;
  }

  .line{
	border-width: 3px;
	max-width: 50px;
	background-color:white;
  }


  .line2{
	border-width: 3px;
	max-width: 50px;
	background-color:#F05F40;
  }


  .hands{
	  color:white;
	  border:6px solid white;
	  border-radius:50%;
  }
  .description{
	  color:white;
  }
  
  .p_inroduction {
	text-align: center;
  }

.why_container{
	/*height: 70vh;*/
}
.icons{
	color:#F05F40;
}


header {
	position: relative;
	width: 100%;
	min-height: 100vh;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-position: center;
	background-image: url('img/consulting1.jpg');
	text-align: center;
	color: white;
	display: table !important;
  }
  header .header-content {
	position: relative;
	text-align: center;
	padding: 75px 15px 45px 15px;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	min-height: 350px;
  }
 .navbar-toggler:focus{
	 outline: none;
 }
 @media(max-width: 990px){
    .nav-link{
		font-size: 30px !important;
	}
}
@media(max-width: 566px){
	.head_text{
	font-size: 25px;
	}
	.header-content-inner{

	}
	
}
@media(max-width: 990px){
	
	p{
		font-size: 15px;
	}
	b{
		font-size: 15px;
	}
	ol li{
		font-size: 15px;
	}
}
.img_actual{
	width:100%;
}

.img-fluid1{
	width: 100px;
}
.inline-block{
	display: inline-block;
}

.icon2{
	color: black !important;
}
@media(min-width: 990px){
	.first{
		margin-left: 145px;
	}
}
@media screen and (max-width: 576px){

}

.navbar{
	position: fixed !important;
	top:0px;
	left:0px;
	width: 100%;
	z-index: 10000;
}
.container .inn{
	padding-top:60px !important;

}




