body,html{
	scroll-behavior: smooth;
}		

		/* HTML CODE END */
		
		/*ALL APPLY CSS START*/
/*body{}*/
		/*ALL APPLY CSS END*/

		/* HEADER START*/
#navbar-brand-logo{
	display: flex;
	align-items: center;
}
#logoIMG{
	width: 62%;
}
@media screen and (max-width: 866px){
		#logoIMG{
			width: 70%;
		}
}	
@media screen and (max-width: 700px){
		#logoIMG{
			width: 77%;
		}
		ul.navbar-nav li.nav-item a.nav-link{
			font-size: 11px;
		}
}	
ul.navbar-nav li.nav-item a.nav-link{
	font-size: 14px;
	font-weight: 500;
}
ul.navbar-nav li.nav-item{
	transition: all .5s ease;
	border-bottom: 2px solid white;
	cursor: pointer;
}
ul.navbar-nav li.nav-item:hover{
	border-bottom-color: darkred;
}

		/* HEADER END*/

		/*HEDINGS START*/
.headings{
	position: relative;
	margin-bottom: 36px;
	: color#003d64;
}
.headings:before{
	content: '';
	width: 6%;
	height: 3px;
	position: absolute;
	background: darkred;
	bottom: 0;
	top: 130%;
	left: 47%;
}		
#contact{top: 100%;}
		/*HEDINGS END*/

		/*top link move START*/
.top-links{
	visibility: hidden;
}
		/*top link move START*/


		/* ABOUT START */
@media screen and (max-width: 999px){
		p.paragraph , .card-text{
			font-size: 14px;
		}
}	
p.paragraph{ text-align: justify; }
		/* ABOUT END */


		/* CARD START */
.card-btn
@media screen and (max-width: 866px){
	.card-btn{
	 padding: 0.25rem 0.5rem;
	  font-size: 0.875rem;
	  border-radius: 0.2rem;
	  font-size: 12px;
	}		
}	
		/* CARD END */


		/* CONTACT START */
#CONTACTSECTION{
	background: #efefef;
}		

p.email-change-color{
	color: #003d64;
}
.form-control:focus{box-shadow: 0 0 0 0.25rem white;border-color: gray;}
.form-control{
	border-radius: 0;
}
#addressRAISAL{
	background: #fff;
}
#addressRAISAL2{
	background: #fff;
	/*height: 65vh;*/
}
iframe{
	border:0;
	width: 100%;
	height: 100%;
}
.location-icon-size{
	font-size: 34px;
}
.address-weight{
	font-weight: normal;
}

@media screen and (max-width: 576px){
	#addressRAISAL{
	 text-align: center;
	 font-size: 13px;
    }
}
@media screen and (max-width: 360px){
	#addressRAISAL{
	 font-size: 11px;
    }
}
#facebookICON{
	color: #3b5998;
	font-size: 30px;
}
#twitterICON{
	color: #55acee;
	font-size: 30px;
}
#instagramICON{
	color: #e01e52;
	font-size: 30px;
}
#linkedinICON{
	color: #007bb5;
	font-size: 30px;
}
.SOCIAL-iconS{
	color: white;
}
.SOCIAL-iconS:hover{
	background: white;
}
		/* CONTACT END */


		/*FOOTER START*/
footer{
	color: white;
	background: #424141;
    text-align: center;
}		
footer p a{
	color: white;
}
footer p a:hover{
	text-decoration: none;
	color: white;
}
#topBtn{
  position: fixed;
  bottom: 40px;
  right: 40px;
  font-size: 22px;
  width: 50px;
  height: 50px;
  background: #e74c3c;
  color: white;
  border: none;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 900px){
		#topBtn{
			width: 40px;
			height: 40px;
			right: 24px;
		}
}	
	
@media screen and (max-width: 600px){
		#topBtn{
			width: 33px;
			height: 33px;
			right: 20px;
			font-size: 18px;
		}
}	
		/*FOOTER END*/