:root{
    --large-container-width: 1196px;
    --sec-title-subtitle-font-size: 14px;
    --sec-title-subtitle-line-height: 30px;
    --sec-title-subtitle-font-weight: 600;
    --sec-title-subtitle-font-family: var(--text-font);
    --text-font:  'Roboto', sans-serif;
    --sec-title-font-size: var(--h2-font-size);
    --h2-font-size: 35px;
    --sec-title-font-family: var(--title-font);
    --title-font:  "Merriweather", serif;
    --sec-title-font-weight: 700;
    --sec-title-title-line-height: 54px;
    --h5-font-size: 20px;
    --line-height-heading: 1.211em;
    --text-color: #121212;
    --body-font-size: 16px;.service-block-five .inner-box
    --body-font-weight: 400;
    --body-line-height: 30px;
    --white-color: #ffffff;
    --title-color: #121212;
    --tp-common-black: #16171a;
    --transition: all .5s ease-in-out;
    --transition2: all .3s ease-in-out;
    --box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.chat {
    font-size: 30px;
}

.tm-purchase-floating-box {
    position: fixed;
    top: 50%;
    right: 0;
    border-radius: 7px 0 0 7px;
    padding: 11px 0;
    margin: -89px 0 0;
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(0,0,0,.25);
    z-index: 99999;
    border: 1px solid var(--primary-color);
    border-right: 0
}

.tm-floating-box-icon {
    display: block;
    position: relative;
    width: 45px;
    height: 50px;
    line-height: 50px;
    text-align: center
}

.tm-floating-box-icon i {
    display: inline-block;
    vertical-align: middle;
    color: var(--seconadry-color);
    width: 23px
}

.tm-floating-box-icon>span {
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    width: 100px;
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(0,0,0,.25);
    opacity: 0;
    visibility: hidden;
    font-size: 15px;
    color: var(--primary-color);
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.tm-floating-box-icon:hover>span {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@-webkit-keyframes rotatingIcon {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotatingIcon {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.rotating-icon {
    -webkit-animation: rotatingIcon 2s linear infinite;
    -moz-animation: rotatingIcon 2s linear infinite;
    -ms-animation: rotatingIcon 2s linear infinite;
    -o-animation: rotatingIcon 2s linear infinite;
    animation: rotatingIcon 2s linear infinite
}


.goog-te-gadget-simple {
    background-color: transparent !important;
    border:none !important;
   
  }
  .goog-te-gadget-simple span a {
    color: #fff !important;
    background: transparent !important;
    border: none !important;
    margin-left: 5px;
  }

.tp-header-logo h5{
    font-family: var(--title-font);
    text-align: center;
    color: var(--tp-common-black);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
}

@media only screen and (min-width: 1900px) {
    .tp-header-logo h5{
    font-size: 35px;
}
    .tp-header-main-menu nav ul li > a {
        font-weight: bold;
        font-size: 17px;
        text-transform: capitalize;
        transition: 0.3s;
        padding: 42px 10px;
    }

}

.auto-container {
    position: static;
    max-width: var(--large-container-width);
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
}

.sec-title {
    position: relative;
    margin-bottom: 30px;
}

.sec-title .image {
    display: inline-block;
    margin-right: 6px;
    /* opacity: 0.6; */
}
.mb-0 {
    margin-bottom: 0 !important;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.sec-title .sub-title {
    position: relative;
    display: inline-block;
    font-size: var(--sec-title-subtitle-font-size);
    line-height: var(--sec-title-subtitle-line-height);
    font-weight: var(--sec-title-subtitle-font-weight);
    font-family: var(--text-font);
    color: #626262;
    margin-top: 15px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.sec-title h2 {
    position: relative;
    font-size: var(--sec-title-font-size);
    color: var(--seconadry-color);
    font-family: var(--pirata);
    font-weight: var(--sec-title-font-weight);
    line-height: var(--sec-title-title-line-height);
    margin-bottom: 0;
    letter-spacing: .3px;
    font-weight: normal;
}   

.cs_footer_widget_seperator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    margin-bottom: 34px;
}
.cs_accent_bg {
    background-color: var(--seconadry-color);
}

 .cs_gray_bg:nth-child(2) {
    width: 15px;
}

 .cs_gray_bg {
    background-color: var(--primary-color) ;
}

.cs_gray_bg:nth-child(3) {
    width: 6px;
}

.cs_accent_bg {
    height: 5px !important;
    width: 80px !important;
    border-radius: 5px;
}   

.cs_footer_widget_seperator .white_bg1 {
    background-color: #e7e7e7 !important;
}

.white_bg1:nth-child(2) {
    width: 15px;
}
.white_bg1:nth-child(3) {
    width: 6px;
}

 .cs_white_bg {
    background-color: var(--primary-color);
}

.cs_accent_bg1 {
    height: 5px !important;
    width: 80px !important;
    border-radius: 5px;
}
.cs_accent_bg1 {
    background-color: #c4a26b;
}

.services-section-five .row {
    margin: 0 -8px;
}

.services-section-five .row>div {
    padding: 0 8px;
}
.service-block-five {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}

.service-block-five .inner-box {
    position: relative;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    padding: 45px 25px 50px 50px;
    transition: all 300ms ease;
    border-radius: 10px;
    overflow: hidden;
}

.service-block-five .inner-box::before {
    position: absolute;
    width: 124px;
    height: 121px;
    left: 0;
    top: 0;
    background-image: url(../img/dots.png);
    content: "";
}

.service-block-five .icon-box {
    position: absolute;
    right: -52px;
    bottom: -52px;
    height: 210px;
    width: 210px;
    background: #f3f3f3;
    transition: all 300ms ease;
    padding: 40px 50px;
    border-radius: 50%;
}

.service-block-five .icon-box .icon {
    color: var(--primary-color);
    font-size: 75px;
    line-height: 1;
    transition: all 300ms ease;
    font-weight: 300;
}



.service-block-five .title {
    font-weight: 800;
    margin-bottom: 14px;
}
h5 {
    font-size: var(--h5-font-size);
    font-weight: var(--h5-font-weight);
    line-height: var(--line-height-heading);
}

.title a {
    color: inherit;
}

.service-block-five .text {
    position: relative;
    margin-bottom: 20px;
    text-align: left;
}
p, .text {
    color: var(--text-color);
    font-size: 15px;
    font-family: var(--text-font);
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
    text-align: justify;
}

.service-block-five .read-more {
    display: inline-flex;
    align-items: center;
    border-radius: 10px;
    color: #6a6a6a;
    transition: all 100ms linear;
}

.service-block-five .read-more i {
    margin-right: 20px;
    height: 52px;
    width: 52px;
    font-size: 16px;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 100ms linear;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
}

.about-thumb5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /*gap: 20px;*/
    gap: 60px;
}

.about-counter-wrap {
    background: var(--seconadry-color);
    padding: 30px 20px;
}

.about-counter1 {
    text-align: center;
}

.about-counter1 .icon {
    margin-bottom: 10px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

img .logo{
    max-width: 100%;
    height: 65%;
    margin-top: 12px;
}

.about-counter1 .counter-title {
    color: var(--white-color);
    margin-bottom: 5px;
}

.h2, h2 {
    font-size: 45px;
    line-height: 1.227;
}

.about-counter1 .counter-text {
    font-size: 18px;
    font-weight: 700;
    color: var(--white-color);
    font-family: var(--title-font);
}

.about-counter1 ~ .about-counter1 {
    border-top: 1px dashed rgba(255, 255, 255, 0.5);
    margin-top: 23px;
    padding-top: 30px;
}

.about-counter1 .icon {
    margin-bottom: 10px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

/* .about-thumb5 .img1 {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
} */

.checklist ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
    margin-bottom: 0;
}

.checklist li {
    font-size: 18px;
    font-weight: 600;
    font-family: var(--title-font);
    margin-bottom: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: var(--title-color);
}

.checklist li i, .checklist li svg {
    font-size: 20px;
    margin-right: 10px;
    color: var(--primary-color);
    margin-top: 4px;
    width: 20px;
}

.abt{
    padding-top: 50px;
    padding-bottom: 40px;
}

.offering{
    padding-top: 50px;
}

.service-block-five .inner-box:hover .icon-box {
    background-color: var(--primary-color);
}

.service-block-five .icon-box {
    position: absolute;
    right: -52px;
    bottom: -52px;
    height: 175px;
    width: 180px;
    background: #f3f3f3;
    transition: all 300ms ease;
    padding: 45px 50px;
    border-radius: 50%;
    text-align: left;
}

.service-block-five .inner-box:hover .icon-box .icon {
    color: #fff;
}
.service-block-five .icon-box .icon {
    color: var(--primary-color);
    font-size: 50px;
    line-height: 1;
    transition: all 300ms ease;
}

.service-block-five .inner-box:hover {
    box-shadow: 0 10px 60px rgba(0, 0, 0, .1);
    /*transform: translateY(-15px);*/
}

.service-block-five .inner-box {
    position: relative;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    padding: 45px 19px 50px 40px;
    transition: all 300ms ease;
    border-radius: 10px;
    overflow: hidden;
    min-height: 294px;
}
.service-block-five .inner-box:hover .read-more i {
    color: #fff;
    background-color: var(--primary-color);
}

.service-block-five .read-more i {
    margin-right: 20px;
    height: 52px;
    width: 52px;
    font-size: 16px;
    color: var(--seconadry-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 100ms linear;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
}

.icon-box img{
    width: 65px;
    filter: brightness(0) invert(0.3);
}

.service-block-five .inner-box:hover .icon-box img{
    filter: brightness(0) invert(1);
}


/* ABOUT */
@media only screen and (min-width: 1300px) {
    .th-container {
        --main-container: 1776px;
    }
}

@media (min-width: 992px) {
    .col-lg-2 {
        width: 16.6666666667%;
    }
}

.photos{
    padding-top: 50px;
    padding-bottom: 50px;
}


.gallery-card .box-img .icon-btn {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    z-index: 3;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    border: none;
    font-size: 40px;
    font-weight: 300;
    color: var(--white-color);
}

.icon-btn {
    display: inline-block;
    width: var(--btn-size, 46px);
    height: var(--btn-size, 46px);
    line-height: var(--btn-size, 43px);
    font-size: var(--btn-font-size, 18px);
    background-color: transparent;
    border: 2px solid #888C97;
    color: var(--title-color);
    text-align: center;
    border-radius: 99px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    position: relative;
}
.gallery-card:nth-child(2) {
    margin-top: 17px
}

.gallery-card .box-img {
    border-radius: 24px
}

@media (max-width: 991px) {
    .gallery-card .box-img {
        margin-bottom:10px
    }
}

.gallery-card .box-img img {
    border-radius: 24px
}

.gallery-card .box-img .icon-btn {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    z-index: 3;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    border: none;
    font-size: 40px;
    font-weight: 300;
    color: var(--white-color)
}

.gallery-card .box-img .icon-btn:hover {
    background-color: transparent
}

.gallery-card:hover .icon-btn {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.gallery-box-wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    margin-top: 24px
}

.gallery-box-wrapp .gallery-box.style2:nth-child(5) {
    margin-top: 24px
}

.gallery-box {
    position: relative
}

.gallery-box.style2:nth-child(2) {
    margin-top: 0
}

.gallery-box.style2:nth-child(1) {
    margin-bottom: 24px
}

.gallery-box.style2:hover .gallery-img {
    -webkit-transform: skewY(4deg);
    -ms-transform: skewY(4deg);
    transform: skewY(4deg)
}

.gallery-box.style2:hover .icon-btn {
    -webkit-transform: skewY(0deg);
    -ms-transform: skewY(0deg);
    transform: skewY(0deg)
}

.gallery-box.style2 .gallery-img img {
    width: 100%
}

@media (max-width: 991px) {
    .gallery-box.style2 .gallery-img {
        margin-bottom:0
    }
}

.gallery-box.style3 .gallery-img {
    border-radius: 8px
}

.gallery-box.style3 .gallery-img:after {
    border-radius: 8px
}

.gallery-box.style3 .gallery-img img {
    border-radius: 8px;
    width: 100%
}

@media (max-width: 991px) {
    .gallery-box.style4 .gallery-img {
        margin-bottom:0
    }
}

.gallery-box.style5 .gallery-img {
    height: 360px
}

.gallery-box.style5 .gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.gallery-box_wrapp:first-child .gallery-box {
    margin-top: 99px
}

@media (max-width: 991px) {
    .gallery-box_wrapp:first-child .gallery-box {
        margin-top:0
    }
}

.gallery-box_wrapp:last-child .gallery-box {
    margin-top: 348px
}

@media (max-width: 1500px) {
    .gallery-box_wrapp:last-child .gallery-box {
        margin-top:24px
    }
}

@media (max-width: 1299px) {
    .gallery-box_wrapp:last-child .gallery-box {
        margin-top:0
    }
}

.gallery-box:nth-child(2) {
    margin-top: 24px
}

@media (max-width: 1299px) {
    .gallery-box:nth-child(2) {
        margin-bottom:24px
    }
}

@media (max-width: 991px) {
    .gallery-box:nth-child(2) {
        margin-bottom:0
    }
}

.gallery-box .gallery-img {
    position: relative;
    overflow: hidden;
    z-index: 2;
    border-radius: 16px
}

@media (max-width: 991px) {
    .gallery-box .gallery-img {
        margin-bottom:0
    }
}

.gallery-box .gallery-img:after {
    content: '';
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(bottom, rgba(13,13,12,0.5), rgba(13,13,12,0.5));
    background: linear-gradient(0deg, rgba(13,13,12,0.5), rgba(13,13,12,0.5));
    border-radius: 16px;
    opacity: 0;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    z-index: 1
}

.gallery-box .gallery-img .icon-btn {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    z-index: 3;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    border: none;
    font-size: 40px;
    font-weight: 300;
    color: var(--white-color)
}

.gallery-box .gallery-img .icon-btn:hover {
    background-color: transparent
}

.gallery-box .gallery-img img {
    border-radius: 16px
}

.gallery-box:hover .gallery-img:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.gallery-box:hover .icon-btn {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.gallery-row4 {
    display: grid;
    grid-template-columns: auto auto auto auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 12px

}

@media (max-width: 1199px) {
    .gallery-row4 {
        grid-template-columns:auto auto auto
    }
}

@media (max-width: 767px) {
    .tp-header-top-area .tp-header-top-left-box .d-none{
        display: block !important;
    }
    .gallery-row4 {
        grid-template-columns:auto auto
    }
    .tp-slider-area{
        overflow: hidden;
    }
    .tp-header-top-left-box ul {
        display: flex;
        justify-content: space-between;
    }
    
.tp-header-top-left-box ul li i {
    font-size: 12px;
    top: 10px;
    left: 4px;
}
.tp-header-top-left-box ul li a {
    font-size: 12px;
}
 .tp-header-top-space {
        padding: 5px 0;
    }
.abt .reverse{
        flex-direction: column-reverse;
}
}

@media (max-width: 575px) {
    .gallery-row4 {
        grid-template-columns:auto
    }
}

.gallery-thumb.style2 {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    margin: 0 8px
}

.gallery-thumb.style2 img {
    position: relative;
    width: 100%;
    border-radius: 24px
}

.gallery-thumb.style2 .gallery-btn {
    position: absolute;
    top: 24px;
    right: 24px;
    color: var(--white-color);
    font-size: 24px
}

.gallery-thumb2 {
    overflow: hidden;
    position: relative;
    border-radius: 24px
}

.gallery-thumb2.style2 .gallery-btn {
    font-size: 50px
}

.gallery-thumb2 img {
    width: 100%;
    height: 100%
}

.gallery-thumb2:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 0.6
}

.gallery-thumb2:hover .gallery-btn {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.gallery-thumb2:before {
    content: "";
    height: 100%;
    width: 100%;
    background: var(--theme-color);
    border-radius: 24px;
    position: absolute;
    inset: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.gallery-thumb2 .gallery-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    color: var(--white-color);
    display: block;
    margin: 0 auto;
    font-size: 25px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(-50%, 20px);
    -ms-transform: translate(-50%, 20px);
    transform: translate(-50%, 20px);
    z-index: 1
}

.gallery-area3 {
    border-bottom: 1px solid rgba(233,246,249,0.2);
    padding-bottom: 64px
}

.global-img {
    position: relative;
    overflow: hidden;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.global-img:after {
    background: rgba(255,255,255,0.5);
    content: "";
    height: 0;
    left: 0;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9
}

.global-img img {
    width: 100%;
    object-fit: cover;
    -webkit-transition: 1.3s all ease;
    transition: 1.3s all ease
}

@media (max-width: 991px) {
    .global-img {
        min-width:100%;
        margin-bottom: 30px
    }
}

.global-img:hover:after {
    height: 100%;
    opacity: 0;
    -webkit-transition: all .4s linear;
    transition: all .4s linear
}

.global-img:hover img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}
/* ABOUT */

/* FOOTER */

.th-widget-contact {
    max-width: 260px;
    margin-bottom: -0.4em;
}

.info-box_text:not(:last-child) {
    margin-bottom: 18px;
}
.info-box_text {
    line-height: 1.75em;
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}

.info-box_text1 {
    background-color: #261f4a;
    border-radius: 10px;
    margin-right: 130px;
    padding-top: 10px;
    margin-left: 15px;
}

.info-box_text1 p{
    text-align: center
}
.info-box_text .icon {
    color: var(--body-color);
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 40px;
    height: 40px;
    line-height: 37px;
    background-color: #261f4a;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.info-box_text .icon img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    filter: brightness(0) invert(1);
}

.info-box_text .details {
    margin-top: -0.3em;
}

.info-box_text .details p {
    margin-bottom: 0;
    color:#ededed;
    font-size: 14px;
}
p {
    font-family: var(--text-font);
    margin: 0 0 18px 0;
    color: var(--bs-black);
    line-height: 1.75;
}

.info-box_text a {
    color: var(--white-color);
}

/* FOOTER */

/* COUNTER */

.space, .space-bottom {
    padding-bottom: 50px;
}
.space, .space-top {
    padding-top: 50px;
}

.counter-card-wrap {
    margin: 50px 0 25px 0;
}

.counter-card {
    position: relative;
    background-color: #E9F6F9;
    padding: 93px 28px;
    width: 264px;
    height: 264px;
    display: block;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    z-index: 2;
    margin-top: 158px;
}

.counter-card .counter-shape {
    position: absolute;
    inset: -24px;
    width: 312px;
    height: 312px;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.counter-card .counter-shape:after, .counter-card .counter-shape:before {
    content: "";
    position: absolute;
    bottom: 20%;
    right: 7%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    box-sizing: content-box;
    background-color: var(--primary-color);
}

.counter-card .counter-shape span {
    position: absolute;
    top: unset;
    bottom: 55px;
    right: 15px;
    width: 24px;
    height: 24px;
    display: block;
    border-radius: 50%;
    background-color: rgba(28, 168, 203, 0.2);
    z-index: 2;
}

.counter-card .counter-shape:after {
    background-color: var(--primary-color);
}

.counter-card-wrap {
    margin: 50px 0 25px 0;
}

.counter-card-wrap:nth-child(even) .counter-card {
    margin-top: 0px;
}

.counter-card {
    position: relative;
    background-color: #fbf4ea;
    padding: 93px 28px;
    width: 264px;
    height: 264px;
    display: block;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    z-index: 2;
    margin-top: 158px;
}
.ripple-animation3, .counter-card .counter-shape:after {
    -webkit-animation-duration:2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: ripple3;
    animation-name: ripple3;
}
@-webkit-keyframes ripple3{0%{-webkit-transform:scale(1);transform:scale(1);opacity:0}30%{opacity:0.4}100%{-webkit-transform:scale(2.9);transform:scale(2.9);opacity:0.2}}
@keyframes ripple3{0%{-webkit-transform:scale(1);transform:scale(1);opacity:0}30%{opacity:0.4}100%{-webkit-transform:scale(2.9);transform:scale(2.9);opacity:0.2}}

.counter-card:hover .counter-shape {
    -webkit-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite
}
.spin {
    -webkit-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

/* COUNTER */

/* CONTACT US */

.site-breadcrumb {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
    z-index: 1;
}

.site-breadcrumb::before {
    content: "";
    position: absolute;
    background:rgb(6 3 20 / 75%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.site-breadcrumb .breadcrumb-title {
    font-size: 45px;
    color: var(--white-color);
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.site-breadcrumb .breadcrumb-menu {
    position: relative;
    z-index: 1;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 7px;
}
.site-breadcrumb .breadcrumb-menu li
{
    position: relative;
}

.site-breadcrumb .breadcrumb-menu li:first-child {
    margin-left: 0;
}

.site-breadcrumb .breadcrumb-menu li::after {
    /* position: absolute;
    right: -21px;
    top: 1px; */
    text-align: center;
    font-size: 16px;
    color: var(--white-color);
    content: "/";
    margin-left: 5px;
}
.site-breadcrumb .breadcrumb-menu li:last-child::after
{
    content: "";
}

.site-breadcrumb .breadcrumb-menu li a {
    color: var(--white-color);
    transition: all .5s ease-in-out;
}

.site-breadcrumb .breadcrumb-menu li.active {
    color: var(--primary-color);
}

/* .contact{
     padding-top: 50px;
} */

.sa-bg {
    background: #f9f9f9;
}

.service-item {
    position: relative;
    padding: 20px;
    border-radius: 20px;
    background: var(--white-color);
    text-align: center;
    transition: var(--transition);
    margin-bottom: 50px;
    z-index: 1;
}

.service-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border-radius: 30px;
    font-size: 30px;
    color: var(--white-color);
    background: var(--seconadry-color);
    position: relative;
    box-shadow: var(--box-shadow);
    transition: var(--transition);
    transform: rotate(45deg);
}

.service-icon i {
    width: 60px;
    filter: brightness(0) invert(1);
    transform: rotate(-45deg);
    font-size: 45px;
    font-weight: 300;
}

.service-content {
    position: relative;
    min-height: 170px;
}

h3 {
    font-size: 28px;
}

.service-title a {
    font-size: 22px;
    margin-top: 25px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--tp-common-black);
}

.service-text {
    padding-bottom: 30px;
    color: #121212;
    font-weight: 400;
    /* font-family: var(--title-font); */
    font-size: 15px;
    text-align: center;
}

.service-arrow {
    position: absolute;
    left: 50%;
    bottom: -55px;
    transform: translateX(-50%);
    border: 10px solid #f9f9f9;
    border-radius: 50px;
}
.service-arrow {
    margin-top: 25px;
}

.service-arrow .service-btn {
    width: 55px;
    height: 55px;
    line-height: 50px;
    border-radius: 50px;
    background: #d9d9d9;
    font-size: 25px;
    text-align: center;
    transition: var(--transition2);
    z-index: 1;
}

a, a:active, a:focus, a:hover {
    outline: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none;
}
a {
    color: var(--color-dark);
    display: inline-block;
}

.service-btn i{
    color: var(--bs-black);
}
/* CONTACT US */


/* REQUEST UOTE */

.controled, .login-select, input, select, textarea {
    border: none;
    /* border-bottom: 1px solid #a6a7a9; */
    border-radius: 0;
    background: 0 0;
    color: #4b4e53;
    font-size: 14px;
    margin: 0;
    outline: medium none;
    padding: 8px 20px 8px 0;
}

.parsley-errors-list {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #ea0000;
}

.contact-pg-section form > div {
    width: calc(50% - 15px);
    float: left;
    margin: 0 7.5px 23px;
}

.form-control {
    background: #fff;
    width: 100%;
    /* height: 50px; */
    height: 60px;
    margin-bottom: 10px;
    /* border: 2px solid #eaf2f5; */
    border-radius: 2px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
textarea.form-control {
    height: auto;
}
.parsley-errors-list {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #ea0000;
}

.contact-pg-section form .fullwidth {
    width: calc(100% - 15px);
}

.theme-btn, .theme-btn-s2, .submit-btn {
    background-color: #45afe0;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    padding: 15px 45px 15px 25px;
    border: 0;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -o-border-radius: 60px;
    -ms-border-radius: 60px;
    border-radius: 60px;
    text-transform: uppercase;
    position: relative;
}
button {
    border: none;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.theme-btn:before, .theme-btn-s2:before, .submit-btn:before {
    font-family: 'icomoon' !important;
    content: "\e900";
    font-size: 12px;
    font-size: 0.8rem;
    position: absolute;
    right: 15px;
    top: 30%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: rotate(182deg);
}

.theme-btn:after, .theme-btn-s2:after, .submit-btn:after {
    content: "";
    background: #2490c1;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 35px;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.choose-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    border: 1px solid #cbc4c4;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 20px;
}

.choose-icon {
    width: 70px;
    height: 70px;
    line-height: 65px;
    background: var(--seconadry-color);
    border-radius: 15px;
    text-align: center;
    color: var(--theme-color);
    font-size: 40px;
}

.choose-icon img {
    width: 50px;
    filter: brightness(0) invert(1);
}

.choose-item-content {
    flex: 1;
}

.choose-item-content h4 {
    font-size: 22px;
    color: var(--tp-common-black);
    margin: 0;
    font-weight: 600;
    font-family: var(--text-font);
    line-height: 1.2;
}

.choose-item-content p {
    margin-top: 5px;
    color: gray;
}

.choose-item.active .choose-icon {
    background: var(--primary-color);
}
/* REQUEST UOTE */
/* FOOTER ICONS */

.footer-icon a {
    font-size: 20px;
    transition: 0.3s;
    margin: 0 5px;
    color: var(--tp-common-white);
    width: 40px;
    height: 40px;
    line-height: 42px;
    background-color: #261f4a;
    border-radius: 50%;
    text-align: center;
}

/* FOOTER ICONS */


/* MARKET */

.choose-item.active {
    background: var(--white-color);
    box-shadow: var(--box-shadow);
    border: none;
}

.choose-item.active .choose-icon {
    background: var(--primary-color);
}

.choose-item:nth-child(2) {
    margin-left: 30px;
}
.arw{
    padding-left: 5px;
}

.tp-header-left-btn {
    margin-right: 40px;
}

.request{
    padding-top: 50px;
    padding-bottom: 50px;
}

/* MARKET */

/* ABOUT US */

.section-space{
   padding-top: 50px;
   padding-bottom: 50px;
}

@media (min-width: 992px) {
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .ps-xl-12 {
        padding-inline-start: 3rem !important;
    }
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.icon-customer-service img{
    width: 50px;
    height: 40px;
}


.list{
    list-style: none;
}


.team-card__img::after {
    content: "";
    position: absolute;
    inset: -1rem;
    border: 1px solid var(--seconadry-color);
    border-radius: 50%;
}

.transition {
    transition: all .3s ease;
}

.text-light {
    --bs-text-opacity: 1;
    color:var(--white-color)!important;
}

.team-card__overlay {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    inset: 0;
    background-color:var(--seconadry-color);
    border-radius: inherit;
    pointer-events: none;
    opacity: 0;
    z-index: 1;
}

.team-card::after {
    content: "";
    position: absolute;
    inset-inline: 0;
    inset-block-end: 0;
    inset-block-start: 50%;
    background-color:var(--seconadry-color);
    border-radius: inherit;
    z-index: -1;
    transition: all .3s ease;
}

.team-card:hover .team-card__overlay {
    opacity: 1;
    pointer-events: unset;
}
.transition {
    transition: all .3s ease;
}

/* ABOUT US */

/*Start Market Css */
.destination-item.style-two {
    background: white;
    text-align: center;
    margin-bottom: 10px;
    border: 1px solid #e9e9e9;
}

.destination-item.style-two .image {
    display: inline-block;
}
.destination-item .image {
    margin: 10px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
.destination-item .image img {
    width: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    width: 170px;
    height: 170px;
    object-fit: cover;
}
.destinations-page-area .destination-item.style-two .content {
    padding-left: 20px;
    padding-right: 20px;
}
.destination-item.style-two .content {
    position: relative;
    padding: 15px 45px 20px 30px;
}
.destination-item.style-two .content h6 {
    margin-bottom: 0;
}
.destination-item:hover .image img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}
/*End Market Css */


/* QUALITY */

.mobile-app-area{
    padding-top: 50px;
    padding-bottom: 50px;
}

.counter-item.style-two {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding:35px;
    margin: 0 -1px -1px 0;
    background: var(--lighter-color);
    border: 1px solid var(--border-color);
}
.counter-item {
    margin-bottom: 30px;
}

.counter-item.style-two:hover {
    background: white;
    border-color: white;
    -webkit-box-shadow: 10px 0px 60px rgba(175, 175, 175, 0.25);
    box-shadow: 10px 0px 60px rgba(175, 175, 175, 0.25);
}

.no-gap {
    --bs-gutter-x: 0;
}

.work-inner-content {
    position: relative;
    padding-left: 55px;
    margin-top: 30px;
}
/* 
 .work-inner-content .number {
    position: absolute;
    left: 15px;
    top: 0;
} */

.work-inner-content .number span {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    background-color: #00488d;
    font-weight: bold;
    font-size: 25px;
    border-radius: 50px;
}

.work-inner-content h5 {
    margin-bottom: 15px;
    font-family: var(--text-font);
    font-weight: bold;
    text-transform: capitalize;
    font-size: 16px;
}

.work-inner-content p {
    margin-bottom: 0;
    text-align: left;
    letter-spacing: normal;
    font-size: 13px;
    margin-top: 16px;
}

.list-style-two li {
    width: 48%;
}

.list-style-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
}

.list-style-two li {
    width: 48%;
    padding-bottom: 15px;
}

.list-style-two li .check{
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    color: white;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    background: var(--seconadry-color);
    line-height: 24px;
    border-radius: 50%;
    text-align: center;
}

.quality{
    min-height: 200px;
}

.grey-bg {
    background-color: var(--tp-grey-2);
}

.tp-project-2-shape-1 {
    position: absolute;
    left: 0%;
    top: 0;
    opacity: 0.3;
}

@keyframes tptranslateY2{
	0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
.tp-project-2-shape-2 {
    position: absolute;
    right: 0;
    top: 0;
    animation: tptranslateX2 4s infinite alternate;
}



/* QUALITY */


/* BLOG */

.blog-area {
    padding-top: 50px;
    padding-bottom: 50px;
}

.blog-area .project-button {
    text-align: right;
}

.blog-area .section-title {
    margin-bottom: 63px;
}

.single-blog-box {
    position: relative;
    margin-bottom: 30px;
}

.blog-thumb img {
    width: 100%;
    height: 302px;
    object-fit: cover;

}

.blog-date {
    display: inline-block;
    background: var(--primary-color);
    width: 70px;
    height: 65px;
    border-radius: 10px;
    text-align: center;
    padding: 8px 0 0;
    position: absolute;
    top: 46%;
    left: 15px;
}

.blog-date h6 {
    color: #fff;
    font-size: 24px;
    margin: 0;
}

.blog-date p {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    margin: 0;
    text-align: center;
}

.blog-author-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 21px;
    margin-bottom: 22px;
}

.blog-author {
    display: flex;
    align-items: center;
    gap: 16px;
}

.blog-author-title h4 {
    font-size: 17px;
    color: #8b8b8a;
    font-weight: 400;
    font-family:var(--body-fonts);
    margin: 0;
}

.blog-author-title strong {
    color: #0a132e;
}

.blog-link-button a {
    display: inline-block;
    width: 44px;
    height: 44px;
    border-radius: 22px;
    text-align: center;
    color: rgba(10,19,46,0.5);
    font-size: 26px;
    line-height: 44px;
    transform: rotate(-45deg);
    border: 1px solid rgba(10,19,46,0.1);
    transition: 0.5s;
}

.blog-link-button a:hover{
    background:var(--primary-color);
    border: 1px solid var(--primary-color);
    color:#fff;
}

.blog-content {
    background:var(--primary-color);
    padding: 24px 26px;
    border-radius: 10px;
}
.blog-content:hover{
    background:var(--seconadry-color);
    padding: 24px 26px;
    border-radius: 10px;
}

.blog-content a {
    display: inline-block;
    font-size: 20px;
    line-height: 32px;
    color: var(--white-color);
    font-weight: 600;
    transition: 0.5s;
}

.blog-content a:hover{
    color:var(--white-color);
}


/* BLOG */

/* BLOG DETAIL */

.blog-details-area {
    padding-top: 50px;
    padding-bottom: 50px;
}

.blog-details-thumb img {
    width: 100%;
    height:502px;
}

.blog-details-content {
    margin-top: 35px;
}

.blog-details-area .meta-blog ul li {
    display: inline-block;
    color: #616161;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    margin-right: 4px;
}

.blog-details-title a {
    display: inline-block;
    font-size: 32px;
    color: #1e1e1e;
    font-weight: 600;
    font-family: var(--title-font);
    padding-top: 20px;
}

.blog-details-desc p {
    width: 97%;
    margin: 20px 0 27px;
}

.blog-details-title h4 {
    font-size: 28px;
    margin-bottom: 14px;
    margin-top: 48px;
}

.blog-details-rules-item {
    margin-top: 34px;
}

.blog-details-rules-item ul li {
    color: #1e1e1e;
    font-size: 16px;
    margin-bottom: 14px;
    list-style: none;
}

.blog-details-rules-item ul li i {
    color:var(--primary-color);
    font-size: 16px;
    margin-right: 9px;
}

.widget_search {
    padding: 13px 40px 37px;
    border-radius: 4px;
    margin-bottom: 30px;
    background:#f6f6f6;
}

.widget_search form {
    position: relative;
    margin-top: 25px;
}

.widget_search input {
    border-radius: 4px;
    padding-left: 20px !important;
    height: 60px;
    width: 100% !important;
    position: relative;
    color: #012549;
    outline: 0 !important;
    border: transparent !important;
    background-color: #fff;
}


button.icons {
    border: 0;
    font-size: 16px;
    position: absolute;
    right: 14px;
    top: 18px;
    color: #1e1e1e;
    background: transparent;
    opacity: 0.7;
}


/* Sidber Recent Post */

.widget-categories-box {
    background: #f6f6f6;
    padding: 21px 37px 15px;
    margin-bottom: 32px;
}

.categories_title h4 {
    font-size: 24px;
    color: var(--bs-black);
    font-weight: 600;
    margin-bottom: 42px;
    position: relative;
}

.categories_title h4:before {
    position: absolute;
    content: "";
    width: 55px;
    height: 1px;
    left: 0;
    bottom: -6px;
    background: var(--bs-black);
}

.sidber-widget-recent-post {
    margin-bottom: 27px;
    display: flex;
    align-items: center;
    gap: 22px;
}

.recent-widget-content a {
    transition: 0.5s;
    color: var(--bs-black)!important;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--title-font);
}

.recent-widget-content p{
    color: var(--bs-black);
}

/* BLOG DETAIL */

/*  */

.section-padding {
    padding: 60px 0;
}

.process-one {
    position: relative;
    display: block;
    counter-reset: count;
    /* padding: 0 0 90px; */
    z-index: 1;
  }
  
  .process-one .section-title {
    margin-bottom: 77px;
  }
  
  .process-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    z-index: 1;
  }
  
  .process-one__single:before {
    content: "";
    position: absolute;
    top: 40px;
    left: 44px;
    right: 130px;
    bottom: 180px;
    border: 2px solid var(--primary-color);
    z-index: -1;
  }
  
  .process-one__img-box {
    position: relative;
    display: block;
    margin-left: 65px;
    margin-right: 65px;
    z-index: 2;
  }
  
  .process-one__count {
    position: absolute;
    top: -30px;
    left: 20px;
    height: 80px;
    width: 80px;
    z-index: 2;
    
  }
  
  .process-one__count:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    counter-increment: count;
    content: "0" counter(count);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-size: 24px;
    font-weight: 700;
    color: white;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .process-one__count:after {
    content: "";
    position: absolute;
    top: 0;
    right: -22px;
    border-top: 30px solid transparent;
    border-left: 22px solid var(--primary-color);
  }
  
  .process-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 2;
    border: 2px solid #cccc;
  }
  .process-one__img img{
    width: 100%;
    height: 250px;
  }
  
  .info-box_text1 {
    background-color: #261f4a;
    border-radius: 10px;
    margin-right: 130px;
    padding-top: 10px;
}

.info-box_text1 .icon{
    line-height: 50px !important;
}

  
  .process-one__single:hover .process-one__img img {
    transform: scale(1.05);
    opacity: .50;
  }
  
  .process-one__content {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 122px 30px 25px;
    margin-top: -70px;
    z-index: 1;
  }
  
 .process-one__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.3;
    z-index: -1;
    border-bottom: #eee solid 2px;
    border-top: #eee solid 2px;
    /* background-color: #000; */
  }
  
  .process-one__title {
    font-size: 23px;
    line-height: 29px;
    white-space: nowrap;
  }
  
  .process-one__text {
    padding: 13px 0 15px;
    text-align: center;
    font-size: 14px;
  }
  
  .process-one__more-details {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    color: var(--futxo-black);
    font-family: var(--futxo-font-two);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .process-one__more-details span {
    position: relative;
    display: inline-block;
    transform: rotate(-45deg);
    font-size: 15px;
    top: -3px;
  }
  
  .process-one__more-details:hover {
    color: var(--futxo-base);
  }



/* OUR SERVICE */

/* NEW MISSION VISION */

.cs_testimonial.cs_style_1 {
    padding: 33px 20px 33px 40px;
}

.cs_testimonial.cs_style_1::before {
    content: "";
    width: 50%;
    height: 100%;
    background-color: var(--primary-color);
    position: absolute;
    left: 0;
    top: 0;
}

.cs_testimonial.cs_style_1 .cs_testimonial_content {
    padding: 40px 25px;
    position: relative;
    z-index: 1;
    border: 2px solid black;
}

.white_bg {
    background-color: white !important;
}

.cs_testimonial.cs_style_1::after {
    content: "";
    width: 20px;
    height: 50%;
    background-color: var(--seconadry-color);
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cs_testimonial.cs_style_1 .cs_testimonial_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
}

.cs_mb_35 {
    margin-bottom: 35px;
}

.cs_testimonial.cs_style_1 .cs_testimonial_thumbnail {
    width: 90px;
    height: 90px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.slick-slide img {
    display: block;
}

.cs_semibold {
    font-weight: 600;
}
.cs_fs_24 {
    font-size: 35px;
    line-height: 1.417em;
    color: var(--seconadry-color);
    font-family: var(--pirata);
    font-weight: normal;
}
.cs_mb_1 {
    margin-bottom: 1px;
}

.cs_testimonial_info blockquote {
    font-style: normal;
    color: black;
}

.cs_fs_16 {
    font-size: 16px;
    line-height: 1.625em;
}

.quality-images{
    padding-top: 20px;
}
.quality-images1 {
    padding-top: 20px;
    margin-right: 0px;
}

.quality-images1 img {
    border-radius: 10px;
    height: 190px;
    width: 100%;
    object-fit: cover;
    border: #bbbbbb 10px double;
} 


/* NEW MISSION VISION */


/* ABOUTUS CHANGES */


.work-process__icon1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 90px;
    width: 50px;
    height: 50px;
    background-color: var(--seconadry-color);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.work-process__icon1:hover {
    background-color: var(--primary-color);
}
.work-process__icon1 span {
    position: relative;
    display: inline-block;
    font-size: 50px;
    color: white;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    filter: brightness(0) invert(1);
}



/* ABOUTUS CHANGES */

/* QUALITY NEW */

.work-process__right {
    position: relative;
    display: block;
}
.work-process__list {
    position: relative;
    display: block;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.work-process__list li {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom:30px
}

.work-process__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 90px;
    width: 100%;
    height: 90px;
    background-color: var(--seconadry-color);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.work-process__list li:hover .work-process__icon {
    background-color: var(--primary-color);
}

.work-process__list li:hover .work-process__icon span {
    color: white;
}

.work-process__icon span {
    position: relative;
    display: inline-block;
    font-size: 50px;
    color: white;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.work-process__list li:nth-child(2) .work-process__content {
    margin-left: 0;
    margin-right: 42px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.work-process__list li:nth-child(4) .work-process__content {
    margin-left: 0;
    margin-right: 42px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.work-process__list li:nth-child(2) .work-process__content::before {
    left: inherit;
    right: -21px;
    border-right: inherit;
    border-left: 21px solid #F7F7F5;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
}

.work-process__list li:nth-child(4) .work-process__content::before {
    left: inherit;
    right: -21px;
    border-right: inherit;
    border-left: 21px solid #F7F7F5;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
}

/* .icon-customer-service:before {
    content: "\e952";
} */
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.work-process__content {
    position: relative;
    display: block;
    background-color: #F7F7F5;;
    margin-left: 42px;
    padding: 31px 35px 30px;
    z-index: 1;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.work-process__content::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -21px;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 21px solid #F7F7F5;
    transform: translateY(-50%);
}

.work-process__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.work-process__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
}

.work-process__title a {
    color: black;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.work-process__text {
    margin-top: 15px;
}



/* QUALITY NEW */

/* SERVICE */

.cl-features-section__card {
    display: flex;
    align-items: center;
    column-gap: 20px;
    padding: 15px;
    position: relative;
    overflow: hidden;
    transition: 0.3s all ease-in-out;
    background-color: #c4a26b87;
    /* background-color: #EBF0E7; */
    border-radius: 10px;
    margin-bottom: 20px;
}



.cl-features-section__card__icon {
    height: 100px;
    width: 150px;
    padding: 5px;
    border: 2px solid var(--seconadry-color);
    border-radius: 50%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s all ease-in-out;
    margin-bottom: 10px;
}

.cl-features-section__card__icon svg {
    width: 60px;
    height: 60px;
    transition: 0.3s all ease-in-out;
}

.cl-features-section__card__content__title {
    font-weight: 700;
    line-height: 32px;
    color: var(--seconadry-color);
    margin-bottom: 10px;
    font-size: 18px;
}

.cl-features-section__card__content__text {
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
    color: black;
    font-size: 14px;
}

.cl-features-section__card::after {
    position: absolute;
    right: -15px;
    bottom: -15px;
    height: 50px;
    width: 50px;
    background-color: var(--seconadry-color);
    content: "";
    border-radius: 100%;
}

.cl-features-section__card:hover {
    background-color: var(--seconadry-color);
}

.cl-features-section__card:hover .cl-features-section__card__content__title{
    color: white;
}
.cl-features-section__card:hover .cl-features-section__card__content__text{
    color: white;
}

.cl-features-section__card:hover::after {
    background-color: var(--primary-color);
}

.cl-features-section__card:hover .cl-features-section__card__icon {
    border: 2px solid var(--primary-color);
}

/* SERVICE */


/* RESPONSIVE */
@media (max-width: 768px){
    .process-one__single::before{
        bottom: 190px !important;
      }
}


@media (max-width: 767px) {
    .tp-header-height{
        height: 100px !important; 
    }
    .tp-slider-area .shape3{
        width: 351px;
        height: 220px;
        bottom: 0px;
    }
    .header-info-list{
        flex-direction: column !important;
    }
    .tp-header-logo img{
        height: 55px !important;
        margin: 4px;
    }
        .tp-header-logo h5 {
        font-size: 25px;
    }
    .about-counter-wrap {
        padding: 10px 10px;
    }
    .about-thumb5 {
        gap: 3px;
    }
    .about-counter1 .icon {
        margin-bottom: 0px;
    }
    .about-counter1 .counter-title {
        margin-bottom: 5px;
        font-size: 30px;
    }
    .about-counter1 .counter-text {
        font-size: 15px;
    }
    .about-counter1 ~ .about-counter1 {
        margin-top: 15px;
        padding-top: 20px;
    }
    .abt p{
        font-size: 16px !important;
        text-align: justify;
    }
    .service-block-five .read-more i{
        display: none;
    }
    .tm-purchase-floating-box{
        display: none;
    }
    .checklist li {
        font-size: 15px !important;
    }
    .checklist li i, .checklist li svg {
        font-size: 15px !important;
    }
    .tp-slider-arrow-box button {
        font-size: 15px;
        color: var(--tp-common-black);
        height: 25px;
        line-height: 30px;
        width: 40px;
        background-color: var(--tp-common-white);
        transition: 0.4s;
      }
      .process-one__single::before{
        bottom: 225px !important;
      }
      .process-one__title{
        font-size: 23px;
        white-space: nowrap;
      }
      .work-process__icon span {
        font-size: 35px;
    }
    .work-process__icon {
        height: 45px;
        width: 175px;
    }
    .work-process__text {
        margin-top: 0px;
        font-size: 12px;
    }
    .work-process__title {
        font-size: 15px;
    }
    .work-process__content {
        margin-left: 35px;
        padding: 15px 20px 15px;
    }
    .work-process__list li:nth-child(2) .work-process__content {
        margin-right: 35px;
    }
    .site-breadcrumb .breadcrumb-menu li.active {
        font-size: 15px;
    }
    .site-breadcrumb .breadcrumb-title {
        font-size: 30px;
    }
    .site-breadcrumb .breadcrumb-menu li a {
        font-size: 15px;
    }
    .site-breadcrumb {
        padding-top: 30px;
        padding-bottom: 30px;
    }   
}
.header-sticky{
    padding: 8px 0px !important;
}

@media screen and (min-width: 2000px) {
    .tp-header-logo img{
        height: 85px !important;
    }
    .tp-header-top-left-box ul li i {
        font-size: 25px;
        top: 0px;
        left: -15px;
    }
    .tp-header-area{
        padding: 20px 0px !important;
    }
    
    .about-thumb5 .img1 {
        width: 100%;
    }
    .container {
        max-width: 2000px;
    }
    .tp-header-height{
        height: 190px !important;
    }
    .tp-header-top-left-box ul li a {
        font-size: 25px;
    }
    .tp-copyright-space {
        padding: 25px 0;
    }
    .goog-te-gadget-simple {
        font-size: 20pt !important;
    }
    .tp-header-main-menu nav ul li > a {
        font-size: 28px !important;
    }
    .tp-header-logo h5 {
        font-size: 35px
    }
    .tp-slider-text p{
        font-size: 25px;
    }
    .tp-header-main-menu {
        margin-left: 80px;
    }
    .tp-header-right-icon button {
        font-size: 25px;
    }
    .tp-btn {
        padding: 0px 50px;
        font-size: 20px;
    }
    .abt p{
        font-size: 28px;
    }
    .checklist li {
        font-size: 25px;
    }
    .checklist li i, .checklist li svg {
        font-size: 25px;
    }
    .service-block-five .title{
        font-size: 35px;
    }
    .service-block-five .text {
        font-size: 25px;
        line-height: 1.75;
    }
    .service-block-five .read-more {
        font-size: 25px;
    }
    .tp-footer-title {
        padding-top: 20px;
        font-size: 32px;
        margin-bottom: 25px;
    }
    .tp-footer-list ul li:not(:last-child) {
        margin-bottom: 11px;
    }
    .icon-box img {
        width: 70px;
    }
    .sec-title .sub-title {
        font-size: 25px;
    }
    .sec-title h2 {
        font-size: 45px;
    }
    .tp-service-shape-2{
        display: none !important;
    }
    .tp-service-thumb img {
        object-fit: cover;
        height: 300px;
    }
    .tp-service-title {
        font-size: 25px;
        overflow: visible;
    }
    .tp-service-arrow a i{
        font-size: 25px;
    }
    .service-block-five .inner-box {
        min-height: 360px;
    }
    .tp-footer-text p {
        font-size: 25px;
    }
    .tp-footer-list ul li {
        list-style: none;
        overflow: hidden;
        position: relative;
        transition: 0.3s;
        padding-left: 15px;
    }
    .tp-footer-list ul li a {
        font-size: 25px;
    }
    .tp-footer-list ul li a i {
        font-size: 15px;
    }
    .footer-icon a {
        font-size: 30px;
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .details p{
        font-size: 25px;
    }
    .tp-copyright-left p {
        font-size: 22px;
    }
    .tp-footer-list{
        margin-bottom: 40px;
    }
    .info-box_text .icon {
        flex: none;
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .info-box_text .icon img {
        width: 50%;
    }
}

@media (min-width: 1700px) and (max-width: 1999px) {
     .tp-header-logo img{
        height: 85px !important;
    }
   .tp-header-top-left-box ul li i {
        font-size: 20px;
        top: 5px;
        left: -15px;
    }
    .tp-header-area{
        padding: 20px 0px !important;
    }
    
    .about-thumb5 .img1 {
        width: 100%;
    }
    .container {
        max-width: 1700px;
    }
    .tp-header-height{
        height: 190px !important;
    }
  
    .tp-copyright-space {
        padding: 25px 0;
    }
   
    /*.tp-header-main-menu {*/
    /*    margin-left: 80px;*/
    /*}*/
   
    .tp-btn {
        padding: 0px 50px;
    }
  
    .tp-footer-title {
        padding-top: 20px;
        margin-bottom: 25px;
    }
    .tp-footer-list ul li:not(:last-child) {
        margin-bottom: 11px;
    }
    .icon-box img {
        width: 70px;
    }
   
    .tp-service-shape-2{
        display: none !important;
    }
    .tp-service-thumb img {
        object-fit: cover;
        height: 300px;
    }
    .tp-service-title {
     
        overflow: visible;
    }

    .service-block-five .inner-box {
        min-height: 360px;
    }
   
    .tp-footer-list ul li {
        list-style: none;
        overflow: hidden;
        position: relative;
        transition: 0.3s;
        padding-left: 15px;
    }
   
        .footer-icon a {
        font-size: 23px;
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
   .service-text {
font-size:17px;
}
    .tp-footer-list{
        margin-bottom: 40px;
    }
           .info-box_text .icon {
        flex: none;
        width: 45px;
        height: 45px;
        line-height: 40px;
    }
     .info-box_text .icon img {
        width: 50%;
    }
}


/* RESPONSIVE */

.team-details {
    position: relative;
    border-radius: 50px;
    background: #F3F4F6;
    padding: 30px;
    overflow: hidden;
}.team-details .portfolio-thumb img {
    width: 100%;
    height: 511px;
    object-fit: cover;
    border-radius: 50px;
    border: #d6d6d7 solid 1px;
}.about-info-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border: 1px solid rgba(27, 31, 37, 0.1);
    margin-bottom: 40px;
    border-radius: 50px;
}
.about-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding: 30px 0 30px 30px;
}
.about-info:nth-child(1) {
    border-bottom: 1px solid rgba(27, 31, 37, 0.1);
}
.about-info_icon i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background-color: var(--seconadry-color);
    border: none;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}.about-info_subtitle {
    margin-bottom: 0;
}
.about-info:not(:first-child) {
    border-left: 1px solid rgba(27, 31, 37, 0.1);
}
.about-info:nth-child(2) {
    border-bottom: 1px solid rgba(27, 31, 37, 0.1);
}.about-info:nth-child(3) {
    border-left: none;
}
.checklist li p{margin-bottom:0px;}
.checklist li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.checklist li>i {
    color: var(--primary-color);
    font-size: 16px;
}
.tp-header-main-menu nav ul li{
    position: relative;
}


.tp-header-main-menu nav ul li a:before {
    position: absolute;
    content: '';
    left: 15%;
    top: auto;
    bottom: 28px;
    right: 0px;
    width: 5px;
    height: 5px;
    opacity: 0;
    background-color: #000000;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.tp-header-main-menu nav ul li a:after {
    position: absolute;
    content: '';
    right: 15%;
    bottom: 28px;
    width: 5px;
    height: 5px;
    opacity: 0;
    background-color: #000000;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.tp-header-main-menu nav ul li a:hover:after {
    position: absolute;
    content: '';
    right: 15%;
    bottom: 28px;
    width: 5px;
    height: 5px;
    opacity: 0;
    background-color: #000000;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.tp-header-main-menu nav ul li a:hover:after {
     opacity: 1;
}
.tp-header-main-menu nav ul li a:hover:before {
    opacity: 1;
}
/*.tp-header-main-menu nav ul li:hover:before {*/
/*    opacity: 1;*/
/*}*/
.tp-header-main-menu nav ul li:hover:before{
    opacity: 1;
}

.tp-header-main-menu nav ul li a.active::before{
    opacity: 1;
}
.tp-header-main-menu nav ul li a.active::after{
    opacity: 1;
}
.tp-header-main-menu nav ul li a.active:before{
    opacity: 1;
}


.tp-header-main-menu nav ul li:before{
    position: absolute;
    content: '';
    right: 45%;
    bottom: 28px;
    width: 5px;
    height: 5px;
    opacity: 0;
    margin-left: -2px;
    background-color: #ab7442;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.tp-header-main-menu nav ul li.active:before {
    opacity : 1;
}
.tp-header-main-menu nav ul li:hover:before {
    opacity: 1;
}
.tp-main-menu-content{
    position: relative;
}


.tp-slider-area {
    overflow: hidden;
}
