.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

*{
	margin: 0px;
	padding: 0px;
	font-family: ariel;
}
.clearfix{
	clear: both;
}
header{
	padding: 20px 0px;
	box-shadow: 2px 2px 15px #060606;
	background-color: #f2b705;
}
.container{
	width: 1140px;
	max-width: 100%;
	margin: 0 auto;
}
.col-div-6{
	text-decoration:none;  
	width: 50%;
	float: left;
}
.logo{
	font-weight: bold;
	font-size: 25px;
	color: #2044e0;
}
.logo span{
	color: #f2b705;
}
.nav{
	float: right;
}
.nav li{
	list-style: none;
	float: left;
	padding: 3px 20px;
}
.nav li a{
	text-decoration: none;
	color: #060606;
}
.nav li button{
	padding: 7px 15px;
    background: #f2b705;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: -5px;
}
.banner-section{
	background: #f2b705;
	height: 400px;
	overflow: hidden;
}
.heading{
	color: #2044e0;
    font-size: 60px;
    letter-spacing: 1px;
    margin-top: 10%;
}
.p1{
	color: #2044e0;
    margin-top: 10%;
    letter-spacing: 1px;
    font-size: 14px;
}


.btn {
  display: block;
	margin-left: auto;
	margin-right: auto;
  width: 85%;
  border: none;
  background-color: #f2b705;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}

.btnsm {
  display: block;
	margin-left: auto;
	margin-right: auto;
  width: 85%;
  border: none;
  background-color: #f2b705;
  padding: 10px 10px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}

.ban-img{
	width: 500px;
	margin-bottom:-50px;

}
.b-img{
	width: 100%;
	border-radius: 10px;
}
.heading1{
	margin-top: 20px;
	color: #f2b705;
	font-size: 20px;
	text-transform: uppercase;
}

.heading2{
	margin-top: 20px;
	color: #f2b705;
	font-size: 40px;
	text-transform: uppercase;
	text-align: center;
}

.blog-heading{
	font-size: 29px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #060606;
}
.text{
	font-size: 13px;
    letter-spacing: 1px;
    color: #060606;
    margin-bottom: 20px;
}

.blogtext{
	font-size: 18px;
    letter-spacing: 1px;
    color: #060606;
    margin-bottom: 20px;
	margin-left: 20%;
	margin-right: 20%;
}

.name{
	text-transform: uppercase;
	margin-left: 2%;
    font-weight: 600;
    color: #a1a1a1;
    font-size: 14px;
}
.lr-box{
	padding: 10px 10px;

}
.b-img-1{
	width: 100%;
	height: 100%;
	border-radius: 10px;
	margin-top: 7px;
}

.b-img-2{
	width: 10%;
	height: 10%;
	border-radius: 2px;
	margin-top: 2px;
}
.b-img-3{
	width: 30%;
	height: 30%;
	border-radius: 2px;
	margin-top: 2px;
}

.blog-heading-1{
	font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #060606;
}

.blog-heading-2{
	font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #060606;
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
}

.blog-heading-3{
	font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #2044e0;
	text-align: left;
	margin-left: 20px;
}

.line{
	    width: 100%;
	    margin-top: 15px;
    border: none;
    height: 1px;
    background: #ddd;
}
.lr-box:hover{
	opacity: 0.5;
	cursor: pointer;
}
.box-1:hover{
	opacity: 0.5;
	cursor: pointer;
}

.box-2{
	width: 28.5%;
	float: left;
	margin: 25px;
}
.box-2:hover{
	opacity: 0.5;
	cursor: pointer;
}
.foot-section{
	background: #f2b705;
}
.foot-inner{
	width: 500px;
	margin: 0 auto;
	padding: 50px;
	text-align: center;
}
.ibox2{
	margin: 0 auto;
	width: 380px;
}
footer{
	background: #362078;
	padding: 15px;
}
footer p{
	color: #2044e0;
	text-align: center;
}

.blogimg{
	width: 50%;
	display: block;
  margin-left: auto;
  margin-right: auto;
}