.page-title-section {
    background-color: #f8f8f8;
    color: #fff;
}

.logocon {
    padding-top: var(--paddingtop);
    padding-bottom: var(--paddingbottom);
}

.main-menu li {
    font-size: 16px;
}

.footer-title {
    color: var(--footer-title-color);
    font-weight: bold;
}

.about-image-block-2 img {
    width: 100%;
    height: auto;
}

@media (max-width: 820px) {
    .about-image-block-2 img {
        width: 100%;
        height: 300px;
    }
}

.sec-paadin-80 {
    padding-top: 80px;
}

.about-section p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px !important;
}

.case-study-thumb img {
    width: 100%;
    height: ;
}

.service-icon2 {
    font-size: 45px;
    font-weight: 800;
    padding: 20px;
    color: var(--secondary-color);
}

.service-icon2 img {
    width: 200px;
}

.service-content .title {
    font-size: 12px;
}

.para {
    height: 100px;
}

.feature-content .title h4 { margin:10px 0 20px; position:relative;display: inline-block;
    width: 100%;    /*text-overflow: ellipsis; overflow: hidden; white-space: nowrap;*/
}
}
.feature-content .title h4:before {   content: "";
  position: absolute;
  background: #F60;
  height: 2px;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -10px;}
.feature-content .title h5 { margin:10px 0;}
.feature-content .title p {
    font-size: 16px;
    margin: 15px 0;
}

.feature-thumb img {
    width: auto;
    height: ;
    border-radius: 25px;
    max-height:370px;
}

.news-thumb img {
    width: 100%;
    height: ;
}

.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: 36px;
        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: ;
    margin-bottom: 40px;
}

.entry-content p {
    font-size: 14px;
    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: 15px;
}

.widget p {
    font-size: 15px;
}

.project-details-content p {
    font-size: 15px;
}