/*
First Color: #08526d
Second Color: #ec1c23
*/
/* COMBAK: Start Upper Bar */
.upper-bar{
  background-color: #08526d;
  color:#fff;
}
.upper-bar .info{
  margin: 15px 0;
}
@media (max-width:576px) {.upper-bar .info{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;
}
@media (max-width:576px) {.upper-bar .get-quote{border: none;margin-left: 5px;}}
.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;
  margin-left: 20px;
  color: #08526d;
  text-transform: uppercase;
  font-weight:bold;
}
.navbar-nav .active>.nav-link{
 color: #ec1c23 !important
}
/* COMBAK: End Upper Bar */




/* COMBAK: start slider */
.bx-controls-direction{display: none;}
.bx-controls-auto{display: none;}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {text-align:center;width: 100%;}
.bx-wrapper {
  box-shadow: none;
  border: none;
  margin-bottom: 0;
}
.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
    position: absolute;
    bottom: 20px;
    width: 100%;
    z-index: 3;

}
.bx-wrapper img {
    width: 100%;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    text-indent: -9999px;
    width: 30px;
    height: 5px;
    margin: 0 5px;
   -moz-border-radius: 0;
   -webkit-border-radius: 0;
    border-radius: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a:focus{background: none}
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background-color: #ec1c23;
}
.myslider{
  position: relative;
  display: flex;
  align-items: center;

}
.myslider  h1{
  position: absolute;
  color: #fff;
  z-index: 3;
  font-size: 70px;
  max-width: 900px;
  line-height: 1.5;
  left: 100px;
}
@media (max-width:768px) {
  .myslider  h1{
    justify-content:center;
  }
}
.myslider  h1{
  position: absolute;
  color: #fff;
  z-index: 3;
  font-size: 70px;
  max-width: 900px;
  line-height: 1.5;
  left: 100px;
}
@media (max-width:768px) {
  .myslider  h1{
    font-size: 40px;
    max-width: 100%;
    left: auto;
    text-align: center;
  }
}
@media (max-width:992px) {
  .myslider  h1{
    font-size: 50px;
  }
}
@media (max-width:567px) {
  .myslider  h1{
    font-size: 35px;
  }
}
.myslider  h1 span{
  background-color: #ec1c23;
  color: #Fff;
  padding: 2px 10px;
  display: inline-block;
}

.myslider  .overlay{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3 );
}
/* COMBAK: End slider */


/* COMBAK: Start Features */
.features {
  padding: 50px 0;
}
.features i {
 background-color: #ed1d24;
 color: #fff;
 padding: 12px;
 margin-bottom: 10px;
}
.features h3 {
 color: #08526d;
 font-size: 22px;
}
.features p {
 color: #989898;
 margin-bottom: 40px;
}
/* COMBAK: End Features */
/* COMBAK: Start OverView */
.overview{
  padding: 100px 0;
  background-color: #f0f5f7;
}
.overview h2{
 font-size: 50px;
 text-transform: uppercase;
 margin-bottom: 20px;
}
@media (max-width:992px) {
  .overview h2{  font-size: 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;
  margin-bottom: 40px;
  color: #acacac;
}
.overview button{
  background-color: #ed1d24;
  color: #fff;
  font-weight: bold;
  border: 1px solid #ed1d24;
  font-size: 20px;
  padding: 10px 30px;
}
/* COMBAK: End OverView */
/* COMBAK: Start features Works */
.features-work {padding: 100px 0;}
.features-work h2{
 font-size: 50px;
 font-weight: bold;
 margin-bottom: 20px;
}
.features-work p{
  line-height: 1.6;
  font-size: 20px;
  width: 80%;
  margin: 0 auto 15px;
}
.features-work ul{
  margin-top: 40px;
}
.features-work ul li{
  color: #08526d;
  border: 2px solid #08526d;
  padding: 10px 20px;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-right: 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;
   cursor: pointer;
}

.features-work ul li.active,
.features-work ul li:hover{
  background-color: #ec1c23;
  color: #fff;
  border: 2px solid #ec1c23;
}
.features-work ul li:hover{cursor: pointer;}
.shuffle-images .row > .col-md-3 {padding: 0px;margin: 0px;}
.features-work .shuffle-images{margin-top: 50px;}
.features-work .shuffle-images .col-md-3{
-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;
}
@media (max-width:768px) {.features-work .shuffle-images .image-hideen{display: none;}}
/* COMBAK: End features Works */
/* COMBAK: Start Lastest Post */
.latest-posts {padding: 0px 0 100px;}
.latest-posts h2{
 font-size: 50px;
 font-weight: bold;
 margin-bottom: 20px;
}
.latest-posts .latest-posts-p{
  line-height: 1.6;
  font-size: 20px;
  margin: 0 auto 45px;
}
.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 a{
  color: #ed1d24;font-weight: bold;
}
/* COMBAK: End Lastest Posts */
/* COMBAK: Start Testimonials */
.testimonials{
  background: url('../images/testim-b.jpg');
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
   background-size:cover;
   position: relative;
  }
.testimonials .overlay{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3 );
}
.testimonials .carousel-inner{
  position: relative;
  z-index: 3;
}
.testimonials .carousel-caption{
  top: 50%;
  margin-top: -156px;
}
.testimonials .carousel-caption img{
  margin-bottom: 20px;
}
.testimonials .carousel-caption h5{
 margin-bottom: 10px;
}
.testimonials .carousel-caption h5 + span{
 font-size: 18px;
 display: inline-block;/*lllllloooookaaaaaaaaaaa*/
 margin-bottom: 30px;
}
.carousel-control-next, .carousel-control-prev{
  z-index: 4;
}
/* COMBAK: End Testimonials */
/* COMBAK: Start Pricing Table */

.pricing-table {
  padding: 100px 0 100px;
  background-color: #f7f7f7;
}
.pricing-table h2{
 font-size: 50px;
 font-weight: bold;
 margin-bottom: 20px;
}
.pricing-table .latest-posts-p{
  line-height: 1.6;
  font-size: 20px;
  width: 80%;
  color: #6a6a6a;
  margin: 0 auto 85px;
}

@media (max-width:992px) {
  .pricing-table .latest-posts-p{
    width: 100%;
    margin-bottom: 40px;
  }
}
.pricing-table .card-body{
  padding: 0;

}
.pricing-table .card{margin-bottom: 30px;}
.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: 30px 0 10px;
  background-color: #f7f7f7;
  padding: 10px;
  font-size: 30px;
  font-weight: bold;
}
.pricing-table .card .card-text span{
  font-size: 17px;
  text-transform: uppercase;
}
.pricing-table .list-group-item{
  border:none
}
.pricing-table .card a{
  background-color: #ed1d24;
  font-weight: bold;
  display: inline-block;
  padding: 10px 20px;
  margin-bottom:30px;
  margin-top: 15px;
  color: #fff;
  text-transform: uppercase;
}
.pricing-table .corporate{
  position: relative;
  top:-20px;
}
@media (max-width:992px) {
  .pricing-table .corporate{
    top:0px;
  }
}
.pricing-table .corporate .card-text{
  background-color: #ed1d24;
  color: #fff;
}
.pricing-table .corporate a{
  background-color: #08526d;
}
/* COMBAK: End Pricing Table */
/* COMBAK: Start Why Choose Us */
.choose-us{
  max-width: 100%;
}
.choose-us .info{
  padding:0;
}
.choose-us .col-6{
  padding: 0;
}
.choose-us .choose-img{
  width: 100%;
  height: 100%;
}
.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: 6px 20px;
  margin: 0 0 0 40px;
  background-color: #ed1d24;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration:none;
}
/* COMBAK: End Why Choose Us */
/* COMBAK: Start Statistics Section */
.stats{
  padding: 100px 0;
  color: #08526d;
}
.stats .stats-box {margin-bottom: 40px;}
.stats .number{
  display: block;
  font-size: 50px;
  font-weight: bold;
  color:
}
.stats p{
  color: #ed1d24;
  font-weight: bold;
  font-size: 20px;
  margin: 0;
}
/* COMBAK: End Statistics Section */
/* COMBAK: Start Contact Us */
.content-us{
  padding: 80px 0;
  background-color: #ed1d24;
  color: #fff;
  font-size: 22px;
}
.content-us .p2{
  margin: 0;
}
@media (max-width:992px) {.content-us .p2{margin: 20px;}}
.content-us a{
  color: #fff;
  border: 2px solid #fff;
  padding: 6px 15px 8px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}
/* COMBAK: End Contact Us */
/* COMBAK: Start footer */
.footer{
  padding: 100px 0;
}
.footer .site-info h2 {
  font-size:50px;
  margin-bottom: 35px;
}
.footer .site-info p {
 line-height: 1.8;
 color: #727272px;
}
.footer .site-info a   {
  font-size: 15px;
 color: #08526d;
 font-weight: bold;
}
.footer .site-info a:before   {
  font-family: 'FontAwesome';
 content: '\f138';
 display: inline-block;
 margin-right: 5px;
}
.footer .site-info h2 span:first-child{
  color: #08526d;
  font-weight: bold;
}
.footer .site-info h2 span:last-child{
  color: #ec1c23
}
.footer .helpful-links h2,
.footer .contact h2{
  font-size: 22px;
  color: #08526d;
  margin-bottom: 68px;
}
.footer .helpful-links ul li:before{
  font-family: 'FontAwesome';
  content: '\f054';
  margin-right: 5px;
  color: #08526d;
  font-size: 12px;
  top: -1px;

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


/* COMBAK: End footer */
/* COMBAK: Start Copy Right */
.copyright{
  border-top: 1px solid #c0c0c0;
  padding: 20px;
}
.copyright ul{
  margin: 0;
}
.copyright ul li{
  display: inline-block;
}
.copyright ul li a{
  color: #777;
  margin-left: 20px;
  font-size: 18px;
}
/* COMBAK: End Copy Right */
