/*
Theme Name: EliteCorp
Theme Coder: Osama Elzero
PSD Designer:
FirstColor: #08526d
SecondColor: #ec1c23
*/
/* start media */
/* end media */

/* start upper 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-quote{
    display: inline-block;
    border: 1px solid #ec1c23;
    padding: 2px 10px;
    margin-left: 20px;
}
/* end upper bar*/
/* start navbar*/
.navbar-brand span{
    color: #ec1c23;
    font-weight: 300;
}
.navbar-brand h2{
    color: #08526d;
    text-transform: capitalize;
}
.navbar-brand > span{
    font-size: 30px;
}
.navbar-nav .nav-link{
    font-size: 16px;
    text-transform: uppercase;
    margin-left: 20px;
    color: #08526d;
}
.navbar-light .navbar-nav .active>.nav-link{
    color: #ec1c23;
    font-weight: 400;
}
/* end navbar*/
/* start slider*/
.slider .carousel-inner{
    display: flex;
    align-items: center;
    justify-content: left;
}
.slider .carousel-inner h1{
    position: absolute;
    color: #FFF;
    z-index: 3;
    font-size: 70px;
    max-width: 900px;
    line-height: 1.5;
    left: 100px;
}
@media (max-width: 768px) {
.slider .carousel-inner h1 {
    font-size: 40px;
    max-width: 100%;
    left: auto;
    text-align: center;
    }
}
@media (max-width: 992px) {
.slider .carousel-inner h1 {
    font-size: 50px;
    }
}
.slider .carousel-inner h1 span{
    background-color: #ec1c23;
    padding: 2px 10px;
    display: inline-block;
}
.slider .carousel-inner .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, .6)
}
.slider .carousel-item{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    height: 536px;
}
.slider .carousel-one{
    background-image: url(../image/slider01.jpg);
}
.slider .carousel-two{
    background-image: url(../image/slider02.jpg);
}
.slider .carousel-three{
    background-image: url(../image/slider03.jpg);
}
.slider .carousel-indicators li{
    height: 8px;
    cursor: pointer;
}
/* end slider*/
/* srart features*/
.features{
    padding: 50px 0;
}
.features i{
    color: #FFF;
    background-color: #ec1c23;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 20px;
    margin-bottom: 10px;
}
.features h4{
    color: #08526d;
    font-size: 20px;
    margin-bottom: 0;
}
.features p{
    color: #666;
    margin-bottom: 30px;
}
/* end features*/
/* srart company*/
.company{
    background-color: #f0f5f7;
    padding: 100px;
}
.company .h1{
    font-size: 45px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}
@media (max-width: 576px) {
    .company .h1{
    font-size: 20px;
}
}
.company p{
    width: 70%;
    margin: auto;
    line-height: 1.5;
    font-size: 15px;
    color: #797070;
    font-weight: 400;
    margin-bottom: 10px;
}
@media (max-width: 992px) {
    .company p{
    width: 100%;
}
}
.company span{
    font-size: 16px;
    font-weight: 200;
    display: block;
    margin-bottom: 30px;
    letter-spacing: 2px;
    color: #797070;
}
.company button{
    padding: 5px 30px;
    color: #FFF;
    background-color: #ec1c23;
    border: 1px solid #ec1c23;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}
/* end company*/
/* start work*/
.work{
    padding: 60px 0;
}
.work h2{
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 20px;
}
@media (max-width: 576px) {
    .work h2{
    font-size: 30px;
}
}
.work p{
    width: 60%;
    margin: auto;
    line-height: 1.5;
    font-size: 15px;
    color: #797070;
    font-weight: 400;
    margin-bottom: 10px;
}
.work ul{
    margin-bottom: 50px;
}
.work ul li{
    display: inline-block;
    margin: 20px 5px;
    color: #08526d;
    border: 1px solid #08526d;
    padding: 5px 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    -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;
}
.work ul li.slected,
.work ul li:hover{
    color: #FFF;
    background-color: #ec1c23;
    border: 1px solid #ec1c23;
}
.work .suffle-image .row{
    margin: 0;
}
.work .row img{
    width: 100%;
}
.work .suffle-image .row .col-md{
    padding: 0;
}
/*.work .suffle-image .row .mix{
    display: none;
}*/
/* end work*/
/* start leatest post*/
.leatest-post{
    padding: 60px 0;
}
.leatest-post h2{
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.leatest-post p{
    width: 60%;
    margin: auto;
    line-height: 1.5;
    font-size: 15px;
    color: #797070;
    font-weight: 400;
    margin-bottom: 10px;
}
.leatest-post .card-group{
    margin-top: 60px;
}
.leatest-post .card-group .card{
    margin: 0 10px;
    border: 0;    
}
.leatest-post .card-body{
    padding: 0;
    margin-top: 10px;
    margin-bottom: 20px;
}
.leatest-post h5{
    color: #08526d;
    margin: 0;    
}
.leatest-post span{
    color: #DDD;
    font-size: 12px;
    font-weight: 400;
}
.leatest-post p{
    width: 90%;
    margin: 0;
}
.leatest-post .text-muted{
    color: #ec1c23!important;
    font-weight: bold;
    font-size: 14px;
}
/* end leatest post*/
/* start testimonials*/
.testimonials {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: url('../image/testimonial.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
}

.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;
}

/* end testimonials*/
/* start pricing table*/
.pricing-table{
    padding: 60px 0;
    background-color: #f5f4f4;
    margin-top: 0;
}
.pricing-table h2{
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.pricing-table p{
    width: 60%;
    margin: auto;
    line-height: 1.5;
    font-size: 15px;
    color: #797070;
    font-weight: 400;
    margin-bottom: 10px;
}
.pricing-table .card-group{
    margin-top: 60px;
}
.pricing-table .card-group .card{
    margin: 0 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;
    margin-bottom: 30px;
}
.pricing-table .card-group .card:hover,
.pricing-table .card-group .active{
    position: relative;
    transform: translateY(-20px);
}
.pricing-table .card-body{
    padding: 30px 0;
    margin-top: 10px;
    margin-bottom: 20px;
}
.pricing-table i.fa-plus{
    margin-right: 20px;
}
.pricing-table h5{
    color: #08526d;
    margin: 0;
    text-transform: capitalize;
    display: inline-block;
}

.pricing-table span{
    display: block;
    color: #b7b5b5;
    line-height: 3;
}
.pricing-table .num{
    background-color: #f5f4f4;
    padding: 10px 0;
    color: #08526d;
}
.pricing-table .card-group .active .num{
    background-color: #ec1c23;
    color: #FFF;
}
.pricing-table .card-group .card:hover .num{
    background-color: #ec1c23;
    color: #FFF;
    cursor: pointer;
    
}
.pricing-table .num sub{
    font-size: 15px;
    text-transform: uppercase;
}
.pricing-table button{
    margin-top: 20px;
    padding: 5px 20px;
    background-color: #ec1c23;
    border: 1px solid #ec1c23;
    color: #FFF;
    text-transform: uppercase
}
.pricing-table .active button{
    background-color: #08526d;
    border: 1px solid #08526d;
}
/* end pricing table*/
/* start choose us*/
.choose-us .card{
    border: 0;
}
.choose-us .card img{
    border-radius: 0;
    height: 100%;
}
.choose-us .card .card-body{
    background-color: #08526d;
    color: #FFF;
    padding: 60px 30px;
}
.choose-us .card .card-body h3{
    text-transform: capitalize;
    margin-bottom: 20px;
}
.choose-us .card .card-body p{
    padding: 0;
    margin: 0;
}
.choose-us .card .card-body span{
    margin-top: 30px;
    margin-bottom: 30px;
    display: inline-block;
    background-color: #ec1c23;
    padding: 5px 10px;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 2px;
}
/* end choose us*/
/* start statistics*/
.statistics{
    padding: 100px 0;
}
.statistics i{
    color: #08526d;
    margin-bottom: 5px;
}
.statistics h4{
    color: #08526d;
    font-size: 30px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}
.statistics p{
    color: #ec1c23;
    margin-top: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
}
/* end statistics*/
/* start contact us */
.contact{
    background-color: #F00;
    padding: 60px 0;    
}
.contact p{
    font-size: 30px;
    font-weight: 100;
    color: #ded9d9;
    text-transform: capitalize;
    margin: 0;
}
@media (max-width: 768px) {
    .contact p{
    margin-bottom: 20px;
}
}
.contact span{
    color: #FFF;
    float: right;
    border: 1px solid #ded9d9;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 5px 10px;
    display: inline-block;
}
/* end contact us */
/* start footer */
.footer{
    padding: 60px 0;
}
.footer .foot h2{
    text-transform: capitalize;
    color: #08526d;
    margin-bottom: 20px;
}
.footer .foot span{
    color: #ec1c23;
    font-weight: 300;
}
.footer .foot p{
    margin-bottom: 0;
    color: #9e9a9a;
}
.footer .foot .click{
    color: #08526d;
    display: inline-block;
    margin-bottom: 30px;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-weight: 600;
}
.footer h3{
    text-transform: capitalize;
    color: #08526d;
    margin-bottom: 30px;
}
.footer ul li{
    color: #08526d;
    line-height: 2;
    font-weight: 500;
}
.footer .contact-us a{
    color: #08526d;
    font-weight: 500;
}
.footer .contact-us p{
    color: #9e9a9a;
    line-height: 3;
}
/* end footer */
/* start copyright */
.copyright{
    border-top: 1px solid #9e9a9a;
    color: #9e9a9a;
    padding: 20px;
}
.copyright ul li{
    display: inline-block;
}
.copyright ul li i{
    margin-right: 30px;
}
.copyright ul li .fa-pinterest-p{
    margin-right: 0;
}
/* end copyright */