:root {
    --thm-body-font: 'Inter', sans-serif;
    --thm-heading-font: 'Inter';
    --thm-primary: #FF5A79;
    --thm-primary-rgb: 255, 90, 121;
    --thm-secondary: #dae26b;
    --thm-secondary-rgb: 218, 226, 107;

    --thm-body-font-color: #6A6A6A;
    --thm-body-font-size: 16px;
    --thm-body-font-line-height: 28px;
    --thm-body-font-weight: 400;

    --thm-heading-font-color: #151515;
    --thm-heading-font-weight: 700;
    --thm-body-background: #ffffff;
    --thm-black-bg: #151515;
    --thm-gray-bg: #F3F3F5;
    --thm-border-color: #EDEDED;
    --thm-white: #ffffff;
    --thm-black: #151515;
	font-family:'Inter';
}

@font-face {
  font-family: 'icomoon';
  src: url('https://naymul.com/wp-content/uploads/icons/icomoon.eot?m31ns');
  src: url('https://naymul.com/wp-content/uploads/icons/icomoon.eot?m31ns#iefix') format('embedded-opentype'),
    url('https://naymul.com/wp-content/uploads/icons/icomoon.ttf?m31ns') format('truetype'),
    url('https://naymul.com/wp-content/uploads/icons/icomoon.woff?m31ns') format('woff'),
    url('https://naymul.com/wp-content/uploads/icons/icomoon.svg?m31ns#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/*Required CSS*/
svg.radial-progress{height:auto;max-width:120px;padding:0;transform:rotate(-90deg);width:100%;    background-image: unset;
    border-radius: 50%;
    background-color: unset;}
section.svg-container svg.radial-progress:nth-child(even) {margin: 0 15px;}
svg.radial-progress circle{fill:transparent;stroke:#fff;}
svg.radial-progress circle.bar-static{    stroke: #E7E7E9 !important;
    stroke-width: 4px;}
svg.radial-progress circle.bar--animated{stroke-dasharray:219.91148575129;    stroke: #FF5A78;stroke-dashoffset:219.91148575129;stroke-width:4px;stroke-linecap:round;}
svg.radial-progress text{    fill: #151515;
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 700;
    text-anchor: middle;
    text-shadow: unset;}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-next:before {
    content: "\e909";
}
.icon-app-development:before {
    content: "\e928";
}
.icon-web-development .path1:before {
    content: "\e948";
    color: rgb(20, 20, 20);
    opacity: 0.9050;
}
.icon-web-development .path2:before {
    content: "\e949";
    margin-left: -1em;
    color: rgb(20, 20, 20);
    opacity: 0.885;
}
.icon-plugin-development:before {
    content: "\e900";
}
.icon-cms--development:before {
    content: "\e92a";
}
.icon-check:before {
    content: "\e914";
}



.auto-container {
    position: static;
    max-width: 1200px;
    width: 100%;
    padding: 0px 20px;
    margin: 0 auto;
}

.list-wrap {
    margin: 0px;
    padding: 0px;
}

.list-wrap li {
    list-style: none
}


hr {
    border-bottom: 1px solid var(--thm-primary-color);
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: var(--thm-body-font-color);
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
}

*::-moz-selection {
    background: var(--thm-primary);
    color: var(--thm-black);
    text-shadow: none;
}

::-moz-selection {
    background: var(--thm-primary);
    color: var(--thm-black);
    text-shadow: none;
}

::selection {
    background: var(--thm-primary);
    color: var(--thm-black);
    text-shadow: none;
}

*::-moz-placeholder {
    color: var(--thm-body-font-color);
    font-size: var(--thm-body-font-size);
    opacity: 1;
}

*::placeholder {
    color: var(--thm-body-font-color);
    font-size: var(--thm-body-font-size);
    opacity: 1;
}
.container {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
	 margin: 0 auto;
}
.row {
    --bs-gutter-x: 30px;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

section {
    position: relative;
    display: block;
    z-index: 1;
}

.page-wrapper {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
}


button {
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
}

a,
button {
    color: var(--thm-primary);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-decoration: none;
    outline: medium none;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

a:hover {
    color: var(--thm-primary);
    text-decoration: none;
}


ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol,
li {
    margin: 0;
    padding: 0;
}


img {
    max-width: 100%;
    height: auto;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.7s;
    transition-property: all;
}


h1,
h2,
h3,
h4,
h5,
h6 {

    color: var(--thm-heading-font-color);
    margin-top: 0px;
    margin-bottom: 0;
    font-style: normal;
    line-height: 1.2em;
    font-weight: var(--thm-heading-font-weight);
    text-transform: inherit;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

.sec-title {
    position: relative;
    display: block;
    margin-top: -8px;
    padding-bottom: 58px;
}

.sec-title .sub-title {
    position: relative;
    display: block;
    margin-bottom: 5px;
}

.sec-title .sub-title h4 {
    color: var(--thm-primary);
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 6px;
    text-transform: uppercase;
}
.service-one .sec-title h2 {
		color:#fff;
}
.sec-title h2 {
    font-size: 48px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: capitalize;
}

.banner-one {
    position: relative;
    display: block;
    background-color: var(--thm-gray-bg);
    padding: 90px 0 0px;
    overflow: hidden;
    z-index: 10;
}

.banner-one__shape1 {
    position: absolute;
    top: 165px;
    left: 110px;
    z-index: 1;
}

.banner-one__shape2 {
    position: absolute;
    left: 815px;
    bottom: 130px;
    z-index: 1;
}

.banner-one__shape3 {
    position: absolute;
    top: 50px;
    right: 30px;
    z-index: 1;
}

.banner-one__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner-one__content {
    position: relative;
    display: block;
    float: left;
    padding-top: 20px;
    padding-bottom: 90px;
}
.banner-one__content .text p{
	margin:0px;
}
.banner-one__content .sub-title {
    position: relative;
    display: block;
    border-left: 2px solid var(--thm-primary);
    margin-bottom: 6px;
}

.banner-one__content .sub-title h5 {
    color: #151515;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-left: 10px;
}

.banner-one__content .big-title {
    position: relative;
    display: block;
    padding-bottom: 24px;
}

.banner-one__content .big-title h2 {
    color: rgb(21, 21, 21);
    font-size: 60px;
    line-height: 1.3em;
    font-weight: 700;
}

.banner-one__content .text {
    position: relative;
    display: block;
}

.banner-one__content .text p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

.banner-one__content .btn-box {
    position: relative;
    display: inline-block;
    line-height: 0;
    margin-top: 57px;
}

.banner-one__content .btn-box::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    bottom: -6px;
    right: -6px;
    opacity: 1;
    border-radius: 4px;
    background-color: var(--thm-primary);
    transition-duration: 700ms;
    z-index: -1;
}

.banner-one__content .btn-box:hover::before {
    opacity: 0;
}

.banner-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    width: 45%;
    float: right;
    margin-right: -50px;
}

.banner-one__img .inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-one__img .inner img {
    width: auto;
}

.banner-one__img-bg {
    position: absolute;
    bottom: -100px;
    left: 4%;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: linear-gradient(180deg, #9E7CFF 0%, #FF86EC 52.82%, #FF9C9C 100%);
    z-index: -1;
}

.thm-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    background-color: transparent;
    color: var(--thm-white);
    font-size: 18px;
    line-height: 45px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 4px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 2;
}

.thm-btn:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 1;
    transform: scaleX(1);
    transition-duration: 800ms;
    background-color: var(--thm-black);
    z-index: -1;
}

.thm-btn:hover:after {
    transform: scaleX(0);
    transition-duration: 1500ms;
}

.thm-btn:before {
    position: absolute;
    top: 0px;
    left: 100%;
    right: -50px;
    content: "";
    background: var(--thm-primary);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    border-radius: 0%;
    transition-duration: 800ms;
    z-index: 1;
    bottom: 0;
}

.thm-btn:hover:before {
    left: 0px;
    right: 0px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.thm-btn .txt {
    position: relative;
    display: inline-flex;
    align-items: center;
    z-index: 1;
}

.thm-btn:hover,
.thm-btn:focus {
    color: var(--thm-white);
    -webkit-box-shadow: 2px 2px 20px 0px rgba(var(--thm-black-rgb), 0.1);
    -moz-box-shadow: 2px 2px 20px 0px rgba(var(--thm-black-rgb), 0.1);
    box-shadow: 2px 2px 20px 0px rgba(var(--thm-black-rgb), 0.1);
}

.thm-btn i {
    position: relative;
    top: 0px;
    display: inline-block;
    margin-left: 15px;
    font-size: 16px;
    top: 1px;
    z-index: 1;
}
.nt-offer-section {
    margin-top: 0px;
}

.sec-title.text-center{
	text-align: center;
}

.service-one {
    position: relative;
    display: block;
    background-color: #151515;
    padding: 100px 0 80px;
    z-index: 10;
}

.service-one__single {
    position: relative;
    display: block;
    border-radius: 4px;
    border: 1px solid var(--thm-border-color);
	background: #ffffff;
    padding: 30px 25px 30px;
    margin-bottom: 30px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.service-one .row {
    display: flex;
    column-gap: 30px;
}
.service-one__single:hover {
    border-color: var(--thm-white);
    box-shadow: 0px 25px 65px 0px rgba(0, 0, 0, 0.10);
}

.service-one__single-icon-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: var(--thm-gray-bg);
    color: var(--thm-black);
    font-size: 32px;
    line-height: 32px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.service-one__single:hover .service-one__single-icon-box {
    color: var(--thm-white);
}

.service-one__single:hover .service-one__single-icon-box span::before {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.service-one__single-icon-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    background-color: var(--thm-primary);
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    transform-origin: bottom right;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    z-index: -1;
}

.service-one__single:hover .service-one__single-icon-box::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: top center;
}

.service-one__single-content {
    position: relative;
    display: block;
}

.service-one__single-content .title-box {
    position: relative;
    display: block;
    padding-top: 31px;
}

.service-one__single-content .title-box h3 {
    font-size: 22px;
    line-height: 34px;
}
.service-one .row .col-xl-3.col-lg-6.col-md-6 {
    width: 25%;
}
.service-one__single-content .title-box h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.service-one__single-content .title-box h3 a:hover {
    color: var(--thm-primary);
}

.service-one__single-content .list-item {
    position: relative;
    display: block;
    padding-top: 18px;
}

.service-one__single-content .list-item ul {
    position: relative;
    display: block;
}

.service-one__single-content .list-item ul li {
    position: relative;
    display: flex;
    align-items: center;
	    padding: 3px 0px;
}

.service-one__single-content .list-item ul li+li {
    margin-top: 10px;
}

.service-one__single-content .list-item ul li .icon {
    position: relative;
    display: block;
    line-height: 0;
}

.service-one__single-content .list-item ul li .icon span {
    position: relative;
    display: inline-block;
    color: var(--thm-primary);
    font-size: 18px;
}

.service-one__single-content .list-item ul li .text {
    position: relative;
    display: block;
    margin-left: 7px;
}

.service-one__single-content .list-item ul li .text p {
    margin: 0;
	    font-size: 16px;
}

.about-one {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    padding: 100px 0px 100px;
    z-index: 10;
}
.about-one .row {
    display: flex;
    column-gap: 30px;
    row-gap: 30px;
}
.about-one .row .col-xl-6 {
    width: 50%;
}
.about-one__img-box {
    position: relative;
    display: block;
    padding-top: 35px;
    max-width: 587px;
    width: 100%;
}

.about-one__img-box-inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
    margin-right: 67px;
}

.about-one__img-box-inner::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0;
    transition: opacity .5s ease-out;
    background: linear-gradient(to top, #000000 0, rgba(0, 0, 0, 0) 95%);
    z-index: 1;
}

.about-one__img-box-inner:hover::before {
    opacity: 1
}

.about-one__img-box-inner img {
    width: 100%;
    transform: scale(1.01);
    transition: transform .5s cubic-bezier(.27, .48, .45, .94);
    transform-origin: 70% 80%;
}

.about-one__img-box-inner:hover img {
    transform: scale(1.0);
}

.about-one__overlay-box {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0px;
    right: 0;
    width: 120px;
    border-radius: 8px;
    background-color: #B34FFF;
    padding: 18px 25px 23px;
    z-index: 2;
    justify-content: center;
}

.about-one__overlay-box .outer-box {
    position: relative;
    display: block;
}

.about-one__overlay-box .outer-box .count-outer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-one__overlay-box .outer-box .count-outer h2 {
    color: var(--thm-white);
    font-size: 48px;
    line-height: 1.2em;
}

.about-one__overlay-box .outer-box .count-outer i {
    color: var(--thm-white);
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 900;
    font-family: var(--thm-heading-font);
    top: -3px;
    margin-top: -6px;
    margin-left: 3px;
}

.about-one__overlay-box .outer-box .title {
    position: relative;
    display: block;
}

.about-one__overlay-box .outer-box .title h4 {
    color: var(--thm-white);
    font-size: 20px;
    line-height: 30px;
	text-align:center;
}

.about-one__overlay-icon-box1 {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: -60px;
    width: 120px;
    height: 120px;
    border-radius: 8px;
    background-color: #FFC42D;
    transform: translateY(-50%);
    z-index: 2;
}

.about-one__overlay-icon-box1 span {
    position: relative;
    display: inline-block;
    color: var(--thm-white);
    font-size: 72px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.about-one__overlay-icon-box2 {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 10px;
    right: 77px;
    width: 90px;
    height: 90px;
    border-radius: 8px;
    background-color: #22D497;
    z-index: 2;
}

.about-one__overlay-icon-box2 span {
    position: relative;
    display: inline-block;
    color: var(--thm-white);
    font-size: 56px;
}

.about-one__content-box {
    position: relative;
    display: block;
    margin-top: 20px;
	    margin-left: 20px;
}

.about-one__content-box .sec-title {
    padding-bottom: 26px;
}

.about-one__content-box .text {
    position: relative;
    display: block;
}

.about-one__content-list-box {
    position: relative;
    display: block;
    padding-top: 15px;
}

.about-one__content-list-box ul {
    position: relative;
    display: block;
}

.about-one__content-list-box ul li {
    position: relative;
    display: block;
    padding-left: 20px;
}

.about-one__content-list-box ul li+li {
    margin-top: 15px;
}

.about-one__content-list-box ul li .circle-box {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--thm-primary);
}

.about-one__content-list-box ul li p {
    color: var(--thm-black);
    font-weight: 600;
	    font-size: 16px;
    line-height: 1.5;
}


.about-one__progress-box {
    position: relative;
    display: block;
    padding-top: 52px;
}

.about-one__progress-box ul {
    position: relative;
    display: block;
}

.about-one__progress-box ul li {
    position: relative;
    display: block;
    float: left;
    text-align: center;
}
.about-one__content-box .text p {
    margin: 0;
    color: #6a6a6a;
    font-size: 18px;
    line-height: 1.5;
}
.about-one__progress-box ul li+li {
    margin-left: 70px;
}
.about-one__progress-box section.svg-container {
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.progress-item p {
    margin: 5px 0px 10px;
    font-weight: 700;
}
.circle-progress-single {
    position: relative;
    display: block;
}

.circle-progress-single .progress-box {
    position: relative;
    display: block;
    line-height: 0;
}

.circle-progress-single .progress-box .graph-outer {
    position: relative;
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    z-index: 1;
}

.circle-progress-single .progress-box .graph-outer .count-box {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.circle-progress-single .progress-box .graph-outer .count-text {
    position: relative;
    display: inline-block;
    color: var(--thm-black);
    font-size: 32px;
    line-height: 35px;
    font-weight: 700;
    font-family: var(--thm-heading-font);
}

.circle-progress-single .progress-box .graph-outer .count-Parsent {
    position: relative;
    display: inline-block;
    color: var(--thm-black);
    font-size: 32px;
    font-weight: 700;
    font-family: var(--thm-heading-font);
    margin-left: -4px;
}


.circle-progress-title {
    position: relative;
    display: block;
    margin-top: 18px;
}

.circle-progress-title h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.project-one {
    position: relative;
    display: block;
    background-color: var(--thm-gray-bg);
    padding: 100px 0 100px;
    z-index: 10;
}
.project-one__single .row {
    display: flex;
}
.project-one__single {
    position: relative;
    display: block;
    margin-bottom: 80px;
}

.project-one__single--style2 {
    margin-bottom: 0px;
}

.project-one__single-img-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 4px;
}

.project-one__single-img-box::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% + 0px);
    height: calc(100% + 0px);
    pointer-events: none;
    opacity: 0;
    transition: opacity .5s ease-out;
    background: linear-gradient(to top, #000000 0, rgba(0, 0, 0, 0) 90%);
    z-index: 1;
}

.project-one__single-img-box:hover::before {
    opacity: 1
}

.project-one__single-img-box img {
    width: 100%;
    transform: scale(1.01);
    transition: transform .5s cubic-bezier(.27, .48, .45, .94);
    transform-origin: 70% 80%;
}

.project-one__single-img-box:hover img {
    transform: scale(1.036);
    transition-duration: .9s;
    mix-blend-mode: normal;
}

.project-one__single-img-box .overlay-icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    bottom: 0px;
    right: 0;
    opacity: 0;
    transform: perspective(400px) rotateY(0deg) translateY(-50px);
    transform-origin: top;
    transition: all 500ms ease;
    z-index: 5;
}

.project-one__single-img-box:hover .overlay-icon {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    transition-delay: 500ms;
}

.project-one__single-img-box .overlay-icon a {
    position: relative;
    display: inline-block;
    color: var(--thm-white);
    font-size: 35px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.project-one__single-img-box .overlay-icon a:hover {
    color: var(--thm-primary);
}

.project-one__single-content-box {
    position: relative;
    display: block;
    border-radius: 4px;
    background-color: var(--thm-white);
    margin-left: -140px;
    top: 50%;
    transform: translateY(-50%);
    padding: 40px 40px 41px;
    z-index: 1;
}

.project-one__single-content-box--style2 {
    margin-left: 0px;
    margin-right: -140px;
    z-index: 3;
}

.project-one__single-content-box .meta-box {
    position: relative;
    display: block;
    padding-bottom: 24px;
}

.project-one__single-content-box .meta-box .meta-info {
    position: relative;
    display: flex;
    align-items: center;
}

.project-one__single-content-box .meta-box .meta-info li {
    position: relative;
    display: flex;
    align-items: center;
}

.project-one__single-content-box .meta-box .meta-info li+li {
    margin-left: 40px;
}

.project-one__single-content-box .meta-box .meta-info li .icon {
    position: relative;
    display: block;
    line-height: 0;
    margin-right: 10px;
}

.project-one__single-content-box .meta-box .meta-info li .icon span {
    position: relative;
    display: inline-block;
    color: var(--thm-body-font-color);
    font-size: 18px;
}

.project-one__single-content-box .meta-box .meta-info li p {
    margin: 0;
}

.project-one__single-content-box .meta-box .meta-info li p a {
    color: var(--thm-body-font-color);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.project-one__single-content-box .meta-box .meta-info li p a:hover {
    color: var(--thm-primary);
}

.project-one__single-content-box .title-box {
    position: relative;
    display: block;
}

.project-one__single-content-box .title-box h2 {
    font-size: 32px;
    line-height: 1.2em;
}

.project-one__single-content-box .title-box h2 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.project-one__single-content-box .title-box h2 a:hover {
    color: var(--thm-primary);
}

.project-one__single-content-box .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 43px;
}

.project-one__single-content-box .btn-box .thm-btn {
    line-height: 35px;
}

.project-one__btn-box {
    position: relative;
    display: flex;
    justify-content: center;
    line-height: 0;
    padding-top: 55px;
}
.skills-one {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    padding: 140px 0px 110px;
    z-index: 10;
}

.skills-one__single {
    position: relative;
    display: block;
    border-radius: 4px;
    border: 1px solid var(--thm-border-color);
    background-color: var(--thm-white);
    padding: 25px 25px 25px;
    margin-bottom: 30px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.skills-one__single:hover {
    border-color: var(--thm-white);
    box-shadow: 0px 25px 65px 0px rgba(0, 0, 0, 0.10);
}

.skills-one__single-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.skills-one__single-left-box {
    position: relative;
    display: flex;
    align-items: center;
}

.skills-one__single-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    border-radius: 4px;
    background: linear-gradient(180deg, #F3F3F5 0%, rgba(243, 243, 245, 0.31) 100%);
}

.skills-one__single-icon img {
    width: auto;
}

.skills-one__single-title {
    position: relative;
    display: block;
    padding-left: 25px;
}

.skills-one__single-title h3 {
    font-size: 32px;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.skills-one__single-title p {
    margin: 0;
}

.skills-one__single-right-box {
    position: relative;
    display: block;
    text-align: right;
}

.skills-one__single-btn-box {
    position: relative;
    display: block;
    line-height: 0;
    margin-bottom: 15px;
}

.skills-one__single-btn-box a {
    position: relative;
    display: inline-block;
    color: var(--thm-black);
    font-size: 24px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.skills-one__single-btn-box a:hover {
    color: var(--thm-primary);
    transform: rotate(45deg);
}

.skills-one__single-date-box {
    position: relative;
    display: block;
}

.skills-one__single-date-box {
    margin: 0;
}




/*=============================
	Cta One Css
===============================*/
.cta-one {
    position: relative;
    display: block;
    z-index: 10;
}

.cta-one__inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 4px;
    background-color: var(--thm-primary);
    padding: 88px 110px 90px;
}

.cta-one__shape1 {
    position: absolute;
    top: 0;
    left: 32px;
    z-index: 1;
}

.cta-one__shape2 {
    position: absolute;
    left: 60px;
    bottom: 45px;
    opacity: 0.34;
}

.cta-one__shape3 {
    position: absolute;
    left: 290px;
    bottom: 115px;
    z-index: 1;
}

.cta-one__shape4 {
    position: absolute;
    top: 0;
    left: 360px;
    z-index: 1;
}

.cta-one__shape5 {
    position: absolute;
    right: 260px;
    bottom: 60px;
    z-index: 1;
}

.cta-one__shape6 {
    position: absolute;
    top: 0;
    right: 39px;
    z-index: 1;
}

.cta-one__inner-title-box {
    position: relative;
    display: block;
    padding-bottom: 26px;
}

.cta-one__inner-title-box h2 {
    color: var(--thm-white);
    font-size: 48px;
    line-height: 1.2em;
}

.cta-one__inner-text-box {
    position: relative;
    display: block;
}

.cta-one__inner-text-box p {
    color: var(--thm-white);
}

.cta-one__inner-btn-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 42px;
}

.cta-one__inner-btn-box .thm-btn {
    color: var(--thm-black);
}

.cta-one__inner-btn-box .thm-btn:hover {
    color: var(--thm-white);
}

.cta-one__inner-btn-box .thm-btn::after {
    background-color: var(--thm-white);
}

.cta-one__inner-btn-box .thm-btn::before {
    background-color: var(--thm-black);
}
.get-in-touch-one {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    padding: 100px 0px 100px;
    z-index: 10;
}

.get-in-touch-one__content {
    position: relative;
    display: block;
}
.get-in-touch-one>.container>.row {
    display: flex;
    align-items: center;
    column-gap: 30px;
    row-gap: 30px;
}
.get-in-touch-one>.container>.row>.col-xl-6.col-lg-6 {
    width: 50%;
}

.get-in-touch-one__content .sec-title {
    padding-bottom: 43px;
}

.get-in-touch-one__content-list-box {
    position: relative;
    display: block;
}

.get-in-touch-one__content-list-box li {
    position: relative;
    display: flex;
    align-items: center;
}

.get-in-touch-one__content-list-box li+li {
    margin-top: 25px;
}

.get-in-touch-one__content-list-box li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid var(--thm-border-color);
    background-color: transparent;
    line-height: 0;
}

.get-in-touch-one__content-list-box li .icon span {
    position: relative;
    display: inline-block;
    color: var(--thm-primary);
    font-size: 20px;
}

.get-in-touch-one__content-list-box li .text-box {
    position: relative;
    display: block;
    padding-left: 25px;
}

.get-in-touch-one__content-list-box li .text-box p {
    line-height: 25px;
}

.get-in-touch-one__content-list-box li .text-box p a {
    color: var(--thm-body-font-color);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.get-in-touch-one__content-list-box li .text-box p a:hover {
    color: var(--thm-primary);
}

.get-in-touch-one__form {
    position: relative;
    display: block;
    max-width: 630px;
    width: 100%;
}

.get-in-touch-one__form form {
    position: relative;
    display: block;
}

.get-in-touch-one__form form .form-group {
    position: relative;
    display: block;
    padding-bottom: 30px;
}

.get-in-touch-one__form form .input-box {
    position: relative;
    display: block;
}

.get-in-touch-one__form form input[type="text"],
.get-in-touch-one__form form input[type="email"],
.get-in-touch-one__form form textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 65px;
    color: var(--thm-body-font-color);
    font-size: 18px;
    font-family: var(--thm-body-font);
    font-weight: 500;
    font-style: normal;
    border: none;
    border-radius: 4px;
    background: var(--thm-gray-bg);
    padding-left: 25px;
    padding-right: 25px;
    transition: all 500ms ease;
}

.get-in-touch-one__form form input[type="text"]:focus,
.get-in-touch-one__form form input[type="email"]:focus,
.get-in-touch-one__form form textarea:focus {
    border: 0px solid var(--thm-base);
    outline: none;
}

.get-in-touch-one__form form textarea {
    height: 160px;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 10px;
}

.get-in-touch-one__form form input[type="text"]::-webkit-input-placeholder {
    color: var(--thm-gray);
}

.get-in-touch-one__form form input[type="text"]:-moz-placeholder {
    color: var(--thm-gray);
}

.get-in-touch-one__form form input[type="text"]::-moz-placeholder {
    color: var(--thm-gray);
}

.get-in-touch-one__form form input[type="text"]:-ms-input-placeholder {
    color: var(--thm-gray);
}

.get-in-touch-one__form form input[type="email"]::-webkit-input-placeholder {
    color: var(--thm-gray);
}

.get-in-touch-one__form form input[type="email"]:-moz-placeholder {
    color: var(--thm-gray);
}

.get-in-touch-one__form form input[type="email"]::-moz-placeholder {
    color: var(--thm-gray);
}

.get-in-touch-one__form form input[type="email"]:-ms-input-placeholder {
    color: var(--thm-gray);
}

.get-in-touch-one__form form textarea::-webkit-input-placeholder {
    color: var(--thm-gray);
}

.get-in-touch-one__form form textarea:-moz-placeholder {
    color: var(--thm-gray);
}

.get-in-touch-one__form form textarea::-moz-placeholder {
    color: var(--thm-gray);
}

.get-in-touch-one__form form textarea:-ms-input-placeholder {
    color: var(--thm-gray);
}

.get-in-touch-one__form form .button-box {
    position: relative;
    display: block;
    line-height: 0;
}

.get-in-touch-one__form form .button-box .thm-btn i {
    top: 1px;
}
.sec-title-four.text-center {
    text-align: center;
}
.working-process-one {
    position: relative;
    display: block;
    background-color: var(--thm-black);
    padding: 100px 0px 100px;
    z-index: 10;
}
.working-process-one .container .row {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 30px;
    row-gap: 30px;
    text-align: center;
}
.working-process-one__shape1 {
    position: absolute;
    top: 110px;
    left: 400px;
    opacity: 0.5;
}
.working-process-one .sec-title h2{
	color:#fff;
}
.working-process-one__shape2 {
    position: absolute;
    left: 75px;
    bottom: 65px;
}

.working-process-one__shape2 img {
    -webkit-animation: animation1 5s ease-in infinite;
    animation: animation1 5s ease-in infinite;
}

.working-process-one__shape3 {
    position: absolute;
    top: 30px;
    left: -130px;
    opacity: 0.3;
}

.working-process-one__shape4 {
    position: absolute;
    top: 0px;
    left: -110px;
    opacity: 0.3;
}

.working-process-one__shape5 {
    position: absolute;
    top: 150px;
    right: 180px;
    opacity: 0.3;
}

.working-process-one .sec-title-four .sub-title {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, rgba(202, 243, 51, 0.24) 44.12%, rgba(255, 255, 255, 0.00) 86.35%);
}

.working-process-one .sec-title-four .sub-title h4 {
    color: var(--thm-secondary);
}

.working-process-one .sec-title-four h2 {
    color: var(--thm-white);
}

.working-process-one__single {
    position: relative;
    display: block;
    padding: 0px 25px 0px;
}

.working-process-one__single .icon-box {
    position: relative;
    display: block;
    max-width: 75px;
    margin: 0 auto;
}

.working-process-one__single .icon-box i {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid rgb(255, 255, 255, 0.15);
    color: var(--thm-white);
    font-size: 25px;
}

.working-process-one__single .icon-box .overlay-list {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -5px;
    right: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--thm-secondary);
}

.working-process-one__single .icon-box .overlay-list span {
    position: relative;
    display: inline-block;
    color: var(--thm-black);
    font-size: 16px;
    line-height: 25px;
    font-family: var(--thm-heading-font);
    font-weight: 600;
}

.working-process-one__single .content-box {
    position: relative;
    display: block;
    padding-top: 23px;
}

.working-process-one__single .content-box .title-box {
    position: relative;
    display: block;
}

.working-process-one__single .content-box .title-box h5 {
    color: var(--thm-secondary);
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.working-process-one__single .content-box .title-box h3 {
    font-size: 32px;
    line-height: 30px;
    font-weight: 700;
}

.working-process-one__single .content-box .title-box h3 a {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.working-process-one__single .content-box .title-box h3 a:hover {
    color: var(--thm-secondary);
}

.working-process-one__single .content-box .text-box {
    position: relative;
    display: block;
    padding-top: 15px;
}

.working-process-one__single .content-box .text-box p {
    color: rgb(255, 255, 255, 0.7);
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}
.features-one {
    position: relative;
    display: block;
    background-color: #f8f8f0;
    padding: 100px 0px 100px;
    z-index: 10;
}

.features-one__shape1 {
    position: absolute;
    top: 0;
    left: 0;
}

.features-one__shape2 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.features-one__shape3 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.features-one__shape4 {
    position: absolute;
    bottom: 110px;
    right: 140px;
}

.features-one__shape5 {
    position: absolute;
    top: 0;
    right: 0;
}

.features-one__logo {
    position: relative;
    display: block;
    width: 540px;
    height: 445px;
    background-color: transparent;
}

.features-one__logo-single {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: var(--thm-white);
    box-shadow: drop-shadow(0px 15px 65px rgba(0, 0, 0, 0.06));
}

.features-one__logo-single img {
    width: auto;
}

.features-one__logo-single.style1 {
    position: absolute;
    top: 0;
    left: 112px;
}

.features-one__logo-single.style2 {
    position: absolute;
    top: 0;
    right: 112px;
}

.features-one__logo-single.style3 {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}

.features-one__logo-single.style4 {
    position: absolute;
    right: 112px;
    bottom: 0;
}

.features-one__logo-single.style5 {
    position: absolute;
    left: 112px;
    bottom: 0;
}

.features-one__logo-single.style6 {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}

.features-one__logo-single.style7 {
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    right: 0;
    width: 140px;
    height: 140px;
    margin: auto;
}

.features-one__content {
    position: relative;
    display: block;
    padding-top: 0px;
	    margin-right: 30px;
}
.features-one .row {
    display: flex;
    align-items: center;
    column-gap: 30px;
    row-gap: 30px;
}
.features-one__content .sec-title-two {
    padding-bottom: 31px;
}

.features-one__content-btn {
    position: relative;
    display: block;
    line-height: 0;
}

.features-one__content-btn .thm-btn {
    border-radius: 12px;
}

.features-one__content-btn .thm-btn:hover {
    color: var(--thm-black);
}

.features-one__content-btn .thm-btn::before {
    background-color: var(--thm-secondary);
}


.footer-one {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-gray-bg);
    z-index: 10;
}

.footer-main {
    position: relative;
    display: block;
    padding: 100px 0px 60px;
    z-index: 1;
}

.footer-one__img1 {
    position: absolute;
    top: 110px;
    left: 187px;
}
.icon-pin:before {
    content: "\e913";
}
.icon-telephone:before {
    content: "\e911";
}
.icon-email:before {
    content: "\e902";
}
.icon-problem-analysis:before {
    content: "\e927";
}
.icon-find-solutions:before {
    content: "\e92b";
}
.icon-build-develop:before {
    content: "\e929";
}
.footer-one__img2 {
    position: absolute;
    top: 80px;
    right: 165px;
}

.footer-main__inner {
    position: relative;
    display: block;
}

.footer-one__logo-box {
    position: relative;
    display: block;
}

.footer-one__logo-box a {
    position: relative;
    display: inline-block;
}

.footer-one__logo-box a img {
    width: auto;
}

.footer-one__big-title {
    position: relative;
    display: block;
    padding-top: 0px;
}

.footer-one__big-title h2 {
    font-size: 48px;
    line-height: 1.1em;
}

.footer-one__text-box {
    position: relative;
    display: block;
    padding-top: 28px;
}

.footer-one__text-box p {
    margin: 0;
}

.footer-one__socel-link {
    position: relative;
    display: block;
    padding-top: 32px;
}

.footer-one__socel-link ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-one__socel-link ul li {
    position: relative;
    display: block;
}

.footer-one__socel-link ul li+li {
    margin-left: 10px;
}

.footer-one__socel-link ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-black);
    font-size: 20px;
    font-weight: 700;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background: var(--thm-white);
    filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.06));
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.footer-one__socel-link ul li a:hover {
    background: transparent;
    color: var(--thm-white);
}

.footer-one__socel-link ul li a::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 0;
    background-color: var(--thm-primary);
    transform: scale(0.5);
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.footer-one__socel-link ul li:hover a::before {
    opacity: 1;
    border-radius: 50%;
    transform: scale(1);
}
footer-middle__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-main__inner.text-center {
    text-align: center;
}
.nt-footer-section {
    background-color: #F3F3F5;
    padding-top: 0px;
}
.nt-social-icons {
    text-align: center;
    margin-bottom: 0px;
}
.nt-footer-logo,.nt-footer-menu{
	display:none;
}
.nt-footer-bottom p {
    font-size: 16px;
    color: rgb(106, 106, 106);
}
.footer-one__text-box p{
	    font-size: 18px;
	line-height:1.5;
    color: rgb(106, 106, 106);
}
.nt-header-inner-section {
    background-color: #F3F3F5;
}
.nt-header-wrap nav ul li a {

    color: rgb(21, 21, 21);
} 
.nt-get-started-btn {
    padding: 13px 32px;
    border: 1px solid #151515;
    border-radius: 4px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    color: var(--light-color);
	background:#151515;
}
	.get-in-touch-one__form form input[type="text"], .get-in-touch-one__form form input[type="email"], .get-in-touch-one__form form textarea{
		box-sizing: border-box;
	}
@media (max-width: 768px) {
	.banner-one__content .sub-title h5{
		    font-size: 12px;
	}
	.banner-one__content .big-title h2 {
    font-size: 36px;
	}
	.banner-one {
    padding: 50px 0 0px;
	}
	.banner-one__shape1,.banner-one__shape3,.banner-one__shape2{
		display:none;
	}
	.banner-one__content .text p {
    font-size: 18px;
    line-height: 28px;
	}
.banner-one__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
	.banner-one__content {
    padding-top: 0px;
    padding-bottom: 50px;
}
	.banner-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    float: unset;
    margin-right: 0px;
}
	.banner-one__img-bg {
    position: absolute;
    bottom: -70px;
    left: unset;
    right: unset;
    margin: 0px 4%;
    width: 90%;
    height: 90%;
    border-radius: 50%;
	}
	.service-one {
    padding: 50px 0 50px;
	}
	.sec-title h2 {
    font-size: 32px !important;
	}
	.sec-title .sub-title h4 {
    font-size: 16px !important;
	}
.service-one .row {
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
	.service-one .row .col-xl-3.col-lg-6.col-md-6 {
    width: 90%;
}
	.about-one {
    padding: 50px 0px 50px;
	}
	.about-one .row {
    display: flex;
    column-gap: 20px;
    row-gap: 20px;
    flex-wrap: wrap;
}
	.about-one .row .col-xl-6 {
    width: 100%;
}
	.about-one__content-box {
    margin-top: 20px;
    margin-left: 0px;
}
	.about-one__overlay-box .outer-box .count-outer h2 {
    font-size: 36px;
    line-height: 1.2em;
}
	.about-one__overlay-box{
		    width: 100px;
    padding: 15px 20px 20px;
    z-index: 2;
	}
	.about-one__overlay-box .outer-box .title h4 {
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
}
	.about-one__img-box-inner {
    margin-right: 35px;
    margin-left: 25px;
}
	.about-one__overlay-icon-box1 {
    left: -15px;
    width: 80px;
    height: 80px;
	}
	.about-one__overlay-icon-box1 img{
		    width: 40px;
	}
	.about-one__overlay-icon-box2 {
    right: 0px;
    width: 90px;
    height: 90px;
	}
	.features-one,.working-process-one,.project-one,.get-in-touch-one{
		padding: 50px 0px 50px;
	}
	.features-one .row,.get-in-touch-one>.container>.row,.working-process-one .container .row {
    display: flex;
    align-items: center;
    column-gap: 20px;
    row-gap: 20px;
    flex-wrap: wrap;
}
	.sec-title {
    position: relative;
    display: block;
    margin-top: -8px;
    padding-bottom: 40px;
}
	.sec-title p {
    font-size: 18px;
    line-height: 1.5;
}
	.get-in-touch-one>.container>.row>.col-xl-6.col-lg-6 {
    width: 100%;
}
	.get-in-touch-one__form {
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
}
	.working-process-one__shape3,.working-process-one__shape4,.working-process-one__shape5,.working-process-one__shape1,.working-process-one__shape2{
		display:none;
	}
	.project-one__single .row {
    display: flex;
    flex-wrap: wrap;
}
	.project-one__single-content-box,.project-one__single-content-box--style2 {
        margin-left: 0px;
        margin-right: 0px;
        top: 0%;
        transform: unset;
        padding: 20px;
        width: 100% !important;
        box-sizing: border-box;
        max-width: 100%;
	}
	.project-one__single .row .col-xl-5 {
    width: 100%;
}
	.project-one__single-content-box .title-box h2 {
    font-size: 22px;
    line-height: 1.2em;
}
	.project-one__single-content-box .meta-box .meta-info {
    font-size: 14px;
}
	.footer-main {
    position: relative;
    display: block;
    padding: 50px 0px 30px;
	}
.footer-one__img2 {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 75px;
}
	.footer-one__big-title h2 {
    font-size: 32px;
    line-height: 1.2em;
}
	.footer-one__img1 {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 65px;
}
	.features-one__logo-single {
    width: 60px;
    height: 60px;
	}
	.features-one__logo-single img {
    width: 30px;
}
	.features-one__logo {
    position: relative;
    display: block;
    width: 350px;
    height: 300px;
	}
.features-one .row .col-xl-6:last-child {
    margin: 30px auto 0px;
}
	
	.features-one__logo-single.style7 {
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
	}
	.features-one__logo-single.style1,.features-one__logo-single.style5 {
    left: 80px;
}
	.features-one__logo-single.style2,.features-one__logo-single.style4 {
    right: 80px;
}
}
