body{
	width: 100%;
	overflow-x: hidden;
}
/*topbar*/
h2.top-head {
    font-size: 23px;
    text-align: right;
    margin-top: 15px;
 
}

/*section.topbar {
    padding: 15px;
}*/
section.topbar img {
    width: 30%;
}
sup {
    font-size: 17px;
    font-weight: 400;
}
/*banner*/

h4.heading {
    background: #ffde01;
    text-align: left;
    font-size: 28px;
    width: 63%;
    margin-left: 26px;
    font-weight: 500;
    padding: 0px 6px 5px 2px;
}



/*box section*/
h2.heading1 {
    text-align: center;
    width: 100%;
    padding-bottom: 50px;
        padding-top: 35px;
}
section.services.container h3 {
    font-size: 20px;
}
.box ul {
    list-style: none;
    text-align: left;
}
section.services {
    text-align: center;
}
ul.social-images {
    display: flex;
    padding: 0;
    margin: 0;
}
li.images-list {
    list-style: none;
    width: 20%;
}
img.img-responsive {
    width: 100%;
}
figure {
    margin: 0 !important;
}
li.list {
    margin-left: 35px;
}

/*footer*/
section.footer {
    background: #097bbb;
    color: #fff;
    padding: 20px;
}
p.copyright {
    text-align: center;
    width: 100%;
    font-size: 14px;
	margin:0;
}

/*media query start*/

@media screen and (max-width:991px){
section.topbar img{
	margin-top:3px;
}
h2.top-head{
	margin-top:10px;
}	
}

@media screen and (max-width:767px){
	section.topbar img {
    width: 40%;
}
	h2.heading1 {
    font-size: 22px;
}
section.services.container h3 {
    font-size: 16px;
}
.box ul{
	padding:0;
}
section.services.container h3 {
    font-size: 16px;
    margin-top: 10px;
}
h2.heading1 {
    font-size: 22px;
    padding-bottom: 30px;
}
.box li {
    margin-left: 14px;
    font-size: 15px;
}
}	
	
@media screen and (max-width:575px){
	h2.top-head{
		font-size:21px;
	}
	.box li{
		text-align:center;
	}
	.box {
    margin-top: 20px;
}
}	
	
	@media screen and (max-width:420px){
section.topbar img {
    width: 50%;
}
section.topbar img{
	margin-left:0;
}
h2.top-head{
	margin-right:10px;
}
	li.images-list {
    width: 100%;
}
ul.social-images {
    display: block;
}
p.copyright {
    font-size: 12px;
    font-weight: 600;
}
h2.heading1 {
    padding-bottom: 0px;
}
}

@media screen and (max-width:320px){
	section.topbar img {
    width: 60%;
}
	h2.top-head {
    font-size: 17px;
}
h2.heading1 {
    font-size: 19px;
}

}
