.navkk{
background-color:white;
padding-top:20PX;
padding-bottom:20px;

}

.quot{
    border-radius: 1px !important; 
    border: none !important;
    padding: 10px 20px 10px 20px !important; 
    margin-right: 100px !important; 
	background-color:red !important;
}

.quot:hover {
    color: var(--bs-btn-hover-color)!important;
    background-color: #415e88 !important;
    border-color: #223157 !important;
}



    .nav-link {
    color: #000 !important;
    text-transform: capitalize;
    font-size: 15px !important;
    margin-left: 10px;

}

.gar{
	font-weight:600;
	}


.top{
background-color:black;
color:white;
    padding: 25px;
}

.som{
	text-align:center;
}
.mob{
   text-align:right;
}

.h3{
	color:black;
	background-color:green;
}

.commi {
    font-size: 70PX !important; 
    margin-top: 80px !important;
}

.proj {
    border-radius: 1px !important; 
    border: none !important;
    padding: 10px 20px 10px 20px !important; 
    margin-right: 100px !important; 
	background-color:red !important;
}

.proj:hover {
    color: var(--bs-btn-hover-color)!important;
    background-color: #415e88 !important;
    border-color: #223157 !important;
}

.bacim{
	 background-image:url("C:\Users\sushm\OneDrive\Desktop\ShriiBalaJii\images\about_overlay.png");
	 height:500px;
}

.engi{
	margin-top:100px;
}

.cardimg {
    width: 50px;
    text-align: center;
    margin: 35px 35px 35px 150px;
}


.cardbett{
    text-align: center;
    color: #2222bd;
}

.cardp{
	text-align:center;
}
.cardbutt {
    width: 102px;
    margin: 10px 10px 28px 130px;
    border-bottom: 5px;
}

.card4{
	margin-top:100px;
}

.p {
    margin-top: 50px;
    margin-bottom: 1rem;
    color: black;
    font-size: larger;
}

.icom {
    margin-top: 30px;
}



.comment {
    margin-left: 15px;
}

.cardbutt1 {
    width: 102px;
    margin: 10px 10px 28px 0px;
    border-bottom: 5px;
}



.cadimg {
    margin-top: 100px;
}


.year2 {
    font-size: 100px;
    text-align: center;
	font-weight: 700;
    height: 162px;
    border-right: 1px solid black;
    /* margin-top: 50px; */
    color: #ff5e13;
}

.yearof {
    text-align: inherit;
    padding-top: 30px;
}

 
 .iimgg {
    margin: 150px 10px 10px 45px;
	width: 25%;
}

.sati {
    margin-top: -25px;
}
 
.year6 {
    font-size: 60px;
    font-weight: 700;
    color: #ff5e13;
    display: inline-block;
   text-align:center;
   
}


.satis {
    text-align: inherit;
    padding-top: 30px;
}



.Hh2 {
    font-size: 60px;
    color: #001b5e;
    line-height: 70px;
    font-weight: 700;
    text-transform: uppercase;
}

.sati {
    margin-top: -25px;
}

.bacimg {
  background-image: url("C:\Users\sushm\OneDrive\Desktop\ShriiBalaJii\images\about_overlay.png");
}

/*footer*/
.col_white_amrc { color:#FFF;}
footer { width:100%; background-color:#263238; min-height:250px; padding:10px 0px 25px 0px ;}
.pt2 { padding-top:40px ; margin-bottom:20px ;}
footer p { font-size:13px; color:#CCC; padding-bottom:0px; margin-bottom:8px;}
.mb10 { padding-bottom:15px ;}
.footer_ul_amrc { margin:0px ; list-style-type:none ; font-size:14px; padding:0px 0px 10px 0px ; }
.footer_ul_amrc li {padding:0px 0px 5px 0px;}
.footer_ul_amrc li a{ color:#CCC;}
.footer_ul_amrc li a:hover{ color:#fff; text-decoration:none;}
.fleft { float:left;}
.padding-right { padding-right:10px; }

.footer_ul2_amrc {margin:0px; list-style-type:none; padding:0px;}
.footer_ul2_amrc li p { display:table; }
.footer_ul2_amrc li a:hover { text-decoration:none;}
.footer_ul2_amrc li i { margin-top:5px;}

.bottom_border { border-bottom:1px solid #323f45; padding-bottom:20px;}
.foote_bottom_ul_amrc {
	list-style-type:none;
	padding:0px;
	display:table;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.foote_bottom_ul_amrc li { display:inline;}
.foote_bottom_ul_amrc li a { color:#999; margin:0 12px;}

.social_footer_ul { display:table; margin:15px auto 0 auto; list-style-type:none;  }
.social_footer_ul li { padding-left:20px; padding-top:10px; float:left; }
.social_footer_ul li a { color:#CCC; border:1px solid #CCC; padding:8px;border-radius:50%;}
.social_footer_ul li i {  width:20px; height:20px; text-align:center;}


.alink{
	color:red;
	text-decoration: none;
	border-bottom:3px solid gray;
	margin-top:3px;
}

.alink:hover{
	color:red;
	text-decoration: none;
	border-bottom:3px solid red;
	margin-top:3px;
}



.containerr {
  position: relative;
  width: 100%;
}

.imagee {
  display: block;
  width: 100%;
  height: auto;
}

.overlayy {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: red;
}

.containerr:hover .overlayy {
  opacity: 1;
}

.textt {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.about {
    background-color: #ec6744c7;
    text-align: center;
    padding: 100px 0px 100px 0px;
}

.intro{
	text-align:left;
	margin-left:78px;
	
}

.parag {
    padding: 10px 80px 10px 80px;
  
}

.servic{
	background-color: #f7a7f1c7;
	text-align: center;
    padding: 100px 0px 100px 0px;
}

.type{
	background-color:green;
}

.nav{
    display: flex;
    
}





