
/* start header */

/* 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 i {
    padding-right: 5px
}

.upper-bar span:last-child {
    background-color: #08526d;
    color: #fff;
  
    border: 2px solid #ed3729;
    border-radius: 5px;
    padding: 2px 20px;
  margin-left: 20px
}

@media (max-width: 576px){
    .upper-bar span:last-child {
        border: 0
    }
}
/* 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: #ed3729;
}
.navbar-nav .nav-link {
    font-size: 16px;
    text-transform: uppercase;
    margin: 20px;
    color: #08526d !important;
    font-weight:500

}
.navbar-nav .nav-link.active {
    color: #ed3729 !important;
}


/* End navbar */

/* start slider */

.slider {
    background-color: #011f2e;
}
.slider .carousel-inner{
 display: flex;
    align-items: center;
    justify-content: left;
    
}


.slider h1 {
    position: absolute;
    z-index: 3;
    color: #fff;
    left: 100px;
    font-size: 55px;
    line-height: 1.5
    
}


@media (max-width: 768px){
   .slider h1 {
    left: auto;
    font-size: 40px;
    text-align: center;
       max-width: 100%
    
}
}

.slider h1 span {
    background-color: #ed3729;
    padding: 2px 10px
}
.slider .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: rgb(0,0,0,0.6);
}
.slider .carousel-item {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
  
.slider .carousel-one {
    background-image: url('../imgs/slider01.jpg');
    
}

.slider .carousel-two {
    background-image: url('../imgs/slider02.jpg');
    
}

.slider .carousel-three {
    background-image: url('../imgs/slider03.jpg');
    
}

/* End slider */

/* start features */

.features {
    padding:50px 0;
    
}

.features i {
    background-color: #ed3729;
    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 {
    background-color: #f1f4f9;
    padding: 90px
}

.overview h3 {
    color: #33363b;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px
}

@media (max-width:567px){
    .overview h3 {
   
    font-size: 30px;
}
}

.overview p {
    width: 80%;
    margin: 0 auto 20px;
    color: #6a6a6a;
    line-height: 1.9
}

@media (max-width: 567px){
    
    .overview p {
    width: 100%;
   
}

}
.overview h4 {
    color: #8b8a8a;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-weight: normal;
    margin-bottom: 40px
}

.overview button {
    color: #fff;
    background-color: #ed3729;
    border: 2px solid #ed3729;
    padding: 5px 30px;
    text-transform: uppercase;
    letter-spacing: 2px
}
/* End overview */

/*start Featured work */

.featured-work{
    padding: 100px 0
}

.featured-work h2 {
    color: #33363b;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px
}

.featured-work p {
    width: 80%;
    margin: 0 auto 20px;
    color: #6a6a6a;
    line-height: 1.6
}

.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;
     -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:  #ed3729;
    color: #fff;
    border: 2px solid #ed3729;
    
}

.featured-work ul li{
    cursor: pointer
}

.featured-work .shuffle-images .row {
    margin:0
}
.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 .row img {
    width: 100%
}
/*End Featured work */

/* start latest posts */

.latest-posts{
    padding: 0 0 100px
}

.latest-posts h2 {
    color: #33363b;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px
}

.latest-posts .section-description {
    width: 80%;
    margin: 0 auto 20px;
    color: #6a6a6a;
    line-height: 1.6
}
.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
}

.latest-posts .card .card-link{
    color: #ed3729;
    font-weight: bold
}
/* End latest posts */

/* Start testimonials */
.testimonials {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url('../imgs/testimonial.jpg');
    position: relative
}
.testimonials .overlay{
      position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: rgb(0,0,0,0.6);
}

.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: 10px
}
.testimonials .carousel-caption h3 + span {
    font-size: 18px
}

.testimonials .carousel-control-prev,
.testimonials .carousel-control-next {
    z-index: 4
}
/* end testimonials */

/* start pricing */

.pricing{
    padding: 100px 0 100px;
    background-color: #f8f6f8;
}

.pricing h2 {
    color: #33363b;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px
}

.pricing .section-description {
    width: 80%;
    margin: 0 auto 20px;
    color: #6a6a6a;
    line-height: 1.6
}

@media (max-width :567px){
    .pricing .section-description {
  margin: 0 auto 0px;
   
}
}
.pricing .card {
    margin-bottom: 30px;
    margin-top: 50px;
    
}

.pricing .card .card-body {
   padding: 10px 0 20px
}
.pricing .card .card-title{
    font-size: 25px;
    line-height: 1.5;
    color: #08526d;
    text-transform: capitalize;
    
}
.pricing .card .card-subtitle{
    font-size: 15px;
    
}
.pricing .card .card-text{
    color:  #08526d;
    background-color: #f8f6f8;
    margin-top: 40px;
    padding: 15px;
    font-size: 35px;
    font-weight: bold
    
}
.pricing .card .card-text span {
    font-size: 18px;
    text-transform: uppercase
}
.pricing .card .card-link{
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #ed3729;
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 30px;
    margin-top: 15px
}
.pricing .card.coporates {
    position: relative;
    top: -20px
}
@media (max-width: 992px){
    .pricing .card.coporates {
    top: 0px
}
}
.pricing .card.coporates .card-text{
    color: #fff;
    background-color: #ed3729;
    
}
.pricing .card.coporates .card-link{
    
    background-color: #08526d;
   
    
}
/* End pricing */

/* 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: 30px
}

.choose-us .h1 {
    margin: 40px;
}

.choose-us p {
    margin: 40px;
    line-height: 2;
    font-size: 18px
}

.choose-us a {
    color: #fff;
    background-color: #ed3729;
    display: inline-block;
    padding: 10px 20px;
    margin: 0 0 0 40px;
    font-weight: bold
}
/* End choose us */

/* start stats */
.stats {
    padding: 100px 0 ; 
    color:#08526d;
    
}

.stats .stats-col {
    margin-bottom: 30px
}
.stats .number {
    display: block;
    font-weight: bold;
    font-size: 50px
}

.stats p {
    font-size: 18px ;
    color: #ed3729;
    text-transform: capitalize;
    font-weight: 700
}
/* End stats */

/* Start contact us */
.contact {
    padding: 80px 0;
    background-color: #ed3729;
    color: #fff;
}

.contact p {
    margin: 0;
    font-size: 18px
}

@media (max-width:567px){
    .contact p {
    margin-bottom: 30px
}

}
.contact a {
    border: 2px solid;
    padding: 8px 16px;
    font-weight: bold;
    text-transform: uppercase
}
/* end contact us */

/* start footer */
/* end footer */

.footer {
    padding: 100px 0;
}
.footer .site-info h2 {
    margin-bottom: 30px;
    font-size: 40px
}
.footer .site-info h2 span:first-child{
     color: #08526d;
    font-weight: bold;
}
.footer .site-info h2 span:last-child{
    color: #ed3729;
}

.footer .site-info p {
    color: #727272
}
.footer .site-info a:before {
    font-family: 'fontawesome';
    content: "\f138";
    margin-right: 5px
}

.footer .site-info a {
    color: #08526d;
    font-size: 18px;
    font-weight: bold;
}

.footer .helpful-links h2,
.footer .contact-links h2 {
    font-size: 20px;
    text-transform: capitalize;
    color:  #08526d;
    margin-bottom: 55px
}




.footer .helpful-links ul li:before{
    font-family: 'fontawesome';
    content: "\f054";
    font-size: 12px;
    position: relative;
    top: -1px;
    margin-right: 5px
}

.footer .helpful-links ul li {
    color: #08526d;
    text-transform: capitalize
    
}

.footer .contact-links ul li {
    margin-bottom: 25px;
    color: #9f9f9f;
    text-transform: capitalize
}

@media (max-width: 768px){
    .footer .helpful-links h2,
.footer .contact-links h2 {
   margin-top: 35px;
    margin-bottom: 15px;
}
    .footer .contact-links ul li {
    margin-bottom: 10px;
    
}
    
    .footer {
    padding: 40px 0;
}
}
/* End footer */

/* start copy rights */
.copy-rights {
        border-top: 2px solid #c0c0c0c0;
    padding: 20px;
    color: #908787c0;
}

.copy-rights ul {
    margin: 0
}
.copy-rights ul li {
    display: inline-block;
    /* background-color: #908787c0; */
    font-size: 23px;
    margin-left: 24px;
}

.copy-rights ul li a i {
    color: #908787c0;
}

@media (max-width:768px){
   .copy-rights ul li a i {
    margin-top:15px
} 
}

/* End copy rights */


