/*
	1. Topbar
	2. NAvbar
	3. Service 
	4. Provide
	5. Choose
*/
:root {
  --red: #b00;
  --blue: #00b;
  --fullwidth: 100%;
  --themered:#EB0028;
}
a{
	text-decoration:none;
	color:#fff;
}
header,footer,.row{
	margin:0px;
}
.title{
	text-transform: uppercase;
}
.title,.desc{
	color:grey;
	text-align: justify; 
	text-align-last: center;
}
hr{
	margin-top:10px;
	padding:0px;
	height:2px !important;
	width:20% !important;
	background:red;
	opacity:1;
}
.pt-10{
	padding-top:5rem !important;
}
/******** Topbar *******/
.topbar{
	/*background:#2F2F2F;*/
    background:#ccc;
	min-height:30px;
	padding:0.3rem 2rem;
	color:#fff;
}
.topbar .left{
	text-align:left;
	width:30%;
	
}
.topbar .right{
	text-align:right;
	width:70%;
	
}
}
.divide{
	border-right:1px solid #ccc;
	padding:0px 0.5rem;
	text-align:center;
}
i{
	color:var(--themered);
	padding:0px 0.2rem;
}
i:hover{
	color:maroon;
}
a:hover{
	color:#ccc;
}
@media (max-width: 768px) {
	.topbar{
		
		padding:0.1rem 0rem;
	}
	.topbar .left,.topbar .right{
		text-align:center;
		padding:0.3rem 0px;
		width:100%;
	}
}
/******** Navbar *******/

nav li {
	font-weight:bold;
	height:auto;
  	padding:2px 1rem;
	text-transform: uppercase;
}
nav li:hover {
	background:rgba(12,12,12,0.2);
}
.navbar-brand img{
	max-width:400px;
}
@media (max-width: 992px) {
	.navbar-toggler{
		background:var(--themered);
		color:#fff !important;
	}
	.navbar-light .navlink{
		color:#fff !important;
	}
	nav ul {
		background:var(--themered);
		color:#fff !important;
		width:50%;
		text-align:left;
		
		
	}
	nav li {
		font-weight:normal;
		padding:0.2rem 1rem;
	}
	nav li:hover {
		background:rgba(12,12,12,0.2);
	}
	.navbar-light .navbar-nav .nav-link {
	  color: #fff;
	}
	.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
	  color: #fff;
	}

	.navbar-light .navbar-nav .show > .nav-link,
	.navbar-light .navbar-nav .nav-link.active {
	  color: #fff;
	}
	.navbar-light .navbar-toggler {
	  color: #fff;
	  border-color: #fff;
	}

}
@media (max-width: 768px) {
	.navbar-brand img{
		max-width:250px;
	}
}
/******** Service *******/
.service{
	padding:1.5rem 0.5rem;
}
.service .card{
	width:100%;
	
}

@media (max-width: 768px) {
	.service .card{
		align-items: center;
		width:100%;
      	margin:1rem;
	}
}

/******** Provide *******/
.provide{
	position: relative;
	background-image:url('../images/we-provide-bg.jpg');
	height:400px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center; 
	color:#fff;
	vertical-align:middle;
	text-align:center;
  
}
.provide_overlay{
	
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(235,0,40,0.5);
   
}
/******** Choose *******/
.choose{
	padding:2rem 1.5rem;
	
}
@media (max-width: 768px) {
	.choose{
		padding:2rem .3rem;
		align-items: center;
		width:100%;
	}
}
.ourservice{
	padding:5rem 3rem;
	background-color:#F6F5F5;
	
}
.contact{
	background-image:url('../images/contact.jpg');
	height:600px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size:100% 100%;
}
.contact_overlay{
   top: 0;
   left: 0;
   width: 50%;
   height: 100%;
   background-color: rgba(235,0,40,0.7);
    color:#fff;
   
}
.contact .btn{
	background:var(--themered);
	color:#fff;
	padding:0.5rem 1.5rem; 
}
@media (max-width: 992px) {
	.contact_overlay{
		width:100%;
        padding:1rem 2.5rem;
	}
}
.footer-bottom {
	background:#181818;
	color:#fff;
	padding:1rem;
}
.footer-bottom .left{
	text-align:left;
}
.footer-bottom .right{
	text-align:right;
}
.footer-bottom  a {
	text-decoration:none;
	color:var(--themered);
}
@media (max-width: 768px) {
	.footer-bottom .left,.footer-bottom .right{
		text-align:center;
		padding:0.3rem 0px;
		width:100%;
	}
}
.Contactinfo{
	padding:3rem;
}