/*
	Theme Name: EliteCorp;
	Theme Coder: Mohmad Gamal;
	First Color: #08526d;
	Second Color: #ec1c23;
*/


/*Start Upper Bar*/
.upper-bar{
	background-color: #08526d;
	color: #fff;
	padding: 10px;
}

.upper-bar .info{
	margin: 15px 0;
}

@media (max-width: 576px){

	.upper-bar .info:first-of-type{
		margin-bottom: 0;
	}
}

.upper-bar span{
	color: #bfc6c9;
}

.upper-bar .get-qoute{
	background-color:transparent;
	border:1px solid red;
	color: #fff;
	margin-left: 100px;
	padding: 0 20px;
	cursor: pointer;
}

@media (max-width: 576px){

	.upper-bar .get-qoute{
		border: none;
		margin-left: 5px;
	}
}
/*End Upper Bar*/

/*Start Navbar*/

.navbar-brand > span{
	
	font-size: 40px;
}

.navbar-brand span:first-of-type{
	color: #08526d;
}

.navbar-brand span:last-of-type{
	color: #ec1c23;
}

.navbar-nav .nav-link{
	font-size: 16px;
	margin-left: 20px;
	color: #08526d;
}

.navbar .navbar-nav .active > .nav-link{
	color: #ec1c23 !important ;
}
/*End Navbar*/

/*Start Slider*/

.slider .carousel-inner {
	display: flex;
	align-items: center;
	justify-content: left;
}


.slider .carousel-inner h1{
	position: absolute;
	left: 100px;
	color: #fff;
	z-index: 3;
	font-size: 70px;
	max-width: 900px;

}

@media (max-width: 768px){

	.slider .carousel-inner h1 {

		max-width: 100%;
		font-size: 40px;
		left: auto;
		text-align: center;
	}

}

@media (max-width: 992px){

	.slider .carousel-inner h1 {

		font-size: 50px;
	}

}

.slider .carousel-inner h1 span{
	color: #ec1c23;
}

.slider .carousel-inner .overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0 , 0 , 0 , 0.5);
	z-index: 2;
}

.slider .carousel-item{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}

.slider .carousel-one{
	background-image:url('../images/slide1.jpg');
}

.slider .carousel-tow{

	background-image:url('../images/slide2.png');
}

.slider .carousel-three{

	background-image:url('../images/slide3.jpg');
}

.slider .carousel-indicators li{
	height: 8px;
	cursor: pointer;
}

/*End Slider*/

/*Start Features*/
.features{
	background-color: #fff;
}

.features i {
	background-color: #ec1c23;
	color: #fff;
	width: 90px;
	height: 90px;
	line-height: 90px;
	margin-bottom: 10px;
}

@media (max-width: 991px){
	.features i
	{
		margin-top: 40px;
	}
}

.features h3{
	color: #08526d;
	font-size: 22px; 
}

.features p{
	color: #989898;

}

@media (max-width: 991px){
	.features p
	{
		margin-bottom:40px;
	}
}
/*End Features*/

/*Start Overview*/
.overview{
	background-color: #f0f5f7
}

.overview h2{
	font-size: 50px;
	margin-bottom: 30px;
}

@media (max-width: 992px){

	.overview h2{
		font-size: 30px;
		margin-bottom: 15px;
	}

}

.overview p{
	line-height: 2;
	font-size: 20px;
	width: 80%;
	margin:0 auto 15px;
	color: #6a6a6a;
}

@media (max-width: 992px){

	.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;
	border:1px solid red;
	cursor: pointer;
	letter-spacing: 5px;
}
/*End Overview*/

/*Start Featured Work*/
.featured-work{
	padding: 100px 0;
}

.featured-work h2{
	font-size: 50px;
	margin-bottom: 30px;
}

.featured-work p{
	line-height: 1.6;
	font-size: 20px;
	width: 80%;
	margin:0 auto 15px;
	color: #6a6a6a;
}

.featured-work ul{
	margin-top: 40px;
	margin-bottom: 40px;
}

.featured-work ul li{
	color: #08526d;
	border:1px solid  #08526d;
	padding: 10px 20px;
	margin-left: 10px;
	margin-bottom: 10px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.featured-work ul li.active,
.featured-work ul li:hover{
	background-color: #ed1d24;
	color: #fff;
	border:2px solid  #ed1d24;
	cursor: pointer;
}

.featured-work .shuffle-images{
	margin-top: 40px;
}

.featured-work .shuffle-images .row{
	margin:0;


}

.featured-work .shuffle-images .row .col-md{
	padding: 0;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.featured-work .row img{
	width: 100%;
}


/*End Featured Work*/

/*Start Latest Posts*/
.latest-posts{
	padding:0 0 100px ;
}

.latest-posts h2{
	font-size: 50px;
	margin-bottom: 30px;
}

.latest-posts .section-desc{
	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: 16px;
	line-height: 1.5;
	color: #08526d;
} 

.latest-posts .card .card-text{
	color:#e91e63;
	line-height: 1.8;
	margin-bottom: 5px;
}

.latest-posts .card .card-link{
	color:#F44336;
}

/*End Latest Posts*/

/*Start Testimonials*/
.testimonials{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url('../images/web3.jpeg');
	min-height: 600px;
	position: relative;
}

.testimonials .overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0 , 0 , 0 , 0.5);
	z-index: 2;
}

.testimonials .container{
	position: relative;
	z-index: 3;
}

.testimonials .carousel-caption{
	top: 50%;
	margin-top: -158px;
}


.testimonials .carousel-indicators li{
	height: 8px;
	cursor: pointer;
}


.testimonials .carousel-caption img{
	margin-bottom: 20px;
}

.testimonials .carousel-caption h3{
	margin-bottom: 5px;
}

.testimonials .carousel-caption h3 + span{
	margin-bottom: 20px;
	font-size: 18px;
	display: inline-block;
}

/*End Testimonials*/

/*Start Pricing Table*/
.pricing-table{
	padding: 100px 0;
	background-color: #f7f7f7;
}

.pricing-table h2{
	font-size: 50px;
	margin-bottom: 30px;
}

.pricing-table .section-desc{
	line-height: 1.6;
	font-size: 20px;
	width: 80%;
	margin:0 auto 45px;
	color: #6a6a6a;
}

.pricing-table .card.special{
	top: -10px;
}

.pricing-table .card-body{
	padding:20px 0;
}

.pricing-table .card .card-title{
	font-size: 25px;
	line-height: 1.5;
	color: #08526d;
} 

.pricing-table .card.special .card-subtitle{
	margin-bottom: 10px;
}

.pricing-table .card .card-text{
	color: #08526d;
	font-size: 25px;
	line-height: 1.8;
	margin-bottom: 5px;
	background-color: #f7f7f7;
}

.pricing-table .card .card-text span{
	font-size: 10px;
}

.pricing-table .card .card-text.active{
	background-color: #e91e63;
	color: #fff;
}

.pricing-table .list-group-item{
	border:none;
}

.pricing-table .card .card-link{
    color: #fff;
    background-color: #e91e63;
    width: 150px;
    height: 35px;
    line-height: 35px;
    margin: 20px auto;
    display: block;
    letter-spacing: 3px;
}

.pricing-table .card.special .card-link{
	background-color: #08526d;
}

/*End Pricing Table*/

/*Start Why Choose Us*/
.choose-us img{
	max-width: 100%;
}

.choose-us .info{
	padding: 0;
}

.choose-us .info:last-child{
	background-color: #08526d;
    min-height: 290px;
	color: #fff;
}

.choose-us .h1{
	margin: 40px;
}

@media (min-width: 991px){
	.choose-us .h1{
		margin:10px 42px 10px 40px;
	}
}

.choose-us p{
	margin: 35px;
	line-height: 2;
	font-size: 18px;
}

@media (min-width: 991px){
	.choose-us p{
		font-size: 16px;
	    margin: 0 45px;
	}
}



.choose-us .read-more{
	display: inline-block;
	padding: 8px 40px;
	background-color: #ed1d24;
	color: #fff;
	font-size: 20px;
    position: relative;
    top: -25px;
    left: 40px;

}

@media (min-width: 991px){
	.choose-us .read-more{
	    top: 22px;
	    left: 44px;
	}
}

@media (min-width: 1200px) and (max-width: 1206px) {
	.choose-us .read-more{
	    top: 5px;
	    left: 44px;
	}
}

@media (min-width: 1207px){
	.choose-us .read-more{
	    top:22px;
	    left: 44px;
	}
}
/*End Why Choose Us*/

/*Start Statistics*/
.stat{
	background-color: #fff;
	padding: 100px 0;
	color: #08526d;
}

.stat .number{
	display: block;
	font-size: 50px;
}

.stat p{
	color: #ed1d24;
	font-size: 20px;
	margin-bottom: 40px;
	margin: 0;
}
/*End Statistics*/

/*Start Contact Us*/
.contact-us{
	padding: 100px 0;
	background-color: #ed1d24;
	color: #fff;
	font-size: 25px;
}

.contact-us p{

	margin: 0;
}

@media (max-width: 768px){
	.contact-us p{
		margin-bottom:30px;
	}
}

@media (max-width: 992px){
	.contact-us p{
		font-size: 20px;
	}
}


.contact-us a{
	color: #fff;
	border:2px solid #fff;
	padding: 6px 15px 8px;
	
}
/*End Contact Us*/

/*Start Footer*/

.footer{
	padding: 100px 0;
}

.footer .site-info h2{
	font-size: 50px;
	margin-bottom: 35px;
}

.footer .site-info h2 span:first-of-type{
	color: #08526d;
}

.footer .site-info h2 span:last-of-type{
	color: #ec1c23;
}

.footer .site-info p{
	line-height: 1.8;
	color: #727272;
}

.footer .site-info a{
	color: #08526d;
	font-size: 15px;
}

.footer .site-info a:before{
	font-family: 'FontAwesome';
	content: "\f138";
	display: inline-block;
	margin-right: 5px;
}

.footer .helpful-links h2,
.footer .contact h2{
	font-size: 22px;
	color: #08526d;
	margin-bottom: 50px;
}

.footer .helpful-links ul li:before{
	font-family: 'FontAwesome';
	content: "\f054";
	margin-right: 5px;
	color: #08526d;
	font-size: 12px;
	position: relative;
	top: -1px;
}

.footer .contact ul li{
	margin-bottom: 24px;
}

@media (max-width: 992px){
	.footer .helpful-links h2,
	.footer .contact h2{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.footer .contact ul li{
		margin-bottom: 5px;
	}
}
/*End Footer*/

/*Start CopyRight*/
.copyright{
	border-top: 1px solid #c0c0c0;
	padding: 20px;
}

@media (max-width: 768px){
	.copyright .info{
		margin-bottom: 10px;
		font-size: 14px;
	}
}

.copyright ul{
	margin:0;
}

.copyright ul li{
	display: inline-block;
	margin-left: 20px;
	font-size: 18px;
}
/*End CopyRight*/

/*Start Our Framwork*/

.pddEl{
	padding: 60px 0
}

.fBold{
	font-weight: bold;
}

.Upper{
	text-transform: uppercase;
}
/*End Our Framwork*/