/*  firsrcolor:#08526d;
	firsrcolor:#ec1c23; 
*/
body{
	
}
/* start uper bar*/

.upper-bar{
	background-color: #08526d;
	color: #fff;
}
.upper-bar .info{
	margin: 15px 0;
}
@media(max-width: 576px){
	.upper-bar .info:first-child{
		margin-bottom: 0
	}
}
.upper-bar span{
	color: #bfc6c9;
}
.upper-bar .get-code{
	display: inline-block;
	border:1px solid #ec1c23;
	padding: 2px 10px;
	margin-left: 20px;
}

/* end uper bar*/

/* start navbar */
.navbar-brand >span{
	font-size: 40px;
}
.navbar-brand span:first-child {
	color: #08526d;
	font-weight: bold;
}
.navbar-brand span:last-child {
	color: #ec1c23;
} 
.navbar-nav .nav-link {
	font-size: 16px;
	text-transform: uppercase;
	margin-left: 20px;
	color: #871818;
	font-weight: bold;

}
/*.navbar-nav .active > .nav-link {
	color: #ec1c23 !important;
}*/
/* end navbar */

/*start slider*/

.slider{
	background-color: #ddd;
}
.slider .carousel-inner{
	display: flex;
	align-items: center;
	justify-content: left;
}
@media (max-width: 768px){
	.slider .carousel-inner{
		justify-content: center;
	}
}
.slider .carousel-inner h1{
	max-width: 900px;
	left: 100px;
	z-index: 3;
	position: absolute;
	color: #fff;
	font-size: 70px;
	line-height: 1.5;
}
@media (max-width: 768px){
	.slider .carousel-inner h1{
		font-size: 40px;
		max-width: 100%;
		left: auto;
		text-align: center;
	}
}
.slider .carousel-inner h1 span{
	background-color: #ec1c23;
	color: #fff;
	padding: 2px 10px;
	display: inline-block;
}
.slider .carousel-inner .overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.6);
	z-index: 2;
}
.slider .carousel-item{
	background-size: cover;
	background-position: center;
	background-attachment: fixed ;
}
.slider .carousel-one{
	background-image: url(../images/1.jpg);
}
.slider .carousel-two{
	background-image: url(../images/2.jpg);
}
.slider .carousel-three{
	background-image: url(../images/3.jpg);
}
.slider .carousel-indicators li{
	height: 8px;
	cursor: pointer;
}
/*end slider*/

/*start features*/

.features{
	padding: 50px 0;
}
.features i{
	background-color: #ed1d24;
	color: #fff;
	padding: 12px;
	margin-bottom: 10px;
}
.features h3{
	color: #08526d;
	font-size: 22px;
}
.features p{
	color: #989898;
	margin-bottom: 40px;
}
/*end features*/

/*start Overview */

.Overview{
	padding: 100px;
	background-color: #f0f5f7;
}
.Overview h2{
	font-size: 50px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 30px;
}
@media (max-width: 768px){
	.Overview h2{
		font-size: 30px;
		margin-bottom: 20px;
	}
}
.Overview p{
	line-height: 2;
	font-size: 20px;
	width: 80%;
	margin: 0 auto 15px;
	color: #6a6a6a;
}
@media (max-width: 768px){
	.Overview p{
		width: 100%;
	}
}
.Overview h4{
	letter-spacing: 2px;
	font-weight: normal;
	color: #8b8a8a;
	margin-bottom: 40px;
}
.Overview button{
	background-color: #ed1d24;
	color: #fff;
	padding: 10px 30px;
	font-size: 20px;
	font-weight: bold;
	border:1px solid #ed1d24;
}
/*end Overview */


/* start Features Work*/

.Features-Work{
	padding: 100px 0;
}
.Features-Work h2{
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 30px;
}
.Features-Work p{
	line-height: 1.6;
	font-size: 20px;
	width: 80%;
	margin: 0 auto 15px;
	color: #6a6a6a;
}
.Features-Work ul{
	margin-top: 40px;
	margin-bottom: 50px;
}
.Features-Work ul li{
	color: #08526d;
	border:2px solid #08526d;
	padding: 10px 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	transition: all .3s ease-in-out;
}
.Features-Work ul li.active,
.Features-Work ul li:hover{
	color: #fff;
	background-color: #ec1c23;
	border:2px solid #ec1c23;
}
.Features-Work ul li:hover{
	cursor: pointer;
}
.Features-Work .shuffle-images .row{
	margin: 0;
}
.Features-Work .shuffle-images .row .col-md{
	padding: 0;
	transition: all .5s ease-in-out;
}
.Features-Work .row img{
	width: 100%;
}
/* end Features Work*/

/*start Latest Posts */

.Latest-Posts{
	padding: 0 0 100px;
}
.Latest-Posts h2{
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 30px;
}
.Latest-Posts .section-dec{
	line-height: 1.6;
	font-size: 20px;
	width: 80%;
	margin: 0 auto 15px;
	color: #6a6a6a;
}
.Latest-Posts .card {
	margin-bottom: 30px;
}
.Latest-Posts .card .card-title{
	font-size: 20px;
	line-height: 1.5;
	color: #08526d;
}
.Latest-Posts .card .card-text{
	color: #787878;
	margin-bottom: 5px;
}
.Latest-Posts .card .card-link{
	font-weight: bold;
	color: #ed1d24;
}
/*end Latest Posts */


/*start Testimonials */

.Testimonials{
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-image: url(../images/11.jpg);
	position: relative;
}
.Testimonials .overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.6);
	z-index: 2;
}
.Testimonials .container{
	position: relative;
	z-index: 3;
}
.Testimonials .carousel-caption {
	top: 50%;
	margin-top: -158px;
}
.Testimonials .carousel-caption img{
	margin-bottom: 20px;
	border-radius: 50%;
}
.Testimonials .carousel-caption h3{
	margin-bottom: 5px;
}
.Testimonials .carousel-caption h3 + span{
	font-size: 18px;
	display: inline-block;
	margin-bottom: 30px;
}
.Testimonials .carousel-indicators li {
    height: 8px;
    cursor: pointer;
}
.Testimonials .carousel-control-next,
.Testimonials .carousel-control-prev{
  	z-index: 5;
  }
/*end Testimonials */

/* start Pricing Table*/

.Pricing-Table{
	padding: 100px 0 100px;
	background-color: #f7f7f7;
}
.Pricing-Table h2{
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 30px;
}
.Pricing-Table .section-dec{
	line-height: 1.6;
	font-size: 20px;
	width: 80%;
	margin: 0 auto 85px;
	color: #6a6a6a;
}
.Pricing-Table .card {
	margin-bottom: 30px;
}
.Pricing-Table .card-body{
	padding: 0;
}
.Pricing-Table .card .card-title{
	font-size: 25px;
	line-height: 1.5;
	color: #08526d;
	margin-top: 40px;
}
.Pricing-Table .card .card-text{
	margin-bottom: 5px;
	margin: 30px 0 10px;
	background-color: #f7f7f7;
	padding: 10px;
	font-weight: bold;
	color: #08526d;
	font-size: 30px;
}
.Pricing-Table .card .card-text span{
	font-size: 14px;
	text-transform: uppercase;
}
.Pricing-Table  .list-group-item{
	border:none;
}
.Pricing-Table .card .card-link{
	font-weight: bold;
	background-color: #ed1d24;
	display: inline-block;
	padding: 10px 15px;
	margin-top: 15px;
	margin-bottom: 30px;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}
.Pricing-Table .card.Corbrede{
	position: relative;
	top: -20px;
}
.Pricing-Table .card.Corbrede .card-text{
	background-color: #ed1d24;
	color: #fff;
}
.Pricing-Table .card.Corbrede .card-link{
	background-color: #08526d;
}

/* end Pricing Table */

/* start Choose Us*/

.Choose-Us img{
	max-width: 100%;
}
.Choose-Us .info{
	padding: 0;
}
.Choose-Us .info:last-child{
	background-color: #08526d;
	color: #fff;
	padding-top: 40px;
	padding-bottom: 50px;
}
.Choose-Us .h1{
	margin: 40px;
}
.Choose-Us p{
	margin: 40px;
	line-height: 2;
	font-size: 18px;
}
.Choose-Us .read{
	display: inline-block;
	padding: 6px 20px;
	margin: 0 0 0 40px;
	background-color: #ed1d24;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
}

/* end Choose Us*/

/* start Statistics*/
.Statistics {
	padding: 100px 0;
	color:#08526d;
}
.Statistics span{
	display: block;
	font-weight: bold;
	font-size: 50px;
}
.Statistics p{
	color: #ed1d24;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}
.Statistics .stat{
	margin-bottom: 40px;
}
/* end Statistics*/

/* start Contact Us*/

.Contact-Us{
	padding: 80px 0;
	background-color: #ed1d24;
	color: #fff;
	font-size: 25px;
}
.Contact-Us p{
	margin: 0;
}
@media (max-width: 768px){
	.Contact-Us p{
		margin-bottom: 60px;
	}
}
.Contact-Us a {
	color: #fff;
	border:2px solid #fff;
	padding: 6px 15px 8px;
	text-transform: uppercase;
	font-weight: bold;
}
/* end Contact Us*/


/*start Footer*/
.Footer{
	padding: 100px 0;
}
.Footer .web-info > span{
	font-size: 50px;
}
.Footer .web-info span:first-of-type {
	color: #08526d;
	font-weight: bold;
}
.Footer .web-info span:last-of-type {
	color: #ec1c23;
} 
.Footer .web-info p{
	margin-top: 35px;
	line-height: 1.8;
	color: #727272;
}
.Footer .web-info a{
	color: #08526d;
	font-size: 15px;
	font-weight: bold;
}
.Footer .web-info a:before{
	font-family: 'FontAwesome';
	content: "\f138";
	display: inline-block;
	margin-right: 5px;
}
.Footer .helpful h2,
.Footer .cont h2{
	font-size: 22px;
	color: #08526d;
	margin-bottom: 68px;
	margin-top: 27px;
}
.Footer .helpful ul li:before{
	font-family: 'FontAwesome';
	content: "\f054";
	margin-right: 5px;
	color: #08526d;
	font-size: 12px;
	position: relative;
	top: -1px;
}
.Footer .cont ul li{
	margin-bottom: 24px;
}
@media (max-width: 768px){
	.Footer .helpful h2,
	.Footer .cont h2{
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.Footer .cont ul li{
		margin-bottom: 5px;
	}
}
/*video{
    margin-left: 700px;
    margin-top: -100px;
    margin-bottom: 50px;
}*/
/*end Footer*/
.copy {
	border-top: 1px solid #c0c0c0;
	padding: 20px;
	font-weight: bold;
}
.copy ul {
	margin: 0;
}
.copy ul li{
	display: inline-block;
	margin-left: 20px;
	font-size: 17px;
}
.copy ul li a{
	color: #777;
}
.a-class{
	list-style-type: none;
	color: #c0c0c0;
	padding-left: 10px;
}