/*===== default css  =====*/
html{
  scroll-behavior: smooth;
}
body{
	padding: 0;
	margin: 0;
    font-family: 'Lato', sans-serif;
}
/*=====nav bar css =====*/
.topbar{
	width: 100%;
	height: auto;
	float: left;
	background: #ed1c24;
	color: #fff;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom:0px;
	text-align: right;
}
.navbar-light .navbar-nav .nav-link {
	color: black;
    font-weight: bold;
    padding: 15px;
    font-size: 16px;
    transition: 0.3s;
}
.navbar-light .navbar-nav .nav-link:hover{
    background: #ed1c24;
    color: #fff;
}
/*=====slider css =====*/
.my-slider h1{
	font-size:3vw;
	font-weight: bold;
	text-align: left;
	color: black;
	text-shadow: 1px 1px 10px #fff;
}
.my-slider p{
	font-size: 1.3vw;
	font-weight: bold;
	text-align: left;
	color: black;
	text-shadow: 1px 1px 10px #fff;
}
.sl-btn{
	width: 200px;
	height: 40px;
	float: left;
	font-weight: bold;
	padding-top: 6px;
	background: #ed1c24;
	margin-bottom: 20px;
	cursor: pointer;
	text-shadow: 1px 1px 10px black;
}
/*===== css =====*/
.solution{
	width: 100%;
	height: auto;
	padding-top: 50px;
	padding-bottom: 50px;

}
.solution h2{ text-align: center;}
.solution h5{ text-align: center; font-weight: bold;}
.solution p{ text-align: center; padding: 15px;}
.so-btn{
	width: 80%;
	height: 40px;
	margin: 0px auto;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	padding-top: 6px;
	background: #ed1c24;
	margin-bottom: 50px;
	cursor: pointer;
	text-shadow: 2px 2px 5px black;
}
.so-btn:hover{ box-shadow: 3px 3px 5px gray;}
/*=====.solution2 css =====*/
.solution2{width: 100%; height: auto; float: left; background: #fff; padding-bottom: 50px;}
.solution2 span{ font-weight: bold; color: #ed1c24; padding: 10px; }
.solution2 h4{ text-align: center; font-weight: bold; }
.solution2 p{padding: 10px;}

/*=====footer css =====*/
.footer{
	width: 100%;
	height: auto;
	background: black;
	float: left;
	color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}
/*===== css =====*/
 .social i{
     color: #fff;
     padding: 10px;
     font-size: 28px;
     transition: 0.3s;
 }
.social i:hover{
     color: #ed1c24;
 }
 .bottom-bar{
 	width: 100%;
	height: auto;
	float: left;
	background: #ed1c24;
	 font-size: 14px;
	color: #fff;
	padding-top: 20px;
	padding-bottom:10px;
 }
 .bottom-bar ul {
  text-align:right;
  margin: 0; }

.bottom-bar li {
  display: inline-block;
  padding-left: 20px; }
  .bottom-bar li :hover{
 color:black; }
 .bottom-bar a {text-decoration: none; color: #fff;}
/*====================Office Space page css====================*/
.office-content{
	width: 100%;
	height: auto;
	float: left;
	background: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}
.office-content span{ font-weight: bold; color: #ed1c24; padding: 10px; }
.office-content h5{ font-weight: bold; }
/*===== css =====*/
.form-sec{ height: auto; background:#ccc; padding:15px;width: 100%;
    background: #f8f9fa;padding: 15px;box-shadow: 0 0 4px #ccc;}

    .submit-btn{
    	width: 150px;
    	height: 50px;
    	float: left;
    	background: #ed1c24;
    }
/*===== css =====*/
/*===== css =====*/
/*===== css =====*/
/*===== css =====*/
/*===== css =====*/
/*===== css =====*/
/*===== css =====*/
/*===== css =====*/

/*===== Computer and large & extra-large device=====*/
@media screen and (min-width: 768px)
{
 /*===== Start only computer css =====*/

}
/*===== Mobile, tab and medium & small device =====*/
@media screen and (max-width: 768px)
{
	/*===== start Mobile css =====*/
.topbar{
	font-size: 10px;
	text-align: center;
}
 .solution h2{ text-align: center; font-size: 28px;}
 .get{ margin-top: 20px; }
.bottom-bar ul {
	font-size: 12px;
  text-align:left;
  }
}
