:root {
    --color-primary: #1bbc9b;
    --primary-color-rgb: 27, 188, 155;
    --color-primary-2: #0B4DF5;
    --color-primary-3: #F64A00;
    --color-primary-4: #5264F3;
    --color-primary-5: #B00F0F;
    --color-primary-6: #F64A00;
    --color-primary-alta: #dfdfdf;
    --color-secondary: #111D5E;
    --color-terciary: #90FF03;
    --color-gray: #f6f6f6;
    --color-gray-2: #f5f8fa;
    --color-subtitle: #f9004d;
    --color-body: #707072;
    --color-heading-1: #1C2539;
    --background-color-1: #181C25;
    --color-white: #fff;
    --color-light-heading: #181c32;
    --color-light-body: #65676b;
    --color-border-white: #00000024;
    --color-success: #3EB75E;
    --color-danger: #FF0003;
    --color-warning: #FF8F3C;
    --color-info: #1BA2DB;
    --color-facebook: #3B5997;
    --color-twitter: #1BA1F2;
    --color-youtube: #ED4141;
    --color-linkedin: #0077B5;
    --color-pinterest: #E60022;
    --color-instagram: #C231A1;
    --color-vimeo: #00ADEF;
    --color-twitch: #6441A3;
    --color-discord: #7289da;
    --p-light: 300;
    --p-regular: 400;
    --p-medium: 500;
    --p-semi-bold: 600;
    --p-bold: 700;
    --p-extra-bold: 800;
    --p-black: 900;
    --s-light: 300;
    --s-regular: 400;
    --s-medium: 500;
    --s-semi-bold: 600;
    --s-bold: 700;
    --s-extra-bold: 800;
    --s-black: 900;
    --transition: 0.3s;
    --font-primary: "DM Sans", sans-serif;
    --font-secondary: "Red Hat Display", sans-serif;
    --font-size-b1: 16px;
    --font-size-b2: 16px;
    --font-size-b3: 22px;
    --line-height-b1: 26px;
    --line-height-b2: 30px;
    --line-height-b3: 1.7;
    --h1: 60px;
    --h2: 48px;
    --h3: 36px;
    --h4: 30px;
    --h5: 24px;
    --h6: 20px;
    --archivo: 'Archivo Narrow', sans-serif;
    --courgette: 'Courgette', cursive;
    --lobster: 'Lobster Two', cursive;
    --roboto: 'Roboto', sans-serif;
}

.proj {
    padding: 80px 0px;
}

.proj-box {
    padding-top: 1.875rem;
    margin-bottom: 1.875rem;
}

.proj-info a {
    color: inherit;
}

.proj-thumb>a {
    display: block;
    position: relative;
}

.proj-thumb>a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #121a37;
    z-index: 1;
    opacity: 0;
}

.proj-box:hover .proj-thumb img {
    -webkit-transform: scale(1.04) rotate(1deg);
    -ms-transform: scale(1.04) rotate(1deg);
    -o-transform: scale(1.04) rotate(1deg);
    transform: scale(1.04) rotate(1deg);
}

.proj-box:hover .proj-thumb>a:before {
    opacity: .4;
}

.proj-info {
    top: 0;
    left: 1.875rem;
    right: 0;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 3px 7px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 3px 7px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 7px rgba(0, 0, 0, .1);
    background-color: #fff;
    -webkit-border-radius: 5px 5px 0 5px;
    border-radius: 5px 5px 0 5px;
    z-index: 1;
    padding: 1.375rem .75rem 1.375rem 4.375rem;
}

.proj-info,
.toggle-item>h4,
img {
    -webkit-transition: var(--transition2);
    -ms-transition: var(--transition2);
    -o-transition: var(--transition2);
    transition: var(--transition2);
}

.proj-info i::before {
    position: absolute;
    font-size: 35px;
    line-height: 5.15rem;
    top: 0;
    left: 20px;
}

.proj-info>h3 {
    font-size: 1rem;
    font-weight: 400;
}

.proj-info>h3 a:hover,
.proj-info>h3 a:focus {
    color: #333;
}

.proj-box:hover .proj-info>i,
.proj-box:hover .proj-info>h3 {
    color: #fff;
    opacity: 1;
}

.proj-box:hover .proj-info {
    background-color: var(--global--color-primary);
}

.btn {
    width: 182px;
}

.wt-bnr-inr {
    background-size: cover;
    background-position: center center;
    width: 100%;
}

.overlay-wraper {
    position: relative;
}

.overlay-wraper .overlay-main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.site-bg-black {
    background-color: #000;
}

.opacity-07 {
    opacity: 0.7;
}

.wt-bnr-inr-entry {
    display: flex;
    width: 100%;
    height: 225px;
    justify-content: space-between;
    align-items: center;
}

.wt-bnr-inr-entry .banner-title-outer {
    position: relative;
}

.wt-bnr-inr-entry .banner-title-outer .banner-title-name {
    display: inline-block;
}

.wt-bnr-inr-entry .banner-title-outer .banner-title-name .wt-title {
    color: #fff;
}

.wt-bnr-inr-entry .banner-title-outer .wt-title {
    font-size: 50px;
    margin-bottom: 0px;
    position: relative;    font-family: var(--archivo) !important; font-weight: normal;
}

.wt-breadcrumb {
    margin: 0;
    display: inline-block;
    list-style: none;
}

.wt-breadcrumb li {
    padding-right: 30px;
    color: #fff;
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-family: "Mulish", sans-serif;
    font-weight: 600;
}

.wt-breadcrumb li a {
    color: #fff;
}

.wt-breadcrumb li a:hover {
    color: #d1d1d1;
}

.wt-breadcrumb li:after {
    content: '//';
    position: absolute;
    right: 8px;
    top: 3px;
    color: #d1d1d1;
    font-size: 12px;
    font-weight: 600;
}

.wt-breadcrumb li:last-child {
    color: #1bbc9b;
    padding-right: 0px;
}

.wt-breadcrumb li:last-child:after {
    display: none;
}

.wt-breadcrumb li:first-child a i {
    font-size: 18px;
    vertical-align: text-top;
}

/*
<!----------------------------------------------------------------------------------------------------

    ABOUT SECTION 

------------------------------------------------------------------------------------------------------>
*/
.section-title-3 p {
    background-color: var(--color-primary);
    padding: 12px 30px;
    line-height: 1;
    color: black;
    text-transform: capitalize;
    display: inline-block;
    -webkit-clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
    margin-bottom: 15px;
    font-weight: 500
}

.section-title-3 h1 {
    color: black
}

.section-padding {
    padding: 100px 0
}

@media (max-width:991px) {
    .section-padding {
        padding: 60px 0
    }
}

@media (max-width:767px) {
    .choose-left-box .border-box2{border: 7px solid #1bbc9b !important;}
    .choose-left-box .border-box{    border: 7px solid #dcdcdc !important;}
    .choose-left-box{    padding: 38px 0 38px !important;}
    .wt-breadcrumb li{font-size:12px !important;}
    .wt-bnr-inr-entry .banner-title-outer .wt-title {
    font-size: 35px !important;
    line-height: 40px !important;}
    .team-block .image-box .image img{height:235px !important;}
    .contact-box2,.contact-form form ul{display:block !important;}
    .service-block .inner-box{margin-left:0px !important;}
    .features-inner{margin-bottom:0px !important;}
    .wt-bnr-inr-entry {
     display: block !important;
    width: 100%;
    height: 180px !important;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    }
    
    .wt-breadcrumb{padding:0;}
    .swiper-button-next, .swiper-button-prev{color:#000 !important;}
    .footer-area p{text-align:center !important;}
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl,.auto-container{    padding-right: var(--bs-gutter-x,2rem) !important;
    padding-left: var(--bs-gutter-x,2rem) !important;}
    .swiper-button-prev,.swiper-button-next{
    top: 45%!important;
    margin-top: 0!important;
    height: 44px!important;
}
.single-feature-one{    padding: 8px 11px !important;}
.footer-list{margin:0;}
    .swiper-wrapper {
    margin-bottom: 0 !important;}
    .main-header{margin-top:20px;}
    .section-padding {
        padding: 60px 0
    }.about-one-thumbnail .experience .left .title{line-height:60px;}
    .header-top-contact ul{display:block !important; padding:0 !important; text-align:center !important;}
    .header-top-right,.promo-featured-wrapper .featured-img{display:none !important;}
    .header-top-contact ul li {
    margin: 0;
    font-size: 12px !important;;
    line-height: 19px !important;
}
}

.promo-featured-wrapper .featured-img {
    height: 556px;
    background-color: #eee;
    position: relative;
    margin-left: 60px;
    background-size: cover;
    background-position: 50%;
    margin-right: 60px
}

@media (max-width:991px) {
    .promo-featured-wrapper .featured-img {
        height: 400px
    }
}

@media (max-width:767px) {
    .promo-featured-wrapper .featured-img {
        height: 300px
    }
}

.promo-featured-wrapper .top-img {
    width: 180px;
    height: 180px;
    background-color: #eee;
    left: -60px;
    top: -40px;
    position: absolute;
    box-shadow: 0 16px 32px 0 rgba(52, 52, 52, .04)
}

@media (max-width:767px) {
    .promo-featured-wrapper .top-img {
        left: -30px
    }
}

.promo-featured-wrapper .bottom-img {
    border: 10px solid #fff;
    box-shadow: 0 16px 32px 0 rgba(52, 52, 52, .04);
    background-color: #eee;
    position: absolute;
    width: 269px;
    height: 269px;
    right: -60px;
    bottom: -60px
}

@media (max-width:767px) {
    .promo-featured-wrapper .bottom-img {
        display: none
    }
}

.block-contents {
    padding-right: 40px
}

@media (max-width:1199px) {
    .block-contents {
        padding-right: 0
    }
}

@media (max-width:991px) {
    .block-contents {
        margin-left: 0
    }
}

.block-contents h1 {
    margin-top: 5px
}

.block-contents h4 {
    margin-top: 40px;
    font-weight: 600;
    padding: 5px 28px;
    margin-bottom: 30px;
    border-left: 4px solid var(--color-primary)
}

@media (max-width:767px) {
    .block-contents h4 {
        padding: 5px 20px;
        font-size: 18px
    }
}

.block-contents .theme-btn {
    margin-top: 40px
}

@media (max-width:991px) {
    .block-contents .theme-btn {
        margin-top: 30px
    }
}

@media (max-width:767px) {
    .block-contents .theme-btn {
        margin-top: 20px
    }
}

.theme-btn {
    color: #000;
    padding: 24px 36px;
    border-radius: 10px;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    background-color: var(--color-primary);
    border: 2px solid var(--color-primary);
    transition: all .3s ease-in-out
}

@media (max-width:991px) {
    .theme-btn {
        padding: 16px 30px;
        font-weight: 400;
        border-radius: 5px
    }
}

@media (max-width:767px) {
    .theme-btn {
        padding: 14px 28px;
        font-size: 15px
    }
}

.theme-btn.theme-3 {
    -webkit-clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
    clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
    border-radius: 0;
    padding: 22px 50px
}

@media (max-width:580px) {
    .theme-btn {
        padding: 16px 35px
    }
}

@media (max-width:480px) {
    .theme-btn {
        padding: 15px 30px;
        font-size: 15px
    }
}

.theme-btn i {
    margin-left: 15px
}

.theme-btn.no-fil {
    background-color: transparent;
    border-color: hsla(0, 0%, 100%, .2);
    box-shadow: inherit;
    margin-left: 15px
}

@media (max-width:500px) {
    .theme-btn.no-fil {
        margin-left: 0
    }
}

.theme-btn.no-fil:hover {
    background-color: #ffc54f;
    border: 2px solid #ffc54f
}

.theme-btn:hover {
    background-color: #000;
    border: 2px solid #000;
    box-shadow: inherit;
    color: #fff
}

.services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 40px;
    margin: 0 40px
}

@media (max-width:1320px) {
    .services-grid {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width:767px) {
    .services-grid {
        grid-template-columns: 1fr;
        margin: 0 30px
    }
}

@media (max-width:500px) {
    .services-grid {
        grid-template-columns: 1fr;
        margin: 0 15px
    }
}

.services-grid .single-service-box {
    position: relative;
    z-index: 0;
    height: 420px;
    overflow: hidden
}

@media (max-width:1199px) {
    .services-grid .single-service-box {
        height: 380px
    }
}

.services-grid .single-service-box:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    opacity: .6;
    background-color: black;
    z-index: -1
}

.services-grid .single-service-box.active .hover-flip-content,
.services-grid .single-service-box:hover .hover-flip-content {
    left: 0;
    opacity: 1;
    visibility: visible
}

.services-grid .single-service-box .service-title {
    display: grid;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 30px;
    text-align: center
}

.services-grid .single-service-box .service-title h2 {
    color: #fff;
    font-family: var(--roboto);
    font-size: 31px;
    font-weight: normal;
    text-transform: uppercase;
}

.services-grid .single-service-box .hover-flip-content {
    position: absolute;
    left: -200px;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #1bbc9b;
    padding: 20px;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, .04);
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in-out;
    z-index: 1
}

@media (max-width:1199px) {
    .services-grid .single-service-box .hover-flip-content {
        padding: 30px
    }
}

.services-grid .single-service-box .hover-flip-content .icon {
    margin-bottom: 20px
}

.services-grid .single-service-box .hover-flip-content .icon h1 {
    font-size: 100px;
    line-height: 1;
    color: rgb(255, 255, 255);
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}
.services-grid .single-service-box .hover-flip-content p{font-size: 16px; color: #fff;}
.services-grid .single-service-box .hover-flip-content h2 {
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 20px; color: #fff;
}

/*
<!----------------------------------------------------------------------------------------------------

    CONTACT SECTION 

------------------------------------------------------------------------------------------------------>
*/
.centered {
    text-align: center;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.sec-title {
    position: relative;
    margin-bottom: 50px;
}

.sec-title .logo-icon {
    position: relative;
    margin-bottom: 0px;
}

.sec-title .title {
    position: relative;
    color: var(--color-primary);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
}

.sec-title h2 {
    position: relative;
    color: #222222;
    font-weight: 700;
    line-height: 1.2em;
    text-transform: capitalize;
}

.sec-title .text {
    position: relative;
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    margin-top: 15px;
}


.service-section {
    position: relative;
    padding: 85px 0px 60px;
}

.service-section .lower-text {
    position: relative;
    margin-top: 40px;
}

.service-section .lower-text .text {
    position: relative;
    color: #555555;
    font-size: 14px;
    padding: 12px 25px;
    border-radius: 50px;
    display: inline-block;
    border: 1px dashed #acacac;
}

.service-section .lower-text .text a {
    position: relative;
    font-weight: 700;
    color: #fd6e2c;
}

.service-block {
    position: relative;
    margin-bottom: 30px;
}
.service-block.style-two .text span, 
.service-block .text span{
    font-weight: 700;
    color: var(--color-primary);
}
.service-block .inner-box {
    position: relative;
    text-align: center;
    margin-left: 20px;
    padding: 40px 30px 45px;
    background-color: #ffffff;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.10);
}

.service-block .inner-box:before {
    position: absolute;
    content: '';
    left: -20px;
    top: -20px;
    width: 105px;
    height: 105px;
    z-index: -1;
    /* background: url(../images/pattern-1.png) no-repeat; */
}

.service-block.style-two .inner-box:before {
    position: absolute;
    content: '';
    left: -20px;
    top: -20px;
    width: 270px;
    height: 270px;
    /* background: url(../images/pattern-2.png) no-repeat; */
}

.service-block .inner-box .line-one {
    position: absolute;
    right: 20px;
    top: 0px;
    width: 10px;
    height: 100px;
    background-color:#e1e1e1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.service-block .inner-box:hover .line-one {
    height: 70px;
}

.service-block .inner-box .line-two {
    position: absolute;
    right: 40px;
    top: 0px;
    width: 6px;
    height: 70px;
    background-color: #e6e6e6;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.service-block .inner-box:hover .line-two {
    height: 100px;
}

.service-block .inner-box .icon-box {
    position: relative;
    padding-top: 5px;
    text-align: center;
    margin-bottom: 35px;
    display: inline-block;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    width: 75px;
}

.service-block .inner-box:hover .icon-box {
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.service-block .inner-box .icon-box:before {
    position: absolute;
    content: '';
    left: -12px;
    top: 0px;
    width: 105px;
    height: 90px;
    background-color:var(--color-primary);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.service-block .inner-box:hover .icon-box:before {
    background-color: #daf5f0;
}

.service-block .inner-box .icon-box .icon {
    position: relative;
    font-size: 80px;
    color: var(--color-primary);
    line-height: 1em;
}

.service-block .inner-box h4 {
    position: relative;
    line-height: 1.4em;
    font-weight: normal;
    margin-bottom: 15px;
       font-size: 30px;
    font-family: var(--archivo) !important;
}
.service-block a{font-weight: normal;
    color: #000;}
.service-block .inner-box .icon-box i {
    position: relative;
    font-size: 55px;
    color: #fff;
    line-height: 1.5em;
}
.service-block .inner-box h4 a {
    position: relative;
    color: #002155;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.service-block .inner-box:hover .icon-box:before {
    background-color: #e3edf5;
}
.service-block .inner-box h4 a:hover {
    color: var(--color-primary);
}

.service-block .inner-box .text {
    position: relative;
    color: #555555;
    font-size: 15px;
    line-height: 1.9em;
    margin-bottom: 0px;
}

.service-block .inner-box .read-more {
    position: relative;
    color: var(--color-primary);
    font-size: 18px;
    font-weight: 700;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.service-block .inner-box .read-more .arrow {
    position: relative;
    color: #002155;
}

.service-block .inner-box .read-more:hover {
    color: #002155;
}

.contact-form-con {
    padding: 50px 0 20px
}
.contact-form-con:after {
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    z-index: -1;
    height: 100%;
    position: absolute;
    background-image: -webkit-gradient(linear, left top, right top, from(white), to(#f9f9f9));
    background-image: -webkit-linear-gradient(left, white 0%, #f9f9f9 100%);
    background-image: -o-linear-gradient(left, white 0%, #f9f9f9 100%);
    background-image: linear-gradient(90deg, white 0%, #f9f9f9 100%);
  }
.contact-box2 {
    gap: 48px;
    display: grid;
    margin-bottom: 48px;
    grid-template-columns: 50% 50%;
}
.contact-form h2,
.contact-info h2 {
    margin-bottom: 51px;
    text-transform: uppercase;
}
.contact-form form ul{
    display: grid;
    gap: 20px 31px;
    margin-bottom: 24px;
    grid-template-columns: 47.8% 47.8%;
}
.contact-form form ul li .input-field {
    height: 56px;
    width: 100%;
    padding: 3px 0;
    border: 1px solid #d7d7d7;    background: #fff;    position: relative;
}
.contact-form form ul li .input-field input, .contact-form form ul li .input-field textarea,.contact-form form ul li .input-field select,.chosen-container {
    width: auto;
    border: none;
    font-size: 14px;
        color: #000000;
    padding: 10px 10px;
    line-height: 23px; padding-left:70px;
}
.contact-form form ul li .input-field input::placeholder{
    font-size: 14px;
    color: #909091;
}
.contact-form form ul li .input-field textarea{
    resize: none;
}
.contact-form form ul li .input-field input:focus,
.contact-form form ul li .input-field textarea:focus,
.news-letter-input button:focus{
    outline: none;
}
.input-field-icon {
    width: 55px; position:absolute;
    padding: 10px 10px 10px 16px;z-index: 9;
}
.input-field-icon:after{
    content: "";
    top: 0px;
    right: 0;
    width: 8px;
    height: 47px;
    position: absolute;
    background: url(../img/border-shape-img2.png) no-repeat;
}
.contact-form form ul li:last-child{
    grid-column: 1/-1;
}

.contact-form form ul li:last-child textarea{
    width: 100%;
}
.contact-form form ul li:last-child .input-field{
    height: 177px;
    display: flex;
}
.contact-submit-btn,.post-btn {
    border: none;
    color: var(--color-white);
    font-size: 16px;
    cursor: pointer;
    line-height: 16px;
    border-radius: 8px;
    background: var(--color-primary);
    text-transform: uppercase;
    padding: 21px 71px 20px 70px;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.5s ease-in-out;
}
.contact-info ul li{
    border: 1px solid #eaeaea;
}
.contact-info ul li .contact-info-item figure{
    transition: all 0.5s ease-in-out;
}
.contact-info ul li:hover .contact-info-item figure {
    transform: translateY(-8px);
}

.contact-info-item{
    position: relative;
}
.contact-info-item figure {
    left: 0;
    width: 60px;
    height: 60px;
    display: flex;
    border-radius: 50%;
    position: absolute;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-primary);
}
.contact-info-content {
    padding-left: 84px;
}
.contact-info ul li {
    height: 130px;
    margin-bottom: 18px;
    padding: 35px 30px 15px 28px;
    border: 1px solid #eaeaea;
}
.contact-info ul li:last-child{
    margin-bottom: 0;
}
.contact-info-content h5{
    color: var(--secondary--color);
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 9px;
    font-family: 'Montserrat', sans-serif;
}
.contact-info-content span{
    font-size: 16px;
    line-height: 22px;
    color: #8b8b8b;
    display: block;
}
.contact-info-content a{
    font-size: 16px;
    color: #8b8b8b;
}
/*
<!----------------------------------------------------------------------------------------------------

    PRODUCT SECTION 

------------------------------------------------------------------------------------------------------>
*/
.section-full {
    padding-bottom: 30px;
    padding-top: 70px;
}

.section-full .container {
    max-width: 1270px;
}

.wt-small-separator {
    font-family: "Mulish", sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    font-weight: 800;
    color: #db5200;
    background-color: #f9f9f9;
    padding: 5px 10px;
    border-left: 3px solid #db5200;
}

.wt-small-separator.white {
    color: #fff;
}

@media (max-width: 767px) {
    .wt-small-separator {
        font-size: 18px;
        margin-bottom: 10px;
        letter-spacing: 0px;
    }
}

@media (max-width: 767px) {
    .wt-small-separator h2 {
        margin-bottom: 20px;
    }
}

.section-head {
    position: relative;
}

.section-head.center.wt-small-separator-outer {
    margin-bottom: 50px;
    text-align: center;
}

.section-head.center.wt-small-separator-outer h2 {
    max-width: 600px;
    margin: 0px auto;
}

@media (max-width: 1200px) {
    .section-head.center.wt-small-separator-outer h2 {
        font-size: 50px;
    }
}

@media (max-width: 1024px) {
    .section-head.center.wt-small-separator-outer h2 {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .section-head.center.wt-small-separator-outer h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
}

.effect-hvr2 {
    position: relative;
    margin-bottom: 30px;
}

.effect-hvr2 .effect-sarah {
    position: relative;
    overflow: hidden;
    background: #000;
    text-align: center;
}

.effect-hvr2 .effect-sarah img {
    position: relative;
    display: block;
    opacity: 0.9;
}

.effect-hvr2 .effect-sarah .effect-hvr2-inner {
    padding: 30px;
    color: #fff;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
}

.effect-hvr2 .effect-sarah .effect-hvr2-inner .project-new-category {
    background-color: #db5200;
    font-size: 12px;
    padding: 4px 8px;
}

.effect-hvr2 .effect-sarah .effect-hvr2-inner .site-button-link {
    color: #fff;
    opacity: 0;
    display: block;
    transition: opacity 0.35s, transform 0.8s;
    transform: translate3d(100%, 0, 0);
}

.effect-hvr2 .effect-sarah .effect-hvr2-inner::before {
    pointer-events: none;
}

.effect-hvr2 .effect-sarah .effect-hvr2-inner::after {
    pointer-events: none;
}

.effect-hvr2 .project-view-btn {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    background-color: #fff;
    color: #db5200;
    font-size: 22px;
    position: absolute;
    left: 50%;
    bottom: -22px;
    transform: translateX(-50%);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.effect-hvr2:hover .effect-sarah .effect-hvr2-inner .site-button-link {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.effect-sarah img {
    max-width: none;
    width: calc(100% + 20px) !important;
    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(-10px, 0, 0);
    backface-visibility: hidden;
}

.effect-sarah:hover img {
    opacity: 0.2;
    transform: translate3d(0, 0, 0);
}

.effect-sarah:hover .wt-title {
    background-color: transparent;
}

.effect-sarah:hover .wt-title:after {
    transform: translate3d(0, 0, 0);
}


.effect-sarah .effect-hvr2-inner {
    text-align: left;
}

.effect-sarah .wt-title {
    position: relative;
    overflow: hidden;
    padding: 10px 10px 10px 0px;
}

.effect-sarah .wt-title a {
    color: #fff;
}

.effect-sarah .wt-title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    content: '';
    transition: transform 0.35s;
    transform: translate3d(-100%, 0, 0);
}

.effect-sarah p {
    padding: 1em 0;
    color: white;
    opacity: 0;
    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(100%, 0, 0);
}

.effect-sarah:hover p {
    opacity: 1;
    color: white;
    transform: translate3d(0, 0, 0);
}

/*
<!----------------------------------------------------------------------------------------------------

    INQUIRY SECTION 

------------------------------------------------------------------------------------------------------>
*/
.damke_section-title {
    margin-bottom: 38px;
}

.damke_section-title h5 {
    font-size: 15px;
    font-weight: 500;
    color: #52575d;
    position: relative;
    padding-left: 50px;
    margin-top: -3px;
    margin-bottom: 14px;
}

.damke_section-title h5:before {
    position: absolute;
    left: 30px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 3px solid #d61c57;
    content: "";
    margin-top: -5px;
    z-index: 2;
}

.damke_section-title h5:after {
    position: absolute;
    left: 0;
    top: 50%;
    height: 2px;
    margin-top: -1px;
    width: 32px;
    background-color: #104381;
    content: "";
    z-index: 1;
}

.ttm-inq {
    padding: 50px 0 50px;
}

.wrap-form label {
    width: 100%;
    margin: 0;
}

label {
    display: inline-block;
}

.wrap-form span.text-input {
    margin-bottom: 15px;
    display: block;
    padding-top: 5px;
    position: relative;
}

.wrap-form.ttm-contactform span.text-input i {
    position: absolute;
    left: 0;
    top: 20px;
    opacity: .9;
    font-size: 16px;
    z-index: 1;
    color: #d61c57;
}

.wrap-form.ttm-contactform span.text-input input,
.wrap-form.ttm-contactform span.text-input textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #eaeaea;
    border-radius: 0;
    padding-left: 30px;
    padding-bottom: 9px;
    width: 100%;
}

.wrap-form.ttm-contactform input[type="submit"] {
    margin-top: 20px;
}

.ttm-btn.ttm-btn-style-border {
    background-color: transparent;
    border: 2px solid #182333;
}

.ttm-btn.ttm-btn-shape-square {
    border-radius: 0;
}

.ttm-btn.ttm-btn-size-md {
    font-size: 14px;
    padding: 13px 30px 13px 30px;
}

.ttm-btn {
    display: inline-block;
    font-size: 16px;
    line-height: normal;
    padding: 11px 32px 11px 31px;
    background: transparent;
    border: 1px solid transparent;
    position: relative;
    font-weight: 600;
    overflow: hidden;
    z-index: 9;
    vertical-align: middle;
    text-transform: capitalize;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.ttm-btn:hover {
    color: #fff;
    border-color: #020d26;
    background-color: #020d26;
}

.contact-info-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 40px 0 40px;
}

.contact-form {
    position: relative;
    display: block;
    z-index: 3;
}

.contact-form .inner-box {
    position: relative;
    display: block;
    background: #ffffff;

}

.contact-form form {
    position: relative;
    display: block;
}

.contact-form form .input-box {
    position: relative;
    display: block;
}

.contact-form form .input-box .icon {
    position: absolute;
    top: 19px;
    left: 20px;
}

.contact-form form .input-box .icon i {
    color: #b6b6b6;
    font-size: 16px;
}

.contact-form form .input-box .icon.envelop {
    position: absolute;
    top: 16px;
    left: 20px;
}

.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea,
.contact-form form select {
    position: relative;
    /* display: block; */
    background: #ffffff;
    border: 1px solid #ededed;
    width: 100%;
    /* height: 60px; */
    font-size: 15px;
    padding-left: 50px;
    padding-right: 20px;
    border-radius: 0px;
    margin-bottom: 30px;
    transition: all 500ms ease;
}

.contact-form form textarea {
    height: 110px;
    padding-left: 50px;
    padding-right: 20px;
    padding-top: 14px;
    padding-bottom: 15px;
}

.contact-form form input[type="text"]:focus {
    border-color: #1d1d1d;
    color: #222222;
}

.contact-form form input[type="email"]:focus {
    border-color: #1d1d1d;
    color: #222222;
}

.contact-form form textarea:focus {
    border-color: #1d1d1d;
    color: #222222;
}

.contact-form form select:focus {
    border-color: #1d1d1d;
    color: #222222;
}

.contact-form form input[type="text"]::-webkit-input-placeholder {
    color: #828282;
}

.contact-form form input[type="text"]:-moz-placeholder {
    color: #828282;
}

.contact-form form input[type="text"]::-moz-placeholder {
    color: #828282;
}

.contact-form form input[type="text"]:-ms-input-placeholder {
    color: #828282;
}

.contact-form form input[type="email"]::-webkit-input-placeholder {
    color: #828282;
}

.contact-form form input[type="email"]:-moz-placeholder {
    color: #828282;
}

.contact-form form input[type="email"]::-moz-placeholder {
    color: #828282;
}

.contact-form form input[type="email"]:-ms-input-placeholder {
    color: #828282;
}

.contact-form form button {
    position: relative;
    display: block;
    width: auto;
}

.contact-form-image-box {
    position: absolute;
    top: -110px;
    right: -350px;
    z-index: 1;
}

.contact-form-image-box img {
    max-width: none;
    float: left;
}

.form-element button[type="submit"],
.form-element input[type="submit"],
.thm-btn {
    border: none;
    position: relative;
    background-color: #d61c57;
    color: #fff;
    padding: 12px 24px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid #d61c57;
    font-size: 14px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.thm-btn.inq {
    right: 0px;
    bottom: 98px;
    padding: 6px 13px;
    font-size: 12px;
    z-index: 99;
    float: right;
}

.form-element button[type="submit"]:hover,
.form-element input[type="submit"]:hover,
.thm-btn:hover {
    position: relative;
    z-index: 1;
    color: #fff !important;
}

.form-element button[type="submit"]::before,
.form-element input[type="submit"]::before,
.thm-btn::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 0%;
    background-color: #b71246;
    color: #fff;
    z-index: -1;
}

.form-element button[type="submit"]::after,
.form-element input[type="submit"]::after,
.thm-btn::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0%;
    background-color: #fff;
    color: #fff;
    -webkit-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s;
}

.form-element button[type="submit"]:hover::before,
.form-element input[type="submit"]:hover::before,
.thm-btn:hover::before {
    -webkit-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s;
    width: 100%;
}

.thm-btn.inq:hover::before {
    width: 0%;
}

.form-element button[type="submit"]:hover::after,
.form-element input[type="submit"]:hover::after,
.thm-btn:hover::after {
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
    visibility: hidden;
    width: 100%;
}

.thm-btn.inq:hover::after {
    width: 0%;
}

.box-icon.primary-color-bg {
    background-color: #879ab0;
}

.box-icon {
    position: relative;
    width: 0px;
    height: 0px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    background-color: #879ab0;
    border: 10px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.box-icon.primary-color-bg::before {
    border-color: rgba(182, 199, 219, 0.5);
}

.icon-boxes.top-icon-box.icon-medium-round-bg .box-icon::before {
    position: absolute;
    display: block;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    border: 10px solid rgba(182, 199, 219, 0.5);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    content: "";
}

.box-icon i {
    font-size: 52px;
    margin-top: -26px;
    margin-left: -31px;
}

.box-icon i {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    line-height: 1;
    color: #fff;
}

.box-icon.primary-color-bg .digit {
    background-color: rgba(247, 133, 52, 0.8);
}

.digit {
    width: 32px;
    height: 32px;
    font-size: 17px;
    line-height: 28px;
    border-width: 2px;
    position: relative;
    display: block;
    top: -10px;
    left: -10px;

    font: 18px/32px Verdana, Geneva, sans-serif;
    color: #fff;
    border: 3px solid #f5f5f5;
    text-align: center;

    border-radius: 50%;
}

.icon-boxes.top-icon-box .box-text {
    margin-top: 20px;
}

.icon-boxes article h5 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.5;
    color: #222;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
}

.icon-boxes p {
    text-align: center
}

/*
<!----------------------------------------------------------------------------------------------------

    MARKET-2 SECTION 

------------------------------------------------------------------------------------------------------>
*/
.m-section {
    padding: 120px 0px;
}

.single-service-inner {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.single-service-inner.border-right {
    border-right: 1px solid #fff;
}

.single-service-inner.border-bottom {
    border-bottom: 1px solid #fff;
}

.single-service-inner .bg-img {
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    height: 100%;
    width: 100%;
}

.single-service-inner .bg-img img {
    height: 100%;
    width: 100%;
}

.single-service-inner .bg-img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(24.42%, rgba(0, 0, 0, 0.480967)), color-stop(35.06%, rgba(0, 0, 0, 0.581635)), color-stop(41.56%, rgba(0, 0, 0, 0.653928)), color-stop(50.91%, rgba(0, 0, 0, 0.719321)), color-stop(58.96%, rgba(0, 0, 0, 0.787828)), color-stop(67.79%, rgba(0, 0, 0, 0.859178)), color-stop(76.62%, rgba(0, 0, 0, 0.92987)), to(#000000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.480967) 24.42%, rgba(0, 0, 0, 0.581635) 35.06%, rgba(0, 0, 0, 0.653928) 41.56%, rgba(0, 0, 0, 0.719321) 50.91%, rgba(0, 0, 0, 0.787828) 58.96%, rgba(0, 0, 0, 0.859178) 67.79%, rgba(0, 0, 0, 0.92987) 76.62%, #000000 100%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.single-service-inner .details {
    padding: 58px 35px 59px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.single-service-inner .details .thumb {
    margin-bottom: 20px;
}

.single-service-inner .details h3 a {
    color: #fff;
    margin-bottom: 25px;
}

.single-service-inner .details p {
    color: #fff;
    margin-bottom: 30px;
}

.single-service-inner .details .btn-arrow {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: inline-block;
    line-height: 38px;
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
}

.single-service-inner .details .btn-arrow:hover {
    border-color: #ed1c24;
    background: #ed1c24;
}

.single-service-inner:hover .bg-img {
    opacity: 1;
}

.single-service-inner.style-two.border-right {
    border-right: 2px solid #9CA3AF;
}

.single-service-inner.style-two.border-bottom {
    border-bottom: 2px solid #9CA3AF !important;
}

.single-service-inner.style-two .details h3 a {
    color: #121212;
    font-weight: 700;
    font-size: 25px;
}

.single-service-inner.style-two .details h3 a:hover {
    color: #ed1c24 !important;
}

.single-service-inner.style-two .details p {
    color: #6b7280;
}

.single-service-inner.style-two .details .btn-arrow {
    border-color: #ed1c24;
    color: #ed1c24;
}

.single-service-inner.style-two:hover .details p,
.single-service-inner.style-two:hover .details h3 a {
    color: #fff;
}

.single-service-inner.style-two:hover .details .btn-arrow {
    border-color: #fff;
    color: #fff;
}

.single-service-inner.style-two:hover .details .btn-arrow:hover {
    border-color: #ed1c24;
}

.single-service-inner.style-three .details {
    padding: 0 0 0 30px;
}

.single-service-inner.style-three .details h3 {
    color: #121212;
}

.single-service-inner.style-three .details p {
    color: #6b7280;
    margin-bottom: 0;
}

.single-service-inner.style-three:hover .details p {
    color: #6b7280;
}

.single-service-inner.style-three:hover .details h3 {
    color: #121212;
}

/*
<!----------------------------------------------------------------------------------------------------

    QUALITY SECTION 

------------------------------------------------------------------------------------------------------>
*/

.features-area {
    position: relative;
    padding: 85px 0px 80px;
}

.features-area .customer {
    position: absolute;
    top: 78px;
    left: 27%;
    z-index: -1
}

.features-inner {
    box-shadow: 0 0 30px 4px rgba(0, 0, 0, .07);
    border-radius: 15px;
    margin-bottom: 85px
}

.features-card {
    padding-left: 58px;
    padding-right: 58px;
    padding-top: 50px;
    padding-bottom: 50px;
    border-right: solid 1px #eee;
    text-align: center
}

.features-card:hover .fc-icon:before {
    height: 100%;
    transition: .5s;
    opacity: 1
}

.features-card .fc-icon {
    height: 120px;
    background-color: #f6f6f6;
    width: 120px;
    border-radius: 68px;
    line-height: 120px;
    margin: auto;
    margin-bottom: 22px !important;
    transition: .5s;
    position: relative;
    z-index: 1
}

.features-card .fc-icon::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    background-color:#c0f4ea;
    border-radius: 68px;
    z-index: -1;
    opacity: 0
}

.features-card .fc-icon span {
    height: 80px;
    background-color: var(--color-primary);
    width: 80px;
    line-height: 80px;
    display: inline-block;
    border-radius: 50px;
    z-index: 2;font-size: 38px;
    color: #fff;
}
.fc-content p{text-align: center;}
.features-card h5 {
    font-weight: 800;
    font-size: 22px;
    color: #19191b;
    margin-bottom: 18px
}

.col-lg-4:last-child .features-card {
    border-right: transparent
}

.single-funfacts-box {
    text-align: center;
    background: 0 0;
    border-radius: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 2;
    margin-bottom: 30px;
    position: relative
}

.single-funfacts-box:hover h3 {
    color: #fff
}

.single-funfacts-box:hover p {
    color: #fff
}

.single-funfacts-box:hover::before {
    background-color: var(--color-primary);
    transition: .8s;
    width: 100%;
    border: solid 1px #f6f6f6
}

.single-funfacts-box:hover::after {
    background-color: transparent;
    transition: .8s;
    width: 100%;
    border: solid 1px #f6f6f6
}

.single-funfacts-box::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 55%;
    border-radius: 5px;
    background-color: #f6f6f6;
    border: solid 1px #f6f6f6;
    z-index: -2;
    transition: .8s
}

.single-funfacts-box::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    border-radius: 5px;
    width: 50%;
    background-color: #f6f6f6;
    border: solid 1px #f6f6f6;
    z-index: -2;
    transition: .8s
}

.single-funfacts-box .content {
    position: relative;
    top: 4px
}

.single-funfacts-box h3 {
    font-weight: 900;
    font-size: 36px;
    text-align: center;
    font-family: kumbh sans !important;
    color: #19191b;
    margin-bottom: 5px;
    transition: .5s
}

.single-funfacts-box h3 span {
    font-family: kumbh sans !important
}

.single-funfacts-box h3 .odometer-formatting-mark {
    display: none
}

.single-funfacts-box p {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #888;
    margin-bottom: 0;
    transition: .5s
}

@media only screen and (max-width: 450px) {
    .features-area {
        position: relative;
        padding: 60px 0px 60px;
    }
}

/*
<!----------------------------------------------------------------------------------------------------

    TITLE SECTION 

------------------------------------------------------------------------------------------------------>
*/

.section-title {
    margin-bottom: 55px;
    position: relative;
}

.section-title .sub-title {
    font-weight: 400;
    position: relative;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 20px;
    color: #ED1C24;
}

.section-title .sub-title.left-line:after {
    position: absolute;
    content: "";
    left: 100%;
    top: 50%;
    margin-top: 2px;
    background: #ED1C24;
    height: 1px;
    margin-left: 5px;
    width: 60px;
}

.section-title .sub-title.left-line:before {
    position: absolute;
    content: "";
    left: 100%;
    top: 50%;
    margin-top: -4px;
    margin-left: 5px;
    background: #ED1C24;
    height: 1px;
    width: 40px;
}

.section-title .sub-title.double-line span {
    position: absolute;
    content: "";
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    top: 50%;
    margin-top: 2px;
    background: #ED1C24;
    height: 1px;
    margin-left: -5px;
    width: 60px;
}

.section-title .sub-title.double-line span:before {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    margin-top: -7px;
    background: #ED1C24;
    height: 1px;
    width: 40px;
}

.section-title .sub-title.double-line:after {
    position: absolute;
    content: "";
    left: 100%;
    top: 50%;
    margin-top: 2px;
    background: #ED1C24;
    height: 1px;
    margin-left: 5px;
    width: 60px;
}

.section-title .sub-title.double-line:before {
    position: absolute;
    content: "";
    left: 100%;
    top: 50%;
    margin-top: -4px;
    margin-left: 5px;
    background: #ED1C24;
    height: 1px;
    width: 40px;
}

.section-title .title {
    margin-bottom: 0;
    line-height: 60px;
    margin-top: 0;
}

.section-title .title span {
    position: relative;
}

.section-title .title span:after {
    position: absolute;
    content: "";
    left: 100%;
    top: 50%;
    background: #ED1C24;
    height: 4px;
    margin-top: 15px;
    margin-left: 7px;
    width: 60px;
}

.section-title .content {
    margin-top: 20px;
    margin-bottom: 0;
}

.section-title .single-list-wrap {
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
}

.section-title .single-list-wrap li {
    font-weight: bold;
    font-size: 16px;
    margin-top: 15px;
    color: #121212;
}

.section-title .single-list-wrap li i {
    color: #ED1C24;
    margin-right: 10px;
    font-weight: 400;
    font-size: 18px;
}

.section-title .btn {
    margin-top: 50px;
}

.section-title.style-white .title {
    color: #fff;
}

.section-title.style-white .content {
    color: #fff;
}

.section-title.style-white .small-title {
    color: #fff;
}

.btn {
    width: 120px;
    height: 60px;
    line-height: 60px;
    padding: 0 28px;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    border: 0;
    font-size: 16px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-weight: 700;
    border-radius: 5px;
    z-index: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.btn:focus,
.btn:active {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn:hover:after {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    color: #fff;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
    left: 200%;
    opacity: 0.6;
}

.btn i,
.btn svg {
    font-weight: 400;
    margin-left: 3px;
}

.btn:after {
    background: #fff;
    content: "";
    height: 155px;
    opacity: 0;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(55deg);
    transform: rotate(55deg);
    -webkit-transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 60px;
    left: -100%;
}

.btn-base {
    color: #fff;
    background: #ED1C24;
}

.btn-base:active,
.btn-base:focus,
.btn-base:hover {
    color: #fff;
    background: #F85E5E;
}


/*
<!----------------------------------------------------------------------------------------------------

    PRODUCT-DETAIL SECTION 

------------------------------------------------------------------------------------------------------>
*/

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.details-widget .d-image {
    margin-bottom: 25px
}

.details-widget .d-content {
    margin-bottom: 35px
}

.details-widget .d-content h4 {
    font-weight: 800;
    font-size: 35px;
    text-transform: capitalize;
    color: #19191b;
    margin-bottom: 15px
}

.details-widget .d-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #555;
    margin-bottom: 10px
}

.details-widget .d-content .second-p {
    margin-bottom: 0
}

.details-widget .d-wash {
    margin-bottom: 35px
}

.details-widget .d-wash h5 {
    font-weight: 800;
    font-size: 26px;
    text-transform: capitalize;
    color: #19191b;
    margin-bottom: 15px
}

.details-widget .d-wash p {
    font-weight: 400;
    font-size: 16px;
    color: #555;
    margin-bottom: 0
}

.details-widget .d-offer {
    margin-bottom: 35px
}

.details-widget .d-offer h5 {
    font-weight: 800;
    font-size: 26px;
    text-transform: capitalize;
    color: #19191b;
    margin-bottom: 15px
}

.details-widget .d-offer p {
    font-weight: 400;
    font-size: 16px;
    color: #555;
    margin-bottom: 20px
}

.details-widget .d-offer ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0
}

.details-widget .d-offer ul li {
    position: relative;
    padding-left: 90px;
    margin-bottom: 18px
}

.details-widget .d-offer ul li:last-child {
    margin-bottom: 0
}

.details-widget .d-offer ul li .work-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50px;
    text-align: center;
    background: #f6f6f6;
    position: absolute;
    left: 0;
    top: 0
}

.details-widget .d-offer ul li .work-icon i {
    color: var(--color-primary);
    font-size: 30px
}

.details-widget .d-offer ul li h5 {
    font-weight: 800;
    font-size: 18px;
    text-transform: capitalize;
    color: #19191b;
    margin-bottom: 5px
}

.details-widget .d-offer ul li p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #555;
    margin-bottom: 0
}

.details-widget .d-div {
    background: #fff;
    box-shadow: 0 0 30px 4px rgba(0, 0, 0, .05);
    border-radius: 15px
}

.details-widget .d-div .div-image {
    background-image: url(../images/service/estanal.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px
}

.details-widget .d-div .div-list {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 45px;
    padding-bottom: 45px
}

.details-widget .d-div .div-list h5 {
    font-weight: 800;
    font-size: 24px;
    text-transform: capitalize;
    color: #19191b;
    margin-bottom: 12px
}

.details-widget .d-div .div-list p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #555;
    margin-bottom: 13px
}

.details-widget .d-div .div-list ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0
}

.details-widget .d-div .div-list ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 15px;
    font-family: poppins;
    font-weight: 500;
    font-size: 16px;
    color: #555
}

.details-widget .d-div .div-list ul li:last-child {
    margin-bottom: 0
}

.details-widget .d-div .div-list ul li i {
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--color-primary)
}

.details-small-widget .search-box2 {
    padding: 20px;
    background: #f6f6f6;
    border-radius: 5px;
    position: relative;
    margin-bottom: 40px
}

.details-small-widget .search-box2 .form-control {
    height: 60px;
    position: relative;
    border: none;
    background-color: #fff;
    padding-left: 23px;
    border-radius: 5px
}

.details-small-widget .search-box2 .form-control:focus {
    box-shadow: unset
}

.details-small-widget .search-box2 button {
    padding: 15px 20px;
    position: absolute;
    right: 20px;
    border: none;
    top: 20px;
    background-color: var(--color-primary);
    text-align: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.details-small-widget .search-box2 button i {
    font-size: 25px;
    color: #fff
}

.details-small-widget .all-list-box {
    padding-bottom: 17px !important
}

.details-small-widget .all-box {
    padding: 34px;
    background: #f6f6f6;
    border-radius: 5px;
    position: relative;
    margin-bottom: 40px
}

.details-small-widget .all-box span {
    font-family: kumbh sans;
    font-weight: 800;
    font-size: 22px;
    padding-left: 30px;
    text-transform: capitalize;
    color: #19191b;
    position: relative;
    display: block;
    margin-bottom: 25px
}

.details-small-widget .all-box span i {
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 30px;
    color: var(--color-primary)
}

.details-small-widget .all-box .all-service {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.details-small-widget .all-box .all-service li {
    position: relative;
    transition: .8s;
    margin-bottom: 10px
}

.details-small-widget .all-box .all-service li:last-child {
    margin-top: 0
}

.details-small-widget .all-box .all-service li a {
    color: #555;
    border-radius: 5px;
    padding: 12px 20px;
    font-family: poppins;
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    text-transform: capitalize;
    color: #555;
    border: solid 1px #ebe9e9;
    border-radius: 5px;
    transition: .5s;
    width: 100%
}

.details-small-widget .all-box .all-service li i {
    position: absolute;
    right: 70px;
    top: 55%;
    transform: translateY(-55%);
    color: var(--color-primary);
    opacity: 0;
    visibility: hidden;
    transition: .8s
}

.details-small-widget .all-box .all-service li:hover a {
    background: #fff;
    border-radius: 5px;
    border-color: #fff
}

.details-small-widget .all-box .all-service li:hover i {
    right: 20px;
    visibility: visible;
    opacity: 1
}

.details-small-widget .all-box .form-control {
    background: #fff;
    height: 60px;
    border: none;
    border-radius: 5px;
    margin-bottom: 20px;
    font-family: poppins;
    font-weight: 400;
    font-size: 16px;
    padding-left: 20px;
    text-transform: capitalize;
    color: #888
}

.details-small-widget .all-box .form-control:focus {
    box-shadow: unset
}

.details-small-widget .all-box textarea#exampleFormControlTextarea1 {
    height: 120px;
    border: none;
    margin-bottom: 20px;
    font-family: poppins;
    font-weight: 400;
    padding-left: 20px;
    padding-top: 20px;
    font-size: 16px;
    text-transform: capitalize;
    color: #888
}

.details-small-widget .all-box textarea#exampleFormControlTextarea1:focus {
    box-shadow: unset
}

.details-small-widget .all-box .d-btn {
    display: block;
    width: 100%
}

.details-small-widget .all-box .rp-post-item {
    margin-bottom: 25px;
    align-items: center
}

.details-small-widget .all-box .rp-post-item .rp-post-info {
    margin-left: 20px
}

.details-small-widget .all-box .rp-post-item .rp-post-info span {
    font-family: poppins;
    font-weight: 400;
    font-size: 16px;
    font-feature-settings: "kern" off;
    color: #555;
    display: inline-block
}

.details-small-widget .all-box .rp-post-item .rp-post-info h6 {
    font-weight: 800;
    font-size: 16px;
    line-height: 23px;
    font-feature-settings: "kern" off;
    margin-bottom: 12px
}

.details-small-widget .all-box .rp-post-item .rp-post-info h6 a {
    color: #19191b;
    transition: .5s
}

.details-small-widget .all-box .rp-post-item .rp-post-info h6 a:hover {
    color: var(--color-primary) !important
}

.details-small-widget .all-box .rp-post-item .rp-post-info span {
    padding-left: 0;
    margin-bottom: 0 !important
}

.details-small-widget .all-box .rp-post-item .rp-post-info span i {
    color: var(--color-primary);
    font-size: 16px;
    position: relative;
    top: 1px;
    margin-right: 4px
}

.details-small-widget .all-box .rp-post-item2 {
    margin-bottom: 0 !important
}

.details-small-widget .all-box .tags a {
    padding: 11px 13px;
    display: inline-block;
    border: 1px solid #eee;
    border-radius: 5px;
    margin: 8px;
    font-family: poppins;
    font-weight: 400;
    font-size: 16px;
    color: #555;
    transition: .9s
}

.details-small-widget .all-box .tags a:hover {
    background-color: var(--color-primary);
    color: #fff
}

.details-small-widget .premium-box {
    text-align: center;
    background-image: url(../images/service/premium.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-top: 48px;
    height: 100%;
    padding-bottom: 200px;
    margin-bottom: 40px;
    border-radius: 5px
}

.details-small-widget .premium-box i {
    font-size: 70px;
    color: var(--color-primary)
}

.details-small-widget .premium-box a {
    display: inline-block
}

.details-small-widget .premium-box h4 {
    font-weight: 800;
    font-size: 30px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 5px
}

.details-small-widget .premium-box h5 {
    font-weight: 800;
    font-size: 30px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 20px
}

.details-small-widget .premium-box span {
    font-weight: 800;
    font-size: 30px;
    display: block;
    text-align: center;
    text-transform: capitalize;
    color: var(--color-primary);
    margin-bottom: 20px
}

.error-section {
    position: relative;
    padding: 100px 0px 200px 0px;
}

.error-section .inner-box .theme-btn-one i {
    margin-right: 10px;
}

.error-section .inner-box .error-image {
    position: relative;
    display: inline-block;
    margin-bottom: 60px;
}

.error-section .inner-box h1 {
    font-size: 200px;
    line-height: 200px;
    color: #070719;
    font-weight: 900;
    margin-bottom: 10px;
}

.error-section .inner-box h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 60px;
}.team-block {
    position: relative;
    margin-bottom: 40px;
  }
  .team-block .inner-box {
    position: relative;
  }
  .team-block .inner-box:after {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    pointer-events: none;
  }
  .team-block .inner-box:hover:after {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
  }
  .team-block .inner-box:hover .social-links {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .team-block .image-box {
    position: relative;
    padding: 2px 2px 0;
  }
  .team-block .image-box .image {
    padding: 18px 18px 0;
    background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(#fff), to(#fff));
    background: linear-gradient(to top, transparent, #fff, #fff);
    border-radius: 500px 500px 0 0;
    margin-bottom: 0;
  }
  .team-block .image-box .image:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(#ffffff), to(#1bbc9b));
    background: linear-gradient(to top, #ffffff, #ffffff, #1bbc9b);
    border-radius: 500px 500px 0 0;
    z-index: -1;
    content: "";
  }
  .team-block .image-box .image img {
    position: relative;
    width: 100%;
    border-radius: 500px 500px 0 0;
    z-index: 1;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;    height: 310px;
    object-fit: cover;
  }
  .team-block .image-box .share-icon {
    position: absolute;
    top: 38px;
    right: 40px;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #2f2f2f;
    border-radius: 50%;
    z-index: 2;
    cursor: default;
    color: #fff;
  }
  .team-block .info-box {
    position: relative;
    padding: 11px 14px 9px;
    background-color: #1bbc9b;
    text-align: center;
  }
  .team-block .info-box:before {
    position: absolute;
    left: 0;
    bottom: 0;
    top: -125px;
    bottom: 0;
    width: 100%;
    content: ""; z-index:-1;
    background: -webkit-gradient(linear, left bottom, left top, from(#f4f4f4), to(transparent));
    background: linear-gradient(to top, #f4f4f4, transparent);
  }
  .team-block .info-box .name {
    font-size: 18px;
    /* letter-spacing: -0.05em; */
    margin-bottom: 0;
    color: #ffffff;
    font-family: var(--global--headings);
    z-index: 1;
    margin-bottom: 0px;
  }
  .team-block a{color: #fff !important;}
  .team-block .info-box .name:hover {
    color: #08558c;
  }
  .team-block .info-box .designation {
    position: relative;
    display: block;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }.choose-left-box .border-box2 {
    position: absolute;
    left: -3px;
    bottom: 25px;
    width: 294px;
    height: 201px;
    border: 13px solid #1bbc9b;
}.video-holder-box {
    position: relative;
      min-height: 340px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 1;
}
@media only screen and (max-width: 767px) {
    .services{margin-left:0px !important; width:100% !important;}
    .video-holder-box{min-height:175px !important;}
    .video-holder-box {
           padding-left: 14px;
    padding-right: 41px;
    }
}
.choose-left-box .border-box {
    position: absolute;
    top: 0;
    right: 34px;
    bottom: 0;
    left: 130px;
    border: 13px solid #dcdcdc;
}.choose-left-box {
    position: relative;
    display: block;
    padding: 50px 0 50px;
    z-index: 10;
}
.input-field-icon i{    color: #1bbc9b;
    font-size: 20px;}.services {
    position: relative;
    background-color: #f4f4f4;
    border-radius: 127px;
    padding: 50px 58px;
    margin-top: 60px;
    padding-top: 70px;    margin-left: 40px;
    width: 96%;
      border: 5px solid #e7e7e7;
    margin-top: 0px;
    padding-bottom: 34px;margin-bottom: 90px;
}.active.services {
    margin-top: 56px;
    background-color: #fff;border-color: #e7e7e7;
}.services i {
   width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;    color: #fff;
    font-size: 50px;
    background:linear-gradient(90deg, #1bbc9b , #0fa385 );
    box-shadow: 0px 0px 13px 0px rgb(27 188 155 / 56%);
    -webkit-box-shadow: 0px 0px 13px 0px rgb(27 188 155 / 56%);
    -moz-box-shadow: 0px 0px 13px 0px rgba(27,188,155,0.3);
    padding: 20px;
    border-radius: 50%;
    position: absolute;
    top: -60px;
}
.active.services i:before {
    background-color: #fff0;
}.services i svg {
    z-index: 2;
    width: 81%;
}.active.services i svg {
    fill: #fff;
}
.services h4{font-size: 25px;
    font-family: var(--archivo) !important;}
.services p{font-size: 15px;}
.contact-form li{margin-top:0px;}.parsley-errors-list {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #ea0000;
    position: absolute;
    left: 0;
  bottom: -62px;
    display: block !important;
}
.parsley-errors-list li{  color: #ea0000;} p i{    font-size: 15px;}
.header-top {
        padding: 8px 0 10px;
        position: relative;
        background: #515151;
        z-index: 1;
    }

    .goog-te-gadget-simple {
        background: transparent !important;
        border: none !important;
    }

    .goog-te-gadget-simple span {
        color: #fff !important;
    }

    .header--sticky {
        transition: 0.3s;
        top: 0;
        z-index: 999;
        position: relative;
        border-bottom: 1px solid rgb(255 255 255 / 0.1);
        border-color: #d8d8d8;
    }

    .header-top::before {
        content: "";
        position: absolute;
        background: #1bbc9b;
        clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
        width: 10%;
        top: 0;
        left: 0;
        bottom: -1px;
        z-index: -1;
    }

    .header-top-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header-top-contact ul {
        display: flex;
        align-items: center;
        gap: 25px;
        margin: 0;
    }

    @media only screen and (max-width: 768px) {
        .header-top-wrapper {
            flex-direction: column;
            align-items: center;
            justify-content: space-between;
        }
    }

    .header-top-contact a {
        color: #fff;
    }

    .header-top-contact a i {
        color: #fff;
    }

    .header-top-right {
        display: flex;
        align-items: center;
        margin-right: 45px;
        gap: 20px;
    }

    .header-top-link a {
        color: #fff;
        margin-right: 12px;
    }

    .header-top-social span {
        color: #fff;
    }

    .header-top-social a {
        color: #fff;
        font-size: 16px;
        text-align: center;
        margin-left: 14px;
        transition: all 0.5s ease-in-out;
    }

    .header-top-social a:hover {
        color: var(--color-primary);
        transition: all 0.5s ease-in-out;
    }

    .header-top::after {
        content: "";
        position: absolute;
        background: #1bbc9b;
        clip-path: polygon(20% 1%, 100% 0, 100% 100%, 0% 100%);
        width: 10%;
        top: 0;
        right: 0;
        bottom: -1px;
        z-index: -1;
    }

    .header-top-contact ul li {
        margin: 0;
    }.lunchbox {
    position: relative;
}

@media (min-width: 37.5em) {
    .lunchbox {
        margin-left: auto;
        margin-right: auto;
        width: 92%;

        /* make room for arrows */
        padding-left: 2em;
        padding-right: 2em;
    }
}

@media (min-width: 43.75em) {
    .lunchbox {
        width: 95%;
    }
}

/* ==========================================================================
   Swiper modifications
 ========================================================================== */

.swiper-container {
    margin-top: 2em;
    /* minor cosmetic */
}

.swiper-wrapper {
    /* now pagination is below slides */
    margin-bottom: 3em;

    /* just enough width so slides handing off screen are partially visible */
    width: 73.8%;
}

@media (min-width: 37.5em) {
    .swiper-wrapper {
        width: 100%;
    }
}

/* doubleing up specificity to win over on transform */
.swiper-slide.swiper-slide {
    /* a single column layout */
    width: 100%;
}


@media (min-width: 37.5em) {
    .swiper-slide.swiper-slide {
        /* going for a 2 column layout here */
        width: 50%;

        /* centeredSlides set to true */
        /* reposition so first slide appears on left */
        transform: translateX(-50%);
    }
}

@media (min-width: 43.75em) {
    .swiper-slide.swiper-slide {
        /* upping it to a 3 column layout */
        width: 33.33333333333%;

        /* centeredSlides set to true */
        /* reposition so first slide appears on left */
        transform: translateX(-100%);
    }
}

@media (min-width: 53em) {
    .swiper-slide.swiper-slide {
        /* and finally the 4 column layout */
        width: 25%;

        /* centeredSlides set to true */
        /* reposition so first slide appears on left */
        transform: translateX(-150%);
    }
}

.swiper-pagination {
    /* show on small viewports */
    display: block;
}

@media (min-width: 37.5em) {
    .swiper-pagination {
        /* hide on larger viewports per stakeholder recommendation */
        display: none;
    }
}

/* now move prev button more to the left */
.swiper-button-prev {
    /* but first hide on small viewports */
    display: none;
    left: 27px;
    top: 60%;
    margin-top: 0;
    /* subtract .swiper-wrapper bottom-margin to vertically center arrow */
    height: calc(100% - 3em);
    font-weight: bolder;
}

@media (min-width: 37.5em) {
    .swiper-button-prev {
        /* show on larger viewports */
        display: block;
    }
}

.swiper-button-next {
    /* hide on small viewports */
    display: none;
    right: 27px;
    top: 60%;
    margin-top: 0;
    height: calc(100% - 3em);
    font-weight: bolder;
}
@media only screen and (max-width: 767px) {
    .swiper-button-next {
        /* show on larger viewports */
        display: block;
    }
    .swiper-button-prev {
        /* show on larger viewports */
        display: block;
    }
}
@media (min-width: 37.5em) {
    .swiper-button-next {
        /* show on larger viewports */
        display: block;
    }
}

/* ==========================================================================
   content in swiper
 ========================================================================== */

.product {
    /* odds are you will use flexbox */
    // display: flex;

    /* center it */
    margin-left: auto;
    margin-right: auto;

    /* adjust the width to add or remove whitespace  */
    width: 82%;
}

.photograph {
    /* if parent is flex it will stretch this image */
    // align-self: center;
    display: block;

    height: auto;
    width: 100%;
}

.product__name.product__name {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-size: calc(.5em + 5vw);
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 37.5em) {
    .product__name.product__name {
        font-size: .92em;
    }
}

.product__description {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-size: calc(.3em + 5vw);
    font-weight: 300;
    line-height: 1.1;
    text-align: center;
}

@media (min-width: 37.5em) {
    .product__description {
        font-size: .92em;
    }
}.parsley-error {
    border-color: #ff4136 !important;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url(../images/download.svg);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.parsley-success {
    border-color: #28b62c !important;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url(../images/success.svg);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.parsley-errors-list {
    font-size: 13px;
    color: #ff4136;
}

.phone {
    text-decoration: none;
    color: #1bbc9b;
    font-weight: 700;
}





/* BLOG */
.blog-section{
    padding-top:50px;
    padding-bottom:50px;
}
.blog-single-box {
    background-color: #eeeeee;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    margin-bottom: 25px;
}
.blog-single-box .blog-image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.blog-single-box .blog-image img {
    display: block;
    width: 100%;
    transition: transform .4s ease, filter .4s ease;
    object-fit: cover;
}
.blog-single-box .blog-content {
    padding: 25px 15px 15px;
}
.blog-list-card .card-content .author-info .date {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #5a7779;
    margin-left: 30px;
}
.border {
    position: relative;
    border-bottom: 1px solid #0632321a !important;
}
.blog-single-box .blog-content .border::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    width: 0;
    height: 1px;
    background: #00bc9d;
    transition: all .4s ease 0s;
}
.blog-single-box .blog-content .title a {
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: left 100%;
    transition: all .4s ease 0s;
    color: #000000;
    font-weight: normal;
    font-size: 20px;
      overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; 
}
.blog-single-box .blog-content .title  {
    line-height:24px;
        margin-top: 10px;
}
.blog-single-box .blog-content .title:hover a  {
   color: #00bc9d;
}
.blog-single-box .blog-content .continue-reading {
       font-size: 15px;
    color: #919191;
    font-weight: normal;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
}
.blog-single-box .blog-content .continue-reading::before {
        content: "\f061";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    font-weight: 400;
}
.blog-single-box .blog-content a:hover.continue-reading{
    color:#00bc9d;
}
.blog-single-box:hover .blog-image img {
    transform: scale(1.1);
    filter: brightness(80%);
}
.blog-single-box:hover .blog-content .border::before {
    width: 100%;
    left: 0;
}
/* BLOG */

/* BLOG  DETAIL*/
.blog-details-section{
    padding-top:50px;
    padding-bottom:50px;
}
.blog-details-section .title-area-style-six .pre-title {
    display: block;
}
.blog-list-card {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #0632321a;
    margin-bottom: 30px;
}
.blog-list-card .image {
    overflow: hidden;
    border-radius: 5px;
}
.overlay-anim1 {
    position: relative;
}
.blog-list-card .image img {
    width: 100%;
}
.overlay-anim1::after {
    background-color:#ffffff4d;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 1;
    pointer-events: none;
}
.overlay-anim1:hover::after {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.blog-list-card.style-2 .card-content {
    padding: 30px 15px 10px;
}
.blog-list-card .card-content .title {
    font-size: 30px;
    color: #063232;
    font-weight: 600;
    margin: 15px 0;
}
.blog-list-card .card-content .title a {
    color: #063232;
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: left 100%;
    transition: all .4s ease 0s;
}
.blog-list-card .card-content .author-info {
    display: flex;
    align-items: center;
}
.blog-list-card .card-content .author-info .date {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #5a7779;
}
.pb-25 {
    padding-bottom: 25px !important;
}
.pt-20 {
    padding-top: 20px !important;
}
.border {
    position: relative;
    border-bottom: 1px solid #0632321a !important;
}
.blog-details__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
       padding: 0px 0 0;
    /* margin-top: 56px;*/
    border-top: 1px solid #0632321a;
}
.blog-details__tags {
    display: flex;
    align-items: center;
}
.blog-details__social-list span, .blog-details__tags span {
    font-size: 15px;
    color: #063232;
    font-weight: 500;
    margin-right: 10px;
}
.blog-details__tags {
    display: flex;
    align-items: center;
        padding-left: 10px;
}
.blog-details__tags li {
    display: inline-block;
    font-size: 12px;
    color: #063232;
    font-weight: 500;
    height: 34px;
    line-height: 34px;
    border-radius: 17px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #0632321a;
    padding: 0 20px;
    margin-right: 6px;
    cursor: pointer;
    transition: all .4s ease 0s;
}
.blog-details__social-list {
    display: flex;
    align-items: center;
    gap: 5px;
}
.blog-details__social-list a {
    position: relative;
    height: 34px;
    width: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #063232;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #0632321a;
    font-size: 14px;
    border-radius: 50%;
    overflow: hidden;
    transition: all .4s ease 0s;
    z-index: 1;
}
.blog-sidebar {
    position: sticky;
    top: 100px;
}
.sidebar-widget .sidebar-title {
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    background-color: #00bc9d;
    padding: 20px 35px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}
.sidebar-widget .widget-box {
    width: 100%;
    margin-bottom: 30px;
    padding: 35px;
    border-radius: 0 0 10px 10px;
    background-color: #ecf8f8;
}
.latest-posts .post {
    display: flex;
    align-items: center;
    gap: 22px;
    padding-bottom: 20px;
    border-bottom: 1px solid #0632321a;
    margin-bottom: 20px;
}
.latest-posts .post>a {
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0;
}
.latest-posts .post>a img {
    transition: all .4s ease 0s;
}
.latest-posts .post:hover>a img {
    transform: scale(1.1) rotate(-2deg);
    filter: brightness(0.5);
}
.latest-posts .post .post-content a {
    font-size: 18px;
    color:#063232;
    font-weight: 500;
    background-size: 0 1px;
    background-repeat: no-repeat;
    background-position: left 100%;
    transition: all .4s ease 0s;
        overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.latest-posts .post .post-content p {
    font-size: 15px;
    color: #063232;
    font-weight: 400;
    margin: 4px 0 0;
}
.blog-details__tags li:hover {
    color: white;
    background: #00bc9d;
}
.blog-details__social-list a:hover {
    color: white;
    background: #00bc9d;
}
/* BLOG  DETAIL*/
