@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,700');

body {
	font-family: 'Nunito', sans-serif;
}
.wrapper{
font-family: 'Nunito', sans-serif;
border: 1px solid rgba(0,0,0,0.3);
    border-radius: 30px;
    max-width: 1140px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.bg_heder{
	color: #fff;
    background-image: url("../img/hederbg.jpg");
    background-repeat: no-repeat;
    min-height: 400px; 
border-radius: 30px 30px 0px 0px;
color: #000;
	font-family: 'Nunito', sans-serif;
	padding-top:125px;
}

.btn {
	margin-bottom:30px;
	margin-top:10px;
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
  font-family: 'Nunito', sans-serif;
  color: #fff;
  font-size: 18px;
  background-color: #d9913e;
  padding: 10px 20px 10px 20px;
  border: solid #d9913e 1px;
  text-decoration: none;
  
  width:150px;
}

.btn:hover {
  background: #0e1c5e;
  text-decoration: none;
  background-color: #fff;
  color: #d9913e;
}

.bg{
	color: #fff;
    background-image: url("../img/bg1.jpg");
    background-repeat: no-repeat;
    min-height: 743px; 

color: #000;
	font-family: 'Nunito', sans-serif;
	padding-top:70px;
}
.ml{
	padding-left:100px;
}

.bgyt{
	color: #fff;
    background-image: url("../img/yt.jpg");
    background-repeat: no-repeat;
    min-height: 518px; 

color: #000;
	font-family: 'Nunito', sans-serif;
	
}

.btn1 {
	margin-top:10px;
	
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
  font-family: 'Nunito', sans-serif;
  color: #fff;
  font-size: 18px;
  background-color: #d9913e;
  padding: 10px 20px 10px 20px;
  border: solid #d9913e 1px;
  text-decoration: none;
  
  width:350px;
}

.btn1:hover {
  background: #0e1c5e;
  text-decoration: none;
  background-color: #fff;
  color: #d9913e;
}
.hr { 
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;    
    border-width: 1px;
	color: #fff;
	background-color:#fff;
}

