@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Mallanna&family=Noto+Sans+Telugu&family=Ramabhadra&display=swap');

@media only screen and (min-width: 1000px){

body {
	background:url(../images/main-bg.jpg) no-repeat top #901007;
}

.container {
	width:1000px !important;
	height:auto;
}

.home-ban {
	background:url(../images/home-ban-bg2.png) no-repeat top center;
	height:460px;
}
.home-space {
	padding:120px;
}

.border-round {
	border-radius:10px;
}
.border-round img {
		border-radius:25px;
		margin-top:35px;

}


.col-sm-3 {
    flex: 0 0 auto;
    width: 24% !important;
}
.innerbg {
	background:url(../images/inner-bg.jpg) no-repeat top #901007;
}

}

.box2 {
	width:100%;
	height:auto;
	padding:0;
	background:#060;
}

.bg-yellow {
	background: rgba(245, 179, 12, 0.6);
	padding:10px;
	border:5px #63F;
	border-radius:20px;
	width:94%;
	margin:0 auto;
}

.txt-black {
	color:#000;
}
	
.navbar-light .navbar-toggler {
	background:#FC0;
    color: rgba(0,0,0,.55);
    border-color: rgba(0,0,0,.1);
    position: absolute;
    right: 10px;
    top: -80px;
}

h1 {
	font-family: 'Ramabhadra',sans-serif!important;
	font-size:33px;
	text-align:center;
}
h2 {
	font-size:24px !important;
	font-family: "Noto Sans Telugu", sans-serif !important;
    font-weight: 900;
	color:#FC0;
	margin:10px auto;
	text-align:center;
	
}
h4 {
	font-size:16px !important;
	font-family: "Noto Sans Telugu", sans-serif !important;
    font-weight: 400;
	color:#fff;
	margin:5px auto;
	text-align:center;
}
body {
		font-family: "Noto Sans Telugu", sans-serif !important;
		font-size:18px;
		font-weight: 500;
		color:#fff;
}
.home-ban p {
	color:#000;
}
.big {
	font-family: "Noto Sans Telugu", sans-serif !important;
		font-size:20px;
		font-weight: 900;
}
.border1 {
	border:2px solid;
	color:#9A4629;
}


.box1 {
	padding:20px;
	min-height:100px;
	background:#FC0;
	max-width:44%;
	margin:5px;
	color:#000;
	border-radius:20px;
}
.footer1 {
	text-align:center;
	color:#fff;
}
.brown {
	color:#603;
}
.light {
	opacity:0.8;
}
.title-top {
	text-align:center;
}

@media only screen and (max-width: 640px){
	
	body {
	background:url(../images/main-bg2.jpg) no-repeat top #901007;
}
	.innerbg {
	background:url(../images/inner-bg2.jpg) no-repeat top #901007;
}
	
	.home-ban {
	background:url(../images/home-ban-bg4.png) no-repeat top center;
	height:700px;
}
.border-round img {
		border-radius:25px;
		margin-top:35px;
		width:85%;
}
.home-space {
	padding:65px;
}
.box1 {
	padding:20px;
	min-height:100px;
	background:#FC0;
	max-width:40%;
	margin:15px;
	color:#000;
	border-radius:20px;
}
.title-top {
	text-align:left;
}

	
}
