/*
them name : elitecopr
theme coder: abir halouadji

firstColor:#0826d
SecondColor:#ec1c23

*/
/* Star Upper Bar*/

.upper-bar{
    background-color: #08526d;
color: #fff;


}
@media(max-width:992px){
    .upper-bar .info:first-child{
        margin-bottom: 0;
    }
}
.upper-bar
 span{
    cursor: pointer;

    color: #bfc6c9;
 
}

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



.upper-bar
 a{
     text-decoration:none ;
    cursor: pointer;

    color: #bfc6c9;
 
}
.upper-bar i
 {
    
   cursor: pointer;
 
}

.upper-bar .get-quote{
    display: inline-block;
    border: 1px solid #ec1c23;
    padding: 2px 10px;
    margin-left: 20px;   


    
}
.upper-bar .cll:hover {
   color: #6c757d;
    transition: all ease-in-out .5s;
}

.upper-bar .get-quote:hover {
    display: inline-block;
    border: 1px solid #ec1c23;
   background-color: #ec1c23;
   color: #fff;
   transition: all ease-in-out .5s;
}

/* End Upper 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: #08526d;
    font-weight:400px;
}

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

/*end navbar*/
/*start slider*/
.slider{
    background-color: #ddd;
}
@media( max-widht: 768px ){
    
.slider .carousel-inner{
   
    justify-content: center;
   
}

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

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

.slider .carousel-two{
    background-image: url('../img/slider02.jpg');
}


.slider .carousel-three{
    background-image: url('../img/slider03.jpg');
}

.slider #main-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-indicators li {
    height: 8px;
    cursor: pointer;/*تظهر ظل عندما نظغط عليها*/
    
}
@media(max-width:768px){
    
.slider #main-slider .carousel-inner h1{
   
    font-size: 40px;
    max-width: 100%;
    line-height: 1.5;
    left:auto;
    text-align: center;
    
}
}
.slider #main-slider .carousel-inner h1{
    position: absolute;
    color: #fff;
    z-index: 3;
    font-size: 70px;
    max-width: 900px;
    line-height: 1.5;
    left: 100px;
    margin-right: 100px;
}
.slider #main-slider .carousel-inner h1 span{
background: #ec1c23;
color: #fff;
display: inline-block;
padding: 2px 10px;
}
.slider .carousel-inner{
    display:flex;
    align-items: center;
    justify-content: left;
   
}
/*end slider*/

/*Start Features*/
.features{
padding: 50px 0;
}
body{
    height: 2000px;
}
.features i{
    background-color: #ec1c23;
    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;
}
@media(max-width:768px){
    
.overview p {
 
    width: 100%;
   
}


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

}

}


.overview h2 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
}

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


.overview h4 {
    
   letter-spacing: 2px;/*فراغ بين الكلمات*/
   font-weight: normal;
   color: #8b8a8a;
   margin-bottom: 40px;
}


.overview button {
    background-color: #ec1c24;
    color: #fff;
    padding: 10px 30px;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #ec1c24;
    
}



/*end OverView*/
/*Start Featured Work*/
.Featured-Work{
    padding: 100px 0;
}

.Featured-Work h2 {
    font-size: 50px;
    font-weight: bold;
    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: 50px;
}

.Featured-Work ul li{
color: #08526d;
border: 2px 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: #ec1c23;
    color: #fff;
    border: 2px solid #ec1c23;

}
.Featured-Work ul li:hover{
    cursor: pointer;
    /*اليدفي بلاصة الفأرة*/

}

    


/*هاوفر يعني لما تضغط عليها دير كذا*/
/*
بوينتر يعني بينلي اناهي الي راني ضاغط عليها*/

.Featured-Work .shuffle-images .row .col-md{
    padding: 0;
    
-webkit-transition:all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition:all .5s ease-in-out ;
transition: all .5s ease-in-out;

}
.Featured-Work .shuffle-images .row{
    margin: 0;
}
.Featured-Work .row  img {
width: 100%;
}


/*End Featured Work*/

/*Start Latest-post*/

.latest-post {
    padding: 0 0 100px;
    
  
   
}

.latest-post h2 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 20px;
}
.latest-post .section-descrition {

   
        line-height: 1.6;
       font-size: 20px;
        width: 80%;
        margin: 0 auto 45px;
        color: #6a6a6a;

}
.latest-post .card .card-title{
    font-size: 20px;
    line-height: 1.5;
    color: #08526d;
    justify-content: flex-start;
}
.latest-post .card .card-text{
  
    color: #787878;
    margin-bottom: 5px;
   
}
.latest-post .card .card-link{
    color: #ed1d24;
    font-weight: bold;
}
.latest-post .card {
margin-bottom: 30px;
}

/*End Latest-post*/

/*Start Testimonoals*/
.testimonials{

    -webkit-background-size:cover;
    -moz-background-size:cover;
    -moz-background-size:cover;
    background-size: cover;
  position: relative;
 
    background-image: url('../img/testimonial.jpg');
}
.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 img {
    margin-bottom: 20px;
}
.testimonials .carousel-caption h3 {
margin-bottom: 5px;
}
.testimonials .carousel-caption h3 + span {
font-size: 18px;
display: inline-block;
margin-bottom: 30px;
}
.testimonials .carousel-caption{
top: 50%;
margin-top: -158px;
    color: #fff;
    text-align: center;
  /*  height: 600px;
      justify-content: center;*/
      font-size: 40px;
       
}
.testimonials .carousel-indicators li{
    height: 8px;
    cursor: pointer;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}
/*Start PRICING TABLE*/

.pricing-table {
    background-color: #f7f7f7;
    padding: 100px 0 100px;
    
  
   
}

.pricing-table h2 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 20px;
}
.pricing-table .section-descrition {

   
        line-height: 1.6;
       font-size: 20px;
        width: 80%;
        margin: 0 auto 85px;
        color: #6a6a6a;

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

  

}
.pricing-table .card .card-text{
  
    color: #08526d;
    margin-bottom: 5px;
    background-color: #f7f7f7;
    padding: 10px;
    margin: 30px 0 10px;
    font-size: 30px;
    font-weight: bold;

   
}.pricing-table .card .card-text span{
    font-size: 14px;
    text-transform: uppercase;
}
.pricing-table .list-group-item{
    border: none;

}
.pricing-table .card .card-link{
    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 {
margin-bottom: 30px;
}
.pricing-table .card-body{
    padding: 0px;
}
@media(max-width:768px){
    
.pricing-table .card.corporate{
   
    top: 0px;
}
}
.pricing-table .card.corporate{
    position: relative;
    top: -20px;
}
.pricing-table .card.corporate .card-text{
    background-color: #ec1c24;
    color: #fff;

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

}
/*End PRICING TABLE*/
/*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: 30px;
    padding-bottom: 30px;
    
}
.choose-us .h1{
    margin: 40px;
}
.choose-us p{
    margin: 40px;
    line-height: 2;
    font-size: 18px;
}
.choose-us .read-more{
display: inline-block;
padding: 8px 20px;
margin: 0 0 0 40px;
background-color: #ed1d24;
color: #fff;
font-size: 20px;
font-weight: bold;
text-transform:  uppercase;
text-decoration: none;

}
/*end choose*/
.stats{
    height: 500px;
    padding: 100px 0;
    color: #08526d;
}
.stats .number{
    display: block;
    font-size: 50px;
    font-weight: bold;

}
.stats p{
    color: #ed1d24;
    font-size: 20px;
    font-weight: bold;
}
.stats .stat-box{
    margin-bottom: 40px;
}

/* End stats */
/*Start contact-us*/
.contact-us{
    padding: 80px 0;
    color: #fff;

   font-size: 22px; 
   background-color: #ed1d24;
}

    



.contact-us p{
margin: 0;
font-weight: bold;
letter-spacing: 2px;/*فراغ بين الكلمات*/

}
@media(max-width:992px){
    
.contact-us p{
   margin-bottom: 20px;
  
    
    }
}
.contact-us a{
    color: #fff;
    border: 2px solid #fff;
padding: 6px 15px 8px;
text-decoration: none;
text-transform:  uppercase;
font-weight: bold;


}

/*End contact-us*/
/*Start Footer*/
.footer{
    padding: 100px 0;
}
.footer .site-info  span{
    font-size: 50px;
    margin-bottom: 35px;
}
.footer .site-info span:first-of-type{
    color: #08526d;
    font-weight: bold;
}


.footer .site-info span:last-of-type{
    color: #ec1c23;
}
.footer .site-info p{
    line-height: 1.8;
    color: #727272;
    margin-bottom:100x;


}
.footer  a{
    color: #08526d;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
}
.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: 54px;
font-weight: bold;

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

}
.footer .helpful-links  ul li a{
    color:#727272;
    cursor: pointer;

}
.footer .contact ul li{
    margin-bottom: 24px;
    cursor: pointer;
}
@media(max-width:992px){

    .footer .helpful-links h2,
    .footer .contact h2{
   
  
    margin-bottom: 20px;
    margin-top: 20px;    
    }

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


}



/*End  Footer*/
/* start copyright*/
.copyright{
    border-top: 1px solid #c0c0c0;
    padding: 20px;
}

.copyright ul{
    margin: 0;
}
.copyright ul li{
    display: inline-block;
}

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

