*{
    padding: 0;
    margin: 0;
}

img.logo {
    width: 305px;
}
.cta-btn {
  width: 150px;
  height: 150px;
  text-align: center;
  line-height: 150px;
  border-radius: 50%;
  border: 1px solid #000;
  position: relative;
  z-index: 1;
  margin-left: var(--mr-left);
  color: #000;
}

.cta-btn:hover::before {
  opacity: 1;
  width: 150px;
  height: 150px;
} 

main {
    padding: 0px;
    padding-top: 0px;
}
.lp-banner {
    /*    background: url(https://hr-gazette.com/wp-content/uploads/2018/10/bigstock-196164373.jpg) no-repeat center /cover;*/
    /*    background: url(https://hearst-images.s3.amazonaws.com/getty/f72bf609847445babe66dcf1dc384cd9.jpg) no-repeat center /cover;*/
    background: url(https://sapizon.com/wp-content/uploads/2020/04/vr_ar_usa-770x420@2x.jpg) no-repeat center /cover;
/*    background: #090813 url(https://webomindapps.tech/botcampuswp/wp-content/uploads/2024/01/Vector-14.png) no-repeat center /100%;*/
    height: 112vh;
    min-height: 720px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 84px;
/*    background: linear-gradient(180deg, #ffe0e8, transparent);*/
/*    background: #090813;*/
    background: #fff;
    max-width: 100%;
    margin: auto;
/*    border-radius: 30px 30px 0 0;*/
    overflow: hidden;
}

.lp-banner .sec_title {
    font-size: 48px;
    line-height: 1.15;
}

/*
.lp-banner:before {
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #000558ed, #00055891);
    background: linear-gradient(to top, #000000cf, #fff0);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
}
*/

.counter-section{
    display: flex;
    gap: 30px;
    margin-top: 40px;
}
.counters{
    border: 0px solid #ffffff3d;
    padding: 20px 14px;
    width: 33.33%;
    text-align: center;
    color: #000;
    border-radius: 0px;
    background: #ffffff3d;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    /* box-shadow: 0 5px 10px -5px #0000001a; */
    border-right: 1px solid #dfdfdf;
}
.counters:last-child  {border-right: 0px;}
.counters h6{
    font-size: 50px;
    font-weight: 600;
    color: #fb0e3f;
}
.counters p{
    font-size: 16px;
    margin-bottom: 0;
    color: #212529;
}
.words {
    width: auto;
    display: inline-block;
    overflow: hidden;
    height: 56px;
    transform: translateY(10px);
}
.words span {
    display: block;
    height: 100%;
    animation: spin-text 8s infinite;
/*    -webkit-text-stroke: 1px #fff;*/
    color: var(--theme-pink);
    font-weight: 800;
    padding: 0 2px;
/*    text-align: center;*/
}
@keyframes spin-text {
    10% { transform: translateY(-112%);}
    25% { transform: translateY(-100%);}
    35% { transform: translateY(-212%);}
    50% { transform: translateY(-200%);}
    60% { transform: translateY(-312%);}
    75% { transform: translateY(-300%);}
    85% { transform: translateY(-412%);}
    100% { transform: translateY(-400%);}
}


.lp-banner svg {
    -webkit-animation: spin 8s linear infinite;
    -moz-animation: spin 8s linear infinite;
    animation: spin 8s linear infinite
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.lp-banner .move_left {
    -webkit-animation: move_left 15s linear infinite;
    -moz-animation: move_left 15s linear infinite;
    animation: move_left 15s linear infinite;
    opacity: 0.35;
}
@-webkit-keyframes move_left {
    50% {
        transform: translate(25%, 25%);
    }
}

@keyframes move_left {
    50% {
        transform: translate(25%, 25%);
    }
}
.lp-banner .move_bottom {
    -webkit-animation: move_bottom 8s linear infinite;
    -moz-animation: move_bottom 8s linear infinite;
    animation: move_bottom 8s linear infinite
}
@-webkit-keyframes move_bottom {
    50% {
        transform: translatey(25%);
    }
}

@keyframes move_bottom {
    50% {
        transform: translatey(25%);
    }
}

.wave {
    opacity: 0.05;
    transition: all 0.5s linear;
}


.expert-btn {
    margin-top: 30px;
    display: inline-block;
/*    font-size: 14px;*/
    padding: 10px 20px 8px;
}


.circles {    
    pointer-events: none;
/*    --dim: 120px;*/
    width: var(--dim);
    height: var(--dim);
/*    fill: var(--theme-pink);*/
    fill: #000;
    font-weight: 700;
    z-index: 9;
}

.circles__text {
    color: var(--theme-pink);
    text-transform: uppercase;
    transform-origin: 700px 700px;
    will-change: transform,opacity
}
.circles__text--1 {
    font-size: 110px;
    font-family: var(--font-circle-1);
    font-weight: var(--font-weight-circle-1);
    fill: var(--primary-color: #2e76ff);
    color: #fff
}
.arrow-bt {   
    --dim: 120px; 
    position: absolute;
    left: calc(50% - (var(--dim) / 2));
    bottom: -90px;
    margin: 0 auto;
    display: block;
    width: var(--dim);
}
.arrow-bt::after {
    content: "\f063";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    margin: 0!important;
    line-height: 100%!important;
    font-weight: 600;
    font-size: 1.2em;
    position: absolute;
    left: 0;
    right: 0px;
    text-align: center;
    top: 42%;
    color: #fff;
}
.form-box {
    margin-left: 120px;
}
.form-wrapper {
    background: #ffffff36;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 8px 34px #3030301a;
    backdrop-filter: blur(10px);
}
.form-wrapper .field-wrap {
    position: relative;
    margin-bottom: 13px;
}
.form-wrapper .field-heading {
     font-size: 14px; 
     line-height: 1.2; 
     font-weight: 500; 
    text-transform: none;
    color: #000000;
    margin-bottom: 8px;
}
.form-wrapper .field-wrap .text-field {
    height: 100%;
    margin-bottom: 0;
    padding: 10px 1em;
    border: 1px solid rgb(17 5 37 / 30%);
    background-color: #0000;
    color: #000000;
    width: 100%;
    font-size: 14px;
}
.form-wrapper .btn {
    font-weight: 600;
    font-size: 15px;
}

.form-box .form-group {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.form-group {
  margin-bottom: 16px;
  position: relative;
}
input {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid rgba(0,0,0,.37);
  border-radius: 4px;
  background-color: transparent;
  margin: 0px auto;
  padding: 6px 4px 4px 14px;
  height: 54px;
  outline: none !important;
  font-size: 16px;
  color: rgba(0,0,0,0.85);
  transition: all .2s ease-in-out;
}
.form-wrapper .form-control {
    display: block;
    width: 100%;
    padding: 0.325rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #ffffff3b;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 6px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: 0 5px 8px -8px #00000047;
}
/*
.form-wrapper select.form-control{
    padding: 26px;
}
*/

.form-wrapper select.form-control { font-size: 14px; height: 54px;z-index: 1;position: relative;background: #fff0; }
.form-box label {
  position: absolute;
  top: 20px; 
  left: 12px;
  text-align: left;
  display: inline-block;
  padding: 0 4px;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  font-weight: 400;
/*  background: #fff;*/
  color: rgba(0,0,0,0.75);
  margin: 0px auto;
  cursor: text;
  transition: all .15s ease-in-out;
}
@media (max-width: 1400px) and (min-width: 1200px) {
    .form-box select + label, .form-box #google_ads + label { top: 6px; line-height: 18px; }
    .form-box #google_ads:focus + label, .form-box #google_ads:valid + label { top: -6px;  }
}
input:hover, input:focus, textarea:hover, textarea:focus , select:focus { border: 1px solid #000; }

input:valid + label, input:focus + label, textarea:valid + label, textarea:focus + label, select:focus + label, select:valid + label  {
    top: -6px;
    color: #929292;
    /* font-weight: bold; */
    background: #fff0;
    padding: 0px;
    border-radius: 4px;
    height: 23px;
    font-size: 12px;
  max-width: 95%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.form-wrapper textarea.form-control {
    padding-top: 15px;
    height: 100px;
}
.form-control:focus { border-color: #fb0e3f; }
.gl-form-asterisk {
    background-color: inherit;
    color: #e32b2b;
    padding: 0;
    padding-left: 3px;
   
}
.gl-form-asterisk:after {
    content: "*";
}

.lp-brands {
    padding: 00px 50px;
    border-radius: 25px;
    box-shadow: 0 15px 30px -8px #00000025;
/*    background: #fff7f0;*/
    background: #f8f8f8;
}
.client_bg {
    background-repeat-x: no-repeat;
    -webkit-animation: animLogos 1000s linear infinite;
    animation: animLogos 1000s linear infinite;
    background-image: url(../images/webo-lp/telco_clients_list.460e45b7237d81a1c7d8.webp);
    background-size: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}
@keyframes animLogos {
    100% {
        background-position: 0 -107150px;
    }
}

.why_us .col {
    padding: 6px;
}
.why_us .col img {
    box-shadow: 0 10px 24px -5px #00000029;
    border-radius: 4px;
}



/*Why Choose*/
/***********/

.why_us-img.relative {
  position: relative;
  width: 100%;
  height: 530px;
  overflow: hidden;
}

.why_us-img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  height: 380px;
  position: absolute;
  -webkit-transform: rotate(0deg) translateX(-100px);
  transform: rotate(0deg) translateX(-100px);
    object-fit: cover;
}

.why_us-img .active img {
  opacity: 1;
  -webkit-transform: rotate(15deg) translateX(60px) translateY(30px);
  transform: rotate(15deg) translateX(60px) translateY(30px);
}

.why_us-img span {
  position: absolute;
  width: 175px;
  height: 70px;
  background-color: var(--theme-pink);
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(-26deg) translate(-100%, -100%);
  transform: rotate(-26deg) translate(-100%, -100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  z-index: 1;
}

.why_us-img span.current {
  -webkit-transform: rotate(-26deg) translate(120px, -100%);
  transform: rotate(-26deg) translate(120px, -100%);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service__img {
    max-width: 260px;
  }
}


.list-styled {
  list-style: none;
  margin: 0;
  padding: 0;
}

.w-list-item {
  display: flex;
  padding: 25px 0;
  border-bottom: 1px solid #dcdcdc;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.w-list-item * {
  flex: 0 0 auto;
}

.w-list-item span.point-num {
  width: 80px;
  display: block;
  font-size: 25px;
  font-weight: 600;
  transition: all 0.3s;
}

.w-list-item img {
  height: 100%;
  position: absolute;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s;
}

.w-list-item h3 {
  font-size: 25px;
  padding-right: 30px;
  width: 40%;
  transition: all 0.3s;
}

.point_list li.active .w-list-item h3,
.point_list li.active .w-list-item span.point-num {
  color: var(--theme-pink);
}

.point_list li.active .w-list-item img {
  opacity: 0.06;
}

.w-list-item .list_point {
  width: calc(60% - 0px);
}

.list_point ul li {
  display: flex;
}

.list-styled ul li span {
  font-size: 20px;
  font-weight: 600;
  margin-right: 12px;
  margin-top: -5px;
}
/*
.clients {
    margin-top: 100px;
}
*/

.portfolio__service-list {
    padding-top: 60px;
}
.for_software .portfolio__service-item {
    height: 94%;
    transition: all 0.3s linear;
}

.portfolio__service-item ul li {
    text-decoration: none;
    list-style: none;
    display: flex;
}
.for_software .portfolio__service-item ul li {
    margin-top: 4px;
}
.for_software .portfolio__service-item:hover ul li a {
    text-decoration: underline;
    color: #fff;
}
.for_software .portfolio__service-item:hover ul li a:hover {
    text-decoration: none;
}
.portfolio__service-item {
    padding: 30px;
    border: 1.3px solid #000;
    border-radius: 21px;
    position: relative;
    margin-bottom: 30px;
}
.portfolio__service-list .portfolio__service-item .wordpress-item {
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
}
.portfolio__service-list .portfolio__service-item .ps-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.5;
    color: #000;
    padding-bottom: 0px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    min-height: 70px;
    margin-right: 75px;
}
.portfolio__service-item ul {
    padding-left: 0;
}
.portfolio__service-item .icon {
    position: absolute;
    top: 0;
    right: -20px;
}
.portfolio__service-item .icon svg {
    height: 60px;
}
.portfolio__service-list .portfolio__service-item::after {
    position: absolute;
    content: "";
    width: 23px;
    height: 76px;
    right: -2px;
    top: calc(50% - 38px);
    background: #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 15px 0px 0px 15px;
}
.portfolio__service-item:hover {
    border: 1px solid #fff0;
    box-shadow: 0px 10px 30px #00000024;
    transform: translateY(-10px);
}
.portfolio__service-item:hover::after {
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    right: -1px;
    top: 0;
    border-radius: 15px;
    color: #fff;
}
.portfolio__service-item:hover .ps-title, .portfolio__service-item:hover p , .portfolio__service-item:hover ul li {
    color: #fff;
}
.portfolio__service-item:hover .icon svg {
    filter: brightness(0) invert(1);
}
ul.list_point  li {
    display: flex;
}
ul.list-styled li span {
    font-size: 20px;
    font-weight: 600;
    margin-right: 12px;
    margin-top: -5px;
    display: inline-block;
}
.navigation ul.list_styled {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    margin-right: 20px;
}
.navigation ul.list_styled li {
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
}
.navigation ul.list_styled li a {
    color: #000;
}

.portfolio__service-list .portfolio__service-item.one::after {
    background: #eb3232;
}

.portfolio__service-list .portfolio__service-item.two::after {
    background: #eb3232;
}

.portfolio__service-list .portfolio__service-item.three::after {
    background: #eb3232;
}

.portfolio__service-list .portfolio__service-item.four::after {
    background: #eb3232
}

.portfolio__service-list .portfolio__service-item.five::after {
    background: #eb3232;
}

.portfolio__service-list .portfolio__service-item.six::after {
    background: #eb3232;
}

.portfolio__service-list .portfolio__service-item.seven::after {
    background: #eb3232;
}

.portfolio__service-list .portfolio__service-item.eight::after {
    background: #eb3232;
}

.portfolio__service-list .portfolio__service-item.nine::after {
    background: #eb3232;
}


/*Design-2*/
section.our_works {
    background: linear-gradient(0deg, #fbfbfb, transparent);
    padding-top: 80px;
}
.portfolio_d2 {
    background: #000;
    padding: 20px 0;
    margin: 50px auto 10px;
    max-width: 96vw;
    border-radius: 50px;
}
.pointed {
    /* border-left: 2px solid #fff; */
    /* border-right: 2px solid #fff; */
    width: 150px;
    height: 40px;
    margin: 25px 0 0 25px;
    z-index: 4;
    text-align: center;
    line-height: 23px;
    color: #ffff;
    background-color: var(--theme-pink);
    font-size: 13px;
    letter-spacing: 3px;
    white-space: nowrap;
    transition: all 0.3s linear;
    position: absolute;
    font-weight: 600;
    top: 0px;
    left: 00px;
    text-transform: uppercase;
    border-radius: 50%;
    border: 1px solid var(--theme-pink);
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.portfolio_d2 img:hover {
    cursor: none;
}
.portfolio_d2 .screen-holder {
    transition: all 0.3s linear;
}
.screen-holder {
    width: auto;
    height: 420px;
    min-height: 30vw;
    flex-direction: row;
    flex: none;
    justify-content: center;
    align-items: center;
    padding: 1%;
    display: flex;
    position: relative;
}
.screen-holder .h_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #00000033, transparent);
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
}
.screen-holder:hover .h_overlay {
    opacity: 1;
    visibility: visible;
}
.screen-holder img {
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}


.review_section {
    margin-top: 0px;
    background-color: #fafafad1;
    /* background: linear-gradient(90.04deg,#e2ebfd .03%,#f0e9fc 31.2%,#fff4fc 64.05%,#d0f9eb 99.96%); */
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom center;
    background-size: 100%;
/*    background-blend-mode: color;*/
}

.review-quote {
    padding: 20px;
    margin-bottom: 30px;
    border-bottom: 0px solid #c0c0c0;
    box-shadow: 2px 8px 20px -5px #0000001c;
    background: #fff;
    border-radius: 5px;
    transform-origin: top;
    min-height: 240px;
}

.review_section .rating {
    display: inline-flex;
    margin: 0;
    padding-left: 0;
    list-style: none;

}

.review_section .lead {
    font-size: 14px;
    font-weight: 400
}

.review_section .text-yellow {
    color: #ffaf10!important
}

.review_section .eyebrow {
    display: inline-block;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #fb0e3d;
}

.review_section .fs-3 {
    font-size: 2.5rem!important
}

.review-quote .profile {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.review-quote .avatar {
    width: 50px;
    margin-right: 12px;
}
.review_wrap {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
}
.review_wrap li {
    width: 32%;
}


.work_box {
    --height: 360px;
    height: var(--height);
    width: 100%;
/*    overflow: hidden;*/
    margin-bottom: 24px;
}
.prj_prespective {
    position: absolute;
    overflow: hidden;
    width: 12px;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(30%,#32373c),to(#636265));
    background: linear-gradient(0deg,#32373c 30%,#636265);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    height: 100%;
}
.work_box:hover .prj_prespective {
    -webkit-transform: perspective(var(--height)) rotateY(-40deg);
    transform: perspective(var(--height)) rotateY(-40deg);
/*    width: 12px;*/
}
.work_box .prj_image picture { width: 100%; }
.prj_image {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: all .5s ease-in-out;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.work_box .prj_image:before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center,rgba(0,0,0,.9) 0,rgba(0,0,0,0) 100%);
    transition: transform .4s ease-in-out,-webkit-transform .4s ease-in-out;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    z-index: 1;
}
.work_box .prj_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .6s ease-in-out;
}
.work_box:hover .prj_image  {
    -webkit-transform: perspective(var(--height)) rotateY(5deg);
    transform: perspective(var(--height)) rotateY(5deg);
    left: 12px;
}
.project_details.position-relative {
    height: 100%;
    /* display: table-column; */
}
.resp_img img {
    -webkit-transition: opacity .5s,-webkit-transform .6s ease-in-out;
    transition: opacity .5s,-webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out,opacity .5s;
    transition: transform .6s ease-in-out,opacity .5s,-webkit-transform .6s ease-in-out;
    opacity: 0;
    position: absolute;
    right: 0%;
    height: 90%;
    width: auto;
    top: 10%;
    z-index: 2;
    -webkit-transform-origin: 65% 50%;
    transform-origin: 65% 50%;
    -webkit-transform: perspective(1000px) rotateY(-60deg);
    transform: perspective(1000px) rotateY(-60deg);
}
.work_box:hover .resp_img img {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
}
.prj_contents {
    z-index: 2;
    padding: 30px 0 30px 40px;
    width: 68%;
    height: 96%;
    bottom: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.prj_link {
    background: #fff;
    border-radius: 4px;
    padding: 5px 15px 7px;
    display: inline-block;
    align-self: baseline;
    margin-bottom: -50px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}
.work_box:hover .prj_link {
    margin-bottom: 0px;
    opacity: 1;
    visibility: visible;
}



.header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    padding: 15px 12px;
}
.page_btn {
    background: var(--theme-pink);
    color: #fff;
    padding: 12px 15px;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.5,2.5,.7,.7),-webkit-box-shadow .3s cubic-bezier(.5,2.5,.7,.7);
    transition: -webkit-transform .3s cubic-bezier(.5,2.5,.7,.7),-webkit-box-shadow .3s cubic-bezier(.5,2.5,.7,.7);
    -o-transition: transform .3s cubic-bezier(.5,2.5,.7,.7),box-shadow .3s cubic-bezier(.5,2.5,.7,.7);
    transition: transform .3s cubic-bezier(.5,2.5,.7,.7),box-shadow .3s cubic-bezier(.5,2.5,.7,.7);
    transition: transform .3s cubic-bezier(.5,2.5,.7,.7),box-shadow .3s cubic-bezier(.5,2.5,.7,.7),-webkit-transform .3s cubic-bezier(.5,2.5,.7,.7),-webkit-box-shadow .3s cubic-bezier(.5,2.5,.7,.7);
}
.page_btn:hover {
    background: #fff;
    color: var(--theme-pink);
    transform: translateY(-5px);
    box-shadow: 6px 6px 0px 0px #fb0e3f;
}


/* New footer  */

footer{
   background-image: url(../assets/bg-footer.png);
/*   height: 100vh;*/
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
/*
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
*/
}

.Marquee {
    box-sizing: border-box;
    padding: 1em;
    color: #fff;
    font-weight: 200;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden
}

.Marquee-content {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-animation: marquee 15s linear infinite running;
    -moz-animation: marquee 15s linear infinite running;
    -o-animation: marquee 15s linear infinite running;
    -ms-animation: marquee 15s linear infinite running;
    animation: marquee 15s linear infinite running
}

.Marquee-content:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    -ms-animation-play-state: paused;
    animation-play-state: paused
}

.Marquee .Marquee-tag {
    width: 200px;
    margin: 0 .5em;
    padding: .5em;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 5px
}

.Marquee .Marquee-tag:hover {
    background: rgb(255 255 255 / 12%);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer
}

@-moz-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%)
    }
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%)
    }
}

@-o-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%)
    }
}

@keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%)
    }
}

.marquee-text {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 90px;
    overflow-x: hidden
}

.marquee-text .track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee-text 32s linear infinite
}

.marquee-text .track .text-block {
    display: flex
}

.marquee-text .track .text-block span {
    margin: 0 .8em
}

.marquee-text .track .dots {
    display: inline-flex;
    align-items: center
}

.marquee-text .track .dots i {
    background-color: #fb0e3d;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    margin: 0 15px
}

.marquee-text .track .dots i:nth-child(2) {
    opacity: .7
}

.marquee-text .track .dots i:nth-child(3) {
    background-color: #fff
}

.footer-reel {
    font-size: 3em;
    font-weight: 700;
    font-family: var(--heading)
}

.marquee-text .track span.color {
    color: #fb0e3f;
/*    -webkit-text-stroke: 1px #fff*/
}

@keyframes marquee-text {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}


.footer-cta h2{
    font-size: 4.5rem;
    line-height: 1;
    margin: 30px 0;
    font-weight: 600;
}

.footer-cta h2 span{
    color: #fb0e3f;
/*    -webkit-text-stroke: 1px #fff;*/
}

.footer-info a {
    color: #fff;
    font-size: 18px;
    display: block;
    text-decoration: none;
}
.footer-info a svg{
    height: 20px;
    width: 20px;
    margin-right:10px;
    margin-top: 5px;
}


.field-wrap{
    margin-bottom: 17px;
}

.field-heading{
    padding-bottom: 10px;
}

.text-field {
    height: 100%;
    margin-bottom: 0;
    padding: 15px 1em;
    border: 1px solid rgb(249 248 243 / 8%);
    background-color: #ffffff08;
    color: #f9f8f3;
    width: 100%;
    outline: none;
}

.form_footer button{
    background: var(--theme-pink);
    border-radius: 0;
    padding: 15px;
    width: 100%;
}

.form_footer button:hover{
    background: #121212
}

.footer-info a.line_mov {
    display: flex;
}
.line_mov span {
    display: inline-block;
    width: 75%;
}

/*ADD ONs*/
/*********/

.add-ons {
    margin-top: 50px;
}
.add-ons .col-lg-3 {
    padding: 40px 40px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transition: all 0.3s;
}
.add-ons .col-lg-3:last-child {
    border-right: 0px solid #000;
}
.add-ons .col-lg-3:hover {
    background: #fff7f8;
}
.add-ons .col-lg-3 * {
    margin-bottom: 20px;
}
.add-ons .col-lg-3 svg {
    width: 80px;
}

.trusted_exp .hover_box { height: 85%;}

@media screen and (min-width: 992px) and (max-width: 1299px) {
    .add-ons .col-lg-3 {
        padding: 20px;
    }
}


.fa-twitter:before {
    content: url('data:image/svg+xml;utf8,<svg width="16" height="15" viewBox="0 0 20 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.7497 0H18.8179L12.1165 7.65754L20 18.0791H13.8288L8.99174 11.7601L3.46371 18.0791H0.391134L7.55758 9.88701L0 0H6.32768L10.6953 5.77575L15.7497 0ZM14.6719 16.2451H16.3711L5.402 1.73837H3.57671L14.6719 16.2451Z" fill="white"/></svg>');
    display: inline-block;
    margin-top: 5px;
    margin-bottom: -1px;
}
.whatsapp {
    position: fixed;
    bottom: 50px;
    right: 20px;
    border-radius: 50%;
    z-index: 9;
}


@media screen and (min-width: 992px) and (max-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 100%;
    }
    .top_links li { font-size: 14px; }
    .form-box { margin-left: 50px; }
    .lp-banner .sec_title { font-size: 36px; }
    .counter-section { gap: 15px;}
    
    .why_us-img img { width: 82%; }
    .why_us-img .active img {
        transform: rotate(8deg) translateX(34px) translateY(30px);
        -webkit-transform: rotate(8deg) translateX(34px) translateY(30px);
    }
    
    .footer-cta h2 { font-size: 3.8rem;}
    .footer-info a { font-size: 16px;}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .top-nav-sec {
         display: block;
        padding: 5px;
    }
    .wrapper {margin-bottom: 12px;}
    .container, .container-lg, .container-md, .container-sm {
        max-width: 100%;
    }
    .top_links li { font-size: 12px; margin-right: 8px; }
    .form-box { margin-left: 20px; }
    .lp-banner .sec_title { font-size: 30px; }
    .lp-banner { height: 740px; }
    .form-wrapper  { padding: 14px; }
    .counter-section { gap: 15px;}
    
    .lp-brands { padding: 40px 20px; }
    
    .why_us-img.relative { display: none; }
    
    .why_us-img img { width: 82%; }
    .why_us-img .active img {
        transform: rotate(8deg) translateX(34px) translateY(30px);
        -webkit-transform: rotate(8deg) translateX(34px) translateY(30px);
    }
    
    .footer-cta h2 {font-size: 2.8rem;}
    .footer-info a {font-size: 14px;}
    
    .order-2 { margin-top: 50px; }
    .point_list li.active .w-list-item h3, .point_list li.active .w-list-item span.point-num {
        color: #000000;
    }    
}

@media screen and (max-width: 767px) {
    .header {  padding: 0;  }
    img.logo { width: 200px; }
    
    .lp-banner { height: auto; min-height: 420px; padding: 40px 15px; }
    .form-box {  margin-left: 0;   margin-top: 40px; }
    
    .lp-brands { padding: 25px; }
    .client_bg, div#services { margin-top: 40px; }
    
    .w-list-item h3 { font-size: 19px; }
    .point_list li.active .w-list-item h3, .point_list li.active .w-list-item span.point-num {
        color: #000000;
    }
    .why_us .col { padding: 8px; }
    .add-ons .col-lg-3 { padding: 40px 12px; }
    .footer-cta h2 {  font-size: 30px;  }
    .footer-info a, body, .testimonials .r_content p {  font-size: 14px;  }
    .order-2 { margin-top: 50px; }
    .review_wrap li { width: 49%; }
    
    .pointed { display: none; }
    .whatsapp { bottom: 25px; }
    
    .counter-section { gap: 0; }
    .counters h6 { font-size: 30px; }
    .counters p  { font-size: 13px; }
    
    .lp-banner .row .col { flex: 0 0 32%; }
    .lp-banner .sec_title { line-height: 1.3;}
    .form-wrapper { padding: 15px; }
    .w-list-item { padding: 15px 0 !important;}
    .point_list li.active .w-list-item span.point-num {color: #000!important; }
    .sm-text-continer { margin-top: 20px!important; }
    .w-list-item span.point-num { display: none!important;}
    .why-choose > .container { padding: 0;}
    
    .trusted_exp .hover_box { padding: 14px !important; height: 85%; }
    .form-box label { line-height: 20px; }
    .form-box .row select + label, #google_ads + label { top: 6px; } 
    .form-box .row select:focus + label, .form-box .row select:valid + label, #google_ads:focus + label, #google_ads:valid + label { top: -4px; }

} 

@media screen and (max-width: 490px) {
    
    .w-list-item h3 { font-size: 20px; width: 100%; }
    
    .w-list-item {
        flex-direction: column;
    }
    .w-list-item .list_point {
        width: calc(100% - 0px);
    }
    .why_us .col {
        padding: 5px;
        width: 33.33%;
        flex: 0 0 33.33%;
        margin: 12px 0;
    }
    .review_wrap li { width: 100%; }
} 
@media screen and (max-width: 415px) {    
    .form-box .row #industry + label { top: 6px; }
    .form-box .row #industry:valid + label, .form-box .row #industry:focus + label { top: -4px; }
}