.promo-area-sec .promo-content-item .col:last-of-type .single-promo-content::before{
    display: none;
}
.recent-work-sec .single-recent-work .recet-work-footer h3{
    padding: 11px 0 10px 11px;
    text-align: center;
}
.header-top-info ul li >a{
    color: #fff;
}
.testmonial-sec .call-back-content .wpcf7 label{
    width: 100%;
}
.testmonial-sec .call-back-content .wpcf7 input[type="text"], .testmonial-sec .call-back-content .wpcf7 input[type="email"], .testmonial-sec .call-back-content .wpcf7 textarea{
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    color: #FFFFFF;
    background: transparent;
    width: 100%;
    border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-bottom: 1px solid #535353;
    height: 54px;
    outline: none;
    position: relative;
    outline: none;
}
.testmonial-sec .call-back-content .wpcf7 input[type="submit"]{
    font-size: 16px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
    background: #008435;
    display: inline-block;
    line-height: 54px;
    padding: 0 40px;
    border: 1px solid #008435;
    border-radius: 2px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    cursor: pointer;
}
.testmonial-sec .call-back-content .wpcf7 input[type="submit"]:hover{
    color: #FFFFFF;
    outline: none;
    background: #004b1e;
    border-color: #004b1e;
}
.testmonial-sec {
  margin-bottom: 30px;
}
.xs-footer-sec .footer-top-item .xs-back-to-top{
    top: -29px;
}

.breadcrumbs-wrap a{
    color: #008435;
    font-weight: 600;
}
.breadcrumbs-wrap span{
    color: #fff;
    font-weight: 600;
}
.service-inner-sec .service-sidebar .widgets .services-link-item li a{
    padding-right: 40px;
}
.service-inner-sec .single-services-item .img-wrap-custom{
    display: block;
    margin-bottom: 20px;
    width: 100%;
    padding-top: 75%; /* 4:3 Aspect Ratio (divide 3 by 4 = 0.75) */
    position: relative; /* If you want text inside of it */
}
.service-inner-sec .single-services-item .img-wrap-custom img{
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-inner-v2-sec .service-v2-item .single-service-v2-img img{
    aspect-ratio: 16/9;
    object-fit: contain;
}
.xs-single-title >a{
    color: #282828;
}
.service-inner-v2-sec .single-service-v2-item .single-service-v2-img, .service-inner-v2-sec .single-service-v2-item.single-service-v2-item-1 .single-service-v2-img{
    display: block;
}
.service-inner-v2-sec .single-service-v2-item .single-service-v2-img .aspect-ratio-wrap, .service-inner-v2-sec .single-service-v2-item.single-service-v2-item-1 .single-service-v2-img .aspect-ratio-wrap{
    width: 100%;
    padding-top: 75%; /* 4:3 Aspect Ratio (divide 3 by 4 = 0.75) */
    position: relative; /* If you want text inside of it */
}
.service-inner-v2-sec .single-service-v2-item .single-service-v2-img .aspect-ratio-wrap img, .service-inner-v2-sec .single-service-v2-item.single-service-v2-item-1 .single-service-v2-img .aspect-ratio-wrap img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pagination-custom{
    padding-top: 60px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.pagination-custom .page-numbers{
    width: 40px;
    height: 40px;
    line-height: 38px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #626c84;
    border: 1px solid #f2f2f2;
    padding: 0;
    border-radius: 100%;
    text-align: center;
    font-size: 0.94118rem;
    display: block;
    margin: 0 10px;
}
.pagination-custom .page-numbers.current, .pagination-custom .page-numbers:hover{
    border: 1px solid #008435;
    background-color: #008435;
    color: #fff;
}
.pagination-custom .page-numbers.next, .pagination-custom .page-numbers.prev{
    font: normal normal normal 14px/1 FontAwesome;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.pagination-custom .page-numbers.next::before{
    content: "\f105";
}
.pagination-custom .page-numbers.prev::before{
    content: "\f104";
}
.thumbnail-wrap-custom{
    display: block;
    width: 100%;
    /*padding-top: 75%;
    position: relative; */
    margin-bottom: 30px;
}
.thumbnail-wrap-custom img{
    width: 100%;
    height: auto;
    margin-bottom: 0 !important;    
    /*position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: contain;
    width: 100%;
    height: 100%;*/
}
.main-single-service-content ul{
    margin-bottom: 22px;
    padding-left: 20px;
    list-style: disc;
}
.main-single-service-content ul li{
    color: #6d6d6d;
    list-style: disc;
}
.color-samples{
    padding-top: 40px;
}
.color-single{
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: 1px solid #6d6d6d;
    margin-right: 10px;
}
.extra-desc{
    padding-top: 100px;
}
.extra-desc ul{
    margin-bottom: 22px;
    padding-left: 20px;
    list-style: disc;
}
.extra-desc ul li{
    color: #6d6d6d;
    list-style: disc;
}
.flags-wrap{
    float: right;
    position: absolute;
    right: 0;
    bottom: 100%;
    padding: 5px 10px;
    background-color: #191919;
}
.flags-wrap >a{
    color: #fff;
    display: inline-block;
    margin: 0 5px;
}
.flags-wrap >a img{
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.xs-form-group label{
    display: block;
    width: 100%;
}
.xs-form-group label input, .xs-form-group label textarea{
    display: block;
    width: 100%;
    border-radius: 0;
    font-family: "Open Sans", sans-serif;
    padding: 10px 20px;
    font-size: 13px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: none;
}
.xs-form-group label textarea{
    height: 105px;
}
.xs-form-group input[type="submit"]{
    font-size: 16px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
    background: #008435;
    display: inline-block;
    line-height: 50px;
    padding: 0 40px;
    border: 1px solid #008435;
    border-radius: 2px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    cursor: pointer;
}
.xs-form-group input[type="submit"]:hover{
    background: #004b1e;
    border-color: #004b1e;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.simple-text-wrap{
    padding: 80px 0;
}
.gallery-slider-arrows-wrap {
    position: relative;
}

.gallery-slider-arrows-wrap .slider-nav {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
    text-align: center;
}

.gallery-slider-arrows-wrap .slider-nav.left {
    left: 0;
}

.gallery-slider-arrows-wrap .slider-nav.right {
    right: 0;
}

.gallery-slider-arrows-wrap .gallery-slider-wrap .aspect-ratio-wrap {
    width: 100%;
    padding-top: 75%; /*    Aspect Ratio */
    position: relative; /* If you want text inside of it */
}

.gallery-slider-arrows-wrap .gallery-slider-wrap .aspect-ratio-wrap img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}