/*========================================== MASTER STYLESHEET ===================================================================

	Project   :	AURA TEMPLATES
	Version   :	1.0
	Last Change : 	18/05/2017
	Primary Use :  AURA TEMPLATES

=================================================================================================================================*/
/*========================================== LAYOUT ===================================================================

		1.GLOBAL STYLES
		2.COMMON STYLES	
		3.NAVIGATION
		4.PRE HEADER
		5.BUTTON		
		6.HEADER
		7.WHO WR ARE		
		8.WHY WR ARE
		9.SERVICES
		10.COUNTER
		11.TWO COLUMN
		12.CLIENT LOGO
		13.NEWS
		14.HEADING STRIP
		15.SUBSCRIBE
		16.PRICING
		17.TEAM
		18.GALLERY
		19.FOOTER
		20.MEDIA QUERIES	

=================================================================================================================================*/
/*========================================== COLOR CODES =========================================================================

	Background     :#ffffff [white]
	Theme Color    :#e5b10e [Blue]	
	Main Heading Color :#000000 [Dark Gray]	
	Content Color   :#666666 [light Gray]

=================================================================================================================================*/
/*========================================== TYPOGRAPHY =========================================================================

	Heading:font-family: 'Roboto', serif;	
	Body :font-family: 'Open Sans', sans-serif , Arial , Vedana , Trebuchet MS;

=================================================================================================================================*/
/*========================================== 1.GLOBAL CSS START ===========================================*/

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
body {
  background: #ffffff;
  color: #000000;
	font-size: 16px;
  margin-top: 0;
  font-family: Roboto, sans-serif, Source Sans Pro, Helvetica Neue, Helvetica;
  line-height: 1.5;
  margin-bottom: 0;
	text-align: justify;
  /*font-family: Poppins,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;*/  
}
a {
  outline: none !important;
  text-decoration: none !important;
	color: black;
}
h1,
h2,
h3,
h4,
h5,
p {
  /* margin: 0; */
}
h1 {
  color: #030200;
  font-family: 'Roboto', serif;
  font-size: 35px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase; 
}
h2 {
  color: #030200;
  font-family: 'Roboto', serif;
  font-size: 26px;
  font-weight: 500;
  /* letter-spacing: 1px;
   text-transform: uppercase; */
}
h3 {
  color: #030200;
  font-family: Roboto, sans-serif, Source Sans Pro, Helvetica Neue, Helvetica;
  font-size: 20px;
  font-weight:800;
  letter-spacing: 1px;
  /* text-transform: uppercase; */
}
h4 {
  color: #030200;
  font-family: 'Roboto', serif;
  font-size: 20px;
  font-weight:500;
  letter-spacing: 1px;
  line-height: 32px;
  /* text-transform: uppercase; */
}
h5 {
  color: #030200;
  font-family: 'Roboto', serif;
  font-size: 16px;
  font-weight:500;
  letter-spacing: 1px;
  /* text-transform: uppercase; */
}
h6 {
  color: #030200;
  font-family: 'Roboto', serif;
  font-size: 15px;
  font-weight:500;
  letter-spacing: 1px;
  /* text-transform: uppercase; */
}
.navbar-default .navbar-nav > li > a {
  text-transform: uppercase;
}
.text-center {
  text-align: center;		
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
/*========================================== 1.GLOBAL CSS END ===========================================*/
/*========================================== 2.COMMON CSS START ===========================================*/

.section-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-1-bg {
  /*background-color: #f1f1f1; */
	background-color: #ffffff;
	padding: 10px;
}
.section-2-bg {
  /* background-color: #f7f7f7;*/
	background-color: #ffffff38;
	display: inline-block;
  width: 100%;
  padding: 30px 0;
  text-align: justify;
}
.section-2-background {
   background-color: #f7f7f7; 
	 /*background-image: url("../../images/car-transmission.jpg");*/
	 
}
.section-3-bg {
  background-color: #000000;
}
.copyright-1 {
	/* background-color: #000000; */
	   border-top: 1px solid #424242;
}
.copyright-1 p{
	  padding: 20px 0 0 0;
}
.footer_common_padding{
	padding: 0 0 30px 0;
}
.theme-bg {
  background-color: #e5b10e;
}
.footer-section-1 {
  background-color: #1a1a1a;
  	 /*background-image: url("../../images/car-transmission.jpg");*/
}
.heading-div-1 {
  padding-bottom: 20px;
}
.image-bottom-space {
  padding-bottom: 1px;
}
.content-top-space {
  padding-top: 15px;
	  /*font-size: 16px;*/  
	  text-align: justify;
}
.content-bottom-space {
  padding-bottom: 20px;
}
.bgimage-property {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.readmore {
  color: #e5b10e;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  padding-top: 10px;
  text-transform: capitalize;
}
.readmore:hover {
  color: #e5b10e;
}
.content-ul {
  padding-left: 0;
  margin-bottom: 0;
}
.content-ul li {
  list-style: none;
}
/*========================================== 2.COMMON CSS END ===========================================*/
/*========================================== 3.NAVIGATION START ===========================================*/

.fixed-header {
	border-radius:0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.navbar-right {
  margin-right: 0;
}
.navbar-default .navbar-nav.clearfix.fixed-header> li > a.active,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  background-color: #ffffff !important;
  box-shadow: 0 3px 0 #e5b10e !important;
  color: #e5b10e !important;
}
.navbar-default .navbar-nav.clearfix.fixed-header> li > a.active,
.navbar-nav > li > a.active,
.navbar-nav > .active > a,
.navbar-nav> .active > a:focus,
.navbar-nav > .active > a:hover {
  background-color: #ffffff !important;
  box-shadow: 0 3px 0 #e5b10e !important;
  color: #e5b10e !important;
}
.topbar1 .menu a {
  transition: 0.3s ease;
}
.navbar-default {
	margin-bottom:0;
}
.navbar-nav .menu a:hover {
  background-color: #ffffff;
  box-shadow: 0 3px 0 #e5b10e;
  color: #e5b10e !important;
}
.navbar-nav > li > a:hover {
  background-color: #ffffff;
  color: #e5b10e !important;
}
.topbar1.navbar-default .navbar-nav > li > a {
  font-size: 14px;
  font-weight: 600;
  padding: 7px 0;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .open > a {
  background-image: none;
  box-shadow: none;
}
.navbar {
  border: none !important;
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: none;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent !important;
}
.navigation1,
.navigation9 {
  float: right;
}
.logo-image {
  float: left;
 /*  padding-bottom: 10px;
  padding-top: 10px; */
}
.logo-image-1 {
  float: left;
  padding-bottom: 10px;
  padding-top: 10px;
}
.topbar.navbar-default {
  /* background-color: #e5b10e; */
	background-color: #000000;
  background-image: none !important;
  border: none !important;
  box-shadow: none !important;
	padding: 5px 0px;
}
.navbar-nav > li > a {
  font-weight: 700;
  /* padding-bottom: 25px;
  padding-top: 25px; */
  transition: 0.4s;
  /* color: #ffffff !important;*/
  color: #e4b31e !important;
}
.header-icon {
  padding-left: 0;
  margin-bottom: 0;
}
.header-icon li {
  display: inline-block;
}
.header-icon li {
  margin-left: 5px;
  margin-right: 5px;
}
.navbar-right {
  align-items: center;
  display: flex;
  margin-bottom: 18px;
  margin-top: 18px;
}
/*========================================== 3.NAVIGATION END ===========================================*/
/*========================================== 4.PRE HEADER START ===========================================*/

.preheader {
  background-color:#e5b10e;
}
.preheader-div {
  padding-left: 0;
  margin-bottom: 0;
}
.preheader-div li {
  list-style: none;
  display: inline-block;
}
.preheader-div li:first-child {
  padding-right: 10px;
}
.preheader-div-1 {
  margin-left: 25px;
}
.preheader-div p {
  color: #ffffff;
  letter-spacing: 1px;
}
.preheader-div p a {
  color: #ffffff;
}
.preheader-right {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
/*========================================== 4.PRE HEADER END ===========================================*/
/*========================================== 5.BUTTON START ===========================================*/

.btn {
  border: none;
  border-radius: 40px;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;  
  letter-spacing: 1px;
  outline: none;
  padding: 20px 20px;
	/*font-weight:600;
  text-transform: uppercase; */
}
.btn.btn-small {
  background-color: #e5b10e;
} 

.btn.btn-1 {
	display: block;
  width: max-content !important;
  height: 55px!important;
  background: #ecaa00!important;
	/*background: #e5b10e!important; */
  border-radius: 5px!important;
  box-shadow: 0 2px 6px rgba(0,0,0,.25);
  -webkit-appearance: none;
  outline: 0!important;
  color: #fff;
  font-size: 21px;
  font-family: Roboto,sans-serif;
  font-weight: 700;
  line-height: 55px!important;
  padding: 0 25px!important;
  text-align: center;
  text-transform: uppercase;
  transition: .15s ease-in;
	float:right;
}


.btn.btn-1:focus,
.btn.btn-1:hover {
  color: #ffffff;
}
.btn.btn-2 {
  background-color: #ffffff;
  color: #e5b10e;
}
.btn.btn-2:focus,
.btn.btn-2:hover {
  color: #e5b10e;
}
/*========================================== 5.BUTTON END ===========================================*/
/*========================================== 6.HEADER START ===========================================*/

.header-bgimage-1 {
  background-image: url("../../images/aura/1500x900.html");
  padding-bottom: 200px;
  padding-top:0;
}
.slider1-padding {
  padding-bottom: 225px;
  padding-top: 225px;
}
.slider-image1 {
  background-image: url("../../images/aura/slider-image1.html");
}
.slider-image2 {
  background-image: url("../../images/aura/slider-image2.html");
}
.slider-image3 {
  background-image: url("../../images/aura/slider-image3.html");
}
#owl-demo1.owl-theme .owl-controls {
  bottom: 15px;
  left: 47%;
  margin-top: 0 !important;
  position: absolute;
  text-align: center;
}
#owl-demo1 .item {
  margin-left: 0;
  margin-right: 0;
}
.header-div-1 h1 {
  color: #ffffff;
  font-size: 45px;
  font-weight: 400;
  letter-spacing: 1px;
	line-height:55px;
  margin-bottom:20px;
  text-transform: uppercase;
}
.header-padding {
  padding-top: 200px;
}
.header-div-1 h1 span {
  color: #e5b10e;
}
.header-bgimage-1 .header-content {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 24px;
  margin: 0 auto 30px auto;
  width: 80%;
}
.header-div-1 .btn-1 {
  background-color: #e5b10e;
  color: #ffffff;
  font-size: 15px;
  font-weight:600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.header-div-1 .btn-1:focus,
.header-div-1 .btn-1:hover {
  color: #ffffff;
}
.header-image-1 {
  padding-bottom: 30px;
}
/*slider*/
.slider-image1 .header-div-1 h1 {
  color: #ffffff;
  font-size: 45px;
  font-weight: 400;
  letter-spacing: 1px;
	line-height:55px;
  margin-bottom:20px;
  text-transform: uppercase;
}
.slider-image1 .header-div-1 h1 span {
  color: #e5b10e;
}
.slider-image1 .header-div-1 .btn-1 {
  background-color: #e5b10e;
  color: #ffffff;
  font-size: 15px;
  font-weight:600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.slider-image1 .header-div-1 .btn-1:focus,
.slider-image1 .header-div-1 .btn-1:hover {
  color: #ffffff;
}
.slider-image1 .header-div-1 {
  margin: 0 auto;
  width: 80%;
}
.slider-image1 .header-content {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 24px;
  margin: 0 auto 30px auto;
  width: 80%;
}
.slider-image2 .header-div-1 h1 {
  color: #ffffff;
  font-size: 45px;
  font-weight: 400;
  letter-spacing: 1px;
	line-height:55px;
  margin-bottom:20px;
  text-transform: uppercase;
}
.slider-image2 .header-div-1 h1 span {
  color: #e5b10e;
}
.slider-image2 .header-div-1 .btn-1 {
  background-color: #e5b10e;
  color: #ffffff;
  font-size: 15px;
  font-weight:600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.slider-image2 .header-div-1 .btn-1:focus,
.slider-image2 .header-div-1 .btn-1:hover {
  color: #ffffff;
}
.slider-image2 {
  text-align: left;
}
.slider-image2 .header-content {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 24px;
  margin-bottom: 30px;
  width: 80%;
  text-align: left;
}
.slider-image3 .header-div-1,
.slider-image3 {
  text-align: right;
}
.slider-image3 .header-div-1 h1 {
  color: #ffffff;
  font-size: 45px;
  font-weight: 400;
  letter-spacing: 1px;
	line-height:55px;
  margin-bottom:20px;
  text-transform: uppercase;
}
.slider-image3 .header-div-1 h1 span {
  color: #e5b10e;
}
.slider-image3 .header-content {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 24px;
  width: 80%;
  text-align: right;
  display: table-cell;
}
.slider-image3 .header-div-1 .btn-1 {
  background-color: #e5b10e;
  color: #ffffff;
  font-size: 15px;
  font-weight:600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.slider-image3 .header-div-1 .btn-1:focus,
.slider-image3 .header-div-1 .btn-1:hover {
  color: #ffffff;
}
.slider-image3 .btn {
  margin-top: 30px;  
}

.header-bgimage-2 {
  /*background-image: url("../../images/banner.jpg"); 
	background-image: url("../../images/slider.jpg"); */
	/*background-image: url("../../images/transmission-slider.jpg");*/
   padding-bottom: 30px;
  padding-top: 30px;
  background-image: -webkit-linear-gradient(291deg, #000000 50%, #040402e6 50%);
    background-attachment: fixed;
}
.header-div-2 {
  padding-top: 0px;
	padding-bottom: 10px;
  /*background-color: #383838e3;*/
	background-color: #0a0a0a7d;
}
.header-div-2 h1 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 1px;
	line-height:55px;
  margin-bottom:20px;
  text-transform: uppercase;
	text-align: justify;
}
.header-div-2 h1 span {
  color: #ffffff;	
}
.header-bgimage-2 .header-content {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  /* letter-spacing: 1px; */
  line-height: 24px;
  margin-bottom: 15px;
  width: 100%;
	text-align: justify;
}
.header-div-2 .btn-1 {
  background-color: #e5b10e;
  color: #ffffff;
  font-size: 15px;
  font-weight:600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.header-div-2 .btn-1:focus,
.header-div-2 .btn-1:hover {
  color: #ffffff;
}
.header-image-2 {
  padding-bottom: 30px;
}
/*header form*/

.form-div {
  
  margin-bottom: 10px;
}
.form-div i {
  color: #000000;
  position: absolute;
  left: 20px;
  top: 12px;
}
.form-col {
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
  /*padding: 40px 20px 20px 20px;*/
  width: 92%;
}
.form-section {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 15px 10px;
}
.form-message {
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding-left: 50px;
  padding-right: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 100%;
}
.form-div textarea {
  color: #000000;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  background-color: transparent;
  border-radius: 0;
  padding-left: 50px;
  padding-right: 20px;
  width: 100%;
}
.form-div input {
  color: #000000;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  /*background-color: transparent; */	
	background-color:white;
  border-radius: 0;
  height: 40px!important;
	padding:0px 25px;
  /* padding-left: 50px;
  padding-right: 20px; */
  width: 100%;
}
.form-section h3 {
  color: #000000;
  margin-bottom: 30px;
}
/*========================================== 6.HEADER END ===========================================*/
/*========================================== 7.WHO WE ARE START ===========================================*/

.features-div {
  padding: 40px 20px;
  -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 -19px 38px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 -19px 38px rgba(0, 0, 0, 0.02);
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 -19px 38px rgba(0, 0, 0, 0.02);	
}
.features-div h4 a {
  color: #000000;
}
.three-col-video h4 a {
	color: #000000;
}
/*========================================== 7.WHO WE ARE END ===========================================*/
/*========================================== 8.WHY WE ARE START ===========================================*/

.business3-bgimage {
  /* background-image: url("../../images/aura/1000x530.jpg"); */
	background-image: url("../../images/buy-transmission.jpg");
  /*height: 500px; */
  position: absolute;
  width: 50%;
}
.business2-col {
  padding-left: 30px;
  padding-right: 30px;
}
.business3-padding {
  /* padding-bottom: 80px; */
/* 	padding-bottom: 10px;
  padding-top: 20px; */
}
.why-are-ul {
  padding-left: 0;
}
.why-are-ul li {
  display: table-cell;
}
.why-are-ul li:nth-child(1) {
  padding-right: 20px;
}
.why-are-ul {
  margin-bottom: 15px;
}
.why-are-ul p {
  font-weight: 600;
  /* letter-spacing: 1px; */
	font-size:16px;
  text-transform: uppercase;word-break: break-all;
}
.business-list-div {
  margin-top: 15px;
  margin-bottom: 25px;
}
.why-are-ul-1 {
	margin-bottom:0;
}
.business-list-div.counter-points {
	margin-bottom:0;
}
/*========================================== 8.WHY WE ARE END ===========================================*/
/*========================================== 9.SERVICES START ===========================================*/

.services-div {
  border: 1px solid #dddddd;
  padding: 40px 20px;
  background-color: azure;
}
.services-div:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.services-div h4 a {
  color: #000000;
}
.services-top-space {
  margin-top: 30px;
}
/*========================================== 9.SERVICES END ===========================================*/
/*========================================== 10.COUNTER START ===========================================*/

.counter-bgimage {
  background-image: url("../../images/aura/1500x1120.jpg");
  padding-bottom: 150px;
  padding-top: 150px;
}
.counter-div {
  background-color: rgba(0, 175, 233, 0.7);
  margin: 0 auto;
  padding: 30px;
  width: 56%;
}
.counter-div-1 {
  background-color: rgba(0, 175, 233, 0.7);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  padding: 30px;
  width: 70%;
}
.counter-value {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 0 20px 0;
}
.counter-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
}
.counter-div-1 h4 {
  color: #ffffff;
}
.counter-div-1 h4 a {
  color: #ffffff;
}
.counter-div-1 p {
  color: #ffffff;
}
.counter-points p {
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: none;
}
/*========================================== 10.COUNTER END ===========================================*/
/*========================================== 11.TWO COLUMN START ===========================================*/
/*three col*/

.three-col {
  padding-left: 10px;
  padding-right: 10px;
}
/*two col*/

.two-col-bgimage-1 {
  background-image: url("../../images/aura/760x480x1.html");
  height: 445px;
}
.two-col-bgimage-2 {
  background-image: url("../../images/aura/760x480x2.html");
  height: 458px;
}
.two-col-padding {
  padding-top:80px;
  padding-bottom:80px;
}
.two-col-1 {
  padding: 60px 30px;
}
.two-col-1 h3 a {
  color: #000000;
}
.two-col-row .fade {
  opacity: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.two-col-row .fade:hover {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  transform: scale(1.03);
  opacity: 1;
}
.two-col-row:hover .fade:not(:hover) {
  opacity: 1;
}
/*========================================== 11.TWO COLUMN END ===========================================*/
/*========================================== 12.CLIENT LOGO START ===========================================*/

.client-logo .container-fluid {
  padding-left: 0;
  padding-right: 0;
  margin-left: 15px;
  margin-right: 15px;
}
.client-logo .col-sm-2 {
  padding-left: 0;
  padding-right: 0;
}
/*========================================== 12.CLIENT LOGO END ===========================================*/
/*========================================== 13.NEWS START ===========================================*/

.news-ul {
  display: inline;
  display: inline-table;
}
.news-ul li {
  display: table-cell;
}
.news-ul-1 {
  margin-left: 30px;
}
.news-ul li:nth-child(1) {
  padding-right: 15px;
  vertical-align: text-top;
}
.news-ul li:nth-child(2) {
  vertical-align: middle;
}
.news-ul p a:hover {
  color: #e5b10e;
}
.news-col h4 {
  margin-bottom: 10px;
}
.news-col h4 a{
	color:#000000;
}
.news-ul p {
  color: #e5b10e;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.news-ul p a {
  color: #e5b10e;
}
.news-row-1 {
  margin-bottom: 30px;
}
/*========================================== 13.NEWS START ===========================================*/
/*========================================== 14.HEADING STRIP START ===========================================*/

.strip-row {
  margin: 0 auto;
  width: 70%;
}
.strip-padding {
  padding-bottom: 40px;
  padding-top: 40px;
}
.strip .list-ul li:first-child {
  margin-bottom: 0 !important;
}
.list-ul li:nth-child(3),
.list-ul li:nth-child(2),
.list-ul li:nth-child(1) {
  margin-bottom: 20px;
}
.list-div-left,
.list-div-body {
  display: table-cell;
}
.list-div-left {
  padding-right: 20px;
  vertical-align: top;
  width: 60px;
}
.list-div-right {
  width: 100%;
}
.strip-col h3 {
  color: #ffffff;
}
.strip-col p {
  color: #ffffff;
  letter-spacing: 1px;
}
.strip-col-1 {
  padding-top:10px;
}
.strip-col .content-li {
	margin-bottom:0 !important;
}
/*========================================== 14.HEADING STRIP END ===========================================*/
/*========================================== 15.SUBSCRIBE START ===========================================*/

.form1-div input {
  color: #666666;
  border: 1px solid #666666;
  background-color: transparent;
  border-radius: 0;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
#mc_embed_signup {
  clear: left;
}
#mc-embedded-subscribe {
  margin: 0 0 0em 0 !important;
}
#ResultMsg {
  margin-bottom: 10px;
  margin-top: 20px;
  text-align: center;
}
#SuccessMsg {
  color: #33cc33;
}
#FailureMsg {
  color: #ff6666;
}
.messageDiv {
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
#SuccessMsg,
#FailureMsg,
.sucessMessage,
.failMessage {
  font-weight: bold;
  display: none;
}
.sucessMessage {
  color: Green;
}
.failMessage {
  color: #ff0000;
}
.place_error::-webkit-input-placeholder {
  color: #ff0000;
  text-transform: none;
}
.place_error::-moz-placeholder {
  color: #ff0000;
  text-transform: none;
}
.place_error:-moz-placeholder {
  color: #ff0000;
  text-transform: none;
}
.place_error:-ms-input-placeholder {
  color: #ff0000;
  text-transform: none;
}
.subscribe-section h2 {
  margin-bottom: 40px;
  text-align: center;
}
.subscribe-row {
  margin: 0 auto;
  width: 85%;
}
.form1-btn .btn {
  width: 100%;
}
/*========================================== 15.SUBSCRIBE END ===========================================*/
/*========================================== 16.PRICING START ===========================================*/

.price-table1-content li:nth-child(4),
.price-table1-content li:nth-child(3),
.price-table1-content li:nth-child(2),
.price-table1-content li:nth-child(1) {
  border-bottom: 1px solid #dddddd;
}
.price-table1-content li {
  padding: 15px 0;
}
.price-table1-bg {
  background-color: #f7f7f7;
  padding: 30px 0;
}
.price-table1-content p {
  letter-spacing: 1px;
}
.price-table1-price {
  color: #e5b10e; 
  font-size: 40px;
  font-weight:600;
  margin: 20px 0;
}
.pricing1-btn {
  margin-top: 10px;
}
.price-inner {
  position: relative;
}
.price-inner:hover .price-table1-bg {
  background-color: #e5b10e;
}
.price-inner:hover p,
.price-inner:hover h4 {
  color: #ffffff;
}
.price-inner:hover .btn-1 {
  background-color: #ffffff;
  color: #e5b10e;
}
.price-table1-price > span {
  font-size: 16px;
}
/*========================================== 16.PRICING END ===========================================*/
/*========================================== 17.TEAM START ===========================================*/

.team-col {
  background-color: #ffffff;
  padding-bottom: 30px;
  -webkit-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.3);
}
.team-col p {
  color: #666666;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height:16px;
  text-transform: uppercase;
}
.team-col h4 {
  padding-top: 15px;
}
.team-icon li {
  display: inline-block;
}
.team-icon {
	margin-top:10px;
}
/*========================================== 17.TEAM END ===========================================*/
/*========================================== 18.GALLERY START ===========================================*/

.gallery-col {
  padding-left: 3px;
  padding-right: 3px;
}
.gallery-padding {} .gallery-space {
  padding-bottom: 6px;
}
.gallery-section .container-fluid {
  padding-left: 0;
  padding-right: 0;
  margin-left: 15px;
  margin-right: 15px;
}

/* GALLERY HOVER */
.gallery-inner {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
.gallery-inner img {} .gallery-inner .gallery-caption {
  position: absolute;
  top: 0;
  padding: 15px;
  height: 100%;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.gallery-inner:hover .gallery-caption {
  opacity: 1;
}
.gallery-inner .gallery-caption:before {
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.4);
  outline-offset: 1px;
  position: absolute;
  width: 40%;
  height: 32%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.gallery-inner:hover .gallery-caption:before {
  opacity: 1;
  height: 90%;
  width: 90%;
  outline-offset: 10px;
}
.gallery-caption i {
  position: relative;
  margin-top: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
  line-height: 25px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #ffffff;
}
/*========================================== 18.GALLERY END ===========================================*/
/*========================================== 19.FOOTER START ===========================================*/

.footer-icon li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.footer-icon {
  margin-top: 20px;
}
.footer-address li {
  display: table-cell;
  vertical-align: middle;
}
.footer-address-1 {
  margin-bottom: 20px;
  margin-top: 20px;
}
.footer-div-3 {
  margin-top: 20px;
}
.footer-address p a {
  color: #666666;
}
.footer-address p {
  color: #000000;
  letter-spacing: 1px;
}
.footer-address li:nth-child(1) {
  padding-right: 20px;
}
.footer-address-1 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.links {
  padding-left: 0;
  margin-bottom: 0;
}
.links li {
  float: left;
  margin: 1 0 10px 0;
  position: relative;
  width: 50%;  
	font-size: 16px;
  list-style: none;
}
.links li a {
  color: #666666;
  letter-spacing: 1px;
}
/*footer form*/

.form-div-2 textarea {
  color: #666666;
  border: none;
  background-color: #ffffff;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  width: 100%;
}
.form-div-2 input {
  color: #666666;
  border: none;
  background-color: #ffffff;
  border-radius: 0;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
.copyright p {
  letter-spacing: 1px;
}
.copyright {
  /*padding-bottom: 30px; */
  padding-top: 7px;
}
.copyright-1 p {
	color:#999999;
}
.footer-section-1 li a,
.footer-section-1 p a,
.footer-section-1 p {
  color: #ffffff;
}
.footer-section-1 h4 {
  color: #f9f9f9;
}
.footer-section-2 .border {
  border: 1px solid #000000;
  width: 50px;
}
.links {
  margin-top: 20px;
}
.form-row {
  margin-top:20px;
}
.form-div-2 {
  margin-bottom: 20px;
}
.form-div label,
.form-div-2 label {
  color: #ff0000;
  font-size: 14px;
  margin-top: 10px;
  letter-spacing: 1px;
}
/*========================================== 19.FOOTER END ===========================================*/
/*========================================== 20.MEDIA QUERIES START ===========================================*/

@media only screen and (min-width: 250px) and (max-width: 767px) {
  .header-div-2 {
    padding-bottom: 40px;
  }
  .strip-col-1 {
		padding-top:20px;
    text-align: left;
  }
  .gallery-last {
    padding-top: 6px;
  }
  .subscribe-row .form1-div {
    margin-bottom: 20px;
  }
  .footer-col-2 {
    margin-bottom: 20px;
  }
  .form-row {
    padding-top: 20px;
  }
  .navbar-right.icon-header {
    display: none;
  }
  .navigation1 {
    float: right;
    display: contents;
  }
  .navbar-default .navbar-toggle {
    margin-bottom: 15px;
    margin-top: 22px;
    margin-right: 0;
  }
  .navigation1 .nav.navbar-nav {
    left: 0;
    padding-top: 0;
    position: inherit;
    top: 0;
    transform: none;
  }
  #bs-example-navbar-collapse-1 {
    background-color: #000000 !important;
  }
  .nav {
    display: inherit !important;
  }
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff !important;
  }
  .navbar-default .navbar-toggle {
    border: none !important;
  }
  .slider-image1 .header-div-1,
  .slider-image1 .header-content,
  .slider-image2 .header-content,
  .slider-image3 .header-content {
    width: 100%;
  }
  .counter-space {
    padding-bottom: 30px;
  }
  
  .news-col-2.section-space {
    margin-bottom: 0;
  }
	.logo-image-1 {
		display:none;
	}
	
	.slider-image3 .header-div-1 h1,
	.slider-image2 .header-div-1 h1,
	.slider-image1 .header-div-1 h1,
	.header-div-2 h1,
	.header-div-1 h1	{ 
		font-size:35px; 
		line-height:45px;		
	}
	h2 { 
		font-size:28px;
		line-height:38px;
	}
	h3 {
		font-size:18px;
		line-height:30px;
	}
	h4 {
		font-size:18px; 
		line-height:28px;
	}
	.why-are-ul p {
		font-size:13px;
	}
	.strip-row {
		width:100%;
	}
	.outer {
		display: table;
		position: absolute;
		height: 100%;		
		}
	.middle {
		display: table-cell;
		vertical-align: middle;
	}
	.inner {
		margin-left: auto;
		margin-right: auto;
	}
	.slider1-padding {
		padding-bottom: 150px;
		padding-top: 150px;
	}
	.business2-col {
		padding-left:15px;
		padding-right:15px;
	}
	.footer-div-3 {
		margin-top:20px;
	}
	
}
@media only screen and (min-width: 250px) and (max-width: 991px) {
  .logo-image {
    padding: 0 0 0 60px !important;
  }
  .sample_hint {
    padding: 20px 0 !important;
    font-size: 16px !important;
  }
  .business-list-div ul li {
    text-transform: uppercase;
    font-size: 14px !important;
    line-height: 27px;
    letter-spacing: 0px !important;
  }
  .heading-div-1 h2{
    font-size: 23px !important;
  }
  .section-2-bg{
    padding: 20px 0 !important;
  }
  .section-2-bg h1 {
    font-size: 17px !important;
  }
  .homepage .btn.btn-1{
    float: left !important;
  margin: 0 0 0 15px;
  font-size: 14px !important;
  height: 44px !important;
  padding: 0 20px !important;
  line-height: 44px !important;
  }
  .hometitle br{
    display: none;
  }
  .hometitle h2{
    font-size: 25px !important;
  }
  .navbar-right.nav {
    padding-bottom: 0 !important;
  }
  .section-space {
    margin-bottom: 30px;
  }
  .business3-padding {
    padding-bottom: 30px;
    padding-top: 20px;
  }
  .business3-bgimage {
    position: relative;
    width: 100%;
  }
  .navigation1 {
    float: right;
  }
  .header-icon {
    display: none;
  }
  .nav {
    float: none;
    margin: 0 auto;
    display: table;
    padding-bottom: 20px;
  }
  .form-section {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .two-col-top {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .two-col-bottom {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .section-respadding {
    padding-bottom: 30px;
  }
  .two-col-1 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 250px) and (max-width: 479px) {
  .section-2-bg h1 {
    font-size: 15px !important;
  }
  .logo-image {
    padding: 0 0 0 30px !important;
  }
  
  
  .homepage form{
    display: grid !important;
    grid-template-columns: 50% 50% !important;
  }
  .form-section {
    width: 60%;
  }
  .section-padding {
    padding-top: 20px !important;
    padding-bottom:20px !important;
  }
  .content-top-space {
    padding-top: 15px;
    font-size: 16px !important;
    text-align: left !important;
  }

  .features-div h4{
    font-size: 15px;
  }
  .section-2-bg h1{
    font-size: 24px;
  }
  .form-div {
    margin-bottom: 15px !important;
  }
  #additem select{
    height: 40px !important;
  }
  .hometitle{
    padding-top: 40px !important;
  }
  .homeul{
    display: inline-block !important;
    width: 100% !important;
    text-align: left !important;
  }
  .navbar-nav > li > a{
    font-size: 14px;
  }
  .hometitle {
    text-align: center;
    padding-bottom: 25px;
    padding-top: 40px !important;
  }
  .onecolumn-res {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .onecolumn-res img {
    margin: 0 auto;
  }
  .onecolumn-res-space {
    padding-bottom: 30px;
  }
  .counter-div {
    width: 100%;
    padding:30px 10px;
  }
  .counter-div-1 {
    width: 100%;
  }
  .strip-row {
    width: 100%;
    text-align: left !important;
  }
  .strip-col p,
  .strip-col h3 {
    text-align: left !important;
  }
  .price-inner {
    margin: 0 auto;
    width: 90%;
  }
  .team-col-1 {
    margin: 0 auto;
    width: 100%;
  }
  .team-col {
    margin: 0 auto;
    width: 80%;
  }
  #owl-demo1.owl-theme .owl-controls {
    left: 40%;
  }
	 .slider-image3,
  .slider-image2,
  .slider-image1 {
    height:800px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  
  .homepage form{
    display: grid !important;
    grid-template-columns: 50% 50% !important;
  }
  .form-section {
    width: 60%;
  }
  .section-padding {
    padding-top: 20px !important;
    padding-bottom:20px !important;
  }
  .content-top-space {
    padding-top: 15px;
    font-size: 16px !important;
    text-align: left !important;
  }

  .features-div h4{
    font-size: 15px;
  }
  .section-2-bg h1{
    font-size: 24px;
  }
  .form-div {
    margin-bottom: 15px !important;
  }
  #additem select{
    height: 40px !important;
  }
  .hometitle{
    padding-top: 40px !important;
  }
  .homeul{
    display: inline-block !important;
    width: 100% !important;
    text-align: left !important;
  }
  .navbar-nav > li > a{
    font-size: 14px;
  }
}
@media only screen and (min-width: 550px) and (max-width: 600px) {
  .slider-image1 {
    padding-bottom: 250px;
    padding-top: 250px;
  }
}
@media only screen and (min-width: 300px) and (max-width: 520px) {
  .slider-image1,
  .slider-image3,
  .slider-image2 {
    padding-bottom: 250px;
    padding-top: 250px;
  }
}
@media only screen and (min-width: 300px) and (max-width: 420px) {
	.preheader-div li:first-child {
		padding-bottom:10px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .business3-padding {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .section-padding {
    padding-top: 20px !important;
    padding-bottom:20px !important;
  }
  .hometitle{
    padding-top: 40px !important;
  }
  .homeul{
    display: inline-block !important;
    width: 100% !important;
    text-align: left !important;
  }
  .homepage form{
    display: grid !important;
    grid-template-columns: 50% 50% !important;
  }
  .section-2-bg h1 {
    font-size: 19px !important;
    letter-spacing: normal !important;
  }
  .hometitle h2{
    font-size: 25px !important;
  }
  .hometitle br{
    display: none !important;
  }
  .links li a{
    font-size: 14px !important;
  }
  .team-row .col-sm-4 {
    margin: 0 auto;
    width: 100%;
  }
  .team-col,
  .price-table1-bg,
  .services-div,
  .features-div {
    margin: 0 auto;
    width: 360px;
  }
  .counter-div {
    width: 80%;
  }
  .counter-div-1 {
    width: 100%;
  }
  .price-inner {
    margin: 0 auto;
    width: 360px;
  }
	.links li {
		width:33%;
	}
	.slider-image3,
  .slider-image2,
  .slider-image1 {
    height:700px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding-top: 20px !important;
    padding-bottom:20px !important;
  }
  .content-top-space {
    padding-top: 15px;
    font-size: 16px !important;
    text-align: left !important;
  }

  .features-div h4{
    font-size: 15px;
  }
  .section-2-bg h1{
    font-size: 24px;
  }
  .form-div {
    margin-bottom: 15px !important;
  }
  #additem select{
    height: 40px !important;
  }
  .hometitle{
    padding-top: 40px !important;
  }
  .homeul{
    display: inline-block !important;
    width: 100% !important;
    text-align: left !important;
  }
  .navbar-nav > li > a{
    font-size: 14px;
  }
  .single-column-img,
  .single-column-res {
    margin: 0 auto;
    width: 100%;
  }
  .single-column-res-pull {
    margin: 0 auto;
    width: 100%;
    right: 0;
  }
  .single-column-res-push,
  .col-sm-push-6.col-sm-6.business2-col {
    margin: 0 auto;
    width: 100%;
    left: 0;
  }
  .services-top-space {
    margin-top: 0;
  }
  .navbar-right.icon-header {
    display: none;
  }
  .navigation1 {
    float: right;
    display: block;
  }
  .nav > li > a {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }
  .navigation1 .nav.navbar-nav {
    left: 0;
    position: static;
    top: 0;
    transform: none;
  }
  .navbar-nav {
    padding-bottom: 0;
  }
  .slider-image1 .header-content,
  .slider-image1 {
    width: 100%;
  }
  .header-padding {
    padding-top: 150px;
  }
  .header-div-2 {
    padding-top: 0px;
  }
  .business2-col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .strip-row {
    width: 100%;
  }
  .news10-row-2 .section-space {
    margin-bottom: 0;
  }
  .counter-div {
    width: 80%;
  }
  .counter-div-1 {
    width: 90%;
  }
  .three-col-video {
    width: 90%;
  }
	.footer-col-1 img{
		height:auto;
		width:100%;
	}
	.footer-icon li {
		margin-right:2px;
	}
	.col-sm-4.footer-col-3,
	.col-sm-4.footer-col-2,
	.col-sm-4.footer-col-1 {
		padding-left:10px;
		padding-right:10px;
	}
	
	.footer-col-2.section-space,
	.footer-col-1.section-space {
		margin-bottom:0;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {

  
  .two-col-bgimage-1 {
    height: 520px;
  }
  .two-col-bgimage-2 {
    height: 554px;
  }
  .slider-image3 .header-content,
  .slider-image2 .header-content {
    width: 90%;
  }
	.header-div-2 {
		padding-top: 70px;
	}
	.strip-row {
		 width:80%;
	}
	.business3-bgimage { 
		height:572px;
		position: absolute;
		width: 50%;
	}
}

.main_navbar{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (min-width: 992px) and (max-width: 1940px) {
  /* .navigation1 .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navigation1 .nav.navbar-nav {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    padding-top: 0;
  } */
}

#customers {
 /*font-family: Roboto, sans-serif, Source Sans Pro, Helvetica Neue, Helvetica; */
 border-collapse: collapse;
 width: 100%;
 text-align: center;
 
 color: #000;
  /* display: flex; */
  outline: none;
  /* max-width: max-content;*/
  font-size: 16px;
  /* align-items: center; */
  line-height: 1;
  font-weight: 500;
  font-family: Roboto, sans-serif, Source Sans Pro, Helvetica Neue, Helvetica;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}

#customers td, #customers th {
 border: 1px solid #ddd;
 padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
 padding-top: 12px;
 padding-bottom: 12px;
 text-align: left;
 background-color: #4CAF50;
 color: white;
}


.free0 {
  display: flex;
  flex-direction: column;
}

free1,
free2,
free3,
free4 {
  color: #000;
  height: 48px;
  display: flex;
  position: relative;
  font-size: 18px;
  align-items: center;
  font-family: Roboto, sans-serif, Source Sans Pro, Helvetica Neue, Helvetica;
  font-weight: 500;
  padding-left: 45px;
  margin-bottom: 18px;
  letter-spacing: 1px;
}

.free1::before {
  left: 0;
  width: 32px;
  height: 32px;
  content: '';
  display: block;
  position: absolute;
  margin-right: 15px;
  background-image: url(images/free-delivery.png);
}
.free2::before {
  left: 0;
  width: 32px;
  height: 32px;
  content: '';
  display: block;
  position: absolute;
  margin-right: 15px;
  background-image: url(images/warranty.png);
}
.free3::before {
  left: 0;
  width: 32px;
  height: 32px;
  content: '';
  display: block;
  position: absolute;
  margin-right: 15px;
  background-image: url(images/help-desk.png);
}
.free4::before {
  left: 0;
  width: 32px;
  height: 32px;
  content: '';
  display: block;
  position: absolute;
  margin-right: 15px;
  background-image: url(../images/high-quality.png);
}



/*========================================== 20.MEDIA QUERIES END ===========================================*/
/* custom */
.callus-btm{ display:none;}
@media (min-width:320px) and (max-width:980px) {
 .callus-btm{
 font-size:22px;
 position:fixed;
 bottom:0;
 left:0;
 padding:7px 5px 5px 5px; 
 font-weight:bold;
 background-color:#e7002e;
 /*background-color:#ce024f; */
 color:#fff;
 text-align:center;
 width:100%;
 display:inline-block;
 z-index:999;
 height: 50px;}
}


div {
  display: block;
}
.listBox .col-box {
  padding-left: 5px;
  padding-right: 5px;
}


.listBox .btn img {
  left: 10px;
  position: absolute;
  top: 2px;
  width: 30px;
  z-index: 777;
  opacity: 0.8;
}

.btn-default, a.btn-default {
  color: #000;
}
.btn-flat {
  border: 1px solid #f3f3f3;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 6px 5px;
}
.btn-default {
  
  background-color: #fff;
 /* border-color: #8a8888; */
}
.MuiGrid-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.jss172 {
  color: #000;
  width: 18px;
  height: 18px;
  margin-right: 15px;
}
.jss170 {
  line-height: 1.3;
  margin-bottom: 30px;
}
.MuiGrid-grid-md-3 {
  flex-grow: 0;
  max-width: 25%;
  flex-basis: 25%;
}
center{
	/* color: #e5b10e; */
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
}
.hrline {
  width: 84px;
  height: 4px;
  background-color: #070707;
  transform: skewX(-30deg);
}
.responsive {
 width: 100%;
 height: auto;
}

.hometitle{	
  text-align: center;
  padding-bottom: 25px;
	padding-top: 80px;
}

.homeul{	
	list-style: none; 
	margin: 0; 
	padding:10px; 
	display: flex; 
	flex-wrap: wrap; 
	align-items: center; 
	justify-content: center;
}
.homeli{
	color: #ffffff; 
	font-size: 16px; 
	font-family: Roboto,sans-serif; 
	/*background: url("../../images/check.png"); */
	font-weight: 700; 
	line-height: 1.4;  
	/* padding-left: 28px; */
	margin: 0 22px; 
	/* margin-bottom: 30px;	*/
}

.homepage{
  display: flex;
	justify-content: center;
  /*justify-content: space-between; */
}

#additem select{
	
	  padding:5px;
}

.banner_action{
	font-size:20px;  margin: 0;
}

.section-2-bg h1{
	
  padding: 0 0 20px 0;

}

.section-1-bg h2{
	margin:0;
}

.heading-div-1 h2{
	padding-bottom:20px;margin: 0;
}

.sample_hint{
	display: inline-block;
  width: 100%;
  text-align: center;
  padding: 30px 0;
  font-size: 18px;
}

.business-list-div ul{
	padding:0px;
	list-style: none;
}

.business-list-div ul li{
	/*text-transform: uppercase;
  font-size: 16px; */
  line-height: 30px;	
}

.business-list-div ul li::before {
 vertical-align: middle;
  content: "\2022";
  color: #fcc51a;
  font-weight: bold;
  display: inline-block;
  width: 0em;
  /* margin-left: -1em; */
  padding: 0 24px 0 0px;
  font-size: 34px;
  /* font-size: 20px; */
}

#information{
	padding-bottom:40px;
}

.common_address_footer{
	
}

.common_address_footer_flex{
	  display: flex;
  align-items: center;
  gap: 10px;padding:0 0 15px 0;font-size: 16px;
}

.common_address_footer_flex p{
	margin:0;
}

.common_address_footer_flex a{
	color:#fff;
}

.footer-padding{
	  padding: 30px 0px 5px 0;
}


.hometitle h2 span{
	color:#ecaa00;
}

.col-20{
	
}

.banner_action1{
	padding-top: 10px;
}

.color-link{
  color:#e5b10e !important;
}
/*Call button*/

.call-buton .cc-calto-action-ripple {
	z-index: 99999;
	position: fixed;
	right: 1rem;
	bottom: 8rem;
	background: #ec8b00;
	width: 4rem;
	height: 4rem;
	padding: 1rem;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	-webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
	animation: cc-calto-action-ripple 0.6s linear infinite;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none; }
	.call-buton .cc-calto-action-ripple i {
	 -webkit-transition: 0.3s ease;
	 transition: 0.3s ease;
	 font-size: 2.2rem; }
	.call-buton .cc-calto-action-ripple:hover i {
	 -webkit-transform: rotate(135deg);
	 transform: rotate(135deg); }
 
 @-webkit-keyframes cc-calto-action-ripple {
	0% {
	 -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
	 box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2); }
	100% {
	 -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
	 box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }
 
 @keyframes cc-calto-action-ripple {
	0% {
	 -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
	 box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2); }
	100% {
	 -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
	 box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }

	span.num{
		position: absolute;
  color: #ec8b00;
  left: -30%;
  bottom: -50%;
	}
	@media only screen and (max-width: 600px) {
 .call-buton {
  display: none;
 }
}
	
	/*call end*/