.ftco-about {
    padding: 35px 0 !important;
}

.lepopup-popup-container {
    display: none !important;
    opacity: 0;
    visibility: hidden;
}

.main-construction #hero {
    margin: 40px 0 0 0;
    height: 65vh;
}

.main-construction .header-area.header-sticky {
    padding: 0;
}

.main-construction .header-area .main-nav {
    display: flex;
    align-items: center;
}

.ftco-about-two {
    background: linear-gradient(rgba(255, 255, 255, 1), rgb(240 240 240));
}

.ftco-about .img-about {
    width: 100%;
    z-index: 0;
    position: relative;
}

.ftco-about .img-about .img {
    display: inline-block;
    width: 100%;
}

.ftco-about ul.about-info {
    display: inline-block;
    width: 100%;
}

.ftco-about ul.about-info li {
    font-size: 0.9em;
    color: #333;
}

.ftco-about ul.about-info li p {
    margin: 0;
}

.ftco-about ul.about-info li span:first-child {
    font-weight: 600;
    color: #000000;
    width: 130px;
}

.ftco-about .my-interest {
    margin-top: 30px;
}

.ftco-about .my-interest .interest-wrap {
    width: 33.3333%;
    border-right: 2px solid #c7c7c7;
    padding-right: 10px;
}

@media (max-width: 1199.98px) {
    .ftco-about .my-interest .interest-wrap {
        width: 50%;
        float: left;
        margin-bottom: 10px;
    }
}

.ftco-about .my-interest .interest-wrap .icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #007bff;
}

.ftco-about .my-interest .interest-wrap .icon span {
    color: #fff;
    font-size: 18px;
}

.ftco-about .my-interest .interest-wrap .text {
    font-weight: 600;
    color: #000000;
    padding-right: 5px;
    font-size: 0.8em;
}

.services {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    padding: 30px;
    margin-bottom: 60px;
}

.services .icon {
    line-height: 1.3;
    position: relative;
    margin-top: -60px;
    width: 80px;
    height: 80px;
    background: #007bff;
    border-radius: 50%;
    margin-bottom: 15px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.services .icon span {
    font-size: 40px;
    color: #fff;
    font-family: 'ekad-number';
    font-weight: bold;
}

.services .media-body h3 {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    font-family: 'ekad-700';
}

.services:hover {
    background: #007bff !important;
}

.services:hover .icon {
    background: #fff;
    margin-left: 20px;
}

.services:hover .icon span {
    color: #007bff;
}

.services:hover h3 {
    color: #fff;
}

.services:hover p {
    color: #cecece;
}

.services:hover .media-body {
    color: rgba(255, 255, 255, 0.8);
}

.progress-wrap {
    width: 100%;
    margin-bottom: 30px;
}

.progress-wrap h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: ekad-number;
}


h2 {
    font-size: 1em;
    font-family: 'ekad-700';
}

.box-image-project img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.progress-circle .h4 {
    color: #007bff;
    font-size: 18px;
}

.progress-circle .small {
    font-weight: 600;
}

.progress-circle .progress {
    width: 150px;
    height: 150px;
    background: none;
    position: relative;
}

.progress-circle .progress::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 6px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
}

.progress-circle .progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress-circle .progress .progress-left {
    left: 0;
}

.progress-circle .progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 6px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress-circle .progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
    border-color: #007bff !important;
}

.progress-circle .progress .progress-right {
    right: 0;
}

.progress-circle .progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right;
    border-color: #007bff !important;
}

.progress-circle .progress .progress-value {
    position: absolute;
    top: 0;
    left: 0;
}

.ftco-hireme {
    background: #ffcc00;
    padding: 0;
    color: rgba(255, 255, 255, 0.9);
}

.ftco-hireme h2 {
    color: #000;
    font-size: 19px;
    font-weight: bold;
    font-family: 'ekad-700';
    margin-bottom: 13px;
}

.ftco-hireme p {
    color: #000;
    font-size: 0.8em;
}


.ftco-hireme a {
    background-color: #007bff !important;
    border-radius: 8px;
    font-family: 'ekad-700';
    padding: 3px 15px;
    font-size: 0.9em;
    font-weight: bold;
    color: #fff;
}

@media (min-width: 992px) {
    .ftco-hireme img {
        margin-top: -90px;
    }
}

.project {
    width: 100%;
    height: 285px;
    margin-bottom: 30px;
    position: relative;
    z-index: 0;
    border-radius: 5px;
    overflow: hidden;
}

.project .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: 0;
    background: #000000;
    z-index: -1;
    border-radius: 5px;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

@media (max-width: 767.98px) {
    .project .overlay {
        opacity: .2;
    }
}

.project .text {
    max-width: 80%;
    z-index: 1;
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.project .text h3 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.project .text h3 a {
    color: #fff;
}

.project .text span {
    color: #d3d3d3;
    font-weight: 600;
    margin-top: 11px;
    display: inline-block;
    width: 100%;
    font-size: 12px;
}

@media (max-width: 767.98px) {
    .project .text {
        opacity: 1;
    }

    .project .text span {
        color: rgba(255, 255, 255, 0.8);
    }
}

.project:hover .overlay,
.project:focus .overlay {
    opacity: .4;
}

.project:hover .text,
.project:focus .text {
    opacity: 1;
}

.testimony-section {
    position: relative;
}

.testimony-section .owl-carousel {
    margin: 0;
}

.testimony-section .owl-carousel .owl-stage-outer {
    padding: 1em 0 2em 0;
    position: relative;
}

.testimony-section .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.testimony-section .owl-nav .owl-prev,
.testimony-section .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
    outline: none !important;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}

.testimony-section .owl-nav .owl-prev span:before,
.testimony-section .owl-nav .owl-next span:before {
    font-size: 30px;
    color: rgba(0, 0, 0, 0.5);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.testimony-section .owl-nav .owl-prev:hover span:before,
.testimony-section .owl-nav .owl-prev:focus span:before,
.testimony-section .owl-nav .owl-next:hover span:before,
.testimony-section .owl-nav .owl-next:focus span:before {
    color: #ffcc00;
}

.testimony-section .owl-nav .owl-prev {
    left: 5%;
}

.testimony-section .owl-nav .owl-next {
    right: 5%;
}

.testimony-section:hover .owl-nav .owl-prev,
.testimony-section:hover .owl-nav .owl-next {
    opacity: 1;
}

.testimony-section:hover .owl-nav .owl-prev {
    left: -2%;
    background-color: #fff;
    height: 35px;
    width: 25px;
    vertical-align: middle;
    text-align: center;
    line-height: 25px;
    border-radius: 8px;
}

.testimony-section:hover .owl-nav .owl-next {
    right: -2%;
    background-color: #fff;
    height: 35px;
    width: 25px;
    vertical-align: middle;
    text-align: center;
    line-height: 25px;
    border-radius: 8px;
}

.testimony-section .owl-dots {
    text-align: center;
}

.testimony-section .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.testimony-section .owl-dots .owl-dot.active {
    background: #fff;
}

.testimony-wrap {
    display: block;
    position: relative;
    background: white;
    padding: 0 20px;
    border: 1px solid rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
    border-radius: 5px;
}

.testimony-wrap .user-img {
    width: 80px;
    height: 80px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.testimony-wrap .fa {
    color: #007bff;
    font-size: 30px;
    position: absolute;
    right: 20px;
}

.testimony-wrap .name {
    font-size: 14px;
    margin-bottom: 0;
    color: #000000;
    font-weight: bold;
    font-family: 'ekad-700';
}

.testimony-wrap .position {
    font-size: 12px;
    color: #b3b3b3;
}

.aside-stretch {
    background: #c7c9b1;
}

.aside-stretch:after {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    content: '';
    width: 360%;
    background: #c7c9b1;
}

@media (max-width: 767.98px) {
    .aside-stretch {
        background: transparent;
    }

    .aside-stretch:after {
        background: transparent;
        display: none;
    }
}

.form-control {
    height: 52px !important;
    background: #fff !important;
    color: #000000 !important;
    font-size: 18px;
    border-radius: 5px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}


.ftco-section {
    padding: 35px 0;
    position: relative;
}

@media (max-width: 767.98px) {
    .ftco-section {
        padding: 25px 0;
    }
}

.ftco-no-pt {
    padding-top: 0 !important;
}

.ftco-no-pb {
    padding-bottom: 0 !important;
}

.ftco-bg-dark {
    background: #3c312e;
}

.ftco-footer {
    font-size: 16px;
    background: #232931;
    padding: 7em 0;
    z-index: 0;
}

.ftco-footer .ftco-footer-logo {
    text-transform: uppercase;
    letter-spacing: .1em;
}

.ftco-footer .ftco-footer-widget h2 {
    font-weight: normal;
    color: #fff;
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 600;
}

.ftco-footer .ftco-footer-widget ul li {
    margin-bottom: 10px;
}

.ftco-footer .ftco-footer-widget ul li a {
    color: rgba(255, 255, 255, 0.6);
}

.ftco-footer .ftco-footer-widget ul li a span {
    color: rgba(255, 255, 255, 0.6);
}

.ftco-footer p {
    color: rgba(255, 255, 255, 0.7);
}

.ftco-footer a {
    color: rgba(255, 255, 255, 0.7);
}

.ftco-footer a:hover {
    color: #fff;
}

.ftco-footer .ftco-heading-2 {
    font-size: 17px;
    font-weight: 400;
    color: #000000;
}

.ftco-footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block;
}

.ftco-footer-social li a {
    height: 40px;
    width: 40px;
    display: block;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    position: relative;
}

.ftco-footer-social li a span {
    position: absolute;
    font-size: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ftco-footer-social li a:hover {
    color: #fff;
}

.footer-small-nav>li {
    display: inline-block;
}

.footer-small-nav>li a {
    margin: 0 10px 10px 0;
}

.footer-small-nav>li a:hover,
.footer-small-nav>li a:focus {
    color: #007bff;
}

.media .ftco-icon {
    width: 100px;
}

.media .ftco-icon span {
    color: #007bff;
}

#map {
    width: 100%;
}

@media (max-width: 767.98px) {
    #map {
        height: 300px;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(177, 180, 147, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(177, 180, 147, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(177, 180, 147, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(177, 180, 147, 0.4);
        -webkit-box-shadow: 0 0 0 0 rgba(177, 180, 147, 0.4);
        box-shadow: 0 0 0 0 rgba(177, 180, 147, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 30px rgba(177, 180, 147, 0);
        -webkit-box-shadow: 0 0 0 30px rgba(177, 180, 147, 0);
        box-shadow: 0 0 0 30px rgba(177, 180, 147, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(177, 180, 147, 0);
        -webkit-box-shadow: 0 0 0 0 rgba(177, 180, 147, 0);
        box-shadow: 0 0 0 0 rgba(177, 180, 147, 0);
    }
}

.heading-section .subheading {
    font-size: 13px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: black;
    color: #007bff;
}

.heading-section h2 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    font-family: 'ekad-700';
}

.heading-section p {
    font-size: 0.9em;
    text-align: justify;
    line-height: 27px;
}

.heading-section h2 span {
    font-weight: 400;
}

@media (max-width: 767.98px) {
    .heading-section h2 {
        font-size: 28px;
    }
}

.heading-section.heading-section-white .subheading {
    color: rgba(255, 255, 255, 0.9) !important;
}

.heading-section.heading-section-white h2 {
    color: #fff;
}

.heading-section.heading-section-white p {
    color: rgba(255, 255, 255, 0.9);
}

.img,
.blog-img,
.user-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.menu-first span {
    background-color: #eaeaea !important;
    color: #000 !important;
    font-weight: bold !important;
    display: inline-block !important;
    border-radius: 8px !important;
    border: 2px solid #dfdfdf !important;
    font-family: 'ekad-number' !important;
    padding: 5px 10px !important;
}

.image-popup {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

#section-counter {
    position: relative;
    z-index: 0;
}

.ftco-counter {
    overflow-x: hidden;
    position: relative;
    padding: 55px 0;
}

@media (max-width: 1199.98px) {
    .ftco-counter {
        background-position: center center !important;
    }
}

.ftco-counter .block-18 {
    display: block;
    width: 100%;
}

@media (max-width: 991.98px) {
    .ftco-counter .block-18 {
        margin-bottom: 2em;
    }
}

.ftco-counter .icon {
    width: 90px;
    height: 80px;
    border-radius: 50%;
    background: #007bff;
    position: relative;
    border: 5px solid #65afff;
}

.ftco-counter .icon span {
    font-size: 35px;
    color: #fff;
}

.ftco-counter .text {
    width: calc(100% - 60px);
    position: relative;
    padding-right: 15px;
}

@media (max-width: 767.98px) {
    .ftco-counter .text {
        width: 100%;
    }
}

.ftco-counter .text .number {
    line-height: 1;
    font-weight: 700;
    font-size: 30px;
    color: rgba(0, 0, 0, 0.8);
    display: block;
    margin-bottom: 4px;
}

.ftco-counter .text span {
    font-weight: 600;
    font-size: 13px;
    color: #797979;
}

@media (max-width: 767.98px) {
    .ftco-counter .counter-wrap {
        margin-bottom: 20px;
    }
}

.block-20 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    display: block;
    width: 100%;
    height: 300px;
}

.blog-entry {
    position: relative;
}

@media (min-width: 768px) {
    .blog-entry {
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .blog-entry {
        margin-bottom: 30px;
    }
}

.blog-entry .text {
    width: 100%;
    margin: 0 auto;
}

.blog-entry .text .heading {
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: 500;
}

.blog-entry .text .heading a {
    color: #000000;
}

.blog-entry .text .heading a:hover,
.blog-entry .text .heading a:focus,
.blog-entry .text .heading a:active {
    color: #007bff;
}

.blog-entry .meta {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.blog-entry .meta span {
    color: #007bff;
}

.blog-entry .meta a {
    color: #007bff;
}

.blog-entry .meta a:hover {
    color: #007bff;
}

.block-23 ul {
    padding: 0;
}

.block-23 ul li,
.block-23 ul li>a {
    display: table;
    line-height: 1.5;
    margin-bottom: 15px;
}

.block-23 ul li span {
    color: rgba(255, 255, 255, 0.7);
}

.block-23 ul li .icon,
.block-23 ul li .text {
    display: table-cell;
    vertical-align: top;
}

.block-23 ul li .icon {
    width: 40px;
    font-size: 18px;
    padding-top: 2px;
    color: white;
}

.contact-section .img {
    width: 100%;
    background-position: top center;
}

.contact-section .contact-info p a {
    color: #fff;
}

.contact-section .contact-form {
    width: 100%;
    display: inline-block;
    border-radius: 5px;
    padding: 25px;
}

@media (max-width: 767.98px) {
    .contact-section .contact-form .btn-primary {
        display: block;
        width: 100%;
    }
}

.contact-section .contact-form .form-control {
    border: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
}

.wpforms-container-full .wpforms-form button[type=submit] {
    position: relative !important;
}

.contact-section .contact-form .form-control {
    height: 36px;
    background: #fff;
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    border-radius: 2px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 2px solid #007bff;
}

.contact-section .contact-form .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.5) !important;
}

.contact-section .contact-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.5) !important;
}

.contact-section .contact-form .form-control:-ms-input-placeholder {
    /* IE 0+ */
    color: rgba(0, 0, 0, 0.5) !important;
}

.contact-section .contact-form .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.5) !important;
}

.contact-section .contact-form .form-control:focus,
.contact-section .contact-form .form-control:active {
    border-color: #007bff !important;
}

.contact-section .contact-form textarea.form-control {
    height: inherit !important;
}

.dbox {
    width: 100%;
    margin-bottom: 0px;
    align-items: center;
}

@media (max-width: 767.98px) {
    .dbox {
        margin-bottom: 25px !important;
        padding: 0 20px;
    }
}

.dbox p {
    margin-bottom: 0;
}

.dbox p span {
    font-weight: 500;
    color: #000000;
}

.dbox p a {
    color: #000;
}

.dbox .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #007bff;
    margin: 0 auto;
    margin-bottom: 20px;
}

.dbox .icon span {
    font-size: 20px;
    color: #fff;
}

.dbox .text {
    width: calc(100% - 50px);
    padding-right: 15px;
}

.dbox .text span {
    display: block;
    line-height: 1.2;
    font-family: 'ekad-700';
    margin-bottom: 5px;
}

#map {
    width: 100%;
}

@media (max-width: 767.98px) {
    #map {
        height: 300px;
    }
}

.block-9 .form-control {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 15px;
}

.block-21 .blog-img {
    display: block;
    height: 80px;
    width: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.block-21 .text {
    width: calc(100% - 100px);
}

.block-21 .text .heading {
    font-size: 18px;
    font-weight: 500;
}

.block-21 .text .heading a {
    color: #000000;
}

.block-21 .text .heading a:hover,
.block-21 .text .heading a:active,
.block-21 .text .heading a:focus {
    color: #007bff;
}

.block-21 .text .meta>div {
    display: inline-block;
    margin-right: 5px;
}

.block-21 .text .meta>div a {
    color: #b3b3b3;
}

/* Blog*/
.post-info {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    letter-spacing: .1em;
}

.post-info>div {
    display: inline-block;
}

.post-info>div .seperator {
    display: inline-block;
    margin: 0 10px;
    opacity: .5;
}

.tagcloud a {
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 7px;
    margin-right: 4px;
    border-radius: 4px;
    color: #000000;
    border: 1px solid #ccc;
    font-size: 11px;
}

.tagcloud a:hover {
    border: 1px solid #000;
}

.comment-form-wrap {
    clear: both;
}

.comment-list {
    padding: 0;
    margin: 0;
}

.comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%;
}

.comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none;
}

.comment-list li .vcard {
    width: 80px;
    float: left;
}

.comment-list li .vcard img {
    width: 50px;
    border-radius: 50%;
}

.comment-list li .comment-body {
    float: right;
    width: calc(100% - 80px);
}

.comment-list li .comment-body h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.comment-list li .comment-body .meta {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .1em;
    font-weight: 500;
    color: #007bff;
    display: block;
    margin-bottom: 10px;
}

.comment-list li .comment-body .reply {
    padding: 5px 10px;
    background: #007bff;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .1em;
    font-weight: 400;
    border-radius: 4px;
}

.comment-list li .comment-body .reply:hover {
    color: #fff;
    background: black;
}

.search-form {
    background: #f2f2f2;
    padding: 10px;
}

.search-form .form-group {
    position: relative;
    margin-bottom: 0;
}

.search-form .form-group input {
    padding-right: 50px;
    font-size: 14px;
}

.search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sidebar-box {
    margin-bottom: 30px;
    padding: 25px;
    font-size: 15px;
    width: 100%;
}

.sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.sidebar-box .heading-sidebar {
    font-weight: 500;
    margin-bottom: 20px;
}

.categories,
.sidelink {
    padding: 0;
    margin: 0;
}

.categories li,
.sidelink li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
    list-style: none;
}

.categories li:last-child,
.sidelink li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.categories li a,
.sidelink li a {
    display: block;
    color: #1a1a1a;
}

.categories li a span,
.sidelink li a span {
    position: absolute;
    right: 0;
    top: 0;
    color: #ccc;
}

.categories li.active a,
.sidelink li.active a {
    color: #000000;
    font-style: italic;
}

#ftco-loader {
    position: fixed;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
    -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
    transition: opacity .2s ease-out, visibility 0s linear .2s;
    z-index: 1000;
}

#ftco-loader.fullscreen {
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.clients-participation img {
    background-color: #fff;
    border: 1px solid #ddd;
    width: 100%;
    max-width: 100%;
    padding: 20px;
}

#ftco-loader.show {
    -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
    -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
    transition: opacity .4s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

#ftco-loader .circular {
    -webkit-animation: loader-rotate 2s linear infinite;
    animation: loader-rotate 2s linear infinite;
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    display: block;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

#ftco-loader .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: loader-dash 1.5s ease-in-out infinite;
    animation: loader-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}

@keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}

#hero {
    margin: 85px 0 0 0;
    background-color: #ffcc00;
    height: 60vh;
}

#hero .content {
    text-align: right;
    padding: 0 15%;
}

#hero .content ul {
    list-style: none;
    padding: 0;
}

#hero .content ul li {
    display: inline-block;
    margin: 8px 0;
    width: auto;
}

#hero .content h1 {
    font-size: 1.7em;
    font-weight: bold;
    color: #000;
    letter-spacing: -0.5px;
    text-shadow: 3px 0px 0px white;
    margin-top: 15px;
    font-family: 'ekad-700';
}

#hero .content strong {
    font-size: 0.8em;
    background-color: #fff;
    border-radius: 8px;
    padding: 5px 15px;
    font-family: 'ekad-700';
}

#hero .content p {
    font-size: 0.8em;
}

#section-counter .number {
    font-family: ekad-number;
    font-size: 1.6em;
    font-weight: bold;
}


#section-counter .text {
    padding: 0 15px 0 0;
}


.main-construction .title-box-header h2 {
    color: #000;
}

#contact-section {
    background-color: #ffcc00;
    padding: 55px 0 !important;
}

#contact-section form {
    padding: 25px 25px 15px 25px;
}

.owl-carousel-comment .owl-prev {
    top: 50%;
}

.owl-carousel-comment .owl-next {
    top: 50%;
}

.hero-link {
    background-color: #007bff;
    padding: 5px 15px;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-size: 0.9em;
    font-weight: bold;
    color: #fff;
    margin-top: 15px;
    display: inline-block;
}

.hero-link:hover {
    background-color: #fff;
    color: #000;
}

.box-mojavez-contribution {
    background-color: #e2b602;
    border-radius: 8px;
    padding: 10px;
    margin: 5px auto;
}

.box-mojavez-contribution img {
    height: 80px;
    width: auto;
    margin: 0 auto;
    text-align: center;
}

.main-construction .card {
    text-align: right;

}

.main-construction .card-header {
    padding: 5px 10px;
}

.main-construction .card h5 {
    font-size: 0.9em;
    font-weight: bold;
    text-align: right;
}

.main-construction .card button {
    font-size: 0.9em;
    color: #000;
    font-weight: bold;
    text-align: right;
}

.box-benefits {
    background-color: #f0f0f0;
    padding: 25px 0;
}

.box-benefits h2 {
    font-size: 1.3em;
    font-weight: bold;
    color: #000;
    letter-spacing: -0.5px;
    line-height: 35px;
}

.box-benefits ul {
    list-style: none;
    padding: 0 5px;
}

.box-benefits li {
    margin: 10px 5px;
    display: inline-block;
}

.box-benefits li strong {
    background-color: #fff;
    border-radius: 8px;
    font-size: 0.8em;
    color: #000;
    padding: 5px 8px;
}

.box-benefits li i {
    vertical-align: middle;
    color: #007bff;
}

.box-image-benefits {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

@media (min-width:0px) and (max-width:769px) {
    #hero {
        height: auto !important;
        display: flex;
    }

    #hero .img {
        height: 250px !important;
    }

    #hero .content {
        padding: 25px 0 !important;
        text-align: center;
    }

    .ftco-about .my-interest .interest-wrap .text {
        margin-top: 5px;
    }

    .main-construction .title-box-header h2 {
        font-size: 1.2em;
        line-height: 27px;
    }

    .ftco-counter .block-18 {
        flex-direction: row-reverse;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-evenly;
    }

    .ftco-about .img-about {
        height: 350px;
    }

    div.wpforms-container-full .wpforms-form .wpforms-field {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .contact-section .contact-form {
        padding: 15px !important;
    }

    .ftco-hireme {
        text-align: center;
    }

    #mega-menu-wrap-primary {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        margin: 5px 0;
    }

    .main-construction .header-area .main-nav {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .header-area .main-nav .nav.nav-left {
        height: 100%;
        background-color: #007bff;
        width: 100%;
        display: flex;
        text-align: center;
        margin: 0 auto !important;
        align-content: center;
        justify-content: center;
        padding: 10px;
    }

    #hero .content h1 {
        font-size: 1.3em;
    }

    #hero .content p {
        font-size: 0.9em;
        text-align: justify;
    }
    .box-image-benefits{
        flex-direction: column;
    }
    .box-benefits h2 {
        font-size: 1em;
    }
    .box-benefits li{
        width: 100%;
    }
    .border-primary h4{
        font-size: 1em;
    }
    .box-benefits li strong {
        padding: 8px 8px;
        width: 100%;
        display: inline-block;
    }
    .header-area .main-nav .nav li a {
        color: #000000 !important;
        font-size: 1.3em !important;
        font-weight: bold !important;
        height: auto !important;
        line-height: 40px !important;
        padding: 0px 15px !important;
    }

    .icon-phon {
        font-size: 1.5em;
        color: #000000;
        background-color: #ffcc00;
    }

    .main-construction #hero {
        margin: 85px 0 0 0;
    }
}