/* global styling  */
.enquire_btn{
	background: var(--color-1);
	color: #fff;
	padding: 10px 19px;
	border-radius: 25px;
}
.btn1{
	background: var(--color-1);
	padding: 9px 18px;
	color: #fff;
	border-radius: 10px;
}
.topbar{
	height: 100px;
}
.topbar img{
	padding-bottom: 15px;
}

#alert{
	background: var(--color-1);
	color: #fff;
}
#alert button {
	color: #fff;
}	

/*  Banner Card top styyling  */
.bannerCards{
	position: relative;
}
.bannCard{
	background-image: url(../img/card.jpg);
	width: 100%;
	height: 220px;
	padding: 15px 10px;
	background-size: cover;
	background-position: center;
}
.bannCard1{
	background-image: url(../img/card1.jpg);
	width: 100%;
	height: 220px;
	padding: 15px 10px;
	background-size: cover;
	background-position: center;
}
.bannCard2{
	background-image: url(../img/card2.jpg);
	width: 100%;
	height: 220px;
	padding: 15px 10px;
	background-size: cover;
	background-position: center;
}
.bannCard3{
	background-image: url(../img/card3.jpg);
	width: 100%;
	height: 220px;
	padding: 15px 10px;
	background-size: cover;
	background-position: center;
}
.bannCard4{
	background-image: url(../img/team/card7.jpg);
	width: 100%;
	height: 220px;
	padding: 15px 10px;
	background-size: cover;
	background-position: center;
}
.bannCard5{
	background-image: url(../img/team/card8.jpeg);
	width: 100%;
	height: 220px;
	padding: 15px 10px;
	background-size: cover;
	background-position: center;
}
.bannCard6{
	background-image: url(../img/team/card9.jpg);
	width: 100%;
	height: 220px;
	padding: 15px 10px;
	background-size: cover;
	background-position: center;
}
.bannCard7{
	background-image: url(../img/team/card10.jpg);
	width: 100%;
	height: 220px;
	padding: 15px 10px;
	background-size: cover;
	background-position: center;
}
#bann_cards h3{
   font-size: 17px;
   font-weight: 600;
   background: var(--color-1);
   color: #fff;
   width: 90%;
   text-transform: capitalize;
   padding: 10px;
}
#bann_cards h5{
   font-size: 14px;
   font-weight: 700;
   background: var(--color-2);
   color: #fff;
   width: 32%;
   display: inline-block;
   padding: 10px;
}
/* Features section styling  */
#feature_card{
	background: #fff;
	height: auto;
	width: 300px;
	padding: 24px 10px;
	margin-left: 50px;
	margin-top: 20px;
}
#feature_card:hover{
	box-shadow: 0px 16px 32px 2px rgba(0, 0, 0, 0.1);
	border-top: 5px solid var(--color-1);
	transition: 0.4s ease-in-out;
}
.features h5{
	font-size: 18px;
	font-weight: bold;
	padding-left: 40px;
}
.features p{
	text-align: justify;
	margin: auto;
	color: #333;
	font-size: 14px;
	font-weight: 600;
	padding: 20px 10px;
}
.btn2 {
	color: var(--color-1);
	font-weight: bold;
}
.btn2:hover {
	transition: 0.5s ease-in-out;
}
/* Media */
@media screen and (max-width: 768px) {
  .topbar{
  	 flex-direction: column;
  	 height: 70px;
     overflow: visible;
  }
  #bann_cards{
  	margin-top: 20px;
  }
  #feature_card{
  	text-align: justify;
  	margin: auto;
  	margin-top: 20px;
  }
  .top_alert{
  	display: none;
  }
}

/* -- One person Company Styling --  */
#inner_page_banner{
  width: 100%;
  height: 90vh;
  /*background: #37517e;*/
  color: #fff;
  /*background: url(frontend/assets/img/team/slider_banner.jpg);*/
}
.banner_content ul{
	list-style-type: none;
}
.banner_content ul li{
	font-size: 30px;
	font-weight: 600;
	padding:10px;
}
.banner_content ul li i{
	font-weight: 700;
	color: #000;
	font-size: 45px;
	padding: 0px 10px;
}
.enquire_form{
	padding: 15px;
	border: 1px solid #f1f2f3;
	min-width: 366px;
	background: #fff;
	border-radius: 20px;
}
.enquire_form input,select{
	background: #f1f2f3;
}
#en_fields{
	margin-top: 20px !important;
}


.opc{
	background: var(--color-1);
	padding: 20px;
	color: #fff;
}
.opc h2{
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0.6px;
}
.opc_docs_require ul{
	list-style-type: none;
}
.opc_docs_require ul li{
	font-size: 21px;
	font-weight: 500;
	color: #000;
	line-height: 10px;
	padding: 15px 10px;
}
#en_fields{
	background: transparent !important;
}

/*--------FASSAI Page styling-------*/
#food_fass{
	width: 250px;
	margin-left: 35px;
	background: #000;
	color: #fff;
	padding: 20px;
}

@media screen and (max-width: 768px) {
	#food_fass{
		text-align: justify;
		margin: auto;
		margin-top: 20px;
	}
	#inner_page_banner{
		 height: 100%;
	}
}

/*---------------Trademark Reg. page styling Note: Tredamark page style copy in
  trademark related pages & opc pages styling opc style pages----------------*/

.application_form{
		background: #f3f5f7;
}
.trade_banner{
	background: var(--color-1);
	color: #fff;
	margin: 20px;
}  
#apply_form{

}
#apply_form h3{
	font-size: 20px;
	font-weight: 500;
	color: #000;
}
#trade_content{
	background: #f3f5f7;
	padding: 20px;
}
#trade_content ul{
	list-style-type: decimal !important;
}
#trade_content ul li{
	padding: 14px 0px;
}
.trade_require{
	background: #f3f5f7;
}
.trade_require h3{
	font-size: 25px;
	font-weight: 600;
	color: #333;
}
.trade_require ul {
	list-style-type: decimal;
}
.trade_require ul li {
	font-size: 14px;
	padding: 10px;
}
/*-------GST Page Styling-------*/
#gst_content ul{
	list-style-type: decimal;

}
#gst_content ul li {
	padding: 21px 0px;
}