/*
fist color: #08526d
secind color : #ec1c23
*/

/* start upper bar */
.upper-bar{
  background-color: #08526d;
  color: #FFF;
}

@media (max-width:576px) {
  .upper-bar .info:first-child{
    margin-bottom: 0;
  }
  
}
.upper-bar .info{
  margin: 15px;
}

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

.upper-bar .get-quote{
  display: inline-block;
  border: 6px solid #ec1c23;
  padding: 2px 10px;
  margin-left: 20px;
}
/*end uper bar*/

/*star navbar*/
.navbar-brand > span{
  font-size: 40px;
}
.navbar-brand span:first-child{
  font-weight: bold;
  color: #E91E63;
}
.navbar-brand span:last-child{
  color: #009688;
}
.navbar-nav .nav-link{
  font-size: 16px;
  text-transform: uppercase;
  margin-left: 20px;
  color: #08526d;
  font-weight: bold;
}
.navbar-nav .active > .nav-link{
  color: #E91E63 !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;
  }
  .Choose-Us .container-fluid img {
    width: 433px;
    height: 400px;
    margin-bottom: 10px;
  }
  .Contact-us .con {
    margin-top: 30px;
    text-align: center;
    margin-left: -110px;
  }
}

.slider .carousel-inner h1{
  position: absolute;
  color: #FFF;
  z-index: 3;
  font-size: 70px;
  max-width: 900px;
  left: 100px;
  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;
  display: inline-block;
  padding: 2px 10px;
}

.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{
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.slider .carousel-one{
  background-image: url('../img/team2.png')
}

.slider .carousel-two{
  background-image: url('../img/team1.png')
}

.slider .carousel-three{
  background-image: url('../img/team3.png')
}

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

/*end slider*/

/*start features*/
.features{
  padding: 50px 0;
}
.features i{
  background-color: #009688;
  color: #fff;
  padding: 50px;
  margin-bottom: 10px;
}
.features h3{
  color: #08526d;
  font-size: 34px;

}
.features p{
  color: #08526d;
  font-size: 22px;
  margin-bottom: 10px;
}
/*end features*/

/*start overview*/
  .overview{
    padding: 100px;
    background-color: #f0f5f7;
  }

  .overview h2{
    margin-left: -60px;
    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;
  }

  @media (max-width:992px) {
    .overview p{
      width: 100%;
    }
  }

  .overview h4 {
    letter-spacing: 2px;
    font-weight: normal;
    color: #009688;
    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 featured-work*/
.featured-work{
  padding: 100px 0;

}
.featured-work h2{
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 20px;
}
.featured-work p{
  line-height: 1.6;
  font-size: 20px;
  width: 80%;
  margin: 0 auto 15px;
  color: #6a6a6a;
}
.featured-work ul{
  margin: 40px;
  margin-bottom: 50px;
}

.featured-work ul li{
  color: #009688;
  border: 2px solid #009688;
  padding: 10px 20px;
  margin-left: 10px;
  margin-bottom: 10px;
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
}
.featured-work ul li.active,
.featured-work ul li:hover {
  background-color: #ec1c23;
  border: 2px solid #ec1c23;
  color: #fff;
}
.featured-work ul li:hover {
  cursor: pointer;
}

.featured-work .shuffle-images{
margin-top: 50px;
}
.featured-work .shuffle-imgs .row{
  margin: 0;
}
.featured-work .shuffle-imgs .row .col-sm{
  padding: 0px;
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
}
.featured-work .row img{
  width: 100%;
  height: 250px;
}
/*end featured-work*/

/*start Latest Posts*/
.lates-posts{
  padding: 0 0 100px ;

}
.lates-posts h2{
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 20px;
}
.lates-posts .section-description{
  line-height: 1.6;
  font-size: 20px;
  width: 80%;
  margin: 0 auto 15px;
  color: #6a6a6a;
}
.lates-posts .card{
  margin-bottom: 30px;
}
.lates-posts .card .card-title{
  font-size: 20px;
  line-height: 1.5;
  color: #08526d;
}
.lates-posts .card .card-text{
  color: #787878;
  margin-bottom: 5px;
}
.lates-posts .card .card-link{
  color: #ed1d24;
  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("../img/background.png");
  position: relative;
  height: 600px;
}

.testimonials .overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .6);
  z-index: 2;
}
.testimonials .container{
  padding: 5px;
  position: relative;
  z-index: 3;
}
.testimonials .carousel-caption{
  top: 50%;
  margin-top:  -240px;
}
.testimonials .carousel-caption img{
  margin-top: 10px;

}
.testimonials .carousel-caption h3{
  margin-bottom: 5px;
}
.testimonials .carousel-caption h3 + span{
  font-size: 18px;
  display: inline-block;
  margin-top: 5px;
}
.testimonials .carousel-caption p{
  font-size: 18px;
  line-height: 0.8;
}
.testimonials .carousel-indicators li{
  height: 10px;
  cursor: pointer;
}
/*end testimonials*/

/*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-description{
  line-height: 1.6;
  font-size: 20px;
  width: 80%;
  margin: 0 auto 90px;
  color: #6a6a6a;
}
.pricing-table .card{
  margin-bottom: 30px;
}
.pricing-table .card-body{
  padding: 0px;
}
.pricing-table .card .card-title{
  font-size: 20px;
  line-height: 1.5;
  color: #08526d;
  font-size: 25px;
  margin-bottom: 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;
  font-weight: bold;
  display: inline-block;
  padding: 10px 15px;
  margin-top: 15px;
  margin-bottom: 30px;
  color: #FFF;
  font-size: 18px;
  text-transform: uppercase;
}

/*2 center*/
.pricing-table .card.Corporate{
  position: relative;
  top: -20px;
}
.pricing-table .card.Corporate .card-link{
  background-color: #08526d;
}
.pricing-table .card.Corporate .card-text{
  background-color: #ec1c23;
  color: #FFF;
}
/*end PRICING TAbLe*/

/*start Who Choose Us*/
.Choose-Us img{
 width: 620px;
 height: 490px;
}
.Choose-Us .col-sm-6{
  padding: 0px;
}
.Choose-Us .col-sm-6:last-child{
  background-color: #08526d;
  color: #FFF;
  padding: 10px;
}
.Choose-Us h2{
  margin: 40px;
}
.Choose-Us p{
  line-height: 2;
  margin: 40px;
  font-size: 18px;
}
.Choose-Us .read-moer{
  display: inline-block;
  padding: 8px 20px;
  margin: 0 0 0 40;
  font-size: 22px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  background-color: #ed1d24;
  margin-left: 40px;
}
/*end Who Choose Us*/

/*Start Statistics*/

.stats {
  padding: 100px 0;
  color: #08526d;
}
.stats .stats-box {
  margin-bottom: 40px;
}
.stats .number {
  display: block;
  font-size: 50px;
  font-weight: bold;
}
.stats p {
  color: #ed1d24;
  font-size: 18px;
  font-weight: bold;
  margin: 0px;
}
/*end Statistics*/

/*start Contact Us*/
.Contact-us {
  padding: 50px 0;
  background-color: #ed1d24;
  color: #FFF;
  font-size: 22px;
}
.Contact-us p {
  margin: 0px;
}
.Contact-us a {
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  border: 2px solid #FFF;
  padding: 6px 15px 10px;

}
/*end Contact Us*/

/*Start footer*/
.footer {
  padding: 100px 0;
}
.footer .info h2 {
  font-size: 50px;
  margin-bottom: 35px;
}
.footer .info h2 span:first-child {
  font-weight: bold;
  color: #E91E63;
}
.footer .info h2 span:last-child {
  color: #009688;
}
.footer .info p {
  line-height: 1,8px;
  color: #727272;
}
.footer .info a {
  color: #08526d;
  font-size: 15px;
  font-weight: bold;
}
.footer .info a:before {
  font-family: 'FontAwesome';
  content: "\f139";
  display: inline-block;
  margin-right: 5px;
}

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

.footer .contact ul li {
  margin-bottom: 25px;
}
/*end footer*/

/*Start copyrigth*/
.copy-rigth {
  border-top: 1px solid #c0c0c0;
  padding: 20px;
}
.copy-rigth  ul {
  margin: 0;
}
.copy-rigth ul li {
  display: inline-block;
}
.copy-rigth ul li a {
  color: #777;
  
  margin-left: 20px;
  font-size: 18px;
}
/*end copyrigth*/