*{
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6, p {
	padding:0;
	margin:0;
}


body{
	background-image:url('../images/swirl_pattern.png');
}
.bg_black {
	background-color: #000000;
	height:auto;
	border-bottom: 1px solid #ffffff;
}
.bg_black1 {
	padding-bottom: 20px;
	border-top: 1px solid #ffffff;
}

.my_logo img {
	padding:10px 0px 5px 0px;
}
.my_number img {
	width:200px;
	margin-top:12px;
}

/*Scroll to Top*/
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
}

#myBtn:hover {
    background-color: #A0C70D; /* Add a dark-grey background on hover */
	color:#000000;
}



.telugu2 h3 {
	font-family: times;
	color:#ffffff;
	font-size: 20px;
	text-align:center;
	margin-top:20px;
}
.telugu1 h3 {
	font-family: times;
	color:#ffffff;
	font-size: 20px;
	text-align:center;
	margin-top:20px;
}
.telugu2 img {
	margin:auto;
	margin-top:5px;
}
.telugu1 img {
	margin:auto;
	margin-top:5px;
}



.bg_black1 {
	background-color: #000000;
	padding:10px 0px 26px 0px;
}
.bg_white {
	background-color: #ffffff;
	padding:80px 0px 80px 0px;
}
.bg_cream {
	background-color: #FFD6BB;
	padding:80px 0px 80px 0px;
}
.contents img {
	padding-top:20px;
	margin:auto;
}
.contents h3 {
	font-weight: 700;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 15px;
}
.contents p {
	text-align: justify;
}


.services img {
	padding-bottom: 60px;
	margin:auto;
}
.services h3 {
	font-weight: 700;
	text-decoration: underline;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 15px;
	color:#333;
}
.services li {
	list-style: none;
	font-size:18px;
	line-height: 4em;
	font-weight: bold;
	color:#C64F00;
}


/*Contact*/


  .contact {
	background-color:#2F2F2F;
  		padding:50px 0 80px;
  		text-align:center;
  }

.contact p{

	padding-bottom:80px;
	color:#fff;
	/* color:#737373; */
}

.contact h2 {
	color:#fff;
	/* color:#4c4c4c; */
	margin:20px 0 20px;
}

.contact .input-group {

	margin-bottom : 25px;
}

.contact .form-control {

	border-radius : 0 !important;
}

.contact span {

	border-radius : 0 !important;
}

.contact .btn {

	border-radius: 0;
	width: 100%;
	font-size: 15px;
	background-color:#f08080;
	color: #fff;
}

.contact .btn:hover {

	background-color: #a85959 !important;
	color:#fff !important;
}


@media(max-width:768px) {
	.contact h2 {
		font-size:25px;
	}
	.contact p {
		font-size:12px;
		padding:5px 5px 30px 5px;
	}
 	

 }
 
 
 

/*Footer*/

.bg_dgrey {
	background-color:#A0C70D;
	padding:20px 0px 20px 0px;
}
.foots h4{
	margin-top:20px;
	color:#ff0000;
	text-align: center;
	font-weight: 600;
}
.foots h3{
	margin-top:20px;
	color:#000000;
	text-align: center;
	font-weight: 600;
}
.foots p{
	margin-top:10px;
	color:#7B0101;
	text-align: center;
}
.foot_black {
	background-color: #000000;
}
.foot_black p {
	padding:10px 0px 10px 0px;
	color:#ffffff;
	text-align: center;
}
.foot_black a {
	color:#ffffff;
}
.foot_black a:hover {
	color:#9FC615;
}