.page-title-section {
  background-color: #f8f8f8;
  background: url(../images/innerpage.jpg);
  color: #fff;
}

.logocon {
  padding-top: var(--paddingtop);
  padding-bottom: var(--paddingbottom);
}

.header-style-one .header-wrapper .header-navigation-area .main-menu ul li {

  margin-right: 30px;
}

.main-menu li {
  font-size: 14px;
}

.footer-title {
  color: var(--footertitle-color);
}


.about-image-block-2 img {
  width: 100%;
  height: 500px;
}


@media (max-width: 820px) {
  .about-image-block-2 img {
    width: 100%;
    height: 300px;
  }

}

.sec-paadin-80 {
  padding-top: 80px;
}

.about-section p {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
}

.case-study-thumb img {
  width: 100%;
  height: 250px;
}

.service-icon2 {
  font-size: 45px;
  font-weight: 800;
  padding: 20px;
  color: var(--secondary-color);
}

.service-content .title {
  font-size: 12px;
}

.para p {
  font-weight: 300;
  font-size: 13px;
}

.para {
  height: 100px;
}

.feature-content .title h3 {
  font-size: 15px;
}

.feature-thumb img {
  width: 100%;
  height: 250px;
}

.news-thumb img {
  width: 100%;
  height: 250px;
}

.blog-standared-img {

  padding: 20px;
  background: white;
  -webkit-box-shadow: 3px 3px 3px 3px #ccc;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 3px 3px 3px 3px #ccc;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 3px 3px 3px 3px #ccc;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}


.blog-standared-img img {
  width: 100%;
  height: 700px;

}

@media (max-width: 825px) {
  .blog-standared-img img {
    width: 100%;
    height: 400px;

  }
}


@media (max-width: 420px) {
  .blog-standared-img img {
    width: 100%;
    height: 300px;

  }

  .home-carousel .content-box h1 {
    font-size: 30px;
    line-height: 40px;

  }

  .home-carousel .content-box p {
    font-size: 16px;
    line-height: 26px;

  }
}

@media (max-width: 377px) {
  .blog-standared-img img {
    width: 100%;
    height: 260px;

  }

  .home-carousel .content-box h1 {
    font-size: 30px;
    line-height: 35px;

  }

  .home-carousel .content-box p {
    font-size: 16px;
    line-height: 26px;

  }
}

.news-thumb2 img {
  width: 100%;
  height: 500px;
  margin-bottom: 40px;

}

.entry-content p {
  font-weight: 300;
  font-size: 13px;
  text-align: ;
}








/*================================================
Coming Soon Area CSS
=================================================*/
.coming-soon-area {
  width: 80%;
  height: 100vh;

  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.coming-soon-content {
  max-width: 100%;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  padding: 45px 30px;
  -webkit-box-shadow: 0px 15px 50px rgba(0, 13, 81, 0.1);
  box-shadow: 0px 15px 50px rgba(0, 13, 81, 0.1);
  margin: auto;
}

.coming-soon-content h1 {
  font-size: 45px;
  margin-bottom: 30px;
}

.coming-soon-content h1 a {
  color: #201c2d;
}

.coming-soon-content h1 a:hover {
  color: #FE0004;
}

.coming-soon-content h2 {
  font-size: 30px;
  margin-bottom: 0;
}

.coming-soon-content #timer {
  margin-top: 45px;
}

.coming-soon-content #timer div {
  background-color: #FE0004;
  color: #ffffff;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  font-size: 40px;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
}

.coming-soon-content #timer div span {
  display: block;
  margin-top: -2px;
  font-size: 15px;
  font-weight: 500;
}

.coming-soon-content .newsletter-form {
  margin-top: 45px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 15px 50px rgba(0, 13, 81, 0.1);
  box-shadow: 0px 15px 50px rgba(0, 13, 81, 0.1);
  padding: 30px;
}

.coming-soon-content .newsletter-form .form-group {
  margin-bottom: 15px;
  width: 100%;
}

.coming-soon-content .newsletter-form .form-group .input-newsletter {
  border: none;
  border: 1px solid #eeeeee;
  background-color: #eee;
  padding: 20px;
  color: #ffffff;
  height: 60px;
  display: block;
  width: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 15px;
  font-weight: 500;
  border-radius: 15px;
}

.coming-soon-content .newsletter-form .form-group .input-newsletter::-webkit-input-placeholder {
  color: #62606c;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.coming-soon-content .newsletter-form .form-group .input-newsletter:-ms-input-placeholder {
  color: #62606c;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.coming-soon-content .newsletter-form .form-group .input-newsletter::-ms-input-placeholder {
  color: #62606c;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.coming-soon-content .newsletter-form .form-group .input-newsletter::placeholder {
  color: #f3f1f8;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.coming-soon-content .newsletter-form .form-group .input-newsletter:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  background-color: transparent;
  border: 1px solid #FE0004;
}

.coming-soon-content .newsletter-form .form-group .input-newsletter:focus::-webkit-input-placeholder {
  color: transparent;
}

.coming-soon-content .newsletter-form .form-group .input-newsletter:focus:-ms-input-placeholder {
  color: transparent;
}

.coming-soon-content .newsletter-form .form-group .input-newsletter:focus::-ms-input-placeholder {
  color: transparent;
}

.coming-soon-content .newsletter-form .form-group .input-newsletter:focus::placeholder {
  color: transparent;
}

.coming-soon-content .newsletter-form .default-btn {
  width: 100%;
  border: none;
  padding: 20px;
  border-radius: 15px;
}

.coming-soon-content .newsletter-form .validation-danger {
  margin-top: 15px;
  color: red;
}

.post-content h5 {

  font-size: 14px;
}

.widget p {
  font-weight: 300;
  font-size: 13px;
}

.project-details-content p {
  font-weight: 300;
  font-size: 16px;
}