@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


/******** Header Menu *********/

.sub-menu {
    display: none;
    position: absolute;
    top: 30px;
}

#header-menu > ul > li {
    position: relative;
}

#header-menu:hover .sub-menu {
    display: block;
    padding: 0px;
    margin: 0px;
}

.office-small-info-container {
    display: flex;
    gap: 50px;
}
.btn-green:hover {
    background: #fff;
    border: 1px solid #051C2C;
}

 .carousel {

      flex: 0 0 100%;
    
  }

  /* Group the cards for better structure. */
  .group {
    /* ... */
    will-change: transform; /* We should be nice to the browser - let it know what we're going to animate. */
    animation: scrolling 10s linear infinite;
  }

  @keyframes scrolling {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  @keyframes scroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(calc(-250px * 7)); }
}

.slider {
	background: white;
	box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
	height: 170px;
	margin: auto;
	overflow: hidden;
	position: relative;
	/* width: 960px; */
}

.slider::before,
.slider::after {
	/* background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); */
	/* content: "";
	height: 73px;
	position: absolute; */
	/* width: 200px; */
	z-index: 2;
    height: 73px;
}

.slider::after {
	right: 0;
	top: 0;
	transform: rotateZ(180deg);
}

.slider::before {
	left: 0;
	top: 0;
}

.slider .slide-track {
	animation: scroll 40s linear infinite;
	display: flex;
	width: calc(250px * 14);
    gap: 20px;
}

.slider .slide {
	height: 100px;
	width: auto;
}


.brand-color {
    color:#97D700;
}

body {
    font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-style: normal;
  background: #000;
  background: url("../img/BG_Software_Valley.png") repeat-x center 0;
  /* width: 1440px; */
  margin: auto;
}
.about-us body {
     /* background: #000 url("../img/BG_Software_Valley.png") repeat-x center 0; */
}
img {
    max-width: 100%;
}
#header_area {
    margin: 30px 0;
}
.container {
    max-width:1440px;
    padding:0px;
}

#header_area .container {
    background: #051C2C;
    border-radius: 16px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

#header_area .container div {    
    height: 84px;
    margin: 0px;
}

#header_area .container div {    
    height: 84px;
}

.logo-link {
    height: 84px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-link img{
    max-width: 100%;
    height: 50px;
}

nav {
    background: #051C2C;
    display: flex;
    width: 100%;
    height: 84px;
    margin-left: auto;
    align-items: center;
}
nav > ul {
    display: flex;
    height: 100%;
    align-items: center;
    margin-left: auto;
}
nav > ul > li{
    display: flex;
    flex-grow: 1;
    flex: 1 1 0px;
    min-width: 100px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 20px 0;
}
nav > ul > li:hover ul {
    display: flex;
 }


nav > ul > li > ul{
    display: none;    
    position: absolute;
    top: 52px;
    z-index: 999999;
    height: 200px;
    background: #fff;
    flex-direction: column;
    width: 252px;
    padding: 20px 0;
}
nav > ul > li > ul > li > a{
       font-size: 16px;
    color: #000;
    display: flex;
    /* z-index: 999999999; */
    width: 100%;
    height: 100%;
    text-decoration: unset;
    text-align: left;
}

nav > ul > li > ul > li:hover > a{
    color:#98D702;
}


nav > ul > li > ul > li{
    display: flex;    
    width: 100%;
    padding: 10px 20px;
    text-align: left;
}

#header_area nav > ul > li > a{
    font-size: 16px;
    color: #fff;
    display: flex;
    width: 100%;
    font-weight: 600;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        height: auto;
        text-decoration: unset;
}
#header_area nav > ul > li > a:hover{
    color:#97D700
}
.get-in-touch {
    background: #97D700;
    text-decoration: unset;
    color:#000 !important;
    height: 56px;
    padding: 24px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    width: 150px;
    font-weight: 600;
}
#header_area nav > ul > li:last-child {
    min-width: 150px;
    margin-left: 20px;
}

.banner-area {
    color: #fff;
}
.banner-area .container{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.banner-area .container > div{
    flex:1 1 48%;
}
.banner-area .container > div:first-child{
    padding-right: 40px;
}
.banner-area .container > div:last-child{
    display: flex;
    justify-content: end;
}
.banner-area video{
    max-width: 100%;
    border-radius: 12px;
}

.banner-area h1 {
    font-size: 64px;
    font-weight: bold;
}
.banner-area h1 span {
    color:#97D700;
    display: block;
}

.banner-text-1 {
    margin-top:18px;
    margin-bottom: 38px;
    font-size: 20px;
}
.no-credit-card {
    margin-top:20px;
}
.banner-area .primary-btn .btn-arrow-right {
    margin-left: 32px;
}


.primary-btn {
    background:#97D700;
    font-size: 18px;
    font-weight: 600;
    border-radius: 12px;
    color:#000;
    padding: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    border: 0px;
}

.btn-arrow-right {
    background:url(../img/button-arrow-right.png) no-repeat;
    width: 36px;
    height: 37px;
    display: flex;
        margin-left: 32px;
}


.light-f-48 {
    font-size:48px;
    font-weight: 300;
}
.semi-b {
 font-weight: 600;
}
.bold {
    font-weight: 700;
}
.f48 {
    font-size: 48px;
}
.f64 {
    font-size:64px;
    font-weight: 600;
}
.f20 {
    font-size: 20px;
}
h2 {
    font-size: 48px;
    font-weight: 300;
    color:#fff;
    margin:0px;
}
/* Small Service */

.small-services {
    padding: 30px 0 30px;
    background:#051C2C;
    overflow: hidden;
}
.small-services > div{
   display: flex;
}
.small-services .small-service{
    color:#97D700;
    font-size: 28px;
    font-weight: 500;
    margin-right: 10px;
}

.service-container {
    display: flex;
    padding:0 20px;
}

/* Proven Result */
.proven-result{
    padding: 64px;
    display: flex;
    flex-direction: column;
    background:#fff;
}
.left-card h3 {    
    margin:0px 0 16px 0;
}
.proven-result-top {
    margin-bottom: 96px;
}
.left-card p {
    line-height: 115%;
    margin: 0px;
}
.dflex {
    display: flex;
}
.flexDirectionCol {
    flex-direction: column;
}

.proven-result > div {
    display: flex;
  
}
.proven-result-bottom {
    display: flex;
}
.proven-result-bottom {
    display: flex;
    color:#000;
}

.proven-result-bottom .item{
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
    border-left: 4px solid #97D700;
    padding-left: 32px;
    padding-top:16px;
}
.proven-result-bottom .item h2{
           margin: 0px 0 16px 0;
           color:#051C2C;
    }
.proven-result-bottom .item p {
    font-size: 20px;
    font-weight:600;
    margin-top:0px;
    margin-bottom: 16px;
}
.proven-result-top > div {
    display: flex;
    width: 50%;
}
.left-card {
    display: flex;
    flex-direction: column;
    padding-right: 30px;
    width:calc(50% - 30px);
}
.right-card {
    display: flex;
    flex-direction: column;
}
.right-card .title16 {
    font-size: 16px;
    font-weight: 700;
    margin: 0px;
}

.right-card p {
      font-size: 16px;
      font-weight: 400;
      margin-top: 16px;
      margin-bottom: 32px;
}

/* Button */
.button-container {
    display: flex;
}
.btn-md {
    height: 48px;
    font-size: 16px;
    font-weight: 700;
}
.brand-bg-color {
    background: #97D700;
}


/* About Us Page */
.about-us-page .service-item > * {
    margin-bottom: 0px;
}
.about-us-page .our-services p:last-child {
    max-width: 100%;
    margin-top: 0px;
}

.about-us-page .service-item h3 {
    margin-bottom: 0px;
    margin-top: 0px;
}
.about-us-page .proven-result-bottom .item p {
    font-weight:normal;
}

/* Service Page */

  .core-services {
        padding: 0px !important;
        background: #fff !important;
        padding: 64px ;
        display: flex;
        flex-direction: column;
        margin-top: 0px;
    }
   
     .core-services .inner-container {
        max-width: unset;
        width: 100%;
    }

 .core-services .inner-container .right-service-container {
        width: calc(50% - 60px);
        padding: 60px;
    }

     .core-services .inner-container .service-img-container {
        width: 50%;
        padding: 0px;
    }

    .s-accordion-header div {
        color: #000;
    }


.core-services h4 {
    font-size: 40px;
    font-weight: 700;
    color:#000;
    text-transform: uppercase;
    margin-bottom: 16px;
    margin-top: 0px;
}
.core-services p {
    color: #000;
    margin: 0px;
    line-height: 150%;
    font-size: 18px;
}

.core-services h3 {
    color: #fff;
    
}
.core-services p:last-child {
    max-width: 54%;
    margin-top: 24px;
}

.core-services > div.inner-container > p:nth-child(3) {
    max-width: 60%;
    margin-bottom: 64px;
}

.service-item-container {
    display: flex;
    flex: 1 1 0;
    gap: 25px;
    margin-bottom: 25px;
}
.core-services .container{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top:64px;
}

.s-accordion-header div {
    font-size: 20px;
    font-weight: 300;
    height: 50px;
    display: flex;
    align-items: center;
}



/* Services */
.our-services {
    display: flex;
    background: #051C2C;
    flex-direction: column;
    padding: 64px;
    margin-top:0px;
}

.our-services h4 {
    font-size: 20px;
    font-weight: 700;
    color:#97D700;
    text-transform: uppercase;
    margin-bottom: 16px;
    margin-top: 0px;
}
.our-services p {
    color: #fff;
    max-width: 50%;
    margin: 0px;
    line-height: 115%;
}

.our-services h3 {
    color: #fff;
    
}
.our-services p:last-child {
    max-width: 54%;
    margin-top: 24px;
}

.our-services > div.inner-container > p:nth-child(3) {
    max-width: 60%;
    margin-bottom: 64px;
}

.service-item-container {
    display: flex;
    flex: 1 1 0;
    gap: 25px;
    margin-bottom: 25px;
}
.our-services .container{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top:64px;
}
.service-icon .scalable-system{
    /* display: flex;
    flex-direction: column;
    border:1px solid #97D700; */
}
.service-item {
    padding: 24px 24px 20px;
    /* border:1px solid #97D700; */
    border-radius: 1em;
    flex: 1 1 28%;  

    overflow: hidden;
    position: relative;
    border-radius: 20px;
    background: transparent;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    -moz-column-gap: 0;
    column-gap: 0;
    align-items: flex-start;
    justify-content: flex-start;
    transition: background-color .3s ease;
}
.service-item:nth-child(odd)::before {
    background: linear-gradient(180deg, rgba(149, 92, 244, .08), rgba(255, 107, 16, .271)) border-box;
}
.service-item:nth-child(2n+1)::before {
    background: linear-gradient(rgba(149, 92, 244, 0.08), rgba(151, 255, 16, 0.27)) border-box border-box;
}
.service-item::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
      background: linear-gradient(0deg, rgb(151 215 0 / 0%), rgba(151, 255, 16, .271)) border-box;
    -webkit-mask: linear-gradient(#97D700 0 0) content-box, linear-gradient(#97D700 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.service-item > div{
    /* content: '';
  display: block;
  box-sizing: border-box;
  height: 100%; 
      border: 1px solid transparent;
    border-image: linear-gradient(to top, #051C2C 0%, #97D700 100%);
    border-image-slice: 1;     */
}

.service-item > *{
    margin-bottom: 10px;
}
.first-item{
    background-color: #97D700;
}
.first-item *{
    color:#051C2C !important;
}
.service-icon {
    background: url("../img/code-circle-02.png") no-repeat;
    width: 64px;
    height: 64px;
    color: #97D700;
    /* border: 1px solid #97D700; */
    border-radius: 50%;
}

.service-icon-2 {
    background: url("../img/service-icons/02.svg") no-repeat;
}
.service-icon-3 {
    background: url("../img/service-icons/03.svg") no-repeat;
}
.service-icon-4 {
    background: url("../img/service-icons/04.svg") no-repeat;
}

.service-icon-5 {
    background: url("../img/service-icons/05.svg") no-repeat;
}
.service-icon-6 {
    background: url("../img/service-icons/06.svg") no-repeat;
}
.service-icon-7 {
    background: url("../img/service-icons/07.svg") no-repeat;
}

.service-icon-8 {
    background: url("../img/service-icons/08.svg") no-repeat;
}
.service-icon-9 {
    background: url("../img/service-icons/09.svg") no-repeat;
}



 .icon-block {
    display: flex;
    flex-direction: column;
 }

.ico-global-map {
    background: url("../img/icon-global-map.svg") no-repeat;
    width: 64px;
    height: 64px;
    color: #97D700;
    border-radius: 50%;
    margin-bottom: 30px;
}

.ico-office-location {
    background: url("../img/icon-office-address.svg") no-repeat;
    width: 64px;
    height: 64px;
    color: #97D700;
    border-radius: 50%;
    margin-bottom: 30px;
}

.ico-location {
    background: url("../img/ico-location.png") no-repeat;
    width: 64px;
    height: 64px;
}

.service-item .service-item-contact{
    color:#97D700;
    display: flex;
    gap: 20px;
}
.service-item .service-item-contact p{
    color:#97D700;
    width: auto;
    font-size: 16px !important;
    max-width: unset !important;
    font-weight: 500 !important;
    margin:0px;
}
.service-item .service-item-contact p img{
   margin-right: 4px;
    width: 12px;
    height: 12px;
}
.icon-2 {
    background: url("../img/icon-2.png") no-repeat;
    width: 64px;
    height: 64px;
}

.service-item p{
    max-width: 100%;
}

.service-item h3{
    margin-bottom: 20px;
}
.service-item .service-item-body {
    line-height: 22px;
}

.learn-more{
    color:#97D700;
    text-decoration: unset;
    cursor: pointer;
}
/* Global Font */
.f-32 {
    font-size: 32px;
    font-weight: 600;
}

.f-20 {
      font-size: 20px;
      font-weight: 600;
}

.f-18 {
     font-size: 18px;
}

/* Technology Section */
.technology {
    display: flex;
    flex-direction: column;
    background: #051C2C;
    padding: 0px 0px 0px 64px;
}
h3{ 
    color:#97D700;
    font-size: 20px;
    font-weight: 700;
}
.technology h2 {
    color:#fff;
    font-weight: 300;
    margin: 16px 0 48px;
}
.technology h2 span {
    font-weight: 700;
}
.technologies-container {
    display: flex;
    gap: 20px;
     flex-wrap: wrap;
     width: 100%;
     background: unset;
     position: unset;
     margin: 30px 0 64px;
     
}
.tech-item {
    background: #97D700;
    padding: 0px 40px;
    color: #000;
    border-radius: 50px;
    font-size: 28px;
    font-weight: 500;
    font-family: "Instrument Sans", sans-serif;
    /* background: #97D700 url(../img/Icon\ Container.png) no-repeat 24px 13px; */
    height: 73px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto !important;

}

.tech-item strong{
    margin-left: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
 }
.tech-item img{
    width: 36px;
    height: 37px;
    display: flex;
    align-items: center;
 }

 /******* PORTFOLIO *****/
 .our-portfolio {
    padding: 64px;
    background: #fff;
 }
  .our-portfolio h3{
    margin:0 0 16px 0;
 }
 .tags {
    display: flex;
    gap: 12px;
    margin-bottom: 64px;
    margin-top: 24px;
     flex-wrap: wrap;
 }
 .tag {
    border:1px solid #000;
    height: 48px;
    border-radius: 32px;
    color:#051C2C;
    font-size: 16px;
    padding: 0 16px;
        display: flex;
    align-items: center;
    justify-content: center;
 }
 .tag.selected {
    background-color: #97D700;
    border: 1px solid #fff;
 }

 .cards {
    display: flex;
    gap: 24px;
    width: 100%;
    height: 530px;
 }
.card {
     width: 100% !important;     
 }


  .cards.owl-carousel.owl-drag .owl-item {
border-radius: 16px;
overflow: hidden;
border:1px solid #EAEAEA;
 }
.card-body{
    padding: 32px;
}
.card-title {
    font-size: 16px;
    color:#97D700;
    line-height: 150%;
    margin: 0px;
    letter-spacing: 4px;
}
.card-text {
    font-size: 32px;
    font-weight: 600;
    padding-top: 16px;
     margin: 0px;
}



/***************** Service Details Page ***************/
.service-picture {
    height: 196px;
}
.expertise-container{
        display: flex;
    background: #051C2C;
    flex-direction: column;
    padding: 64px;
    margin-top: 0px;
}
.expertise-container .inner-container > h4 {
    margin: 0px;
    padding: 0px;
}

.expertise-container .inner-container > p {
    margin: 0px;
    padding: 16px 0;
}

.expertise-container .container {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 20px;
}
.expertise-container .expertise-item {
    padding: 0px;
    border: 0px;
    border-radius: 1em;
    flex: 1 1 28%;
}

.expertise-item p{
    font-size: 16px;
    color: #fff;
}
.expertise-container .inner-container h4,
.expertise-container .inner-container .f-32,
.expertise-container .inner-container .light-f-48{
    color:#fff;
}
.expertise-container .inner-container .f-32 {
    margin: 0px;
    padding: 24px 0 0 0;
}
.core-services.best-choice .inner-container  {
   max-width: 1440px;
   padding: 0 60px;
}
.core-services.best-choice .inner-container .service-text-container {
    width: calc(50% - 90px);
    padding: 60px 30px 0 60px;
   
}
.core-services.best-choice .service-text-container h4 span {
    font-weight: normal;
}
.core-services.best-choice .service-text-container h4 {
     text-transform: unset;
}
.core-services.best-choice .s-accordion-item {
    padding: 0px;
}

.best-choice .inner-container .service-text-container h3 {
    color: #97D700;
    font-weight: 600;  
}
/* .core-services.best-choice .inner-container .service-text-container.padding-l60r0 {
        width: calc(50% - 60px);
    padding: 60px 0px 0 60px;
    padding-right: 0px;
} */

.core-services.best-choice .inner-container .service-text-container.padding-l0r60 {
        width: 50%;
    padding: 60px 60px 0 0px;
    padding-right: 0px;
}

.core-services.best-choice .inner-container .service-text-container {

}
:root{
      --gap: 30px;
    }
.card-boxes {
    gap: var(--gap);
    display: flex;
    grid-auto-flow: row;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
}
.card-box {
    border: 1px solid #EAEAEA;
    border-radius: 16px;
    padding: 24px;
}
.card-box h4 {
    font-size: 16px;
    font-weight: 600;
    color: #97D700;
    margin: 0px;
    padding: 0px;
}

.card-box h3 {
    font-size: 32px;
     font-weight: 600;
     color:#051C2C;
     letter-spacing: unset;
     margin: 0px;
     padding: 16px 0 0 0;
}

.card-box p {
    font-size: 16px;
     font-weight: normal;
 line-height: 150%;
 margin-top:12px;
}

.card-box .s-accordion-item {
    padding: 2px;
}

.best-choice ~ .our-portfolio .cards {
        margin-top: 64px;
    } 

.design-process h2{
    color: #051C2C;
}

.design-process h2 strong{
    font-weight: bold;
}

.banner-area {
        padding: 60px;
    }

.service-details-page .banner-area{
    /* height: 714px; */
}
.design-process > p {
    margin-top: 24px;
    margin-bottom: 48px;
}

.service-details-page body{
    background: url("../img/service-details-bg.png") repeat-x center 0;
}



 @media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1440px;
    }
}
.inner-container {
    max-width: 1440px;
    margin: auto;
    width:100%;
        padding: 0px;
    margin: auto;
}

/* Testimonial */
.testimonial {
    display: flex;
    flex-direction: column;
    padding: 64px 64px 0;
    background: #051C2C;
}
.testimonial  { 
    background: #051C2C url(../img/Owen.png) no-repeat 0 bottom;
}
.testimonial .inner-container h3{ 
    margin-top: 0px;
    margin-bottom: 16px;
}

section h3 {
    letter-spacing: 4px;
}

.testimonial-text {
    font-size: 48px;
    font-weight: 300;
    color:#fff;
}
.testimonial-text strong {
    font-weight: bold;
}
.testimonial-items {
    display: flex;
    /* flex-wrap: wrap;
    flex: 1 1 0; */
    max-width: 80%;
    margin-left: auto;
    gap: 20px;
    padding: 64px 0;
}

.testimonial-item {
    display: flex;
    flex-direction: column;
    padding: 24px;
    /* height: 500px; */
    border-radius: 16px;
    flex-basis: calc(33.333% - 62px);
}
.testimonial-item-header .name{
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}
.testimonial-item-header .name h4{
    font-size: 20px;
    font-weight: 600;
    margin: 0px;
    margin: 12px 0 8px;
}
.testimonial-item-header .name .designation{
    font-size: 16px;
}
.without-picture {
    background: #97D700;
}
.testimonial-item-header {
    display: flex;
}
.testimonial-item-body {
    padding: 20px 0 0 0;
    font-size: 30px;
    font-weight: 300;
}

/* Footer */
.site-footer {
    max-width: 1440px;
    margin: auto;
    border-radius: 30px;
}
#colophon {
    background-color: #000;
    color: rgba(255, 255, 255, 0.50);
}

.site-footer {
        max-width: 1440px;
        margin: auto;
        border-radius: 30px;
      }
      #site-footer {
        padding: 60px;    
        padding-bottom: 0px;
      }
      #colophon p, #colophon li {
        color: #fff;
    }
    #colophon a {
      color: #fff;
  }
 .footer-logo-section a {
  display: flex;
 }
 .footer-logo-section a img{
    height: 66px;
 }
 .copy-right a, .copy-right{
  color: #fff;
 }

 .copy-right a{
  text-decoration: unset !important;
 }
 .copy-right a{
  color:#98D702 !important
 }
  .footer-widget li {
    display: flex;
    margin-bottom: 15px !important;
    align-items: center;
  }
  .footer-widget li div{
    font-size: 18px;
    color: var(--themeht-white-color);
    vertical-align: middle;
    line-height: 20px;
    margin-right: 15px;
    background:#97D700 !important; rgba(255, 255, 255, 0.1);
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
  }
      .primary-footer-btm {
        display: flex;
      }
      .footer-widget {
        border-right: 1px solid rgba(255, 255, 255, 0.1);
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        width: 25%;
        padding: 30px 40px 10px 40px;
      }
      .footer-widget-50 {       
        width: 50%;
      }
.address-holder {
    display: flex;
    flex-direction: row;
}
      .footer-widgets .footer-widget:first-child {
        padding-left: 0px;
      }
      .footer-widgets .footer-widget:last-child {
        border-right:0px;
      }
      .footer-top{
        display: flex;
        justify-content: space-between;
        padding-bottom: 40px;
      }
      .footer-newsletter h4 {
        color:#fff;
        margin-bottom: 20px;
        font-size: 24px;
        margin-top: 16px;
      }

      .footer-newsletter input {
        border-radius: 100px;
        font-size: 15px;
        width: 100%;
        height: 55px;
        border-right: 0px;
    padding:0px 0px 0px 20px;
    background-color: rgba(151, 215, 0, 20%);
    border: 0px;
    }

    .footer-newsletter input::placeholder {
        color:#fff;
    }

    .footer-newsletter form{
      display: flex;
      position: relative;
  }
      .footer-newsletter button {
        flex-shrink: 0;
        position: absolute;
        right: 4px;
        top: 3px;
        padding: 0;
        height: 50px;
        width: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 20px;
        border-radius: 100px;
        background: #97D700;
        border:0px;
    }
    .fa-paper-plane:before {
      content: "\f1d8";
      color: #fff;
  }

  footer a {
    color:#fff;
    font-size: 15px;
    text-decoration: unset;
  }

  .footer-logo-section {
    width: 150px !important;
    flex-direction: column;
  }
  .footer-logo-section a{
    width: 100%;
    display: flex;
    margin-bottom: 20px;
  }
  .footer-logo-section {
    width: 200px;
  }
      .footer-dark {
        background: #051C2C;
        color: #fff;
        padding: 60px 0;
      }
      .footer-widgets {
        display: flex;
        justify-content: space-between;
      }
      .footer-widget ul {
        list-style: none;
        padding: 0;
        margin-left: 0px !important;
      }
      .footer-widget ul li.address {
        margin-bottom: 10px;
         display: flex;
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
        width: 50%;
      }
       .footer-widget ul li h4 {
        margin: 0 0 10px;
      }
      .footer-widget ul li p{
       margin-bottom: 0px;
           line-height: 16px;
      }
      .footer-widget h5 {
        margin-bottom: 20px;
        color:#97D700;
        font-family: unset;
        font-weight: bold;
        font-size: 20px;
      }
      .site-info > ul {
            list-style: none;
            margin: 0px;
      }
      .social-icons li {
        display: inline-block;
        margin-right: 10px;
      }
      .social-icons a {
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 15px;
        color: #fff;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 100px !important;
            width: 40px;
    height: 40px;
    display: flex
;
   
    justify-content: center;
    align-items: center;
      }

       .social-icons a.selected{ 
         background: #97D700;

       }
 .social-icons a.active{ 
         background: #97D700 !important;
       }
       .social-icons a:hover{ 
         background: #97D700 !important;
       }
      .social-icons {
        margin-left: 0px !important;
      }
      .footer-bottom {
        text-align: center;
        padding-top: 30px;
        border-top: 1px solid #333;
      }

      .footer-menu li a:hover {
        color:#97D700 !important
      }
     
      
      @media (min-width: 992px) {
        .footer-logo-section {
            flex: 0 0 auto;
            width: 33.33333333%;
        }
        .footer-newsletter {
          flex: 0 0 auto;
          width: 41.66666667%;
          margin-left: auto;
      }
    }

    #site-footer {
    padding: 60px 0 20px;
    
  }

  
    #site-footer .container{
    padding: 0 60px;
  }

  .footer-logo-section {
      width: 45% !important;
      display: flex;
  }
  /* .footer-widgets {
    flex-direction: column;
  }
  .footer-widget {
    width: 100%;
    border: 0px;
    padding:0px;
  }
  .footer-widget li{
        margin-bottom: 11px !important;
  } */
   .site-info {
    background: unset;
        display: flex;
    padding: 20px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
        justify-content: space-between;
}
 .site-info .wrapper {
     
}
.site-info span {
    display: block;
    text-align: center;
    margin: 10px 0;
}
.copy-right a, .copy-right {
    color: #fff;
}


/*********** FAQ ****************/
#home-faq h2 {
    font-size: 20px;
    margin:0 0 16px 0;
}
#home-faq {
    border-radius: 30px;
    max-width: 1440px;
    margin: auto;
    /* margin-bottom: 60px; */
    background: #fff;
}
#home-faq .container .content:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#home-faq .content p {
    font-weight: normal;
    margin: 20px 0 30px;
}
.got-questions, .have-answers {
    font-size: 48px;
    line-height: 54px;
}
.got-questions {
    margin: 0px;
    font-weight: 300;
    line-height: 115%;
    margin-bottom: 30px;
}
.got-questions span {
    font-weight: 600;
    /* color: #97D700; */
}
.have-answers {
    margin-bottom: 10px;
    font-weight: 300;
}

.free-consultation {
    background: #97D700;
    font-weight: bold;
    color: #fff !important;
    border: 2px solid #fff;
    display: inline-block;
    height: 58px;
    padding: 16px 20px 16px 20px;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    text-transform: uppercase;
    margin-right: 20px;
}

.site-free-consultation {
    justify-content: center;
    align-items: center;
    margin: auto;
    display: flex
;
    width: auto;
    max-width: 360px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    border: 1px solid #97D700;
}
#home-faq .site-free-consultation {
    margin: unset;
    margin-top: 50px;
}
.accordion-item {
    border-bottom: 2px solid #97D700;
    display: flex;
    font-size: 20px;
    padding: 30px 0;
    flex-direction: column;
}
.accordion-header {
    display: flex;
    width: 100%;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
}
.accordion-header div {
    font-size: 20px;
    font-weight: bold;
}
.accordion-body {
    font-size: 16px;
        margin-top: 16px;
}
.home-page .accordion-body {
    display: none;
}
.accordion-header .counter {
    margin-right: 20px;
}

.accordion-header .accordion-icon {
    margin-left: auto;
}
.section-wrapper .container {
    display: flex;
}
.section-wrapper .container > div {
    width: 50%;
}

/**** Common Buttons ******/
.btn-container {
    display: flex;
    gap: 16px;
}
 .btn{
    height:48px;
    color:#051C2C;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0px;
    border-radius: 10px;
    padding: 0 15px;
    cursor: pointer;
 }

 .btn-secondary {
    height:48px;
    font-size: 16px;
    font-weight: bold;
 }

 .btn-green {
    background: #97D700;
    border: 1px solid #97D700;
 }
 .btn-white {
    background: #fff;
 }

  .btn-white:hover{
     background: #97D700;
    border: 1px solid #97D700;
 }
 .btn-contact {
    display: flex;
    justify-content: space-between;
    height: 68px;
    font-size: 18px;
    font-weight: 600;
 }

 /******** Brand Color *******/
 .brand-text {
    color:#97D700;
 }
 .border {
    border: 1px solid #051C2C;
 }


 /*************** ABOUT US **************/
 .about-us .service-item {
    padding: 24px;
    border:1px solid #97D700;
    border-radius: 1em;
    flex: 1 1 45%;  
}
 .about-us .service-item h3 {
    font-size: 32px;
    font-weight: 600;
}
 .about-us .service-item p {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    max-width: 100%;
}

.our-team {
    background:#fff;
}
.our-team h2{
    color:#051C2C;
}
.our-team .testimonial-items {
    max-width: 100%;
    flex-wrap: wrap;
}
.testimonial.our-team .inner-container {
    background:#fff;
}
.our-team  .testimonial-item-header {
    position: relative;
}
.our-team .testimonial-item {
    padding: 0px;
    flex:1 1 32%;
    height: 534px;
    overflow: hidden;
    position: relative;
}
.our-team .img-container{ 
     height: 534px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-team .name{ 
    position: absolute;
    bottom: 40px;
    padding: 0 0 0 24px;
}
.our-team  .name h4{
    font-size: 32px;
    font-weight: 300;
    margin: 0px;
}

.our-team .name .designation{
    font-size:20px;
    font-weight:bold;
}
.our-team .testimonial-item{ 
    border-radius:24px;
}
.about-us .proven-result-bottom .item h2 {
    color:#051C2C;
}
.about-us .proven-result-bottom .item p {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding: 0 20px 0 0;
}

/*********  COMMON STYLES ********/
section {
    padding: 64px;
}
/********** CONTACT PAGE **********/
.contact-banner {
    display: flex;  
     /* gap: 100px;   */
}
.contact-banner > div {
    width:100%;
    display: flex;
    flex-direction: column;
   
}

.contact-banner > div:last-child {
    gap: 24px;
}
.interested-in {
    font-size: 36px;
    color:#fff;
}
.input-holder {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.input-holder > div{
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 8px;
}

.input-holder input{
    height: 46px;
    border:1px solid #314905;
    color:#9C9E99;
    background:unset;
    padding:0 16px;
    border-radius: 6px;
    font-size: 14px;
}
.input-holder select {
    height: 46px;
    border:1px solid #263B00;
    color:#9C9E99;
    background:unset;
    padding:0 16px;
    border-radius: 6px;
    font-size: 14px;
    padding-right: 20px;
}
.input-holder textarea{
    height: 100px;
    border:1px solid #263B00;
    color:#9C9E99;
    background:unset;
    padding:0 16px;
    border-radius: 6px;
    font-size: 14px;
    padding-right: 20px;
    padding-top: 20px;
}

.input-holder input:hover, 
.input-holder select:hover,
.input-holder textarea:hover{
  border-color: #97D700;
}
.input-holder input:focus, 
.input-holder select:focus,
.input-holder textarea:focus,

.input-holder input:focus-visible, 
.input-holder select:focus-visible,
.input-holder textarea:focus-visible,

.input-holder input:active, 
.input-holder select:active,
.input-holder textarea:active{
  border-color: #97D700 !important;
}

.input-holder label{
    font-size: 14px;
}

#services {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.service-option {
    font-size: 19px;
    border-radius: 30px;
    border: 1px solid #97D700;
    padding: 20px;
    background: unset;
    color:#97D700;
    cursor: pointer;
}
.service-option.active {
    background:#97D700;
    color:#000;
}
.left-border4 {
    border-left: 4px solid #97D700;
    padding-left: 20px;
}

.left-border4 div:last-child {
    margin-top: 30px;
}
.service-option:hover {
    font-size: 19px;
    border-radius: 30px;
    border: 1px solid #97D700;
    padding: 20px;
    background: #97D700;
    color:#000;
    cursor: pointer;
}
.banner-area #contactForm h1 {
    margin: 0px;
}
.contact-us .left-card {
    width: 60%;
}

.contact-banner > div:first-child{
    width: 50%;
}

.contact-banner > div:last-child{
    border: 1px solid #CDFF58;
    padding: 48px;
    border-radius: 20px;
     width:calc(50% - 100px);
}
.contact-us #home-faq{
    max-width: 100%;
    background-color: #fff;
    border-radius: 0px;
    padding:0;
    margin-bottom: 0px;
}

.contact-us .section-wrapper .container > div{
    display: flex;
    justify-content: end;
}
.contact-us .testimonial-item{
    position:relative;
    width: 504px;height:534px; 
      
        background: url("../img/mohiuddin.png") no-repeat;
          background-size: 100%;
}


.contact-us #home-faq .name{ 
    position: absolute;
    bottom: 40px;
    padding: 0 0 0 24px;
}
.contact-us #home-faq .name h4{
    font-size: 32px;
    font-weight: 300;
    margin: 0px;
}

.contact-us #home-faq .name .designation{
    font-size:20px;
    font-weight:bold;
}



#services label{
    display: none;
}

/*********** SERVICE PAGE ***********/
.core-services .inner-container{
    display: flex;
    color:#fff;
}

.core-services .inner-container .left-service-img-container{
    width:50%;
}

.ui-ux-design {
     background: url("../img/services/ui-ux/I will do figma landing page design.png") no-repeat;
}

.core-services .inner-container .left-service-container{
    width:calc(55% - 30px);
    padding-right: 30px;
}

.core-services .inner-container .service-text-container {
    width:calc(50% - 30px);
    padding:0 30px 0 64px;
}

.core-services .inner-container .left-service-container p{
    max-width: 100%;
    line-height: 115%;
    
}


.core-services .inner-container .right-service-container{
    width:50% 
}


.s-accordion-item {
    display: flex;
    font-size: 20px;
    padding: 10px 0;
    flex-direction: column;
}
.s-accordion-header {
    display: flex;
    width: 100%;
    cursor: pointer;
    font-size: 26px;
    font-weight: 500;
    justify-content: space-between;
}
.s-accordion-header div {
    font-size: 20px;
    font-weight: 500;
        height: 50px;
    display: flex;
    align-items: center;
}
.s-accordion-body {
    font-size: 16px;
    margin-top: 16px;
    display: none;
    font-weight: 400;
}

.s-accordion-header .s-accordion-icon {
    margin-left: 40px;
}
.s-accordion-icon {
    background: url(../img/right_angle_arrow.png) no-repeat;
    width: 50px;
    height: 50px;
}

.s-accordion-icon2 {
    background: url(../img/bg-without-tick.png) no-repeat center;
    width: 16px;
    height: 50px !important;
    margin-right: 8px;
}

.best-choice .s-accordion-header {
    justify-content: unset;
}
.core-services.white-bg {
    background: #fff;
    color:#051C2C;
}
.core-services.white-bg *:not(h4)  {
  
    color:#051C2C;
}
.accordion-title span {
    margin-right: 20px;
    font-weight: 300;
}


 /********** Font Size **********/

 .pb60  {
    padding-bottom: 60px;
 }
.mtb24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}
.mt32{
    margin-top: 32px;
}

.bold {
    font-weight: bold;
}
.f18 {
    font-size: 18px;
}
.f-regular {
    font-weight: 400;
}
.f-light {
    font-weight: 300;
}
 /* Mobile First */
/* body {
  padding-left: 16px;
  padding-right: 16px;
} */

/* Tablets (≥ 600px) */
/* @media (min-width: 600px) {
  body {
    padding-left: 24px;
    padding-right: 24px;
  }
} */

/* Small Laptops / Desktops (≥ 768px) */
/* @media (min-width: 768px) {
  body {
    padding-left: 32px;
    padding-right: 32px;
  }
} */

#nvMobileMenu, 
.mobile-button {
    display: none;
}
/* Large Screens (≥ 1024px) */
@media (min-width: 1024px) {
  #header_area {
    padding-left: 54px;
    padding-right: 54px;
  }
  .testimonial-items {
        max-width: 86%;
  }
}

/* Extra Large Screens (≥ 1280px or 1440px) */
@media (min-width: 1280px) {
.section-wrapper .container {
    padding:60px;
}
#home-faq.section-wrapper .container {
    padding:0px;
}
    #header_area {
       padding:0px 60px;
    }
    .banner-area {
        padding:60px;
    }
}

@media (max-width: 768px) {

    body {
        background-repeat: repeat;
    }
    /****** BANNER ******/
    .banner-area {
        padding: 0px 20px 30px;
        height: auto;
        display: flex;
    }
    .banner-area h1{
        font-size: 40px;
    }
    .banner-area .logo-link {
        height: 40px;
    }
    .banner-area .logo-link img{
        max-width: 100%;
        height: 50px;
    }
    .banner-area .container {
        flex-direction: column;
    }

    .banner-area .container > div:first-child{
        margin-bottom: 30px;
    }

    
    .banner-area .container > div {
        flex:unset;
    }

    /*********** PROVEN RESULT *********/
    .proven-result {
        padding: 40px 20px;
    }
    .proven-result-top   {
         flex-direction: column;
         margin-bottom: 30px;
    }
    .proven-result-top > div {
        width: 100%;
        margin-top: 20px;
    }
    .proven-result-top > div.left-card {       
        margin-top: 0px;
    }
    
    .proven-result-bottom {
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: column;
    }
   .proven-result-bottom .item{
         flex: 0 0 44%;
         margin-bottom: 20px;
    }
    .our-services .container {
            margin-top: 24px;
    }

    /********** COMMON **********/
    .f48 {
        font-size: 32px;
    }
    h3 {
        font-size: 16px;
    }
    .light-f-48 {
        font-size: 32px;
    }

    h4 {
        font-size: 16px !important;
        
    }
    h2 {
        font-size: 32px;
    }
        /********* PORTFOLIO ********/

    .cards {
        height: 368px; 
    }
    .our-portfolio h3 {
        margin: 0 0 8px 0;
    }

    /****** FAQ ******/
    #home-faq .container {
        flex-direction: column;
        padding: 24px 0;
    }
    #home-faq .container .content {
        width: 100%;
    }
    #home-faq {
        padding: 0 20px !important;
        margin-bottom: 0px;
    }
   #home-faq h3 {
    margin: 0 0 8px 0;
   }
    .got-questions {
        font-size: 32px;
    }
    .got-questions {
        font-size: 32px;
    }
    /********* TESTIMONIAL *******/
    .testimonial-items {
        max-width: 100%;
        flex-direction: column;
        padding: 24px 0 0px;
    }
  
    .testimonial {
        padding: 40px 20px;
    }
 

    /****** OUR SERVICES ******/
    section {
        padding: 30px 20px !important;
    }

    .company-services {
        padding: 0px;
    }

    .our-services h4 {
        margin-top: 0px;
        margin-bottom: 8px;
    }

    .our-services p {
        max-width: unset;
        margin: 0px;
    }
    .our-services > div.inner-container > p:nth-child(3) {
        max-width: unset;
        margin-bottom: 30px;
    }

    /******* TECHNOLOGY *****/
    .technology {
        padding: 40px 0px 0px 20px !important;
    }
.technology .container h3{
     margin: 0px 0 8px 0;
    }
    .technology h2 {
        margin: 0 0 24px;
    }
    .technologies-container {
        /* height: 100px; */
    }

    /******** TAGS ********/
    .tags {
        margin-bottom: 24px;
    }


    /************* SERVICE PAGE ***********/
    
   

    .core-services .inner-container .left-service-container {
        width: 100%;
    }
    .core-services .inner-container .right-service-container {
        width: 100%;
    }
     .core-services .inner-container {
        flex-direction: column;
    }
    .core-services .inner-container > div:last-child {
        margin-top: 20px;
    }

   
    .s-accordion-item {
        padding: 0px;
    }

     .core-services.best-choice .s-accordion-item {
        padding: 10px 0;
    }
   .core-services.best-choice .s-accordion-icon2 {
        background: url(../img/bg-without-tick.png) no-repeat 0px 6px;
    }
    .core-services.best-choice .s-accordion-header div {
        font-weight: 400;
    }
    .banner-right{
        padding: 0 0 30px 0;
    }
    .banner-right img{
        max-width: 80%;
    }
    /**** FOOTER ****/
    #site-footer {
        padding: 10px 0 20px;
    }
    .footer-top{
        flex-direction: column;
    }
    .footer-widget{
        width: 100%;
        border: 0px;
        padding: 0px;
    }
    #site-footer .container {
        padding: 0 20px;
    }

    .footer-logo-section {
        width: 100% !important;
    }
    .footer-widgets {
        flex-wrap: wrap;
    }
    .footer-top {
        padding-bottom: 20px;
    }
    .footer-widget ul {
        margin-bottom: 0px !important;
        flex-direction: column;
    }
    .footer-widget li {
        margin-bottom: 0px !important;
    }
    .footer-widget .address h4{
        margin: 10px 0;
    }
    .footer-widget ul li.address {
        margin-bottom: 20px !important;
                width: 100%;
    }

    .site-info {
        flex-direction: column;
        margin-top: 20px;
    }
    .site-info > ul {
        padding: 0px;
    }
    .social-icons ul {
        margin: 0px;
        padding: 0px;
    }
    .site-info span {
        text-align: left;
    }
    .site-info .wrapper {
        margin-bottom: 20px;
    }
    /********* ABOUT US PAGE **********/
    .banner-area .container > div:last-child {
        justify-content: center;
        margin-top: 20px;
    }
.banner-area .container > div:last-child img {
    height: auto;
}

    /************** CONTACT US PAGE ***************/
    .contact-banner {
        flex-direction: column;
        gap: 20px;
    }

     .contact-banner > div {
        width: 100% !important;
    }

     .contact-banner > div {
        width: 100% !important;
    }
    .contact-banner > div:last-child {
       width: 90% !important;
        margin-top: 20px;
        /* padding: 20px; */
        gap: 20px;
        padding: 20px;
    }
}

@media(max-width:767px) {

    /***********/
    .service-page .left-card h3{
        margin: 0px 0 10px 0;
    }
    .service-page .proven-result-top {
        margin-bottom: 20px;
    }

     .service-page .proven-result {
        padding-bottom: 0px !important;
    }

.core-services h4 {
    font-size: 30px !important;
    margin-bottom: 0px;
}
.core-services p {
    margin-top: 20px !important;
}
.service-page .s-accordion-header div {
    font-size: 16px;
}
.accordion-title {
    width: 80%;
}
    .banner-area .container > div:first-child {
        padding-right: 0px;
    }
    .core-services .inner-container .service-text-container {
        padding: 20px 0px 0px 0;
        order: 1;
    }
     .core-services .btn-container{
        padding-bottom: 0px !important;
        margin-bottom: 0px;
    }
    .core-services {
        padding: 20px !important;
    }

    .core-services {
        padding-bottom: 30px !important;
        padding-top: 0px !important;
    }
.core-services .inner-container > div:last-child {
        margin-top: 0px;
    }

    /************* Service Page *************/
    .core-services > .inner-container > div,
    .core-services .inner-container .right-service-container {
        width: 100% !important;
        padding: 0px;
    }

    .best-choice .service-img-container{
        margin-top: 30px;
    }

    /******* Button ********/

    .btn {
        display: flex;
        justify-content: space-between;
    }
    .btn-container {
        flex-direction: column;
        margin-bottom: 20px;
        gap: 20px;
    }
    .contact-us #home-faq .name {
        padding-left: 0px;
        bottom: 7px;
    }
    .contact-us .testimonial-item{
        padding: 0px;
    }
    .got-questions {
        margin-bottom: 20px;
        font-size: 30px;
    }
    #home-faq .content p {
        margin: 20px 0;
    }
    .contact-us .left-card {
        width: 100%;
    }
    .right-card p {
            margin-bottom: 20px;
    }
    .light-f-48 {
        font-size: 30px;
    }

    
    .logo-link {
        height: 50px;
    }
    .logo-link img {
        max-width: 100%;
    }
   
    .mobile-button:before,
    .mobile-button:after, 
    .mobile-button span {
        background-color: #97D700;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
    }
    .mobile-button:before, .mobile-button:after {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        height: 3px;
        width: 100%;
        left: 0;
        top: 50%;
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
    .mobile-button:before {
        -webkit-transform: translate3d(0, -7px, 0);
        transform: translate3d(0, -7px, 0);
    }
    .mobile-button span {
        position: absolute;
        width: 100%;
        height: 3px;
        left: 0;
        top: 50%;
        overflow: hidden;
        text-indent: 200%;
    }

    .mobile-button:after {
        -webkit-transform: translate3d(0, 7px, 0);
        transform: translate3d(0, 7px, 0);
    }
     .mobile-button {
        width: 26px;
        height: 26px;
        display: none;
        float: right;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
        background: transparent;
        cursor: pointer;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
                display: block;

        top: 37px;
        right: 0px;
                top: 20px;
        left: 0px;
    }
.close-btn {
    font-size: 30px;
    color: #97D700;
    position: fixed;
    right: 0px;
    top: 0px;
    background: #000;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 20px;
}
.header-inner {
    display: flex;
}
.btn-contact {
    font-size: 14px;
}
    .nvMMenuShift {
        transition-duration: 500ms !important;
        transform: translate(100%, 0px) !important;
    }
    #nvMobileMenu {
        display: block !important;
        opacity: 1 !important;
    }
    #nvMobileMenu {
        display: none;
        width: 100%;
        margin-left: -100%;
        position: absolute;
        z-index: 999;
        height: 100%;
        background: #97D700;
        transition-duration: 500ms;
        transform: translate(0px, 0px);
        opacity: 0;
    }
    #header_area .container > div:last-child {
        position: relative;
        width: 30px;
    }
    #header_area .container > div:last-child {
        position: relative;
        width: 30px;
    }
    #header_area {
        width: 100%;
        margin: 20px 0;
    }
    #header_area .container {
        padding: 0 20px;
        max-width: unset;
        height: 50px;
    }
    #header_area .container div {
        height: 50px;
    }
    nav ul {
        flex-direction: column;
        align-items: unset;
        padding-left: 20px;
    }
    nav ul li {
        display: flex;       
        flex: unset;
        min-width: unset;
    }
    nav ul li a{
        display: flex;
        height: 30px;
        width: 100%;
        color: #000 !important;
        flex: unset;
        font-size: 1.6em;
        text-decoration: unset;
        padding: 14px 0px;
        font-weight: 400;
    }
    #letsTalkForm {
        width: 100%;
    }
    .input-holder {
        flex-direction: column;
    }
    .mobile-button ~ nav {
        display: none;
    }
    .nv-slideout {
        transition-duration: 500ms !important;
        transform: translate(270px, 0px) !important;
        z-index: 9 !important;
    }
    .reset-wrapper {
        transition-duration: unset !important;
        transform: unset !important;
    }
    .nv-slidein {
        transition-duration: 500ms;
        transform: translate(0px, 0px);
    }
    .overlay {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 9;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.6);
        overflow-y: auto;
        overflow-x: hidden;
        text-align: center;
        opacity: 0;
        transition: opacity 1s;
        cursor: pointer;
    }
    .extended {
        width: 100%;
        opacity: 0.8;
    }
    .left-card h3 {
        margin: 0px 0 20px 0;
    }

    .expertise-container .container {
        flex-direction: column;
    }
    .core-services.best-choice .inner-container {
        padding: 0px
    }
    .core-services.best-choice .inner-container .service-text-container {
        padding: 30px 0px 0 0px !important;
    }

    .best-choice .inner-container .service-text-container h3{
        margin-top: 0px;
    }
    .s-accordion-header div {
        /* height: auto; */
        font-size: 16px;
    }
    .card-boxes{
        flex-direction: column;
    }

    .design-process{
        background: #fff;
    }
    .card-box .s-accordion-header div {
        font-size: 16px;
    }
    

    .primary-btn {
        padding: 10px 20px;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .banner-text-1 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
}
   .banner-area h1 {
        font-size: 30px;
        margin: 0px;
    }
   .banner-area .container > div:first-child {
        margin-bottom: 20px;
    }
        .banner-area {
        padding-bottom: 20px;
    }
    .small-services .small-service {
        color: #97D700;
        font-size: 20px;
        font-weight: 500;
        margin-right: 10px;
    }
    .small-services {
        padding: 10px 20px !important;
    }

   .proven-result .btn-container {
        margin-bottom: 0px;
    }
    .proven-result-bottom .item{
        padding-left: 16px;
        padding-top: 16px;
    }
    .proven-result-bottom .item h2 {
        margin: 0px;
        font-size: 40px;
    }
    .proven-result {
        padding-bottom: 10px !important;
    }
        .our-services h4 {
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .service-item{
        padding: 20px;
    }
    .service-icon{
        margin-bottom: 0px;
        width: 48px;
        height: 48px;
        background-size: 100%;
        margin-right: 10px;
    }
    .service-item h3 {
    margin-bottom: 20px;
    margin-top: 20px;
}
.our-services .container {
        margin-top: 24px;
        flex-direction: column;
    }
    .service-item h3 {
        letter-spacing: 0px;
            font-size: 22px;
            margin: 0px;
    }
    .icon-block {
        flex-direction: row;
    }
    .tech-item {
        font-size: 24px;
        height: 60px !important;
    }
    .technology {
        padding: 0px 0px 30px 20px !important;
    }
    .technology .container h3 {
        margin: 0px 0 20px 0;
    }
    .technology h2 {
        margin: 0 0 20px;
    }
    .technologies-container {
        margin: 
        0px 0;
    }
    .our-portfolio {
        padding: 30px 20px !important;
    }
    .service-details-page .our-portfolio {
        padding: 30px 20px !important;
    }
   .service-details-page .best-choice ~ .our-portfolio .cards {
        margin-top: 30px;
    }
    .service-details-page .card-body {
        padding: 20px;
    }
    .our-portfolio h3 {
        margin: 0 0 20px 0;
    }
    .accordion-item {
        padding: 20px 0 20px;
    }
    .accordion-item:first-child {
        padding: 0px 0 20px;
    }
    #home-faq h3 {
        margin: 0 0 20px 0;
    }
    .social-icons {
        margin-top: 0px !important;
    }

   .footer-widget .menu-item {
        margin-bottom: 10px !important;
    }

    /************ Contact Us ************/
    .office-address-info {
        margin-top: 20px;
    }
    .service-item .service-item-contact {
        flex-direction: column;
        gap: unset;
    }
    .contact-us .got-questions {
        margin-bottom: 0px;
    }
        .contact-us #home-faq .name {
        padding-left: 0px;
        bottom: 20px;
        text-align: center;
        margin: auto;
        left: 0;
        right: 0;
    }
    .contact-us .testimonial-item {
            height: 500px;
    }
    .office-small-info-container{
        flex-direction: column;
    }
}