﻿	body {
	position: relative;  
	background-color: white;
    font-family: Montserrat, sans-serif;
	font-size: 16px;
	color:#333333;  
	}

	h2 {
	color: black;
	font-weight:400;
	}
	
	h6 {
	color:#333333;  
	font-size:17px;
	}
	
	h6.stats {
	color: white;
	}
	
	.navbar-nav li a:hover {
	background-color:#3461AE;
	font-weight:400;
	color:#ffffff !important;
	}
	
	li a {
	font-weight:650 !important;
	font-size:17px;
	color: black !important;
	}

	#btn-back-to-top {
	  position: fixed;
	  bottom: 20px;
	  right: 20px;
	  display: none;
	}
	
 /* counter */
 	.statistic-section {
     padding-top: 70px;
     padding-bottom: 70px;
     background: #000;  /* fallback for old browsers */
	}
	
	.count-title {
	    font-size: 30px;
	    font-weight: normal;
	    margin-top: 10px;
	    margin-bottom: 0;
		text-align: center;
	    color: #fff;
	}
	
	.stats-text {
	    font-size: 15px;
	    font-weight: normal;
	    margin-top: 15px;
	    margin-bottom: 0;
	    text-align: center;
		color: #fff;
	}
	
	.stats-line-black {
		margin: 12px auto 0;
	    width: 55px;
	    height: 2px;
	    background-color: #fff;
	}
	.stats-icon {
		  font-size: 35px;
		  margin: 0 auto;
	    float: none;
	    display: table;
	    color: #fff;
	}
	
	@media (max-width: 992px) {
		.counter {
			margin-bottom: 40px;
		}
	}
