.padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padding-top {
    padding-top: 50px;
}

.padding-bottom {
    padding-bottom: 50px;
}
/* Welcome content */
.listing ul{
    list-style: none;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.listing ul li{
    flex: 50%;
}
/* Welcome content */
/* WCU */

.services-two {
    position: relative;
    display: block;
    padding: 80px 0px 100px;
    z-index: 1;
}

.services-two__bg {
    position: absolute;
    inset: 0px;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}

.services-two__bg::before {
    position: absolute;
    inset: 0px;
    background: rgb(1, 1, 1);
    opacity: 0.9;
    content: "";
    z-index: -2;
}

.services-two__inner {
    position: relative;
    display: block;
    padding-left: 6%;
}

.services-two__single {
    position: relative;
    display: block;
}

.services-two__single-inner {
    position: relative;
    display: block;
    padding: 0px 5px;
    transition: 0.9s;
    opacity: 1;
}

.services-two__single-inner .number-box {
    position: relative;
    display: block;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: 0.03em;
    margin-bottom: 10px;
}

.services-two__single-inner h2 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 12px;
}

.services-two__single-inner h2  {
    color: rgb(255, 255, 255);
}

.services-two__single-inner p {
    color: rgb(207, 203, 203);
    margin: 0px;
    text-align: justify;
}

.services-two__single-inner .icon-box1 {
    position: relative;
    display: flex;
    align-items: flex-end;
    margin-top: 27px;
}

.services-two__single-inner .icon-box1 span::before {
    position: relative;
    display: inline-block;
    color: rgba(255, 255, 255, 0.3);
    font-size: 50px;
}

.services-two__single-inner .icon-box1 .border-box {
    position: relative;
    display: block;
    width: 80px;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    margin-left: 20px;
    margin-bottom: 20px;
}

.services-two__single .overlay-content {
    position: absolute;
    inset: 0px;
    transition: 1s;
    transform: scaleX(0.8);
    opacity: 0;
    z-index: 2;
}

.services-two__single .overlay-content .inner {
    position: relative;
    display: block;
    background: rgba(255, 255, 255, 0.1);
    padding: 32px 25px 40px;
}

.services-two__single .overlay-content .inner h2 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 12px;
}

.services-two__single .overlay-content .inner h2  {
    color: rgb(255, 255, 255);
    transition: 200ms linear 0.1s;
}

.services-two__single .overlay-content .inner p {
    color: rgb(207, 203, 203);
    font-size: 18px;
    margin: 0px;
    text-align: justify;
}

.services-two__single .overlay-content .inner .btn-box {
    position: relative;
    display: block;
    margin-top: 11px;
}

.services-two__single .overlay-content .inner .btn-box a {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    transition: 200ms linear 0.1s;
}

.services-two__single .overlay-content .inner .icon-box1 {
    position: relative;
    display: flex;
    align-items: flex-end;
    margin-top: 37px;
    z-index: 1;
}

.services-two__single .overlay-content .inner .round {
    position: absolute;
    top: -10px;
    left: -25px;
    width: 90px;
    height: 90px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    z-index: -1;
}

.services-two__single .overlay-content .inner .icon-box1 span::before {
    position: relative;
    display: inline-block;
    color: rgb(255, 255, 255);
    font-size: 50px;
    top: 7px;
    right: 3px;
}

.services-two__single .overlay-content .inner .icon-box1 .border-box {
    position: relative;
    display: block;
    width: 80px;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    margin-left: 20px;
    margin-bottom: 20px;
}

.services-two__single:hover .overlay-content {
    transform: scaleX(1);
    opacity: 1;
}

.services-two__single:hover .services-two__single-inner {
    opacity: 0;
}

.services-two__single .overlay-content .inner .btn-box a:hover {
    color: var(--primary-color);
}

/* WCU */
/* Footer */

.footer-one.style2 {
    position: relative;
    display: block;
    padding-top: 50px;
}

.footer-one {
    position: relative;
    display: block;
    padding: 230px 0px 20px;
    overflow: hidden;
    z-index: 1;
}

.footer-one .shape1 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    opacity: 0.08;
    z-index: 1;
}

.footer-one__bg {
    position: absolute;
    inset: 0px;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}

.footer-one.style2 .footer-one__bg::before {
    background: rgba(1, 1, 1, 0.94);
}

.footer-one__bg::before {
    position: absolute;
    inset: 0px;
    background: rgba(1, 1, 1, 0.97);
    content: "";
    z-index: -2;
}

.footer {
    position: relative;
    display: block;
    padding-bottom: 50px;
    z-index: 1;
}

.footer-one__single-contact {
    position: relative;
    display: block;
}

.footer-one__single {
    position: relative;
    display: block;
}

.footer-one__single .title {
    position: relative;
    display: block;
    margin-top: -8px;
    margin-bottom: 20px;
}

.footer-one__single .title h2 {
    color: rgb(255, 255, 255);
    font-size: 22px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    position: relative;
}

.footer-one__single .title h2::before {
    position: absolute;
    content: " ";
    background: rgb(137, 137, 137);
    width: 57px;
    height: 1px;
    bottom: 0px;
}

.footer-one__single .title h2::after {
    position: absolute;
    content: " ";
    background: rgb(255, 255, 255);
    width: 5px;
    height: 5px;
    bottom: -2px;
    border-radius: 50%;
    left: 52px;
}

.footer-one__single-contact-inner {
    position: relative;
    display: block;
}

.footer-one__single-contact-inner p {
    color: rgb(179, 176, 176);
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
    text-align: justify;
}

.footer-one__single-contact-inner h4 {
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    letter-spacing: -0.02em;
    margin-bottom: 8px;
}

.footer-one__single-contact-inner h4 span::before {
    position: relative;
    display: inline-block;
    color: rgb(179, 176, 176);
    font-size: 15px;
    padding-right: 8px;
    top: 1px;
}

.footer-one__single-contact-inner h4 a {
    color: rgb(179, 176, 176);
    transition: 200ms linear 0.1s;
}

.footer-one__single-contact-inner h4 a:hover {
    color: rgb(208, 208, 208);
}

.footer-one__single-link {
    position: relative;
    display: block;
}

.footer-one__single-link ul.quick-links {
    display: flex;
    flex-wrap: wrap;
}

.footer-one__single-link ul.quick-links li {
    flex: 1 1 50%;
}

.footer-one__single-list {
    position: relative;
    display: block;
    overflow: hidden;
}

.footer-one__single-list li {
    position: relative;
    display: block;
    margin-bottom: 7px;
}

.footer-one__single-list li::before {
    position: absolute;
    content: "\f054";
    font-family: "Font Awesome 6 Pro";
    top: 0px;
    left: 0px;
    color: rgb(179, 176, 176);
    font-size: 12px;
}

.footer-one__single-list li a {
    position: relative;
    display: inline-block;
    color: rgb(179, 176, 176);
    font-size: 14px;
    line-height: 28px;
    font-weight: normal;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    transition: 200ms linear 0.1s;
    padding-left: 18px;
}

.footer-one__single-list li a:hover {
    color: rgb(208, 208, 208);
}

.footer-one__single-departments {
    position: relative;
    display: block;
}

.footer-one__single-explore {
    position: relative;
    display: block;
}

.footer-one__single-gallery {
    position: relative;
    display: block;
}

.footer-one__single-gallery-box {
    position: relative;
    display: block;
    margin-left: -5px;
    margin-right: -5px;
    padding-top: 8px;
    overflow: hidden;
}

.footer-one__single-gallery-box li {
    position: relative;
    display: block;
    float: left;
    padding: 0px 5px;
    margin-bottom: 10px;
}

.footer-one__single-gallery-box li .img-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.footer-one__single-gallery-box li .img-box::before {
    content: "";
    position: absolute;
    inset: 0px;
    opacity: 0;
    background: rgba(23, 41, 62, 0.8);
    transform-origin: center top;
    transform-style: preserve-3d;
    transform: scale(0.5);
    transition: 0.7s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    z-index: 1;
}

.footer-one__single-gallery-box li .img-box img {
    width: auto;
}

.footer-one__single-gallery-box li:hover .img-box::before {
    opacity: 1;
    left: 0%;
    transform: scaleY(1) skew(0deg, 0deg);
    transition: 0.7s cubic-bezier(0.62, 0.21, 0.45, 1.22);
}

.footer-one__single-gallery-box li:hover .img-box .icon-box-footer {
    opacity: 1;
    transform: perspective(400px) translateY(0px);
    transition: 0.5s ease-in-out 0.5s;
}

.footer-one__single-gallery-box li .img-box .icon-box-footer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: perspective(400px) translateY(20px);
    transform-origin: center top;
    transition: 0.1s ease-in-out;
    z-index: 2;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.footer-one__single-gallery-box li .img-box .icon-box-footer a {
    position: relative;
    display: inline-block;
}

.footer-one__single-gallery-box li .img-box .icon-box-footer a span::before {
    position: relative;
    display: inline-block;
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 700;
}

.footer-one__bottom {
    position: relative;
    display: block;
    z-index: 1;
}

.footer-one__bottom .auto-container {
    max-width: 1530px;
    width: 100%;
}

.footer-one__bottom .bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.04);
    padding: 0px 110px;
}

.footer-one__bottom-left {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-one__bottom-left .logo-box {
    position: relative;
    display: block;
    margin-right: 90px;
}

.footer-one__bottom-left .logo-box a {
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
}

.footer-one__bottom-left .logo-box a h2 {
    color: rgb(179, 176, 176);
    font-size: 22px;
    text-transform: uppercase;
}

.footer-one__bottom-left .logo-box img {
    /* width: 50px; */
}

.footer-one__bottom-left .social-links {
    position: relative;
    display: block;
    padding-left: 90px;
}

.footer-one__bottom-left .social-links::before {
    position: absolute;
    top: -12px;
    left: 0px;
    bottom: -12px;
    width: 1px;
    background: rgba(255, 255, 255, 0.1);
    content: "";
}

.footer-one__bottom-left .social-links ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.footer-one__bottom-left .social-links ul li {
    position: relative;
    display: inline-block;
    margin-right: 11px;
}

.footer-one__bottom-left .social-links ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.15);
}

.footer-one__bottom-left .social-links ul li a::before {
    content: "";
    position: absolute;
    inset: 0px;
    background: rgb(20, 21, 22);
    border-radius: 0%;
    transform: scale(0.5);
    opacity: 0;
    transition: 0.4s linear;
    z-index: 1;
}

.footer-one__bottom-left .social-links ul li a span::before {
    position: relative;
    display: inline-block;
    color: rgb(255, 255, 255);
    font-size: 17px;
    z-index: 2;
}

.footer-one__bottom-left .social-links ul li a:hover::before {
    transform: scale(1);
    opacity: 1;
}

.footer-one__bottom .bottom-inner .copyright {
    position: relative;
    display: block;
}

.footer-one__bottom .bottom-inner .copyright p {
    color: rgb(179, 176, 176);
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
    letter-spacing: 0.01em;
}

.footer-one__bottom .bottom-inner .copyright p a {
    color: rgb(179, 176, 176);
    transition: 200ms linear 0.1s;
}

.footer-one__bottom .bottom-inner .copyright p a:hover {
    color: rgb(255, 255, 255);
}

/* Footer */
/* About us */
.choose-us-wrapper .choose-us-content p{
    text-align: justify;
}
.choose-us-3 .choose-us-images {
    position: relative;
}

.choose-us-3 .choose-us-images .shape-1 {
    position: absolute;
    left: 0px;
    top: -50px;
    opacity: 0.08;
    z-index: -1;
}

.choose-us-3 .choose-us-images .single-choose-item {
    width: 100%;
    height: 225px;
    position: relative;
    text-align: center;
    background-color: rgb(245, 245, 245);
    padding-top: 70px;
    background-image: none;
    cursor: pointer;
    overflow: hidden;
    border-radius: 12px;
    z-index: 5;
}

.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center center;
}

.choose-us-3 .choose-us-images .single-choose-item.active::before, .choose-us-3 .choose-us-images .single-choose-item.active::after {
    height: 100%;
}

.choose-us-3 .choose-us-images .single-choose-item::before {
    top: 0%;
    right: 0%;
}

.choose-us-3 .choose-us-images .single-choose-item::before, .choose-us-3 .choose-us-images .single-choose-item::after {
    content: "";
    width: 100%;
    height: 0%;
    position: absolute;
    background: linear-gradient(rgba(0, 3, 37, 0.56), rgba(0, 3, 37, 0.56)), url("../img/05.png");
    filter: grayscale(50%);
    transition: 0.4s;
    z-index: 1;
}
.choose-us-3 .choose-us-images .single-choose-item::before, .choose-us-3 .choose-us-images .single-choose-item1.single-choose-item::after {
    content: "";
    width: 100%;
    height: 0%;
    position: absolute;
    background: linear-gradient(rgba(0, 3, 37, 0.56), rgba(0, 3, 37, 0.56)), url("../img/04.png");
    filter: grayscale(50%);
    transition: 0.4s;
    z-index: 1;
}
.choose-us-3 .choose-us-images .single-choose-item::before, .choose-us-3 .choose-us-images .single-choose-item2.single-choose-item::after {
    content: "";
    width: 100%;
    height: 0%;
    position: absolute;
    background: linear-gradient(rgba(0, 3, 37, 0.56), rgba(0, 3, 37, 0.56)), url("../img/03.png");
    filter: grayscale(50%);
    transition: 0.4s;
    z-index: 1;
}
.choose-us-3 .choose-us-images .single-choose-item::before, .choose-us-3 .choose-us-images .single-choose-item3.single-choose-item::after {
    content: "";
    width: 100%;
    height: 0%;
    position: absolute;
    background: linear-gradient(rgba(0, 3, 37, 0.56), rgba(0, 3, 37, 0.56)), url("../img/02.png");
    filter: grayscale(50%);
    transition: 0.4s;
    z-index: 1;
}

@keyframes spinner {
    100% {
        transform: rotateZ(360deg);
    }
}

.choose-us-3 .choose-us-images .single-choose-item .shape-2 {
    position: absolute;
    top: -100px;
    left: -50px;
    animation: 10s linear 0s infinite normal none running spinner;
    filter: brightness(0.1);
}

.choose-us-3 .choose-us-images .single-choose-item .shape-3 {
    position: absolute;
    bottom: -20px;
    right: 0px;
    opacity: 0.17;
    rotate: 90deg;
    animation: 1s linear 0s infinite normal none running zoomBig;
}

.choose-us-3 .choose-us-images .single-choose-item .icon {
    font-size: 43px;
    background: linear-gradient(84deg, rgb(255, 129, 63) 0%, rgb(255, 129, 63) 100%) text;
    color: transparent;
    padding-bottom: 10px;
}

.choose-us-3 .choose-us-images .single-choose-item .single-choose-hover.active {
    opacity: 1;
    visibility: visible;
}

.choose-us-3 .choose-us-images .single-choose-item .single-choose-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    padding: 30px 40px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease-in-out;
}

.choose-us-3 .choose-us-images .single-choose-item .single-choose-hover.active {
    opacity: 1;
    visibility: visible;
}

.choose-us-3 .choose-us-images .single-choose-item .single-choose-hover .icon {
    background: none;
    color: rgb(255, 255, 255);
}

.choose-us-3 .choose-us-images .single-choose-item .single-choose-hover h4 {
    color: rgb(255, 255, 255);
}

.choose-us-3 .choose-us-images .single-choose-item .single-choose-hover p {
    color: rgb(255, 255, 255);
}

.choose-us-3 .choose-us-images .single-choose-item:hover::before, .choose-us-3 .choose-us-images .single-choose-item:hover::after {
    width: 100%;
    height: 100%;
}

.choose-us-3 .choose-us-images .single-choose-item:hover .single-choose-hover {
    opacity: 1;
    visibility: visible;
}

.choose-us-3 .choose-us-images .single-choose-item::after {
    left: 0%;
    bottom: 0%;
}

.choose-us-wrapper .about-text {
    text-align: justify;
    margin-bottom: 20px;
}

.choose-us-wrapper .about-text:last-child {
    margin-bottom: 0px;
}

/* About us */
/* MV */
.features-one--about {
    position: relative;
    display: block;
    margin-bottom: 0px;
}

.features-one {
    position: relative;
    display: block;
    margin-bottom: -65px;
    z-index: 5;
}

.features-one__inner {
    position: relative;
    display: block;
    padding-bottom: 60px;
}

.features-one__single {
    position: relative;
    display: flex;
    align-items: center;
}

.features-one__single.mission-text {
    padding-right: 40px;
}

.features-one__single::before {
    position: absolute;
    top: 25px;
    right: -15px;
    bottom: 25px;
    width: 2px;
    background: rgb(237, 238, 238);
    content: "";
}

.features-one__single-img {
    position: relative;
    display: block;
}

.features-one__single-img .inner {
    position: relative;
    display: block;
    width: 250px;
    height: 250px;
    border: 10px solid rgb(237, 238, 238);
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}

.features-one__single-img .inner::before {
    position: absolute;
    inset: 0px;
    background: rgb(1, 1, 1);
    opacity: 0.5;
    content: "";
    z-index: 1;
}

.features-one__single-img .inner img {
    width: 100%;
    transition: 500ms linear 0.1s;
    transform: scale(1);
}

.features-one__single-img .inner .icon-box-about {
    position: absolute;
    inset: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.features-one__single-img .inner .icon-box-about img {
    position: relative;
    display: inline-block;
    color: rgb(255, 255, 255);
    transition: 500ms linear 0.1s;
    transform: scale(1);
    width: 25%;
    filter: brightness(0) invert(1);
}

.features-one__single-content {
    position: relative;
    display: block;
    margin-left: 40px;
    flex: 1 1 0%;
}

.features-one__single-content h3 {
    color: var(--primary-color);
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.features-one__single-content h2 {
    font-size: 32px;
    line-height: 45px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 11px;
}

.features-one__single-content p {
    font-size: 17px;
    line-height: 26px;
    margin: 0px;
    text-align: justify;
}

.features-one__single:hover .features-one__single-img .inner img {
    transform: scale(1.1);
}

.features-one__single:hover .features-one__single-img .inner .icon-box-about span::before {
    transform: scale(0.9);
}

.features-one__single.style2::before {
    display: none;
}

.features-one .container {
    max-width: 1320px;
}

.features-one__single.style2 {
    padding-left: 54px;
}

/* MV */
/* Button */
.get-in-touch-btn {
    position: relative;
    padding: 10px;
    font-size: 11px;
    color: #ffff;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 600ms cubic-bezier(0.77, 0, 0.175, 1);
    cursor: pointer;
    user-select: none;
    display: inline-block;
    font-weight: 600;
    /* border: 1px solid rgb(202 202 202); */
    background:#000000;
    z-index: 9;
}
.get-in-touch-btn.request-quote-button {
    border: 1px solid rgb(203 203 203);
}

.get-in-touch-btn::before, .get-in-touch-btn::after {
    content: "";
    position: absolute;
    transition: inherit;
    z-index: -1;
}

.get-in-touch-btn:hover {
    color: rgb(255, 255, 255);
    transition-delay: 0.6s;
}
.get-in-touch-btn.request-quote-button:hover {
    color: rgb(255, 255, 255);
    transition-delay: 0.6s;
    z-index: 9;
}

.get-in-touch-btn:hover::before {
    transition-delay: 0s;
}

.get-in-touch-btn:hover::after {
    background: rgb(35, 37, 45);
    transition-delay: 0.4s;
}

.get-in-touch-btn.from-top::before, .get-in-touch-btn.from-top::after {
    left: 0px;
    height: 0px;
    width: 100%;
}

.get-in-touch-btn.from-top::before {
    bottom: 0px;
    border-width: 0px 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: rgb(35, 37, 45);
    border-left-color: rgb(35, 37, 45);
    border-image: initial;
    border-top-style: initial;
    border-top-color: initial;
    border-bottom-style: initial;
    border-bottom-color: initial;
}

.get-in-touch-btn.from-top::after {
    top: 0px;
    height: 0px;
}

.get-in-touch-btn.from-top:hover::before, .get-in-touch-btn.from-top:hover::after {
    height: 100%;
}
.get-in-touch-btn.request-quote-button.from-top:hover::before, .get-in-touch-btn.request-quote-button.from-top:hover::after {
    height: 100%;
    z-index: -1;
}

.get-in-touch-btn.from-top.active::before, .get-in-touch-btn.from-top.active::after {
    height: 100%;
}

@media only screen and (max-width: 480px) {
    .get-in-touch-btn {
        padding: 5px 12px;
        font-size: 10px;
    }
}

.rs-addon-beforeafter-btn i {
    color: rgb(255, 255, 255);
    background-color: rgb(46, 49, 59);
    padding: 0px 10px;
}
/* Button */
/* Contact */
.testimonial-block-two {
    position: relative;
}
.testimonial-block-two .inner-box {
    position: relative;
    margin-top: 15px;
    padding: 0 45px 45px;
    /* -webkit-box-shadow: 0 0 59px rgba(0, 0, 0, 0.06); */
    /* box-shadow: 0 0 59px rgba(0, 0, 0, 0.06); */
    border-top: 3px solid #e2e2e2;
    background-color: #fbfbfb;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    min-height: 242px;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.testimonial-block-two .inner-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    pointer-events: none;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.testimonial-block-two .inner-box .icon-box-contact {
    position: relative;
    bottom: 15px;
    width: 121px;
    height: 83px;
    margin: 0 auto;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    /* background: #e2e2e2; */
}
.testimonial-block-two .inner-box .icon-box-contact:before {
    position: absolute;
    left: -7px;
    right: -7px;
    top: 0;
    height: 14px;
    content: "";
    clip-path: polygon(5% 0, 95% 0, 100% 100%, 0 100%);
    background-color: #9d9d9d;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.testimonial-block-two .inner-box .icon-box-contact .icon {
    color: #9d9d9d;
    position: relative;
    display: inline-block;
    z-index: 2;
    font-size: 50px;
    font-weight: normal;
}
.testimonial-block-two .inner-box .icon-box-contact:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #e2e2e2;
    clip-path: polygon(0 0%, 100% 0, 90% 100%, 10% 100%);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.testimonial-block-two .inner-box .text {
    position: relative;
    font-size: 16px;
    margin-bottom: 0;
    color: #000000;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    line-height: 25px;
}
.testimonial-block-two .inner-box .text a:hover {
    color: var(--primary-color);
}
.testimonial-block-two .inner-box .icon-quotes {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 1;
    width: 121px;
    height: 121px;
    background-image: url(../img/dots-4-light.png);
    z-index: 3;
    filter: brightness(0.3);
}
.testimonial-block-two .inner-box:hover:before {
    height: 100%;
}
.testimonial-block-two:hover p {
   color: #000;
   z-index: 9;
   position: relative;
}
/* Contact */
/* Product Detail */

.swiper-gallery {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.thumbs-gallery {
  width: 80px;
  height: 500px;
}

.main-gallery {
  flex: 1;
}

.thumbs-gallery img,
.main-gallery img {
  width: 100%;
  border-radius: 6px;
  cursor: pointer;
}

.thumbs-gallery .swiper-slide-thumb-active img {
  border: 2px solid #000;
}


.shopdetails-style-1-wrapper {
    /* margin: auto; */
    /* padding: 60px; */
    background: #fff;
    border-radius: 6px;
}
.product-details-popup-wrapper.in-shopdetails {
    width: 100%;
    position: static;
    top: 0%;
    left: 0%;
    transform: none;
    z-index: 99;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: 0.3s;
    height: auto;
    width: 100%;
    z-index: 1000;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    padding-top: 0 !important;
}
.product-details-popup-wrapper {
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    pointer-events: none;
    height: 100vh;
    width: 100%;
    z-index: 1000;
}
.product-details-popup-wrapper.in-shopdetails .product-details-popup-section {
    padding-top: 0;
}
.product-details-popup-wrapper.in-shopdetails>div {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
.rts-product-details-section.product-details-popup-section {
    position: relative;
    border: none;
}
.rts-product-details-section2 {
    padding-bottom: 0;
}
.rts-product-details-section {
    padding-top: 100px;
    padding-bottom: 30px;
}
.rts-product-details-section2 {
    padding-bottom: 0;
}
.product-details-popup-wrapper.in-shopdetails .product-details-popup {
    pointer-events: auto;
    padding: 0 !important;
    height: auto;
    z-index: 5;
}
.product-details-popup {
    pointer-events: none;
    margin: 0 auto;
    height: 520px;
    border-radius: 7px;
    background: #fff;
    padding: 30px !important;
    position: relative;
    z-index: 999;
}
.product-details-popup {
    pointer-events: none;
    margin: 0 auto;
    height: 520px;
    border-radius: 7px;
    background: #fff;
    padding: 30px !important;
    position: relative;
    z-index: 999;
}
.rts-product-details-section .details-product-area {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.product-details-popup .product-thumb-area {
    /* margin-right: 40px !important; */
    /* cursor: url(../img/zoom.png), auto; */
}
.product-details-popup .product-thumb-area {
    /* margin-right: 40px !important; */
}
.rts-product-details-section2 .product-thumb-area {
    display: flex;
    flex-direction: column;
}
.rts-product-details-section .product-thumb-area {
    display: flex;
    /* align-items: center; */
    /* margin-right: 70px; */
}
.rts-product-details-section2 .product-thumb-area {
    display: flex;
    flex-direction: column;
}
.filterd-items.hide {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transform: translateY(0);
    height: 0;
    overflow: hidden;
    transition: all 1.2s;
}
.filterd-items {
    visibility: visible;
    opacity: 1;
    position: relative;
    transition: all 1.2s;
    height: auto;
}
.product-details-popup-wrapper.in-shopdetails .product-details-popup .product-thumb {
    width: 450px;
}
.rts-product-details-section2 .product-thumb-area .product-thumb {
    margin-bottom: 30px;
    border: 1px solid #f1f1f1;
    border-radius: 6px;
}
.rts-product-details-section2 .product-thumb-area .product-thumb {
    margin-bottom: 30px;
}
.product-details-popup .product-thumb {
    width: 303px;
}
.product-details-popup .product-thumb {
    width: 303px;
}
.filterd-items.hide img {
    transition: all 1.2s;
}
.zoom img {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    /* display: block; */
    width: 100%;
}
.filterd-items img {
    transition: all 1.2s;
    width: 450px;
}
.rts-product-details-section2 .product-thumb-area .product-thumb-filter-group {
    flex-direction: row;
}
.rts-product-details-section2 .product-thumb-area .product-thumb-filter-group {
    flex-direction: row;
}
.rts-product-details-section .product-thumb-filter-group {
    display: flex;
    flex-direction: column;
    /* margin-left: 20px; */
}
.rts-product-details-section2 .product-thumb-area .product-thumb-filter-group .thumb-filter {
    margin-bottom: 0;
    margin-right: 10px;
    border: 1px solid #f1f1f1;
    border-radius: 6px;
}
.rts-product-details-section .product-thumb-filter-group:last-child .thumb-filter {
    margin-right: 0;
}
.rts-product-details-section2 .product-thumb-area .product-thumb-filter-group .thumb-filter {
    margin-bottom: 0;
    margin-right: 20px;
}
.rts-product-details-section .product-thumb-filter-group .thumb-filter {
    max-width: 85px;
    /* opacity: 40%; */
    margin-bottom: 20px;
    cursor: pointer;
    transition: opacity 0.5;
}
.rts-product-details-section .details-product-area .product-title {
    font-size: 26px;
    margin-bottom: 10px;
}
.rts-product-details-section .details-product-area p {
    /* color: var(--color-body); */
    max-width: 540px;
    margin-bottom: 20px;
    text-align: justify;
    font-size: 15px;
}
/* @media (min-width: 1200px) {
    .offset-xl-1 {
        margin-left: 8.33333333%;
    }
}
@media (min-width: 1200px) {
    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
}
@media (min-width: 992px) {
    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}
@media (min-width: 768px) {
    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
} */
.theiaStickySidebar:after {
    content: "";
    display: table;
    clear: both;
}
.shop-sight-sticky-sidevbar {
    padding: 30px;
    border-radius: 6px;
    background: #F3F4F6;
}
.shop-sight-sticky-sidevbar .single-offer-area{
    display: flex;
    align-items: flex-start;
    gap: 5px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #E2E2E2;
}
.shop-sight-sticky-sidevbar .title {
   font-size: 22px;
   font-weight: 600;
   margin-bottom: 15px;
}
.shop-sight-sticky-sidevbar .single-offer-area .icon {
    /* min-width: max-content; */
    width: 50%;
}
.shop-sight-sticky-sidevbar .single-offer-area .icon img {
    /* min-width: max-content; */
    width: 70%;
}
.shop-sight-sticky-sidevbar .single-offer-area .details p {
    margin-bottom: 0;
    font-size: 14px;
    /* color: #2C3C28; */
}
.rts-product-details-section2 .product-thumb-area .product-thumb-filter-group .thumb-filter img{
    width: 70px;
}
.shop-sight-sticky-sidevbar .single-offer-area:last-child {
    border: none;
    margin: 0;
    padding: 0;
}
.product-image img{
    width: 100%;
    border: 2px solid #ebebeb;
    padding: 10px;
    border-radius: 10px;
}
.image-box {
    position: relative;
    display: block;
    padding-left: 70px;
    margin-right: 0;
}
.image-box .image-pattern {
    position: absolute;
    left: 16px;
    bottom: 0px;
    width: 135px;
    height: 370px;
    background-repeat: no-repeat;
}
.image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
}
.image-box .image:before {
    position: absolute;
    top: 0;
    left: -75%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.image-box .image img {
    width: 100%;
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.image-box:hover .image:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
/* Product Detail */
/* Product Detail New */
.cs_card.cs_style_1 {
    height: 100%;
}
.cs_card.cs_style_1 .cs_card_thumbnail {
    /* padding: 0 35px; */
    margin-bottom: -98px;
    z-index: 2;
    /* display: block; */
    /* width: 100%; */
}
.cs_card.cs_style_1 .cs_card_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 10px 0 10px;
    /* margin-top: -98px; */
    /* -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06); */
    /* box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06); */
    /* border: 1px solid transparent; */
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.cs_white_bg {
    background-color: var(--white-color);
}
.cs_card_thumbnail img{
    width: 100%;
    border-top: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-bottom: 3px solid var(--primary-color);
    border-radius: 10px;
}
.cs_radius_10 {
    border-radius: 10px;
}
.cs_card.cs_style_1 .cs_card_icon {
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
    top: 15px;
    border-radius: 50%;
}
.cs_heading_bg {
    background-color: #ebebeb;
}
.cs_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.cs_mb_22 {
    margin-bottom: 12px;
}
.cs_card.cs_style_1:hover .cs_card_info {
    border-color: var(--primary-color);
}

/* Product Detail New */
/* Quality */
@media only screen and (max-width: 1400px) {
    .main-container > section {
        /* padding: 80px 0px; */
    }
}
.main-container > section {
    position: relative;
    clear: both;
    border: 0;
    padding: 80px 0px 0px;
}
.section-background .background-wrapper {
    backface-visibility: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: inherit;
    background-clip: padding-box;
}
.section-background .background-wrapper .background-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-attachment: scroll;
}
.services {
    width: 100%;
    height: auto;
}
.circle--slider {
    position: relative;
}
.circle--slider .rotate--circle {
    margin: 0 auto;
}

.circle--rotate {
    border-radius: 50%;
    border: 1px #fff solid;
    width: 43%;
    height: 43%;
    margin: 0 auto 0;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    z-index: 0;
    padding: 0;
}
.circle--rotate>li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    z-index: 10;
    visibility: hidden;
}
@media (max-width: 1400px) {
    .circle--slider .circle--rotate>li.active div {
        font-size: 13px;
        transform: scale(1.1);
    }
}
@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(253, 247, 247, 0.656);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(190, 184, 184, 0.619);
    }
}
.circle--slider .circle--rotate>li.active div {
    font-size: 15px;
    background: var(--primary-color);
    animation: pulse-animation 2s infinite;
    transform: scale(1.3);
}
.circle--slider .circle--rotate>li div {
    position: relative;
    overflow: visible;
    background-color: var(--primary-color);
}
.circle--rotate>li .icon {
    visibility: visible;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    border-radius: 50%;
    background-color: #fff;
    height: 10%;
    width: 10%;
    margin-top: 12px;
    margin: -5% auto;
    transition: all 500ms ease;
}
.circle--rotate>li img {
    margin: auto;
    padding: 8px;
    filter: brightness(0) invert(1);
}
@media (max-width: 1400px) {
    .icon-text {
        font-size: 14px;
        line-height: 18px;
        margin-top: 12px;
    }
}
.icon-text {
    color: #fff !important;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin-top: 5px;
}
.circle--slider .count6 li:nth-child(2) {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}
.circle--slider .count6 li:nth-child(3) {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
}
.circle--slider .count6 li:nth-child(4) {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.circle--slider .count6 li:nth-child(5) {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
}
.circle--slider .count6 li:nth-child(6) {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.circle--slider .animate-wrapper {
    height: 25%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}
.circle--slider .animate-img {
    width: 25%;
    height: 25%;
    border-radius: 50%;
    overflow: hidden;
}
.circle--slider .animate.active .animate-img .animate-img__in {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.circle--slider .animate-img .animate-img__in {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    background-repeat: no-repeat;
    z-index: 3;
    -webkit-transform: rotate3d(0, 0, 0, 0deg) scale(0.85);
    transform: rotate3d(0, 0, 0, 0deg) scale(0.85);
    transition: .55s ease-in-out;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-size: cover;
}
.circle--slider .animate.active .animate-more {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/* @media (max-width: 1400px) {
    .circle--slider .animate-more {
        height: 320px;
        width: 320px;
    }
}
@media (max-width: 1600px) {
    .circle--slider .animate-more {
        height: 350px;
        width: 350px;
    }
} */
.circle--slider .animate-more {
    opacity: 0;
    visibility: hidden;
    transition: all .5s .4s;
    background-color: #fff;
    max-width: 400px;
    overflow: hidden;
    text-align: center;
    z-index: 30;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    box-shadow: -20px 20px 50px rgba(0, 0, 0, 0.3);
    padding: 0px;
    height: 310px;
    width: 310px;
    border-radius: 50%;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.circle--slider .animate-title {
    color: #fff;
}
.circle--slider .animate-more .p-center {
    position: absolute;
    top: 40%;
    width: 100%;
    padding: 30px;
    left: 40%;
    transform: translate(-40%, -40%);
}
.animate-title img {
    background-color: var(--primary-color);
    border-radius: 50%;
    padding: 8px;
    width: 80px;
}
.animate-title img.img-fluid{
    /* filter: brightness(0) invert(1); */
}
.feature-font {
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-top: 15px;
}
.heading-wrapper{
    margin-bottom:30px; 
    position: relative;
}
.heading-wrapper p{
    color: #fff; 
}
.quality-text p{
    text-align: justify;
    margin-bottom: 20px;
}
.quality-text p:last-child{
    margin-bottom: 0px;
}
/* Quality */
/* Capabilities */
.why-choose-one {
    position: relative;
    display: block;
    background: #ffffff;
    /* padding: 0px 0px 120px; */
    z-index: 1;
}
.why-choose-one__inner {
    position: relative;
    display: block;
}
.why-choose-one__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    max-width: 370px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.why-choose-one__img img {
    width: 100%;
}
.why-choose-one__list {
    position: relative;
    display: block;
    overflow: hidden;
}
.why-choose-one__list li {
    position: relative;
    display: block;
    max-width: 365px;
    width: 100%;
    padding-left: 130px;
    float: left;
    margin-bottom: 48px;
}
.why-choose-one__list li .icon-box {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 8px;
    left: 0;
    width: 100px;
    height: 100px;
    background: #e8e8e8;
    border-radius: 5px;
}
.why-choose-one__list li .icon-box img{
    width: 80%;
    /* filter: brightness(0) invert(1); */
}
.why-choose-one__list li .icon-box img {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 50px;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}
.why-choose-one__list li:hover .icon-box img:hover {
    transform: scale(0.9);
}
.why-choose-one__list li .content-box {
    position: relative;
    display: block;
}
.why-choose-one__list li .content-box h2 {
    font-size: 18px;
    line-height: 34px;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 12px;
}
.why-choose-one__list li .content-box h2  {
    color: #1a1a1a;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-weight: 600;
}
.why-choose-one__list li .content-box h2:hover {
    color: var(--primary-color);
}
.why-choose-one__list li .content-box p {
    margin: 0px;
}
.why-choose-one__list li.style2 {
    float: right;
    padding-left: 0;
    padding-right: 130px;
    text-align: right;
}
.why-choose-one__list li.style2 .icon-box {
    left: auto;
    right: 0;
}
/* Capabilities */

/* Product Detail */
.service-card.style1 {
    /* position: relative; */
    text-align: center;
    z-index: 3;
}
.service-card.style1 .icon {
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
}
.service-card.style1 .icon i{
    font-size: 20px;
    left: 5px;
    position: relative;
    color: var(--secondary-color);
}
.product-detail h3 {
    position: relative;
    z-index: 2;
    margin-top: 12px;
    text-align: center;
}
.product-detail h3 a {
    color: var(--secondary-color);
    /* font-family: "Plus Jakarta Sans", system-ui; */
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.66px;
}
.service-card.style1 .thumb {
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}
.service-card.style1 .thumb img {
    max-width: 100%;
    border-radius: 10px;
    border-top: 1px solid #ebebeb;
    border-bottom: 3px solid var(--primary-color);
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
}
.service-card.style1 .link-btn.style1 {
    position: relative;
    z-index: 2;
    width: 48px;
    height: 48px;
    line-height: 43px;
    text-align: center;
    background: rgb(255 255 255);
    color: #575757;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: 45px;
    border: 1px solid #ebebeb;
    border-radius: 50%;
}
.link-btn.style1 {
    color: var(--primary-color);
    /* font-family: "Plus Jakarta Sans", system-ui; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.link-btn.style1 svg {
    margin-left: 0px;
}
.padding.product-detail{
    /* padding-bottom: 50px; */
}
.service-card.style1 .shape1 {
    position: absolute;
    top: 0px;
    left: 2px;
    z-index: 1;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.service-card.style1 .shape1 img{
    width: 90%;
    object-fit: cover;
}
.service-card.style1 .shape2 {
    position: absolute;
    top: 20px;
    left: 2px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.product-detail .space{
    margin-bottom: 40px;
}
.offer-card.style1 {
    position: relative;
    padding: 30px;
    background: #ebebeb;
    z-index: 3;
}
.offer-card.style1.bg-opacity-none {
    position: relative;
}
.offer-card.style1.bg-opacity-none:before {
    opacity: 10;
    visibility: visible;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(22, 25, 33, 0.85);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.offer-card.style1 .bg.bg-opacity-none {
    height: 100%;
    opacity: 1;
    visibility: visible;
}
.offer-card.style1.bg-opacity-none h3 a {
    color: #ffff;
}
.offer-card.style1.bg-opacity-none .checklist.style1 li {
    color: #ffff;
}
.offer-card.style1 .bg {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    z-index: -1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.offer-card.style1 .bg img {
    width: 100%;
    height: 100%;
}
.offer-card.style1 .content {
    position: relative;
    z-index: 5;
}
.offer-card.style1 .icon {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: #ffff;
    margin-bottom: 20px;
}
.offer-card.style1 .icon svg {
    width: 40px;
    height: 40px;
}
.offer-card.style1 h3 {
    margin-bottom: 15px;
}
.offer-card.style1 h3 a {
    color: #404040;
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.72px;
}
.offer-card.style1 .checklist {
    margin-bottom: 10px;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(224, 224, 224, 0.25);
}
.checklist.style1 {
    list-style-type: none;
    padding-left: 0;
    margin-block-start: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.checklist.style1 li {
    color: #565656;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.checklist.style1 li svg{
    margin-right: 5px;
}

/* Product Detail */

/* Responsive CSS */
@media screen and (min-width: 1900px) {
    .container{
        max-width: 1700px;
    }
    .ep-header-section .top-header .contact-info.left {
        padding-left: 25% !important;
    }
    .ep-header-section .navbar .navbar-nav{
        padding-left: 15% !important;
    }
    .ep-header-section .navbar .navbar-nav .nav-item {
        margin: 0 22px !important;
    }
    .ep-header-section .navbar .navbar-nav .nav-item .nav-link {
        font-size: 17px !important;
    }
    .ep-banner-section .banner-text {
        padding: 310px 0 !important;
    }
    .section-title .subtitle {
        font-size: 22px !important;
    }
    .ep-banner-section .banner-text .detais {
        font-size: 18px !important;
    }
    p {
        font-size: 17px !important;
    }
    .ep-about-section .about-img .video-part {
        bottom: 10% !important;
    }
    .ep-about-section.padding {
        padding-bottom: 55px !important;
    }
    .footer-one__single-list li a {
        font-size: 16px !important;
    }
    .footer-one__single-contact-inner h4 a {
        font-size: 16px !important;
    }
    .testimonial-block-two .inner-box .text {
        font-size: 17px !important;
    }
    .get-in-touch-btn {
        font-size: 15px  !important;
    }
    .features-one .container {
        max-width: 1700px !important;
    }
    .listing.d-none{
        display: block !important;
    }
}
@media (min-width: 1200px) and (max-width: 1300px){
        .ep-header-section .navbar .navbar-nav .nav-item .nav-link {
        font-size: 13px !important;
    }
    .ep-header-section .navbar .navbar-nav {
        padding-left: 250px !important;
        margin-right: 0 !important;
    }
    .ep-header-section .top-header .contact-info.left {
        padding-left: 264px !important;
    }
    .ep-header-section .navbar .navbar-nav .nav-item .sub-menu{
        width: 330px !important;
    }
    .ep-header-section .navbar .navbar-nav .nav-item .sub-menu li a {
        font-size: 14px !important;
    }
}
@media (min-width: 1024px) and (max-width: 1200px){
    .ep-header-section .navbar .navbar-brand {
        bottom: -16px !important;
    }
    .ep-header-section .navbar .navbar-brand .shape {
        width: 260px !important;
        position: relative !important;
        bottom: 18px !important;
        height: 100%;
    }
    .ep-header-section .navbar .navbar-nav .nav-item .nav-link {
        line-height: 50px !important;
    }
    .ep-header-section .navbar .navbar-nav .nav-item .nav-link {
        font-size: 11px !important;
    }
    .ep-header-section .navbar .navbar-nav {
        padding-left: 180px !important;
        margin-right: 0 !important;
    }
    .logo-text-image {
        top: 0px !important;
    }
    .ep-header-section .navbar .navbar-brand .logo {
        left: 0 !important;
        top: 0 !important;
        width: 80% !important;
    }
    .get-in-touch-btn {
        font-size: 10px;
    }
    .ep-header-section.sticky-menu .logo-text-image {
        top: 20px !important;
    }
    .ep-header-section .navbar .navbar-nav .nav-item .sub-menu{
        width: 320px !important;
    }
    .ep-header-section .navbar .navbar-nav .nav-item .sub-menu li a {
        font-size: 14px !important;
    }
}
@media (max-width:1024px){
    .heading-one {
        font-size: 27px !important;
        line-height: 33px !important;
    }
    .heading-two {
        font-size: 32px !important;
        line-height: 40px !important;
    }
    .services-two__single-inner h2 {
        font-size: 22px !important;
    }
    .services-two__single .overlay-content .inner h2 {
        font-size: 18px !important;
    }
    .services-two__single .overlay-content .inner p {
        font-size: 14px;
    }
    .ep-team-section .team-item .image .overlay .name {
        font-size: 15px !important;
    }
    .ep-team-section .team-item .team-icon {
        bottom: 122px !important;
    }
    .why-choose-one__list li .icon-box {
        width: 80px;
        height: 80px;
    }
    .why-choose-one__list li {
        padding-left: 100px;
    }
    .why-choose-one__list li.style2 {
        padding-right: 100px;
    }
    .why-choose-one__img {
        max-width: 200px;
    }
    .ep-page-header-section .overlay {
        padding: 60px 0 !important;
    }
    .ep-page-header-section .page-title {
        font-size: 35px !important;
        line-height: 35px !important;
    }
    .ep-page-header-section .bread-crumb li {
        font-size: 14px !important;
    }
    .ep-header-section .navbar .navbar-nav .nav-item .nav-link {
        font-size: 11px !important;
        padding: 5px;
    }
    .ep-header-section .navbar .navbar-brand .shape {
        width: 289px !important;
        position: relative !important;
        bottom: 18px !important;
        height: 100%;
    }
    .ep-header-section .navbar .navbar-brand .logo {
        left: 0 !important;
        top: 0 !important;
        width: 80% !important;
    }
    .ep-header-section .navbar .navbar-brand {
        bottom: -16px !important;
    }
    .logo-text-image {
        top: 4px !important;
    }
    .ep-header-section.sticky-menu .logo-text-image {
        top: 20px !important;
    }
    .ep-header-section .navbar .navbar-nav {
        padding-left: 247px !important;
        /* margin-right: 0 !important; */
    }
    .get-in-touch-btn {
        font-size: 8px;
    }
    .ep-header-section .navbar .navbar-nav .nav-item .nav-link {
        line-height: 60px !important;
    }
    .ep-header-section .top-header .contact-info.left {
        padding-left: 230px !important;
    }
    .ep-header-section .navbar .navbar-nav .nav-item .sub-menu{
        width: 320px !important;
    }
    .ep-header-section .navbar .navbar-nav .nav-item .sub-menu li a {
        font-size: 14px !important;
    }
}   
@media (max-width: 768px){
    .ep-page-header-section .page-title {
        font-size: 35px !important;
        line-height: 40px !important;
    }
    .testimonial-block-two {
        margin-bottom: 45px;
    }
    .padding.contact-us{
        padding-bottom: 5px;
    }
    .why-choose-one__inner {
        max-width: 365px;
        width: 100%;
        margin: 0 auto;
    }
    .why-choose-one__img {
        display: none;
    }
    .features-one__single.style2 {
        padding-left: 0;
        margin-top: 25px;
    }
    .ep-about-section .row{
        flex-direction: column-reverse;
    }
    .about-content.pt-4{
        padding-top: 0 !important;
    }
    .justify-content-md-end {
        justify-content: flex-start !important;
    }
    .ep-about-section .about-img .video-part {
        bottom: 0 !important;
    }
    .ep-about-section.padding {
        padding-bottom: 35px !important;
    }
    .services-two__inner {
        padding-left: 70px;
    }
    .services-two__single {
        max-width: 450px;
        width: 100%;
        margin: 0 auto 70px;
    }
    .services-two {
        padding: 120px 0px 212px;
    }
    .footer-one__bottom .bottom-inner {
        padding: 30px 50px 30px;
        display: block;
        text-align: center;
    }
    .footer-one__bottom-left {
        justify-content: center;
        margin-bottom: 30px;
    }
    .footer-one__bottom-left .logo-box {
        margin-right: 40px;
    }
    .footer-one__bottom-left .social-links {
        padding-left: 40px;
    }
    .heading-two {
        font-size: 34px !important;
        line-height: 45px !important;
    }
    .product-detail h3 a {
        font-size: 20px;
    }
    .rounded-20 {
        /* margin-top: 35px; */
    }
    .ep-header-section .top-header .contact-info.left {
        padding-left: 0 !important;
    }
    .mobile-menu-area .mobile-topbar .shape {
        width: 270px !important;
        height: 125px !important;
    }
    .ep-header-section.sticky-menu .mobile-menu-area .mobile-topbar {
        padding: 0 !important;
    }
}
@media (max-width:767px){
    .ep-about-section .row{
        flex-direction: column-reverse;
        padding-bottom: 50px;
        padding-top: 0;
    }
    .services-two__inner {
        padding-left: 0px;
    }
    .services-two__single {
        max-width: 450px;
        width: 100%;
        margin: 0 auto 70px;
    }
    .services-two {
        padding: 80px 0px 0px;
    }
    .footer-one__single .title {
        margin-top: 5px;
    }
    .auto-container {
        padding: 0px 15px;
    }
    .footer-one__bottom .bottom-inner {
        padding: 30px 30px 30px;
        display: block;
        text-align: center;
    }
    .footer-one__bottom-left {
        display: block;
        margin-bottom: 30px;
    }
    .footer-one__bottom-left .logo-box {
        margin-right: 0px;
        margin-bottom: 25px;
    }
    .footer-one__bottom-left .social-links {
        padding-left: 0px;
    }
    .footer-one__bottom-left .social-links::before {
        display: none;
    }
    .features-one__single {
        display: block;
        text-align: center;
    }
    .features-one__single-img .inner {
        width: 230px;
        height: 230px;
        margin: 0 auto 20px;
    }
    .features-one__single-content {
        margin-left: 0px;
    }
    .features-one__single {
        max-width: 600px;
        width: 100%;
        margin: 0 auto 30px;
    }
    .features-one__single.style2 {
        padding-left: 0px;
        margin-bottom: 0;
    }
    .why-choose-one__inner {
        max-width: 365px;
        width: 100%;
        margin: 0 auto;
    }
    .why-choose-one__img {
        display: none;
    }
    .why-choose-one__list li {
        padding-left: 100px;
    }
    .why-choose-one__list li .icon-box {
        width: 80px;
        height: 80px;
    }
    .why-choose-one__list li.style2 {
        padding-right: 100px;
    }
    .main-container > section {
        padding: 50px 0px;
    }
    .circle--rotate{
        display: none;
    }
    .circle--slider .animate-wrapper {
        height: 350px !important;
    }
    .circle--slider .animate-wrapper {
        position: relative;
    }
    .circle--slider .animate-more {
        height: auto;
        border-radius: 0px;
        padding: 10px;
        width: 100% !important;
    }
    .icon-text {
        font-size: 12px;
        line-height: 15px;
        margin-top: 12px;
    }
    .circle--slider .circle--rotate>li.active div {
        font-size: 13px;
        transform: scale(1.1);
    }
    .testimonial-block-two{
        margin-bottom: 35px;
    }
    .rounded-20 {
        /* margin-top: 35px; */
    }
    .heading-two {
        font-size: 25px !important;
        line-height: 38px !important;
    }
    .ep-header-section .top-header .contact-info {
        /* display: block !important; */
    }
    .social-icon {
        display: none !important;
    }
    .ep-header-section .top-header .contact-info.left {
        padding-left: 0 !important;
    }
    .list-unstyled{
        justify-content: space-around;
    }
    .ep-header-section .top-header.orange-logo {
        padding: 5px !important;
    }
    .mobile-menu-area .mobile-topbar .shape {
        width: 300px !important;
        height: 120px !important;
    }
    .ep-header-section.sticky-menu .mobile-menu-area .mobile-topbar {
        padding: 0 !important;
    }
}
/* Responsive CSS */

