@import url('https://fonts.googleapis.com/css?family=Roboto');
body{
	background: url(images/Grou2p-9.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #F9F9F9;
}
p, h2,a,h3{
	padding: 0;
	margin: 0;
	font-family: 'Roboto', 'Arial';
}
a{
	color: #000;
}
a:hover{
	color: #000;
	text-decoration: none;
}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.p0{
	padding: 0px;
}
.m0{
	margin: 0px;
}
.header{
	height: 268px;
	width: 100%;
}
.logo{
	width: 100%;
	height: auto;
}
.logo img{
	display: block;
	margin: 30px auto 0px;
	width: 30%;
	padding-top: 50px;
}
.card{
	height: 260px;
	background: #2F2F2F;
	margin-bottom: 20px;
}
.photo img{
	width: 100%;
}
.details{
	padding: 40px 50px;
	color: #fff;
	line-height: 34px;
	font-weight: 500;
	letter-spacing: 1px;
}
.details h2{
	font-weight: bold;
	line-height: 38px;
	margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
	.menu {
		display: block!important;
	}
	
	.l-all{
		font-family: 'Roboto', 'Arial';
		font-size: 20px;
	}
	.element-bpad{
		padding-bottom: 10px;
	}
	.at-ico{
		width: 15px;
		height: 15px;
	}
}
.menu ul{
	margin: 0;
	padding: 0;
}
.menu ul li{
	list-style: none;
	line-height: 55px;
	background: #DCDCDC;
	font-size: 20px;
	margin: 2px 0px;
	transition: all ease 0.3s;
}
.menu ul li:first-child{
	margin-top: 0px;
}
.menu ul li:last-child{
	margin-bottom: 0px;
}
.menu ul li:hover{
	color: #fff;
	background: #005093;
}
.menu ul li:hover a{
	color: #fff;
}
.menu ul li a:active{
	font-weight: bold;
}
.menu a {
	display: block;
	padding-left: 20px;
}
.page-content.col-sm-9{
	padding-right: 0;
}
.box{
	background: #fff;
	margin-bottom: 20px;
}
.box-header{
	background: #005093;
	color: #fff;
	text-transform: uppercase;
}
.box-header h3{
	line-height: 55px;
	font-size: 30px;
	padding-left: 15px;
}
.nav {
	background-color: #2F2F2F;
	padding-left: 20px;
}
.nav ul {
	margin: 0;
	padding: 0;
}
.nav ul li {
	float: left;
  padding: 10px 20px 10px 0;
  list-style: none;
}
.nav ul li:after {
	padding-left: 20px;
  content: "|";
}
.nav ul li:last-child::after {
  content: ""!important;
}
.nav ul li a {
	color: #fff;
}
.box-content{
	padding: 15px;
}
.box-content p {
	font-size: 20px;
	line-height: 30px;
}
.footer{
	background:#1e1e1e;
}
.footer .col-sm-4{
	margin:70px 0px 60px
}
.flogo img{
	height:60px;
	width: auto;

}
.footer p{
	color:#ffffff;
	font-family: 'Roboto', 'Arial';
}
.followus-header{
	font-size: 18px;
	margin-left: 20px;
}
.sm{
	float: left;
	display: block;
	clear: both;
	height:40px;
	margin: 5px;
}
.sm img{
	width: auto;
	height:30px;
}
.sm p{
	float: right;
	margin: 5px 10px;
}
.adress-header, .followus-header{
	margin-bottom: 10px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
	.l-all{
		font-family: 'Roboto', 'Arial';
		font-size: 18px;
	}
	.element-bpad{
		padding-bottom: 8px;
	}
	.at-ico{
		width: 13px;
		height: 13px;
	}
	
	.header{
		height: 200px;
	}
	.card{
		height: 214px;
	}
	.details{
		padding: 30px;
	}
	.box-header h3{
		font-size: 25px;
	}
	.box-content p{
		font-size:18px;
	}
	.followus-header{
	font-size:18px
	}
	.adress-header{
		font-size:18px;
	}
	.sm img{
		width: auto;
		height:30px;
		float: left;
	}
	.sm p{
		font-size: 12px;
		float: right;
		margin: 5px 5px;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	.l-all{
		font-family: 'Roboto', 'Arial';
		font-size: 18px;
	}
	.element-bpad{
		padding-bottom: 8px;
	}
	.at-ico{
		width: 13px;
		height: 13px;
	}
	
	.header{
		height: 150px;
	}
	.card{
		height: 164.2px;
	}
	.details{
		padding: 20px 25px;
		line-height: 25px;
	}
	.details h2{
		font-size: 25px;
		margin-bottom: 5px;
	}
	.box-header h3{
		font-size: 25px;
	}
	.box-content p{
		font-size:18px;
	}
	.adress-header{
		font-size: 16px;
	}
	.adress p{
		font-size:12px;
	}
	.followus-header{
		font-size:16px
	}
	.sm img{
		width: auto;
		height:25px;
		float: left;
	}
	.sm p{
		font-size: 10px;
		float: right;
		margin: -18px 30px;
	}
	.flogo img{
		height:50px;
		width: auto;
	}
	.team p{
		font-size:12px;
	}
}
@media screen and (max-width: 767px){
	.l-all{
		font-family: 'Roboto', 'Arial';
		font-size: 2.5vw;
		margin-left: -25px;
	}
	.element-bpad{
		padding-bottom: 5px;
	}
	.at-ico{
		width: 1.6vw;
		height: 1.6vw;
	}
	
	body{
		background-image: none;
	}
	.container.main{
		padding: 0px;
	}
	.header{
		background: url(images/images/Grou2p-9.jpg);
		background-size:auto;
		height: auto;
	}
	.header img:first-child{
		position: absolute;
		margin: 10px;
		width: 50%;
		padding-top: 0px;
	}
	.header img:nth-child(2){
		width: 100%;
		height: auto;
		margin: 0;
		padding-top: 0px;
	}
	.card{
		height: 33.5vw;
		text-align: center;

	}
	.card img{
		margin-top: -50%;
	}
	.details{
		padding: 2vw 1vw 0 1vw;
		line-height: 3.5vw;
		font-size: 2.4vw;
	}
	.details h2{
		font-size: 3.2vw;
		margin-bottom: 2vw;
		line-height: 4vw;
	}
	.box{
		margin-bottom: 3vw;
	}
	.box-header h3{
		font-size: 4vw;
		line-height: 10vw;
		padding-left: 1.5vw;
	}
	.box-content{
		padding: 1.5vw;
	}
	.box-content p{
		font-size:2.5vw;
		line-height: 4vw;
	}
	.menu{
		display: none;
		position: absolute;
		z-index: 10;
		background: rgba(255,255,255,0.95);
		top:14.5vw;
		padding: 2vw 0;
	}
	.menu ul li{
		background: none;
		font-size: 5vw;
		line-height: 10vw;
	}
	.page-content.col-sm-9{
		padding-right: 15px;
	}
	.adress-header{
	font-size: 16px;
	}
	.adress p{
		font-size:12px;
	}
	.footer .col-xs-12{
		padding: 0px;
	}
	.followus-header{
		font-size:10px;
		margin: 0px 0px 15px;
	}
	.sm-mobile{
		width: 100%;
		height: auto;
	}
	.sm{
		display: inline-block;
		width: 16.666666%;
		clear: none;
		margin: 0px auto;
		text-align: justify;
	}
	.sm img{
		width: 25px;
		height:25px;
		margin: 0px auto;
		display: block;
	}
	.sm p{
		font-size: 10px;
		float: right;
		margin: -18px 30px;
	}
	.flogo img{
		height:30px;
		width: auto;
		float: left;
	}
	.team p{
		font-size:8px;
		text-align: right
	}
	.footer .col-sm-4{
		margin:10px 0px;
	}
	hr {
    	color: #ffffff;
    	border: solid 0.5px #5f5f5f;
    	clear: both;
	}
		/* Icon  */

	#nav-icon {
		z-index: 1000;
		position: absolute;
		top:5vw;
		right: 20px;
		width: 25px;
	}
	.transparent-bg{
		display: none;
		position: absolute;
		top:-5vw;
		right: -20px;
		height: 14.5vw;
		width: 65px;
		background:rgba(0,0,0,0.70);
		z-index: -100;
	}
	#nav-icon span {
	  display: block;
	  position: absolute;
	  height: 2px;
	  width: 50%;
	  background: #fff;
	  opacity: 1;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .25s ease-in-out;
	  -moz-transition: .25s ease-in-out;
	  -o-transition: .25s ease-in-out;
	  transition: .25s ease-in-out;
	}
	#nav-icon span:nth-child(even) {
	  left: 50%;
	  border-radius: 0 15px 15px 0;
	}

	#nav-icon span:nth-child(odd) {
	  left:0px;
	  border-radius: 15px 0 0 15px;
	}

	#nav-icon span:nth-child(1), #nav-icon span:nth-child(2) {
	  top: 0px;
	}

	#nav-icon span:nth-child(3), #nav-icon span:nth-child(4) {
	  top: 9px;
	}

	#nav-icon span:nth-child(5), #nav-icon span:nth-child(6) {
	  top: 18px;
	}

	#nav-icon.open span:nth-child(1),#nav-icon.open span:nth-child(6) {
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
	}

	#nav-icon.open span:nth-child(2),#nav-icon.open span:nth-child(5) {
	  -webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	}

	#nav-icon.open span:nth-child(1) {
	  left: 1px;
	  top: 5px;
	}

	#nav-icon.open span:nth-child(2) {
	  left: calc(50% - 3px);
	  top: 5px;
	}

	#nav-icon.open span:nth-child(3) {
	  left: -50%;
	  opacity: 0;
	}

	#nav-icon.open span:nth-child(4) {
	  left: 100%;
	  opacity: 0;
	}

	#nav-icon.open span:nth-child(5) {
	  left: 1px;
	  top: 14px;
	}

	#nav-icon.open span:nth-child(6) {
	  left: calc(50% - 3px);
	  top: 14px;
	}
}

.language {
	position: relative;
	top: -50px;
	float: right;
	color: #fff;
	font-weight: bold;
	margin-right: 20px;
	margin-top: 10px;
}
.language a {
	color: #fff;
}
