@charset "utf-8";
/* CSS Document */ :root {
  --anybody: "Anybody", cursive;
  --lato: "Lato", sans-serif;
  --poppins: "Poppins", sans-serif;
  --roboto: "Roboto", sans-serif;
  --futura: "Futura Md BT";
  --blueColor: #093773;
  --redcolor: #da0808;
  --textColor: #2d2d2d;
  --whiteColor: #ffffff;
  --blackColor:#000000;
}
body {
  font-family: var(--futura);
  color: var(--textColor);
  font-size: 25px;
  font-weight: 400;
  line-height: 37px;
  letter-spacing: 0.25px;
}
/* Global Styling */
.container {
  max-width: 1690px;
}
img {
  max-width: 100%;
}
input, img, a, button {
  outline: none;
  box-shadow: none;
  transition: all 0.4s ease;
}
a {
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}
h1, h3, h4, h5 {
  font-family: var(--anybody);
}
h1 {
  font-size: 65px;
  font-weight: 700;
}
h2 {
  font-size: 37px;
  font-weight: 600;
}
h3 {
  font-size: 35px;
  font-weight: bold;
}
h5 {
  font-size: 20px;
  font-weight: 400;
}
h6 {
  font-size: 24px;
  font-weight: 500;
}
p {
  font-size: 17px;
  font-weight: 400;
  line-height: 31px;
  font-family: var(--poppins);
}

/*21Aug2024*/

.ws-product-successstory-block, .ws-product-successstory-block * {
    display: inline-block;
    width: 100%;
    font-size:15px;
}.ws-product-successstory-item {
    width: 50%;
}.ws-product-successstory-left {
    width: 260px;
    vertical-align: top;
}.ws-product-successstory-right {
    width: calc(100% - 260px);
    vertical-align: top;
    padding-left:5px;
    padding-right: 20px;
    text-align:left;
}.ws-product-successstory-row {
    padding: 10px;
    padding-top: 0;
    margin-bottom: 5px;
}.ws-product-story-title  {
    font-weight: 500;
    font-size: 24px;
    color: #0E1B51;
    display:inline-block;
    font-family: Inter;
}.ws-product-successstory-block {
    margin: 30px 0 80px;
}.ws-product-successstory-title {
   text-align: center;
    margin: 20px 0;
    font-weight: 500;
    font-size: 24px;
    color: #0E1B51;
    font-weight: 500;
    font-family: Inter;
}.ws-product-successstory-title > span  {
    font-weight: 500;
    font-size: 24px;
    color: #0E1B51;
    display:inline-block;
}.ws-product-successstory-body {
    display: flex;
    align-items: center;
}.ws-product-successstory-row.ws-product-successstory-desc {
    line-height: 22px;
}.ws-product-successstory-row.ws-product-successstory-loc {
    color: #888;
}.ws-m-block .ws-product-successstory-right {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
}.ws-s-block .ws-product-successstory-right {
    padding-right: 0;
}.ws-s-block .ws-product-successstory-item {
    width: 100%;
    margin-bottom: 15px;
}.ws-xs-block .ws-product-successstory-item {
    width: 260px;
    max-width:100%;
    margin-bottom: 15px;
    text-align:center;
}.ws-xs-block .ws-product-successstory-right {
    width: 100%;
    padding: 10px 0;
    text-align: left;
}
.ws-product-successstory-body .ws-product-successstory-item {
    display: flex;
    gap: 15px;
}

.ws-product-successstory-body .ws-product-successstory-item .ws-product-successstory-left img {
    height: 100%;
    object-fit: cover;
}

/*23Aug2024*/

.ws-bullets {
    display: flex;
    gap: 15px;
    text-align: center;
    margin-bottom: 50px;
}
.ws-bullets .ws-bullet-brick .imageBlock {
    width: 100%;
    max-width: 320px;
    height: 240px;
    border-radius: 3px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08), 0 2px 8px 0 rgba(0, 0, 0, 0.08);
    margin: 0 auto 15px;
}
.ws-bullets .ws-bullet-brick  h3 {
    font-size: 23px;
    font-weight: 400;
}
.ws-bullets .ws-bullet-brick p {
    max-width: 350px;
    margin: auto;
    font-size: 14px;
    line-height: normal;
}
.ws-bullets .ws-bullet-brick {
    flex: auto;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    width: auto;
    margin: 0;
    background: #fff;
    border: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
   
    color: #0057ff;
    z-index: 2;
    border-bottom-color: #e10000;
    border-bottom: 1px solid;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs .panel .preset-wrapper h2 {
    font-size: 22px;
    font-weight: 200;
    margin-bottom: 25px;
    position: relative;
}
div#tab-specs .ws-spec {
    display: flex;
    align-items: center;
}
div#tab-specs .ws-spec {
    display: grid;
    grid-template-columns: 240px auto;
    grid-column-gap: 24px;
    align-items: start;
    padding-bottom: 24px;
}
div#tab-specs .ws-spec span.ws-spec-key {
    font-weight: 700;
    font-size: 18px;
    color: #0E1B51;
}

div#tab-specs .ws-spec span.ws-spec-value span {
    font-size: 16px;
    color: #2C3145;
    display: block;
    padding-bottom: 0;
}

.ws-cloud-wrapper h3 {
    color: #0E1B51;
    font-size: 24px;
    font-weight: 500;

}

    .wsu p {
    color: #1a1a1a;
    font-size: 16px;
}

.wk-changelog-container {
    font-family: Monaco,Courier New,monospace;
    background: #FFFFFF;
    border: solid 1px #FFEEEE;
}

.wk-changelog-head {
    display: inline-block;
    width: 100%;
    padding: 10px;
    font-weight: 600;
}

.wk-changelog-title-label {
    display: block;
    position: relative;
    background: #FBFBFB;
    padding: 0;
    width: 100%;
    text-align: left;
    z-index: 3;
    margin: 0;
}

.wk-changelog-title-label:before {
    background-image: linear-gradient(90deg,#AFB3CA 50%,transparent 50%);
    background-size: 7px 2px;
    background-repeat: repeat-x;
    position: absolute;
    height: 30px;
    z-index: 1;
    top: 15px;
    left: 0;
    right: 0;
    content: " ";
}

.wk-changelog-title-label span {
    background: #FBFBFB;
    position: relative;
    z-index: 7;
    padding: 0 10px;
    color: #388E3C;
}

* {
    box-sizing: border-box;
    font-size: 14px;
    word-wrap: break-word;
}

.ws-tab-panel ul>li {
    padding: 4px;
}

.wk-changelog-block {
    display: block;
    width: 100%;
}


.ws-showcase-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, 210px);
    justify-content: center;
    grid-gap: 30px;
}

.wk-changelog-container .wk-changelog-head ul {
    list-style: none;
    padding: 0;
}

.wk-changelog-container .wk-changelog-block .wk-changelog-content ul {
    padding: 0 13px;
    list-style: none;
}
.wk-changelog-container .wk-changelog-block .wk-changelog-content ul li {
    font-size: 14px;
    color: #000;
}
.wk-changelog-container .wk-changelog-head ul li {
    font-size: 14px!important;
    font-weight: 600!important;
    color: #000!important;
}
html body .ws-cloud-wrapper h4 {
    font-size: 20px!important;
    font-weight: 400!important;
}

.ws-cloud-wrapper ul li {
    font-size: 14px!important;
    color: #000!important;
}
.ws-cloud-wrapper ul {
    list-style-image: url("https://store.webkul.com/skin/frontend/webkul/sky/productpagedesign/images/icon-check.svg");
}

.ws-cloud-wrapper a.ws-btn.ws-btn-md {
    font-weight: 700;
    min-width: 100px;
    text-align: center;
    background-color: #2149f3;
    color: #fff !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .27), 0 12px 26px 0 rgba(0, 0, 0, .2);
    border-radius: 4px;
    padding: 12px 15px 13px 15px;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    transition: .2s ease-in-out;
    text-transform: uppercase;
    text-decoration: none;
    margin: 25px 0;
}
.ws-cloud-wrapper p a {
    font-weight: 700;
}
.preset .main-wrapper {
    padding: 15px 0;
    border: 1px solid #ddd;
    border-right: 0;
    border-left: 0;
}
.preset .main-wrapper .preset-wrapper strong {
    font-size: 21px;
    font-weight: 500;
}

.preset .main-wrapper .preset-wrapper {
    font-size: 17px;
}

.preset .main-wrapper .preset-wrapper i:before {
    content: '';
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    background-image: url(https://store.webkul.com/skin/frontend/webkul/sky/images/ws-sprite.svg?1);
    background-position: -96px -95px;
    opacity: 0.4;
    left: -36px;
    top: -16px;
}
.preset .main-wrapper .preset-wrapper strong {
    font-size: 21px;
    font-weight: 500;
    color: #0E1B51;
}
.preset .main-wrapper .preset-wrapper i {
    position: relative;
}

.preset-wrapper h2:first-child:after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(https://store.webkul.com/skin/frontend/webkul/sky/images/ws-sprite.svg?1);
    background-position: -72px -95px;
    position: absolute;
    right: 24px;
    top: 50%;
    margin-top: -12px;
    /* transform: rotateX(180deg); */
}

.main-class {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
div#tab-description .preset-wrapper {
    float: left;
    width: 100%;
   
}

div#tab-description .preset-wrapper h2 strong {
    font-size: 22px;
}

div#tab-description .preset-wrapper h2 {
    padding: 25px 0;
    margin: 0;
    border-top: 1px solid #ddd;
    font-size: 22px;
}

/*div#tab-description .preset-wrapper .activeAccording::after {
    transform: rotateX(0deg);
}*/

div#tab-description .preset-wrapper .activeAccording::after {
    transform: rotateX(-180deg);
}













.heading_decoration-underline {
  padding: 0;
  width: 235px;
  height: 2px;
  flex-shrink: 0;
  border: 0;
  background: rgba(218, 8, 8, 1);
  margin: auto;
}
.common-btn {
  text-decoration: none;
  background: var(--redcolor);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 7px;
  font-weight: 500;
  border: 1px solid transparent;
}
/* common-slider dots style start */
ul.slick-dots li {
  margin: 0 3px;
  width: 16px;
  height: 16px;
}
ul.slick-dots li button {
  background: transparent;
  padding: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  margin: 0;
  border: 1px solid #fff;
  transition: all 0.5s;
}
ul.slick-dots li button::before {
  display: none;
}






.new-popup-initial {
    background-color: #fff;
    padding: 45px 25px 35px;
    border-radius: 18px;
    margin-top: -120px;
    box-shadow: 0 2px 48px rgba(0,0,0,.12);
}
.new-popup-initial .new-form-start {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 12px;
}

.new-popup-initial .new-form-start .phone_wrap.fields {
    display: flex;
    align-items: center;
	gap:12px;
} 
.new-popup-initial .new-form-start .fields input, .new-popup-initial .new-form-start .fields select {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    width: 100%;
    min-height: 40px;
	outline:unset;
	padding:0 10px;
}
.new-popup-initial .new-form-start .fields.message {
    grid-column: span 2;
}
.new-popup-initial .new-form-start .fields.message textarea {
    width: 100%;
    border-radius: 0;
    border: 0;
    height: 70px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}
.new-popup-initial .new-form-start .attachment.fields {
    grid-column: span 2;
    position: relative;
}
.new-popup-initial .new-form-start .attachment.fields input {
    opacity: 0;
}

.new-popup-initial .new-form-start .attachment.fields label {
    background-color: #f3f3f3;
    border: 2px dashed #ddd;
    position: static;
    width: 100%;
    text-align: center;
    padding: 8px;
}
.new-popup-initial .new-form-start .attachment.fields span.wpcf7-form-control-wrap {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}
.new-popup-initial .new-form-start .aggrement.fields {
    grid-column: span 2;
}
.new-popup-initial .new-form-start .aggrement.fields label {
    display: flex;
    align-items: center;
    width: 100%;
}
.new-popup-initial .new-form-start .aggrement.fields span.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}
.new-popup-initial .new-form-start .aggrement.fields span {
    width: 100%;
    display: block;
    margin: 0;
}
.new-popup-initial .new-form-start .aggrement.fields label {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: row-reverse;
}
.new-popup-initial .new-form-start .aggrement.fields label input[type="checkbox"] {
    min-height: unset;
    width: auto;
    margin: 0 15px 0 0;
}
.request-a-call {
    width: 100%;
    display: block;
    max-width: 100%;
    grid-column: 2;
}
.request-a-call input {
    background: #ffa957;
    background: -moz-linear-gradient(left, #ffa957 0, #ff903b 56%);
    background: -webkit-linear-gradient(left, #ffa957 0, #ff903b 56%);
    background: linear-gradient(to right, #ffa957 0, #ff903b 56%);
    min-width: 250px;
    padding: 15px 10px;
    font-size: 18px;
    border-radius: 40px;
    color: #fff;
    font-weight: 500;
    border: 0;
    float: right;
    width: 100%;
    margin: 0;
    max-width: max-content;
}

.new-popup-initial .new-form-start .fields select {
    appearance: none;
}

.dropdown:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 0;
    content: "\f078" !important;
    font-weight: 600;
    font-family: 'Font Awesome 5 Free' !important;
    font-size: 16px;
    color: #585757;
    display: flex;
    justify-content: center;
    align-items: center;
	pointer-events: none;
}
.new-popup-initial h3 {
    margin: 0 0 25px;
}





.bannerSection ul.slick-dots li.slick-active button {
  background: rgba(255, 255, 255, 1);
}
/* common-slider dots style end */
/* Header style*/
header {
  padding: 10px 0;
  z-index: 9;
}
.mainHeader.stickyHeader {
  background: #062d60;
  position: fixed !important;
  top: 0 !important;
  padding: 5px 0;
}
.header-btn {
  color: #fff;
  border: 1px solid #fff;
  font-size: 14px;
  font-family: var(--poppins);
  min-width: 159px;
  border-radius: 50px;
}
.header-btn:hover {
  background: var(--redcolor);
  border-color: var(--redcolor);
}
header.mainHeader .collapse ul.navbar-nav > li {
  margin-left: 65px;
}
#navbarSupportedContent ul li a {
  font-size: 14px;
  font-weight: 600;
  font-family: var(--poppins);
  padding: 5px 0;
  color: #fff;
  position: relative;
}
#navbarSupportedContent ul li a::after {
  position: absolute;
  content: "";
  background: var(--redcolor);
  width: 100%;
  height: 2px;
  left: 0;
  transform: translateY(5px);
  transition: 0.6s;
  opacity: 0;
  bottom: 0px;
}
#navbarSupportedContent ul li a:hover::after, #navbarSupportedContent ul li.current-menu-item a::after {
  transform: translateY(0px);
  opacity: 1;
}
#navbarSupportedContent ul li a:hover, #navbarSupportedContent ul li.current-menu-item a {
  color: var(--redcolor);
}
/* Banner */
.bannerSection {
  background: url("../image/banner01.jpg") top center no-repeat;
  min-height: 800px;
  padding: 150px 0 130px;
  background-size: cover;
  position: relative;
}
.banner-flex-content {
  width: 100%;
  max-width: 50%;
  padding-right: 65px;
  padding-left: 4px;
}
.banner-flex-img {
  width: 100%;
  max-width: 50%;
}
.banner-flex-img img {
  width: 600px;
  margin: 0 0 0 auto;
  height: 500px;
  object-fit: contain;
}
.banner-flex-content .common-btn {
  font-size: 16px;
  width: 100%;
  min-height: 50px;
  max-width: 230px;
  margin: 20px 0 0;
  border-radius: 50px;
}
.banner-flex-content * {
  color: #fff;
}
.banner-flex-content h1 {
  margin: 0 0 15px;
}
.banner-flex-content p {
  margin: 0 0 23px;
  font-weight: 500;
}
.banner-flex-content p br {
  display: none;
}
.banner-flex-content .common-btn:hover {
  background: transparent;
  color: var(--redcolor);
  border-color: var(--redcolor);
}
.bannerSection .cstm-slider-banner {
  margin: 0;
}
.bannerSection .cstm-slider-banner ul.slick-dots {
  position: absolute;
  bottom: -40px;
  z-index: 2;
}
.bannerSection .svg-shape {
  position: absolute;
  bottom: -3px;
  width: 100%;
}
.react_native {
  position: relative;
  z-index: 4;
}
/* our-global style */
.our-global-sec {
  padding: 25px 0 85px;
  overflow: hidden;
}
.our-global-sec .our-global-flex {
  justify-content: space-between;
}
.single-case_studies .banner-text h1 {
  text-align: center;
  color: #fff;
}
.our-global-sec .our-global-flex .slick-slide .our-global-box {
  width: 100%;
  max-width: 254px;
  text-align: center;
  display: flex;
  align-items: center;
  border-radius: 5px;
  box-shadow: 0px 0px 12px 1px rgba(214, 214, 214, 0.69);
  margin: 10px 0;
  height: 90px;
  justify-content: center;
  transition: all 0.5s;
}
.our-global-sec .our-global-flex .slick-slide .our-global-box:hover {
  transform: scale(1.07);
  transition: all 0.5s;
}
/* gateway section style */
.header-sec-common {
  text-align: center;
}
.header-sec-common h5 {
  padding: 0 0 30px;
  position: relative;
}
.header-sec-common h5::after {
  position: absolute;
  content: "";
  background: var(--redcolor);
  width: 100%;
  height: 2px;
  left: 50%;
  bottom: 12px;
  max-width: 236px;
  transform: translateX(-50%);
}
.gateway-flex {
  padding: 45px 0 0;
  align-content: stretch;
}
.gateway-flex > div {
  width: 100%;
  max-width: 48%;
  max-height: 490px;
}
.gateway-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gateway-content h2 {
  margin: 0 0 20px;
  color: var(--blueColor);
  max-width: 800px;
}
.gateway-content p {
  margin: 0 0 45px;
  max-width: 890px;
}
.gateway-content p > a {
  color: #000;
  font-family: var(--poppins);
  margin-top: 25px;
}
.gateway-content p > a span {
  width: 54px;
  height: 54px;
  background: var(--redcolor);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 15px;
  transform: translateX(0px);
  transition: all 0.5s;
}
.gateway-content p > a:hover span {
  transform: translateX(10px);
  transition: all 0.5s;
}
.gateway-sec .gateway-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.80);
  z-index: 1;
}
.gateway-sec .gateway-content {
  position: relative;
  padding: 0px 45px 0 0;
  max-width: 60%;
}
.gateway-sec .gateway-content * {
  z-index: 1;
  position: relative;
}
.gateway-content > a {
  font-size: 21px;
  color: #000;
  font-family: var(--poppins);
}
.gateway-content > a span {
  width: 54px;
  height: 54px;
  background: var(--redcolor);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 15px;
}
.gateway-content > a:hover span {
  transform: translateX(10px);
  transition: all 0.5s;
}
.gateway-content a span i {
  font-weight: 900;
  color: #fff;
  font-size: 23px;
}
.gateway-num {
  margin: 45px 0 0;
  justify-content: space-between;
}
.gateway-num > div {
  width: 100%;
  max-width: 24%;
  text-align: center;
  font-size: 40px;
  color: var(--blueColor);
  font-weight: bold;
}
.gateway-num > div span {
  display: block;
  font-size: 17px;
  font-weight: 400;
  line-height: initial;
  margin: 12px 0 0;
  color: var(--textColor);
}
.gateway-sec {
  padding: 0 0 80px;
}
/* our-section-style*/
section.our_services {
  padding: 15px 0 30px;
  background: var(--whiteColor);
}
section.our_services h5 {
  padding-bottom: 10px;
}
section.our_services h3 {
  padding-top: 10px;
}
section.our_services .our_service_tabs {
  padding: 95px 15px 70px;
  background: #fff;
}
section.our_services .our_service_bar {
  margin-bottom: 95px;
}
section.our_services .our_service_tabs .nav-tabs {
  border: 0;
  justify-content: center;
  margin-bottom: 55px;
}
.our_service_tabs .nav-item {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 300px;
  width: 100%;
}
.our_service_tabs .nav-item a {
  color: #000;
  text-align: center;
  box-shadow: none;
  border: 0px;
  border-color: red;
}
.our_service_tabs .nav-item a.active, .our_service_tabs .nav-item a:hover, .our_service_tabs .nav-item a:focus {
  border: 0px;
  border-bottom: 2px solid red;
}
section.our_services .our_service_tabs .our_service .our_services_tab_wrapper {
  max-width: 31.4%;
  text-align: center;
}
section.our_services .our_service_tabs .our_service .our_services_tab_wrapper:nth-child(2) {
  margin: 0 50px;
  border-radius: 10px;
}
section.our_services .our_service_tabs .our_service .our_services_tab_wrapper img {
  width: 100%;
  height: 250px;
  border-radius: 15px;
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
section.our_services .our_service_tabs .our_service .our_services_tab_wrapper span {
  margin-top: 15px;
  color: #000;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: 197%;
  letter-spacing: 0.27px;
  display: block;
}
section.our_services .our_service_tabs .our_service .our_services_tab_wrapper p {
  color: var(--textColor);
  font-weight: 400;
  letter-spacing: 0.22px;
}
section.sec_technologies h5.text-center {
  padding-bottom: 13px;
}
section.sec_technologies .tachnologies_tabs {
  margin-top: 40px;
}
section.sec_technologies h3.text-center {
  margin-top: 12px;
}
section.sec_technologies .tachnologies_tabs .tab {
  margin: 0 auto;
  border-bottom: 2px solid #dcdcdc;
  max-width: 1550px;
}
section.sec_technologies .tachnologies_tabs button {
  padding-bottom: 18px;
  max-width: 310px;
  width: 100%;
  color: #dcdcdc;
  font-size: 23px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.46px;
}
section.sec_technologies .tachnologies_tabs .tab button.active {
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.46px;
  width: 100%;
  border-bottom: 2px solid rgba(218, 8, 8, 1) !important;
  color: #da0808;
}
section.sec_technologies .tachnologies_tabs .tabcontent_tachnologies-inner {
  padding-top: 45px;
}
section.sec_technologies .tachnologies_tabs .tachnologies-inner_content p.front_end_first {
  color: var(--textColor);
  text-align: justify;
  margin-bottom: 25px;
  margin-bottom: 35px;
}
section.sec_technologies .tachnologies_tabs .tachnologies-inner_content p:last-child {
  margin-bottom: 0px;
}
section.sec_technologies .tachnologies_tabs .tabcontent_tachnologies-inner div#Paris {
  max-width: 47%;
  text-align: justify;
}
section.sec_technologies .tachnologies_tabs .tabcontent_tachnologies-inner div#London {
  max-width: 48%;
}
section.sec_technologies {
  margin-bottom: 130px;
}
section.be-in-trend_technologies {
  padding: 45px 0 50px;
  box-shadow: 0px 8px 34px 0px rgba(173, 173, 173, 0.25);
}
section.be-in-trend_technologies h5 {
  padding-bottom: 12px;
}
section.be-in-trend_technologies h3 {
  padding-top: 12px;
}
section.be-in-trend_technologies .container {
  width: 100%;
}
section.be-in-trend_technologies .be-in-trend_technologies-image-wrpper {
  margin-top: 50px;
  display: flex;
  background-image: url(../image/blog_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 550px;
  padding: 0;
  border-radius: 40px;
  overflow: hidden;
}
section.be-in-trend_technologies .be-in-trend_technologies-image-wrpper::before {
  background: rgba(28, 47, 83, 0.54);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
section.be-in-trend_technologies .be-in-trend_technologies-image-wrpper .be-in-trend-img-inner-content {
  max-width: calc(100% / 3);
  justify-content: flex-end;
  display: flex;
  width: 100%;
  flex-direction: column;
  transition: all 0.5s;
  overflow: hidden;
  position: relative;
}
section.be-in-trend_technologies .be-in-trend_technologies-image-wrpper .be-in-trend-img-inner-content:hover {
  transition: all 0.5s;
}
section.be-in-trend_technologies .be-in-trend_technologies-image-wrpper .be-in-trend-img-inner-content::after {
  background: linear-gradient(0deg, #BEBEBE 0%, #BEBEBE 100%), linear-gradient(0deg, #BEBEBE 0%, #BEBEBE 100%), #BEBEBE;
  width: 1px;
  height: 100%;
  content: "";
  position: absolute;
  right: 0px;
  z-index: 2;
}
section.be-in-trend_technologies .be-in-trend_technologies-image-wrpper .be-in-trend-img-inner-content:hover {
  justify-content: center;
  transition: all 0.5s;
}
section.be-in-trend_technologies .be-in-trend_technologies-image-wrpper .be-in-trend-img-inner-content .content-hover {
  opacity: 0;
  transform: translateY(100%);
  transition: all 1s;
  height: 0px;
}
section.be-in-trend_technologies .be-in-trend_technologies-image-wrpper .be-in-trend-img-inner-content:hover .content-hover {
  opacity: 1;
  transform: translateY(0%);
  transition: all 1s;
  height: auto;
}
section.be-in-trend_technologies .be-in-trend_technologies-image-wrpper .be-in-trend-img-inner-content:hover .be-in_trend_inner_parent_bg > h2:first-child {
  display: none;
}
section.be-in-trend_technologies .be-in-trend_technologies-image-wrpper .be-in-trend-img-inner-content:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 27, 63, 0.80) 0%, rgba(0, 21, 49, 0.80) 100%);
  backdrop-filter: blur(5px);
}
section.be-in-trend_technologies .be-in-trend-img-inner-content h2 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 25px;
  font-size: 30px;
}
section.be-in-trend_technologies .be-in-trend_technologies-image-wrpper .be-in-trend-img-inner-content:last-child::after {
  display: none;
}
section.be-in-trend_technologies .be-in-trend_technologies-image-wrpper .be-in-trend-img-inner-content .be-in_trend_inner_parent_bg {
  padding: 35px;
  z-index: 1;
}
section.be-in-trend_technologies .be-in-trend_technologies-image-wrpper .be-in-trend-img-inner-content ul {
  color: #fff;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 300px;
  padding-left: 25px;
}
section.be-in-trend_technologies .be-in-trend_technologies-image-wrpper .be-in-trend-img-inner-content .be-in-trend_read_more {
  margin-top: 25px;
}
section.be-in-trend_technologies .be-in-trend_technologies-image-wrpper .be-in-trend-img-inner-content .be-in-trend_read_more span {
  color: #fff;
  font-weight: 500;
  display: block;
  font-size: 17px;
}
section.be-in-trend_technologies .be-in-trend_technologies-image-wrpper .be-in-trend-img-inner-content .be-in-trend_read_more .be-in-trend_read_more-btns {
  margin-left: auto;
  max-width: 200px;
  padding-top: 30px;
  margin-right: 0;
  width: 100%;
  text-align: right;
}
section.be-in-trend_technologies .be-in-trend_technologies-image-wrpper .be-in-trend-img-inner-content .be-in-trend_read_more .be-in-trend_read_more-btns .arrow {
  width: 50px;
  height: 50px;
  background: rgba(218, 8, 8, 1);
  display: inline-flex;
  border-radius: 50px;
  justify-content: center;
  color: #fff;
  align-items: center;
  transition: all 0.4s;
}
section.be-in-trend_technologies .be-in-trend_technologies-image-wrpper .be-in-trend-img-inner-content .be-in-trend_read_more .be-in-trend_read_more-btns:hover .arrow {
  transform: translateX(10px);
  transition: all 0.4s;
}
section.be-in-trend_technologies .be-in-trend_technologies-image-wrpper .be-in-trend-img-inner-content .be-in-trend_read_more .be-in-trend_read_more-btns a.button {
  color: #fff;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.2px;
  font-family: var(--poppins);
}
section.be-in-trend_technologies .be-in-trend-bg-text {
  width: 75%;
  text-align: left;
  left: auto;
  right: 0;
  bottom: 14%;
  margin-left: auto;
  max-width: 70%;
}
section.be-in-trend_technologies .be-in-trend-bg-text .be-in-trend-bg-text-inner {
  display: flex;
  grid-column-gap: 80px;
}
section.be-in-trend_technologies .be-in-trend-bg-text .be-in-trend-bg-text-inner span {
  max-width: calc(100% / 3 - 80px);
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: normal;
}
section.talk_to_us .talk_to_us-form .talk_to_us-fomt-inner span {
  color: #000;
  font-size: 31px;
  font-family: var(--anybody);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.24px;
  margin-bottom: 45px;
  display: block;
}
section.talk_to_us .talk_to_us-form .talk_to_us-fomt-inner .talk_t_oform-values .talk_to_form-flex p span {
  margin-bottom: 0px;
}
section.talk_to_us .talk_to_us-form .talk_to_us-fomt-inner {
  max-width: 90%;
}
section.talk_to_us .talk_to_us-form .talk_to_us-fomt-inner .talk_t_oform-values {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.talk_to_us .talk_to_us-form .talk_to_us-fomt-inner .talk_t_oform-values .talk_to_form-flex {
  max-width: 48%;
  width: 100%;
  margin-bottom: 28px;
}
section.talk_to_us {
  background: #fff;
  box-shadow: 0px 1px 33px 0px rgba(224, 224, 224, 0.25);
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 45px 0;
}
section.talk_to_us .talk_to_us-form .talk_to_us-fomt-inner .talk_t_oform-values input {
  width: 100%;
}
section.talk_to_us .talk_to_us-form .talk_to_us-fomt-inner .talk_t_oform-values input {
  width: 100%;
  border: 1px solid transparent;
  padding: 17px 20px 17px 20px;
  border-radius: 5px;
  background: #f8f8f8;
  color: #848484;
  font-size: 17px;
  font-weight: 400;
  line-height: normal;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  font-family: var(--futura);
}
section.talk_to_us .talk_to_us-form .talk_to_us-fomt-inner .talk-to-text-area #textarea {
  width: 100%;
  padding: 25px;
  border-radius: 5px;
  background: #f8f8f8;
  color: #848484;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: none;
  font-family: var(--futura);
  outline: none;
  resize: none;
  height: 115px;
}
section.talk_to_us .talk_to_us-form .talk_to_us-fomt-inner .talk-to-text-area #textarea::placeholder {
  font-family: var(--futura);
}
section.talk_to_us .talk-to-text-area-btn-wrapper {
  margin-top: 34px;
  position: relative;
}
section.talk_to_us .talk-to-text-area-btn-wrapper span.wpcf7-spinner {
  left: 50px;
  bottom: 10px;
  position: absolute;
  font-size: 20px;
}
section.talk_to_us .talk-to-text-area-btn-wrapper .text-area-btn-wrapper p {
  max-width: 280px;
  display: flex;
  align-items: center;
  gap: 10px;
}
section.talk_to_us .talk-to-text-area-btn-wrapper .text-area-btn-wrapper span {
  color: #000;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  line-height: normal;
  padding-left: 4px;
}
section.talk_to_us .talk-to-text-area-btn-wrapper .text-area-btn a:hover {
  background: transparent;
  color: var(--redcolor);
  border: 1px solid var(--redcolor);
  transition: all 0.4s;
}
section.talk_to_us .talk-to-text-area-btn-wrapper .text-area-btn a {
  border-radius: 4px;
  background: var(--redcolor);
  width: 150px;
  height: 46px;
  color: #fff;
  font-size: 20px;
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
section.talk_to_us .talk-to-text-area-btn-wrapper .text-area-btn-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 23px;
}
section.talk_to_us .talk-to-text-area-btn-wrapper img {
  height: 15px;
  width: 15px;
  object-fit: cover;
}
section.talk_to_us .talk-to-text-area-btn-wrapper .text-area-btn-wrapper span {
  position: relative;
  padding: 0;
  cursor: pointer;
}
section.talk_to_us .talk-to-text-area-btn-wrapper .text-area-btn-wrapper span.wpcf7-form-control-wrap input {
  appearance: none;
  -webkit-appearance: none;
  margin-left: 35px;
}
section.talk_to_us .talk-to-text-area-btn-wrapper .text-area-btn-wrapper span.wpcf7-form-control-wrap::before {
  content: "";
  background: #FFF;
  position: absolute;
  left: 55px;
  top: -7px;
  width: 60px;
  height: 40px;
  border: 1px solid #FFF;
}
section.talk_to_us .talk-to-text-area-btn-wrapper .text-area-btn-wrapper span.wpcf7-form-control-wrap::after {
  content: 'Choose File';
  width: 100%;
  position: absolute;
  max-width: 130px;
  left: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -7px;
  color: #FFF;
  text-decoration: noe;
  font-size: 14px;
  pointer-events: none;
  cursor: pointer;
  padding: 10px;
  background: var(--blueColor);
  border-radius: 50px;
}
@-moz-document url-prefix() {
  section.talk_to_us .talk-to-text-area-btn-wrapper .text-area-btn-wrapper span.wpcf7-form-control-wrap input {
    margin-left: 56px;
  }
}
section.testmonial {
  box-shadow: 0px 1px 33px 0px rgba(224, 224, 224, 0.25);
  padding: 140px 0 170px;
}
section.testmonial {
  background: #fff;
  box-shadow: 0px 1px 33px 0px rgba(224, 224, 224, 0.25);
  padding: 45px 0;
  overflow: hidden;
}
section.testmonial h5 {
  margin-bottom: 13px;
}
section.testmonial h3 {
  margin-top: 12px;
  text-align: center;
}
section.testmonial .row .slik-tesmonial {
  display: flex;
  align-items: center;
  grid-column-gap: 40px;
  max-width: 70%;
  margin: 50px auto 0;
  position: relative;
  justify-content: space-between;
}
section.testmonial .row .slik-tesmonial .slikslider {
  max-width: 80%;
  text-align: center;
  min-height: 460px;
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 80%;
}
section.testmonial .row .slik-tesmonial .popup-trigger {
  flex: 0 0 20%;
  width: 100%;
}
section.testmonial .row .slik-tesmonial iframe {
  border-radius: 50%;
  width: 400px;
  height: 400px;
}
section.testmonial .row .slik-tesmonial .popup-container + .slikslider {
  max-width: calc(100% - 400px);
  text-align: left;
  align-items: flex-start;
}
.entry-content br {
  display: none;
}
section.testmonial .row .slik-tesmonial .slikslider p {
  color: var(--textColor);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0.4px;
  text-align: left;
}
section.testmonial .row .slik-tesmonial .slikslider img {
  border-radius: 50%;
}
section.testmonial .row .slik-tesmonial .slikslider p + span {
  font-size: 18px;
  font-family: var(--poppins);
  font-weight: 600;
  letter-spacing: 0.21px;
  margin-top: 20px;
  display: block;
  width: 100%;
  text-align: left;
}
section.testmonial .testmonial-slider {
  position: relative;
}
section.testmonial .testmonial-slider ul.slick-dots {
  right: 0px !important;
  left: auto;
  height: auto;
  top: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(-50%);
  max-width: 20px;
  bottom: auto;
}
section.testmonial .testmonial-slider .slick-arrow.slick-prev {
  gap: 10px;
  left: 100px;
  flex-direction: row-reverse;
  display: flex;
  align-items: center;
  z-index: 1;
}
section.testmonial .testmonial-slider .slick-arrow.slick-prev::before {
  display: none;
}
section.testmonial .testmonial-slider .slick-arrow.slick-prev:after, section.testmonial .testmonial-slider .slick-arrow.slick-next:before {
  content: "\f060";
  font-weight: 800;
  font-family: "Font Awesome 6 Free";
  font-size: 25px;
  color: rgba(218, 8, 8, 1);
}
section.testmonial .testmonial-slider .slick-arrow.slick-next:before {
  transform: rotate(-180deg);
}
section.testmonial li {
  border-radius: 10px;
  background: #d9d9d9;
}
section.testmonial .testmonial-slider ul.slick-dots li {
  margin: 7px 0;
  width: 10px;
  height: 10px;
  transition: all 0.2s;
}
section.testmonial .testmonial-slider ul.slick-dots .slick-active {
  background: var(--redcolor);
  transition: all 0.2s;
  transform: scale(1.4);
}
section.testmonial .testmonial-slider .slick-arrow {
  font-size: 14px;
  font-family: var(--poppins);
  color: #000;
}
section.testmonial .testmonial-slider ul.slick-dots li > button {
  border: transparent;
  width: 10px;
  height: 10px;
}
section.testmonial .testmonial-slider ul.slick-dots .slick-active button {
  width: 15px;
  height: 15px;
}
section.testmonial .testmonial-slider .slick-arrow {
  font-size: 18px;
  font-family: var(--poppins);
  color: #000;
  right: 100px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
}
footer .row {
  padding: 39px 0 34px;
  display: flex;
  justify-content: space-between;
}
.footer_top_row {
  background: rgba(0, 11, 26);
}
footer .row .footer-first-content {
  max-width: 56%;
}
footer .row .footer_ready_to_engage {
  max-width: 28%;
  text-align: center;
}
footer .row .footer-first-content h5 {
  color: #fff;
  font-size: 29px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.29px;
  margin-bottom: 10px;
}
footer .row .footer_ready_to_engage a.common-btn {
  max-width: 237px;
  height: 54px;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
footer .row .footer-first-content p {
  color: #88a1d6;
  font-size: 18px;
  line-height: 31px;
}
footer .row .footer-first-content p span, footer .row .footer-first-content p a {
  color: rgba(48, 164, 221, 1);
}
footer .row .footer-first-content p a:hover {
  color: var(--redcolor);
}
footer .row .footer_ready_to_engage h6 {
  color: #fff;
  font-family: var(--anybody);
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.24px;
  margin-bottom: 26px;
  font-weight: 600;
}
footer .row .footer_ready_to_engage a.common-btn {
  max-width: 237px;
  height: 50px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.5s;
  border-radius: 50px;
  text-transform: uppercase;
}
footer .row .footer_ready_to_engage a.common-btn:hover {
  border: 1px solid var(--redcolor);
  background: transparent;
  color: var(--redcolor);
}
footer .row_links {
  padding: 30px 0 50px;
  display: flex;
  justify-content: space-between;
}
.footer-backgrond-sec {
  background: rgba(9, 55, 115);
  background-image: url(https://www.cssoftsolutions.com/wp-content/uploads/2023/07/Group-1608.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
footer .row_links .footer_wraaper_parent:first-child {
  max-width: 16%;
}
footer .row_links .footer_wraaper_parent ul:first-child {
  padding: 0;
}
footer .row_links .footer_wraaper_parent ul span, footer .row_links .footer_wraaper_parent span:first-child {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2px;
  display: block;
  margin-bottom: 10px;
}
footer .row_links .footer_wraaper_parent ul {
  list-style: none;
}
footer .row_links .footer_wraaper_parent ul li {
  color: #88a1d6;
  font-size: 15px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 15px;
}
footer .row_links .footer_wraaper_parent ul li label {
  color: #fff;
  margin-bottom: 5px;
}
footer .row_links .footer_wraaper_parent ul li a {
  text-decoration: none;
  margin-top: 16px;
  color: #88a1d6;
}
footer .row_links .footer_wraaper_parent ul li a:hover {
  color: var(--whiteColor)
}
footer .footer_copyright_area .footer_copyright_area_content p {
  color: #88a1d6;
  font-size: 15px;
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer_copyright_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_copyright_area .footer_copyright-area_inks {
  max-width: 50%;
  width: 100%;
  text-align: end;
}
.footer_copyright_area .footer_copyright-area_inks ul {
  padding: 0;
  display: inline-flex;
  justify-content: space-between;
  list-style: none;
}
.footer_copyright_area .footer_copyright-area_inks ul li {
  margin-right: 50px;
  color: #88a1d6;
  font-size: 15px;
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer_copyright_area .footer_copyright-area_inks ul li:last-child {
  margin: 0;
}
.footer_copyright_area .footer_copyright-area_inks ul li a {
  color: #88a1d6;
  display: block;
}
.footer_copyright_area .footer_copyright-area_inks ul li a:hover {
  color: var(--redcolor)
}
footer .footer_social_icons ul {
  margin: 0;
}
footer .footer_social_icons ul li a {
  background: #fff;
  height: 100%;
  width: 100%;
  border-radius: 50px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
footer .footer_social_icons ul li a:hover {
  transform: scale(1.17);
  transition: all 0.5s;
}
footer .footer_social_icons ul li a i {
  font-size: 20px;
  color: rgba(218, 8, 8, 1);
}
footer .footer_social_icons ul li a {
  margin-top: 0 !important;
}
footer .footer_social_icons ul li {
  height: 50px;
  width: 50px;
  margin: 0;
  margin-right: 15px;
  border-radius: 50px;
  position: relative;
  margin-bottom: 0;
}
footer .row_links .footer_wraaper_parent:first-child .footer_social_icons {
  margin-top: 70px;
}
footer .row_links .footer_wraaper_parent:first-child .footer_social_icons .footer_social_list li {
  margin-bottom: 0;
}
footer .row_links .footer_wraaper_parent:first-child .footer_social_icons .footer_social_list {
  align-items: center;
  display: inline-flex;
}
section.sec_technologies .tachnologies_tabs .nav {
  justify-content: space-around;
}
section.sec_technologies .tachnologies_tabs .nav li.nav-item {
  max-width: 290px;
  width: 100%;
  text-align: center;
}
section.sec_technologies .tachnologies_tabs .nav li.nav-item a {
  padding: 0 0 18px;
  color: var(--textColor);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.46px;
  border: 0px;
  opacity: 0.7;
}
section.sec_technologies .tachnologies_tabs .nav li.nav-item a.active {
  color: #da0808;
  border-bottom: 2px solid rgba(218, 8, 8, 1);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  opacity: 1;
}
section.sec_technologies .tachnologies_tabs .nav li.nav-item a:hover {
  border-top: 0 !important;
  outline: none !important;
  border-left: 0 !important;
  border-right: 0 !important;
}
/* PAGE-REACT-NATIVE-CSS */
section.react_native .react_native-apply-content {
  max-width: 60%;
  padding: 0;
}
section.react_native .react_native-apply-btn {
  max-width: 40%;
  text-align: end;
}
section.react_native .react_native-apply-content span {
  font-size: 39px;
  font-weight: 700;
  letter-spacing: 1.95px;
  text-transform: capitalize;
}
section.react_native .react_native-apply-content p {
  color: #000;
  font-size: 23px;
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  letter-spacing: 1.15px;
  text-transform: capitalize;
}
section.react_native .row {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(217, 217, 217, 1);
  margin: 0 0 40px;
}
section.react_native .react_native-apply-btn a.common-btn {
  max-width: 168px;
  height: 50px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 50px;
  text-transform: uppercase;
}
section.react_native .react_native-apply-btn a.common-btn:hover {
  background: transparent;
  border: 1px solid var(--redcolor);
  color: var(--redcolor);
}
section.react_native .react_content_wrapper {
  max-width: 1450px;
  margin-bottom: 90px;
}
section.react_native .react_content_wrapper p {
  color: #000;
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 30px;
}
section.react_native .ract_native_list ul {
  padding: 0;
}
section.react_native .ract_native_list ul span {
  font-size: 23px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1.15px;
  margin-bottom: 10px;
  display: block;
}
section.react_native .ract_native_list ul li {
  color: #636363;
  font-size: 17px;
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 1.05px;
  margin-left: 20px;
}
.react_native form {
  max-width: 775px;
  width: 100%;
  margin: 0 auto 100px;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  gap: 28px 25px;
}
form .react_form_control {
  width: 100%;
  max-width: 46%;
}
form .react_form_control input {
  width: 100% !important;
  color: #848484;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 56px;
  background: rgba(248, 248, 248, 1);
  border: 0;
  padding-left: 20px;
  border-radius: 5px;
}
form .react_form_control:nth-child(6) label, form .react_form_control:nth-child(7) label {
  color: #000;
  font-size: 15px;
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  letter-spacing: 0.6px;
  margin-bottom: 12px;
}
form .react_form_control input[type="file"] {
  border-radius: 2px;
  max-width: inherit;
  height: auto;
  flex-shrink: 0;
  width: 100%;
  background: none;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0 0 0 25px;
}
form .react_form_control label {
  font-size: 16px;
}
form .react_form_control:nth-child(6) input::placeholder, .react_form_control:nth-child(7) input::placeholder {
  font-family: var(--poppins);
}
input.form_control_btn {
  color: #fff;
}
form .react-textarea {
  width: 100%;
  margin-bottom: 0px;
}
form .react-textarea br {
  display: none;
}
input.form_control_btn::placeholder {
  color: #fff;
}
form .react-textarea textarea {
  padding: 26px 0 0 25px;
  margin: 40px 0 0;
  width: 100%;
  height: 154px;
  background: #f8f8f8;
  border: 0;
  outline: none;
  resize: none;
  border-radius: 5px;
  color: #848484;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
form .common-btn {
  font-size: 18px;
  width: 100%;
  max-width: 150px;
  height: 46px;
  color: #fff;
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
/* inner-banner-css */
.bannerSection.bannersection-inner {
  background: url("../image/blog.jpg") top center no-repeat;
  min-height: inherit;
  height: 400px;
  padding: 0;
  display: flex;
  align-items: center;
  background-size: cover;
}
.banner-text h2 {
  color: #fff;
  font-size: 34px;
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 1.95px;
}
.banner-text {
  position: relative;
  z-index: 3;
}
.bannerSection.bannersection-inner::after {
  position: absolute;
  top: 0;
  content: "";
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(6, 33, 72, 0.83);
}
.bannerSection.bannersection-inner .svg-shape {
  position: absolute;
  bottom: -3px;
  width: 100%;
  z-index: 3;
}
.blog-details a {
  color: var(--textColor);
}
.blog-details a:hover {
  color: var(--redcolor);
}
.blog-main-details .blog-details {
  margin-top: 0;
}
.solution-service-section .header-inner-section h2 {
  text-align: center;
  font-size: 32px;
  letter-spacing: 1.95px;
  margin-bottom: 15px;
}
.solution-service-section .header-inner-section p {
  color: var(--textColor);
  text-align: center;
  letter-spacing: 0.42px;
  margin: 0 auto;
  width: 100%;
  padding: 0 60px;
  margin-bottom: 25px;
  max-width: 1270px;
}
.solution-service-section .nav.nav-tabs.mb-3 button {
  color: var(--textColor);
  font-size: 18px;
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.72px;
  border: none !important;
  border-radius: 0 !important;
  margin: 0 45px;
  padding-left: 18px;
  padding-right: 18px;
}
.solution-service-section .card.p-3 {
  border: none;
  padding: 85px 0 0 !important;
}
.solution-service-section .nav.nav-tabs.mb-3 button.active {
  border: none;
  border-bottom: 3px solid #da0808 !important;
  color: #000;
  font-weight: 600;
  border-radius: 10px;
}
.solution-service-section #nav-tab {
  border-bottom: none;
  text-align: center;
  margin: 0 auto;
  max-width: 1200px;
  padding-bottom: 30px;
  justify-content: center;
}
.solution-service-section div#nav-tabContent {
  background: transparent !important;
  border: none !important;
}
.software-development {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  justify-content: flex-start;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.icon-service-part h6 {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}
.software-development .development1 {
  position: relative;
  margin-bottom: 47px;
  max-width: 32%;
  width: 100%;
}
.software-development .development1 .development-img {
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
.software-development .development1 .icon-service-part {
  align-items: center;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -22px;
  max-width: calc(100% - 40px);
  width: 100%;
  margin: 0 auto;
  padding: 8px 18px;
  height: 78px;
  border-radius: 5px;
  box-shadow: 2px 0px 5px #999;
  transition: all 0.5s;
}
.software-development .development1:hover .icon-service-part {
  transform: translateY(-10px);
  transition: all 0.5s;
  opacity: 0;
}
.software-development .development1 .development-img:hover ~ .icon-service-part.d-flex.justify-content-start {
  z-index: -1;
}
.software-development .icon-service {
  padding-right: 7px;
}
.solution-service-section {
  padding-bottom: 50px;
}
.hover-icon {
  background: #da0808;
  max-width: 75px;
  width: 100%;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  margin-bottom: 15px;
  min-height: 75px
}
.hover-text h5 {
  color: #fff;
  font-size: 19px;
  font-style: normal;
  font-weight: bold;
  line-height: 29px;
  padding: 10px 0;
}
.hover-text p, .hover-text p a {
  color: #fff;
}
.hover-text p a:last-child {
  color: var(--redcolor);
  display: none;
}
.hover-text {
  padding: 50px 20px;
  background: rgba(0, 0, 0, 0.76);
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  height: 100%;
  top: 0px;
  transform: translateY(100%);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.development1:hover .hover-text {
  transition: all 0.9s;
  transform: translateY(0%);
}
.hover-text a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  line-height: 23px;
}
.hover-icon {
  margin: 0 auto;
}
/* portfoio */
.portfolio-img1 img {
  max-width: 920px;
  width: 100%;
  height: 720px;
  object-fit: contain;
  object-position: right;
}
.porfolio-left-side {
  display: flex;
  margin-bottom: 110px;
}
.portfolio-img1 {
  position: relative;
  max-width: 50%;
}
.page-template-template-portfolio .portfolio-img1 {
  position: relative;
  max-width: 55%;
  flex: 0 0 55%;
}
.porfolio-left-side .mobile-img {
  position: absolute;
  right: 124px;
  top: 67px;
}
.porfolio-left-side .mobile-img img {
  max-width: 500px;
  width: 100%;
  height: 570px;
  object-fit: contain;
}
.portfolio-text1 h2 {
  font-family: var(--futura);
  letter-spacing: 1.2px;
}
.portfolio-text1 {
  padding-right: 127px;
}
.portfolio-text1 p {
  letter-spacing: 0.84px;
  padding-top: 20px;
  color: var(--textColor);
}
.portfolio-border ul li {
  background: transparent;
  list-style: none;
}
.portfolio-border ul {
  display: flex;
  flex-wrap: wrap;
  margin: 18px 0 0;
  justify-content: flex-start;
  gap: 20px;
  padding-left: 0;
  max-width: 570px
}
.portfolio-border ul li {
  list-style: none;
  max-width: inherit;
  flex: 0 0 auto;
  border-radius: 21.915px;
  border: 1.5px solid #da0808;
  display: flex;
  justify-content: center;
  height: 45px;
  align-items: center;
  font-size: 15px;
  font-family: var(--poppins);
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 1;
  text-align: center;
  transition: all 0.5s;
  padding: 0 15px;
}
.portfolio-border {
  padding: 15px 0 0;
}
.text-area-btn.round-btn a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.64px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-family: var(--poppins);
}
.text-area-btn.round-btn {
  border-radius: 24px;
  background: #da0808;
  color: #fff;
  max-width: 193px;
  width: 100%;
  height: 48px;
  margin: 40px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-area-btn.round-btn a i {
  padding-left: 10px;
  padding-top: 3px;
}
.porfolio-right-side {
  display: flex;
  flex-wrap: nowrap;
}
.porfolio-right-side .portfolio-text1 {
  padding-right: 0;
  padding-left: 125px;
  max-width: 45%;
}
.porfolio-right-side .portfolio-img1 {
  position: relative;
}
.porfolio-right-side .portfolio-img1 img {
  max-width: 100%;
  width: 100%;
  padding-left: 240px;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.porfolio-right-side .mobile-img img {
  height: 570px;
  object-fit: contain;
}
.porfolio-right-side {
  margin: 80px 0;
  align-items: center;
  justify-content: space-between
}
.porfolio-right-side .mobile-img {
  position: absolute;
  left: -127px;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-text1 p a {
  display: none;
}
.form-portfolio section.portfolio-main {
  padding-bottom: 100px;
}
.form-portfolio select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #5c6664;
  background-image: none;
  flex: 1;
  padding: 0 0.5em;
  color: #fff;
  cursor: pointer;
  font-size: 1em;
  font-family: "Open Sans", sans-serif;
}
.form-portfolio select::-ms-expand {
  display: none;
}
.form-portfolio .select {
  position: relative;
  width: 100%;
  height: 60px;
  line-height: auto;
  background: #5c6664;
  overflow: hidden;
  border-radius: 0.25em;
  margin: 0 0 15px;
  max-width: 25%;
  flex: 0 0 25%;
  display: flex;
}
.form-portfolio .select::after {
  content: "";
  position: relative;
  top: 0;
  right: 15px;
  padding: 0 1em 0 0;
  cursor: pointer;
  pointer-events: none;
  transition: 0.25s all ease;
  background: url(../image/arrow-down.png) center no-repeat;
  background-size: auto;
}
.form-portfolio .select:hover::after {
  color: #23b499;
}
.form-portfolio .select {
  position: relative;
  display: flex;
  width: 20em;
  height: 50px;
  line-height: 3;
  background: #5c6664;
  overflow: hidden;
  border-radius: 0.25em;
}
.form-portfolio select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  background-image: none;
  flex: 1;
  padding: 0 20px;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  font-family: var(--poppins);
}
.form-portfolio select {
  background: transparent;
  color: #707070;
  vertical-align: top;
  line-height: normal;
  padding-right: 0;
  width: 100%;
  letter-spacing: 0.42px;
}
.form-portfolio .select {
  border-radius: 28px;
  border: 1.5px solid #999;
  background: #fff;
}
.form-portfolio {
  display: flex;
  gap: 10px;
  padding: 20px 0 0;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.form-portfolio .text-area-btn.round-btn {
  margin: 0;
  height: 50px;
  max-width: 170px;
}
.form-portfolio .text-area-btn.round-btn a {
  color: #fff;
  font-size: 20px;
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
}
section.solution-service-section.porfilio-text {
  padding-bottom: 80px;
}
.mission-box .box1 {
  border-radius: 7px;
  background: #fbf1fa;
  max-width: 33%;
  text-align: center;
  padding: 45px 12px;
  height: auto;
}
.mission-box h4 {
  color: #000;
  font-size: 23px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.mission-box .box1 p {
  color: var(--textColor);
  text-align: center;
  padding: 20px 20px 0;
}
.solution-service-section.mission-text h2 {
  color: #000;
  text-align: center;
  font-size: 35px;
  font-family: var(--anybody);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0 0 20px;
}
.box1.box2 {
  background: #e7edfc;
}
.box1.box3 {
  background: #fdf2f1;
}
.mission-box {
  display: flex;
  gap: 30px;
  max-width: 88%;
  margin: 0 auto;
}
section.solution-service-section.mission-text.why-css {
  padding: 20px 0 0;
}
.experience-box .inner-circle {
  width: 50px;
  height: 50px;
  margin-left: 0px;
  position: relative;
}
.experience-box .inner-circle::after {
  background: #f7dfdf;
  border-radius: 50%;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 18px;
  top: 18px;
  display: none;
}
.experience-box .inner-icon {
  position: absolute;
  padding: 0px;
  border-radius: 50%;
  border: 2px solid #da0808;
  background: rgba(217, 217, 217, 0);
}
.experience-box .inner-icon img {
  padding: 4px;
  margin-top: -7px;
}
.experience-box {
  max-width: 100%;
  margin: 0 auto 50px;
  padding-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  box-shadow: 0px 4px 17px 0px rgba(223, 223, 223, 0.25);
  padding: 70px 0 0;
}
.experience1 {
  max-width: 32%;
  flex: 0 0 32%;
  margin: 0 8px 70px;
  position: relative;
}
span.count {
  color: #000;
  font-size: 19px;
  font-weight: 400;
}
.number {
  margin-top: 35px;
  line-height: 1;
}
.experience1 h6 {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  padding-top: 20px;
}
.experience1 p {
  padding-top: 15px;
  color: var(--textColor);
}
.circle-icon i {
  color: #fff;
}
.circle-icon {
  margin: 20px 0 20px 37px;
  background: #da0808;
  max-width: 45px;
  border-radius: 50px;
  width: 100%;
  height: 45px;
  position: absolute;
  bottom: -91px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-portfolio option {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 300;
  font-family: var(--roboto);
}
.box-experience-now {
  display: flex;
  flex-wrap: wrap;
  max-width: 80%;
  margin: 0 auto;
  justify-content: center;
}
.testmonial.founder-testmonial {
  box-shadow: none;
  padding: 0;
}
.testmonial.founder-testmonial .row .slik-tesmonial .slikslider img {
  border-radius: 0;
  object-fit: cover;
  max-width: 260px;
  height: 260px;
}
.testmonial.founder-testmonial .row .slik-tesmonial {
  margin-top: 22px;
  justify-content: center;
  max-width: 100%;
  margin: 0 auto;
}
.testmonial.founder-testmonial .row .slik-tesmonial .slikslider {
  max-width: 53%;
}
.testmonial.founder-testmonial .row .slik-tesmonial .slikslider p {
  max-width: 100%;
}
.meet-team h2 {
  color: #000;
  font-size: 35px;
  font-family: var(--anybody);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 36px;
}
.meet-team {
  max-width: 67%;
  margin: 0 auto;
  padding: 56px 0 100px;
}
.meet-team-details {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.meet-user-details {
  display: flex;
  flex-wrap: wrap;
  max-width: 18%;
  flex: 0 0 18%;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 2px 6px 0px rgba(155, 155, 155, 0.25);
}
.team-name {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 20px 14px 5px;
}
.meet-user-details p {
  color: #a6a6a6;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 15px;
  padding-bottom: 58px;
  position: relative;
}
.meet-team-details {
  margin-bottom: 40px;
}
.meet-user-details p::after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #000;
  width: 56px;
  bottom: 31px;
  left: 17px;
}
/* page-join-us */
section.join_us .row_content span {
  color: #000;
  text-align: center;
  font-size: 34px;
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 700;
  line-height: 145%;
  letter-spacing: 1.95px;
  text-transform: capitalize;
  margin-bottom: 10px;
  display: block;
}
.header-inner-section {
  animation: unset;
}
section.join_us .row_content {
  text-align: center;
  max-width: 1500px;
  margin: 0 auto 40px;
}
section.join_us.wow {
  animation: unset;
}
section.join_us .row_opening span:first-child {
  color: #000;
  text-align: center;
  font-size: 34px;
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 700;
  line-height: 145%;
  letter-spacing: 1.95px;
  text-transform: capitalize;
  display: block;
  margin-bottom: 70px;
}
section.join_us .row_opening .join_us_data {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 55px 65px;
  grid-template-rows: auto;
  margin-bottom: 80px;
  max-width: 1260px;
  margin: 0 auto 80px;
  border-radius: 12px;
}
section.join_us .join_us_data-inner {
  padding: 34px 30px 50px;
  text-align: center;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(163, 163, 163, 0.25);
  border-radius: 12px;
  transition: all 0.5s;
}
section.join_us .join_us_data-inner .join_us_data-inner_pic {
  display: flex;
  flex-direction: column;
  margin-bottom: 56px;
}
section.join_us .join_us_data-inner .join_us_data-inner_pic img {
  max-width: 37px;
  height: 35px;
  margin: 0 auto 15px;
  transition: none;
}
section.join_us .join_us_data-inner .join_us_data-inner-content small {
  text-align: center;
  font-size: 15px;
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  letter-spacing: 0.75px;
  margin-bottom: 25px;
  display: block;
}
section.join_us .join_us_data-inner .join_us_data-inner_pic span {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
  letter-spacing: 0.9px;
  min-height: 50px;
}
section.join_us .join_us_data-inner .join_us_data-inner-content a.join-btn {
  width: 145px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #da0808;
  background: #fff;
  color: #da0808;
  font-size: 15px;
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 0.75px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  text-transform: uppercase;
}
section.join_us .join_us_data-inner:hover {
  background-image: url(../image/current-bg.png);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 12px;
}
section.join_us .join_us_data-inner:hover img {
  filter: invert(100%) sepia(1%) saturate(7461%) hue-rotate(296deg) brightness(716%) contrast(160%);
}
section.join_us .join_us_data-inner:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(7, 29, 61, 0.83);
  border-radius: 12px;
  transition: all 0.5s;
}
section.join_us .join_us_data-inner:hover .join_us_data-inner_pic > * {
  color: #fff;
  z-index: 1;
}
section.join_us .join_us_data-inner:hover .join_us_data-inner-content small {
  color: #fff;
  z-index: 1;
  position: relative;
}
section.join_us .join_us_data-inner:hover .join_us_data-inner-content a.join-btn {
  background: red;
  color: #fff;
  z-index: 1;
  position: relative;
}
section.join_form-sec .row span {
  color: #000;
  font-size: 31px;
  font-family: var(--anybody);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.24px;
  margin-top: 75px;
  margin-bottom: 40px;
}
section.join_form-sec {
  background-image: url(../image/join-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  width: 100%;
  background-attachment: fixed;
}
section.join_form-sec form {
  margin-top: 45px;
}
section.join_form-sec form {
  margin: 0 0 75px;
}
section.join_form-sec .react_form_control:nth-child(7) {
  display: none;
}
section.join_form-sec .row p span {
  margin: 0;
}
section.join_form-sec .react_content_wrapper-form input[type="submit"], .react_native .react_content_wrapper-form input[type="submit"] {
  width: 150px;
  height: 48px;
  background: var(--redcolor);
  color: #fff;
  font-size: 16px;
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  flex-shrink: 0;
  outline: none;
  border-radius: 50px;
  text-transform: uppercase;
  border: 1px solid var(--redcolor);
}
section.join_form-sec .react_content_wrapper-form input[type="submit"]:hover, .react_native .react_content_wrapper-form input[type="submit"]:hover {
  background: none;
  color: var(--redcolor);
}
.meet-user-details {
  overflow: hidden;
  margin-bottom: 20px;
  transition: all 0.5s;
}
.meet-user-details:hover {
  transform: scale(1.03);
  transition: all 0.5s;
}
.meet-team {
  max-width: 74%;
}
.text-area-btn.round-btn {
  border-radius: 50px;
}
.portfolio-border ul li:hover {
  background: #da0808;
  color: #fff;
}
.text-area-btn.round-btn:hover i {
  transform: translateX(7px);
  transition: all 0.3s;
}
.form-portfolio .text-area-btn.round-btn:hover {
  background: transparent;
  border: 1px solid #da0808;
}
.form-portfolio .text-area-btn.round-btn:hover a {
  color: #da0808;
}
.solution-service-section .nav.nav-tabs.mb-3 button {
  border-bottom: 3px solid transparent !important;
}
.circle-icon:hover i {
  transform: translateX(7px);
  transition: all 0.3s;
}
.meet-team {
  max-width: 88%;
  margin: 20px auto;
}
.meet-team-details {
  width: 100%;
  justify-content: space-between;
}
.meet-user-details img {
  max-width: 100%;
  width: 100%;
}
.director-details1 {
  max-width: 88%;
  margin: 40px auto;
  display: flex;
}
.dirctor-image img {
  border-radius: 15px;
  max-width: 295px;
}
.dirctor-image {
  max-width: 27%;
  flex: 0 0 27%;
}
.dirctor-content {
  width: 100%;
  margin-left: 20px;
}
.dirctor-content p::before {
  background: url(../image/left-comma.png) top center no-repeat;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
}
.dirctor-content p::after {
  background: url(../image/right-comma.png) top center no-repeat;
  position: absolute;
  content: "";
  bottom: 11px;
  right: inherit;
  width: 30px;
  height: 30px;
}
.dirctor-content p {
  color: #000;
  font-size: 26px;
  font-weight: 400;
  line-height: 47px;
  max-width: 100%;
  position: relative;
  font-family: var(--futura);
  text-align: left;
  padding: 0 30px;
}
.image img {
  width: 100%;
}
.festivals-fun .text {
  background: #000;
  padding: 22px 14px;
  text-align: justify;
  margin-top: 0px;
}
.festivals-fun .text h2 {
  text-transform: capitalize;
  font-weight: 600;
}
.festivals-fun .text p {
  font-size: 18px;
}
.festivals-fun .text a {
  color: red;
  font-size: 20px;
  text-transform: capitalize;
}
.festivals-fun .asa img {
  width: 100%;
  margin-top: 72px;
  height: 700px;
  object-fit: contain;
}
.festivals-fun .slider.slider-2 h2 {
  color: red;
}
.festivals-fun .slick-track {
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow: visible !important;
}
.festivals-fun .slick-list {
  padding: 0 !important;
  overflow: visible !important;
}
.festivals-fun .slick-slide {
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}
.festivals-fun .slick-slide .inner {
  margin: 0 15px;
  max-width: 390px;
  height: 264px;
}
.festivals-fun .slick-slide .inner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.festivals-fun .small-image {
  max-width: 175px;
  height: 120px;
}
.small-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.festivals-fun .marquee_rtl, .festivals-fun .marquee {
  transform: scale(0.8, 0.8);
  margin-top: 0px;
}
.festivals-fun .hide {
  display: none !important;
}
section.festivals-fun h2 {
  max-width: 695px;
  margin: 0 auto;
  text-align: center;
  line-height: 46px;
}
section.festivals-fun {
  padding: 100px 0 50px;
}
.festivals-fun .inner img {
  border-radius: 15px;
}
.festivals-fun .small-image img.sml1 {
  margin-bottom: 28px;
}
/* 6-july-css*/
.meet-team-details {
  margin-bottom: 0;
}
.meet-team {
  padding: 56px 0 70px;
}
.festival-slider .slick.marquee.slick-initialized.slick-slider {
  margin-bottom: -34px;
}
.detail-right-part img {
  max-width: 632px;
  margin: 0 auto;
  width: 100%;
  z-index: 9999;
  position: relative;
}
.portfilio-details {
  padding: 100px 0;
  position: relative;
}
.detail-right-part {
  text-align: right;
}
.portfilio-details::before {
  position: absolute;
  content: "";
  border-radius: 303px;
  background: rgba(231, 215, 215, 0.15);
  left: 0;
  width: 200px;
  height: 200px;
}
.portfilio-details::after {
  position: absolute;
  content: "";
  border-radius: 303px;
  background: rgba(231, 215, 215, 0.15);
  right: 0;
  width: 200px;
  height: 200px;
  top: 0;
}
.detail-left-part.tags-left-part .portfolio-border ul li {
  max-width: initial;
  flex: 0 0 auto;
}
.detail-left-part.tags-left-part {
  padding: 100px 0 0;
}
.detail-left-part.tags-left-part .portfolio-border {
  padding: 0;
}
.detail-left-part.tags-left-part .portfolio-border.country-part ul li {
  border: none;
  max-width: initial;
  flex: 0 0 auto;
  background: rgba(218, 8, 8, 0.03);
}
.detail-left-part.tags-left-part .portfolio-border.country-part {
  margin-top: 25px !important;
}
.wallwt-icon {
  border-radius: 9px;
  background: #DA0808;
  max-width: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 55px;
}
section.solution-service-section.porfilio-text.portfilio-text-details1 {
  padding-bottom: 0;
}
.wallwt-icon img {
  padding: 13px;
}
.problem-part {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.problem-left-part {
  max-width: 48%;
  flex: 0 0 48%;
  position: relative;
}
.problem-wallets {
  padding: 100px 0 0;
}
.problem-right-part {
  max-width: 48%;
  flex: 0 0 48%;
  padding: 0 0 0 116px;
  position: relative;
  top: -10px;
}
.problem-left-part img {
  max-width: 80%;
  width: 100%;
  height: 660px;
}
.desktop-img-now img {
  max-width: 90%;
  height: auto;
}
section.problem-wallets.solution-wallets {
  padding: 0;
}
.solution-left-part {
  background: #F6F6F6;
  padding: 100px;
  position: relative;
  right: -49px;
}
.solution-left-part img {
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
  border-radius: 25px;
}
.portfolio-border.country-part li:hover {
  background: transparent;
  border: 1px solid #000;
  color: #da0808;
}
.wallwt-icon:hover {
  background: transparent;
  border: 1px solid #da0808;
}
.wallwt-icon:hover img {
  filter: invert(1);
}
.problem-right-part.choose-left h3 {
  color: #000;
  font-size: 35px;
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 700;
  line-height: 145%;
  letter-spacing: 1.75px;
}
.desktop-img-now.client-main {
  right: -95px;
}
a.btn.btn-see {
  text-transform: capitalize;
  color: #DA0808;
  font-size: 21px;
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 500;
  line-height: 176%;
  letter-spacing: 1.05px;
  padding: 0;
}

.benefit-you .nav.flex-column.nav-tabs.text-center a .number-overcoming.workforce::after {
  display: none;
}
.benefit-you .nav.flex-column.nav-tabs.text-center a:hover, .benefit-you .nav.flex-column.nav-tabs.text-center a:focus {
  border: none;
}
.benefit-you .carousel {
  width: 100%;
  margin: 0px;
}
.benefit-you .slick-slide {
  margin: 10px;
}
.benefit-you .slick-slide img {
  width: 100%;
  border: 2px solid #fff;
}
.benefit-you .slick-dots li button:before {
  font-size: 20px;
  color: white;
}
.case-study-slider .slick-slide h2 {
  text-align: left;
}
.case-study-slider ul.slick-dots li.slick-active button {
  background: #da0808 !important;
}
.blog-details img {
  border-radius: 10px;
}
span.roi {
  color: #979292;
  font-size: 13px;
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-right: 26px;
}
.blog-main-details {
  margin-bottom: 25px;
}
.img-big-blog-details {
  margin: 40px 0;
}
section.non-developments h3 {
  color: #000;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 145%;
  letter-spacing: 1.15px;
  max-width: 791px;
  padding-bottom: 20px;
}
.non-development-ul ul {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 20px;
}
.header-inner-section.content-writer h3 {
  padding-bottom: 0;
}
/* header_button */
#navbarSupportedContent ul li:last-child a:last-child {
  border: 1px solid #fff;
  min-width: 153px;
  display: block;
  border-radius: 50px;
  padding: 0px 0 0px 18px;
  position: relative;
}
#navbarSupportedContent ul li:last-child a:last-child:hover, #navbarSupportedContent ul li.current_page_item:last-child a {
  background: var(--redcolor);
  border-color: var(--redcolor);
  color: #FFF;
}
#navbarSupportedContent ul li:last-child a:last-child:after {
  display: none;
}
.mainHeader ul#menu-header {
  margin-right: 0 !important;
}
header.mainHeader .collapse ul.navbar-nav > li:last-child:last-child::after {
  content: "\f061";
  position: absolute;
  right: 18px;
  top: 0;
  bottom: auto;
  font-weight: 700;
  font-family: "Font Awesome 6 Free";
  color: #fff;
  font-size: 18px;
}
header.mainHeader .collapse ul.navbar-nav > li:last-child:last-child {
  position: relative;
}
/*tools-css */
.tachnologies-front-image ul.tachnologies_tools {
  list-style: none;
}
.tachnologies-front-image ul.tachnologies_tools {
  list-style: none;
  max-width: 75%;
  margin: 0 auto;
  display: grid;
  grid-row-gap: 38px;
  grid-row-gap: 25px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
}
.tachnologies-front-image ul.tachnologies_tools .tools_tech_inner li {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  box-shadow: 0px 11px 23px rgba(203, 203, 203, 0.25);
  margin: 0 auto;
}
.tachnologies-front-image ul.tachnologies_tools .tools_tech_inner li:hover {
  transform: scale(1.05);
  transition: all 0.5s;
}
.tachnologies-front-image ul.tachnologies_tools .tools_tech_inner {
  width: 129.647px;
}
.tachnologies-front-image ul.tachnologies_tools .tools_tech_inner span {
  text-align: center;
  display: block;
  color: #000;
  font-size: 18px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
  margin-top: 12px;
  margin-top: 5px;
}
section.talk_to_us .talk-to-text-area-btn-wrapper .text-area-btn input {
  width: 150px;
  height: 50px;
  flex-shrink: 0;
  background: #DA0808;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 1px solid var(--redcolor);
  border-radius: 50px;
  text-transform: uppercase;
}
section.talk_to_us .talk-to-text-area-btn-wrapper .text-area-btn input:hover {
  background: none;
  color: var(--redcolor);
}
section.talk_to_us .talk-to-text-area-btn-wrapper input.wpcf7-form-control:last-child {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%
}
.director-name {
  color: #000;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 10px 0 0;
}
.director-details {
  color: var(--redcolor);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 3px 0 0;
}
.experience-box .inner-circle {
  width: 88px;
  height: 88px;
}
.experience-box .inner-icon {
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.box-experience-now {
  max-width: 86%;
}
section.testmonial .row .slik-tesmonial .slikslider a {
  display: none;
}
/* merge-code */
.meet-team-details {
  margin-bottom: 0;
}
.meet-team {
  padding: 56px 0 70px;
  display: none;
}
section.festivals-fun h2 {
  padding-bottom: 37px;
  font-family: var(--anybody);
}
.festival-slider .slick.marquee.slick-initialized.slick-slider {
  margin-bottom: -34px;
}
.detail-right-part img {
  max-width: 632px;
  margin: 0 auto;
  width: 100%;
  z-index: 9999;
  position: relative;
}
.portfilio-details {
  padding: 100px 0;
  position: relative;
}
.detail-right-part {
  text-align: right;
}
.detail-left-part h3, .problem-right-part h3 {
  letter-spacing: 1.68px;
  padding-bottom: 16px;
}
.detail-left-part p {
  color: var(--textColor);
  margin-bottom: 22px;
  font-size: 18px;
  line-height: 31px;
}
.problem-right-part p {
  color: var(--textColor);
  margin-bottom: 25px;
}
.portfilio-details::before {
  position: absolute;
  content: "";
  border-radius: 303px;
  background: rgba(231, 215, 215, 0.15);
  left: 0;
  width: 200px;
  height: 200px;
}
.portfilio-details::after {
  position: absolute;
  content: "";
  border-radius: 303px;
  background: rgba(231, 215, 215, 0.15);
  right: 0;
  width: 200px;
  height: 200px;
  top: 0;
}
.detail-left-part.tags-left-part .portfolio-border ul li {
  max-width: initial;
  flex: 0 0 auto;
}
.detail-left-part.tags-left-part {
  padding: 100px 0 0;
}
.detail-left-part.tags-left-part .portfolio-border {
  padding: 0;
}
.detail-left-part.tags-left-part .portfolio-border.country-part ul li {
  border: none;
  max-width: initial;
  flex: 0 0 auto;
  background: rgba(218, 8, 8, 0.03);
}
.detail-left-part.tags-left-part .portfolio-border.country-part {
  margin-top: 25px !important;
}
.wallwt-icon {
  border-radius: 9px;
  background: #DA0808;
  max-width: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 55px;
}
section.solution-service-section.porfilio-text.portfilio-text-details1 {
  padding-bottom: 0;
  z-index: 1;
  position: relative;
}
.wallet-1 p {
  color: #575757;
  font-size: 17px;
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.68px;
  padding-top: 14px;
  max-width: 85%;
}
.wallwt-icon img {
  padding: 13px;
}
.problem-part {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  max-width: 1690px;
  margin: 0 auto;
}
.problem-left-part {
  max-width: 48%;
  flex: 0 0 48%;
  position: relative;
}
.problem-wallets {
  padding: 100px 0 0;
}
.problem-right-part ul li {
  font-size: 18px;
  font-family: var(--poppins);
  line-height: 35px;
  margin-bottom: 15px;
  color: var(--textColor);
}
.desktop-img-now {
  position: absolute;
  top: 50% !important;
  max-width: 100%;
  right: -188px;
  transform: translateY(-50%) !important;
}
.problem-right-part {
  max-width: 48%;
  flex: 0 0 48%;
  padding: 0 0 0 116px;
  position: relative;
  top: -33px;
}
.problem-left-part img {
  max-width: 80%;
  width: 100%;
  height: 660px;
}
.desktop-img-now img {
  max-width: 90%;
  height: auto;
}
section.problem-wallets.solution-wallets {
  padding: 0;
}
.solution-left-part {
  background: #F6F6F6;
  padding: 100px;
  position: relative;
  right: -13px;
}
.solution-left-part img {
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
  border-radius: 25px;
}
.portfolio-border.country-part li:hover {
  background: transparent;
  border: 1px solid #000;
  color: #da0808;
}
.wallwt-icon:hover {
  background: transparent;
  border: 1px solid #da0808;
}
.wallwt-icon:hover img {
  filter: invert(1);
}
.problem-right-part.choose-left p {
  color: #636363;
  font-family: var(--poppins);
  line-height: 176%;
  letter-spacing: 1.05px;
}
.desktop-img-now.client-main {
  right: -95px;
}
a.btn.btn-see {
  color: #a60d10;
  text-transform: capitalize;
  color: #DA0808;
  font-size: 21px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  line-height: 176%;
  letter-spacing: 1.05px;
  padding: 0;
}
.how-its1-part h2 {
  padding: 86px 0;
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 145%;
  letter-spacing: 1.95px;
}
.overcoming {
	color: #959595;
	text-align: left;
	font-family: var(--poppins);
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 1px;
	display: flex;
	align-items: flex-start;
	margin: 0;
	font-size: 17px;
}
.number-overcoming {
  background: #da0808;
  margin-right: 20px;
  color: #fff;
  display: flex;
  align-content: center;
  justify-content: center;
  max-width: 35px;
  width: 100%;
  padding: 2px 0 0;
  position: relative;
  border-radius: 5px;
	font-size: 14px;
}
.benefit-you .nav.flex-column.nav-tabs.text-center a {
  height: auto;
  border: none;
  background: none;
	padding: 0px;
	margin: 0 0 25px;
}
.benefit-you .nav-tabs {
  position: relative;
}
.benefit-you .nav-tabs::before {
  width: 1px;
  height: calc(100% - 35px);
  background: var(--redcolor);
  position: absolute;
  content: "";
  top: 12px;
  left: 18px;
}
.benefit-you .nav.flex-column.nav-tabs.text-center {
	border-bottom: 0;
	flex-wrap: inherit;
}
.benefit-you .nav.flex-column.nav-tabs.text-center a .number-overcoming.workforce::after {
  display: none;
}
.benefit-you .nav.flex-column.nav-tabs.text-center a:hover, .benefit-you .nav.flex-column.nav-tabs.text-center a:focus {
  border: none;
}
.benefit-you .tab-content {
  background: #FFF;
  box-shadow: 0px 6px 15px 0px #CDD4E5;
  padding: 63px;
  position: relative;
  top: -32px;
}
.benefit-you h4 {
  color: #000;
  text-align: left;
  font-size: 22px;
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 700;
  line-height: 145%;
  letter-spacing: 1.1px;
  padding-bottom: 13px;
}
.benefit-you p {
  color: var(--textColor);
  letter-spacing: 1.05px;
}
.benefit-you .nav.flex-column.nav-tabs.text-center a.active .overcoming {
  color: #000;
  font-weight: 600;
}
.benefit-you .carousel {
  width: 100%;
  margin: 0px;
}
.benefit-you .slick-slide {
  margin: 10px;
}
.benefit-you .slick-slide img {
  width: 100%;
  border: 2px solid #fff;
}
.benefit-you .slick-dots li button:before {
  font-size: 20px;
  color: white;
}
section.how-it-wallets.case-wallets-part h2 {
  padding: 53px 0 0;
}
.case-study-slider .slick-slide h2 {
  text-align: left;
}
.case-study-slider ul.slick-dots li button {
  border: 1px solid #ddd;
  width: 15px;
  height: 15px;
  background: transparent;
  color: #000 !important;
  display: block;
  opacity: 1;
  position: relative;
  top: 0;
  margin-right: 10px !important;
}
.case-study-slider ul.slick-dots li.slick-active button {
  background: var(--redcolor);
  border-color: var(--redcolor);
}
.case-study-slider .slick-dots {
  bottom: 0;
}
.blog-details {
  margin: 45px 0;
}
.blog-details img {
  border-radius: 10px;
  width: 100%;
}
.blog-main-details h4 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}
.blog-main-details p {
  color: var(--textColor);
  padding-right: 26px;
}
span.roi {
  color: #979292;
  font-size: 13px;
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-right: 26px;
}
.blog-main-details {
  margin-bottom: 25px;
}
.img-big-blog-details {
  margin: 40px 0;
}
section.fulter-part h3 {
  color: #000;
  text-align: center;
  font-family: var(--poppins);
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 145%;
  letter-spacing: 1.15px;
  max-width: 1080px;
  margin: 0 auto 30px;
  width: 100%;
}
section.fulter-part .benefit-you {
  margin: 70px 0;
}
.fulter-part .overcoming {
  justify-content: flex-start;
  text-align: left;
}
.non-development-ul ul li {
  color: #000;
  font-family: var(--poppins);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.non-development-ul ul {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 20px;
}
.header-inner-section.content-writer span {
  display: block;
  color: #000;
  font-family: var(--poppins);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 1px;
}
.header-inner-section.content-writer h3 {
  padding-bottom: 0;
}
.header-inner-section.flutter-heading h2 {
  font-family: var(--poppins);
  line-height: 145%;
  letter-spacing: 1.95px;
}
.festival-slider {
  overflow: hidden;
}
.non-developments {
  padding-bottom: 70px;
}
.how-it-wallets.case-wallets-part {
  padding-bottom: 70px;
}
section.talk_to_us .talk_to_us-form .talk_to_us-fomt-inner span.wpcf7-not-valid-tip {
  font-size: 14px;
  line-height: 17px;
  color: var(--redcolor);
  padding: 5px 0;
  font-weight: 500;
}
section.talk_to_us .talk_to_us-form .talk_to_us-fomt-inner .wpcf7-response-output {
  border-color: var(--redcolor);
  font-size: 16px;
  padding: 0 5px;
  color: var(--redcolor);
  margin-top: 5px;
  display: none;
}
.text-area-btn {
  position: relative;
  z-index: 7;
}
.footer_top_row .row {
  border: 0 !important;
  align-items: center;
}
section.react_native .hentry {
  margin-bottom: 80px;
}
.tachnologies-front-image ul.tachnologies_tools .tools_tech_inner li img {
  max-width: 35px;
  height: 35px;
  object-fit: contain;
}
.hover-text h5 a {
  display: block;
  color: #fff;
}
section.be-in-trend_technologies .be-in-trend_technologies-image-wrpper .be-in-trend-img-inner-content:hover .content-hover .inner-hcnt p {
  color: #fff;
}
section.be-in-trend_technologies .be-in-trend_technologies-image-wrpper .be-in-trend-img-inner-content:hover .content-hover .inner-hcnt p a {
  display: none;
}
.join_us .row_content p {
  color: var(--textColor);
}
.contact-us {
  width: 100%;
  align-items: flex-start;
}
.contact-us .addressBar {
  width: calc(50% - 50px);
  margin-right: 50px;
}
.contact-us .addressBar h4 {
  color: #062d60;
  position: relative;
  margin-bottom: 40px;
  font-size: 28px;
}
.allAddress .AddressData iframe {
  width: 100%;
}
.contact-us .addressBar h4::after {
  content: "";
  background: #062d60;
  width: 97px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.contact-us .addressBar h5 {
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.contact-us .addressBar p {
  font-size: 18px;
  line-height: 27px;
}
.contact-us .addressBar p:nth-child(2) {
  margin: 20px 0 40px;
}
.contact-us .addressBar p a {
  color: var(--textColor);
}
.contact-us .addressBar p a:hover {
  color: var(--redcolor);
  text-decoration: underline;
}
.allAddress {
  flex-wrap: wrap;
}
.allAddress .AddressData {
  width: 100%;
  margin-bottom: 50px;
}
.allAddress .AddressData ul {
  list-style-type: none;
  padding: 0;
}
.allAddress .AddressData ul li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.allAddress .AddressData ul li i {
  border: 1px solid #062d60;
  width: 30px;
  height: 30px;
  font-size: 14px;
  border-radius: 50%;
  color: #062d60;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.react_native .contactForm {
  border: 1px solid #ddd;
  width: 50%;
  padding: 35px;
  box-sizing: border-box;
  position: sticky;
  top: 0;
}
.contactForm form {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  justify-content: space-between;
  margin-bottom: 0px;
}
.contactForm form p:nth-child(2), .contactForm form p:nth-child(3) {
  max-width: calc(50% - 15px);
}
.contactForm form p input, .contactForm form p textarea {
  max-width: 100%;
  border: 1px solid #ddd;
  height: 45px;
  margin-top: 10px;
  font-size: 15px;
  padding: 15px;
  width: 100%;
  outline: none;
  box-shadow: none;
  margin-bottom: 16px;
  border-radius: 30px;
}
.contactForm form p label {
  max-width: 100%;
  font-size: 17px;
  line-height: 1;
  width: 100%;
  color: var(--textColor);
  text-transform: capitalize;
}
.contactForm form p {
  width: 100%;
  max-width: 100%;
  position: relative;
  padding-bottom: 5px;
}
.contactForm form p label span {
  width: 100%;
  display: block;
}
.contactForm form p textarea {
  height: 150px;
  resize: none;
}
.contactForm form p input:focus, .contactForm form p textarea:focus {
  border-color: #062d60;
}
.contactForm form p input.wpcf7-submit {
  width: auto;
  float: right;
  height: auto;
  background: #da0808;
  padding: 9px 45px;
  color: #FFF;
  font-size: 16px;
  border: 1px solid #da0808;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 500;
}
.contactForm form p input.wpcf7-submit:hover {
  background: none;
  color: #062d60;
}
.contactForm form p .wpcf7-not-valid-tip {
  font-size: 14px;
  line-height: 1;
  position: absolute;
  bottom: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: var(--redcolor);
  font-size: 17px;
  width: 100%;
  color: var(--redcolor);
  margin: 0px;
  line-height: 21px;
}
.error404.not-found .entry-content {
  max-width: 700px;
  margin: 45px auto 90px;
  padding: 30px 45px;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.error404.not-found .entry-content h2 {
  font-size: 100px;
  color: #062d60;
}
.error404.not-found .entry-content h4 {
  font-size: 28px;
  line-height: 46px;
  margin: 0;
}
.our-global-sec .our-global-flex > .our-global-box {
  flex: 0 0 250px;
}
.our-global-sec .our-global-flex .slick.marquee {
  flex: 0 0 calc(100% - 280px);
}
.our-global-sec .our-global-flex .slick-slide .our-global-box img {
  max-height: 60px;
  object-fit: contain;
  padding: 0 35px;
}
.our-global-sec .our-global-flex .slick-slide {
  margin: 0 15px;
}
/* the parent */
.our-global-sec .our-global-flex .slick-list {
  margin: 0 -15px;
}
.react_content_wrapper-form .react_form_control {
  max-width: calc(50% - 15px);
  display: inline-block;
  margin-bottom: 20px;
}
.react_content_wrapper-form .wpcf7-form {
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.react_content_wrapper-form .react_form_control br {
  display: none;
}
.react_content_wrapper-form .react_form_control .wpcf7-form-control-wrap {
  margin: 0;
}
.react_content_wrapper-form .react-textarea textarea {
  margin: 0;
}
.react_content_wrapper-form .react_form_control {
  max-width: calc(50% - 15px);
  display: inline-block;
  margin-bottom: 20px;
}
.react_content_wrapper-form .wpcf7-form {
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 120px;
  margin-right: auto;
  margin-left: 0;
}
.react_content_wrapper-form .react_form_control br {
  display: none;
}
.react_content_wrapper-form .react_form_control .wpcf7-form-control-wrap {
  margin: 0;
  display: block;
}
.react_content_wrapper-form .react-textarea textarea {
  margin: 0;
}
.development-img img {
  max-width: 418px;
}
section.join_form-sec h4.cv-heading {
  color: #000;
  font-family: var(--poppins);
  font-size: 31px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 45px;
  letter-spacing: 1.24px;
}
/* 10july-changes */
.mainHeader.stickyHeader {
  z-index: 99;
}
.case-study-slider .slick-list {
  overflow: initial;
}
.case-study-slider {
  overflow: hidden;
}
.our_service.city.d-flex.align-items-center {
  align-items: flex-start !important;
}
a.btn.btn-see {
  display: none;
}
span.wpcf7-not-valid-tip {
  font-size: 12px !important;
  position: relative;
  bottom: -6px;
  color: red !important;
}
section.problem-wallets.solution-wallets {
  margin: 152px 0;
}
.porfolio-right-side {
  display: flex;
}
.porfolio-right-side .portfolio-img1 {
  order: 2;
  height: 720px
}
section.react_native .entry-content h4 {
  font-family: var(--poppins);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 145%;
  letter-spacing: 1.95px;
  margin-bottom: 25px;
  text-transform: capitalize;
  margin-top: 15px;
}
section.react_native .entry-content p {
  color: var(--textColor);
  letter-spacing: 1.05px;
}
section.react_native .entry-content p br {
  display: none;
}
.porfolio-right-side .portfolio-text1 h3:nth-child(7) {
  margin: 20px 0;
}
.portfolio-text1 h3:nth-child(5) {
  margin: 15px 0;
}
.porfolio-right-side .portfolio-text1 h3:nth-child(5) {
  margin-top: 20px;
}
.social-icon {
  position: fixed;
  bottom: 155px;
  z-index: 999;
  right: 15px;
}
/*fixed-social-icons */
.social-icon ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-icon ul a {
  display: block;
}
.social-icon ul li {
  height: 60px;
  width: 60px;
  border-radius: 50%;
}
div#wp-chatbot-chat-container {
  position: fixed !important;
  bottom: 15px !important;
  left: 15px !important;
  right: unset !important;
}
html body #wp-chatbot-ball .wp-chatbot-ball img {
  max-width: 35px !important;
  max-height: 35px !important;
  margin: 13px;
}
section.react_native .react_native-apply-content p:first-child {
  color: #000;
  font-family: var(--poppins);
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  letter-spacing: 1.15px;
  text-transform: capitalize;
}
.wp-chatbot-mobile-full-screen .wp-chatbot-board-container {
  bottom: -30px !important;
}
.logo-section-top .our-global-box {
  max-width: 30%;
}
.inner-logo-section {
  display: flex;
  align-items: center;
}
.inner-logo-section ul.list-logos-section {
  max-width: calc(100% - 200px);
  margin: 0px;
}
.logo-section-top {
  margin-bottom: 50px;
}
.inner-logo-section ul.list-logos-section li.slick-slide {
  width: 100%;
  max-width: 254px;
  text-align: center;
  display: flex;
  align-items: center;
  border-radius: 5px;
  box-shadow: 0px 0px 12px 1px rgba(214, 214, 214, 0.69);
  height: 90px;
  justify-content: center;
  transition: all 0.5s;
  margin: 10px 15px;
}
.inner-logo-section ul.list-logos-section li.slick-slide img {
  max-height: 60px;
  object-fit: contain;
  padding: 0 35px;
}
section.our_services .our_service_tabs {
  padding: 40px 0px 45px;
}
section.sec_technologies {
  margin-bottom: 120px;
}
.react_content_wrapper-form h4.cv-heading {
  margin-bottom: 40px;
  font-size: 32px;
}
/* portfolio-loader */
@-webkit-keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
.form-portfolio .loader, .form-portfolio .loader::before, .form-portfolio .loader::after {
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.form-portfolio .loader {
  color: #ddd;
  position: absolute;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  left: auto;
  top: 50%;
  right: 0;
  display: none;
}
.form-portfolio .loader:before, .form-portfolio .loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.form-portfolio .loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.form-portfolio .loader:after {
  left: 1.5em;
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
.testmonial.founder-testmonial h3.manager {
  margin: 0;
  display: inline-block !important;
  text-align: center;
  width: 100%;
}
section.join_form-sec .react_content_wrapper-form span.wpcf7-spinner {
  transform: translate(5px, 5px);
}
section.join_form-sec .react_content_wrapper-form .wpcf7-response-output {
  margin-top: 20px;
}
.portfolio-main {
  max-width: 2000px;
  margin: 0 auto;
}
.slick-slide .slik-tesmonial img {
	border-radius: 50%;
	min-width: 230px;
}
.portfilio-details h4 {
  margin-bottom: 20px;
  font-size: 25px;
}
/*cookie-policy */
.cky-box-bottom-left .cky-notice .cky-notice-group {
  line-height: 20px !important;
}
.cky-box-bottom-left .cky-notice .cky-notice-group p {
  line-height: 26px;
}
.cky-box-bottom-left .cky-notice .cky-notice-group p span {
  font-size: 15px;
}
.cky-box-bottom-left .cky-notice .cky-notice-group .cky-btn-accept {
  background: #08295c !important;
  border: 1px solid #08295c !important;
}
.porfolio-right-side .portfolio-text1 h4 {
  margin-top: 20px;
}
section.react_native .entry-content h5 {
  margin-bottom: 10px;
  margin-top: 30px;
}
section.react_native .entry-content ul li {
  color: #636363;
  font-family: var(--poppins);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 203%;
  letter-spacing: 1.05px;
  width: 100%;
}
.intro {
  overflow: hidden;
}
section.join_form-sec .react_content_wrapper-form input[type="submit"], .react_native .react_content_wrapper-form input[type="submit"] + span.wpcf7-spinner {
  position: relative;
  top: 7px;
}
.contactForm form p input.wpcf7-submit + span.wpcf7-spinner {
  position: absolute;
  right: 200px;
  top: 23px;
}
section.talk_to_us .talk-to-text-area-btn-wrapper .text-area-btn input + span.wpcf7-spinner {
  position: absolute;
  left: 0;
  right: auto;
  top: -30px;
  font-size: 20px;
  margin: 0;
}
section.talk_to_us .talk_to_us-form .talk_to_us-fomt-inner .talk_t_oform-values .talk_to_form-flex p span.wpcf7-not-valid-tip {
  margin-bottom: 0px;
  position: absolute;
  border: 0;
  bottom: -28px;
  left: 10px;
}
section.talk_to_us .talk_to_us-form .talk_to_us-fomt-inner .talk_t_oform-values .talk_to_form-flex p {
  position: relative;
}
section.talk_to_us .talk_to_us-form .talk_to_us-fomt-inner form {
  position: relative;
}
.react_content_wrapper-form .react_form_control p span.wpcf7-not-valid-tip {
  left: 10px;
  bottom: -5px;
}
section.join_form-sec .react_content_wrapper-form .wpcf7-response-output {
  margin-top: 0px;
  display: none;
}
.mainHeader .navbar-brand {
  max-width: 280px;
}
.react_native center {
  color: var(--textColor);
} 
.popup-container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  width: 700px;
  height: 440px;
  transition: all 0.5s;
}
section.testmonial .row .slik-tesmonial .popup-container iframe {
  border-radius: 0;
  height: 400px;
  width: 100%;
}
.popup-trigger {
  position: relative;
  width: 400px;
}
.popup-trigger .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #FFF;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.popup-trigger img {
  width: 100%;
}
[aria-labelledby="exampleModalLabel"] .modal-dialog {
  width: 100%;
  max-width: 800px;
  transform: translate(-50%, -50%) !important;
  left: 50%;
  top: 50%;
  margin: 0;
}
[aria-labelledby="exampleModalLabel"] .modal-dialog .modal-content .modal-header button.btn.btn-secondary {
  background: white;
  border: 0;
  color: black;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 3px #000;
  padding: 0;
  width: 30px;
  height: 30px;
  right: -10px;
}
[aria-labelledby="exampleModalLabel"] .modal-dialog .modal-content .modal-header {
  padding: 0;
  justify-content: end;
  border: 0 none;
}
[aria-labelledby="exampleModalLabel"] .modal-dialog .modal-content .modal-header button.btn.btn-default:active {
  border: 0;
}
[aria-labelledby="exampleModalLabel"] .modal-dialog .modal-body iframe {
  width: 100%;
  min-height: 400px;
  max-height: 400px;
  line-height: 1;
  display: block;
}
.react_content_wrapper-form .react_form_control:nth-last-child(-n+5) span.wpcf7-form-control-wrap {
  position: relative;
}
.react_content_wrapper-form .react_form_control:nth-last-child(-n+5) span.wpcf7-form-control-wrap::after {
  content: 'Choose File';
  position: absolute;
  width: 100%;
  height: auto;
  left: 0px;
  max-width: max-content;
  font-size: 13px;
  top: 0px;
  padding: 0 15px;
  pointer-events: none;
  cursor: pointer;
  color: #FFF;
  text-decoration: none;
  background: var(--blueColor);
  border-radius: 40px;
  line-height: 34px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  /* this will target only Mac Safari and Chrome browsers */
  .react_content_wrapper-form .react_form_control:nth-last-child(-n+5) span.wpcf7-form-control-wrap::after {
    padding: 0 20px;
  }
}
.findSocialAccount h5.text-center {
  padding-bottom: 13px;
}
.findSocialAccount h3.text-center {
  margin-top: 12px;
}
section.findSocialAccount hr.heading_decoration-underline {
  max-width: 106px;
}
.socialCircle {
  width: 100%;
  max-width: 262px;
  text-align: center;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border-radius: 50%;*/
  /*box-shadow: 0 0 0 #000, 0 0 5px 4px #f3f3f3;*/
  transition: all 0.2s linear;
  border: 2px solid #eee;
  position: relative;
  max-width: calc(20% - 30px);
}
.socialAccountblock {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 93px 0;
  flex-wrap: wrap;
}
.socialAccountblock .socialCircle {
  transition: all 0.5s;
}
.socialAccountblock .socialCircle:hover {
  transform: scale(1.05);
  transition: all 0.5s;
}
.socialCircle.activeCenter {
  max-width: 303px;
  height: 303px;
}
.socialCircle a {
  display: flex;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  justify-content: center;
  align-items: center;
  background: #fff;
  /*border-radius: 50%;*/
  padding: 10px;
}
.socialCircle.dataRush img {
  filter: drop-shadow(1px 3px 4px black);
  max-width: 250px;
}
.socialCircle a img {
  max-width: 200px;
}
section.findSocialAccount {
  padding-top: 78px;
  position: relative;
}
section.findSocialAccount:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 340px;
  background: #f2f4f7;
  top: 0;
  z-index: -2;
}
.problem-right-part.custom-feature {
  flex: 0 0 100%;
  position: static;
  max-width: 1600px;
  margin: auto;
  padding: 0 15px;
}
.problem-right-part.custom-feature ul li {
  font-size: 16px;
  margin: 0;
}
.problem-right-part.custom-feature ul {
  border-right: 1px solid #f2f2f2;
  height: 100%;
  padding: 0 0 0 20px;
}
.problem-right-part.custom-feature .col-sm-2:last-child ul {
  border-right: 0;
}
section.problem-wallets.solution-wallets + section.problem-wallets {
  margin-bottom: 50px;
}
.inner-logo-section ul.list-logos-section li.slick-slide img {
  filter: grayscale(100%);
}
.inner-logo-section ul.list-logos-section li.slick-slide:hover img {
  filter: invert(0);
}
.grecaptcha-badge {
  z-index: 999 !important;
}
.inner-logo-section ul.list-logos-section li.slick-slide span {
  position: relative;
}
.inner-logo-section ul.list-logos-section li.slick-slide span span.tooltip-content {
  position: absolute;
  font-size: 12px;
  left: 50%;
  background: var(--blueColor);
  line-height: 1;
  color: #FFF;
  padding: 5px 15px;
  border-radius: 3px;
  transform: translateX(-50%);
  white-space: nowrap;
  display: inline-block;
  top: -25px;
  text-transform: capitalize;
}
.inner-logo-section ul.list-logos-section {
  position: relative;
}


.menuLinksunderContent ul {
	list-style-type: none;
}
@media only screen and (min-width:992px) {
  .inner-logo-section ul.list-logos-section::after {
    content: "";
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 44%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: -1px;
    top: 0;
    height: 100%;
    width: 150px;
  }
  .inner-logo-section ul.list-logos-section::before {
    content: "";
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 44%, rgba(255, 255, 255, 1) 100%);
    position: absolute;
    right: -1px;
    top: 0;
    height: 100%;
    width: 100px;
    z-index: 1;
  }
}
@media (min-width:1200px) {
  .how-it-wallets.case-wallets-part .how-its1-part > h2 {
    padding: 53px 0;
  }
}
@media screen and (max-width:1280px) {
  .problem-right-part.custom-feature ul li {
    font-size: 14px;
  }
}
.problem-right-part .col-sm-4 {
  max-width: 100%;
  flex: 0 0 100%;
  margin-bottom: 25px;
}
.react_content_wrapper-form .react_form_control:nth-last-child(-n+5) span.wpcf7-form-control-wrap::before {
  width: 28px;
  height: 39px;
  position: absolute;
  content: "";
  background: transparent;
  opacity: 1;
  left: 100px;
}
section.react_native form .react_form_control input[type="file"] {
  padding-left: 60px;
}
/* Portfolio */
.porfolio-left-side, .porfolio-right-side {
  display: flex;
  max-width: 1690px;
  margin: 0 auto 100px;
  align-items: flex-start;
}
.portfolio-text1 {
  padding-right: 0;
}
.portfolio-img1 img, .porfolio-right-side .portfolio-img1 img {
  max-width: calc(100% - 150px);
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: right;
}
.porfolio-left-side .mobile-img, .porfolio-right-side .mobile-img {
  position: absolute;
  right: 65px;
  top: auto;
  width: 200px;
  bottom: -13px;
}
.porfolio-left-side .mobile-img img, .porfolio-right-side .portfolio-img1 .mobile-img img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.porfolio-right-side .portfolio-text1 {
  padding-left: 0;
  max-width: inherit;
}
.porfolio-right-side .portfolio-img1 {
  max-width: 55%;
  flex: 0 0 55%;
}
.porfolio-right-side .portfolio-img1 img {
  padding: 0;
  margin-left: 150px;
}
.porfolio-right-side .mobile-img {
  transform: translate(0, 0);
  top: auto;
  right: auto;
  left: 72px;
  bottom: -13px;
}
.porfolio-right-side .portfolio-img1 .mobile-img img {
  margin: 0;
}
.porfolio-right-side .portfolio-img1 {
  height: auto;
}
/*thankyou page css  */
.post-1196 .entry-content .thankyou-contact-page {
  padding: 60px 45px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.post-1196 .entry-content .thankyou-contact-page p {
  text-align: center;
  font-size: 22px;
  padding: 0;
  color: #000;
  font-weight: 600;
  line-height: 36px;
}
/* start testimonial page 13/oct/2023 */
.testimonial-section .testimonials .slik-tesmonial .testimonial-content {
  max-width: calc(100% - 160px);
  width: 100%;
  margin-left: auto;
}
.testimonial-section .testimonials .slik-tesmonial .popup-trigger {
  max-width: 135px;
  height: 135px;
  width: 100%;
}
.testimonial-section .new-testimonials-section .slik-tesmonial {
  width: 100%;
  display: flex;
  padding: 30px;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.09);
  height: 100%;
}
.testimonial-section .testimonials .slik-tesmonial .testimonial-content p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 30px;
  position: relative;
}
.testimonial-section .testimonials .slik-tesmonial .popup-trigger .testimonial-image {
  border-radius: 0px;
  object-fit: cover;
  outline-offset: 3px;
  outline: 1px solid rgba(0, 0, 0, .09);
  height: 100%;
}
/* 16-october-23*/
.new-testimonials-section {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 100px;
  justify-content: space-between;
  align-items: stretch;
}
.new-testimonials-section > div {
  max-width: calc(100%/3 - 20px);
  width: 100%;
  margin-bottom: 40px;
}
section.testimonial-section {
  padding: 5px 0 0;
}
.testimonial-section .testimonials .slik-tesmonial .testimonial-content span {
  font-size: 16px;
  font-weight: 700;
  display: block;
  line-height: 24px;
  color: #062d60;
  margin-bottom: 5px;
}
.testimonial-section .testimonials .slik-tesmonial .testimonial-content span a {
  color: #062d60;
}
.testimonial-section .testimonials .slik-tesmonial .testimonial-content p a.btn.readmore {
  border: 1px solid #da0808;
  display: flex;
  margin: 15px 0;
  width: auto;
  max-width: 150px;
  color: #da0808;
  font-weight: 500;
  font-size: 15px;
  justify-content: center;
  border-radius: 25px;
  padding: 8px;
  transition: all 0.5s;
}
.testimonial-section .testimonials .slik-tesmonial .testimonial-content p a.btn.readmore:hover {
  background: #da0808;
  color: #FFF;
}
.testimonial-section .testimonials .slik-tesmonial .popup-trigger .play-icon {
  height: 35px;
  width: 35px;
  background: #062d60;
  color: #FFF;
  border-radius: 0;
  left: 0;
  bottom: 0;
  top: auto;
  transform: translate(0, 0);
}
.testimonial-section .testimonials .slik-tesmonial .popup-trigger .play-icon i {
  font-size: 15px;
}
.mainHeader ul.sub-menu {
  display: none;
}
header.mainHeader .collapse ul.navbar-nav > li {
  position: relative;
}
header.mainHeader .collapse ul.navbar-nav > li > .sub-menu {
  position: absolute;
  top: 34px;
  left: -20px;
  list-style: none;
  background-color: #fff;
  min-width: max-content;
  padding: 10px 20px 12px;
  border-top: 2px solid var(--redcolor);
  z-index: 1;
}
header.mainHeader .collapse ul.navbar-nav > li > .sub-menu li {
  line-height: 20px;
  padding: 0 0 15px;
}
header.mainHeader .collapse ul.navbar-nav > li > .sub-menu li a {
  line-height: 18px !important;
  color: #000 !important;
  background-color: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  cursor: pointer;
}
header.mainHeader .collapse ul.navbar-nav > li:hover > .sub-menu {
  display: block;
}
header.mainHeader .collapse ul.navbar-nav > li > .sub-menu li a::after {
  display: none;
}
header.mainHeader .collapse ul.navbar-nav > li > .sub-menu li:hover > a {
  color: var(--redcolor) !important;
}
header.mainHeader .collapse ul.navbar-nav > li > .sub-menu li {
  position: relative;
}
header.mainHeader .collapse ul.navbar-nav > li > .sub-menu li .sub-menu {
  position: absolute;
  left: calc(100% + 20px);
  top: -12px;
  background-color: #fff;
  width: 286px;
  list-style: none;
  box-shadow: 0 0 1px #999;
  z-index: 1;
  padding: 12px 20px 15px;
  border-top: 2px solid var(--redcolor);
}
header.mainHeader .collapse ul.navbar-nav > li > .sub-menu li .sub-menu::after {
  content: '';
  width: 22px;
  height: 100%;
  position: absolute;
  background: transparent;
  top: 0;
  left: -22px;
}
header.mainHeader .collapse ul.navbar-nav > li > .sub-menu li:hover .sub-menu {
  display: block;
}
header.mainHeader .collapse ul.navbar-nav > li > .sub-menu li .sub-menu a:hover {
  background-color: transparent !important;
  border: 0 !important;
  color: var(--redcolor) !important;
}
header.mainHeader .collapse ul.navbar-nav > li > .sub-menu li:last-child {
  padding-bottom: 0;
}
#navbarSupportedContent ul li a i {
  padding-left: 6px;
}
header.mainHeader .collapse ul.navbar-nav > li > .sub-menu i {
  transform: rotate(-90deg);
  padding-left: 0 !important;
  transition: all 0.3s ease;
  margin-left: 5px;
}
/* Dropdown menu design css end */
.single-testimonial .react_native img {
  width: 100%;
  max-width: 380px;
  height: 380px;
  object-fit: cover;
  margin: 0 0 20px;
  border-radius: 10px;
}
.single-testimonial .react_native p {
  margin: 0 0 20px;
}
.single-testimonial .react_native p:last-child {
  margin-bottom: 0;
}
.page-template-template-testimonials .modal .modal-header {
  border: 0;
}
.single-testimonial .react_native .row > div:first-child {
  max-width: 400px;
  width: 100%;
}
.single-testimonial .react_native .row > div:last-child {
  max-width: calc(100% - 400px);
  width: 100%;
  padding-left: 30px;
}
/*  Archive Page css  */
.archive .page-title a, .archive .entry-title a {
  color: inherit !important;
}
.archive .react_native .container div h2 {
  font-size: 22px;
  min-height: 50px;
}
.archive .entry-summary a, .archive .entry-content a {
  display: block;
  color: var(--blueColor);
  font-weight: 500;
  margin: 10px 0 0;
}
.archive .react_native .container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
  margin-bottom: 50px;
}
.archive .react_native .container .page-title {
  width: 100%;
  margin: 0;
  font-size: 30px;
  font-family: var(--futura);
}
.archive .react_native .container > h1 ~ div {
  width: calc(100%/4 - 15px);
  margin: 0;
  border: 1px solid #ddd;
  border-top: 5px solid var(--blueColor);
  padding: 20px;
}
.archive .react_native .container > h1 ~ div .entry-utility {
  display: none;
}
.archive .react_native .container > h1 ~ div p {
  font-size: 16px;
}
.archive .react_native .container > h1 ~ div .entry-summary, .archive .react_native .container > h1 ~ div .entry-content {
  padding: 0;
}
.modal .modal-dialog .modal-content {
  border-radius: 0;
}
/* this will target only Mac Safari and Chrome browsers */
.safari.osx section.react_native form .react_form_control input[type="file"] {
  padding-left: 16px;
}
.safari.osx section.talk_to_us .talk-to-text-area-btn-wrapper .text-area-btn-wrapper span.wpcf7-form-control-wrap input {
  margin-left: 16px;
}
.testimonial-review .pop-up-video {
  min-width: 450px;
  height: 252px;
}
.single-testimonial section.react_native .row {
  border-bottom: 0px solid rgba(217, 217, 217, 1);
}
#mega-menu-wrap-header #mega-menu-header {
  height: 100%;
}
/* Mega Menu Design */
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-item > a.mega-menu-link {
  font-size: 14px;
  font-weight: 600;
  font-family: var(--poppins);
  padding: 5px 0;
  color: #fff;
  position: relative;
  line-height: 1;
  height: 40px;
}
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-item > a.mega-menu-link::after {
  position: absolute;
  content: "";
  background: var(--redcolor);
  width: 100%;
  height: 2px;
  left: 0;
  transform: translateY(5px);
  transition: 0.6s;
  opacity: 0;
  bottom: 10px;
  display: block;
}
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-item > a.mega-menu-link:hover::after, #mega-menu-wrap-header #mega-menu-header > li.mega-menu-item.mega-current_page_item > a.mega-menu-link::after, #mega-menu-wrap-header #mega-menu-header > li.mega-menu-item.mega-toggle-on > a.mega-menu-link::after {
  transform: translateY(0);
  opacity: 1;
}
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-header #mega-menu-header > li.mega-menu-item.mega-current_page_item > a.mega-menu-link, #mega-menu-wrap-header #mega-menu-header > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  color: var(--redcolor);
}
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-item {
  margin-left: 45px;
  margin-top: 10px;
}
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-header #mega-menu-header > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-header #mega-menu-header > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-header #mega-menu-header > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-header #mega-menu-header > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-header #mega-menu-header > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  background: transparent;
  font-weight: 600;
}
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
  color: var(--blueColor);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
/* #mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column:first-child > ul > li:first-child a {
  padding-right: 90px;
} */
#mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  padding: 0;
}
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu {
  padding: 40px;
  top: 45px;
  background: #FFF;
}
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
  font-family: var(--poppins);
  font-size: 13px;
  line-height: 25px;
}
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
  color: var(--redcolor);
}
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item, #mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item {
  margin-bottom: 5px;
}
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-item:last-child {
  position: relative;
  margin-top: -5px;
}
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-item:last-child a:last-child {
  border: 1px solid #fff;
  min-width: 153px;
  display: block;
  border-radius: 50px;
  padding: 11px 0 0 18px;
  position: relative;
  height: 40px;
}
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-item:last-child a:last-child:hover, #mega-menu-wrap-header #mega-menu-header > li.mega-menu-item.mega-current-menu-item:last-child a:last-child {
  background: var(--redcolor);
  border-color: var(--redcolor);
  color: #FFF;
}
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-item:last-child::after {
  content: "\f061";
  position: absolute;
  right: 18px;
  top: 4px;
  bottom: auto;
  font-weight: 700;
  font-family: "Font Awesome 6 Free";
  color: #fff;
  font-size: 18px;
  display: block;
}
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-item:last-child a:after {
  display: none;
}
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  display: block;
  background: #FFF;
  color: #666;
  font-weight: 400;
  padding: 0 10px;
  text-decoration: none;
  text-transform: none;
  vertical-align: baseline;
  font-family: var(--poppins);
  font-size: 13px;
  line-height: 25px;
}
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
  background: #FFF;
  color: var(--redcolor);
}
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-flyout ul.mega-sub-menu {
  padding: 25px;
  background: #FFF;
}
/* new css navbar 12-06-23 */
#mega-menu-wrap-header #mega-menu-header li.mega-menu-item > ul.mega-sub-menu li.mega-menu-row:nth-child(2) ul.mega-sub-menu li.mega-menu-column {
  width: 100%;
}
#mega-menu-wrap-header #mega-menu-header li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
  margin-right: 3px;
}
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-row:first-child {
  max-width: calc(100% - 210px);
  margin-right: 0px;
}
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-row:nth-child(2) {
  max-width: 200px;
}
#mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column:first-child > ul > li:first-child a {
  padding: 0 !important;
}
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
  font-size: 15px;
}
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu {
  padding: 40px 20px;
}
#qlwapp.qlwapp-bottom-right {
  top: unset;
  bottom: 70px !important;
}
.phone-number-contact span[data-name="countrytext-903"] span.wpcf7-not-valid-tip {
  display: none;
}
.contactFormnew form .form-heading {
  width: 100%;
}
@media (max-width: 1279px) {
  #mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
    font-size: 14px;
  }
  #mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-row:nth-child(2) {
    max-width: 100%;
  }
  #mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-row:first-child {
    max-width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 769px) {
  #mega-menu-wrap-header {
    background: transparent;
  }
}
/* 6dec-contact-form */
.contactFormnew form input {
  max-width: 100%;
  border: 1px solid #ddd;
  height: 45px;
  margin-top: 10px;
  font-size: 15px;
  padding: 15px;
  width: 100%;
  outline: none;
  box-shadow: none;
  margin-bottom: 16px;
  border-radius: 30px;
}
.contactFormnew form label {
  max-width: 100%;
  font-size: 17px;
  line-height: 1;
  width: 100%;
  color: var(--textColor);
}
.contactFormnew form p {
  max-width: 33%;
  flex: 0 0 33%;
}
.contactFormnew form {
  border: 1px solid #ddd;
  width: 100%;
  padding: 35px;
  max-width: 890px;
  margin: 20px auto 20px auto;
}
/* .wpcf7-form-control-wrap {
  display: flex;
  flex-wrap: nowrap;
} */
.btn-submit-contact input {
  width: auto;
  float: right;
  height: auto;
  background: #da0808;
  padding: 9px 45px;
  color: #FFF;
  font-size: 16px;
  border: 1px solid #da0808;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 500;
}
.btn-submit-contact {
  max-width: 27%;
  flex: 0 0 27%;
}
.btn-submit-contact p {
  max-width: 100% !important;
  display: flrx;
  align-content: center;
  justify-content: center;
  line-height: normal;
}
.btn-submit-contact input {
  height: auto !important;
}
.phone-number-contact {
  max-width: 33%;
  flex: 0 0 33%;
  position: relative;
}
.phone-number-contact p {
  max-width: 100% !important;
}
.phone-number-contact span[data-name="tel-310"] {
  max-width: 100%;
  flex: 0 0 100%;
}
.phone-number-contact p label {
  max-width: 100%;
  flex: 0 0 100%;
}
.phone-number-contact span[data-name="countrytext-903"] {
  max-width: 20%;
  flex: 0 0 20%;
  position: absolute;
  max-width: 20px;
  z-index: 99;
  top: 41px;
  left: 0;
}
.country-select.inside input {
  border-right: 1px solid #ddd;
  box-shadow: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-submit-contact input {
  margin: 36px 0 0 !important;
  height: 48px !important;
  line-height: 18px;
  border: none !important;
}
.phone-number-contact .flag-dropdown:hover .selected-flag:hover {
  background: transparent !important;
}
.country-select .country-list {
  max-width: 270px;
  border-radius: 12px;
}
.contactFormnew form .form-heading p {
  width: 100%;
  max-width: 100%;
}
.contactFormnew form .btn-submit-contact p {
  text-align: center;
}
/* 13-dec-2023 */
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
  font-size: 12px;
  font-family: var(--poppins);
  line-height: 18px;
}
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-row:first-child li#mega-menu-36-0-0 li#mega-menu-item-1358 > a.mega-menu-link {
  max-width: 180px;
}
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  width: 100% !important;
  max-width: 200px;
}
@media(max-width:991px) {
  .country-select .country-list {
    max-width: 220px;
  }
}
@media(max-width:767px) {
  .contactFormnew form p {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .phone-number-contact {
    max-width: 100%;
    flex: 0 0 100%;
    position: relative;
  }
  .phone-number-contact span[data-name="countrytext-903"] {
    top: 38px;
  }
  .btn-submit-contact {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .btn-submit-contact input {
    margin: 20px 0 0 !important;
  }
  .country-select .country-list {
    max-width: 260px;
    width: 260px;
  }
  .contactFormnew form {
    padding: 22px;
  }
}
section.solution-service-section.portfilio-text.portfilio-text-details1 .contactFormnew form p {
  padding: 0 !important;
  margin: 0 !important;
}
section.solution-service-section.portfilio-text.portfilio-text-details1 .contactFormnew form p label {
  text-align: left;
}
section.solution-service-section.portfilio-text.portfilio-text-details1 .contactFormnew form .form-heading p {
  margin: 0 !important;
  text-align: left;
}
section.solution-service-section.portfilio-text.portfilio-text-details1 .contactFormnew form > p span.wpcf7-not-valid-tip, section.solution-service-section.portfilio-text.portfilio-text-details1 .contactFormnew form > div:nth-child(n + 3) span.wpcf7-not-valid-tip {
  text-align: left;
}
@media(max-width:1199px) {
  section.solution-service-section.portfilio-text.portfilio-text-details1 .phone-number-contact span[data-name="countrytext-903"] {
    top: 35px;
  }
}
@media(max-width:1023px) {
  section.solution-service-section.portfilio-text.portfilio-text-details1 .contactFormnew form > p, section.solution-service-section.portfilio-text.portfilio-text-details1 .contactFormnew form > div:nth-child(n + 3) {
    max-width: calc(33.33% - 17px) !important;
    width: 100% !important;
    flex: calc(33.33% - 17px) !important;
  }
  section.solution-service-section.portfilio-text.portfilio-text-details1 .contactFormnew form > div:last-child {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media(max-width:991px) {
  section.solution-service-section.portfilio-text.portfilio-text-details1 .phone-number-contact span[data-name="countrytext-903"] {
    top: 34px;
  }
}
@media(max-width:767px) {
  section.solution-service-section.portfilio-text.portfilio-text-details1 .contactFormnew form > p, section.solution-service-section.portfilio-text.portfilio-text-details1 .contactFormnew form > div:nth-child(n + 3) {
    max-width: 100% !important;
    flex: 100% !important;
  }
  section.solution-service-section.portfilio-text.portfilio-text-details1 .phone-number-contact span[data-name="countrytext-903"] {
    top: 39px;
  }
  body.single-services section.react_native > .container section.solution-service-section.portfilio-text.portfilio-text-details1 > .container {
    padding: 0;
  }
  body.single-services section.react_native > .container section.solution-service-section.portfilio-text.portfilio-text-details1 > .container .header-inner-section {
    padding: 0;
  }
}
.contactFormnew form input.wpcf7-validates-as-tel {
  padding: 15px 15px 15px 70px;
}
.contactFormnew form input.wpcf7-number {
  padding-left: 60px;
}
/* 20 Dec 2023 remore btton on blog page */
/*section.solution-service-section .blog-details .blog-main-details p a {
  background: #DA0808;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 1px solid var(--redcolor);
  border-radius: 50px;
  text-transform: uppercase;
  padding: 12px 16px;
  display: inline-block;
}*/
section.solution-service-section .blog-details .blog-main-details p a {
	background: #DA0808;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border: 1px solid var(--redcolor);
	border-radius: 50px;
	text-transform: uppercase;
	display: flex;
	width: auto;
	height: auto;
	justify-content: center;
	align-items: center;
	padding: 12px 20px;
	margin-top: 10px;
}
section.solution-service-section .blog-details .blog-main-details p a .meta-nav {
	margin-left: 10px;
	font-size: 30px;
	line-height: 1;
	margin-top: -6px;
}
section.solution-service-section .blog-details .blog-main-details p a:hover {
  background: none;
  color: var(--redcolor);
}
/* 29 dec 2023 */
.react_content_wrapper-form .react_form_control:nth-last-child(-n+5) span.wpcf7-form-control-wrap input#imgupload {
  opacity: 0;
}
section.react_native form .react_form_control input[type="file"] {
  opacity: 0;
}
/*  22Jan*/
/* PopupDesign */
html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
  background-color: rgb(0 0 0 / 51%);
}
.pum-container.pum-responsive.pum-responsive-medium {
  background: #062d60;
  border-radius: 25px;
  overflow: hidden;
}
.pum-theme-2331 .pum-title, .pum-theme-default-theme .pum-title {
  color: #fff;
}
.pum-theme-2331 .pum-title, .pum-theme-default-theme .pum-title {
  color: #062d60;
  background: #fff;
  margin: -19px;
  padding: 15px;
}
.my_logos {
  display: flex;
  flex-wrap: wrap;
}
.my_logos .logoImages_ img {
  /*filter: invert(1);*/
}
.my_logos .logoImages_ {
  padding: 0px 10px;
  flex: 0 0 33%;
}
.website_mobile_app_popup > .row {
  align-items: center;
  margin-bottom: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.website_mobile_app_popup .formFields form {
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.website_mobile_app_popup .formFields form .mob-app-parent {
  width: 100%;
  max-width: 100%;
}
.website_mobile_app_popup .formFields form .mob-app-parent input, .website_mobile_app_popup .formFields form .mob-app-parent select {
  height: 40px;
  background: transparent;
  border: navajowhite;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
  color: #fff;
  width: 100%;
}
.website_mobile_app_popup .formFields form .mob-app-parent textarea {
  min-height: 100px;
  max-height: 100px;
  width: 100%;
  background: transparent;
  border-radius: 10px;
  border-color: #fff;
  padding: 13px;
  color: #fff;
}
.website_mobile_app_popup .formFields form .mob-app-parent span {
  width: 100%;
  display: block;
  margin: 0;
}
.mob-app-parent .submit input {
  width: 100%;
  border: 0 !important;
  font-family: "Roboto", Sans-serif;
  font-weight: 500;
  text-shadow: 0 0 21px rgba(0, 0, 0, .3);
  fill: #FFF;
  color: #FFF;
  background-color: var(--redcolor) !important;
  border-radius: 30px;
  height: 50px !important;
  border: 1px solid var(--redcolor) !important;
}
.mob-app-parent .submit input:hover {
  background: transparent !important;
  color: var(--redcolor) !important;
}
.popupLogos * {
  color: #fff;
}
.pum-theme-2331 .pum-content, .pum-theme-default-theme .pum-content {
  margin-top: 50px;
}
.pum-container.pum-responsive.pum-responsive-medium button.pum-close.popmake-close {
  font-size: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  right: 25px;
  top: 19px;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #062d60;
}
.pum-container.pum-responsive.pum-responsive-medium button.pum-close.popmake-close:after {
  content: '\f00d';
  position: absolute;
  width: 15px;
  height: 15px;
  color: #fff;
  font-size: 20px;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.my_logos .row {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border: 0 !important;
}
.website_mobile_app_popup .formFields form .mob-app-parent select option {
  color: #000;
}
.cstm-slider-banner, .our-dream-child {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
.cstm-slider-banner.slick-initialized, .our-dream-child.slick-initialized {
  visibility: visible;
  opacity: 1;
}
/* 23 jan 2024 starts */
.join_form-sec .react_content_wrapper-form .react_form_control:nth-child(6) .wpcf7-form-control-wrap::after {
  content: 'Choose File';
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  max-width: max-content;
  font-size: 13px;
  top: 0;
  padding: 0 15px;
  pointer-events: none;
  cursor: pointer;
  color: #FFF;
  text-decoration: none;
  background: var(--blueColor);
  border-radius: 40px;
  line-height: 34px;
  cursor: pointer;
}
.join_form-sec .react_content_wrapper-form .react_form_control:nth-child(6) .wpcf7-form-control-wrap {
  position: relative;
}
.join_form-sec .react_content_wrapper-form .react_form_control:nth-child(6) .wpcf7-form-control-wrap .wpcf7-file {
  opacity: 0;
  height: 34px;
  vertical-align: top;
}
.react_content_wrapper-form .react_form_control:nth-last-child(-n+6) span.wpcf7-form-control-wrap::after {
  content: 'Choose File';
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  max-width: max-content;
  font-size: 13px;
  top: 0;
  padding: 0 15px;
  pointer-events: none;
  cursor: pointer;
  color: #FFF;
  text-decoration: none;
  background: var(--blueColor);
  border-radius: 40px;
  line-height: 34px;
}
/* 23 jan 2024 ends */
.tab-boxs .prcs_cntnt_lft h2 {
  display: none;
}
.tab-boxs .prcs_cntnt_lft {
  margin-right: 20px;
}
.tab-boxs .prcs_cntnt_ryt figure {
  display: none;
}
#mobModal .modal-dialog, div#initialPopup .modal-dialog {
  z-index: 9999999999999;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto !important;
  height: auto;
  width: 100%;
  border: 0;
  background: none;
  max-width: 900px;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
#mobModal .modal-dialog .modal-content, div#initialPopup .modal-dialog .modal-content {
  border: 0;
  color: #0000;
  background: #FFF;
}
#mobModal .modal-dialog .modal-content .popupLogos * {
  color: #000;
}
#mobModal .modal-dialog .modal-content .modal-body .row, div#initialPopup .modal-dialog .modal-content .modal-body .row {
  display: flex;
  align-items: flex-start;
}
#mobModal .modal-dialog .modal-content .modal-body .row .my_logos {
  /*background: rgba(17, 17, 17, 0.23);*/
  border-radius: 15px;
  margin-top: 30px;
  padding-right: 20px;
}
#mobModal .modal-dialog .modal-content .modal-body h2 {
  margin: 0 0 10px;
  color: #062d60;
}
#mobModal .modal-dialog .modal-content .modal-body input, #mobModal .modal-dialog .modal-content .modal-body textarea, #mobModal .modal-dialog .modal-content .modal-body select, div#initialPopup .modal-dialog .modal-content input, div#initialPopup .modal-dialog .modal-content textarea, div#initialPopup .modal-dialog .modal-content select {
  border: 1px solid #999;
  border-radius: 35px;
  min-height: 55px;
  color: #000;
  padding: 10px 15px;
  width: 100%;
  background: #FFF;
  font-size: 15px;
  outline: none;
}
#mobModal .modal-dialog .modal-content .modal-body textarea, div#initialPopup .modal-dialog .modal-content textarea {
  resize: none;
  margin-top: 20px;
  max-height: inherit;
  min-height: 120px;
  height: 150px;
}
#mobModal .modal-dialog .modal-content .modal-body input, div#initialPopup .modal-dialog .modal-content input {
  margin: 0 0 20px;
}
div#initialPopup .modal-dialog .modal-content .website_initial_popup, #mobModal .modal-dialog .modal-content .website_mobile_app_popup {
  /* background: url(https://www.cssoftsolutions.com/wp-content/uploads/2024/01/corinne-kutz-tMI2_-r5Nfo-unsplash.jpg) center center no-repeat !important;*/
  background-size: cover !important;
  padding: 55px 25px 25px;
  background: none !important;
}
div#initialPopup .modal-dialog .modal-content .row {
  flex-direction: row-reverse;
}
#mobModal .modal-dialog .modal-content .modal-body .phone_wrap {
  display: flex;
}
#mobModal .modal-dialog .modal-content .modal-body .phone_wrap .country {
  flex: 0 0 90px;
  margin-right: 15px;
}
#mobModal .modal-dialog .modal-content .modal-body .phone_wrap .country * {
  color: #000 !important;
}
#mobModal .modal-dialog .modal-content .modal-body .phone_wrap .country .country-list li {
  margin: 0;
  display: flex;
  align-items: center;
}
#mobModal .modal-dialog .modal-content .modal-body .phone_wrap .country .country-list {
  z-index: 999;

  overflow-x: hidden;
}
#mobModal .modal-dialog .modal-content .modal-body .phone_wrap .country .flag-dropdown {
  width: 100%;
  text-align: center;
}
#mobModal .modal-dialog .modal-content .modal-body .phone_wrap .country .flag-dropdown .selected-flag {
  padding: 0 11px;
  width: 100%;
}
#mobModal .modal-dialog .modal-content .modal-body br {
  display: none;
}
#mobModal .modal-dialog .modal-content input[type="submit"] {
  border-radius: 50px;
  color: #FFF;
  text-transform: uppercase;
  margin-top: 10px;
}
#mobModal {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999999999;
}
.mobile-contact-page input, .mobile-contact-page textarea, .mobile-contact-page select {
  max-width: 100%;
  border: 1px solid #ddd;
  height: 55px;
  font-size: 15px;
  padding: 15px;
  width: 100%;
  outline: none;
  box-shadow: none;
  margin-bottom: 16px;
  border-radius: 30px;
  background: #FFF;
}
.mobile-contact-page textarea {
  min-height: 150px;
  resize: none;
}
.mobile-contact-page .phone_wrap .country {
  padding-left: 0;
  width: 100%;
  flex: 0 0 90px;
}
.mobile-contact-page .phone_wrap {
  display: flex;
}
.mobile-contact-page .phone_wrap .country + p input {
  border-radius: 0 50px 50px 0;
  margin-left: 10px;
}
.mob-app-parent .submit input {
  width: 100%;
  border: 0 !important;
  font-family: "Roboto", Sans-serif;
  font-weight: 500;
  text-shadow: 0 0 21px rgba(0, 0, 0, .3);
  fill: #FFF;
  color: #FFF;
  background-color: var(--redcolor) !important;
  border-radius: 30px;
  height: 50px !important;
  border: 1px solid var(--redcolor) !important;
  padding: 10px;
}
.tab-boxs .prcs_cntnt_lft {
  width: 450px;
  float: left;
}
.tab-boxs .prcs_cntnt_ryt h3 {
  color: #2D2D2D;
  font-size: 24px;
  margin-bottom: 15px;
}
.tab-boxs .prcs_cntnt_ryt {
  font-size: 20px;
  color: #2D2D2D;
}
.tab-teaser .tab-menu-quality ul {
  list-style-type: none;
  padding: 0;
}
.tab-teaser .tab-menu-quality ul li a {
  border: 1px solid #000;
  width: 90%;
  float: left;
  border-radius: 10px;
  padding: 10px 15px;
  color: var(--blackColor);
  margin-bottom: 15px;
}
.tab-teaser .tab-menu-quality ul li a.active {
  background: var(--blueColor);
  color: #FFF;
}
.tab-menu-technology ul {
  display: flex;
  list-style-type: none;
  justify-content: center;
  padding: 0px;
}
.tab-menu-technology ul li {
  margin: 0 15px;
}
.tab-menu-technology ul li a {
  border: 1px solid #000;
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 16px;
  color: #000;
}
.tab-menu-technology ul li a.active {
  background: var(--blueColor);
  color: #FFF;
}
.oxilab-flip-box-wrapper .oxilab-flip-box-body-1 {
  max-width: 100%;
}
.oxilab-flip-box-wrapper .oxilab-flip-box-body-1 .oxilab-flip-box-1, .oxilab-flip-box-body-1-1 .oxilab-flip-box-back-1, .oxilab-flip-box-body-1-2 .oxilab-flip-box-back-1 {
  border: 0;
  border-radius: 15px;
  overflow: hidden;
}
.oxilab-flip-box-wrapper .oxilab-flip-box-body-1 .oxilab-flip-box-1 .oxilab-heading {
  font-family: var(--anybody);
  font-size: 36px;
  line-height: 45px;
}
.oxilab-flip-box-wrapper .oxilab-flip-box-body-1 .oxilab-heading {
  font-family: var(--anybody);
  font-size: 24px;
  margin: 0;
  line-height: 1;
}
.oxilab-flip-box-wrapper .oxilab-flip-box-body-1 .oxilab-info {
  padding: 0 25px;
  font-size: 16px;
  line-height: 27px;
}
.website_mobile_app_popup .wpcf7-not-valid-tip {
  bottom: 7px;
  position: absolute;
  line-height: 1;
}
#mobModal .modal-dialog .modal-content .wpcf7-spinner {
  width: 25px;
  display: inherit;
  margin: 0 auto;
  height: 25px;
  float: left;
  margin-top: -58px;
  margin-left: 40px;
}
/*.socialAccountblock .socialCircle {
  margin: 0 20px;
  text-align:center;
  padding: 15px 0;
}
.socialAccountblock .socialCircle a {
  min-height: 270px;
  box-shadow: 0 0 0 #000, 0 0 5px 4px #f3f3f3;
  transition: all 0.2s linear;
  border: 1px solid #fff;
  margin: 0 auto;
}*/
.wrap-area-main {
  max-width: 1500px !important;
  margin: 50px auto !important;
}
.tabs-list ul {
  /*list-style-type:none;*/
  padding-left: 30px;
}
.mobile-contact-page .phone_wrap p {
  width: 100%;
}
.react_native .mobile-contact-page form {
  margin-bottom: 0;
}
section.react_native .entry-content .cardMainFull h5 {
  margin: 0;
}
.mob-app-parent .phone_wrap select {
  border-radius: 35px 0 0 35px !important;
}
div#initialPopup .modal-dialog .modal-content .website_initial_popup .request-a-call input {
  width: 100%;
  border: 0 !important;
  font-family: var(--poppins);
  font-weight: 500;
  text-shadow: 0 0 21px rgba(0, 0, 0, .3);
  fill: #FFF;
  color: #FFF;
  background-color: var(--redcolor) !important;
  border-radius: 30px;
  height: 50px !important;
  border: 1px solid var(--redcolor) !important;
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 0px;
  text-transform: uppercase;
  transition: all 0.5s;
}
div#initialPopup .modal-dialog .modal-content .website_initial_popup .request-a-call input:hover {
  background-color: transparent !important;
  color: var(--redcolor) !important;
  transition: all 0.5s;
}
div#initialPopup .modal-dialog .modal-content .website_initial_popup .popupLogos_cntent * {
  color: #000;
}
div#initialPopup .modal-dialog .modal-content .website_initial_popup .popupLogos_cntent h4 {
  color: var(--redcolor);
  font-size: 30px;
  font-family: var(--futura);
  font-weight: bold;
  position: relative;
  margin-bottom: 18px;
}
div#initialPopup .modal-dialog .modal-content textarea {
  height: 130px;
  margin-top: 0;
}
div#initialPopup .modal-body, #mobModal .modal-body {
  padding: 0;
}
div#initialPopup .modal-header, #mobModal .modal-header {
  position: absolute;
  background: #062d60;
  z-index: 1;
  border-radius: 0;
  right: 5px;
  top: 5px;
  border: 0;
  padding: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
div#initialPopup .modal-content, #mobModal .modal-content {
  position: relative;
}
div#initialPopup .modal-header button.btn-close.popMob-close, #mobModal .modal-header button.btn-close.popMob-close {
  padding: 0;
  width: 100%;
  height: 35px;
  float: left;
  filter: invert(1);
  opacity: 1;
  margin-right: 0;
  box-shadow: none;
  background-size: 20px !important;
  border-radius: 50% !important;
  transform: scale(0.8);
  margin-top: -5.5px;
}
div#initialPopup .modal-dialog, #mobModal .modal-dialog {
  border: 0;
}
#mobModal .mob-app-parent .phone_wrap select {
  border-radius: 35px !important;
}
.popup-initial .phone_wrap {
  display: flex;
}
.popup-initial .phone_wrap .country {
  margin-right: 10px;
  flex: 0 0 90px;
}
.popup-initial .phone_wrap .country select {
  padding-top: 13px !important;
}
div#initialPopup .modal-dialog .modal-content .website_initial_popup .request-a-call .wpcf7-spinner {
  margin-top: -57px;
  float: left;
  margin-left: 25%;
}
div#initialPopup span.wpcf7-not-valid-tip {
  bottom: -42px;
  position: absolute;
}
.country-phone {
  display: flex;
}
.country-phone .country_code {
  flex: 0 0 80px;
  max-width: 80px;
  margin-right: 10px
}
.country-phone .country_code select {
  width: 100%;
  max-width: 100%;
  border: 1px solid #ddd;
  height: 45px;
  margin-top: 10px;
  font-size: 15px;
  padding: 5px;
  width: 100%;
  outline: none;
  box-shadow: none;
  margin-bottom: 16px;
  border-radius: 30px;
}
.header-inner-section p a {
  color: var(--textColor);
}
.our-dream-child .slick-track .slick-slide {
  border-radius: 15px;
  margin: 0 15px;
  padding: 25px;
  text-align: center;
  color: #FFF;
  height: 270px;
}
.our-dream-child .slick-track .slick-slide p {
  color: #FFF !important;
}
.popupLogos_cntent, #mobModal .popupLogos {
  background: #062d600a;
  padding: 30px;
  border-radius: 15px;
}
div#initialPopup .modal-dialog .modal-content .website_initial_popup .popupLogos_cntent h2 {
  margin-bottom: 10px;
  font-size: 30px;
  color: #062d60;
}
div#initialPopup .modal-dialog .modal-content .website_initial_popup .popupLogos_cntent h4::after {
  width: 78px;
  content: "";
  height: 3px;
  background: var(--redcolor);
  position: absolute;
  left: 0;
  bottom: -7px;
}
#mobModal .modal-dialog .modal-content input[type="submit"] {
  margin-bottom: 0;
  font-family: var(--poppins) !important;
}
#mobModal .popupLogos span {
  font-size: 17px;
  font-weight: 400;
  line-height: 29px;
  font-family: var(--poppins);
}
.tab-boxs {
  display: flex;
}
.tab-boxs .prcs_cntnt_ryt {
  max-width: calc(100% - 470px);
  float: left;
}
.tab-menu-quality ul {
  margin: 0;
}
.our-dream-child .slick-arrow {
  color: #000;
}
.our-dream-child .slick-arrow::before {
  color: #000;
}
.modal-dialog .modal-content {
  border-radius: 15px !important;
}
.tab-boxs .prcs_cntnt_lft figure img {
  border-radius: 15px;
}
.popup-initial .phone_wrap .country select, #mobModal .modal-dialog .modal-content .modal-body .phone_wrap .country select, .mob-app-parent .phone_wrap select, .mobile-contact-page select {
  appearance: none;
  -webkit-appearance: none;
  background: url(https://www.cssoftsolutions.com/wp-content/uploads/2024/02/downward-arrow.png) center center no-repeat !important;
  background-size: 16px !important;
  background-position-x: calc(100% - 15px) !important;
  background-color: #FFF !important;
}
.box-hover-text:hover a, .box-hover-text a.active {
  color: #FFF !important;
  background: #062d60 !important;
  border-radius: 8px;
}
.box-hover-text a {
  width: 100%;
  display: block;
  padding: 10px 0px !important;
}
.box-hover-text {
  cursor: pointer;
}
/* Logo Image Stretch */
.mainHeader .navbar-brand img, .social-icon ul li img {
  height: auto !important;
}
.banner-slider .slick-track {
  height: 100%;
}
.my_logos .logoImages_ img {
  object-fit: contain;
  height: 45px;
}
.elementor-page-1985 #tab-1, .elementor-page-1985 #tab-2, .elementor-page-1985 #tab-3, .elementor-page-1985 #tab-4, .elementor-page-1985 #tab-5, .elementor-page-1985 #tab-6 {
  padding: 0 20px;
}
/* new tabbing */
/* .new_techstack {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.new_techstack.slick-initialized {
  visibility: visible;
  opacity: 1;
} */
.stack_index > ul {
  display: flex;
  padding: 0;
  list-style: none;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
.stack_index > ul > li > a {
  font-size: 21px;
  color: #282828;
  font-weight: 400;
  border: 1px solid #282828;
  border-radius: 10px;
  padding: 13px 25px;
  display: inline-flex;
  align-items: center;
  width: 100%;
  text-align: left;
  justify-content: flex-start;
}
.tech-stack .stack_content .new_techstack:not(.active-slider) {
  display: none;
}
.stack_index > ul > li > a.active-slider {
  background: #062d60;
  color: #fff;
}
.tech-stack {
  display: flex;
}
.tech-stack > .stack_index {
  width: 100%;
  max-width: 370px;
}
.tech-stack > .stack_content {
  width: 100%;
  max-width: calc(100% - 370px);
  padding: 0 0 0 40px;
}
.tech-stack > .stack_content .new_techstack {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
.tech-stack > .stack_content .new_techstack div {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  box-shadow: 0px 11px 23px rgba(203, 203, 203, 0.25);
  margin: 0 auto;
  overflow: hidden;
}
.tech-stack > .stack_content .new_techstack div img {
  max-width: 80px;
  height: 80px;
  object-fit: contain;
  width: 100%;
}
.modal-dialog .wpcf7 form.spam .wpcf7-response-output {
  color: #000;
  font-size: 20px;
}



/* New changes website 2024 */
.socialCircle {
	height: 180px;
	max-width: calc(100%/7 - 15px);
	border: 0;
	box-shadow: 0px 6px 15px 0px #CDD4E5;
	border-radius: 25px;
	overflow: hidden;
	width: 100%;
}
.socialCircle a img {
	max-height: 130px;
	max-width: 130px;
	object-fit: contain;
}
.socialCircle.dataRush img {
	max-width: 170px;
}
.tech-stack > .stack_content .new_techstack > div {
  transition: all 0.5s;
}
.tech-stack > .stack_content .new_techstack > div:hover {
  transition: all 0.5s;
  transform: scale(1.05);
}

 
		  .navbar-brand.inner-pages-logo {
    display: none;
}
	 html .inner-landing-pages .navbar-brand.inner-pages-logo {
    display: block;
}


html .inner-landing-pages header.mainHeader {
    display: block!important;
}
html .inner-landing-pages header.mainHeader a.navbar-brand:not(.inner-pages-logo) {
    display: none;
}

html .inner-landing-pages header.mainHeader div#navbarSupportedContent ul#mega-menu-header li a {
    color: var(--blueColor)!important;
}

html .inner-landing-pages  #mega-menu-wrap-header #mega-menu-header > li.mega-menu-item:last-child a:last-child{
	border-color: var(--blueColor)!important;
}
html .inner-landing-pages  #mega-menu-wrap-header #mega-menu-header > li.mega-menu-item:last-child a:last-child:hover{
	border-color: #fff!important;
	color:#fff!important;
}
html .inner-landing-pages #mega-menu-wrap-header #mega-menu-header > li.mega-menu-item:last-child::after {
    color: var(--blueColor);
	pointer-events:none;
}
html .inner-landing-pages #mega-menu-wrap-header #mega-menu-header > li.mega-menu-item:last-child:hover::after {
    color: var(--whiteColor)!important;
}
html .inner-landing-pages header.mainHeader div#navbarSupportedContent ul#mega-menu-header li a:hover {
    color: var(--redcolor)!important
}
html .inner-landing-pages #mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, html .inner-landing-pages #mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
    color: var(--blueColor)!important;
}

html .inner-landing-pages header #mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    
    color: #666!important;
}
html .inner-landing-pages #mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
    color: var(--redcolor)!important;
}


/*New LandingPage Style*/
div#innerpagepopup .modal-dialog .modal-body {
    padding: 55px 25px;
}

/* width */
div#innerpagepopup ::-webkit-scrollbar {
  width: 5px;
}

 
/* Handle */
div#innerpagepopup ::-webkit-scrollbar-thumb {
  background: #eaeaea; 
  border-radius: 10px;
}
div#innerpagepopup:hover ::-webkit-scrollbar-thumb {
  background: #bcbaba; 
  border-radius: 10px;
}



div#innerpagepopup .modal-dialog {
    width: 100%;
    max-width: 100%;
    z-index: 9999999999999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
    height: auto;
    width: 100%;
    border: 0;
    background: none;
    max-width: 900px;
    /* padding: 55px; */
}
div#innerpagepopup .modal-dialog .modal-body {
    padding: 55px 25px;
} 
div#innerpagepopup .modal-dialog .formFields {
    height: 482px;
    overflow: auto;
    margin-right: -25px;
    padding-right: 25px;
    margin-bottom: 15px;
    padding-bottom: 50px;
} 
div#innerpagepopup .nf-field-container.checkbox-container .checkbox-wrap input {
    height: auto;
    margin: 0;
    min-height: unset;
}
div#innerpagepopup .modal-dialog .formFields .nf-form-cont h3 {
    display: none;
}
div#innerpagepopup .modal-dialog .formFields .nf-form-cont  .nf-form-wrap .nf-form-layout .nf-before-form-content {
    display: none;
}
div#innerpagepopup .nf-field-container.checkbox-container .nf-field-element::after{
    display: none;
}
div#innerpagepopup .modal-dialog .modal-content input, div#innerpagepopup .modal-dialog .modal-content select {
    max-height: 55px;
}
div#innerpagepopup .nf-after-form-content .nf-error-msg {
    font-size: 16px;
    color: red;
    text-align: center;
    display: none;
}
div#innerpagepopup .nf-after-form-content .nf-form-hp label {
    font-size: 14px;
    line-height: 20px;
    display: flex;
    font-weight: 600;
} 
div#innerpagepopup .nf-after-form-content .nf-form-hp label input {
    height: 30px;
    max-height: 30px;
    min-height: 41px!important;
    max-width: 100px;
    margin: 0;
}
/*
div#innerpagepopup .file_upload-container .file_upload-wrap .files_uploaded {
    display: none;
}
*/ 
div#innerpagepopup .file_upload-container .file_upload-wrap .nf-fu-progress {
    display: none;
}


div#innerpagepopup .modal-dialog .modal-content input, div#innerpagepopup .modal-dialog .modal-content textarea, div#innerpagepopup .modal-dialog .modal-content select {
    border: 1px solid #999;
    border-radius: 35px;
    min-height: 55px;
    color: #000;
    padding: 10px 15px;
    width: 100%;
    background: #FFF;
    font-size: 15px;
    outline: none;
    margin-bottom: 20px;
    resize: none;
}
div#innerpagepopup .modal-header, #mobModal .modal-header {
    position: absolute;
    background: #062d60;
    z-index: 1;
    border-radius: 0;
    right: 5px;
    top: 5px;
    border: 0;
    padding: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
div#innerpagepopup .modal-header button.btn-close.popMob-close, #mobModal .modal-header button.btn-close.popMob-close {
    padding: 0;
    width: 100%;
    height: 35px;
    float: left;
    filter: invert(1);
    opacity: 1;
    margin-right: 0;
    box-shadow: none;
    background-size: 20px !important;
    border-radius: 50% !important;
    transform: scale(0.8);
    margin-top: -5.5px;
}
div#innerpagepopup .nf-field-container .nf-field-label label span.ninja-forms-req-symbol {
    display: none;
}
div#innerpagepopup .nf-form-content nf-rows-wrap .nf-row:nth-child(-n+9) .nf-field-label {
    display: none;
}
div#innerpagepopup .file_upload-container .file_upload-wrap {
    position: relative;
}
div#innerpagepopup .file_upload-container .file_upload-wrap .nf-field-label {
    background: #f2f2f2;
    padding: 10px;
    font-size: 13px;
    text-align: center;
    line-height: 22px;
    border: 1px dashed gray;
}
div#innerpagepopup .file_upload-container .file_upload-wrap button.btn.ninja-forms-field.nf-element.btn-success.nf-fu-fileinput-button {
    position: absolute;
    top: 0;
    width: 100%;
    background: transparent;
    border: 0;
    height: 100%;
    max-height: 65px;
} 

/*
html div#innerpagepopup .file_upload-container .file_upload-wrap .nf-field-element {
    position: absolute!important;
    top: 0;
    width: 100%;
}
*/
/*
div#innerpagepopup .file_upload-container .file_upload-wrap .nf-field-element button {
    width: 100%;
    min-height: 100px;
    background: transparent;
    border: 0;
    font-size: 0!important;
    display: block;
}
*/
div#innerpagepopup .file_upload-container .file_upload-wrap .nf-field-element button span {
    font-size: 0!important;
    display: block;
}
div#innerpagepopup .file_upload-container .file_upload-wrap .nf-field-element input.nf-element {
    display: none!important;
    padding: 0;
}
div#innerpagepopup .nf-field-container.checkbox-container .checkbox-wrap {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    padding-bottom: 14px;
}
div#innerpagepopup .nf-field-container.checkbox-container .checkbox-wrap .nf-field-label label {
    font-size: 14px;
    line-height: normal;
    padding-left: 10px;
}
div#innerpagepopup .modal-dialog .modal-content textarea {
    height: 130px;
    margin-top: 0;
}
div#innerpagepopup .nf-error-wrap .nf-error-msg {
    font-size: 12px;
    line-height: normal;
    position: absolute;
    bottom: -19px;
    color: red;
    font-family: 'Poppins';
}
div#innerpagepopup .nf-form-content nf-rows-wrap .nf-row:nth-child(-n+2), div#innerpagepopup .nf-form-content nf-rows-wrap .nf-row:nth-child(7), div#innerpagepopup .nf-form-content nf-rows-wrap .nf-row:nth-child(8) {
    flex: 0 0 48%;
}
div#innerpagepopup .file_upload-container .file_upload-wrap .nf-field-element::after {
    opacity: 0;
}
.file_upload-container .nf-error-msg.nf-error-upload-file-error {
    display: none;
}
div#innerpagepopup .file_upload-container .file_upload-wrap .nf-field-element {
    position: static!important;
} 
div#innerpagepopup .nf-field-container {
    position: relative;
}
div#innerpagepopup .modal-dialog .modal-content .field-wrap .nf-field-element {
    position: relative;
}
div#innerpagepopup .modal-dialog .modal-content .field-wrap .nf-field-element:after {
    top: 21px;
    right: 15px;
}
div#innerpagepopup .nf-form-content nf-rows-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    gap: 0 10px;
}
div#innerpagepopup .nf-form-content nf-rows-wrap .nf-row {
    flex: 0 0 100%;
    max-width: 100%;
}
div#innerpagepopup .nf-form-content nf-rows-wrap .nf-row:nth-child(4) {
    max-width: 100px;
}
div#innerpagepopup .nf-form-content nf-rows-wrap .nf-row:nth-child(5) {
    max-width: calc(100% - 110px);
    margin: 0 0 0 auto;
}
div#innerpagepopup .nf-form-content nf-rows-wrap .nf-row:nth-child(5) .nf-error .nf-error-msg {
    left: -110px;
    bottom: -19px;
}

div#innerpagepopup .textbox-wrap .nf-field-element input[type="submit"] {
    width: 100%;
    font-family: var(--poppins);
    font-weight: 500;
    text-shadow: 0 0 21px rgba(0, 0, 0, .3);
    fill: #FFF;
    color: #FFF!important;
    background-color: var(--redcolor) !important;
    border-radius: 30px;
    height: 48px !important;
    border: 1px solid var(--redcolor) !important;
    padding: 0!important;
    text-transform: uppercase;
    transition: all 0.5s;
    max-width: max-content;
    min-width: 150px;
    margin: auto;
}
div#innerpagepopup .nf-form-content nf-rows-wrap .nf-row:last-child {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 15px;
    text-align: right;
    background: var(--whiteColor);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
div#innerpagepopup .modal-dialog .modal-content .website_initial_popup .popupLogos_cntent h4 {
    color: var(--redcolor);
    font-size: 30px;
    font-family: var(--futura);
    font-weight: bold;
    position: relative;
    margin-bottom: 18px;
}
div#innerpagepopup .modal-dialog .modal-content .website_initial_popup .popupLogos_cntent h4::after {
    width: 78px;
    content: "";
    height: 3px;
    background: var(--redcolor);
    position: absolute;
    left: 0;
    bottom: -7px;
}
div#innerpagepopup .modal-dialog .modal-content .website_initial_popup .popupLogos_cntent h2 {
    margin-bottom: 10px;
    font-size: 30px;
    color: #062d60;
    font-weight: bold!important;
    line-height: normal;
}
div#innerpagepopup.modal-dialog .modal-content .website_initial_popup .popupLogos_cntent * {
    color: #000;
}
div#innerpagepopup .nf-after-form-content {
    display: none;
}
div#innerpagepopup .modal-dialog .modal-content select {
  
    appearance: none;
}

.list-select-wrap .nf-field-element:before, div#innerpagepopup .nf-form-content nf-rows-wrap .nf-row:nth-child(4) .nf-field-element:before {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 18px;
    right: 11px;
    content: "\f078" !important;
    font-weight: 600;
    font-family: 'Font Awesome 5 Free' !important;
    font-size: 16px;
    color: #585757;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    z-index: 1;
} 
.popupLogos_cntent + ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.popupLogos_cntent + ul li {
    max-width: 33%;
    padding: 15px;
}
.popupLogos_cntent + ul li img {
    width: 100%;
    max-width: 90px;
    margin: auto;
}
.mobile-contact-page .nf-form-content .nf-row:nth-child(-n+8) .nf-field-label {
    display: none!important;
}
.mobile-contact-page div#nf-form-2-cont .nf-form-layout form .nf-form-content .nf-row .nf-cell .listselect-wrap .nf-field-element:after{
display:none;
}
.mobile-contact-page .nf-form-content .nf-row .nf-field-container {
    position: relative;
}
.mobile-contact-page .nf-form-content .nf-row:nth-child(4) {
    max-width: 80px;
}

.mobile-contact-page .nf-form-content .nf-row .nf-cell select {
    appearance: none!important;
    background-image: unset!important;
}

.mobile-contact-page .nf-form-content  nf-rows-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.mobile-contact-page .nf-form-content nf-rows-wrap .nf-row {
    flex: 0 0 48%;
}
.mobile-contact-page .nf-form-content .nf-row:nth-child(5) {
    max-width: calc(100% - 0px);
    flex-basis: calc(48% - 80px);
}
.mobile-contact-page .nf-form-content .nf-row:nth-child(5) .nf-error-msg.nf-error-required-error {
    left: -87px;
}
.mobile-contact-page .nf-form-content nf-rows-wrap .nf-row:nth-last-child(-n+5) {
    flex: 0 0 100%;
    max-width: 100%;
}
.mobile-contact-page .nf-form-content .nf-row:nth-child(5) {
    flex-basis: calc(50% - 100px)!important;
}
 .mobile-contact-page .nf-form-content nf-rows-wrap {
    display: flex!important;
    flex-wrap: wrap!important;
    gap: 10px;
     justify-content: center;
}
.mobile-contact-page .nf-form-content .nf-row:nth-child(4) .nf-field-element:after {
    top: 2px!important;
}
.mobile-contact-page .nf-form-content .nf-row .nf-field-element:before {
    top: 10px;
} 

.mobile-contact-page .nf-form-content nf-rows-wrap .nf-row:nth-child(9) .nf-field-label {
    display: none!important;
}

.mobile-contact-page .nf-form-content nf-rows-wrap .nf-row:nth-child(9) textarea {
    height: 100px;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.mobile-contact-page .nf-form-content nf-rows-wrap .nf-row .field-wrap file_upload-wrap {
    position: relative;
}

.mobile-contact-page .nf-form-content nf-rows-wrap .nf-row .textbox-container .nf-field-label label {
    width: 100%;
    background: #f2f2f2;
    text-align: center;
    font-size: 14px;
    border: 1px  dashed gray;
    padding: 0 10px;
}
.mobile-contact-page .nf-form-content nf-rows-wrap .nf-row .textbox-container .nf-field-element button.btn.ninja-forms-field.nf-element.btn-success.nf-fu-fileinput-button {
    border: 0;
    margin: 0;
}
.mobile-contact-page .nf-form-content nf-rows-wrap .nf-row .textbox-container .nf-field-element .files_uploaded {
    display: block!important;
}
.mobile-contact-page .nf-form-content nf-rows-wrap .nf-row .checkbox-container .nf-field-element {
    display: block!important;
}
.mobile-contact-page .nf-form-content nf-rows-wrap .nf-row .checkbox-container .nf-field-element input {
    height: unset!important;
    margin: 0!important;
    min-height: unset!important;
}

.mobile-contact-page .nf-form-content nf-rows-wrap .nf-row .checkbox-container .checkbox-wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 12px;
}
.mobile-contact-page .nf-after-form-content {
    display: none;
}
.mobile-contact-page .nf-form-content .nf-row .nf-cell input, .mobile-contact-page .nf-form-content .nf-row .nf-cell select{
    min-height: 45px!important;
}
div#nf-form-2-cont .nf-form-layout form .nf-form-content .nf-row .nf-cell input, div#nf-form-2-cont .nf-form-layout form .nf-form-content .nf-row .nf-cell select {
  border-bottom: 1px solid rgba(0, 0, 0, .2) !important;
   
}

/*New LandingPage Style*/





@media(max-width:1199px) {
  .tech-stack > .stack_content .new_techstack {
    grid-template-columns: repeat(4, 1fr);
  }
  .tech-stack > .stack_content .new_techstack div img {
    max-width: 60px;
    height: 60px;
  }
  .tech-stack > .stack_content .new_techstack div {
    width: 110px;
    height: 110px;
  }
}
@media(max-width:991px) {
  .tech-stack > .stack_content {
    max-width: calc(100% - 300px);
    padding: 0 0 0 20px;
  }
  .tech-stack > .stack_content .new_techstack div {
    width: 80px;
    height: 80px;
  }
  .stack_index > ul > li > a {
    font-size: 17px;
  }
  .tech-stack > .stack_index {
    max-width: 300px;
  }
}
@media(max-width:767px) {
  .tech-stack {
    flex-flow: column;
  }
  .tech-stack > .stack_index {
    max-width: 100%;
  }
  .tech-stack > .stack_content {
    max-width: 100%;
    padding: 30px 0 0;
  }
  .tech-stack > .stack_content .new_techstack {
    grid-template-columns: repeat(3, 1fr);
  }
}



/* footer form */



 .mobile-contact-page .nf-form-content nf-rows-wrap .nf-row div.file_upload-container .nf-field-label {
    width: 100%;
    margin: 0;
}

 .mobile-contact-page .nf-form-content nf-rows-wrap .nf-row div.file_upload-container .nf-field-label label {
    padding: 5px;
}

 .mobile-contact-page .nf-form-content nf-rows-wrap .nf-row div.file_upload-container div.file_upload-wrap {
    position: relative;
}

 .mobile-contact-page .nf-form-content nf-rows-wrap .nf-row div.file_upload-container div.file_upload-wrap button.btn.ninja-forms-field {
    position: absolute;
    top: 0;
    left:0;
}

 .mobile-contact-page .nf-form-content nf-rows-wrap .nf-row div.file_upload-container div.file_upload-wrap .nf-field-element {
    position: static !important;
}

 .mobile-contact-page div#nf-form-2-cont .nf-form-layout form .nf-form-content nf-rows-wrap nf-field div.nf-field-container textarea {
    background: transparent !important;
    padding: 0;
}

 .mobile-contact-page .nf-form-content nf-rows-wrap {
    grid-row-gap: 0 !important;
}

 .mobile-contact-page .nf-form-content nf-rows-wrap .nf-row div.file_upload-container div.file_upload-wrap .nf-field-element button.btn.nf-fu-button-cancel {
    position: absolute;
    bottom: 0;
}

.mobile-contact-page .nf-form-content nf-rows-wrap .nf-row div.file_upload-container div.file_upload-wrap .nf-field-element >* {
    position: absolute;
    bottom: -6px;
    background: transparent;
}

.mobile-contact-page .nf-form-content nf-rows-wrap .nf-row div.file_upload-container div.file_upload-wrap .nf-field-element {
    padding: 0 0 35px;
}

 .mobile-contact-page .nf-form-content nf-rows-wrap .nf-row textarea {
    height: 80px;
}
 .mobile-contact-page .nf-form-content nf-rows-wrap .nf-row .nf-field-element::after {
    top: 18px;
}

 .mobile-contact-page .nf-form-content nf-rows-wrap {
    grid-row-gap: 0 !important;
}

.mobile-contact-page div#nf-form-2-cont .nf-form-layout form .nf-form-content nf-rows-wrap>.nf-row .file_upload-container button.btn.ninja-forms-field {
    padding: 16px 0;
    width: 100%;
    height: auto;
    top: 5px;
    left: 0;
    bottom: unset;
}

div#nf-form-2-cont .nf-form-layout form .nf-form-content .nf-row .nf-cell .nf-field-element div.files_uploaded p {
    font-size: 12px;
    background: transparent;
}


section.app-tabs ul.tabs>li.tab-link {
    cursor: pointer;
    color: #000000;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 0;
    padding: 0 15px;
}

#innerpagepopup .modal-body ul {
    align-items: center;
    gap: 63px 6px;
    margin: 20px 0 0;
}

#innerpagepopup .modal-body ul>li {
    padding: 0;
    width: 100%;
    max-width: calc(100%/2 - 5px);
}

#innerpagepopup .modal-body ul>li img {
    max-height: 100%;
    width: 100% !important;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    min-width: 65%;
}
#innerpagepopup .modal-body .formFields div.nf-form-cont .nf-form-layout form nf-rows-wrap {
    justify-content: space-between;
}

#innerpagepopup .modal-body .formFields div.nf-form-cont .nf-form-layout form nf-rows-wrap .nf-row {
    margin: 0;
}

#innerpagepopup .modal-body .formFields div.nf-form-cont .nf-form-layout form nf-rows-wrap .nf-row input, #innerpagepopup .modal-body .formFields div.nf-form-cont .nf-form-layout form nf-rows-wrap .nf-row select, #innerpagepopup .modal-body .formFields div.nf-form-cont .nf-form-layout form nf-rows-wrap .nf-row textarea {
    margin: 0;
    padding: 10px;
    font-family: 'Montserrat';
}

#innerpagepopup .modal-body .formFields div.nf-form-cont .nf-form-layout form nf-rows-wrap .nf-row input, #innerpagepopup .modal-body .formFields div.nf-form-cont .nf-form-layout form nf-rows-wrap .nf-row select {
    height: 40px !important;
    min-height: unset !important;
    line-height: normal !important;
}

#innerpagepopup .modal-body .formFields div.nf-form-cont .nf-form-layout form nf-rows-wrap .nf-row textarea {
    height: 65px;
    border-radius: 15px;
}

#innerpagepopup .modal-body .formFields div.nf-form-cont .nf-form-layout form nf-rows-wrap nf-field div.nf-field-container {
    margin: 0 0 20px;
}

#innerpagepopup .modal-body .formFields div.nf-form-cont .nf-form-layout form nf-rows-wrap .nf-row div.file_upload-wrap label {
    font-size: 11px;
    font-weight: 400;
    font-family: 'Poppins';
}

#innerpagepopup .modal-body .formFields div.nf-form-cont .nf-form-layout form nf-rows-wrap .nf-row div#nf-field-19_1-container.checkbox-container div.checkbox-wrap {
    display: block;
}
#innerpagepopup .modal-body .formFields div.nf-form-cont .nf-form-layout form nf-rows-wrap .nf-row div#nf-field-19_1-container.checkbox-container div.checkbox-wrap label {
    padding: 0 0 0 23px;
    font-weight: 400;
    font-family: 'Montserrat';
    margin: 0 !important;
    font-size: 13px;
}

#innerpagepopup .modal-body .formFields div.nf-form-cont .nf-form-layout form nf-rows-wrap .nf-row div.listselect-container .nf-field .nf-field-element div {
    background: transparent !important;
    border: 0 !important;
}

#innerpagepopup .modal-body .formFields div.nf-form-cont .nf-form-layout form nf-rows-wrap .nf-row div#nf-field-19_1-container.checkbox-container div.checkbox-wrap .nf-field-element {
    display: none;
}

div#innerpagepopup .modal-dialog .formFields {
    height: auto;
    margin: 0 !important;
    padding: 0 !important;
}

#innerpagepopup .modal-body .formFields div.nf-form-cont .nf-form-layout form nf-rows-wrap .nf-row div.html-container .nf-field .nf-field-element::before {
    top: 10px;
}

#innerpagepopup .modal-body .formFields div.nf-form-cont .nf-form-layout form nf-rows-wrap .nf-row div#nf-field-19_1-container.checkbox-container div.checkbox-wrap label::before {
    font-size: 14px;
    left: -26px;
    top: 2px;
}
div#innerpagepopup .file_upload-container .file_upload-wrap .nf-field-label {
    width: 100%;
}

#innerpagepopup .modal-body .formFields div.nf-form-cont .nf-form-layout form nf-rows-wrap .nf-row div.list-select-wrap .nf-field-element::before {
    top: 12px;
}


div#innerpagepopup .nf-form-content nf-rows-wrap .nf-row:last-child div.nf-field-container {
    margin: 0 !important;
}
#innerpagepopup .modal-body .formFields div.nf-form-cont .nf-form-layout form nf-rows-wrap .nf-row .nf-error-msg {
    margin: 0;
}

div#innerpagepopup .modal-dialog .modal-content .field-wrap .nf-field-element:after {
    top: 14px !important;
}



/* header fixes */


html body:where(.page-template-template-fitness_app_dev-php , .page-template.page-template-template-dotnet_software_development, .page-template.page-template-Travel-and-Hospitality-new, .page-template.page-template-Banking-and-Finance-new) header.mainHeader.stickyHeader nav.navbar>a.navbar-brand {
    display: block;
}

html body:where(.page-template-template-fitness_app_dev-php, .page-template.page-template-template-dotnet_software_development, .page-template.page-template-Travel-and-Hospitality-new, .page-template.page-template-Banking-and-Finance-new) header.mainHeader.stickyHeader nav.navbar>a.navbar-brand + a.navbar-brand.inner-pages-logo {
    display: none;
}

html body:where(.page-template-template-fitness_app_dev-php , .page-template.page-template-template-dotnet_software_development, .page-template.page-template-Travel-and-Hospitality-new, .page-template.page-template-Banking-and-Finance-new) header.mainHeader.stickyHeader nav.navbar div.navbar-collapse div.mega-menu-wrap>ul#mega-menu-header>li>a.mega-menu-link {
    color: #fff !important;
}

html body:where(.page-template-template-fitness_app_dev-php , .page-template.page-template-template-dotnet_software_development , .page-template.page-template-Travel-and-Hospitality-new, .page-template.page-template-Banking-and-Finance-new) header.mainHeader.stickyHeader  div.navbar-collapse div#navbarSupportedContent div.mega-menu-wrap>ul#mega-menu-header>li>a.mega-menu-link {
    color: #fff !important;
}

html body:where(.page-template-template-fitness_app_dev-php , .page-template.page-template-template-dotnet_software_development, .page-template.page-template-Travel-and-Hospitality-new , .page-template.page-template-Banking-and-Finance-new) header.mainHeader.stickyHeader nav.navbar>div#navbarSupportedContent>div#mega-menu-wrap-header>ul#mega-menu-header>li>a {
    color: #fff !important;
}


html body:where(.page-template-template-fitness_app_dev-php, .page-template.page-template-template-dotnet_software_development, .page-template.page-template-Travel-and-Hospitality-new, .page-template.page-template-Banking-and-Finance-new) header.mainHeader.stickyHeader nav.navbar>div#navbarSupportedContent>div#mega-menu-wrap-header>ul#mega-menu-header>li:last-child>a {
    border-color: #fff !important;
}

html body:where(.page-template-template-fitness_app_dev-php , .page-template.page-template-template-dotnet_software_development, .page-template.page-template-Travel-and-Hospitality-new, .page-template.page-template-Banking-and-Finance-new) header.mainHeader.stickyHeader nav.navbar>div#navbarSupportedContent>div#mega-menu-wrap-header>ul#mega-menu-header>li:last-child::after {
    color: #fff;
}

html body:where(.page-template-template-fitness_app_dev-php, .page-template.page-template-template-dotnet_software_development ,.page-template.page-template-Travel-and-Hospitality-new, .page-template.page-template-Banking-and-Finance-new) header.mainHeader.stickyHeader nav.navbar>div#navbarSupportedContent>div#mega-menu-wrap-header>ul#mega-menu-header>li:last-child>a:hover {
    border-color: var(--redcolor) !important;
}

#innerpagepopup .modal-body .formFields div.nf-form-cont .nf-form-layout form nf-rows-wrap .nf-row div#nf-field-19_1-container.checkbox-container div.checkbox-wrap label:after {
    background: transparent;
    border-color: #c4c4c4;
    transition: all .5s;
    left: 0;
    top: 13px;
    border: 1px solid #c4c4c4;
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
}
div#innerpagepopup .modal-dialog .formFields .files_uploaded p {
    font-size: 11px;
}

#innerpagepopup .modal-body .formFields div.nf-form-cont .nf-form-layout form nf-rows-wrap .nf-row div#nf-field-19_1-container.checkbox-container div.checkbox-wrap label:before {
    font-size: 14px;
    left: 2px;
    top: 2px;
    color: #f7f7f7;
    opacity: 0;
    transition: all .5s;
    color: #000;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    z-index: 2;
}

#innerpagepopup .modal-body .formFields div.nf-form-cont .nf-form-layout form nf-rows-wrap .nf-row div#nf-field-19_1-container.checkbox-container div.checkbox-wrap label.nf-checked-label::before {
    opacity: 1;
}


div#nf-form-2-cont .nf-form-layout form .nf-form-content .nf-row .nf-field-label label::before {
    font-size: 15px;
    left: -26px;
}

div#nf-form-2-cont .nf-form-layout form .nf-form-content .nf-row .nf-cell .nf-after-field .nf-error-msg {
    margin: 0;
}

.mobile-contact-page .nf-form-content nf-rows-wrap .nf-pass.field-wrap .nf-field-element:after {
    top: 13px !important;
    font-size: 17px;
    line-height: normal;
    height: 20px;
}
html .mobile-contact-page .nf-form-content nf-rows-wrap .nf-row .nf-error.field-wrap .nf-field-element:after {
    right: 15px;
    top: 14px !important;
}

div#innerpagepopup .modal-dialog .modal-content .nf-pass.field-wrap .nf-field-element:after {
    font-size: 15px;
    height: 20px;
    display: flex;
    justify-content: center;
    line-height: 15px;
    top: 15px !important;
}

#innerpagepopup .modal-body .formFields div.nf-form-cont .nf-form-layout form nf-rows-wrap .nf-row div.checkbox-container .nf-after-field .nf-error-msg {
    margin: 0;
    bottom: 0;
}

section.new_landing_banner:after {
   content: "";
   background: linear-gradient(180deg, rgba(251,251,251,0.5) 20%, rgba(255,255,255,0) 70%);
   width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

section.new_landing_banner>.container>* {
    position: relative;
    z-index: 1;
}
div#innerpagepopup .modal-dialog .formFields * {
    font-family: var(--poppins) !important;
}

body.logged-in div#innerpagepopup .nf-error-wrap .nf-error-msg {
    bottom: -14px;
}

body.logged-in div#innerpagepopup .nf-form-content nf-rows-wrap .nf-row:nth-child(5) .nf-error .nf-error-msg {
    bottom: -14px;
}
.bottom-icon {
    position: absolute !important;
}

.mobile-contact-page .nf-form-content nf-rows-wrap * {
    font-family: 'Poppins' !important;
}

.custom-gallery div.gallery {
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 60px;
}

.custom-gallery div.gallery>dl.gallery-item:nth-child(-n+ 2) img {
    height: 50px;
    object-fit: cover;
    width: auto;
   
}

.custom-gallery div.gallery>dl.gallery-item img {
 mix-blend-mode: multiply;
}

.custom-gallery div.gallery>dl.gallery-item {
    display: flex;
}

.custom-gallery div.gallery>dl.gallery-item:nth-child(n+ 3) img {
    height: 180px;
    object-fit: contain;
    width: auto;
}

.mobile-contact-page.e-flex.e-con.e-child {
    padding: 0 !important;
}
.new-landing-wrapper {
    margin-top: 83px;
}

section.Features-fitness-sec p {
    min-height: 130px;
}

section.fitness-developer>.container>.row {
    align-items: flex-start !important;
}
section.fitness-developer>.container>.row>.col-fitnes-content.right-col.col-fit ul>li>i:before {
    font-size: 0 !important;
    color: #000;
    font-weight: 300;
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(https://stagingcsoft.csdevhub.com/wp-content/uploads/2024/04/Screenshot_1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    top: 2px;
}
.new-landing-wrapper a.btn.custom-new-btn-blue {
    text-transform: uppercase;
}
html body div#nf-form-2-cont .nf-form-layout form .nf-form-content nf-rows-wrap>.nf-row input[type="submit"] {
    text-transform: uppercase;
}

section.testimonial .row>.col-test.col-test-right div.slick-slide>.testimonial-content-wrap img {
    border: 10px solid #fff;
    box-shadow: 3px 2px 12px -1px #ddd;

}

div#nf-form-2-cont .nf-form-layout form .nf-form-content .nf-row .nf-cell .listselect-wrap select {
    padding: 0 5px;
}
.mobile-contact-page .nf-form-content nf-rows-wrap .nf-row div.file_upload-container div.file_upload-wrap .nf-field-element button.btn.nf-fu-button-cancel {
    display: block !important;
    bottom: 0;
    padding: 0;
    font-size: 14px;
}
.mobile-contact-page div.submit-wrap .nf-field-element {
    display: flex;
    justify-content: flex-start;
}
.page-template-template-dotnet_software_development .new_landing_banner {
    align-items: flex-start !important;
    padding: 55px 16px 116px !important;
}

.page-template-template-dotnet_software_development .new_landing_banner .banner-asnet {
    gap: 0 !important;
}

.page-template-template-dotnet_software_development .new_landing_banner .banner-asnet .banner-asnet-right {
    width: 100%;
    max-width: 798px;
}

.page-template-template-dotnet_software_development .new_landing_banner .banner-asnet .banner-asnet-right img {
    max-width: 100%;
}

.page-template-template-dotnet_software_development .new_landing_banner .banner-asnet-left span {
    text-transform: uppercase;
}

.page-template-template-dotnet_software_development .use-aset .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.page-template-template-dotnet_software_development .asp-testimonal button.slick-prev.slick-arrow::after, .page-template-template-dotnet_software_development .asp-testimonal button.slick-next.slick-arrow::after {
    height: 151px !important;
    top: -159px !important;
}
.page-template-template-dotnet_software_development .asp-testimonal .slick-prev:before, .page-template-template-dotnet_software_development .asp-testimonal .slick-next:before {
    z-index: 3 !important;
    top: -100px !important;
}
.page-template-template-dotnet_software_development .new-landing-wrapper button.slick-prev.slick-arrow {
    z-index: 1;
}

.banner-asnet-left span {
    text-transform: uppercase;
}

div#nf-form-2-cont .nf-form-layout form .nf-form-content .nf-row .nf-cell .nf-field-element div.files_uploaded {
    background: transparent;
    width: 100%;
    bottom: -36px;
    max-height: 62px;
    overflow-y: auto;
}

.mobile-contact-page .nf-form-content nf-rows-wrap .nf-row div.file_upload-container div.file_upload-wrap.nf-fail.nf-error {
    margin: 0px 0 40px !important;
}

.mobile-contact-page .nf-form-content .nf-row .nf-field-container.nf-field-container.file_upload-container.textbox-container .nf-after-field .nf-error-msg.nf-error-upload-file-error {
    display: block;
    bottom: 15px !important;
}

.mobile-contact-page .nf-form-content nf-rows-wrap .nf-row div.file_upload-container div.file_upload-wrap.nf-pass .nf-field-element .files_uploaded {
    bottom: -5px !important;
}

.mobile-contact-page .nf-form-content nf-rows-wrap .nf-row div.file_upload-container div.file_upload-wrap .nf-fu-progress {
    bottom: -3px !important;
    width: 100%;
    height: 5px;
}

.mobile-contact-page .nf-form-content nf-rows-wrap .nf-row div.file_upload-container div.file_upload-wrap .nf-fu-progress .nf-fu-progress-bar {
    height: 0px !important;
}
.mobile-contact-page .nf-form-content nf-rows-wrap .nf-row div.file_upload-container div.file_upload-wrap .nf-fu-progress {
    display: block !important;
    bottom: 0;
    margin: 0 !important;
}

div#nf-form-2-cont .nf-form-layout form .nf-form-content .nf-row .nf-cell .nf-field-element div .nf-fu-progress-bar {
    display: block;
    background: #000 !important;
    height: 5px !important;
}
.mobile-contact-page .nf-form-content nf-rows-wrap .nf-row div.file_upload-container div.file_upload-wrap .nf-field-element button.btn.nf-fu-button-cancel {
    display: none !important;
}

.mobile-contact-page .nf-form-content nf-rows-wrap .nf-row div.file_upload-container div.file_upload-wrap .nf-field-element .files_uploaded {
    width: 100%;
    bottom: 0px;
    overflow-y: auto;
}

.mobile-contact-page .nf-form-content nf-rows-wrap .nf-row div.checkbox-container .nf-error-msg.nf-error-required-error {
    bottom: -12px !important;
}
.mobile-contact-page div#nf-form-2-cont .nf-form-layout form .nf-form-content .nf-row .nf-cell .nf-field-element div.files_uploaded {
    bottom: 3px !important;
}

.mobile-contact-page .nf-form-content nf-rows-wrap .nf-row div.listselect-container .nf-field-element::before {
    right: 0;
}
.mobile-contact-page .nf-form-content nf-rows-wrap .nf-row div.listselect-container .nf-field-element select {
    padding-right: 18px !important;
}
html body .Features-fitness-sec.services-custom .image-wrap {
    margin: 0 !important;
}

#innerpagepopup .modal-body .formFields div.nf-form-cont .nf-form-layout form nf-rows-wrap .nf-row input {
    padding-right: 36px;
}
#innerpagepopup .modal-body .formFields div.nf-form-cont .nf-form-layout form nf-rows-wrap .nf-row div#nf-field-19_1-container.checkbox-container div.checkbox-wrap label:before {
    top: 15px;
}

[type="checkbox"]:not(:checked) + label::before, [type="checkbox"]:checked + label::before {
    background: white none repeat scroll 0 0;
    border: 1px solid #aaa;
    content: " ";
    height: 28px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 28px;
}
[type="checkbox"]:not(:checked) + label::after, [type="checkbox"]:checked +     label::after {
    color: #09ad7e;
    content: "✔";
    font-size: 32px;
    left: 4px;
    line-height: 0.8;
    position: absolute;
    top: 3px;
    transition: all 0.2s ease 0s;
}
body.page-template.page-template-template-dotnet_software_development.page-template-template-dotnet_software_development-php .new-landing-wrapper .process-col>.process-text-wrapper {
    padding-left: 0 !important;
    padding-right: 0  !important;
}



 @media(min-width:1200px){
.new-landing-wrapper .container>.row>.col:last-child img {
    min-height: 730px;
    object-fit: contain;
}
body.page-template.page-template-template-fitness_app_dev section.Features-fitness-sec h3 {
    white-space: nowrap !important;
}
section.testimonial .row .col-test.col-test-left {
    align-self: center;
    padding-bottom: 90px;
}



}
 @media(max-width:1650px){
.page-template-template-dotnet_software_development .asp-testimonal .row>.col-test.col-test-right div.slick-slide>.testimonial-content-text p {
    max-width: 74% !important;
}
}

 @media(max-width:1439px){
 div#innerpagepopup .modal-dialog {
    transform: translate(-50%, -50%) scale(0.8);
 }
}
 @media(max-width:1279px){
section.about-application .row {
    margin: 0;
}
.new-landing-wrapper .process-col>.process-text-wrapper {
    padding-right: 0 !important;
    padding-left: 9px !important;
}
}

   @media(max-width:1199px){

	   section.fitness-developer>.container>.row>.col-fitnes-image.left-col.col-fit {
    margin: 0 auto;
}
.new-landing-wrapper .process-col>.process-text-wrapper {
    padding-right: 0 !important;
    padding-left: 0px !important;
}
.page-template-template-dotnet_software_development .asp-testimonal .row>.col-test.col-test-right div.slick-slide>.testimonial-content-text p {
    max-width: 95% !important;
}
.page-template-template-dotnet_software_development .asp-testimonal .slick-prev:before, .page-template-template-dotnet_software_development .asp-testimonal .slick-next:before {
    z-index: 3 !important;
    top: -200px !important;
}
.page-template-template-dotnet_software_development .asp-testimonal button.slick-prev.slick-arrow::after, .page-template-template-dotnet_software_development .asp-testimonal button.slick-next.slick-arrow::after {
    top: -249px !important;
}
}

   @media(max-width:991px){
.page-template-template-dotnet_software_development .new-landing-wrapper .container {
   
    padding: 0 15px !important;
}
.page-template-template-dotnet_software_development .built-asp .row {
    margin: 0;
}
div#innerpagepopup .modal-dialog {
    max-width: calc(100% - 30px);
}

html body:where(.page-template-template-fitness_app_dev-php , .page-template.page-template-template-dotnet_software_development, .page-template.page-template-Travel-and-Hospitality-new, .page-template.page-template-Banking-and-Finance-new) header.mainHeader>.container>nav.navbar div#navbarSupportedContent .mega-menu-toggle .mega-toggle-blocks-right button.mega-toggle-animated span.mega-toggle-animated-inner {
    background: #062D60 !important;
}

html body:where(.page-template-template-fitness_app_dev-php , .page-template.page-template-template-dotnet_software_development, .page-template.page-template-Travel-and-Hospitality-new, .page-template.page-template-Banking-and-Finance-new) header.mainHeader>.container>nav.navbar div#navbarSupportedContent .mega-menu-toggle .mega-toggle-blocks-right button.mega-toggle-animated span.mega-toggle-animated-inner::before, html body:where(.page-template-template-fitness_app_dev-php , .page-template.page-template-template-dotnet_software_development, .page-template.page-template-Travel-and-Hospitality-new, .page-template.page-template-Banking-and-Finance-new) header.mainHeader>.container>nav.navbar div#navbarSupportedContent .mega-menu-toggle .mega-toggle-blocks-right button.mega-toggle-animated span.mega-toggle-animated-inner::after {
    background-color: #062D60 !important;
}

html body:where(.page-template-template-fitness_app_dev-php , .page-template.page-template-template-dotnet_software_development, .page-template.page-template-Travel-and-Hospitality-new, .page-template.page-template-Banking-and-Finance-new) header.mainHeader.stickyHeader>.container>nav.navbar div#navbarSupportedContent .mega-menu-toggle .mega-toggle-blocks-right button.mega-toggle-animated span.mega-toggle-animated-inner::before, html body:where(.page-template-template-fitness_app_dev-php , .page-template.page-template-template-dotnet_software_development, .page-template.page-template-Travel-and-Hospitality-new, .page-template.page-template-Banking-and-Finance-new) header.mainHeader.stickyHeader>.container>nav.navbar div#navbarSupportedContent .mega-menu-toggle .mega-toggle-blocks-right button.mega-toggle-animated span.mega-toggle-animated-inner::after {
    background: #fff !important;
}

html body:where(.page-template-template-fitness_app_dev-php , .page-template.page-template-template-dotnet_software_development, .page-template.page-template-Travel-and-Hospitality-new, .page-template.page-template-Banking-and-Finance-new) header.mainHeader.stickyHeader>.container>nav.navbar div#navbarSupportedContent .mega-menu-toggle .mega-toggle-blocks-right button.mega-toggle-animated span.mega-toggle-animated-inner {
    background: #fff !important;
}
html body:where(.page-template-template-fitness_app_dev-php , .page-template.page-template-template-dotnet_software_development, .page-template.page-template-Travel-and-Hospitality-new , .page-template.page-template-Banking-and-Finance-new) header.mainHeader.stickyHeader nav.navbar>div#navbarSupportedContent>div#mega-menu-wrap-header>ul#mega-menu-header>li>a {
    color: var(--blueColor)!important;
}

#mega-menu-wrap-header {
    min-height: 24px;
}

#mega-menu-wrap-header .mega-menu-toggle {
    position: absolute;
    right: 0;
    top: -2px;
}

#mega-menu-wrap-header ul#mega-menu-header {
}

.mainHeader {
    position: relative;
    z-index: 999 !important;
}
#navbarSupportedContent {
    overflow: unset !important;
}
	   
body.page-template.page-template-template-fitness_app_dev.inner-landing-pages section.acccordian-section .row .acc .acc__card .acc__panel {
    padding: 10px 25px !important;
}
	   
	   .page-template-template-dotnet_software_development .asp-testimonal .slick-prev:before, .page-template-template-dotnet_software_development .asp-testimonal .slick-next:before {
    top: -320px !important;
}
	   .page-template-template-dotnet_software_development .asp-testimonal button.slick-prev.slick-arrow::after, .page-template-template-dotnet_software_development .asp-testimonal button.slick-next.slick-arrow::after {
    top: -375px !important;
}
	.page-template-template-dotnet_software_development .asp-testimonal .row>.col-test.col-test-right div.slick-slide>.testimonial-content-text p {
    max-width: 94% !important;
}   
.page-template-Travel-and-Hospitality-new .asp-testimonal .slick-prev, .page-template-Travel-and-Hospitality-new .asp-testimonal .slick-next {
    top: 90px !important;
}
.page-template-Travel-and-Hospitality-new .asp-testimonal button.slick-prev.slick-arrow::after, .page-template-Travel-and-Hospitality-new .asp-testimonal .slick-next:after {
    height: 140px !important;
}
div#innerpagepopup .modal-dialog .modal-content .website_initial_popup .popupLogos_cntent h2 {
    text-align: left !important;
}
.page-template-template-dotnet_software_development .new_landing_banner a.btn.custom-new-btn-blue {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
#innerpagepopup .modal-body .formFields div.nf-form-cont .nf-form-layout form nf-rows-wrap .nf-row input {
    padding-right: 40px;
}
.mobile-contact-page>div#nf-form-2-cont>.nf-form-wrap.ninja-forms-form-wrap>.nf-form-layout>form>div>.nf-form-content>nf-rows-wrap {
    justify-content: space-between;
}
}


   @media(max-width:767px){
 .mobile-contact-page .nf-form-content nf-rows-wrap .nf-row {
    flex: unset;
    width: 100%;
}
 .mobile-contact-page .nf-form-content nf-rows-wrap .nf-row div.nf-field-container {
    margin: 0;
}
 .mobile-contact-page .nf-form-content nf-rows-wrap .nf-row:nth-child(4) {
    max-width: 50px;
}
 .mobile-contact-page .nf-form-content nf-rows-wrap .nf-row:nth-child(5) {
    flex-basis: unset !important;
    max-width: calc(100% - 60px);
}
 .mobile-contact-page .nf-form-content nf-rows-wrap .nf-row div.submit-wrap .nf-field-element {
    display: flex;
    justify-content: center;
}
.inner-landing-pages div#nf-form-2-cont .nf-form-layout form {
    margin-top: 25px !important;
}
section.footer-form .footer-form h2 {
    margin-bottom: 20px !important;
}
div#innerpagepopup .modal-dialog .modal-body {
    padding: 15px;
    max-height: calc(100vh - 170px);
    overflow-y: auto;
}

div#innerpagepopup .nf-form-content nf-rows-wrap .nf-row:last-child {
    position: unset;
}

div#innerpagepopup .modal-dialog {
    max-width: calc(100% - 30px);
}	
	   div#innerpagepopup .nf-form-content nf-rows-wrap .nf-row:last-child {
    padding: 0;
}
	   div#innerpagepopup .nf-form-content nf-rows-wrap .nf-row:last-child * {
    margin: 0  !important;
}
	   div#innerpagepopup .modal-dialog .modal-content .website_initial_popup .popupLogos_cntent h4 {
    text-align: center;
    font-size: 20px;
    margin: 0 0 5px;
    padding: 0 0 8px;
}
div#innerpagepopup .modal-dialog .modal-content .website_initial_popup .popupLogos_cntent h4::after {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 50px;
    height: 2px;
}
div#innerpagepopup .modal-dialog .modal-content .website_initial_popup .popupLogos_cntent h2 {
    font-size: 18px;
 }
.popupLogos_cntent p {
    text-align: center;
}
#innerpagepopup .modal-body ul>li img {
    width: 100%;
    height: 40px;
   
}
div#innerpagepopup .modal-dialog .formFields .nf-form-content {
    padding: 15px 0 0;
}
	   
	   .mobile-contact-page .nf-form-content nf-rows-wrap .nf-row div.file_upload-container div.file_upload-wrap button.btn.ninja-forms-field {
    padding: 48px !important;
}
	   div#innerpagepopup .modal-dialog .modal-body::-webkit-scrollbar {
    width: 0;
}
div#innerpagepopup .modal-header {
    top: -10px;
    right: -10px;
    z-index: 5;
}
	   div#innerpagepopup .modal-dialog .modal-content .field-wrap .nf-field-element:after{
display:none !important;
}
#innerpagepopup .modal-body ul {
    display: none;
}
	   div#innerpagepopup {
    z-index: 9999;
}
	   #innerpagepopup .modal-body .formFields div.nf-form-cont .nf-form-layout form nf-rows-wrap .nf-row div#nf-field-19_1-container.checkbox-container div.checkbox-wrap label:after {
    top: 2px;
 }
#innerpagepopup .modal-body .formFields div.nf-form-cont .nf-form-layout form nf-rows-wrap .nf-row div#nf-field-19_1-container.checkbox-container div.checkbox-wrap label::before {
	top: 13px;
}
.list-select-wrap .nf-field-element:before, div#innerpagepopup .nf-form-content nf-rows-wrap .nf-row:nth-child(4) .nf-field-element:before {
    top: 11px;
 }
	   .mobile-contact-page .nf-form-content .nf-row:nth-child(5) .nf-error-msg.nf-error-required-error {
    left: -60px;
}
	   section.footer-form .mobile-contact-page .nf-form-content nf-rows-wrap .nf-row div.file_upload-container div.file_upload-wrap .nf-field-element  p {
    font-size: 12px;
    line-height: 119%;
    font-weight: 500;
    text-align: center;
}
	   section.footer-form .mobile-contact-page .nf-form-content nf-rows-wrap .nf-row .nf-field-element input#nf-field-19 {
    top: -3px;
    position: relative;
}
	   html body div#nf-form-2-cont .nf-form-layout form .nf-form-content nf-rows-wrap .nf-row:nth-last-child(2) .nf-error-msg.nf-error-required-error {
    bottom: -10px;
}
.mobile-contact-page .nf-form-content nf-rows-wrap .nf-row .checkbox-container .checkbox-wrap label#nf-label-field-19 {
    line-height: 160%;
    padding: 7px 20px 0 0;
}
	   .nf-field-container .checkbox-wrap .nf-field-label label:after {
    top: 11px !important;
    bottom: unset;
}
	   .nf-field-container .checkbox-wrap .nf-field-label label:before {
    bottom: unset !important;
    top: 9px;
    font-size: 14px;
    left: -26px;
}

.mobile-contact-page div#nf-form-2-cont .nf-form-layout form .nf-form-content .nf-row .nf-cell .nf-after-field .nf-error-msg {
    font-size: 9.5px;
    line-height: normal;
    color: red;
    bottom: 9px !important;
}
html body .mobile-contact-page div#nf-form-2-cont .nf-form-layout form .nf-form-content nf-rows-wrap .nf-row:nth-last-child(2) .nf-error-msg.nf-error-required-error {
    bottom: -10px !important;
}
#innerpagepopup .modal-body .formFields div.nf-form-cont .nf-form-layout form nf-rows-wrap .nf-row select {
    padding-right: 24px;
}
#innerpagepopup .modal-body .formFields div.nf-form-cont .nf-form-layout form nf-rows-wrap .nf-row input#nf-field-11_1 {
    padding-right: 16px;
}
	   
	   div#innerpagepopup .modal-dialog .modal-content .website_initial_popup .popupLogos_cntent h2 {
    text-align: center !important;
}
	   
	   	   div#innerpagepopup .modal-dialog {
    transform: translate(-50%, -50%) scale(1);
}
	   
	   html .page-template-template-dotnet_software_development .new-landing-wrapper .container {
    padding: 0 25px !important;
}
	   
	   .page-template-template-dotnet_software_development .container {
    padding: 0 25px !important;
}
	.mobile-contact-page   div#nf-form-2-cont .nf-form-layout form .nf-form-content {
    padding: 30px 15px !important;
}
	   html .page-template-template-dotnet_software_development .new-landing-wrapper .container {
    padding: 0 25px !important;
}
.page-template-template-dotnet_software_development .new_landing_banner {
    padding: 80px 25px 100px !important;
}
	   #mega-menu-wrap-header .mega-menu-toggle.mega-menu-open {
    top: 6px;
}

#mega-menu-wrap-header .mega-menu-toggle {
    top: -2px;
}
body.page-template.page-template-template-fitness_app_dev.inner-landing-pages section.acccordian-section .row .acc .acc__card .acc__panel {
    padding: 10px 10px !important;
}
.mobile-contact-page .nf-form-content nf-rows-wrap .nf-row div.file_upload-container div.file_upload-wrap button.btn.ninja-forms-field {
    padding: 25px 0 !important;
}
.mobile-contact-page .nf-form-content nf-rows-wrap .nf-row div.file_upload-container .nf-field-label label {
    padding: 5px 30px;
    font-size: 12px !important;
}
#innerpagepopup .modal-body .formFields div.nf-form-cont .nf-form-layout form nf-rows-wrap .nf-row select {
    padding-right: 33px;
}
div#innerpagepopup .modal-dialog .modal-content .website_initial_popup .popupLogos_cntent h2 {
    text-align: center !important;
}

}

button.slick-arrow {
    z-index: 1 !important;
}

html .inner-landing-pages .navbar-brand.inner-pages-logo {
    filter: blur(0);
}





/* new page css */

.z-index-1 {
    position: relative !important;
    z-index: 2 !important;
}

.btn-sky-blue svg path {
    fill: #fff;
    color: #fff;
}

.btn-sky-blue a.elementor-button:hover svg path {
    fill: #1D1D1D;
}

button.slick-prev.slick-arrow::after, button.slick-next.slick-arrow::after {
    height: 0 !important;
    width: 0 !important;
    opacity: 0;
    visibility: hidden !important;
}
.htmega-single-post-slide {
    border-radius: 12px;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #062d60;
}

.htmega-single-post-slide h2 a {
    font-size: 18px !important;
    font-weight: 700 !important;
    min-height: 55px;
    color: #fff !important;
    letter-spacing: 0.5px;
    display: block;
    margin: 0 0 5px;
    line-height: 140%;
}

.htmega-single-post-slide .post-inner {
    border-radius: 12px;
    margin-top: 10px;
    padding: 10px !important;
    background: #062d60;
}

.htmega-single-post-slide .thumb img {
    width: 100%;
    border-radius: 12px;
    height: 150px;
    object-fit: cover;
}

.htmega-single-post-slide .post-inner ul.meta {
    margin: 0 !important;
}

.htmega-single-post-slide .post-inner ul.meta>li {
    margin: 0 !important;
    color: #fff !important;
    padding: 0 !important;
}

.htmega-single-post-slide .post-inner .post-btn {
    margin: 0 !important;
    color: #fff;
}

.htmega-single-post-slide .post-inner .post-btn a.readmore-btn {
    background: #fff !important;
    color: #000;
    border: 0 !important;
    border-radius: 50px;
    border: unset;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 2px 36px rgba(0,0,0,.06);
    font-size: 16px !important;
    font-weight: 300;
    position: relative;
    white-space: nowrap;
    transition: .8s;
    height: 55px;
    padding: 5px 20px 5px 20px !important;
    width: fit-content;
    cursor: pointer;
    display: inline-flex;
    border-radius: 999px !important;
    margin-top: 10px;
}

.htmega-carousel-activation button.slick-arrow {
    position: absolute;
    bottom: -80px;
    top: unset !important;
    background: transparent !important;
    width: 45px !important;
    height: 45px !important;
    border: 1px solid #062d60 !important;
    border-radius: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3px !important;
}

.htmega-carousel-activation button.htmega-carosul-prev.slick-arrow {
    left: calc(50% - 30px) !important;
    transform: translateX(-50%) scaleX(-1);
}

.htmega-carousel-activation button.htmega-carosul-next.slick-arrow {
    right: calc(50% - 30px) !important;
    left: unset !important;
    transform: translateX(50%) !important;
}

.post-carousel-wrapper.htmega-postcarousel-layout-5 button.slick-arrow i:before {
    content: "";
    background-image: url(https://stagingcsoft.csdevhub.com/wp-content/uploads/2024/05/arrow_icn.png);
    width: 22px;
    height: 15px;
    background-repeat: no-repeat;
    line-height: normal;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
    opacity: 1;
    display: inline-block;
}


.slide-content {
    background: #062d60;
    border-radius: 47px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
}

.slide-content>div {
    width: 100%;
    max-width: 50%;
}

.slide-content>div:first-child {
    padding: 0 20px 0 40px;
}

.slide-content>div:first-child * {
    color: #fff;
}

.slide-content>div:first-child .logo {
    margin: 0 0 20px;
}

.slide-content>div:first-child .logo img {
    filter: invert(1) brightness(100%);
}

.slide-content>div:first-child h2 {
    font-size: 30px;
    margin: 0 0 20px;
    font-family: 'Poppins';
}

.slide-content>div:first-child>p {
    margin-top: 8px;
    line-height: 28px;
    font-size: 18px;
    font-weight: 400;
}

.slide-content>div:first-child ul.dbnw_prftlo_countno {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px 0;
    margin: 30px 0;
    padding: 0;
    list-style: none;
}

.slide-content>div:first-child ul.dbnw_prftlo_countno li.dbnw_prftlo_continr h3 {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins';
}

.slide-content>div:first-child ul.dbnw_prftlo_countno {
    max-width: 260px;
}

.slide-content>div:first-child .dbnw_rgnlgo {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px;
    align-items: center;
}

.slide-content>div:first-child .dbnw_rgnlgo h3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px;
    align-items: center;
    font-size: 18px;
    font-family: 'Poppins';
}

.hover-section {
    display: grid !important;
    grid-template-columns: repeat(4,1fr) !important;
}

.hover-section .elementor-image-box-wrapper {
    position: relative;
    overflow: hidden;
}

.hover-section .elementor-image-box-wrapper p.elementor-image-box-description {
    position: absolute;
    top: 0;
    transform: translate(0, -100%);
    margin: auto;
    background: #062d60;
    border-radius: 30px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: all .5s ease-in-out 0s;
    opacity: 0;
    margin-top: 0;
    line-height: 28px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.hover-section .elementor-image-box-wrapper:hover p.elementor-image-box-description {
    opacity: 1;
    transform: translate(0,0) !important;
}
.hover-section .elementor-image-box-wrapper img {
    width: 100%;
}

.cstm-slider button.slick-arrow {
    right: unset;
    left: 35px;
    bottom: 45px;
    top: unset;
    border: 1px solid #E1E1E1 !important;
    width: 50px !important;
    height: 50px !important;
    background: #Fff !important;
    transition: ease-in-out 0.5s;
    border-radius: 100%;
    transform: none;
}

.cstm-slider button.slick-next.slick-arrow {
    left: 110px;
}

.cstm-slider button.slick-arrow::before {
    font-family: 'FontAwesome' !important;
    content: "";
    background-image: url(https://stagingcsoft.csdevhub.com/wp-content/uploads/2024/05/arrow_icn.png);
    width: 22px;
    height: 15px;
    background-repeat: no-repeat;
    line-height: normal;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
    opacity: 1;
    display: inline-block;
}

.cstm-slider button.slick-prev.slick-arrow {
    transform: scaleX(-1);
}

.slide-content>div:first-child {
    padding-top: 60px;
    padding-bottom: 60px;
}


@media(max-width:1024px){
.Remove-br h2.elementor-heading-title.elementor-size-default br {
    display: none;
}
.hover-section {
    display: grid !important;
    grid-template-columns: repeat(2,1fr) !important;
    grid-row-gap: 45px;
}
	.slide-content {
    flex-flow: column-reverse;
}
.slide-content>div {
    max-width: 100%;
}
.slide-content>div:first-child {
    padding: 40px 40px 90px !important;
}
.cstm-slider button.slick-prev.slick-arrow {
    left: calc(50% - 30px) !important;
    transform: translateX(-50%) scaleX(-1) !important;
}
.cstm-slider button.slick-next.slick-arrow {
    left: calc(50% + 30px) !important;
    transform: translateX(-50%) !important;
}
.cstm-slider button.slick-arrow {
    bottom: 25px !important;
}
}
@media(max-width:767px){
.gallery-mobile div.gallery {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}

.gallery-mobile div.gallery br {
    display: none;
}
	.hover-section {
    grid-template-columns: repeat(1,1fr) !important;
 }
	.slide-content>div:first-child {
    padding: 40px 16px 90px !important;
}
	
}

.contactForm form p label.country-code {display: flex;flex-wrap: wrap;}

.contactForm form p label.country-code select.allCountryList {
    margin: 0;
    max-width: 100px;
    border: 1px solid #ddd;
    height: 45px;
    margin-top: 0;
    font-size: 15px;
    padding: 5px;
    width: 100%;
    outline: none;
    box-shadow: none;
    margin-bottom: 16px;
    border-radius: 30px;
    margin-bottom: 0;
    background: transparent;
}

.contactForm form p label.country-code>span.wpcf7-form-control-wrap {
    width: 100%;
    max-width: calc(100% - 100px);
    margin: 0;
    padding-left: 10px;
}

.contactForm form p label.country-code>span.wpcf7-form-control-wrap input {
    margin: 0;
}

.contactForm form p label.country-code span {
    margin: 0 0 15px;
}

/* 16-05-24 */
.oxi-addons-container .oxilab-flip-box-wrapper .oxilab-flip-box-body-3 {
    max-width: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.oxi-addons-container .oxilab-flip-box-3-data {
    top: unset;
    bottom: 25px;
    transform: unset;
    left: 0;
}
.oxi-addons-container .oxilab-flip-box-3-data .oxilab-heading {
    width: 100%;
    float: unset;
    color: #ffffff;
    text-align: left;
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    padding: 0 0 0 20px;
}
.oxilab-flip-box-body-3-19 .oxilab-flip-box-3 {
    border: 0px;
}
.oxilab-flip-box-back .oxilab-heading {
    padding-bottom: 0;
    font-size: 22px;
}
.oxilab-flip-box-back .oxilab-info {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin: 0 auto;
    line-height: 24px;
    text-align: left;
}
.oxilab-flip-box-back .oxilab-info ul {
    text-align: left;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 2px solid #fff;
    padding-left: 0;
    list-style: none;
}
.oxilab-flip-box-back-3-data {
    padding: 15px;
    border-radius: 20px;
    background-color: #01142b;
    position: absolute;
    height: 100%;
    text-align: left;
    display: flex !important;
    flex-direction: column;
    justify-content: start;
    transition: all .3s ease-in-out 0s;
}
.oxilab-flip-box-back .oxilab-info ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 20px;
    font-size: 16px;
}
.oxilab-flip-box-back .oxilab-info ul li:after {
    position: absolute;
    content: "";
    left: -2px;
    top: 4px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: transparent linear-gradient(270deg, #33b4ff 0%, #00649e 100%) 0% 0% no-repeat padding-box;
}


.elementor-element.elementor-element-9498038.winning-level-sec  {
    background: linear-gradient(180deg, #00A0FD 0%, #00649E 100%);
    border-radius: 34px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 80%;
    position: relative;
    margin-left: auto;
    margin: 100px auto 0px;
}

.winning-level-sec .left-side-winning-sec {
    position: absolute;
    top: -40px;
    bottom: 0;
    margin: auto;
    left: -70px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.elementor-element.elementor-element-9498038.winning-level-sec {
    justify-content: flex-end;
}
.winning-level-sec .right-side-winning-sec {
    margin: 0;
    padding: 0 90px;
    background-image: unset !important;
    display: block;
}

.winning-level-sec {
    margin: 80px 0px 0px;
}
.btn-sky-blue a.elementor-size-sm:hover span.elementor-button-icon {
    left: 10px;
    transition: all 0.4s;
}
.btn-sky-blue a.elementor-size-sm:hover {
    padding-right: 20px !important;
    padding-left: 60px !important;
}
.btn-sky-blue a.elementor-size-sm {
    position: relative;
    padding-left: 20px !important;
    padding-right: 60px !important;
}
.btn-sky-blue a.elementor-size-sm:hover svg path {
    fill: #fff !important;
}
.btn-sky-blue a.elementor-size-sm span.elementor-button-icon {
    background: transparent linear-gradient(270deg, #33b4ff 0%, #00649e 100%) 0% 0% no-repeat padding-box;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 10px;
    position: absolute;
    transition: .5s;
    right: 10px;
    animation: wobble 1s ease infinite;
    top: 12px;
    display: flex;
}
.paramount-sec:hover {
    box-shadow: 4px 4px 15px -2px rgba(0, 0, 0, .2);
    transform: scale(1.05);
}
.Ideation-slider .slide-content {
    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: 4px 15px 36px rgba(0, 0, 0, .05);
    padding: 15px;
    border-radius: 20px;
}
.Ideation-slider .slide-content img {
    width: 100%;
    height: 530px;
    object-fit: cover;
    border-radius: 20px;
}
.Ideation-slider .slide-content>.col-md-6:first-child {
    padding: 0 70px 0 0;
}
.Ideation-slider .slide-content h2 {
    font-size: 30px;
    margin-bottom: 20px;
}
.Ideation-slider .slide-content p {
    margin-bottom: 20px;
    font-weight: 500;
}

.Ideation-slider .slide-content ul.dbnw_prftlo_countno {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    row-gap: 20px;
}
.Ideation-slider .slide-content .col-md-6:last-child {
    padding-right: 50px;
}
.languages-section-wrap .tech-stack .stack_index li {
    width: 100%;
}
.Ideation-slider .slide-content ul.dbnw_prftlo_countno li {
    max-width: calc(100%/2);
    width: 100%;
    font-size: 20px;
    font-weight: 800;
    text-decoration: underline;
    padding-left: 28px;
    list-style: none;
    position: relative;
}

.Ideation-slider .slide-content ul.dbnw_prftlo_countno li:after {
    position: absolute;
    content: "";
    background: transparent linear-gradient(180deg, #33b4ff 0%, #00649e 100%) 0% 0% no-repeat padding-box;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.from-section-slider.cstm-slider button.slick-arrow {
    top: unset;
    bottom: -110px;
}

.from-section-slider.cstm-slider button.slick-prev.slick-arrow {
    left: calc(50% - 80px);
    right: unset;
}

.from-section-slider.cstm-slider button.slick-arrow.slick-next {
    right: calc(50% - 80px);
    left: unset;
}

@media(max-width:1279px) {
.oxi-addons-container .oxilab-flip-box-3-data .oxilab-heading {
    font-size: 22px;
}
}
@media(max-width:1199px) {
.winning-level-sec .left-side-winning-sec.elementor-element.elementor-element-49427df {
    display: none;
}
.winning-level-sec .right-side-winning-sec {
    padding: 0;
    width: 100%;
}
	.elementor-element.elementor-element-9498038.winning-level-sec {
    border-radius: 34px;
    width: 100%;
    margin: 30px auto 0px;
    text-align: center;
	justify-content: center;
}
	.winning-level-sec .right-side-winning-sec * {
    margin: 0 auto;
}
}






@media(max-width:767px){
.allAddress .AddressData ul li {
    flex-wrap: wrap;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
}

.allAddress .AddressData ul li a {
    justify-content: flex-start !important;
}
	.oxi-addons-container .oxilab-flip-box-3-data .oxilab-heading {
    font-size: 20px;
    padding: 0 10px 0px 0px ;
}
	.winning-level-sec .btn-sky-blue a.elementor-size-sm span.elementor-button-icon {
    top: 5px;
}
	.Ideation-slider .slide-content .col-md-6:last-child {
    padding-right: 0;
}
	.Ideation-slider .slide-content ul.dbnw_prftlo_countno li {
    max-width: 100%;
    width: 100%;
    font-size: 18px;
}
	.Ideation-slider .slide-content ul.dbnw_prftlo_countno {
    row-gap: 5px;
}
	.Ideation-slider .slide-content {
    padding: 0;
}
	.Ideation-slider .slide-content>.col-md-6:first-child {
    padding: 0px !important;
}
	.Ideation-slider .slide-content img {
    height: auto;
}
	.from-section-slider.cstm-slider button.slick-arrow {
    top: unset;
    bottom: -50px !important;
}
}

/*26Aug2024*/

div#tab-description .preset-wrapper p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #1a1a1a;
}
div#tab-description .preset-wrapper .image-block-center img {
    width: 100%;
}
div#tab-description .preset-wrapper .Highlighted-Featuresblocks .preset-wrapper {
    display: flex;
}
div#tab-description .preset-wrapper .Highlighted-Featuresblocks .preset-wrapper .block-feature {
    flex: 0 0 50%;
    max-width: 50%;
}
div#tab-description .preset-wrapper .Highlighted-Featuresblocks .preset-wrapper .block-feature h3 strong:before {
    background-image: url(https://store.webkul.com/skin/frontend/webkul/avengers/productpagedesign/images/icon-check.svg);
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: 2px;
}

div#tab-description .preset-wrapper .Highlighted-Featuresblocks .preset-wrapper .block-feature h3 strong:first-child:before {
    background-image: url(https://store.webkul.com/skin/frontend/webkul/avengers/productpagedesign/images/icon-check.svg);
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: 2px;
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    left: 0;
}
div#tab-description .preset-wrapper .Highlighted-Featuresblocks .preset-wrapper .block-feature h3 {
    position: relative;
    padding-left: 16px;
}
div#tab-description .preset-wrapper .Highlighted-Featuresblocks .preset-wrapper .block-feature h3 strong {
    font-weight: 400;
    font-size: 18px;
    color: #0e1b51;
}
div#tab-description {}

div#tab-description .preset-wrapper {}

div#tab-description .preset-wrapper p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #1a1a1a;
}

div#tab-description .preset-wrapper .image-block-center {}

div#tab-description .preset-wrapper .image-block-center img {
    width: 100%;
}

.preset-wrapper {}

div#tab-description .preset-wrapper .Highlighted-Featuresblocks {}

div#tab-description .preset-wrapper .Highlighted-Featuresblocks .preset-wrapper {
    display: flex;
}

div#tab-description .preset-wrapper .Highlighted-Featuresblocks .preset-wrapper .block-feature {
    flex: 0 0 50%;
    max-width: 50%;
}

div#tab-description .preset-wrapper .Highlighted-Featuresblocks .preset-wrapper .block-feature h3 {
    position: relative;
    padding-left: 16px;
}

div#tab-description .preset-wrapper .Highlighted-Featuresblocks .preset-wrapper .block-feature h3 strong:first-child:before {
    background-image: url(https://store.webkul.com/skin/frontend/webkul/avengers/productpagedesign/images/icon-check.svg);
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: 2px;
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    left: 0;
}

div#tab-description .preset-wrapper .Highlighted-Featuresblocks .preset-wrapper .block-feature h3 strong {
    font-weight: 400;
    font-size: 18px;
    color: #0e1b51;
}

h2.heading-title {
    position: relative;
    cursor: pointer;
    margin: 0;
    font-size: 20px;
    padding: 18px 60px 18px 0;
    border-top: solid 1px #D7DFE2;

}

body .preset h2 strong {
    font-size: 22px;
}

.block-feature {
    display: inline-block;
    width: 50%;
    float: left;
    padding: 5px;
}

body .preset .block-feature h3 strong {
    background-image: url(https://store.webkul.com/skin/frontend/webkul/avengers/productpagedesign/images/icon-check.svg);
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: 2px;
}

div#tab-description .preset-wrapper .preset-wrapper h3 {
    position: relative;
    padding-left: 20px;
}
div#tab-description .preset-wrapper .preset-wrapper h3 strong.fa.fa-check-circle-o:before {
    content: '';
    background-image: url(https://store.webkul.com/skin/frontend/webkul/avengers/productpagedesign/images/icon-check.svg);
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: 2px;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 11px;
    left: 0;
}

div#tab-description .preset-wrapper .preset-wrapper h3 {
    position: relative;
}



body .preset h2 strong {
    font-size: 22px;
}

.preset-wrapper .text-block-right {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 416px);
    padding-left: 24px;
}

.preset-wrapper .image-block-right {
    display: inline-block;
    vertical-align: middle;
    margin: 24px auto 32px auto;
    padding: 4px;
    background-image: linear-gradient(135deg,#43CBFF 10%,#9708CC 100%);
    border-radius: 6px;
    width: 408px;
}

body .preset h2 strong {
    font-size: 22px;
}



ul {

    list-style-image: url(https://store.webkul.com/skin/frontend/webkul/sky/productpagedesign/images/icon-check.svg);
    padding: 0 0 0 20px;
}


/*27Aug2024*/


.ws-m-story-outer p:empty {
    display: none;
}

.frequently-cloud-wrapper>h3>strong {
    font-weight: 500;
    border-top: none;
    font-size: 18px;
    cursor: default;
    padding: 0 0 24px 0;
    line-height: 32px;
    font-weight: 500;
    color: #1a1a1a;
    display: block;
}