/* @font-face {
    font-family: "Poppins", sans-serif;
    src: url("../fonts/adieu-regular.woff2") format("woff2"), url("../fonts/adieu-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
} */

html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-smooth iframe {
    pointer-events: none;
}

html,
body {
    overflow-x: hidden;
}


/*footer badges css*/

.ratings-badges {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    color: #fff;
}

.rating-box-3 {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mn-widget-member {
    padding-top: 10px;
}

.rating-box-2 {
    display: flex;
    align-items: center;
    flex-direction: column;
}

#badges-container {
    padding-top: 10px;
}

@media (max-width:768px) {
    .ratings-badges {
        align-items: baseline !important;
        flex-direction: column;
    }
    .rating-box-2 {
        align-items: flex-start !important;
        flex-direction: column;
    }
    .rating-box-3 {
        flex-direction: column;
        align-items: flex-start !important;
    }
}

* {
    margin: 0;
    padding: 0;
}

html {
    overflow-x: hidden;
}

body {
    color: #fff;
    line-height: 1.5;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    background: #292d32;
}

.archivo {
    font-family: "Poppins", sans-serif !important;
}

a {
    text-decoration: none;
    color: #Fff;
}

ul {
    padding-left: 0px;
    list-style-type: none;
    margin-bottom: 0px;
}

li {
    display: inline-block;
}

.fs11 {
    font-size: 11px;
}

.fs14 {
    font-size: 14px;
}

.fs15 {
    font-size: 15px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs22 {
    font-size: 22px;
}

.fs25 {
    font-size: 25px;
}

.fs30 {
    font-size: 30px;
}

.fs25 {
    font-size: 25px;
}

.fs30 {
    font-size: 30px !important;
}

.fs32 {
    font-size: 32px;
}

.fs35 {
    font-size: 35px;
}

.fs40 {
    font-size: 40px;
}

.fs50 {
    font-size: 50px;
}

.fs60 {
    font-size: 60px;
}

.fs70 {
    font-size: 70px;
}

.fs80 {
    font-size: 80px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-weight: 700;
}

.color-white {
    color: #fff !important;
}

.color-black {
    color: #292d32 !important;
}

.color-orange {
    color: #ff8035 !important;
}

.color-grey {
    color: #262b37 !important;
}

.color-grad {
    background: -webkit-linear-gradient(#ff6041, #ffa826) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-white {
    background: #fff !important;
}

.bg-black {
    background: #1e1e1e !important;
}

.bg-lgrey {
    background: #f9f9f9 !important;
}

.bg-orange {
    background: #ff833a !important;
}

.text p {
    font-size: 15px;
}

.text span {
    background: -webkit-linear-gradient(#ff6041, #ffa826);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text h1 span {
    background: -webkit-linear-gradient(#ff6041, #ffa826);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 0px 80px #f1863c;
}

.text h5 {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    background: #ffffff;
    box-shadow: 0px 0px 41px rgb(0 0 41 / 9%);
    display: inline-block;
    padding: 10px 10px;
    border-radius: 30px;
    text-transform: uppercase;
    color: #292d32;
}

.text h2 {
    font-size: 35px;
    margin: 20px 0 20px;
}

.btn-grad {
    text-decoration: none;
    position: relative;
    border: none;
    font-size: 16px;
    color: #fff !important;
    width: 210px;
    height: 2em;
    line-height: 2em;
    text-align: center;
    background: linear-gradient(90deg, #ff6041, #ffa826, #ffeb3b, #ffa826);
    background-size: 300%;
    border-radius: 30px;
    z-index: 1;
}

.btn-grad i {
    padding-left: 5px;
    vertical-align: middle;
}

.btn-grad:hover {
    animation: ani 8s linear infinite;
    border: none;
}

@keyframes ani {
    0% {
        background-position: 0%;
    }
    100% {
        background-position: 400%;
    }
}

.btn-grad:before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    z-index: -1;
    background: linear-gradient(90deg, #ff6041, #ffa826, #ffeb3b, #ffa826);
    background-size: 400%;
    border-radius: 35px;
    transition: 1s;
}

.btn-grad:hover::before {
    filter: blur(10px);
}

.btn-grad:active {
    background: linear-gradient(90deg, #ff6041, #ffa826, #ffeb3b, #ffa826);
}

.btn-normal {
    border: 1px solid #282828;
    background: transparent;
    cursor: pointer;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 400;
    transition: 0.8s;
    border-radius: 100px;
    color: #282828;
}

.btn-normal:hover {
    border: 1px solid #262b37;
    background: transparent;
}


/* Header css start  */

.header {
    position: relative;
    z-index: 99;
}

.lp .header {
    position: absolute;
    width: 100%;
}

.lp .header div#navbarNavDropdown {
    display: none !important;
}

.header .navbar-brand {
    width: 18%;
}

.header .navbar-brand img {
    width: 100%;
}

.sticky-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: background-color 0.3s ease;
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
}

.header ul li {
    padding: 0 0px;
}


/* .header ul li a:hover {
  background: -webkit-linear-gradient(#ff6041, #ffa826);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} */

.header ul li a {
    transition: ease 0.4s;
    font-size: 16px;
    font-weight: 600;
    color: #434343;
    font-family: "Poppins", sans-serif;
}

ul.dropdown-menu li {
    width: 100%;
    padding: 0px 0;
    font-size: 15px !important;
    font-family: "Poppins", sans-serif;
}

ul.dropdown-menu li a.dropdown-item:hover {
    color: #fff !important;
    background: linear-gradient(90deg, #ff6041, #ffa826);
    -webkit-text-fill-color: #fff;
}

ul.dropdown-menu li a.dropdown-item {
    padding: 9px 10px;
    transition: ease 0.4s;
    font-size: 15px;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.dropdown-menu {
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.header a.btn-normal {
    padding: 10px 20px;
}


/* Header css end */


/* banner css start  */

.banner-sec {
    padding: 5% 0 5% 0;
    position: relative;
    margin-top: 0%;
}

.lp .banner-sec {
    background: url(../img/ecom-lp-bg.webp) no-repeat;
    background-size: cover;
    margin-top: 0%;
    padding: 10% 0 5% 0;
}


/*.banner-sec .bg-card {*/


/*  position: absolute;*/


/*  top: 0;*/


/*  left: 0;*/


/*  right: 0;*/


/*  z-index: 0;*/


/*}*/

.banner-sec .bg-card img {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -2;
    left: 0;
    right: 0;
    object-fit: scale-down;
    object-position: center;
    height: 100vh;
    width: 100%;
}

.banner-sec .text {
    display: table;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}


/*.banner-sec:before {*/


/*  position: absolute;*/


/*  content: "";*/


/*  width: 175px;*/


/*  height: 158px;*/


/*  background: url(../img/banner-before.png) no-repeat;*/


/*  bottom: 30px;*/


/*  left: 30px;*/


/*  z-index: 2;*/


/*  -webkit-animation: mover 1s infinite alternate;*/


/*  animation: mover 1s infinite alternate;*/


/*}*/


/*.banner-sec:after {*/


/*  position: absolute;*/


/*  content: "";*/


/*  width: 284px;*/


/*  height: 271px;*/


/*  background: url(../img/banner-after.png) no-repeat;*/


/*  top: 0;*/


/*  right: 0;*/


/*  z-index: 2;*/


/*  -webkit-animation: mover 1s infinite alternate;*/


/*  animation: mover 1s infinite alternate;*/


/*}*/


/*@-webkit-keyframes mover {*/


/*  0% {*/


/*    transform: translateY(0);*/


/*  }*/


/*  100% {*/


/*    transform: translateY(-10px);*/


/*  }*/


/*}*/


/* banner css end  */


/* ************************** Technologies work Css Start ****************************  */

.technologies-work {
    padding: 0px 0 0;
    margin-top: 0px;
    z-index: 1;
    position: relative;
}

.technologies-work .container {
    border: 3px solid #ff8134 !important;
}

.technologies-work .tab-content .tab-a h4 {
    font-weight: 400;
    font-size: 16px;
    color: #676b73;
    margin-top: 10px;
    margin-bottom: 0;
}

.technologies-work .nav {
    background: #292d32;
    padding: 10px 10px;
    justify-content: space-between;
    border-radius: 15px;
}

.technologies-work .nav button {
    background: #fd7d0e;
    color: #fff;
    border-radius: 10px;
    border: none;
    font-weight: 500;
    text-align: left;
    font-size: 14px;
}

.technologies-work .nav button:hover {
    border: none;
}

.technologies-work .nav button.active {
    background: #424651;
    color: #292d32;
    border-radius: 10px;
    background: #fff;
}

.client-slid .tab-a a img {
    width: 100%;
}


/* ************************** Technologies work Css End ****************************  */


/* ************************** Services Css Start ****************************  */

.services-section {
    padding: 100px 0 0;
}

.serv-slider .serv-box {
    background: #fff;
    border-radius: 30px;
    box-shadow: 0px 0px 31px rgb(0 0 41 / 12%);
    margin: 0px 30px 0px 0px;
    min-height: 470px;
    transition: ease 0.4s;
}

.serv-slider .serv-box:hover {
    transform: scale(1.02);
}

.slick-slideshow__slide {
    padding-bottom: 40px;
    padding-top: 40px;
}

.serv-top-row {
    margin-bottom: -26%;
}

.serv-slider .serv-box img {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    width: 100%;
    height: 198px;
    object-fit: cover;
}

.serv-slider .serv-box .serv-cont {
    padding: 20px 20px 20px 20px;
}

.serv-slider .serv-box .serv-cont h3 {
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    margin-bottom: 0;
    color: #292d32;
}

.serv-slider .serv-box .serv-cont p {
    margin: 20px 0;
    font-size: 14px;
    color: #292d32;
    min-height: 126px;
}

.serv-slider .serv-box .serv-cont a {
    color: #ff8035;
    font-weight: 500;
}

.serv-slider .serv-box .serv-cont a i {
    padding-left: 5px;
    vertical-align: middle;
}

.serv-slider .slick-arrow {
    position: absolute;
    bottom: -40px;
    z-index: 10;
    font-size: 0;
    width: 30px;
    height: 30px;
    border: none;
    left: 60px !important;
}

.serv-slider .slick-arrow.slick-prev {
    left: 0;
    background: url("../img/long-arrow-left.png") 0 0 / 100% no-repeat;
}

.serv-slider .slick-arrow.slick-next {
    right: auto;
    background: url("../img/long-arrow-right.png") 0 0 / 100% no-repeat;
    left: 130px !important;
}


/* ************************** Services Css End ****************************  */


/* ************************** discover Div Css Start ****************************  */

.vision {
    padding: 100px 0 0;
}

.vision ul li a:first-child {
    padding-top: 0;
}

.vision ul li i {
    color: #ff8035;
    padding-right: 10px;
}

.vision ul li a:hover {
    margin-left: 15px;
}

.vision ul li a {
    transition: .5s;
}

.vision ul li {
    display: block;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #ebebeb;
    font-size: 18px;
    font-weight: 500;
}

.vision .img-div img {
    width: 100%;
    border-radius: 30px;
}

.vision .col-sm-6:first-child img {
    width: 100%;
}

.vision .img-div img {
    width: 80%;
    border-radius: 30px;
}

.vision .count-exp h2 {
    font-family: "Poppins", sans-serif;
    font-size: 80px;
    color: #fff;
}

.vision .years-exp {
    background: linear-gradient(90deg, #ff6041, #ffa826);
    border-radius: 30px;
    padding: 30px 10px 30px 20px;
    justify-content: space-around;
    margin-top: 25px;
}

.vision .text-exp p {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}


/* ************************** discover Div Css End ****************************  */


/* ************************** Why coders Css start ****************************  */

.why-coders {
    padding: 100px 0 0px;
    overflow: hidden;
}

@media only screen and (max-width: 1799px) {
    .main-head .sol-box li {
        font-size: 20px !important;
    }
}

@media only screen and (max-width: 1599px) {
    .main-head .sol-box li {
        font-size: 18px !important;
    }
}

@media only screen and (max-width: 1499px) {
    .tpayment_sec .tpaymentImage img {
        width: 77.5% !important;
    }
}

@media only screen and (max-width: 1399px) {
    .tpayment_sec {
        padding: 90px 0 70px !important;
    }
    .tpayment_sec .tpaymentImage img {
        width: 90.5% !important;
    }
    .tpayment_sec .txt .box {
        position: relative;
        z-index: 999;
    }
    .brands_sec .txt p {
        font-size: 17px !important;
        padding-right: 10px !important;
    }
}

@media only screen and (max-width: 1299px) {
    .tpayment_sec {
        padding: 70px 0 77px !important;
    }
    .tpayment_sec .tpaymentImage img {
        width: 89% !important;
    }
}

@media only screen and (max-width: 1199px) {
    .tpayment_sec .txt {
        position: relative;
        z-index: 99;
    }
    .tpayment_sec .txt h2 {
        margin-bottom: 35px !important;
    }
    .tpayment_sec {
        padding: 70px 0 49px !important;
    }
    .connect_sec .connect_box h3 {
        font-size: 30px !important;
        line-height: 40px !important;
    }
    .connect_sec .connect_box .connect_txt {
        padding: 40px 20px 0 20px !important;
    }
    .tpayment_sec .txt h2,
    .technologies_sec .txt h2,
    .connect_sec .formTxt h2,
    .brands_sec .txt h2 {
        font-size: 40px !important;
        line-height: 50px !important;
    }
    .tpayment_sec .tpaymentImage img {
        width: 81.8% !important;
    }
}

@media only screen and (max-width: 991px) {
    .connect_sec .connect_box .connect_txt {
        padding: 40px 40px 40px 40px !important;
    }
}

@media only screen and (max-width: 767px) {
    .why-coders {
        overflow-x: hidden;
        padding: 0;
    }
    .packages_plans .packages-slider .slick-dots {
        margin-top: 3px !important;
        margin-bottom: 30px !important;
    }
    .brands_sec {
        padding: 50px 0 50px !important;
    }
    .tpayment_sec {
        padding: 50px 0 49px !important;
    }
    .tpayment_sec .txt .process,
    .technologies_sec .txt .partnership,
    .brands_sec .txt .partner {
        padding: 11px 20px !important;
        margin-bottom: 15px !important;
    }
    .tpayment_sec .txt .process p,
    .technologies_sec .txt .partnership p,
    .brands_sec .txt .partner {
        font-size: 14px !important;
        line-height: 22px !important;
    }
    .tpayment_sec .txt h2,
    .technologies_sec .txt h2,
    .connect_sec .formTxt h2,
    .brands_sec .txt h2 {
        font-size: 30px !important;
        line-height: 35px !important;
        margin-bottom: 30px !important;
    }
    .technologies_sec {
        padding: 50px 0 !important;
    }
    .connect_sec {
        padding: 50px 0 !important;
    }
    .connect_sec .formFlex div {
        width: 100% !important;
    }
    .connect_sec .connect_box .btn-div {
        flex-wrap: wrap;
    }
    .connect_sec .connect_box .btn-div .chat,
    .connect_sec .connect_box .btn-div .btn-grad {
        width: 100% !important;
    }
    .connect_sec .connect_box .connect_txt {
        padding: 20px 15px 20px 15px !important;
    }
    .connect_sec form div input,
    .connect_sec form div select,
    .connect_sec form div textarea {
        font-size: 14px;
        line-height: 18px;
    }
}

.why-coders .services_layer_one {
    color: #f19911;
    font-weight: 500;
}

.why-coders .services_layer_two {
    color: #000;
    font-weight: 500;
    font-size: 62px;
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
    .why-coders .services_layer_two {
        font-size: 32px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 320px) {
    .why-coders .services_layer_two {
        font-size: 22px;
    }
    .tpayment_sec .box .txt {
        padding: 20px 18px 8px;
    }
}

.why-coders .services_layer_three {
    color: #646464;
    font-size: 18px;
    line-height: 36px;
    font-weight: 300;
    margin-bottom: 50px;
}

@media only screen and (max-width: 320px) {
    .why-coders .services_layer_three {
        color: #646464;
        font-size: 14px;
        line-height: 22px;
        font-weight: 300;
    }
}

.why-coders .epc-cont,
.why-coders .epc-cont-2 {
    padding: 0 0 20px;
}

.why-coders .epc-cont .counterboxcard,
.why-coders .epc-cont-2 .counterboxcard {
    transition: 0.5s;
    border: 1px solid #ebebeb;
    border-radius: 100px;
    padding: 5px 15px;
    margin: 0 10px;
    text-align: center;
}

@media only screen and (max-width: 1200px) {
    .why-coders .epc-cont .counterboxcard,
    .why-coders .epc-cont-2 .counterboxcard {
        border-radius: 20px;
        height: 100px;
    }
}

@media only screen and (max-width: 800px) {
    .why-coders .epc-cont .counterboxcard,
    .why-coders .epc-cont-2 .counterboxcard {
        border-radius: 70px;
    }
}

@media only screen and (max-width: 500px) {
    .why-coders .epc-cont .counterboxcard,
    .why-coders .epc-cont-2 .counterboxcard {
        border-radius: 20px;
    }
}

.why-coders .epc-cont .counterboxcard h3,
.why-coders .epc-cont-2 .counterboxcard h3 {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 0;
}

@media only screen and (max-width: 1200px) {
    .why-coders .epc-cont .counterboxcard h3,
    .why-coders .epc-cont-2 .counterboxcard h3 {
        font-size: 30px;
        line-height: 40px;
        font-weight: 300;
    }
}

.why-coders .epc-cont .counterboxcard p,
.why-coders .epc-cont-2 .counterboxcard p {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 400;
    margin-top: 5px;
}

@media only screen and (max-width: 1200px) {
    .why-coders .epc-cont .counterboxcard p,
    .why-coders .epc-cont-2 .counterboxcard p {
        font-size: 13px;
        line-height: 13px;
    }
}

.why-coders .epc-cont .counterboxcard:hover,
.why-coders .epc-cont-2 .counterboxcard:hover {
    background: linear-gradient(90deg, #ff6041, #ffa826);
}

.why-coders .epc-cont .counterboxcard:hover h3,
.why-coders .epc-cont .counterboxcard:hover p,
.why-coders .epc-cont-2 .counterboxcard:hover h3,
.why-coders .epc-cont-2 .counterboxcard:hover p {
    color: #fff;
}

.horizontal-slidersjs2 {
    transform: translateX(-100%);
}


/* ************************** Why coders Css End ****************************  */


/* ************************** step-sec Css strat ****************************  */

.projects-sec {
    padding: 100px 0 0 0;
}

.projects-sec ul.nav {
    border: none;
}

.projects-sec ul.nav li:last-child {
    margin-right: 0px;
}

.projects-sec ul.nav li {
    margin-right: 10px;
}

.projects-sec ul.nav li.nav-item button {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    border-radius: 50px;
    border: 1px solid #FF6240;
    margin-bottom: 0;
    color: #fff !important;
    padding: 0 !important;
    width: 150px;
    height: 40px;
}

.projects-sec ul.nav li.nav-item button.active {
    background: linear-gradient(90deg, #ff6041, #ffa826, #ffeb3b, #ffa826);
    background-size: 320%;
}

.projects-sec .serv-box img {
    width: 100%;
}

.block-imgs img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.horizontalmain .block {
    display: inline-flex;
}

section.horizontalmain {
    margin-top: 60px;
    margin-bottom: 60px;
    transform: scaleX(100%);
    transition: ease 0.8s;
}

.intelligence-sec h1 {
    font-size: 60px;
    display: flex;
    text-wrap: nowrap;
    text-transform: uppercase;
}

.intelligence-sec h1 span {
    color: #ff8035;
    padding-left: 25px;
}

.intelligence-sec h1 span.color-orange {
    color: #ff8035;
    -webkit-text-fill-color: #ff8035;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ff8035;
    padding: 0 35px;
}

.intelligence-sec {
    padding: 100px 0 150px;
}


/* ************************** step-sec Css end ****************************  */


/* ************************** Industries Css Start ****************************  */


/*.timeline-wrapper {*/


/*  display: flex;*/


/*  flex-wrap: nowrap;*/


/*  width: 100%;*/


/*  overflow: hidden;*/


/*}*/


/*.timeline {*/


/*  margin-bottom: 10px;*/


/*  display: inline-block;*/


/*  width: 15%;*/


/*}*/


/*.timeline.slide-open {*/


/*  width: 100%;*/


/*}*/


/*.timeline-one .year-content-wrap, .timeline-one .year-wrapper-year {*/


/*  background: url(../img/indus-img1.png) center center no-repeat;*/


/*  background-size: cover;*/


/*}*/


/*.timeline-two .year-content-wrap,*/


/*.timeline-two .year-wrapper-year {*/


/*  background: url(../img/indus-img2.png) center center no-repeat;*/


/*  background-size: cover;*/


/*}*/


/*.timeline-three .year-content-wrap, .timeline-three .year-wrapper-year {*/


/*  background: url(../img/indus-img4.png) center center no-repeat;*/


/*  background-size: cover;*/


/*}*/


/*.timeline-four .year-content-wrap,*/


/*.timeline-four .year-wrapper-year {*/


/*  background: url(../img/indus-img4.png) center center no-repeat;*/


/*  background-size: cover;*/


/*}*/


/*.timeline-five .year-content-wrap,*/


/*.timeline-five .year-wrapper-year {*/


/*  background: #FF8035;*/


/*}*/


/*.timeline.slide-open .year-wrapper {*/


/*  width: 100%;*/


/*}*/


/*.year-wrapper {*/


/*  display: flex;*/


/*  flex-wrap: wrap;*/


/*  height: 80vh;*/


/*}*/


/*.year-content-wrap {*/


/*  max-width: 100%;*/


/*  display: none;*/


/*  flex-wrap: wrap;*/


/*  padding: 0 15px;*/


/*  align-items: center;*/


/*}*/


/*.timeline.slide-open .year-content-wrap {*/


/*  display: flex;*/


/*  width: 100%;*/


/*}*/


/*.year-wrapper-image img {*/


/*  width: 100%;*/


/*}*/


/*.year {*/


/*  padding: 20px 10px;*/


/*  color: #ffffff;*/


/*  text-align: center;*/


/*  font-size: 22px;*/


/*  line-height: 42px;*/


/*  margin: 0;*/


/*  font-weight: 500 !important;*/

font-family: "Poppins",
sans-serif;

/*}*/


/*.year-wrapper-year {*/


/*  display: flex;*/


/*  flex-wrap: wrap;*/


/*  align-items: center;*/


/*  justify-content: center;*/


/*  cursor: pointer;*/


/*  width: 100%;*/


/*  align-content: center;*/


/*}*/


/*.year-wrapper-title {*/


/*  font-size: 75px;*/


/*  margin: 0;*/


/*  color: #ffffff;*/

font-family: "Poppins",
sans-serif;

/*}*/


/*.timeline.slide-open .year-wrapper-year {*/


/*  display: none;*/


/*}*/


/*.year-wrapper-text {*/


/*  font-size: 18px;*/


/*  font-weight: 400;*/


/*  color: #fff;*/


/*}*/


/*.year-content {*/


/*  flex: 0 0 calc(50% - 30px);*/


/*  max-width: calc(50% - 30px);*/


/*  padding: 0 15px;*/


/*}*/


/*.timeline-five.slide-open {*/


/*  width: 100%;*/


/*}*/


/*.timeline-five.slide-open .year-content-wrap {*/


/*  text-align: center;*/


/*  justify-content: center;*/


/*}*/


/*.industries div {*/


/*	height: 100%;*/


/*	width: calc(100% / 3);*/


/*	cursor: pointer;*/


/*	transition: width 750ms ease-in-out;*/


/*	transition-delay: 250ms;*/


/*	display: flex;*/


/*	align-items: center;*/


/*	justify-content: center;*/


/*}*/


/*.industries div:nth-child(1) {*/


/*	background: #dedede;*/


/*	color: black;*/


/*}*/


/*.industries div:nth-child(2) {*/


/*	background: #000;*/


/*	color: white;*/


/*}*/


/*.industries div:nth-child(3) {*/


/*	background: #e9a4b3;*/


/*	color: white;*/


/*}*/


/*.industries div:nth-child(4) {*/


/*	background: #000;*/


/*	color: white;*/


/*}*/


/*.industries div:nth-child(5) {*/


/*	background: #fff;*/


/*	color: black;*/


/*}*/


/*.industries p {*/


/*	text-align: center;*/


/*	font-weight: 700;*/


/*}*/


/*.industries div:hover {*/


/*	width: 200%;*/


/*}*/


/*.industries div:hover p {*/


/*}*/


/*.industries .main-exp-div {*/


/*    display: flex;*/


/*    flex-direction: column;*/


/*    transition: all 750ms ease-in-out;*/


/*	transition-delay: 250ms;*/


/*}*/


/*.industries .expend-div {*/


/*    display: none;*/


/*}*/


/* ************************** Industries Css End ****************************  */


/* ************************** About Coders Css ****************************  */

.about-coders {
    overflow: hidden;
    padding-bottom: 0;
}

.about-coders .text {
    padding-top: 80px;
}

.about-coders .img-div img {
    width: 60%;
}

.partner-tech ul li img {
    width: 100%;
}


/* .about-coders .container {
    margin-top: -800px;
} */

.text .partner-tech ul {
    font-size: 0;
}

.text .partner-tech ul li {
    width: 30%;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 15px;
    position: relative;
}


/* .text .partner-tech ul li:hover:before,
.text .partner-tech ul li:hover:after {
    content: '';
    position: absolute;
    left: -3px;
    top: -3px;
    background: linear-gradient(45deg, #ff6041, #fff, #ff6041, #ff6041, #fff, #fff, #fff, #ff6041, #ff6041, #ff6041);
    background-size: 400%;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    z-index: -1;
    animation: steam 20s linear infinite;
    border-radius: 12px;
}

@keyframes steam {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    100% {
        background-position: 0 0;
    }
} */

.block:after {
    filter: blur(10px);
}

.text .partner-tech ul li:last-child,
.text .partner-tech ul li:nth-child(3) {
    margin-right: 0;
}

.text .partner-tech h4 {
    font-weight: 600;
    font-size: 22px;
    font-family: "Poppins", sans-serif;
}


/* ************************** About Coders Css End ****************************  */


/* ************************** Awards Css ****************************  */

.awards {
    background: #262b37;
    padding: 40px 0;
}

.awards .logo-slider img {
    width: 80%;
    height: 110px;
    margin: 0 10px 0 10px;
    object-fit: contain;
}


/* ************************** Awards Css End ****************************  */


/* ************************** Testimonials Css ****************************  */

.testimonials {
    padding: 60px 0 0;
}

.testimonials .text img {
    width: 100%;
    border-radius: 30px;
}

.testimonials .slide-all,
.testimonials .rating-div {
    background: #292d32 !important;
}

.testimonials .slide-all {
    border-color: #ff8134 !important;
}

.testimonials .coders-rating ul li {
    margin-bottom: 20px;
}

.testimonials .coders-rating ul li:last-child {
    margin-bottom: 0;
}

.slide-all .rating-div ul li i {
    color: #ffb900;
}

.slide-all .rating-div ul li.rating-text {
    color: #999999;
    padding-left: 8px;
}

.slide-all h5 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.testimonials .new-marquee,
.testimonials .new-marquee_rtl {
    position: relative;
}

.testimonials .row {
    position: relative;
}

.testimonials .row.align-items-center:before {
    position: absolute;
    content: "";
    width: 900px;
    height: 225px;
    background: url(../img/testi-top-before.png) no-repeat;
    z-index: 1;
    top: 0;
    right: 0;
}

.testimonials .row.align-items-center:after {
    position: absolute;
    content: "";
    width: 900px;
    height: 155px;
    background: url(../img/testi-bottom-after.png) no-repeat;
    z-index: 1;
    bottom: 0;
    right: 0;
}

.new-marquee_rtl .slick-slide {
    transform: rotateX(180deg);
}

.new-marquee_rtl {
    transform: rotateX(180deg);
}


/* ************************** Testimonials Css End ****************************  */


/* ************************** FAQ's Css**************************** */

ul.accordion-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    list-style: none;
    li {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        background-color: #fff;
        padding: 35px 20px;
        margin: 0 auto 15px auto;
        border: 1px solid #eee;
        border-radius: 25px;
        cursor: pointer;
        padding-left: 75px;
        &.active {
            h3 {
                &:after {
                    transform: rotate(45deg);
                }
            }
        }
        h3 {
            font-weight: 500;
            position: relative;
            display: block;
            width: 100%;
            height: auto;
            padding: 0 0 0 0;
            margin: 0;
            font-size: 22px;
            letter-spacing: 0.01em;
            cursor: pointer;
            font-family: "Poppins", sans-serif;
            color: #292d32;
            &: after {
                content: "\f278";
                font-family: "material-design-iconic-font";
                position: absolute;
                right: 0;
                top: 0;
                color: #fcc110;
                transition: all 0.3s ease-in-out;
                font-size: 18px;
            }
        }
        div.answer {
            position: relative;
            display: block;
            width: 100%;
            height: auto;
            margin: 0;
            padding: 0;
            cursor: pointer;
            p {
                position: relative;
                display: block;
                font-weight: 300;
                padding: 10px 0 0 0;
                cursor: pointer;
                line-height: 150%;
                margin: 0 0 0px 0;
                font-size: 14px;
                color: #292d32;
            }
        }
    }
}

ul.accordion-list li:before {
    position: absolute;
    content: "01";
    width: 40px;
    height: 30px;
    line-height: 30px;
    left: 20px;
    top: 0;
    font-size: 30px;
    bottom: 0;
    margin: auto 0;
    font-weight: 600;
    background: -webkit-linear-gradient(#ff6041, #ffa826);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

ul.accordion-list {
    & li {
        &.active {
            background: #fff;
            box-shadow: 0 0 91px rgb(0 0 0 / 12%);
        }
    }
}

ul.accordion-list li.active:before {
    -webkit-text-fill-color: #93959b;
}

ul.accordion-list li:nth-child(2):before {
    content: "02";
}

ul.accordion-list li:nth-child(3):before {
    content: "03";
}

ul.accordion-list li:nth-child(4):before {
    content: "04";
}

ul.accordion-list li:nth-child(5):before {
    content: "05";
}

.orange-div {
    background: linear-gradient(90deg, #ff6041, #ffa826);
    height: 100%;
    border-radius: 30px;
    padding: 40px 50px 0 50px;
}

.orange-div:after {
    position: absolute;
    content: "";
    width: 461px;
    height: 348px;
    background: url(../img/faqs-women.png) no-repeat;
    right: -100px;
    bottom: 0;
    background-size: 90%;
}

.faq-div .btn-div a.btn-normal.chat {
    width: 200px;
    background: #262b37;
    color: #fff;
    padding: 0;
    display: inline-block;
    height: 50px;
    line-height: 47px;
    text-align: center;
}

.faq-div .btn-div a.btn-normal.chat:hover,
.faq-div .btn-div a.btn-grad:hover {
    box-shadow: 0px 0px 90px #fff;
}

.faq-div .btn-div a.btn-grad {
    background: transparent;
    border: 1px solid #fff;
    padding: 0;
    width: 200px;
    display: inline-block;
    height: 50px;
    line-height: 47px;
    text-align: center;
}

.faq-div .btn-div a.btn-normal.chat img,
.faq-div .btn-div a.btn-grad img {
    vertical-align: middle;
    margin-right: 5px;
}

.faq-div .btn-div a.btn-grad:before {
    display: none;
}


/* ************************** FAQ's Css End**************************** */


/* ************************** Form Css**************************** */

.form-div {
    margin: 90px 0;
}

.form-div .text p {
    font-size: 16px;
    color: #5e5e5e;
    margin-top: 35px;
}

.ratings-div p span {
    color: #ff9920;
    font-weight: 600;
}

.form-div .text h2 {
    font-size: 34px;
}

.form-div .text h2 span.percent {
    font-size: 40px;
}

.ratings-div p {
    color: #777777;
    font-size: 16px;
}

.form-div .ratings-div {
    border-top: 1px solid #d9d8d8;
    padding-top: 30px;
}

.form-div .ratings-div .rate-img {
    margin-bottom: 15px;
}


/* ************************** Form Css End**************************** */

.footer-sec {
    padding: 80px 0 40px;
    background: #262b37;
}

.footer-sec .text h2,
.footer-sec .text p {
    color: white;
}

.foot-form input,
.foot-form textarea {
    background: #3a3e49;
    border: none;
    width: 100%;
    height: 50px;
    border-radius: 8px;
    padding-left: 15px;
    margin-bottom: 15px;
    color: white;
}

.foot-form textarea {
    height: 150px;
    padding-top: 10px;
}

.foot-form button {
    width: 100%;
    height: 2.5em;
}

.foot-right h4 {
    font-size: 18px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-bottom: 25px;
}

.footer-sec ul li a:hover {
    color: #ff942d;
}

.footer-sec ul li a {
    color: #fff;
    transition: ease 0.5s;
}

.footer-sec ul li {
    display: block;
    color: #fff;
    padding-bottom: 10px;
}

.footer-sec ul li i {
    padding-right: 10px;
}

.fot-img p {
    color: #85888f !important;
}

.footer-sec .foot-right img {
    width: 30%;
}

.footer-sec p {
    color: #fff;
    margin-top: 25px;
}

.footer-sec .canada-div img {
    width: 100%;
}

.socials_icon {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 999;
}

.socials_icon li a {
    width: 35px;
    height: 35px;
    border: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.socials_icon.contact_socail_icons li a {
    border: 1px solid black;
}

.socials_icon li a i {
    padding-right: 0px;
}


/* contact sec css end */


/* contact sec css end */

.counting {
    text-align: center;
}

section.countdown-timer {
    display: flex;
    column-gap: 40px;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
}

.countdown-info {
    display: flex;
    width: 65px;
    align-items: center;
    justify-content: center;
    height: 75px;
    border: 1px solid #e3e2e2;
    border-radius: 6px;
}

.counting .timer-box p {
    color: #282828;
}

.counting p {
    color: #6a6a6a;
}

.countdown-info p {
    font-size: 40px !important;
    margin: 0 !important;
    font-weight: 800;
}

.price-main a.normal-btn {
    width: 100%;
}


/* inner pages css start  */

.faq-div {
    padding-bottom: 90px;
    padding-top: 55px;
}

.inner-sec {
    position: relative;
    background-image: url("../img/about-banner.png");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 950px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 180px;
}

.inner-sty .header.mt-5 {
    position: absolute;
    width: 100%;
    z-index: 9;
}

.inner-sec .text h1,
.inner-sec .text p {
    color: white;
}

.inner-sec h4 {
    font-size: 20px;
    color: white;
    margin: 150px 0 0;
    font-family: "Poppins", sans-serif;
}

.div-images {
    display: flex;
    column-gap: 10px;
}

.div-images img {
    width: 100%;
}

.div-images img {
    width: 154px;
    margin: 50px 0 0;
}

.about-sec-1 .img-box img {
    width: 100%;
}

.about-sec-1 {
    padding: 120px 0 0px;
    margin: 0px 0 -50px;
}

.vision-about {
    padding: 170px 0 100px;
    background: linear-gradient(90deg, #ff6041 30%, #ffa826);
}

.inner-sty .counterboxcard h3,
.counterboxcard p {
    color: white;
}

.v-box {
    padding: 40px 60px;
    border: 1px solid #ffffff52;
    border-radius: 15px;
}

.v-box h4 {
    color: white;
    font-size: 45px;
    margin: 0 0 30px;
}

.v-box p {
    color: white;
    font-size: 18px;
    opacity: 80%;
}

.inner-sty .counterboxcard {
    border: 1px solid rgba(255, 255, 255, 0.385) !important;
}

.about-sec-1 .text {
    padding-bottom: 60px;
}

.about-sec-2 {
    padding: 100px 0;
}

.c-box {
    padding: 20px 30px;
    border: 1px solid #dfdfdf;
    border-radius: 20px;
    margin: 0 0 30px;
    min-height: 180px;
}

.about-choose {
    padding: 100px 0 80px;
    background: #f9f9f9;
}

section.about-choose .text h2 {
    color: #262b37;
}

.c-box h3 {
    font-size: 25px;
    color: #262b37;
    margin: 0 0 20px;
}

.c-box p {
    font-size: 18px;
    color: #626671;
    margin: 0;
}

.about-choose .text {
    margin: 0 0 70px !important;
}

.inner-sty .services-section {
    padding: 90px 0;
}

section.inners-banner {
    padding: 10px 0;
    position: relative;
}

.inners-banner:before {
    position: absolute;
    content: "";
    width: 175px;
    height: 158px;
    background: url(../img/banner-before.png) no-repeat;
    top: 30px;
    left: 30px;
    z-index: 2;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.inner-img img.unity-img-1 {
    position: relative;
    right: 0px;
}

section.inners-banner .inner-img img {
    border-radius: 30px;
    width: 100%;
}

.inner-img img.unity-img-2 {
    position: absolute;
    bottom: 160px;
    left: -20px;
}

.inner-img img.unity-img-3 {
    position: absolute;
    bottom: -100px;
    left: -60px;
}

.awards-main img {
    width: 174px;
    height: 89px;
    object-fit: contain;
}

.awards-main .row {
    background: #f9f9f9;
    padding: 50px 0;
    border-radius: 30px;
    border: 1px solid #e5e5e5;
}

.awards-main .row .col {
    text-align: center;
}


/* mobile app dev css start  */

.mob-ser-1 {
    padding: 90px 0;
}

.right-div {
    text-align: right;
}

.m-box:hover {
    background: linear-gradient(90deg, #ff6041 30%, #ffa826);
}

.mob-ser-1 .m-box:hover h3,
.m-box:hover p,
.m-box:hover a {
    color: white;
}

.mob-ser-1 .m-box:hover img {
    filter: brightness(0) invert(1);
}

.m-box {
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    padding: 30px 20px;
    margin: 0 0 30px;
    /*min-height: 330px;*/
    height: 95%;
}

.m-box h3 {
    font-size: 21px;
    color: #262b37;
    margin: 30px 0 15px;
}

.m-box p {
    font-size: 16px;
    color: #626671;
}

.m-box a {
    font-size: 16px;
    color: #262b37;
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.mob-ser-1 .text h2 {
    margin: 20px 0 30px;
}

.mob-ser-1 .m-box h3,
.mob-ser-1 .m-box p {
    color: #fff;
}

.mob-ser-1 .m-box ul li:before {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    background: #ff942d;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    border-radius: 100px;
}

.mob-ser-1 .m-box ul li {
    position: relative;
    display: block;
    padding-left: 15px;
}

.mob-ser-1 .m-box:hover ul li:before {
    background: #fff;
}

.tech-sec {
    background-image: url("../img/application-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 860px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tech-sec .text h2 {
    font-size: 40px;
    margin: 20px 0 30px;
    color: white;
}

.tech-sec .text p {
    font-size: 18px;
    color: white;
}

.t-img {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 10px;
    margin: 40px 0 40px;
}

.dev-sec .text img {
    width: 100%;
    margin: 50px 0 0;
    will-change: transform;
    transform: perspective(1000px) rotateX(20deg) rotateY(0deg) scale3d(1, 1, 1);
    transition: ease 0.4s;
}

.dev-sec:hover .text img {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) scale3d(1, 1, 1);
}

.d-text {
    display: flex;
    column-gap: 20px;
    align-items: center;
    margin: 0 0 20px;
}

.d-box:hover {
    background: linear-gradient(90deg, #ff6041 30%, #ffa826);
}

.dev-sec .d-box:hover h3,
.d-box:hover p,
.d-box:hover a {
    color: white;
}

.dev-sec .d-box:hover img {
    filter: brightness(0) invert(1);
}

.d-box {
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    padding: 30px 20px;
    margin: 0 0 30px;
    min-height: 240px;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.d-box h3 {
    font-size: 19px;
    color: #262b37;
    margin: 0px 0 0;
}

.d-box p {
    font-size: 16px;
    color: #626671;
}

.d-box a {
    font-size: 16px;
    color: #262b37;
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.dev-sec .text h2 {
    margin: 15px 0 20px;
}

.company-sec {
    padding: 100px 0 90px;
}

.step-box:hover {
    transform: scale(1.02);
}

.step-box {
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    padding: 30px;
    margin: 50px 0 40px;
    min-height: 387px;
    transition: 0.5s;
}

.ama-wholsale .step-box {
    min-height: 435px;
}

.blockchain-page .step-box {
    min-height: auto;
    padding: 20px 20px 20px;
    text-align: center;
}

.blockchain-page .step-box h2 {
    font-size: 60px;
    margin: -70px 0 0;
}

.blockchain-page .step-box h4 {
    font-size: 19px;
}

.step-box h2 {
    font-size: 70px;
    margin: -80px 0 0;
    background: -webkit-linear-gradient(#ff6041, #ffa826);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: right;
}

.step-box h4 {
    font-size: 23px;
    margin: 20px 0 15px;
    color: #262b37;
}

.blockchain-page .step-box img {
    width: 25%;
    margin: 20px 0 0px;
}

.step-box p {
    font-size: 16px;
    color: #626671;
}

.company-sec h4,
.company-sec p {
    color: #fff;
}

.company-sec img {
    width: 25%;
}

.app-dev .container-fluid {
    padding: 0px 100px;
}

.left-side {
    position: relative;
    padding: 40px 40px 550px 40px;
    background-size: cover;
    background-image: url("../img/web-bg.png");
    border-radius: 25px;
    height: 98%;
}

.left-side:after {
    position: absolute;
    content: "";
    background-image: url("../img/dide-1.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 520px;
    height: 430px;
    bottom: -20px;
    left: -60px;
}

.mac-bg {
    background-image: url("../img/mac-bg.png");
    background-repeat: no-repeat;
}

.mac-slide .slick-track {
    padding: 50px 8px;
}

.mac-slide .slick-active button {
    background: #ff8035 !important;
}

.mac-slide ul.slick-dots li button {
    font-size: 0px;
    width: 13px;
    height: 13px;
    border-radius: 50px;
    border: transparent;
    margin-right: 12px;
    background: #d9d9d9;
    margin-top: 20px;
}

.dynam .text img {
    margin-top: 0px;
}

.inno-bg {
    background-image: url("../img/inno-bg.png") !important;
}

.tech-sec .text a {
    margin-top: 20px;
}

.eco img.unity-img-1 {
    width: 140%;
}

.ipad {
    background-image: url("../img/ipad-bg.png");
}

.ipad:after {
    background-image: url("../img/ipad-img.png");
    width: 540px;
}

.app-div .c-box {
    display: flex;
    align-items: center;
    column-gap: 20px;
    transition: 0.5s;
}

.app-div .c-box:hover {
    background: white;
}

.app-div .c-box:hover h3 {
    color: #ff6041;
}

.app-div .c-box h3 {
    font-size: 22px;
    color: #262b37;
    margin-bottom: 15px;
}

.app-div .c-box p {
    font-size: 16px;
}

.app-div {
    margin-bottom: 90px;
}

.eco section.dev-sec.dynam {
    padding-bottom: 100px;
}


/* mobile app dev css end  */


/* inner pages css end  */


/* ************************** Our Partner Page Start **************************** */

.brands_sec {
    padding: 50px 0 110px;
}

.brands_sec .txt .partner {
    box-shadow: 0px 0px 41.8px 0px #00000017;
    background: white;
    border-radius: 50px;
    padding: 13px 35px;
    width: max-content;
    margin-bottom: 20px;
}

.brands_sec .txt .partner p {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #262B37;
    margin-bottom: 0;
    padding-right: 0px;
}

.brands_sec .txt h2 {
    margin-bottom: 20px !important;
}

.brands_sec .txt p {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #626671;
    padding-right: 35px;
}

.brands_sec .card {
    padding: 25px 20px;
    border: 1px solid #00000014;
    background: #F9F9F9;
    border-radius: 20px;
    height: 100%;
}

.brands_sec .card p {
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #626671;
    margin-top: 20px;
    margin-bottom: 0;
}


/* ************************** Our Partner Page End **************************** */


/* ************************** Tpayment Page Start **************************** */

.tpayment_sec {
    padding: 90px 0 68px;
    background: linear-gradient(90deg, #FF6041 0%, #FFA826 100%);
    position: relative;
    overflow: hidden;
}

.tpayment_sec .txt .process {
    box-shadow: 0px 0px 41.8px 0px #00000017;
    background: white;
    border-radius: 50px;
    padding: 13px 35px;
    width: max-content;
    margin-bottom: 20px;
}

.tpayment_sec .txt .process p {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    background: -webkit-linear-gradient(#ff6041, #ffa826);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
}

.tpayment_sec .txt h2 {
    color: white;
}

.technologies_sec .txt h2 {
    color: #262B37;
}

.tpayment_sec .txt h2,
.technologies_sec .txt h2,
.connect_sec .formTxt h2,
.brands_sec .txt h2 {
    font-weight: 400;
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 60px;
}

.tpayment_sec .txt .box {
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    height: 100%;
}

.tpayment_sec .txt .box .image {
    padding: 42px 20px 24px;
    border-bottom: 1px solid white;
}

.tpayment_sec .box .txt {
    padding: 30px 24px 20px;
}

.tpayment_sec .txt .box h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0%;
    color: white;
    margin-bottom: 10px;
}

.tpayment_sec .txt .box p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: white;
}

.tpayment_sec .tpaymentImage {
    position: absolute;
    top: 0;
    right: 0;
}

.tpayment_sec .tpaymentImage img {
    width: 82.8%;
    margin-left: auto;
    display: block;
}


/* ************************** Tpayment Page End **************************** */


/* ************************** Technologies Page start **************************** */

.technologies_sec {
    padding: 90px 0;
}

.technologies_sec .txt .partnership {
    box-shadow: 0px 0px 41.8px 0px #00000017;
    background: white;
    border-radius: 50px;
    padding: 13px 35px;
    width: max-content;
    margin-bottom: 20px;
}

.technologies_sec .txt .partnership p {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #262B37;
    margin-bottom: 0;
}

.technologies_sec .txt h2 span,
.connect_sec .formTxt h2 span,
.brands_sec .txt h2 span {
    background: -webkit-linear-gradient(#ff6041, #ffa826);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.technologies_sec .card {
    border: 1px solid #00000014;
    background: #F9F9F9;
    border-radius: 25px;
    height: 100%;
}

.technologies_sec .card .image {
    padding: 42px 20px 24px;
    border-bottom: 1px solid #E5E5E5;
    min-height: 150px;
    display: flex;
    align-items: center;
}

.technologies_sec .cardTxt {
    padding: 30px 24px 20px;
}

.technologies_sec .card h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    color: #262B37;
    margin-bottom: 10px;
}

.technologies_sec .card p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #626671;
}


/* ************************** Technologies Page End **************************** */


/* ************************** Connect Start **************************** */

.connect_sec {
    padding: 90px 0;
    background: #F9F9F9;
}

.connect_sec .connect_box {
    background: linear-gradient(90deg, #ff6041, #ffa826);
    height: 95%;
    border-radius: 25px;
    position: relative;
}

.connect_sec .connect_box .connect_txt {
    padding: 40px 40px 0 40px;
}

.connect_sec .connect_box h3 {
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    color: white;
    margin-bottom: 15px;
}

.connect_sec .connect_box p {
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: white;
    margin-bottom: 40px;
}

.connect_sec .connect_box .btn-div {
    gap: 11px;
    display: flex;
    align-items: center;
}

.connect_sec .connect_box .btn-div .chat {
    width: 165px;
    background: #262b37;
    color: #fff;
    padding: 0;
    display: inline-block;
    height: 50px;
    line-height: 47px;
    text-align: center;
}

.connect_sec .connect_box .btn-div .btn-grad {
    background: transparent !important;
    border: 1px solid #fff;
    padding: 0;
    width: 200px;
    display: inline-block;
    height: 50px;
    line-height: 47px;
    text-align: center;
}

.connect_sec .connect_box .btn-div .btn-grad:before {
    background: transparent;
}

.connect_sec .connect_box .connect_image {
    position: absolute;
    bottom: 0;
    right: 0;
}

.connect_sec .connect_box .connect_image img {
    border-bottom-right-radius: 25px;
    width: 95%;
    margin-left: auto;
    display: block;
    margin-top: 20px;
}

.connect_sec .formTxt .started {
    box-shadow: 0px 0px 41.8px 0px #00000017;
    background: white;
    border-radius: 50px;
    padding: 13px 35px;
    width: max-content;
    margin-bottom: 15px;
}

.connect_sec .formTxt .started p {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #262B37;
    margin-bottom: 0;
}

.connect_sec .formTxt h2 {
    margin-bottom: 15px;
    color: #262b37;
}

.connect_sec .formTxt p {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #262B37;
}

.connect_sec .formFlex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.connect_sec .formFlex div {
    width: 48%;
}

.connect_sec form div input,
.connect_sec form div select,
.connect_sec form div textarea {
    width: 100%;
    height: 55px;
    background: #00000017;
    border-radius: 8px;
    border: 0;
    padding: 0 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #525252;
}

.connect_sec form div textarea {
    height: 200px;
    resize: none;
    padding-top: 20px;
}

.connect_sec form div input:focus,
.connect_sec form div select:focus,
.connect_sec form div textarea:focus {
    outline: 0;
}

.connect_sec form div input::placeholder,
.connect_sec form div select::placeholder,
.connect_sec form div textarea::placeholder {
    color: #525252;
}

.connect_sec form .btn button {
    width: 100%;
    height: 55px;
    background: linear-gradient(90deg, #FF6041 0%, #FFA826 100%);
    border-radius: 50px;
    border: 0px;
    color: white;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-top: 20px;
}

.connect_sec form .btn:active {
    border: 0 !important;
}


/* ************************** Connect End **************************** */


/* ************************** Industries Css Start ****************************  */

.timeline-wrapper {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    overflow: hidden;
}

.timeline {
    margin-bottom: 10px;
    display: inline-block;
    width: 15%;
    transition: width 0.3s ease;
    cursor: pointer;
}

.timeline:hover,
.timeline.slide-open {
    width: 100%;
}

.timeline-one .year-content-wrap,
.timeline-one .year-wrapper-year {
    background: url(../img/indus-img1.png) center center no-repeat;
    background-size: cover;
}

.timeline-two .year-content-wrap,
.timeline-two .year-wrapper-year {
    background: url(../img/indus-img2.png) center center no-repeat;
    background-size: cover;
}

.timeline-three .year-content-wrap,
.timeline-three .year-wrapper-year {
    background: url(../img/auto-03.png) center center no-repeat;
    background-size: cover;
}

.timeline-four .year-content-wrap,
.timeline-four .year-wrapper-year {
    background: url(../img/auto-04.png) center center no-repeat;
    background-size: cover;
}

.timeline-five .year-content-wrap,
.timeline-five .year-wrapper-year {
    background: url(../img/auto-05.png) center center no-repeat;
    background-size: cover;
}

.timeline.slide-open .year-wrapper {
    width: 100%;
}

.year-wrapper {
    display: flex;
    flex-wrap: wrap;
    height: 80vh;
}

.year-content-wrap {
    max-width: 100%;
    display: none;
    /* flex-direction: column; */
    padding: 0 15px;
    /* justify-content: center; */
    /* align-items: center; */
    opacity: 0;
    transition: opacity 0.5s ease, display 0.5s ease;
}

.timeline.slide-open .year-content-wrap,
.timeline:hover .year-content-wrap {
    display: flex;
    width: 100%;
    opacity: 1;
}

.timeline.slide-open .year-content-wrap.show-content,
.timeline:hover .year-content-wrap.show-content {
    opacity: 1;
}

.year-wrapper-image img {
    width: 100%;
}

.year {
    padding: 20px 10px;
    color: #ffffff;
    text-align: center;
    font-size: 22px;
    line-height: 42px;
    margin: 0;
    font-weight: 500 !important;
    font-family: "Poppins", sans-serif;
}

.year-wrapper-year {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 100%;
    align-content: center;
}

.year-wrapper-title {
    font-size: 75px;
    margin: 0;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    text-align: left;
}

.timeline.slide-open .year-wrapper-year,
.timeline:hover .year-wrapper-year {
    display: none;
}

.year-wrapper-text {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    width: 50%;
    min-height: 230px;
    text-align: left;
}

.year-content {
    /*padding: 0 15px;*/
    /*display: flex;*/
    /*align-items: flex-start;*/
    /*justify-content: flex-start;*/
    /*flex-direction: column;*/
    /*width: 100%;*/
    position: relative;
    top: 33%;
}

.timeline-five.slide-open,
.timeline-five:hover {
    width: 100%;
}

.timeline-five.slide-open .year-content-wrap,
.timeline-five:hover .year-content-wrap {
    text-align: center;
    justify-content: center;
}

.year-content-wrap {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.timeline.expanded .year-content-wrap.show-content {
    display: block;
    opacity: 1;
}

.mobile .industries {
    margin-top: 100px;
}

.about-sec-2 .img-box img {
    width: 100%;
}

.game-sec .img-box img {
    width: 100%;
}

.game-sec li.nav-item {
    border: 1px solid #ededed;
    margin: 0 10px 20px;
}

li.nav-item button {
    width: 189px;
    height: 60px;
    color: #262b37 !important;
    text-transform: uppercase;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color) !important;
    background: linear-gradient(90deg, #ff6041 30%, #ffa826);
}

.game-sec {
    padding: 90px 0;
}


/* new css start  */

.ios-app .left-side {
    background-image: url(../img/ios-app-bg.png);
    background-position: bottom;
    padding: 40px 40px 600px 40px;
    transition: ease 0.45s;
}

.ios-app .app-dev:hover .left-side {
    background-position: bottom -15px center;
}

.ios-app .left-side:after {
    display: none;
}

.ios-app .left-side h2,
.ios-app .left-side p {
    color: white;
}

.ios-app .tech-sec {
    background-image: url("../img/alpha-ios-bg.png");
}

ul.list-sty li {
    display: flex;
    font-size: 18px;
    column-gap: 10px;
    color: #ffffff;
    margin: 15px 0;
    align-items: center;
}

ul.list-sty li i {
    color: #ff6041;
}

ul.list-sty {
    column-count: 2;
    margin: 30px 0 20px;
}

.mob-box {
    display: flex;
    align-items: center;
    column-gap: 30px;
    margin: 20px 0 0;
    text-align: right;
    transition: .5s;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    padding: 20px 15px;
    margin-right: 50px;
}

.mobile-sec {
    padding: 100px 0;
}

.mobile-sec .container-fluid {
    padding: 0px 150px;
}

.mobile-sec .img-box {
    text-align: center;
    transition: ease 0.5s;
}

.mobile-sec:hover .img-box {
    transform: scale(1.05);
}

.mobile-sec .img-box img {
    width: 100%;
}

.mob-box-1 {
    text-align: left;
    margin-right: 0px;
    margin-left: 50px;
}

.stack-sec .img-box img {
    width: 100%;
}

.tech-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.tech-text {
    width: 210px;
    text-align: center;
}

.stack-sec {
    padding: 100px 0;
    background: #f9f9f9;
}

.tech-text {
    width: 200px;
    text-align: center;
    padding: 30px 0;
    border: 1px solid #d9d9d9;
    border-right: 0px;
    border-top: 0px;
}

.tech-tab {
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    border-bottom: 0px;
}

.tech-tab .me-3 {
    margin-right: 0rem !important;
}

.tabend {
    background: white;
    min-height: 386px;
    width: 69.5%;
    border-radius: 10px 0px 0px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-top: 1px solid #d9d9d9; */
    border-bottom: 1px solid #d9d9d9;
}

.tech-tab button {
    width: 170px;
    height: 55px;
    margin: 0 0 10px;
    border-radius: 50px !important;
    color: black;
    font-size: 18px;
}

.tech-text p {
    margin-top: 20px;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
}

.stack-sec .container-fluid {
    padding: 0px 150px;
}

.mob-text h4 {
    font-size: 20px;
    margin: 0 0 10px;
}

.mob-text p {
    font-size: 16px;
    color: #626671;
}

.android-app .left-side {
    background-image: url("../img/and-app-bg.png");
}

.android-app .left-side:after {
    background-image: url("../img/and-app-img.png");
    width: 335px;
    height: 470px;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: ease 0.5s;
}

.android-app .app-dev:hover .left-side:after {
    bottom: -10px;
}


/* ************************** Industries Css End ****************************  */


/* Game app dev css end  */

.unity-app .inners-banner .inner-img img {
    transition: ease 0.5s;
}

.unity-app .inners-banner:hover .inner-img .game-img-1 {
    right: -300px;
}

.unity-app .inners-banner:hover .inner-img .game-img-3 {
    bottom: -90px;
}

.unity-app .inners-banner:hover .inner-img .game-img-2 {
    bottom: 170px;
}

.inners-banner .inner-img img.game-img-1 {
    width: 100%;
    position: relative;
    right: -160px;
}

.inners-banner .inner-img img.game-img-2 {
    position: absolute;
    bottom: 250px;
    left: 0;
    width: 40%;
}

.inners-banner .inner-img img.game-img-3 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.game-dev .container-fluid {
    padding: 0px 100px;
}

.game-dev .left-side {
    padding: 0;
    background: none;
    border-radius: 0;
}

.web-app .left-side:after {
    background-image: url(../img/app-develop.png);
    height: 408px;
}

.left-side:after {
    position: absolute;
    content: "";
    background-image: url(../img/ipad-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 475px;
    height: 378px;
    bottom: -20px;
    left: -60px;
}

.facts-bg {
    background-image: url(../img/facts-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.facts-bg .right-img {
    position: relative;
    text-align: right;
}

.facts-bg img {
    width: 50%;
}

.game-dev .left-side::after {
    display: none;
}

.game-dev .left-side .game-dev-img-2 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.fact-boxes {
    border: 1px solid #2d2b29;
    padding: 20px 20px;
    border-radius: 10px;
    transition: ease 0.9s;
    margin-bottom: 20px;
}

.fact-boxes:hover {
    background: #2d2b29;
    border: 1px solid #4c4b49;
}

.fact-boxes p {
    color: #fff;
    margin-bottom: 0;
}

.fact-boxes h4 {
    background: -webkit-linear-gradient(#ff6041, #ffa826);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.facts-bg img {
    width: 70%;
}

.facts-bg img.facts-img-2 {
    position: absolute;
    left: -100px;
    bottom: -57px;
    width: 130%;
}

section.dev-sec.game-dev-sec .text img {
    width: 80%;
}

section.dev-sec.game-dev-sec .text img.choose-us-left-2 {
    position: absolute;
    right: 0;
    bottom: -100px;
    width: 100%;
}

.game-genres {
    padding: 100px 0 0;
}

.game-genres .nav-pills button {
    border-radius: 10px;
    background: none;
    color: #262b37 !important;
    border: 1px solid #e6e6e6;
    width: 31%;
    padding: 0;
    display: inline-block !important;
    height: 55px;
    margin-right: 10px;
    transition: ease 0.6s;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.game-genres .nav-pills button:last-child {
    margin-right: 0;
}

.game-genres .nav-pills button:hover {
    background: #e6e6e6;
    border: 1px solid #cfcfcf;
}

.game-genres .nav-pills button.active {
    background: linear-gradient(90deg, #ff6041 30%, #ffa826);
    color: #fff !important;
}

.game-genres .tab-content {
    background: url(../img/genre-bg.png) no-repeat;
    background-size: 100%;
    height: 80vh !important;
    position: relative;
}

.game-genres .tab-content:after {
    position: absolute;
    content: "";
    width: 316px;
    height: 635px;
    background: url(../img/genre-after.png) no-repeat;
    right: -20px;
    top: -30px;
    background-size: 100%;
}

.tb-cont-inn {
    padding: 40px 40% 40px 40px;
}

.tb-cont-inn h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.tb-cont-inn h2,
.tb-cont-inn p {
    color: #fff;
}

.we-deliver {
    background: #f9f9f9;
}

.we-deliver .step-box h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.we-deliver .step-box {
    border: 1px solid #ebebeb;
    background: #fff;
}

.we-deliver .step-box:hover h4,
.we-deliver .step-box:hover p {
    color: #fff;
}

.we-deliver .step-box:hover img {
    filter: brightness(0) invert(1);
}

.we-deliver .step-box:hover {
    background: linear-gradient(90deg, #ff6041 30%, #ffa826);
}

.android-type-sec {
    background: url(../img/android-main-bg.png) no-repeat;
    background-size: cover;
    padding: 100px 0 100px 0;
}

.android-type-sec:before {
    position: absolute;
    content: "";
    width: 764px;
    height: 784px;
    background: url(../img/android-left-bg.png) no-repeat;
    bottom: 0;
    left: 0;
    transition: ease 0.5s;
}

.android-app .android-type-sec:hover:before {
    left: -10px;
}

.android-type-sec .text h2,
.android-type-sec .text p {
    color: #fff;
}

.android-type-sec .d-box h3,
.android-type-sec .d-box p,
.android-type-sec .d-box a {
    color: #fff;
}

.stack-sec .img-box {
    margin-right: -150px;
}

.flutter-app .inner-img {
    text-align: right;
}

.react-app-dev h4 {
    color: #bec0c3;
    font-weight: 600;
    font-size: 40px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 0;
}

.react-app-dev .m-box h3 {
    margin-top: 15px;
    font-size: 19px;
}

.react-app-dev .m-box {
    min-height: 278px;
}

.facts-figs {
    background: url(../img/facts-figs-bg.png) no-repeat;
    background-size: cover;
}

.facts-figs .text h2,
.facts-figs .text p {
    color: #fff;
}

.facts-figs .step-box {
    background: #232627;
    border: 1px solid #424446;
}

.facts-figs .step-box h4,
.facts-figs .step-box p {
    color: #fff;
}

.facts-figs .step-box h4 {
    margin-top: 0;
}

.unity-mob img {
    width: 95%;
}

.unity-mob {
    position: relative;
    transition: all 0.7s ease-in-out;
}

.pos-unity {
    position: absolute;
    bottom: -90px;
    left: -80px;
    transition: 0.5s;
    transition: all 0.7s ease-in-out;
}

.unity-mob:hover .pos-unity {
    transition: all 0.7s ease-in-out;
    =: translate(10000px, -5000px);
    -;
    transform: rotate(14deg);
    left: 0px;
}

.num-box {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 20px;
    margin-top: 40px;
}

.unity-sec {
    background-image: url("../img/unity-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
    overflow: hidden;
}

.unity-sec .text h2,
.unity-sec .text p {
    color: white;
}

.num-text {
    width: 235px;
    border: 1px solid #d9d9d98c;
    border-radius: 20px;
    padding: 30px 20px;
}

.num-text h3 {
    background: -webkit-linear-gradient(#ff6041, #ffa826);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    margin: 0 0 20px;
}

.num-text p {
    margin: 0;
    font-size: 17px;
    color: #ffffff;
    opacity: 80%;
}

.unity-sec .img-box {
    text-align: right;
    position: relative;
}

.men-mob {
    position: absolute;
    bottom: -150px;
    left: -90px;
    transition: all 0.7s ease-in-out;
}

.unity-sec .img-box:hover .men-mob {
    transform: translateY(-50px);
    transition: all 0.7s ease-in-out;
}

.unity-app .solution-bg .text img {
    width: 80%;
}

.unity-app .solution-bg .text {
    position: relative;
}

.bugi img {
    margin: 0 !important;
}

.unity-app .text:hover .bugi {
    transform: translateX(-50px);
    transition: all 0.7s ease-in-out;
}

.bugi {
    position: absolute;
    bottom: 150px;
    right: -100px;
    transition: all 0.7s ease-in-out;
}

.unity-app .we-deliver {
    margin-bottom: 100px;
}

.unity-app .game-genres .tab-content:after {
    background-image: url("../img/sni-after.png");
    width: 311px;
    height: 640px;
}

.unity-app .inners-banner .inner-img img.game-img-1 {
    width: 100%;
    position: relative;
    right: -320px;
    z-index: -1;
}

.unity-app .inners-banner .inner-img img.game-img-3 {
    position: absolute;
    left: 100px;
    bottom: -70px;
}

.unity-app .inners-banner .inner-img img.game-img-2 {
    position: absolute;
    bottom: 180px;
    left: 120px;
    width: 40%;
    z-index: -1;
}

.flutter-app .industries {
    margin: 0;
}

.homepage .counterboxcard p {
    color: #ffa627;
}


/* Game app dev css end  */


/* React Native css  */

.react-app-dev h4 {
    color: #bec0c3;
    font-weight: 600;
    font-size: 40px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 0;
}

.react-app-dev .m-box h3 {
    margin-top: 15px;
    font-size: 19px;
}

.react-app-dev .m-box {
    min-height: 300px;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.facts-figs {
    background: url(../img/facts-figs-bg.png) no-repeat;
    background-size: cover;
}

.facts-figs .text h2,
.facts-figs .text p {
    color: #fff;
}

.facts-figs .step-box {
    background: #232627;
    border: 1px solid #424446;
}

.facts-figs .step-box h4,
.facts-figs .step-box p {
    color: #fff;
}

.facts-figs .step-box h4 {
    margin-top: 0;
}

.react-native .mobile-sec {
    padding-top: 0px;
}

.flutter-app .mobile-sec {
    padding-top: 0px;
}

.design .industries {
    margin-top: 0px;
}

.design .mob-ser-1 {
    padding-bottom: 0px;
}

.design .dev-sec {
    padding-top: 90px;
}

.case-01 img.unity-img-1 {
    width: 150%;
}

.google-img {
    display: flex;
    column-gap: 20px;
}

.intro-sec {
    background: linear-gradient(90deg, #ff6041, #ffa826);
    padding: 60px 0;
    text-align: center;
}

.intro-sec .text h2,
.intro-sec .text p {
    color: white;
}

.intro-sec .text p {
    font-size: 18px;
    margin-top: 30px;
}

.pro-sec-01 .img-box img {
    width: 100%;
}

.pro-sec-01 {
    padding: 100px 0;
}

.case-01 .tech-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.case-01 .tech-tab {
    border: transparent;
    /* border-radius: 8px; */
    /* border-bottom: 0px; */
    border-left: 0px;
}

.case-01 .tech-text {
    width: 211px;
}

.pro-sec-01 li {
    display: flex;
    margin: 20px 0;
    font-weight: bold;
    color: #262b37;
    align-items: center;
    column-gap: 10px;
}

.pro-sec-01 li i {
    color: #ff6041;
}

.pro-sec-01 ul {
    margin-top: 40px;
}

.case-03 img.unity-img-1 {
    max-width: 100%;
    width: auto;
}

.case-03 .inner-img {
    text-align: right;
}

.case-04 .stack-sec .img-box img {
    width: 120%;
}

.study-sec .img-box img {
    width: 100%;
}

.study-sec .left-text {
    width: 80%;
    padding-left: 110px;
}

.left-text p {
    margin: 30px 0 40px;
}

.study-sec {
    padding: 100px 0;
}

.mar-top {
    margin-top: 120px;
}

.cases .inners-banner {
    padding: 80px 0 0px;
    position: relative;
}

.contact-page .inners-banner {
    padding: 180px 0;
}

.contact-sec {
    padding: 0px 0 100px;
}

.contact-sec ul li {
    display: block;
    color: #fff;
    padding-bottom: 10px;
}

.contact-sec .foot-form input,
.contact-sec .foot-form textarea {
    background: #f3f3f3;
    color: #757575;
}


/* React Native css end  */

.header .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    box-shadow: 0px 0px 30px #e7e7e7;
    width: 100%;
    left: 0;
}

.header .dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
    position: static;
    left: 0;
}

.ser-head {
    display: flex;
    column-gap: 15px;
    align-items: center;
    width: 100%;
    margin: 10px 0;
    padding: 20px 30px;
    transition: 0.4s;
    width: 90%;
    border-radius: 10px;
}

.main-head li .dropdown-item {
    padding: 0px !important;
    font-size: 15px !important;
    font-family: "Poppins", sans-serif;
}

.main-head p {
    font-size: 12px;
    margin: 0;
    margin-top: 5px;
}

.main-head {
    padding: 50px 280px;
}

.img-divv {
    display: flex;
    width: 70px;
    justify-content: center;
    align-items: center;
    height: 60px;
    background: #ff912e29;
    border-radius: 5px;
    margin-left: -65px;
}

.img-divv img {
    /* filter: invert(44%) sepia(85%) saturate(5531%) hue-rotate(351deg) brightness(103%) contrast(101%); */
    width: 30px;
    height: 30px;
    object-fit: contain;
}


/* .ser-head:hover {
  background: #000;
  border-radius: 5px;
} */


/* .main-head .ser-head:hover li,
.main-head .ser-head:hover p {
  color: white;
} */

.main-head .ser-head:hover .img-divv {
    background: #ff643f;
}


/* .main-head li a.dropdown-item:hover {
  background: transparent !important;
} */

.app-head {
    display: flex;
    align-items: center;
    transition: 0.4s;
}

.main-head .app-box:hover li,
.main-head .app-box:hover p {
    color: #fff !important;
}


/* .main-head .ser-head:hover img {
    filter: brightness(0) invert(1);
} */

.main-head .app-box:hover img {
    filter: brightness(0) invert(1);
}

.main-head .app-box:hover {
    background: #000;
}

.app-box {
    padding: 35px 23px;
    border: 1px solid #00000026;
    border-radius: 15px;
    margin: 10px 0;
}

.app-box p {
    margin-top: 25px;
    font-size: 15px;
}

.app-box li .dropdown-item {
    font-size: 18px !important;
}

.sol-box {
    padding: 40px 20px;
    border-radius: 15px;
    border: 1px solid #00000030;
    transition: 0.4s;
    height: 100%;
}

.sol-box img {
    filter: invert(44%) sepia(85%) saturate(5531%) hue-rotate(351deg) brightness(103%) contrast(101%);
    margin: 0 0 20px;
}

.sol-box li .dropdown-item {
    font-size: 18px !important;
    margin: 5px 0 10px;
}

.sol-box p {
    font-size: 15px;
}

.main-head .sol-box:hover li,
.main-head .sol-box:hover p {
    color: white;
}

.sol-box:hover {
    background: #000;
}

.main-head-1 {
    padding: 50px 330px;
}

.block-text {
    position: relative;
    padding: 0px 10px;
    transition: ease 0.4s;
}

.block-text:hover {
    scale: 1.02;
}

.block-main {
    position: absolute;
    top: 40px;
    width: 85%;
    display: flex;
    justify-content: flex-end;
    flex-flow: column;
    height: 85%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
}

.block-main ul {
    display: flex;
    column-gap: 60px;
}

.block-main ul li a {
    color: white;
    font-size: 16px;
    text-transform: uppercase;
}

.divss h4 {
    color: white;
    margin: 0 0 20px;
}

.divss h5 {
    color: white;
}

.divss p {
    color: white;
    width: 80%;
}

.integration .inner-img img.unity-img-1 {
    right: -250px;
}

.technologies-work .tab-a img {
    width: 50px;
    object-fit: contain;
    height: 50px;
}

#canvas3d {
    z-index: 1;
    position: relative;
    /* top: 0; /
    / left: 0; /
    / right: 0; /
    / width: 100% !important; /
    / height: 100% !important; */
}


/* new changes css start  */

.awards .logo-slider {
    display: flex;
    justify-content: end;
}

.awards .logo-slider img {
    width: 190px;
    height: 70px;
    margin: 0px 20px 0 20px;
}

.mobile .awards-main .text {
    text-align: left;
}

.mobile .awards-main img {
    width: 145px;
    height: 50px;
    object-fit: contain;
}

.mobile .awards-main .row {
    padding: 50px 30px;
}

.mobile .awards-main h4 {
    font-size: 20px;
    margin: 10px 0 0;
}


/* new changes css end  */


/* Popup Css */

.popup-sec .banner-btn {
    margin-top: 15px;
}

.popup-sec .modal-content .btn-close {
    position: absolute;
    right: -23px;
    top: -16px;
    opacity: 1;
    color: #fff !important;
    background: #ff663e;
    z-index: 9999999999;
    padding: 7px;
    border-radius: 30px;
    font-size: 19px;
    line-height: 12px;
}

.inp-icon input:focus,
.inp-icon textarea:focus {
    outline: 1px solid #FF8035 !important;
}

.popup-sec .modal .form-div-sec input,
.popup-sec .modal .form-div-sec textarea,
.popup-sec .modal .form-div-sec select {
    height: 40px;
    padding-left: 15px;
    width: 100%;
    margin-bottom: 0px;
    font-size: 13px;
    background: transparent;
    border-radius: 8px;
    color: black;
    border: 1px solid rgb(215, 215, 215) !important;
}

.popup-sec .modal .form-div-sec select.form-control {
    appearance: auto !important;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    background-image: none !important;
}

.popup-sec .modal .form-div-sec input::placeholder,
.popup-sec .modal .form-div-sec textarea::placeholder {
    color: #fff;
}

.popup-sec .modal .form-div-sec textarea {
    width: 100%;
    height: 70px !important;
    padding-top: 14px;
    resize: none;
}

.popup-sec .modal-body {
    padding: 30px 20px;
    overflow: hidden;
}


/*.color-bg {*/


/*  background: #262b37;*/


/*}*/

.color-bg-1 {
    background-image: url("../img/pop-img.png");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px 0px 0px 20px;
}

.color-bg-1 .text {
    display: flex;
    justify-content: space-between;
    height: 100%;
    flex-direction: column;
    padding: 40px 40px;
}

.color-bg-1 h2 {
    font-size: 33px !important;
}

.color-bg-1 .text p {
    color: white;
    font-size: 18px !important;
    width: 90%;
    text-align: center;
}

.popup-sec .modal .form-div-sec input[type="checkbox"] {
    width: 20px;
    margin: 0;
    height: 20px;
    line-height: 20px;
    display: block;
}

p.form_tagline {
    margin: 0;
    font-size: 14px;
    color: #262B37;
    line-height: 25px;
    margin: 0px 0 10px 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.form-div-sec .text-end {
    z-index: 9;
}

.popup-sec h2 {
    font-size: 20px;
    margin: 0 0 20px;
    color: #fff;
}

.popup-sec .t-btn {
    border-color: transparent;
    background: #fff;
    padding: 15px 50px;
    border-radius: 100px;
}

.popup-sec .modal.show .modal-dialog {
    max-width: 70%;
}

.inp-icon {
    position: relative;
}

.inp-icon i {
    color: #00000070;
    position: absolute;
    left: 15px;
    top: 15px;
}

.popup-sec .modal .form-div-sec input:focus,
.popup-sec .modal .form-div-sec textarea:focus {
    outline: 0px;
}

div#popupforms {
    z-index: 99999;
    background: #fff;
    background: rgba(255, 255, 255, 0);
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px);
}

.header .main-head-1 a:hover .ser-head li,
.header .main-head-1 a:hover .ser-head p {
    color: #fff;
}

.header .main-head-1 a:hover .ser-head {
    background: #000 !important;
}

.main-head .sol-box li {
    font-size: 20px;
    margin: 0 0 10px;
}

.mob-box:hover .im-mo {
    margin-right: -50px;
    background: #ff6041
}

.mob-box:hover .mob-text h4,
.mob-box:hover .mob-text p {
    color: white;
}

.mob-box:hover {
    background: black;
}

.mob-box:hover img {
    filter: brightness(0) invert(1);
}

.mob-box:hover img {
    width: 35px;
    height: 40px;
}

.mob-box-1:hover .mob-text {
    padding-left: 40px;
}

.im-mo img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.im-mo {
    width: 110px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
    border-radius: 8px;
}

.mob-box-1:hover .im-mo {
    margin-left: -50px;
    background: #ff6041
}


/* End Popup css */

.industries .accordion-item {
    border: transparent;
    border: 1px solid #92c9f4;
    border-radius: 15px;
    margin: 0 0 20px;
}

.industries .accordion .accordion-item .accordion-item-header {
    cursor: pointer;
    padding: 25px 20px;
    width: 100%;
    text-align: left;
    outline: 0;
    transition: 0.4s;
    font-weight: 600;
    border: none;
    color: #1e1e1e;
    font-size: 18px;
    position: relative;
    border-top-right-radius: 15px !important;
    border-top-left-radius: 15px !important;
}

.industries .accordion .accordion-item .accordion-item-header .accordion-item-header-title {
    font-weight: 600;
    font-size: 25px;
    color: #ffffff;
    display: flex;
    column-gap: 15px;
    align-items: center;
    padding-left: 15px;
}

.industries .accordion .accordion-item .accordion-item-header .accordion-item-header-icon {
    transition: var(--transition);
    position: absolute;
    right: 20px;
    top: 35px;
    color: #5faab4;
}

.industriesspan .color-chng {
    font-size: 22px;
}

.industries .accordion .accordion-item.open .accordion-item-header .accordion-item-header-icon {
    transform: rotate(-180deg);
}

.industries .accordion .accordion-item .accordion-item-description-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: var(--transition);
}

.industries .accordion .accordion-item.open .accordion-item-description-wrapper {
    grid-template-rows: 1fr;
}

.industries .accordion .accordion-item .accordion-item-description-wrapper .accordion-item-description {
    min-height: 0;
    padding-left: 35px;
}

.industries .accordion .accordion-item .accordion-item-description-wrapper .accordion-item-description p {
    padding: 10px;
    line-height: 1.5;
    transition: ease 0.4s;
    width: 80%;
    color: white;
}

.industries .open {
    transition: 0.4s;
    border-radius: 10px;
    border-top-right-radius: 15px !important;
    border-top-left-radius: 15px !important;
}

.industries .accordion-item.open .accordion-item-header .accordion-item-header-icon {
    color: white !important;
}

.mob-non {
    width: 90%;
    margin: 0 auto;
}

.accordion-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.accordion-item1 {
    background-image: url(../img/indus-img1.png);
}

.accordion-item2 {
    background-image: url(../img/indus-img2.png);
}

.accordion-item3 {
    background-image: url(../img/auto-03.png);
}

.accordion-item4 {
    background-image: url(../img/auto-04.png);
}

.accordion-item5 {
    background-image: url(../img/auto-05.png);
}

.mob-non {
    display: none;
}

.desig-img img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 100px;
}

.web-app .step-box {
    min-height: 445px;
}

.thank-sec {
    padding: 150px 0;
}

.thank-sec .text h4 {
    font-size: 22px;
    margin: 0 0 25px;
}

.thank-sec .btn-div {
    display: flex;
    justify-content: center;
    column-gap: 25px;
    margin-top: 35px;
}

.block .slick-arrow:hover {
    background: #ff912e;
    color: white;
}

.block .slick-arrow {
    position: absolute;
    right: 2% !important;
    width: 55px !important;
    top: 45%;
    transition: 0.5s;
    z-index: 9;
    background: 0 0;
    border: none;
    font-size: 16px;
    color: #fff;
    background: #ff633f;
    height: 55px;
    border-radius: 50%;
}

.block .next {
    left: 2% !important;
}

.pop-head-div p {
    color: #262B37;
}

.modal-content {
    background: transparent;
    border: none;
}

.popup-sec .modal .form-div-sec input::placeholder,
.popup-sec .modal .form-div-sec textarea::placeholder {
    color: #262B37;
}

.color-bg {
    background: white;
    border-radius: 0px 20px 20px 0px;
}

.color-bg-1 .text img {
    width: 255px;
}

.popup-sec .modal-body button {
    width: 100%;
}

.case-01 .tech-text {
    width: 212px;
    border: 1px solid #d9d9d9;
}

.new-study {
    padding-bottom: 100px;
}

.box-new {
    padding: 40px;
    border: 1px solid lightgrey;
    margin: 40px 0 0;
    border-radius: 15px;
    min-height: 230px;
    transition: .5s;
}

.box-new:hover {
    transform: scale(1.05);
    background: #ff6041;
}

.box-new:hover h4,
.box-new:hover p {
    color: white;
}

.box-new p {
    margin: 20px 0 0;
}

.inners-banner ul li {
    display: flex;
    margin: 20px 0;
    font-weight: bold;
    color: #262b37;
    align-items: center;
    column-gap: 10px;
}

.inners-banner ul li i {
    color: #ff6041;
}

.bot-cls {
    margin-bottom: 90px;
}


/* .banner-sec .row.align-items-center {
  margin-top: -440px;
  text-align: center;
} */

.pro-sec-01.pro-sec-02 .row.mt-5 {
    margin: 100px 0 0 !important;
}


/* Packages Banner Start */

.packages_banner_sec {
    padding: 270px 0 90px;
    background: linear-gradient(90.74deg, #FE6240 0%, #FEA726 100%);
    position: relative;
    z-index: 0;
    height: 100%;
    overflow: hidden;
    margin-top: -166px;
}

.packages_banner_sec .image_particle {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.packages_banner_sec .txt h1 {
    font-size: 85px;
    line-height: 98px;
    font-weight: 400;
    margin-bottom: 20px;
}

.packages_banner_sec ul li {
    position: relative;
}

.packages_banner_sec ul li:first-child::after {
    content: '';
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: white;
    border-radius: 50px;
}

.packages_banner_sec ul li a {
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
}


/* Packages Banner End */


/* Packages Plans start */


/* Packages Slider Start */

.packages_plans .packages-slider .slick-dots {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    gap: 0 11px;
}

.packages_plans .packages-slider ul li.slick-active button {
    background: #000;
}

.packages_plans .packages-slider ul li button {
    background: linear-gradient(45deg, #ff643f, #ffa029);
    border: 0;
    width: 12px;
    height: 12px;
    font-size: 5px;
    color: transparent;
    border-radius: 50px;
}

.packages_plans .packages-slider .slick-list {
    padding-bottom: 30px;
}

.packages_plans .nav-tabs {
    border: 0;
    column-gap: 15px;
}

.packages_plans .nav-tabs li button {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: #05060F;
    margin-bottom: 30px;
    font-family: "Poppins", sans-serif;
    border-radius: 50px;
    border: 1px solid #FF6240;
    margin-bottom: 0;
    color: #fff !important;
    width: 170px;
    height: 49px;
}

.packages_plans .nav-tabs li button.active {
    color: white !important;
    background: linear-gradient(92.93deg, #FF6240 -0.04%, #FFB900 99.51%);
    transition: all 0.4s ease-in-out;
}


/* Packages Slider End */

.packages_plans {
    padding: 60px 0 60px;
}

.marketing_packages {
    padding: 0px 0 30px;
}

.packages_plans .txt h2 {
    color: #fff;
    font-size: 45px;
    line-height: 55px;
}

.packages_plans .txt p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
    color: #fff;
    width: 67%;
    margin: 0 auto 50px;
}

.packages_plans .package_card {
    background: #F9F9F9;
    border: 2px solid #18181814;
    box-shadow: 0px 15.29px 26.3px 0px #00000014;
    border-radius: 30px;
    padding: 25px 10px;
    min-height: 600px;
    position: relative;
    background-clip: padding-box;
    height: 100%;
    transition: all 0.4s ease-in-out;
}

.marketing_packages.packages_plans .package_card {
    min-height: 580px;
}

.premium_marketing.packages_plans .package_card {
    min-height: 580px;
}

.packages_plans .package_card:hover {
    background: #000;
    border: 2px solid #FF6041 !important;
    transition: all 0.4s ease-in-out;
    box-shadow: 0px 0px 20px 5px #f1863c69;
}

.packages_plans .package_card:hover h5 {
    background: -webkit-linear-gradient(#ff6041, #ffa826);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.packages_plans .package_card:hover p {
    color: #fff !important;
}

.packages_plans .package_card ul {
    height: 300px;
    overflow-y: scroll;
}

.packages_plans .package_card .package_header h5 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #05060F;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
    text-align: center;
}

.packages_plans .package_card .package_header h4 {
    font-family: "Poppins", sans-serif;
    color: #010035;
    font-size: 30px;
    font-weight: 800;
    line-height: 42px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 20px;
}

.marketing_packages.packages_plans .package_card .package_header h4 {
    font-size: 18px;
    line-height: 28px;
}

.marketing_packages.packages_plans .package_card .package_header h4 span {
    font-size: 40px;
    line-height: 50px;
    margin-right: 1px;
}

.premium_marketing.packages_plans .package_card .package_header h4 span {
    font-size: 53px;
    line-height: 50px;
    margin-right: 10px;
}

.packages_plans .package_card .package_header h4 span {
    background: -webkit-linear-gradient(#ff6041, #ffa826);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 42px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: -1px;
    margin-right: 10px;
    text-shadow: 0px 0px 80px #f1863c;
}

.packages_plans .package_card p {
    font-weight: 400;
    /* color: #05060F; */
    color: #474747;
    font-size: 19px;
    line-height: 30px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 30px;
}

.packages_plans .package_card .package_btn {
    background: #fff;
    border: 1.53px solid #05060F1A;
    /* box-shadow: 0px 29.05px 16.97px 0px #0F0A1F0D; */
    height: 45px;
    padding-bottom: 3px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: 20px auto 35px;
    /* margin-bottom: 35px; */
    transition: all 0.4s ease-in-out;
    box-shadow: 0px 0px 80px #f1863c;
}

.packages_plans .package_card:hover .package_btn {
    background: linear-gradient(92.93deg, #FF6240 -0.04%, #FFB900 99.51%);
    transition: all 0.4s ease-in-out;
}

.packages_plans .package_card:hover .package_btn a {
    color: white;
    transition: all 0.4s ease-in-out;
}

.packages_plans .package_card .package_btn a {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #05060F;
    transition: all 0.4s ease-in-out;
}

.packages_plans .package_card .list_desc {
    font-size: 20px;
    line-height: 30px;
    color: #262B37;
    font-weight: 600;
}

.packages_plans .package_card ul li p {
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
}

.packages_plans .package_card .packages_card_last_desc p {
    font-size: 16px;
    font-weight: 400;
    color: #05060F;
    line-height: 20px;
    padding-top: 10px;
    font-family: "Poppins", sans-serif;
}

.packages_plans .pro_package_card {
    background: #FFFBF3;
    height: 100%;
    border: 5px solid transparent;
    background-clip: padding-box;
    position: relative;
    border-radius: 30px;
    box-shadow: 15.29px 77.99px 68.97px 0px #00000017;
    padding: 35px 30px;
}

.packages_plans .pro_package_card:hover::after {
    content: '';
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px;
    background: linear-gradient(168.09deg, #FFA826 -10.03%, #FF6041 123.43%);
    z-index: -1;
    border-radius: 30px;
}

.packages_plans .pro_package_card::after {
    content: '';
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px;
    background: linear-gradient(168.09deg, #FF6041 -10.03%, #FFA826 123.43%);
    z-index: -1;
    border-radius: 30px;
}

.packages_plans .pro_package_card .package_header p {
    background: -webkit-linear-gradient(#ff6041, #ffa826);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 0;
}

.packages_plans .pro_package_card .package_header .price p {
    position: relative;
}

.packages_plans .pro_package_card .package_header .price p::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 2px;
    width: 100%;
    background: linear-gradient(91.28deg, #FE6041 12.56%, #FEA726 97.39%);
}

.packages_plans .pro_package_card .package_header h4 {
    font-family: "Poppins", sans-serif;
    color: #010035;
    font-size: 30px;
    font-weight: 900;
    line-height: 42px;
    letter-spacing: -1px;
}

.packages_plans .pro_package_card .package_header h4 span {
    background: -webkit-linear-gradient(#ff6041, #ffa826);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 53px;
    font-weight: 500;
    line-height: 81px;
    letter-spacing: -1px;
    margin-right: 10px;
}

.packages_textGred {
    background: linear-gradient(92.67deg, #FF6240 11.59%, #FFA826 85.26%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.packages_plans .pro_package_card .annually p {
    font-size: 21px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 0;
}

.packages_plans .pro_package_card .annually p:last-of-type {
    color: #05060F;
}

.packages_plans .pro_package_card .package_btn {
    background: linear-gradient(92.93deg, #FF6240 -0.04%, #FFB900 99.51%);
    border: 1.53px solid #FFFFFF33;
    box-shadow: 0px 22.94px 14.53px 0px #835B111C;
    height: 80px;
    padding-bottom: 5px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
}

.packages_plans .pro_package_card .package_btn a {
    font-family: "Poppins", sans-serif;
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    color: white;
}

.packages_plans .pro_package_card .package_btn a img {
    filter: brightness(100);
}

.packages_plans .pro_package_card p {
    font-weight: 400;
    /* color: #05060F; */
    color: #474747;
    font-size: 19px;
    line-height: 30px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 30px;
}

.packages_plans .pro_package_card .packages_card_last_btn {
    font-size: 16px;
    font-weight: 400;
    color: #05060F;
    line-height: 32px;
    text-decoration: underline;
    padding-top: 10px;
    font-family: "Poppins", sans-serif;
}


/* Packages Plans End */

.trademark-form {
    margin-top: 50px;
    margin-bottom: 25px;
    z-index: 0;
    position: relative;
}

.trademark-form .trade-inner {
    padding: 20px 20px;
    background: #292d32;
    border-radius: 10px;
    border: 1px solid #ff8134 !important;
    box-shadow: 0px 0px 20px 5px #f1863c69;
}

.trade-form input,
.trade-form textarea,
.trade-form select {
    background: #3a3e49;
    border: none;
    width: 100%;
    height: 50px;
    border-radius: 8px;
    color: white;
    padding: .375rem .75rem;
}

.trade-form select {
    -webkit-appearance: auto;
}

.trade-form textarea {
    height: 100px;
    resize: none;
}

.trade-form input::placeholder,
.trade-form textarea::placeholder,
.trade-form select::placeholder {
    color: #fff;
}

.trade-form .form-control:focus {
    color: var(--bs-body-color);
    background-color: #292d32;
    color: #fff;
    border-color: #ff6241;
    outline: 0;
    /* box-shadow: 0 0 0 0.10rem rgb(255 100 64 / 35%); */
    box-shadow: 0px 0px 5px 1px #f1863c;
}

.trademark-form .trade-inner button {
    width: 145px !important;
}

.trade-form button.normal-btn {
    height: 50px;
}

.homepage .div-images img {
    margin-top: 0;
    width: 100%;
}

.homepage .div-images ul li {
    width: 15%;
    padding-right: 30px;
}

.iti {
    width: 100%;
}

.foot-form .form-check input {
    background: transparent;
    border: 1px solid #fff;
    width: 15px;
    height: 15px;
}

.foot-form .form-check-input:checked[type=checkbox] {
    position: relative;
}

.form-check-input:checked[type=checkbox]:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 7px;
    background: #fff;
    left: 0;
    top: 3px;
    right: 0;
    margin: 0 auto;
    border-radius: 2px;
}

