/* .sv-service-content-wrap.cust-color-1{
    background-color: #f7d57f;
} */
/* .sv-service-subtitle{
    color: black;
}
.sv-service-subtitle i::after{
    background-color: #000;
}
.sv-service-title{
    color: #000;
}
.sv-service-text p{
    color: #000;
}
.sv-service-list ul li{
    color: #000;
}
.sv-service-list ul li::after{
    background-color: #000;
}
.tp-btn-zikzak.zikzak-inner{
    color: #000;
} */
/* .sv-service-content-wrap.cust-color-2{
    background-color: #6CD9FF;
}
.sv-service-content-wrap.cust-color-3{
    background-color:#A4D96C ;
}
.sv-service-content-wrap.cust-color-4{
    background-color:#BF8AFF ;
} */


 .button_div_head .tp-btn-border::before{
        background: #286eff;
        
}
.cont-sumbtn{
    margin-left: 20px;
    min-width: 180px;
}
input:focus {
    background-color: transparent; /* Removes default background color */
    outline: none; /* Optional: Removes the default outline */
        z-index: -99999;
}

input:focus {
    background-color: #ffffff; /* Sets a white background */
        z-index: -99999;

}
input:-webkit-autofill,
input:-webkit-autofill:focus {
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 1000px white inset; /* Forces a white background */
    z-index: -99999;
}
input:focus {
    background-color: transparent;
        z-index: -99999;
   
}
 .custom-dropdown {
  position: relative;
  /* border: 1px solid #ccc; */
  border-radius: 6px;
  padding: 8px 0px;
  cursor: pointer;
  background: transparent;
}

.custom-dropdown .selected {
 border: none;
    background-color: transparent;
    color: #000;
    font-size: 22px;
    font-weight: 400;
    padding-left: 0;
    height: 45px;
    border-bottom: 1px solid rgba(25, 25, 26, 0.24);
}

.cn-contactform-input input, .cn-contactform-input textarea{
    color: #000 !important;
}
.custom-dropdown .options {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  overflow: hidden;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  z-index: 10;
}

.custom-dropdown .options li {
  padding: 8px 10px;
  color: #000;
    font-size: 18px;
    font-weight: 400;
  cursor: pointer;
}
.otherIndustryinput{
    position: relative;
}
.otherIndustryinput::after{
 content: "";
 height: 2px;
 width: 100%;
 background-color: red;
 position: absolute;
}

.cn-contactform-input .custom-dropdown .otherIndustryclass{
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
#otherIndustryInput {
  width: 100%;
 padding: 8px 10px;
  border-bottom: 1px solid #ccc;
  border-radius: 6px;
}


.custom-dropdown .options li:hover {
  background: #eee;
}

.cn-contactform-btn .secbtn{
       background-color: transparent;
    color: #000;
    border: 2px solid #000;
}
.cn-contactform-input.phone-cunt .iti--separate-dial-code .iti__selected-flag{
    background-color: transparent;
}
.cn-contactform-input.phone-cunt .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{
    background-color: transparent;
}
.cn-contactform-input.phone-cunt{
        display: flex;
    flex-direction: column;
    /* gap: 20px; */
}
.cn-contactform-btn .secbtn:hover{
       background-color: #286eff;
    color: #fff;
    border: 2px solid #286eff;
}
 .founder-slider-arrow {
  position: absolute;
    bottom: 35%;
    left: 5%;
    display: flex;
    flex-direction: column;
    z-index: 1;
    height: 120px;
    justify-content: space-between;
}
.founder-slider-prev, .founder-slider-next {
    position: relative;
    width: 30px;
    height: 40px;
    font-size: 0;
}
button.founder-slider-prev {
    transform: rotate(90deg);
}
button.founder-slider-next {
    transform: rotate(90deg);
}
.founder-slider-prev span, .founder-slider-next span {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 1.8px;
    background: #000000;
    font-size: 0;
    transition: all 0.25s;
}

.founder-slider-prev svg, .founder-slider-next svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
}
.tp-studio-prev span {
    right: 0;
}
.tp-studio-next span {
    left: 0;
}
.tp-studio-prev {
    margin-right: 30px;
}

.founder-slider-next svg{
   right: 0;
}

.founder-slider-prev svg{
   left: 0;
}
.tp-btn-circle {
    border: 1px solid rgba(126, 126, 126, 0.19);
}

.tp-award-list-item::after {
    background-color: #286eff;
}

.tp-award-list-item {
    border-bottom: 1px solid #bccff3;
}

.tp-brand-4-item:hover img {
    opacity: 1;
    visibility: visible;
}

.tp-brand-4-item:hover .tp-brand-4-line-text {
    opacity: 0;
    visibility: hidden;
}

.tp-hero-3-title {
    font-size: 100px;
    font-weight: 500;
    /* line-height: 0.8; */
}

.tp-btn-black-2 {
    /* background-color: #176DBB; */
       background-color: #286eff;
    border: none;
    height: 56px;
}

.tp-btn-black-2:hover {
    /* background-color: #176DBB; */
       background-color: #286eff;
    border: none;
}

.tp-btn-black-md {
    border-radius: 40px;
    background-color: #286eff;
}

.custom-fontchange .tp-service-title-sm {
    font-size: 26px;
    line-height: 1.5;
    font-weight: 500;
}

.tp-brand-4-area {
    padding-bottom: 200px;
}

.sv-port-thumb.port-thumb-2:before {
    border-radius: 20px;
    overflow: hidden;
}

.tp-project-5-2-thumb {
    border-radius: 20px;
    overflow: hidden;
}

.sv-port-thumb.port-thumb-2 img {
    border-radius: 20px;
}

.custom-fontchange .tp-footer-4-big-title {
    margin-top: 100px;
    margin-bottom: 160px;
}

.custom-fontchange .tp-service-content p {
    font-size: 16px;
    line-height: 20px;
}

.tp-award-area {
    padding-top: 150px;

}

.tp-award-area .tp-section-title span {
    font-weight: 600;
}

.tp-project-5-2-title-sm,.custom-fontchange .tp-project-5-2-title-sm {
    font-size: 32px;

}


.custom-fontchange .tp-project-5-2-meta {
    line-height: 3;

}

.tp-header-menu>nav>ul>li>a:hover {
    color: #286eff !important;
}

.tp-header-menu>nav>ul>li>a.active {
    color: #286eff !important;
}

.tp-theme-settings-area {
    display: none;
}

.bg-blackcust .tp-service-icon img {
    filter: brightness(1) invert(1);
}

.bg-blackcust {
    background-color: #121212;
}

.tm-testimonial-height {
    height: 70vh;
}

.tp-footer-menu ul li.active a::after {
    display: none !important;
}

.tp-footer-menu ul li a {
    padding-left: 0 !important;
}

.navigation_btn.tp-btn-border {
    height: 44px;
    font-size: 14px;
    padding: 0 31px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    background-color: #286eff;
    /* border: 1px solid #176DBB ; */
    border: none;
    color: #fff !important;
}

.navigation_btn.tp-btn-border:hover {
    background-color: #286eff;
    color: #fff;
}

.custom-transheader .tp-header-menu>nav>ul>li>a {
    color: #fff;
}

.navigation_btn.tp-btn-border .tp-btn-border-wrap .text-1 {
    color: #fff !important;
}

.navigation_btn.tp-btn-border span .text-2 {
    display: flex;
}

.tp-project-2-area.addclass.bg-light {
    background-color: #fff !important;
}

.service-detail-body .tp-section-title-200 {
    color: #000;
}

.service-detail-body .tp-hero-4-text p {
    color: rgba(31, 31, 31, 0.80);
}

.service-detail-body .tp-hero-4-achievement span,
.service-detail-body .tp-hero-4-achievement p {
    color: #000;
}

.service-detail-body .tp-hero-4-achievement::after {
    border-color: #1F1F1F;
    opacity: 0.2;
    width: 241px;
    height: 120px;
    border-radius: 90px;
}

.tp-footer-menu ul li a::after {
    display: none;
}

.service-detail-body .tp-hero-4-content {
    margin-bottom: 65px;

}

.service-detail-body .tp-line-content span {
    color: #000;
}

.tp-header-logo img {
    max-width: 70%;
    width: auto;
}

.tp-hero-title-img img {
    max-width: 18%;
    border-radius: 100px;
}

.tp-studio-testimonial-text p {
    font-size: xx-large;
}

.tp-hero-title {
    font-weight: 500;
    font-size: 180px;
    letter-spacing: -5px;
    padding-top: 70px;
}

.tp-hero-subtitle {
    letter-spacing: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    top: 0;
    letter-spacing: 0px;
    font-weight: 500;
    text-transform: none;
}

.ab-about-content p {
    font-weight: 300;
    font-size: 40px;
}

.tp-hero-title-img {
    margin: 0px 30px;
}

.tp-section-subtitle.subtitle-position {
    right: auto;
    bottom: -40px;
}

.tp-section-title {
    font-weight: 600;
    line-height: 0.98;
    letter-spacing: -2.5px;
    font-size: 90px;
}

.tp-section-title span {
    font-weight: 200;
    position: relative;
    display: block;
    margin-top: 20px;
}



.tp-footer-big-title {
    font-weight: 100;
}

.tp-footer-big-title span {
    font-weight: 500;
}

.tp-footer-title {
    font-weight: 300;
}

.tp-footer-widget-social {
    display: flex;
    gap: initial;
}

.tp-footer-menu ul li a {
    font-weight: 200;
}

.sv-big-text {
    text-transform: none;
    font-weight: 600;
    letter-spacing: -3.4px;
}

.sv-small-text-box span {
    text-transform: none;
    color: #444444;
    letter-spacing: 0;
}

.tm-details-text p {
    color: #444444;
    font-size: 16px;
}

.contact_us_sec {
    background: #F7F8F8;
}

.tm-details-thumb img {
    margin-bottom: 0;
}

.tp-hero-bottom-img {
    background-image: url(../img/home-01/hero/home_hero.jpg);
}

.sv-port-thumb.port-thumb-2 {
    position: relative;
    overflow: hidden;
}

.sv-port-thumb.port-thumb-2:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(0 0 0 / 48%) 100%);
    border-radius: 20px;
}

.industries_text .tp-project-5-2-title-sm {

    font-size: 24px;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.homepage_projects {
    background-image: url(../img/home-01/home_portfolio_bg.jpg);
    background-size: cover;
}

.service-page.homepage_projects {
    background-image: none;
}

.tp-copyright-logo img {
    width: 150px;
    margin: 0;
}

.tp-copyright-text p {
    font-size: 12px !important;
    letter-spacing: 0.5px;
}

.homepage_body .tp-award-title-box {
    margin-bottom: 100px;
}

.awards_recog .tp-section-title {

    justify-content: flex-start;
}

.tp-offcanvas-logo img {
    width: 155px;

}

.homepage_body .tp-award-list-thumb-wrap {
    height: 100%;
    width: 100%;
}

.tp-award-list-thumb-wrap {
    margin-left: 0;
    transform: none;
}


.founder-slider .swiper-horizontal>.swiper-pagination-bullets,
.founder-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.founder-slider .swiper-pagination-custom,
.founder-slider .swiper-pagination-fraction {
    bottom: 90px;
    top: var(--swiper-pagination-top, auto);
    left: 370px;
    width: fit-content;
}

.founder-slider .swiper-pagination-clickable .swiper-pagination-bullet {
    transition: all 0.5s ease;
}

.founder-slider .swiper-pagination-bullet-active {
    background-color: #000;
    width: 30px;
    border-radius: 25px;
}

.tp-award-list-thumb-7 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    visibility: hidden;
    position: absolute;
}

#tp-award-thumb.tp-award-list-thumb-1 .tp-award-list-thumb-1 {

    transform: none;
}

#tp-award-thumb.tp-award-list-thumb-7 .tp-award-list-thumb-7 {
    opacity: 1;
    visibility: visible;

}


.tp_img_reveal:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background: #FFF;
    background: linear-gradient(180deg, rgb(0 0 0 / 38%) 0%, rgba(0, 0, 0, 0.4) 9% 9%, rgba(0, 0, 0, 0.1) 30%);
}

.tp-project-5-2-category {

    z-index: 2;
}


.beforeAfter .filter-img {
    filter: grayscale(1);
}


.ab-inner-hero-bg {
    background-image: url("../img/inner-about/hero/hero-1.jpg");
    /* Default (desktop) */
    background-size: cover;
    background-position: center;
}

.anim-zoomin-wrap:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background: #FFF;
    background: linear-gradient(
180deg
, rgb(0 0 0 / 38%) 0%, rgba(0, 0, 0, 0.4) 9% 9%, rgba(0, 0, 0, 0.1) 30%);
}
.thankyou-model {
  position: fixed;  
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.thankyou-model.show {
  display: flex;
}
.closebtn{
    position: absolute;
    right: 5%;
    top: 4%;

}
.closebtn img{
    cursor: pointer;
}

.thankyou-model-wrapper {
  position: absolute; /* we'll place it via JS */
  background: #fff;
  max-width: 450px;
  width: 90%;
  padding: 40px;
  /* border-radius: 12px; */
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  text-align: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  transform: scale(0);
   display: flex;
    flex-direction: column;
    gap: 30px;
}
   

.thankyou-model.show .thankyou-model-wrapper {
  opacity: 1;
  transform: scale(2);
}



@media (min-width: 1200px) {

    .button_div_head {
        justify-content: flex-end;
    }

    .contact_us_sec {
        padding: 50px 0 80px;
    }

    .mt-350 {
        margin-top: 25%;
    }

    .homepage_body .mt-350 {
        margin-top: 25%;
    }

    .industries_we_elevate .tp-section-title {
        font-size: 150px;
        letter-spacing: -6.8px;
    }

    .tp-footer-big-title {
        letter-spacing: -3.4px;
        font-size: 150px;
    }

    .awards_recog .tp-section-title {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }

    .awards_recog .tp-section-title>div,
    .awards_recog .tp-section-title>span,
    .awards_recog .tp-section-title>span>div {
        display: flex !important;
        flex-wrap: nowrap;
    }

    .tp-section-title>div {
        top: 10px;
    }

    .tp-header-menu>nav>ul>li>a {
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1px;
    }

}

@media (min-width: 1400px) and (max-width: 1600px) {

    .tp-studio-testimonial-text p {
        font-size: 25px;
    }

    .homepage_body .mt-350 {
        margin-top: 32%;
    }


    .industries_we_elevate .tp-section-title {
        font-size: 120px;

    }


}

@media (max-width: 1600px) {
    .tp-hero-title {
        font-weight: 500;
        font-size: 120px;
    }

    .tp-hero-content p {
        font-size: 16px;
        line-height: 24px;
    }

    .tp-hero-subtitle {
        font-size: 18px;
    }

    .tp-header-menu>nav>ul>li>a {
        font-size: 12px;
    }

    .tp-section-title {
        font-size: 75px;
    }

    .tp-section-subtitle {
        font-size: 18px;
    }

    .ab-about-content p {
        font-size: 38px;
    }

    .industries_we_elevate .tp-section-title {
        font-size: 110px;
        letter-spacing: -6.8px;
    }

    .tp-footer-big-title {
        font-size: 120px;
    }

    .sv-big-text {
        font-size: 120px;
    }

    .ab-inner-hero-title {
        font-size: 120px;
    }

    .ab-inner-hero-subtitle {
        font-size: 14px;
    }
    .ab-inner-hero-content p {
    font-size: 30px;
}
    .tp-project-5-2-title {
        font-size: 120px;
    }
    .ab-inner-hero-title-box p {
        font-size: 20px;
    }
        .tm-hero-title.fs-220 {
        font-size: 120px;
    }
    .tp-line-text {
    font-size: 120px;
}
.tm-testimonial-height {
    height: 100vh;
}
.tp-hero-3-category {
    font-size: 18px;
}
.tm-hero-title {
    font-size: 80px;}
}
@media (max-width: 1700px){
    .founder-container{
         padding: 0 100px;
    }
   

}
@media (min-width: 1400px) {
    .blog-listing-page  .blog-details-realated-area .container{
        max-width: 1200px;
    }
}
@media (max-width: 1400px) {
      .blog-listing-page  .blog-details-realated-area .container{
        max-width: 1024px;
    }
        .founder-container {
        padding: 0 150px;
    }
}
@media (min-width: 1400px) and (max-width: 1700px) {
    .container {
        transition: all 1s;
        /* max-width: 1430px; */
    }
   
}
@media (min-width: 1700px){
    .container{
        max-width: 1600px;
    }
}
@media (min-width: 1700px) and (max-width: 1800px){
    
 
        .founder-container {
        padding: 0 205px;
    }
}
    
   @media (max-width: 1199px){
        .blog-listing-page .blog-details-realated-area .container {
        max-width: 850px;
    }
    }
@media only screen and (min-width: 992px) and (max-width: 1199px) {

    a.navigation_btn.tp-btn-border {
        margin-left: auto;
    }

    .tp-hero-title {
        font-size: 120px;
    }

    .homepage_body .tp-service-area {
        margin-top: 50%;
    }

    .tp-section-title {
        font-size: 65px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-hero-title {
        font-size: 85px;
    }

    .homepage_body .tp-service-area {
        margin-top: 55%;
    }

    .homepage_body .tp-service-title-box {
        margin-bottom: 100px;
    }

    .navigation_btn.tp-btn-border {
        margin-left: auto;
    }

}

@media screen and (max-width: 991px) {
   .homepage_body .tp-hero-bottom-img {
    background-position: right center;
   
}
       .industries_we_elevate .tp-section-title {
        font-size: 40px;
        line-height: 1;
        letter-spacing: normal;
    }
        .founder-container {
        padding: 0 0;
    }

    .ab-inner-hero-subtitle::after {
        display: none;
    }

    .ab-inner-hero-subtitle {
        font-size: 14px;
        margin-bottom: 14px;
        text-align: center;
        display: block;
        padding: 0;
    }

    .ab-about-left-thumb,
    .ab-about-right-thumb {
        display: none;
    }

    .ab-inner-hero-content p {
        display: none;
    }

    .ab-inner-hero-scroll {
        top: 90%;
        right: 0;
        left: 55%;
        margin: 0 auto;
        transform: translateX(-50%);
    }

    .ab-about-mt {
        margin-top: 50px;
    }

    .ab-about-area .mb-180 {
        margin-bottom: 100px;
    }

    .ab-about-area.pb-90 {
        padding-bottom: 50px;
    }

    .ab-about-area .ab-about-content {
        margin-bottom: 50px;
    }

    .ab-inner-hero-title-box p {
        text-align: center;
        line-height: normal;
    }

    .tp-offcanvas-open-btn {
        padding: 8px 9.5px;
        border-radius: 56px;
        background-color: #efefef;
    }

    .custom-transheader .tp-header-bar button span {
        background-color: #fff;
    }

    .custom-transheader .tp-header-bar button {
        background-color: #efefef40;
    }

    .button_div_head {
        justify-content: center;
        gap: 8px;
    }

    .button_div_head {
        justify-content: flex-end;
        gap: 8px;
        padding-left: 0;
    }

    .tp-header-bar button span {
        height: 2px;
        width: 16px;
        background-color: #222;
        margin: 5px 0;
    }

    .tp-section-title {
        font-size: 50px;
        line-height: 1;
        letter-spacing: -1px;
    }

    .tp-hero-content p {
        text-align: center;
    }

    .tp-service-title-box {
        text-align: center;
        width: 100%;
    }

    .tp-section-subtitle.subtitle-position {
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 100%;
    }

    .ab-about-content p {
        text-align: center;
        padding: 0;
    }

    .ab-about-area.pb-90.mt-100 {
        margin: 20px 0 0;
        padding: 0 0 0px;
    }

    .homepage_body .tp-award-title-box {
        margin-bottom: 50px;
    }

    .tp-award-area.pt-125.pb-125.awards_recog {
        padding: 70px 0;

    }

    .tp-footer-4-big-title {
        margin-bottom: 0;
    }

    .industries_we_elevate {
        padding-bottom: 90px;
    }

    .awards_recog .tp-section-title {
        text-align: center;
    }

    .sv-port-thumb.port-thumb-2 img,
    .sv-port-thumb.port-thumb-2:before {
        border-radius: 20px;
    }

    .founder-slider .swiper-horizontal>.swiper-pagination-bullets,
    .founder-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
    .founder-slider .swiper-pagination-custom,
    .founder-slider .swiper-pagination-fraction {
        bottom: 20px;
        right: 10%;
        left: 0px;
    }
       button.founder-slider-next {
    transform: rotate(00deg);
}
button.founder-slider-prev {
    transform: rotate(00deg);
}
    .founder-slider-arrow {
    bottom: 12px;
        right: 0;
        left: 30px;
        rotate: none;
        display: block;
        height: 40px;
        top: auto;
        position: relative;
        width: fit-content;
}
    .founder-slider .swiper-horizontal>.swiper-pagination-bullets, .founder-slider .swiper-pagination-bullets.swiper-pagination-horizontal, .founder-slider .swiper-pagination-custom, .founder-slider .swiper-pagination-fraction {
        bottom: 20px;
        right: 21%;
        left: revert-layer;
    }
}

@media (max-width: 767px) {
    .tp-blog-standard-title {
        font-size: 18px;
        letter-spacing: 0;
    }
    .tp-blog-standard-title-box {
    padding: 15px;
}
           .founder-slider-arrow {
       bottom: 12px;
        right: 0;
        left: 30px;
        rotate: none;
        display: block;
        height: 40px;
        top: auto;
        position: relative;
        width: fit-content;
    }
 
    .tm-details-social{
        margin-bottom: 20px;
    }
    .showcase-details-subtitle {
        font-size: 16px;
        line-height: 50px;
    }

    .showcase-details-overview-right p {
        font-size: 18px;
        line-height: 26px;
    }

    .showcase-details-overview-info-right {
        padding-left: 0px;
    }

    .showcase-details-overview-info-left span {
        font-size: 18px;
    }

    .showcase-details-overview-info-right span {
        font-size: 14px;
    }

    .tp-service-area {
        padding-top: 50px;
    }

    .project-details-1-title.fs-100 {
        font-size: 40px;
        line-height: normal;
        letter-spacing: 0;
    }

    .pd-visual-left-text span {
        font-size: 24px;
    }

    .tp-project-2-area .panels {
        padding: 0 20px;
    }

    .pd-visual-right-content p {
        font-size: 16px;
        line-height: 22px;
    }

    .pd-visual-right-list ul li {
        font-size: 10px;
        margin-bottom: 12px;
    }

    .tp-award-title-box {
        margin-bottom: 75px;
        padding: 0 20px;
    }

    .tp-section-title {
        font-size: 40px;
        line-height: 1;
        text-align: center;
        letter-spacing: 0;
    }

    .mt-120 {
        margin-top: 50px;
    }

    .tp-award-title-box {
        margin-bottom: 50px;
    }

    .tp-award-2-title {
        font-size: 40px;
        letter-spacing: 0;
        padding-left: 20px;
    }

    .tp-award-2-subtitle {
        padding-left: 0;
        margin-bottom: 20px;
    }

    .tp-award-2-title-box p {
        position: static;
        margin-bottom: 50px;
        font-size: 18px;
        line-height: 26px;
    }

    .ab-inner-funfact-title {
        font-size: 40px;
        line-height: 1;
        letter-spacing: 0;
    }

    .ab-funfact-item span i {
        font-size: 50px;
        font-style: normal;
    }

    .ab-funfact-item {
        padding-bottom: 25px;
    }

    .ab-funfact-wrap {
        margin-top: 50px;
    }

    .mb-90 {
        margin-bottom: 50px;
    }

    .sv-hero-title {
        font-size: 50px;
        line-height: 1;
        letter-spacing: -0.8px;
        text-align: center;
    }

    .sv-service-text p {
        font-size: 16px;
        line-height: 18px;
    }

    .tp-studio-testimonial-xs-space {
        padding-top: 00px;
        padding-bottom: 00px;
    }

    .tp-studio-testimonial-text p {
        font-size: 16px;
        line-height: 1;
        letter-spacing: 0;
    }

    .ab-2-work-title {
        font-size: 40px;
        line-height: 1;
        letter-spacing: 0;
    }

    .tm-hero-title-big {
        font-size: 50px;
        line-height: 1;
        letter-spacing: -0.8px;
    }

    .cn-contact-info-bg {
        padding: 50px 30px;
    }

    .tp-studio-testimonial-xs-space {
        padding-top: 00px;
        padding-bottom: 00px;
        margin: 0 20px;
        margin-bottom: 50px;
    }

    .tp-studio-testimonial-top-title span {
        font-size: 14px;
    }

    .tp-studio-testimonial-user-name {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .tp-studio-testimonial-user-info span {
        color: #fff !important;
        font-size: 12px;
    }

    .tp-service-5-item .tp-service-4-content p {
        font-size: 14px;
        line-height: 18px;
    }

    .tp-service-5-item .tp-service-4-content p {
        font-size: 14px;
        line-height: 18px;
    }

    .ab-2-work-subtitle {
        font-size: 16px;
    }

    .sv-service-subtitle {
        font-size: 14px;
    }

    .ab-2-work-item .sv-service-title {
        font-size: 24px;
    }

    .sv-hero-title-box p {
        font-size: 14px;
        line-height: normal;
        letter-spacing: 0;
        text-align: center;
    }

    .tp-service-5-item .tp-service-4-icon {
        text-align: center;
    }

    .tp-service-4-title-sm {
        text-align: center;
    }

    .tp-service-5-item .tp-service-4-content p {
        text-align: center;
    }

    .tp-service-4-title-sm {
        font-size: 24px;
    }

    .tp-service-5-title {
        font-size: 26px;
        line-height: 1;
        letter-spacing: -0.8px;
    }

    .about-us .tp-section-title {
        font-size: 40px;
    }

    .about-us .tp-section-subtitle {
        font-size: 16px;
    }

    .about-us .tp-service-area {
        padding-top: 50px;
    }

    .tm-hero-title {
        font-size: 40px;
        line-height: 1;
        letter-spacing: 0;
    }

    .tp-reveal-line {
        padding-bottom: 10px;
    }

    .tp-reveal-line {
        text-align: center !important;
    }

    .tp-hero-3-content-box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .tp-btn-black-2 {
        display: flex;
        align-items: center;
        height: 35px;
        font-size: 12px;
        line-height: 0;
        padding: 0px 18px;
    }

    .tp-service-title-sm {
        text-align: center;
        font-size: 24px;
        line-height: 1;
    }

    .tp-service-content p {
        text-align: center;
        font-size: 14px;
        line-height: 18px;

    }

    /* <---------------------new copy cut before take a pull-------------------------------> */
    .ab-inner-hero-title {
        font-size: 50px;
        letter-spacing: -0.8px;
        letter-spacing: 1;
        text-align: center;
    }

    .tp-hero-3-title {
        font-size: 50px;
        line-height: 1;
        letter-spacing: -0.8px;
    }

    .tp-hero-3-category {
        font-size: 14px;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0;
        display: block;
        text-transform: uppercase;
        color: var(--tp-common-black);
        font-family: var(--tp-ff-marcellus);
        margin-bottom: 20px;
    }

    .tm-hero-subtitle {
        font-size: 14px;
    }

    .ab-about-content span {
        height: 42px;
        line-height: 44px;
        padding: 0px 15px;
        font-size: 24px;

        top: -42px;
        left: 52px;
    }

    .ab-about-content span svg {
        width: 30px;
    }

    .ab-inner-hero-title-box p {
        font-size: 14px;
        letter-spacing: 0;
    }

    .ab-inner-hero-subtitle {
        font-size: 12px;
    }

    .ab-inner-hero-title-box {
        padding: 0 10px;
    }

    .tm-hero-title.fs-220 {
        font-size: 50px;
        letter-spacing: -0.8px;
        line-height: 1;
    }

    .tm-hero-subtitle::after {
        display: none;
    }

    .tm-hero-content,
    .tm-hero-text p {
        text-align: center;
    }

    .tm-hero-text p {
        font-size: 14px;
        line-height: normal;
        letter-spacing: 0;
    }

    .tp-hero-title-box {
        padding: 0 50px;
    }

    .tp-award-area .tp-section-title span {
        margin-top: 0;
    }

    .tp-award-list-content-left {
        width: 225px;
    }

    .pb-130 {
        padding-bottom: 50px;
    }

    .tp-award-area {
        padding-top: 50px;
    }

    .pb-125 {
        padding-bottom: 50px;
    }

    .tm-details-content-wrap {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .custom-fontchange .tp-footer-4-big-title {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .mb-100 {
        margin-bottom: 50px;
    }

    .tp-hero-content p {
        font-size: 14px;
        line-height: 18px;
    }

    .cn-contactform-style .ab-about-category-title-box {
        display: none;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .pb-80 {
        padding-bottom: 30px;
    }

    .pb-100 {
        padding-bottom: 50px;
    }

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

    .sv-big-text {
        font-size: 50px;
        letter-spacing: -1px;
        margin-left: 10px;
    }

    /* .sv-big-text-area{
    padding-left:12px;
    padding-right: 12px;
} */
    .ab-about-content p {
        font-weight: 300;
        font-size: 24px;
        letter-spacing: 0.1px;
    }

    .custom-fontchange .tp-service-title-sm {
        text-align: center;
        font-size: 24px;
        line-height: 1;
    }

    .tp-project-5-2-title {
        color: #fff;
    }

    .tp-project-5-2-title {
        font-size: 60px;
        letter-spacing: -0.8px;
    }

    .tp-section-subtitle-3 {
        font-size: 18px;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
    }

    .tp-brand-4-area {
        padding-bottom: 50px;
    }

    .tp-brand-4-item img {
        height: 30px;
    }

    .tp-brand-4-item {
        height: 100px;
        padding: 30px 30px;
    }

    .custom-fontchange .tp-service-content p {
        text-align: center;
        font-size: 14px;
        line-height: 18px;
    }

    .tp-section-title-40.font-style-2 {
        text-align: center;
        font-size: 24px;
        letter-spacing: -1px;
    }

    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    .tp-service-item {
        justify-content: center;
    }

    .tp-hero-title-img img {
        max-width: 28%;
    }

    .tp-hero-title-img {
        margin: 0px 10px;
    }

    /* .button_div_head {
    justify-content:center;
    gap: 12px;
} */
    .tp-hero-title {
        font-size: 60px;
        letter-spacing: -0.8px;
        padding-top: 0;
    }

    .navigation_btn.tp-btn-border {
        font-size: 12px;
        padding: 8px 16px;
        height: auto;
    }

    .tp-service-right-wrap {
        margin-top: 60px;
    }

    .tp-footer-big-title {
        font-size: 65px;
    }

    .tp-footer-menu ul li a {
        font-size: 40px;
        padding-left: 50px;
    }

    .ab-inner-hero-bg {
        background-image: url("../img/inner-about/hero/mobile-hero.png");
    }

}

@media (max-width: 450px){
   .cn-contactform-btn{
        display: flex;
    }
        .cn-contactform-btn .secbtn ,  .cn-contactform-btn .tp-btn-black-md

  {
          height: 50px;
    line-height: 40px;
    padding: 0 14px;
    font-size: 16px;
 
}
.cont-sumbtn {
   margin-left: 10px;
        min-width: 140px;
}
}
@media (max-width: 350px){
    .cn-contactform-btn .secbtn, .cn-contactform-btn .tp-btn-black-md {
        height: 41px;
        line-height: 22px;
        padding: 0px 14px;
        font-size: 14px;
    }
}