/*******************
This is for Header
*******************/

.header7 {
  background: #e20815;
  max-height: 100px;
}

.header7 a, i{
color: #fff;
}

.header7 .h7-topbar {
  padding: 15px 0;
  color: #ffffff;
}
.header7 .con-btn a {
  padding: 5px 20px;
  text-transform: uppercase;
}
.header7 .h7-nav-bar {
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
 -webkit-box-shadow: 0px 4px 5px 2px rgba(0,0,0,0.6);
-moz-box-shadow: 0px 4px 5px 2px rgba(0,0,0,0.6);
box-shadow: 0px 4px 5px 2px rgba(0,0,0,0.6);
}

.header7 .h7-nav-bar .logo-box {
  padding: 10px 20px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  /*width: 230px;*/
  width: 420px;
}
.header7 .h7-nav-bar .h7-nav-box {
  display: block;
  width: calc(100% - 230px);
}
.header7 .h7-nav-bar .h7-nav-box .h7-mini-bar {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
.header7 .h7-nav-bar .h7-nav-box .h7-mini-bar .gen-info span {
  display: inline-block;
  padding: 15px 20px;
  font-weight: 400;
}
.header7 .h7-nav-bar .h7-nav-box .h7-mini-bar .social-info {
  padding-right: 10px;
}
.header7 .h7-nav-bar .h7-nav-box .h7-mini-bar .social-info a {
  display: inline-block;
  padding: 15px 8px;
  font-weight: 400;
  color: #8d97ad;
}
.header7 .h7-nav-bar .h7-nav-box .h7-mini-bar .social-info a:hover {
  color: #263238;
}
.header7 .h7-nav-bar .h7-nav-box .main-nav ul {
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  height: 80px;
  line-height: 34px;
}
.header7 .h7-nav-bar .h7-nav-box .main-nav ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.header7 .h7-nav-bar .h7-nav-box .main-nav ul li a {
    padding: 20px 10px;
    color: #42455a;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
    font-size: 15px;
}

.header7 .h7-nav-bar .h7-nav-box .main-nav ul li a:hover{
  color: #e20815;
}

.header7 .h7-nav-bar .h7-nav-box .main-nav > ul {
  display: table;
  width: 100%;
}
.header7 .h7-nav-bar .h7-nav-box .main-nav > ul > li {
  display: table-cell;
  text-align: center;
}
.header7 .h7-nav-bar .h7-nav-box .main-nav > ul > li:first-child {
  border-left: 0px;
}
.header7 .h7-nav-bar .h7-nav-box .main-nav > ul > li:hover {
  background: #f5f7fa;
  color: #f00;
}
.header7 .h7-nav-bar .h7-nav-box .main-nav > ul > li:hover > ul {
  display: block;
}
.header7 .h7-nav-bar .h7-nav-box .main-nav > ul > li ul {
  position: absolute;
  display: none;
  background: #f5f7fa;
  text-align: left;
  padding: 18px;
  width: 250px;
}
.header7 .h7-nav-bar .h7-nav-box .main-nav > ul > li ul li a {
  padding: 13px 10px;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.header7 .h7-nav-bar .h7-nav-box .main-nav > ul > li ul li a:hover {
  padding: 13px 10px 13px 18px;
  color: #263238;
}
/*******************
Static slide 1
*******************/

.slider1 h2 {
  display: inline-block;
  color: #fff;
  font-weight: 800;
  font-size: 36px;
  padding: 20px;
  text-transform: uppercase;
  margin: 0;
}
.slider1 p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin-left: 20px;
}

.slider1 p a {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #8d97ad;
  padding-left: 20px;
  padding-right: 60px;
}
.slider1 p a i {
  opacity: 1;
  right: -2rem;
  color: #2cdd9b;
}
.slider1 p a:hover {
  color: #8d97ad;
}
.slider1 p a:hover span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slider1 p a:hover i {
  right: -2.7rem;
  color: #2cdd9b;
}
.slider1 .slide-image {
  min-width: 716px;
  min-height: 375px;
  /*min-height: 570px;*/
}
/*******************
Feature 43
*******************/

.wrap-feature43-box .col-md-6 {
  margin-bottom: 50px;
}
/*******************
Serrvices
*******************/

.wrap-feature2-box .card-body {
  padding: 40px;
}

.card-body h5{text-align: center;

}


/*******************
Feature 42
*******************/

.feature42 {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.feature42 .wrap-feature42-box {
  /*padding: 8% 0;*/
  padding: 2% 0;
}
/*******************
Client 2
*******************/

.client2 {
  padding: 40px 0;
}
.client2 .client-box {
  margin: 0px;
}
.client2 .client-box[class*="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/*******************
Case Study
*******************/

.img-ho {
  /*overflow: hidden;*/
  text-align: center;
  margin-top: -30px;  
}

.img-ho img {
  -webkit-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
  width: auto;
}
.img-ho img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}


/*******************
Testimonial 9
*******************/

.testimonial9 .card {
  position: relative;
}
.testimonial9 .card .p-40::after {
  position: absolute;
  bottom: -15px;
  left: 20;
  content: '';
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #ffffff;
}
.testimonial9 .owl-theme .owl-dots .owl-dot.active span,
.testimonial9 .owl-theme .owl-dots .owl-dot:hover span {
  background: #ffffff;
}
.testimonial9 .owl-dots {
  position: absolute;
  left: -98%;
  top: 70%;
}
.testimonial9 .devider {
  height: 2px;
  width: 40px;
  display: inline-block;
  margin: 22px 0;
}
.testimonial9 h5.text {
  line-height: 30px;
  font-weight: 300;
}
.testimonial9 .customer-thumb img {
  width: 60px;
  margin-right: 20px;
}
.testimonial9 .d-flex {
  margin-left: 25px;
}
@media (max-width: 767px) {
  .testimonial9 .owl-dots {
    position: relative;
    top: 0px;
    left: 0px;
  }


}
/*******************
Blog homepage 1
*******************/

.blog-home1[class*=col-] {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.blog-home1[class*=col-]:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
/*******************
Footer 2
*******************/

.footer2 {
  padding: 60px 0;
}
.footer2 .f2-topbar {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
.footer2 .f2-middle {
  padding-top: 40px;
}
.footer2 .link {
  color: #8d97ad;
  padding: 10px 15px 10px 0;
}
.footer2 .general-listing li a i {
  font-size: 9px;
  margin-right: 10px;
}
.footer2 .info-box .d-flex {
  padding: 15px 0;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
.footer2 .subscribe-box {
  background: rgba(120, 130, 140, 0.13);
  padding: 25px;
}
.footer2 .subscribe-box .form-control {
  background: transparent;
  padding: 10px 0;
  border: 0px;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  color: #ffffff;
  border-radius: 0px;
}
.footer2 .subscribe-box .form-control:focus {
  border-bottom: 1px solid #ffffff;
}

 .min-h-430{
min-height: 488px;
 }

 #demo, #sector, #why-award-master, #testimonial {
    padding-top: 150px;
    /*margin-top: -150px;*/
}
.info{
  color: #989898
}

.product-features-box{
  height: 200px;
  min-height: 260px;
}



@media screen and (max-width: 600px) {


.product-features-box{
  height: 100%;
  min-height: 350px;
  font-size: 3vh;
}

}

