@charset "UTF-8";
/* CSS Document */





nav > div a.nav-item.nav-link2{
	
	color: #000;
	margin-left: 20px;
}

nav > div a.nav-item.nav-link2:hover{
	
	color: #E61D24;
	text-decoration: none;
}

.navbar {
	
	padding:10px 40px 10px 40px;
}


.icon-border-round{
border: 2px solid #000;
padding: 5px;
text-align: center;
width: 40px;
height: 40px;
border-radius: 50%; /* the magic */
 -moz-border-radius: 50%;
-webkit-border-radius: 50%;
	
}





.carousel{
    background: #999;
    margin-top: 0px;
	
}
.carousel-item{
    text-align: center;
    height: auto;
	
	
}

.carousel-item img { 
	


	

}
  


.d-md-block h2{
	
	
	background: #E61D24;
    display: inline-block;
    padding:.25em .25em .25em .25em;
    margin-bottom: 10px;
}


.carousel-caption p {
	
	background: #000;
    display: inline-block;
    padding:.25em .25em .25em .25em;
    margin-bottom: 70px;
}






.heading {
	
	text-align: center;
	margin-top:40px;
	
}



.line{
	
	width: 80px;
	margin: auto;
	border: 5px solid #E61D24;
}

#about {
	padding-top:60px;
	width: 90%;
	margin:auto;
}

/* Some custom styles to beautify this example */
    .demo-content{
		height: 350px;
        padding: 15px;
        font-size: 18px;
        background-image: linear-gradient(to right, red , white);
		
        margin-bottom: 15px;
    }
    .demo-content.bg-alt{
        background: #abb1b8;
		
    }


nav > .nav.nav-tabs{

  border: none;
    color:#fff;
    background:#000;
    border-radius:0;

}
nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active
{
  border: none;
    padding: 18px 25px;
    color:#fff;
    background:#000;
    border-radius:0;
}

nav > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -60px;
  left: -20%;
  border: 15px solid transparent;
  border-top-color: #E61D24 ;
	 
}
.tab-content{
  background: #000;
    line-height: 25px;
    
    border-top:7px solid #E61D24;
	color: #fff;
	height: 290px;
    
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
  border: none;
    background: #E61D24;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}

.tab-content p {
	
	padding: 30px;
}


.download{
	
	text-align: right;
}

#header{
	
	
	width: 100%;
	height: 500px;
	
	
}


.bootCols{
  min-height:300px;
  margin:0;
  box-sizing:border-box;
  padding:10px;
  
  
}


.btn btn-danger {
	
	
	float: left;
}

#cards{
	
	position: relative;
	top: 20px;
}

.card {
	
	background-color: #E8E8E8;
	border: none;
	margin-bottom: 60px;
	
	
}

.card p{
	
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 400;
}






.btn btn-primary stretched-link{
	
	color:#E61D24;
}


#team{
	
	width: 100%;
	background-color: #000;
	background-image: url("../Images/background.png");
	background-size: cover;
}


.col-center {
	margin: 0 auto;
	float: none !important;
}
.carousel {
	margin: 50px auto;
	padding: 0 0px;
	background-color: transparent;
	
}


.carousel .item .img-box {
	width: 80%;
	height: 80%;
	margin: 0 auto;
	padding: 5px;
	
	
	
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	
}
.carousel .testimonial {
	padding: 30px 0 10px;
	color: #fff;
	margin-bottom: 50px;
	font-weight: 400;
}
.carousel .overview {	
	font-style: italic;
	color: #fff;
	font-size: 25px;
}
.carousel .overview b {
	text-transform: uppercase;
	color: #E61D24;
}
.carousel .carousel-control {
	width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
	background: none;
}
.carousel-control i {
    font-size: 68px;
	line-height: 42px;
    position: absolute;
    display: inline-block;
	color: #fff;
}


.mo{
	
	position:absolute;
	top: 0px;
	left: -70px;
}







.row-striped:nth-of-type(odd){
  background-color: #000;
  border-left: 4px #E61D24 solid;
	color: #fff;
}

.row-striped:nth-of-type(even){
  background-color: #ffffff;
  border-left: 4px #efefef solid;
}

.row-striped {
    padding: 15px 0;
}




#events {
	
	background-image: linear-gradient(to top,white, red , white);
	height: auto;
	padding: 70px 0px 70px 0px;
	
}


#contact{
	
	
	width: 100%;
	background-color: #000;
	background-image: url("../Images/background.png");
	background-size: cover;
	padding: 70px 0px 70px 0px;
	
}

.details{
	
	text-align: center;
	color: #fff;
	margin-top: 20px;
	font-weight: 400;
}

.details strong {
	
	
	color: #E61D24;
}


.contact-form{
    background: #fff;
    margin-top: 5%;
    margin-bottom: 5%;
    width: 80%;
}
.contact-form .form-control{
    border-radius:1rem;
}
.contact-image{
    text-align: center;
}
.contact-image img{
    border-radius: 6rem;
    width: 11%;
    margin-top: -3%;
    transform: rotate(29deg);
}
.contact-form form{
    padding: 14%;
}
.contact-form form .row{
    margin-bottom: -7%;
}
.contact-form h3{
    margin-bottom: 8%;
    margin-top: -10%;
    text-align: center;
    color: #0062cc;
}
.contact-form .btnContact {
    width: 50%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: #dc3545;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.btnContactSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}

.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
	
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}


.modal-content {
	
	padding: 10px;
	
}

.modal-content h4 {
	
	
	text-align: center;
}

.box {
	
	width: 100%;
}


#feeds{

	width: 90%;
	
	margin: auto;
	
	padding-top: 80px;
	 
}

