body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Neue Haas Grotesk Display Pro';
}
body h1,h2,h3,h4,h5,h6,input,label{
    font-family: 'Neue Haas Grotesk Display Pro';
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
a{
    text-decoration: none;
}
*{
    box-sizing: border-box;
}
h1{
    font-weight: inherit;
    font-size: 72px;
    line-height: 1.2;
    margin: 0;
    letter-spacing: 1px;
    color: #333059;
}
h2{
    font-weight: inherit;
    font-size: 48px;
    line-height: 1.2;
    margin: 0;
    color: #2C6EA4;
}
p{
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #000;
}
.container{
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 50px;
    display: block;
}
.topbar {
    background: #000;
    padding: 13px 0;
    text-align: center;
}
.topbar p {
    margin: 0;
    color: #fff;
    line-height: 1.2;
    font-size: 16px;
    font-weight: inherit;
    letter-spacing: 1px;
}
.slick-arrow {
    position: absolute;
    right: 0;
    background: transparent;
    border: none;
    font-size: 0;
    outline: none;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: auto;
    height: auto;
    line-height: 1;
}

.slick-prev.slick-arrow {
    right: auto;
    left: 0;
    transform: rotate(180deg) translateY(-50%);
    top: 63%;
}
.slick-arrow:before {
    content: '';
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    width: 10px;
    height: 10px;
    position: absolute;
    transform: rotate(45deg) translateY(-50%);
    top: 50%;
}
.topbarslider {
    max-width: 520px;
    margin: auto;
}
.headersec {
    padding: 12px 0;
    background: #E4F6F0;
}
.headergrid {
    display: flex;
    align-items: center;
    gap: 60px;
}
.headerlogo img {
    width: 100%;
    display: block;
    max-width: 234px;
}
.headerlogo {
    width: 20%;
}
.headernav {
    width: 58%;
}
.searchbar {
    display: flex;
    align-items: center;
    gap: 28px;
    width: 22%;
    justify-content: flex-end;
    position: relative;
}
.searchwrap {
    border: 1px solid #D9D9D9;
    border-radius: 100px;
    padding: 13px 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: space-between;
}
.searchwrap input {
    padding: 0;
    border: none;
    outline: none;
    font-size: 16px;
    font-family: 'Aeonik';
    color: #0C0C0C;
    line-height: 1.2;
    width: 100%;
}
.searchwrap input::placeholder{
    color: #0C0C0C;
    font-style: italic;
}
.searchwrap form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.searchbtn {
    background: transparent;
    border: none;
    padding: 0;
    line-height: 1;
    cursor: pointer;
}
body .carticon span.mini-cart-count {
    position: absolute;
    margin: 0;
    top: -20px;
    bottom: auto;
    right: -12px;
}
.headernav ul {
    display: flex;
    align-items: center;
    gap: 42px;
    justify-content: center;
}
.headernav li a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    transition: ease 0.3s;
    letter-spacing: 1px;
}
.headernav li a:hover, 
li.current_page_item a {
    color: #72BF80;
}
.headerbtn a {
    display: flex;
    color: #0D9EF3;
    font-size: 15px;
    /*font-weight: 600;*/
    text-transform: uppercase;
    padding: 16px 28px 14px;
    align-items: center;
    gap: 6px;
    line-height: 1.2;
    transition: ease 0.3s;
    border-radius: 4px;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    position: relative;
}
.headerbtn a::before, 
.herobtn a.outline:before, 
.btnwrap a.outline:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 4px;
  background: linear-gradient(90deg, #1da1ff 0%, #8fd16a 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  pointer-events: none;
}
.headerbtn a:hover, 
.herobtn a.outline:hover, 
.btnwrap a.outline:hover {
    transform: translate3d(0px, 0px, 0px) scale3d(1.05, 1.05, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    background: linear-gradient(90deg, #1da1ff 0%, #8fd16a 100%);
    color: #fff;
}
.headerbtn a:hover::before, 
.herobtn a.outline:hover:before, 
.btnwrap a.outline:hover:before {
    opacity: 0;
}
.home .bannercontentin h1 span {
    -webkit-text-fill-color: transparent;
    color: transparent;
    background: linear-gradient(90deg, rgb(72 182 193) 0%, rgb(13, 158, 243) 100%) text;
}
.herobanner>.container {
    padding: 0 30px;
}
.bannerimg img {
    width: 100%;
    display: block;
}
.bannerinner {
    position: relative;
}
.bannercontent {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}
.sbtitle {
    color: #000;
    text-transform: uppercase;
    margin: 0 0 16px;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 2px;
}
.herobanner.home {
    background: #E4F6F0;
    padding: 120px 0 165px;
    position: relative;
}
.herobanner.home .bannercontent {
    position: static;
    transform: inherit;
}
.home .bannercontentin h1 {
    max-width: 856px;
    margin: auto;
}
.home .bannercontentin {
    text-align: center;
}
.herobtn {
    margin: 38px 0 0;
    display: inline-flex;
    gap: 17px;
    align-items: center;
}
.herobtn a, 
.btnwrap a, 
.sbmitbtn input {
    color: #fff;
    text-transform: uppercase;
    /*font-weight: 600;*/
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    line-height: 1.2;
    padding: 16px 20px 14px;
    transition: ease 0.3s;
    letter-spacing: 0.5px;
    border-radius: 4px;
    background: linear-gradient(90deg, #1da1ff 0%, #8fd16a 100%);
    cursor: pointer;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
.herobtn a:hover, 
.btnwrap a:hover, 
.sbmitbtn input:hover {
    background: linear-gradient(90deg, #8fd16a 0%, #1da1ff 100%);
    color: #fff;
    transform: translate3d(0px, 0px, 0px) scale3d(1.05, 1.05, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.herobtn a.outline, 
.btnwrap a.outline{
    background: transparent;
    color: #0D9EF3;
}
.nyaaboutsec {
    background: rgb(0 112 186 / 9%);
    padding: 90px 0 120px;
}
.nyaaboutwrap {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    align-items: center;
    gap: 80px;
}
.nyaaboutleft h2 {
    color: #333059;
    margin: 0 0 15px;
}
.nyaaboutleft p {
    margin: 0;
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
}
.nyaaboutleft .btnwrap {
    margin: 33px 0 0;
}
.nyaaboutleft .btnwrap a {
    padding: 16px 33px 14px;
}
.nyaaboutrightin {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.aboutrightitemin {
    border-radius: 10px;
    background: #0070BA;
    padding: 20px 24px;
    height: 100%;
}
.nyaaboutrightitem:nth-child(2) .aboutrightitemin{
    background: #39A9B7;
}
.nyaaboutrightitem:nth-child(3) .aboutrightitemin{
    background: #72BF80;
}
.nyaaboutrightitem:nth-child(4) .aboutrightitemin{
    background: #19A5E6;
}
.abouticon {
    margin: 0 0 13px;
}
.aboutinfo h4 {
    color: #fff;
    margin: 0 0 6px;
    font-size: 20px;
    font-weight: inherit;
    line-height: 1.2;
}
.aboutinfo p {
    font-weight: 300;
    color: #fff;
    margin: 0;
}
.getintouch {
    background: rgb(114 191 128 / 15%);
    padding: 80px 0 34px;
}
.getintouchwrap {
    border-top: 1px solid #CECECE;
    padding-top: 38px;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}
.getintouchleft h4 {
    margin: 0 0 12px;
    color: #333059;
    font-size: 24px;
    line-height: 1.2;
    font-weight: inherit;
}
.getintouchleft p {
    margin: 0;
    max-width: 503px;
    font-weight: 300;
    font-size: 18px;
}

.footersec {
    background: rgb(13 158 243 / 8%);
    padding: 46px 0 0px;
}
.footerhead {
    text-align: center;
    padding-bottom: 74px;
}
.footerhead h2, .footerhead p {
    color: #000;
    margin: 0 0 7px;
}
.footerwrap {
    display: flex;
    gap: 50px;
    padding-bottom:40px;
    position: relative;
}
.footersocial ul {
    display: flex;
    align-items: center;
    gap: 10px;
}
.footersocial h3 {
    font-size: 18px;
    margin: 0 0 11px;
    text-transform: none;
    line-height: 1.2;
    font-weight: 600;
    color: #212529;
}
.footermenu h3 {
    margin: 0 0  15px;
    font-size: 20px;
    color: #000;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: inherit;
}
.footermenu ul {
    display: flex;
    flex-direction: column;
    row-gap: 13px;
}
.footermenu li a {
    color: #000;
    font-size: 18px;
    line-height: 1.65;
    font-weight: 500;
}
.footermenu li, 
.copyright li, 
li {
    margin: 0;
    padding: 0;
    line-height: 1;
}
.footermenu li a:hover, 
.copyright li a:hover {
    color: #72BF80;
}
.footercopy p, 
.footerbotright p {
    margin: 0;
    color: #000;
    font-size: 18px;
    line-height: 1;
    font-weight: 300;
}
.footerbotright ul {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
}
.copyright li:not(:last-child) a:after {
    content: '|';
    position: relative;
    display: inline-block;
    right: -15px;
}
.footermenu p {
    margin: 0;
    font-size: 18px;
    color: #000;
    line-height: 30px;
    max-width: 296px;
}
.footerbotright p {
    font-size: 16px;
    line-height: 26px;
}
.footercopywrap {
    display: flex;
    align-items: center;
    justify-content: center;
} 
.copyright ul {
    display: flex;
    align-items: center;
    gap: 30px;
}
.copyright li a {
    color: #000;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 300;
}
/*.footermenu:nth-child(2), 
.footermenu:nth-child(3) {
    width: 30%;
}*/
.footermenu {
    width: 30%;
}
.footerlogoimg {
    width: 50%;
}
.footersocial {
    width: 20%;
}
.footerlogoimg img {
    width: 100%;
    display: block;
    max-width: 234px;
}
.logodesc p {
    color: #000;
    margin: 0;
    font-weight: 500;
    max-width: 490px;
    font-size: 18px;
}
.logodesc {
    margin: 18px 0 0;
}
.footerbottom {
    padding: 24px 0;
    background: rgb(235 247 254 / 0%);
    border-top: 1px solid #00a2f42e;
}
.footersocial li a {
    display: flex;
    transition: ease 0.3s;
}
.footersocial li a:hover {
    transform: scale(1.2);
}
.footerlogo {
    display: flex;
    align-items: center;
    gap: 100px;
}
.marqueesec {
    padding: 30px 0;
    background: rgb(114 191 128 / 10%);
}
.marqueeslide {
    display: flex !important;
    align-items: center;
    gap: 13px;
}
.marqtext p {
    margin: 0;
    font-size: 18px;
    color: #212529;
    font-weight: inherit;
}
.marqueeslider .slick-slide {
    margin: 0 33px;
}
.marqicon {
    display: flex;
}
.marqueeslider .slick-track {
    display: flex;
    align-items: center;
}

#img {
  position: absolute;
  top: 50%;
  left: 50%;
}

#svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

#content {
  height: 2500px;
}
.circleinfor {
    position: relative;
    overflow: clip;
    background: #E4F6F0;
}
.circleinfor:before, 
.circleinfor:after {
    content: '';
    background-image: url(../images/circleleftpatter.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: -22px;
    width: 150px;
    height: 100px;
    top: 0;
}
.circleinfor:after{
    background-image: url(../images/circlerightpattern.png);
    left: auto;
    right: -22px;
    top: auto;
    bottom: 20px;
}

.ourserviceswrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.serviceitem img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}
.servicesrightin {
    padding: 66px;
    width: 100% !important;
}
.servicesrightin div {
    max-width: 100% !important;
    width: 100%;
    text-align: center;
}
.servicesrightin .layout516_item-content {
    height: 100%;
    margin-right: 0rem;
    margin-left: 0;
    justify-content: center;
}
.serviceleftani .layout516_item.item-1 {
    background-color: rgb(0, 112, 186);
}
.serviceleftani .layout516_item.item-2 {
    background-color: #72BF80;
}
.serviceleftani .layout516_item.item-3 {
    background-color: #7EBAE4;
}
.serviceleftin {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
}
.servicesrighhead h2 {
    color: #fff;
    letter-spacing: 1px;
    margin: 0 0 5px;
}
.servicesrightin p {
    margin: 0 auto;
    max-width: 629px;
    color: #fff;
    font-size: 22px;
    line-height: 1.4;
}
.serviceinfo h4, 
.servicesrighhead h3 {
    color: #fff;
    margin: 0 0 19px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}
.serviceinfo {
    margin: 23px 0;
}
.servicesright .btnwrap {
    position: absolute;
    right: -40px;
    /* transform: rotate(90deg); */
     bottom: 240px; 
    /* display: flex; */
    width: auto;
    /* justify-content: flex-end; */
    height: auto;
    margin-left: 0;
    margin-right: auto;
    width: 100%;
    text-align: right;
    padding-bottom: 50px;
}
.servicesright .btnwrap a {
    padding: 14px 20px 12px;
    transform: rotate(90deg);
    box-shadow: 0 0 11px rgb(0 0 0 / 21%);
}
.servicesright{
    position:relative;
    background:#0070BA;
    transition:none;
}
.ourservices {
    overflow: clip;
    background-color: rgb(0, 112, 186);
}
/*.serviceitem {
    height: 100vh;
    overflow: hidden;
}*/
.serviceleftani {
    order: 1;
    align-items: inherit;
}
.gsap-marker-start,
.gsap-marker-end,
.gsap-marker-scroller-start,
.gsap-marker-scroller-end {
  display: none !important;
}
/*.servicesrightin {
  opacity: 1;
  will-change: opacity;
}*/
.faq-question {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
}
.faqsec {
    background: rgb(13 158 243 / 8%);
    padding: 56px 0 160px;
}
.faqwrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
}
.faqsec .faqleftin h2 {
    margin: 0 0 11px;
}
.faqleftin span {
    display: inline-flex;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0 0 10px;
    letter-spacing: 1px;
    color: #000;
    gap: 7px;
    align-items: center;
}
.faqleftin span:before {
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #F0BE1B;
    display: block;
    position: relative;
    top: -4px;
}
.faqleftin h2 {
    color: #333059;
    font-size: 38px;
    letter-spacing: 1px;
}
.faqleftin p {
    font-size: 20px;
    line-height: 26px;
    max-width: 646px;
}
.faq-item {
    margin: 0;
    border-bottom: 1px solid #000;
    padding: 26px 0;
}
.faq-item:first-child {
    border-top: 1px solid #000;
}
/* FAQ question (accordion trigger) */
.faq-question {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    color: #000000;
    letter-spacing: 0;
    font-size: 40px;
    font-weight: inherit;
    line-height: 1.2em;
    padding-right: 0px;
    text-align: left;
    gap: 20px;
}
.plusicon {
    width: 30px;
    height: 30px;
    flex:0 0 30px;
    border-radius: 50%;
    border: 1px solid #000;
    position: relative;
}
 
.plusicon:before, .plusicon:after {
    content: '';
    display: block;
    background-color: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 16px;
    height: 2px;
    /*transition: all .5s;*/
    right: 0;
    margin: auto;
    left: 0;
}
.plusicon:after {
    transform: translateY(-50%) rotate(90deg);
}
.faq-item.active .plusicon:after {
   opacity:0;
}
.faq-answer {
    padding: 10px 20px 0 50px;
    display: none;
}
.faq-item.active .faq-answer {
    display: block;
}
 
.faq-answer p {
    margin: 0;
}




.circlesec {
    background-image: url(../images/circlebg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 0 70px;
}
.circleimg {
    text-align: center;
}
.circlewrap {
    position: relative;
}
/*.circleinfo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    max-width: 425px;
    margin: auto;
}*/
.circleinfo h3 {
    color: #fff;
    font-size: 36px;
    line-height: 44px;
    font-weight: inherit;
}

.circlesec {
  min-height: 120vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.circle-wrapper {
  position: relative;
  width: 650px;
  height: 650px;

  display: flex;
  justify-content: center;
  align-items: center;
}

/* Common circle styles */
.circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

/* Circle Sizes */
.circle4 {
  width: clamp(300px, 70vw, 750px);
    height: clamp(300px, 70vw, 750px);
  /*background: rgba(0, 100, 255, 0.08);*/
  background: rgba(114, 191, 128, 0.4);
}

.circle3 {
  width: clamp(240px, 55vw, 600px);
    height: clamp(240px, 55vw, 600px);
  /*background: rgba(0, 100, 255, 0.12);*/
   background: rgba(114, 191, 128, 0.5);
}

.circle2 {
  width: clamp(180px, 40vw, 450px);
    height: clamp(180px, 40vw, 450px);
  /*background: rgba(0, 100, 255, 0.18);*/
  background: #72BF80;
}

.circle1 {
   width: clamp(120px, 22vw, 3000px);
    height: clamp(120px, 22vw, 300px);
  background: #0066ff;
}

/* Center content */
/*.circleinfo {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 100%;
  text-align: center;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}*/

.circleinfor h2{
    color: #fff;
    white-space: wrap;
    max-width: 500px;
    font-size: 36px;
}
.circleinfor .layout488_circle{
    background: rgba(114, 191, 128, 0.5) !important;
}
.circleinfor .layout488_circle2{
    background: rgba(114, 191, 128, 0.4) !important;
}
.circleinfor .layout488_circle3{
    background: rgba(114, 191, 128, 0.8) !important;
}
.header {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.header.headerVisible {
    opacity: 1;
    transform: translateY(0);
}



/*about page*/


.aboutadvancesec .faqleftin h2 {
    font-size: 48px;
}
.ourvalues .aboutrightitemin .aboutinfo h4 {
    font-size: 24px;
}
.ourmoderight svg {
    cursor: pointer;
}

.ourmoderight svg g,
.ourmoderight svg path {
    transition: all 0.3s ease;
    transform-box: fill-box;
    transform-origin: center;
}
.ourmoderight svg:hover g, 
.ourmoderight svg:hover path {
    transform: scale(1.4);
}
.ourmoderight svg:hover path {
    transform: scale(1.4) translateY(-15px);
}
.line-base {
    fill: #CEC3C3;
    fill-opacity: .2;
}

.line-fill {
    fill: #CEC3C3;
    transform-box: fill-box;
    transform-origin: top left;
    transform: scaleX(0);
    transition: transform .5s ease;
}

.ourmoderight svg:hover .line-fill {
    transform: scaleX(1) rotate(-30deg);
}

.line-fill-1 {
    fill: #CEC3C3;
    transform-box: fill-box;
    transform-origin: top left;
    /*transform: scaleX(0) rotate(30.5256deg);*/
    transition: transform .5s ease;
}

.ourmoderight svg:hover .line-fill-1 {
    transform: scaleX(1) rotate(30.5256deg);
}

.line-fill-2 {
    fill: #CEC3C3;
    transform-box: fill-box;
    transform: scaleY(0) rotate(89.9306deg);
    transition: transform .5s ease;
}

.ourmoderight svg:hover .line-fill-2 {
    transform: scaleY(1) rotate(89.9306deg);
}


.about .bannercontentin {
    text-align: center;
}
.about .bannercontentin h1 {
    color: #fff;
    max-width: 727px;
    margin: auto;
}
.aboutadvancesec {
    background: #E4F6F0;
    padding: 70px 0 90px;
}
.advancedesc p {
    margin: 0 0  22px;
}
.advancedesc p:last-child {
    margin: 0;
}
.aboutadvancesec .faqleftin span:before {
    background: #F58D61;
}
.ourmodel {
    padding: 62px 0;
    border-top: 1px solid #E2E2E2;
    background: linear-gradient(90deg, #F4FAF5 0%, #E4F6F0 100%);
}
.ourmodeleftin h2 {
    color: #333059;
    margin: 0 0 15px;
}
.ourmodeleftin p {
    margin: 0;
}
.ourmodeleftinfo {
    margin: 37px 0 0;
}
.ourmodelwrap {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 50px;
}
.ourmodeleftin {
    padding: 41px 0 0;
}
.ourmodeleftinfo ul {
    display: flex;
    flex-direction: column;
    row-gap: 28px;
    counter-reset: framework-counter;
}
.ourmodeleftinfo li {
    color: #3B3B3B;
    font-size: 28px;
    max-width: 638px;
    line-height: 35px;
    counter-increment: framework-counter;
    position: relative;
    padding-left: 60px;
}
.ourmodeleftinfo li:before {
    content: counter(framework-counter, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 2px;
    color: #333059;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}
.ourmoderight img {
    width: 100%;
    display: block;
}
.ourvalues {
    background: rgb(13 158 243 / 12%);
    padding: 80px 0;
    position: relative;
}
.ourvaluehead h2 {
    color: #333059;
}
.ourvalues:before, 
.ourvalues:after {
    content: '';
    background-image: url(/wp-content/uploads/2026/08/Group-1321315811.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 560px;
    height: 230px;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: -1;
}
.ourvalues:after {
    background-image: url(/wp-content/uploads/2026/08/Group-1321315810-1.png);
    top: auto;
    bottom: 45px;
    left: auto;
    right: 0;
    width: 524px;
    height: 158px;
}
.ourvaluehead {
    text-align: center;
    margin: 0 0 66px;
}
.ourvalues .nyaaboutrightin {
    grid-template-columns: repeat(4, 1fr);
    gap: 44px;
}
.ourvalues .aboutrightitemin {
    padding: 31px 21px 25px;
}
.ourvalues .nyaaboutrightitem:nth-child(2) .aboutrightitemin {
    background: #72BF80;
}
.ourvalues .nyaaboutrightitem:nth-child(3) .aboutrightitemin {
    background: #19A5E6;
}
.ourvalues .nyaaboutrightitem:nth-child(4) .aboutrightitemin {
    background: #39A9B7;
}
.ourmission {
    background: linear-gradient(180deg, rgb(0 112 186 / 8%) 0%, rgba(0, 112, 186, 0.33) 85%, rgba(0, 112, 186, 0.40) 100%);
    padding: 80px 0;
    border-top: 1px solid #E2E2E2;
}
.ourmissionwrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.ourmissleftin h2 {
    color: #333059;
    font-size: 38px;
    margin: 0 0 18px;
}
.ourmissleftin p {
    margin: 0;
    max-width: 654px;
}
.ourmissleft:first-child {
    padding-right: 46px;
    padding-left: 0;
    border-right: 1px solid #AAAAAA;
}
.ourmissleft {
    padding-left: 65px;
}
.ourteamsec {
    background: rgb(114 191 128 / 15%);
    padding: 76px 0px;
}
.ourteamhead {
    text-align: center;
    margin: 0 0 50px;
}
.ourteamitemin {
    background: #ECF7FE;
    border-radius: 20px;
    padding: 43px;
    display: grid;
    grid-template-columns: 0.8fr 1.4fr;
}
.bottom_content span {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    display: inline-block;
    margin: 5px 0 0;
}
.ourteamleft {
    padding-right: 40px;
}
.ourteamright {
    padding-left: 40px;
    border-left: 1px solid #CECECE;
}
.userinfo h3 {
    color: #333059;
    margin: 0 0 10px;
    font-size: 26px;
    line-height: 1.2;
    font-weight: inherit;
    letter-spacing: 0.5px;
}
.userinfo p {
    margin: 0;
}
.username span {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #0D9EF3 0%, #72BF80 100%);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}
.username {
    margin: 0 0 22px;
}
.ourteamskill h3 {
    color: #333059;
    margin: 0 0 15px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: inherit;
    letter-spacing: 0.5px;
}
.ourteamskill ul {
    display: flex;
    flex-direction: column;
    row-gap: 18px;
}
.ourteamskill li {
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 1px;
    color: #000;
    padding-left: 29px;
    position: relative;
}
.ourteamskill:not(:last-child) {
    margin: 0 0 26px;
}
.ourteamskill li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.22222 0C1.63285 0 1.06762 0.234126 0.650874 0.650874C0.234126 1.06762 0 1.63285 0 2.22222V17.7778C0 18.3671 0.234126 18.9324 0.650874 19.3491C1.06762 19.7659 1.63285 20 2.22222 20H17.7778C18.3671 20 18.9324 19.7659 19.3491 19.3491C19.7659 18.9324 20 18.3671 20 17.7778V2.22222C20 1.63285 19.7659 1.06762 19.3491 0.650874C18.9324 0.234126 18.3671 0 17.7778 0H2.22222ZM15.5 7.55111C15.7085 7.34277 15.8257 7.06014 15.8258 6.76539C15.8259 6.47065 15.7089 6.18793 15.5006 5.97944C15.2922 5.77096 15.0096 5.65377 14.7148 5.65366C14.4201 5.65356 14.1374 5.77055 13.9289 5.97889L8.42889 11.4789L6.07222 9.12222C5.96906 9.01899 5.84658 8.93709 5.71176 8.88119C5.57695 8.82529 5.43245 8.79649 5.2865 8.79644C4.99176 8.79634 4.70905 8.91333 4.50056 9.12167C4.29207 9.33001 4.17488 9.61264 4.17478 9.90738C4.17467 10.2021 4.29166 10.4848 4.5 10.6933L7.56444 13.7578C7.67795 13.8713 7.81271 13.9614 7.96103 14.0229C8.10936 14.0843 8.26834 14.116 8.42889 14.116C8.58944 14.116 8.74842 14.0843 8.89675 14.0229C9.04507 13.9614 9.17983 13.8713 9.29333 13.7578L15.5 7.55111Z' fill='%230D9EF3'/%3E%3C/svg%3E") no-repeat center;
    background-size: 20px 20px;
}
.ourteamskill:last-child li:before{
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.22222 0C1.63285 0 1.06762 0.234126 0.650874 0.650874C0.234126 1.06762 0 1.63285 0 2.22222V17.7778C0 18.3671 0.234126 18.9324 0.650874 19.3491C1.06762 19.7659 1.63285 20 2.22222 20H17.7778C18.3671 20 18.9324 19.7659 19.3491 19.3491C19.7659 18.9324 20 18.3671 20 17.7778V2.22222C20 1.63285 19.7659 1.06762 19.3491 0.650874C18.9324 0.234126 18.3671 0 17.7778 0H2.22222ZM15.5 7.55111C15.7085 7.34277 15.8257 7.06014 15.8258 6.76539C15.8259 6.47065 15.7089 6.18793 15.5006 5.97944C15.2922 5.77096 15.0096 5.65377 14.7148 5.65366C14.4201 5.65356 14.1374 5.77055 13.9289 5.97889L8.42889 11.4789L6.07222 9.12222C5.96906 9.01899 5.84658 8.93709 5.71176 8.88119C5.57695 8.82529 5.43245 8.79649 5.2865 8.79644C4.99176 8.79634 4.70905 8.91333 4.50056 9.12167C4.29207 9.33001 4.17488 9.61264 4.17478 9.90738C4.17467 10.2021 4.29166 10.4848 4.5 10.6933L7.56444 13.7578C7.67795 13.8713 7.81271 13.9614 7.96103 14.0229C8.10936 14.0843 8.26834 14.116 8.42889 14.116C8.58944 14.116 8.74842 14.0843 8.89675 14.0229C9.04507 13.9614 9.17983 13.8713 9.29333 13.7578L15.5 7.55111Z' fill='%2372BF80'/%3E%3C/svg%3E") no-repeat center;

}
.ourteamitem:not(:last-child) {
    margin: 0 0 15px;
}

.page-template-about .getintouch {
    padding-top: 0;
}

.hero,
.next{
    height:100vh;
}

.gallery-section{
    height:100vh;
    overflow:hidden;
    position:relative;
}
.gallery-grid {
    /*width: min(90vw, 1400px);*/
    height: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: repeat(3,1fr);
    gap: 20px;
    position: absolute;
    inset: 0;
    /* top: 50%; */
    will-change: transform;
    transform-origin: center center;
    right: 0;
    width: 100%;
}

.item{
    overflow:hidden;
}

.item img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.active{
    z-index:5;
}
.gallery-section .bannercontent{
    pointer-events:none;
    opacity:1;
    will-change:transform, opacity;
}


/*search popup*/

.searchbtn {
    background: none;
    border: 0;
    cursor: pointer;
    padding: 10px;
}

.search-box {
    position: absolute;
    right: 150px;
    width: 610px;
    background: #fff;
    padding: 16px;
    border: 1px solid #bfcbd3;
    box-shadow: 0 2px 9px #0000001a;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all .3s ease;
    z-index: 999;
    border-radius: 8px;
}
.search-box.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.search-box form {
    display: flex;
    align-items: center;
}
.search-box input[type="search"] {
    width: 100%;
    height: auto;
    padding: 10px 12px;
    border: none;
    font-size: 16px;
    color: #808080;
    outline: none;
    font-weight: 300;
    line-height: 1.2;
    transition: ease 0.3s;
}
.search-box input[type="submit"] {
    background: #071a3a;
    color: white;
    border: none;
    height: 50px;
    padding: 0 25px;
    border-radius: 30px;
    /* margin-left: -120px; */
    cursor: pointer;
    font-size: 16px;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
.search-box input[type="submit"]:hover {
    transform: translate3d(0px, 0px, 0px) scale3d(1.05, 1.05, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}





/*Difference page*/

body:has(.diffrencebanner) .headersec {
    background: rgb(114 191 128 / 16%);
}
.diffrencebanner {
    background: rgb(114 191 128 / 16%);
    padding: 120px 0;
    position: relative;
}
.diffrencebanner:after, 
.circlesystem:after, 
.herobanner.home:after {
    content: '';
    background-image: url(../images/pattern.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 230px;
    height: 230px;
    right: 0;
    top: 0;
}
.herobanner.home:after {
    background-image: url(../images/homerightbg.png);
    width: 350px;
}
.page-template-deffrence .diffrencebanner .bannercontentin p {
    font-size: 20px;
    max-width: 863px;
}
.diffrencebanner .bannercontentin {
    text-align: center;
}
.diffrencebanner .bannercontentin h1 {
    margin: 0 0 20px;
}
.diffrencebanner .bannercontent {
    position: static;
    transform: inherit;
}
.bannercontentin p {
    color: #000;
    font-size: 22px;
    max-width: 923px;
    line-height: 26px;
    text-align: center;
    margin: auto;
}
.diffrencefaqsec {
    background: rgb(114 191 128 / 16%);
    padding-bottom: 94px;
    padding-top: 30px;
}
.circlesystem {
    padding: 80px 0 40px;
    background: linear-gradient(180deg, rgb(0 112 186 / 39%) -50%, #72BF8029 70%, #0070BA63 160%);
    position: relative;
}
.circlesystem:after {
    background-image: url(../images/circlepattern.png);
    top: auto;
    z-index: 1;
    bottom: -30px;
    width: 230px;
    height: 160px;
}
.circlesystemhead {
    text-align: center;
    margin: 0 0 130px;
}
.circlesystemhead p {
    margin: auto;
    max-width: 820px;
}
.circlesystemhead h2 {
    color: #333059;
    margin: 0 0 15px;
}
.diffrencefaqsec .faqleftin h2 {
    max-width: 400px;
}
.diffrencefaqsec .faqleftin p {
    margin-bottom: 0;
    max-width: 521px;
    margin-top: 20px;
}
.faq-answer .readmore {
    text-decoration: underline;
    font-style: italic;
    color: #000;
}
.diffrencefaqsec .faqwrap {
    grid-template-columns: 0.9fr 1.1fr;
}
.diffrencefaqsec .faqleftin {
    position: sticky;
    top: 20px;
}
.diagram{
    width:900px;
    height:650px;
    margin:auto;
    position:relative;
}
.diagram:before {
    content: '';
    background-image: url(../images/circleborder.png);
    background-size: auto;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}



/* Center Circle */

.center-circle{
    width:400px;
    height:400px;
    border-radius:50%;
    background:#fff;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    z-index:3;
}

.circle-progress-bar {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) rotate(-90deg);
    pointer-events: none;
    transition: stroke-dashoffset 2s ease;
    overflow: visible !important;
}
.circle-progress-bg {
    fill: none;
    stroke: rgba(11, 96, 233, 0.15);
    stroke-width: 8;
}
.circle-progress {
    fill: none;
    stroke: #0070BA;
    stroke-width: 8;
}

.center-circle h2 {
    color: #72BF80;
    font-size: 39px;
    line-height: 42px;
    margin-bottom: 7px;
}
.center-circle p {
    color: #72BF80;
    margin: 0;
    font-size: 22px;
}

/* Pills */

.step {
    position: absolute;
    display: flex;
    align-items: center;
    background: #0070BA;
    color: #fff;
    border-radius: 100px;
    padding: 10px 45px 10px 10px;
    /* width: 235px; */
    z-index: 4;
}
.icon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: #fff;
    color: #0b73c8;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 11px;
    flex-shrink: 0;
}
.icon img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}
.step h4 {
    font-size: 20px;
    margin-bottom: 4px;
    margin-top: 0;
    font-weight: inherit;
    line-height: 1;
}
.step span {
    font-size: 18px;
    display: block;
    font-weight: 500;
    line-height: 1.2;
}

/* Positions */

.step-top {
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
}

.step-right{
    right:0;
    top:150px;
}
.step-right {
    right: -100px;
    top: 110px;
}
.step-right-bottom {
    right: -130px;
    bottom: 120px;
}
.step-bottom {
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
}
.step-left-bottom {
    left: -130px;
    bottom: 120px;
}
.step-left {
    left: -110px;
    top: 110px;
}

/*contracts page*/

.contractbanner{
    padding: 90px 0 70px;
}
.contractbanner .bannercontentin p:not(:last-child) {
    margin-bottom: 25px;
}
.contractbanner .bannercontentin p {
    font-size: 20px;
}
.contractbanner:before, 
.herobanner.home:before {
    content: '';
    background-image: url(../images/contapattern.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 230px;
    height: 230px;
    left: 0;
    bottom: 0;
}
.herobanner.home:before{
    background-image: url(../images/homeleftbg.png);
    width: 430px;
}

.federalsec {
    padding: 55px 0 83px;
    background: rgb(114 191 128 / 16%);
}
.federalwrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 65px;
}
.federaleftimg img {
    width: 100%;
    display: block;
}
.federaright h2 {
    margin: 0 0 19px;
    color: #333059;
}
.federaright p {
    margin: 0 0 25px;
    max-width: 675px;
    letter-spacing: 1px;
}
.federaright .btnwrap {
    display: flex;
    flex-direction: column;
    row-gap: 21px;
    align-items: flex-start;
    max-width: 340px;
}
.federaright .btnwrap a {
    width: 100%;
    justify-content: center;
    padding: 16px 15px 14px;
}
.federaright .btnwrap img {
    position: absolute;
    right: calc(100% - 535px);
    width: 100%;
    max-width: 170px;
    display: block;
    top: -10px;
    opacity: 0;
    transition: ease 0.3s;
    z-index: 1;
}
.fedelbtn:hover img {
    opacity: 1;
}
.fedelbtn {
    width: 100%;
    position: relative;
}
.marketsec {
    background: #0070BA;
    padding: 75px 0;
}
.marketsec .federaright h2, 
.marketsec .federaright p {
    color: #fff;
}
.marketsec .federaright p {
    margin: 0;
    max-width: 650px;
}
.marketsec .federaright {
    position: relative;
}
.marketsec .federaright:before {
    content: '';
    background-image: url(/wp-content/uploads/2026/08/marketbg.png);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    position: absolute;
    left: 73px;
    top: -45px;
    width: 226px;
    height: 226px;
}
.marketsec .federalwrap {
    position: relative;
}
.btnwrap.contactfixbtn {
    padding: 14px 20px 12px;
    gap: 12px;
    transform: rotate(90deg) translateY(-50%);
    position: fixed;
    top: 50%;
    right: -20px;
    z-index: 4;
}
.btnwrap.contactfixbtn svg {
    transform: rotate(-90deg);
    position: relative;
    top: -1px;
}
.partnershipsec {
    padding: 80px 0px;
    background: linear-gradient(rgb(0 112 186 / 27%) 0%, #0070ba42 33%, #0070ba17 100%);
}
.partnershiphead {
    text-align: center;
    max-width: 860px;
    margin: auto auto 50px;
}
.partnershiphead p {
    max-width: 761px;
    margin: 19px auto auto;
}
.partnershiphead h2 {
    color: #333059;
}
.partnershipitemin {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    align-items: center;
    gap: 32px;
    background: #39A9B7;
    border-radius: 20px;
    overflow: hidden;
    padding: 50px 23px 50px 34px;
}
.partnershipwrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
}
.partnershipleft img {
    width: 100%;
    display: block;
}
.partnershipinfo p {
    margin: 0;
    color: #fff;
    letter-spacing: 1px;
}
.partnershipinfo h4 {
    margin: 0 0 9px;
    color: #fff;
    font-size: 24px;
    font-weight: inherit;
    line-height: 1.2;
}
.partnershipinfo p a{
    color: #fff;
}
.partnershipitem:last-child .partnershipitemin {
    background: #72BF80;
}


/*Resources page*/

.resourcesbanner .bannercontentin p {
    max-width: 665px;
}
.resourcesbanner:before {
    bottom: auto;
    top: 0;
}
.resourcesbanner:after {
    content: '';
    background-image: url(/wp-content/uploads/2026/08/Group-34610.png);
    top: auto;
    bottom: 30px;
}
.reportsec {
    padding: 62px 0 76px;
    background: linear-gradient(180deg, rgb(0 112 186 / 39%) -50%, #72BF8029 70%, #0070BA63 160%);
}
.reportshead {
    text-align: center;
    margin: 0 0 45px;
}
.reportshead h2 {
    color: #333059;
}
.reportshead p {
    max-width: 648px;
    margin: 20px auto auto;
}
.reportsitemin {
    display: grid;
    grid-template-columns: 0.4fr 1.6fr;
    align-items: center;
    padding: 24px 32px;
    gap: 30px;
    border-radius: 10px;
    border: 1px solid #0070BA;
    background: #ECF7FE;
    box-shadow: -7px 0px 0px 0px #0070BA;
}
.reportsitemleft img {
    width: 100%;
    display: block;
    border-radius: 8px;
}
.reportsiteminof h4 {
    margin: 0 0 14px;
    color: #333059;
    font-size: 26px;
    font-weight: inherit;
    line-height: 1.2;
}
.reportsiteminof p {
    color: #212529;
    margin: 0 0 15px;
    font-size: 18px;
}
.readmorebtn a {
    display: inline-block;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: underline;
    background: linear-gradient(
        90deg,
        #0D9EF3 0%,
        #72BF80 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    position: relative;
    text-decoration: none;
}
.readmorebtn a:after {
    content: '';
    background: linear-gradient(
        90deg,
        #0D9EF3 0%,
        #72BF80 100%
    );
    width: 100%;
    height: 1px;
    display: block;
}
.reportsitem:not(:last-child) {
    margin: 0 0 29px;
}
.reportsitem:nth-child(even) .reportsitemin {
    border-color: #72BF80;
    box-shadow: -7px 0px 0px 0px #72BF80;
    background: #E4F6F0;
}
.resourcesbanner {
    padding: 120px 0 180px;
}


/*contact popup*/


.contact-open {
    overflow: clip;
}
.contact-open:before {
    content: '';
    background: #000;
    opacity: 0.5;
    position: fixed;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}
.contactpopup {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 9;
    display: none;
}
.contact-open .contactpopup{
    display: block;
}
.contactpopin {
    background: #fff;
    border-radius: 20px;
    max-width: 720px;
    margin: auto;
    padding: 60px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 25%);
    position: relative;
}
.cross {
    position: absolute;
    right: 40px;
    top: 40px;
    cursor: pointer;
}
.contactpopwrap {
    text-align: center;
}
.popicon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 27px;
}
.popheadtext h3 {
    margin: 0 0 43px;
    font-size: 41px;
    color: #000;
    font-weight: inherit;
    line-height: 1.2;
    letter-spacing: 0.5px;
    position: relative;
}
.popheadtext p {
    max-width: 526px;
    margin: auto;
}
.popicon p {
    margin: 0;
    letter-spacing: 1px;
}
.popinputs .tnp.tnp-subscription {
    margin: 0;
}
.popinputs {
    max-width: 421px;
    margin: 33px auto  0;
}
.popheadtext h3:after {
    content: '';
    background: #0D9EF3;
    height: 2px;
    width: 100px;
    display: block;
    margin: 14px auto auto;
}
body .popinputs input[type="email"] {
    padding: 16px;
    border-radius: 4px;
    outline: none;
    width: 100%;
    color: #595959;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    border: none;
}
body .popinputs input[type="email"]:placeholder {
    color:#595959;
    font-weight: inherit;
}
.sbmitbtn {
    margin: 20px 0 0;
}
.inputitem {
    position: relative;
    z-index: 1;
}
.inputitem p .wpcf7-form-control-wrap:before {
    content: '';
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 4px;
    background: linear-gradient(90deg, #1da1ff 0%, #8fd16a 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    /* z-index: -1; */
    pointer-events: none;
}
.inputitem p .wpcf7-form-control-wrap {
    display: block;
}
.sbmitbtn input {
    width: 100% !important;
    justify-content: center;
    text-align: center;
    border: none;
    outline: none;
    font-weight: 600;
}
.popinputs .wpcf7-not-valid-tip {
    position: absolute;
    font-weight: inherit;
    font-size: 13px;
    margin: -2px 0 0;
}
.popinputs .wpcf7 form .wpcf7-response-output {
    font-size: 13px;
}
.sbmitbtn{
    position: relative;
}
.sbmitbtn .wpcf7-spinner {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}
.page-id-319 header.entry-header, 
.page-template-default header.entry-header{
    text-align: center;
    padding: 50px 0 10px;
}
.page-template-default header.entry-header{
    padding: 70px 0px;
}
.page-id-319 .entry-content, 
.page-template-default .page-id-319 .entry-content {
    text-align: center;
    padding-bottom: 40px;
}

/* mobile menu */

body:has(#menuToggle input:checked), 
html:has(#menuToggle input:checked) {
    overflow: clip !important;
    position: relative;
}
body.mob_menu_open, html:has(.mob_menu_open) {
    overflow: clip !important;
}
body:has(#menuToggle input:checked):before{
    content: '';
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 9;
    opacity: 0.5;
    pointer-events: none;
    visibility: visible;
}
body:has(#menuToggle input:checked) .advantage_item_inner {
    z-index: 1;
}
.mobile_menu {
    display: none;
}
#menuToggle {
    width: fit-content;
    height: 100%;
    vertical-align: middle;
    position: relative;
    top: 3px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 0;
    margin-left: auto;
    z-index: 9;
}
#menu .header_login_btn {
    margin-top: 20px;
}
#menuToggle input {
    display: flex;
    width: 40px;
    height: 32px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    top: -11px;
    left: -10px;
    right: 0;
}
#menuToggle span {
    display: flex;
    width: 29px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #000;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
  opacity 0.55s ease;
}
#menuToggle span:first-child{
  transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2){
  transform-origin: 0% 100%;
}
#menuToggle input:checked ~ span{
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
  background: #fff;
}
#menuToggle input:checked ~ span:nth-last-child(3){
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2){
  transform: rotate(-45deg) translate(0, -1px);
}
#menu {
    position: fixed;
    width: 100%;
    max-width: 80%;
    height: 100vh;
    padding: 25px;
    background: #fff;
    box-shadow: 0 0 10px #d9d9d96e;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-200%);
    transition: ease .5s;
    display: block;
    top: 0;
    left: 0;
    z-index: 999;
    overflow: auto;
    list-style: none;
}
/*#menu ul {
    display: block;
}*/
.main-menu li:hover > ul {
    display: none;
}
#menu li{
  padding: 8px 0;
}
#menu li a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
#menuToggle input:checked ~ ul{
  transform: none;
}
.header_nav #menu li a {
    font-size: 18px;
    color: #000;
}
.page-template-default .entry-content:has(.wp-block-heading){
    max-width: 1300px;
    margin: auto;
    padding: 0 50px 50px;
}
.page-template-default .entry-content .wp-block-heading {
    margin: 20px 0 10px;
    font-size: 26px;
    color: #333059;
}
.page-template-default .entry-content p{
    margin: 0 0 10px;
}
.searchwrappage {
    padding: 70px 0;
    text-align: center;
}
.searchwrappage .container {
    display: flex;
    flex-direction: column;
    row-gap: 14px;
}
/*404*/
.error404 header.page-header {
  text-align: center;
  padding-top: 30px;
}

.error-404.not-found {
  width: 100%;
  padding-bottom: 50px;
  text-align: center;
  padding-right: 20px;
  padding-left: 20px;
}
form.search-form {
    max-width: 500px;
    margin: auto;
}
.error-404.not-found.default-max-width input[type="search"] {
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 6px;
    width: 77%;
    padding: 0 10px;
    outline: none;
}
.error-404.not-found.default-max-width input.search-submit {
    color: #fff;
    text-transform: uppercase;
    /* font-weight: 600; */
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    line-height: 1.2;
    padding: 16px 20px 14px;
    transition: ease 0.3s;
    letter-spacing: 0.5px;
    border-radius: 4px;
    background: linear-gradient(90deg, #1da1ff 0%, #8fd16a 100%);
    cursor: pointer;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
        border: none;
    outline: none;
}
.error-404.not-found.default-max-width input.search-submit:hover{
    background: linear-gradient(90deg, #8fd16a 0%, #1da1ff 100%);
    color: #fff;
    transform: translate3d(0px, 0px, 0px) scale3d(1.05, 1.05, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.error-404.not-found label {
    font-family: "Inter", sans-serif;
    text-align: left;
    margin: 20px 0 7px;
    letter-spacing: 0;
}
/*404*/



/*responsive*/

@media(max-width: 1350px){

h2 {
    font-size: 40px;
}
.aboutadvancesec .faqleftin h2 {
    font-size: 40px;
}
.container {
    padding: 0 50px;
}
p, 
.getintouchleft p{
    font-size: 16px;
    line-height: 24px;
}
.nyaaboutleft p {
    font-size: 16px;
    line-height: 24px;
}
.headerbtn a {
    font-size: 14px;
    padding: 16px 20px 14px;
}
.servicesrightin {
    padding: 40px;
}
.footermenu li a {
    line-height: 1.4;
    font-size: 16px;
}
.reportsiteminof p {
    font-size: 16px;
}
.faq-question {
    font-size: 28px;
}
.serviceinfo {
    margin: 15px 0;
}
.ourvalues:before, 
.ourvalues:after {
    width: 360px;
    height: 170px;
}
.servicesrightin p {
    font-size: 18px;
}
.serviceinfo h4, 
.servicesrighhead h3 {
    margin: 0 0 12px;
    font-size: 22px;
}
}

@media(max-width: 1199px){

h1 {
    font-size: 52px;
}
h2, 
.aboutadvancesec .faqleftin h2  {
    font-size: 38px;
}
.headergrid {
    gap: 30px;
}
.searchbar {
    gap: 10px;
}
.home .bannercontentin h1 {
    max-width: 756px;
}
.nyaaboutwrap {
    gap: 40px;
}
.nyaaboutsec {
    padding: 60px 0 60px;
}
.marqueesec {
    padding: 20px 0;
}
.servicesrightin {
    padding: 40px;
}
.serviceinfo {
    margin: 15px 0;
}
.faq-question {
    font-size: 26px;
    gap: 10px;
}
.faq-item {
    padding: 20px 0;
}
.plusicon {
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
}
.plusicon:before, 
.plusicon:after {
    width: 12px;
}
.faqsec {
    padding: 56px 0 60px;
}
.faqwrap {
    gap: 50px;
}
.faq-answer {
    padding: 10px 20px 0 40px;
}
.getintouch {
    padding: 40px 0 34px;
}
.footermenu li a {
    line-height: 1.4;
    font-size: 16px;
}
.footermenu ul {
    row-gap: 9px;
}
.footerlogo {
    gap: 50px;
}
.headernav ul {
    gap: 20px;
}
.btnwrap.contactfixbtn {
    right: 0;
}
.federaright .btnwrap img {
    right: calc(100% - 445px);
    max-width: 140px;
}
.federalwrap {
    gap: 35px;
}
.partnershipwrap {
    gap: 25px;
}
.partnershipitemin {
    gap: 20px;
    padding: 30px 15px 30px 25px;
}
.bannercontentin p {
    font-size: 20px;
}
.contactpopin {
    padding: 40px;
}
.step {
    padding: 10px 30px 10px 10px;
}
.icon {
    width: 60px;
    height: 60px;
}
.icon img {
    width: 30px;
    height: 30px;
}
.step h4 {
    font-size: 20px;
    margin-bottom: 2px;
}
.step span {
    font-size: 16px;
}
.step-top {
    top: -50px;
}
.step-bottom {
    bottom: -50px;
}
.step-right-bottom {
    right: -40px;
    bottom: 150px;
}
.step-left-bottom {
    left: -40px;
    bottom: 150px;
}
.step-right {
    right: -40px;
    top: 120px;
}
.step-left {
    left: -40px;
    top: 120px;
}
.center-circle h2 {
    font-size: 32px;
    line-height: 34px;
}
.circlesystemhead {
    margin: 0 0 90px;
}
.circleinfor:before, .circleinfor:after {
    left: 0px;
    width: 100px;
    height: 80px;
}
.circleinfor:after {
    right: 0;
    left: auto;
}
.ourmoderight svg {
    cursor: pointer;
    width: 100%;
    height: 100%;
}

}

@media(max-width: 992px){
    h1 {
    font-size: 36px;
}
h2, 
.aboutadvancesec .faqleftin h2  {
    font-size: 32px;
}
p {
    font-size: 15px;
    line-height: 22px;
}
.container {
    padding: 0 20px;
}
.topbar p {
    font-size: 13px;
}
.topbar {
    padding: 8px 0;
}
.headernav ul {
    gap: 15px;
}
.searchbtn svg {
    width: 16px;
    height: 16px;
}
.searchbtn {
    padding: 5px;
}
.headernav li a {
    font-size: 14px;
}
.headergrid {
    gap: 20px;
}
.headerbtn a {
    font-size: 12px;
    padding: 11px 12px 11px;
}
.home .bannercontentin h1 {
    max-width: 456px;
}
.herobtn {
    margin: 25px 0 0;
    gap: 10px;
}
.sbtitle {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.2;
}
.herobtn a, 
.btnwrap a, 
.sbmitbtn input {
    font-size: 13px;
    padding: 14px 15px 12px;
}
.circleinfo {
    max-width: 295px;
}
.circleinfo h3 {
    font-size: 26px;
    line-height: 30px;
    margin: 0;
}
.nyaaboutwrap {
    gap: 30px;
    grid-template-columns: 1fr;
}
.nyaaboutleft h2 {
    margin: 0 0 10px;
}
.nyaaboutleft .btnwrap {
    margin: 20px 0 0;
}
.nyaaboutleft {
    text-align: center;
}
.nyaaboutleft p {
    font-size: 15px;
    line-height: 22px;
}
.nyaaboutleft .btnwrap a {
    padding: 14px 22px 12px;
}
.aboutrightitemin {
    padding: 15px 18px;
}
.nyaaboutrightin {
    gap: 10px;
}
.aboutinfo h4, 
.ourvalues .aboutrightitemin .aboutinfo h4 {
    font-size: 18px;
}
.abouticon {
    margin: 0 0 8px;
}
.nyaaboutsec {
    padding: 40px 0 40px;
}
.abouticon img {
    width: 50px;
    height: 50px;
}
.marqtext p {
    font-size: 16px;
}
.marqueeslider .slick-slide {
    margin: 0 13px;
}
.marqueesec {
    padding: 10px 0;
}
.servicesrightin {
    padding: 30px 0px 30px 20px;
}
.servicesrighhead h2 {
    margin: 0 0 5px;
}
.serviceleftani .margin-bottom {
    margin: 0 0 10px;
}
.serviceinfo h4, 
.servicesrighhead h3 {
    margin: 0 0 5px;
    font-size: 18px;
}
.servicesright .btnwrap a {
    padding: 14px 12px 12px;
}
.servicesright .btnwrap a svg {
    width: 20px;
    height: 20px;
}
.faqwrap {
    gap: 20px;
}
.faqleftin span {
    font-size: 15px;
    margin: 0 0 5px;
    gap: 5px;
}
.faqleftin span:before {
    width: 10px;
    height: 10px;
    top: -2px;
}
.faqleftin h2 {
    font-size: 32px;
}
.faqleftin p {
    font-size: 16px;
    line-height: 22px;
    margin: 10px 0 0;
}
.faq-question {
    font-size: 18px;
}
.plusicon {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
}
.plusicon:before, 
.plusicon:after {
    width: 10px;
}
.faq-item {
    padding: 15px 0;
}
.faq-answer {
    padding: 5px 20px 0 30px;
}
.faqsec {
    padding: 40px 0 40px;
}
.getintouch {
    padding: 30px 0 30px;
}
.getintouchwrap {
    padding-top: 20px;
}
.getintouchleft h4 {
    margin: 0 0 8px;
    font-size: 20px;
}
.footermenu h3 {
    margin: 0 0  10px;
    font-size: 16px;
}
.footermenu li a {
    line-height: 1.3;
    font-size: 13px;
}
.footermenu ul {
    row-gap: 6px;
}
.footerwrap {
    padding-bottom: 25px;
}
.footerlogoimg img {
    max-width: 160px;
}
.logodesc {
    margin: 10px 0 0;
}
.footersec {
    padding: 30px 0 0px;
}
.footersocial h3 {
    font-size: 16px;
    margin: 0 0 8px;
}
.footersocial li a svg {
    width: 30px;
    height: 30px;
}
.footersocial ul {
    gap: 5px;
}
.logodesc p {
    max-width: 587px;
    font-size: 13px;
    line-height: 1.2;
    margin: auto;
}
.footercopy p, 
.footerbotright p, 
.copyright li a {
    font-size: 13px;
}
.copyright ul {
    gap: 15px;
}
.copyright li:not(:last-child) a:after {
    right: -8px;
}
.footerbottom {
    padding: 18px 0;
}
.search-box {
    right: 0;
    width: 510px;
    padding: 10px;
}
.search-box input[type="submit"] {
    height: 40px;
    padding: 0 22px;
    font-size: 15px;
}
.search-box input[type="search"] {
    font-size: 14px;
}
.federaright .btnwrap img {
    right: 0;
    max-width: 130px;
}
.federaright .btnwrap {
    row-gap: 11px;
}
.diffrencebanner, 
.contractbanner {
    padding: 70px 0;
}
.bannercontentin p, 
.contractbanner .bannercontentin p, 
.page-template-deffrence .diffrencebanner .bannercontentin p {
    font-size: 18px;
}
.contractbanner .bannercontentin p:not(:last-child) {
    margin-bottom: 15px;
}
.federalwrap {
    gap: 25px;
}
.federaright p {
    margin: 0 0 20px;
}
.federaright h2 {
    margin: 0 0 10px;
}
.federalsec {
    padding: 40px 0 40px;
}
.marketsec {
    padding: 40px 0;
}
.marketsec .federaright:before {
    left: 33px;
    top: -15px;
    width: 126px;
    height: 126px;
}
.partnershipsec {
    padding: 40px 0px;
}
.partnershiphead p {
    margin: 10px auto auto;
}
.partnershiphead {
    margin: auto auto 25px;
}
.partnershipitemin {
    gap: 12px;
    padding: 20px 10px 20px 15px;
}
.partnershipinfo h4 {
    margin: 0 0 4px;
    font-size: 18px;
}
.partnershipinfo p {
    font-size: 13px;
    line-height: 1.3;
}
.popheadtext h3 {
    margin: 0 0 30px;
    font-size: 30px;
}
.popicon {
    margin: 0 0 15px;
}
.popicon svg {
    width: 60px;
    height: 60px;
}
.contactpopin {
    max-width: 620px;
    padding: 30px;
}
.ourmodelwrap {
    grid-template-columns: 1fr;
    gap: 30px;
}
.aboutadvancesec {
    padding: 40px 0 40px;
}
.faqleftin h2 br {
    display: none;
}
.gallery-grid {
    gap: 10px;
}
.ourmodeleftin {
    padding: 0;
}
.ourmodeleftin h2 {
    margin: 0 0 6px;
}
.ourmodeleftinfo li {
    font-size: 22px;
    max-width: 100%;
    line-height: 32px;
    padding-left: 40px;
}
.ourmodeleftinfo li:before {
    top: 5px;
    font-size: 26px;
}
.ourmodeleftinfo ul {
    row-gap: 15px;
}
.ourmoderight svg {
    width: 100%;
    height: 100%;
}
.ourmodeleftinfo {
    margin: 25px 0 0;
}
.ourvalues:before, 
.ourvalues:after {
    width: 300px;
    height: 180px;
}
.ourvalues .nyaaboutrightin {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.ourvalues .aboutrightitemin {
    padding: 15px 18px 15px;
}
.ourvaluehead {
    margin: 0 0 25px;
}
.ourvalues {
    padding: 40px 0;
}
.ourmission, 
.ourteamsec {
    padding: 40px 0;
}
.ourmissleft {
    padding-left: 30px;
}
.ourmissleft:first-child {
    padding-right: 30px;
    padding-left: 0;
}
.ourmissleftin h2 {
    font-size: 32px;
    margin: 0 0 10px;
}
.ourteamhead {
    margin: 0 0 25px;
}
.ourteamleft {
    padding-right: 30px;
}
.ourteamright {
    padding-left: 30px;
}
.ourteamitemin {
    padding: 25px;
}
.ourteamskill ul {
    row-gap: 8px;
}
.ourteamskill li {
    font-size: 18px;
    line-height: 24px;
}
.ourteamskill li::before {
    width: 17px;
    height: 17px;
    background-size: 17px;
}
.ourteamskill h3 {
    margin: 0 0 10px;
    font-size: 20px;
}
.ourteamskill:not(:last-child) {
    margin: 0 0 15px;
}
.userinfo h3 {
    margin: 0 0 5px;
    font-size: 20px;
}
.username span {
    width: 58px;
    height: 58px;
    font-size: 20px;
}
.username {
    margin: 0 0 12px;
}
.about .bannercontentin h1 {
    max-width: 527px;
}
.ourmodel {
    padding: 40px 0;
}
.reportsec {
    padding: 40px 0 40px;
}
.reportshead p {
    max-width: 448px;
    margin: 10px auto auto;
}
.reportshead {
    margin: 0 0 30px;
}
.reportsitemin {
    padding: 20px 20px;
    gap: 20px;
}
.reportsiteminof h4 {
    margin: 0 0 7px;
    font-size: 22px;
}
.readmorebtn a {
    font-size: 15px;
}
.reportsiteminof p {
    margin: 0 0 10px;
    font-size: 15px;
}
.reportsitem:not(:last-child) {
    margin: 0 0 18px;
}
.diagram {
    width: 100%;
}
.step-right{
    right: 0px;
    top: 140px;
}
.step-right-bottom{
    right: 0px;
}
.step-left, 
.step-left-bottom {
    left: 0;
}
.step-top {
    top: 20px;
}
.step-bottom {
    bottom: 20px;
}
.icon {
    width: 50px;
    height: 50px;
    margin-right: 8px;
}
.center-circle {
    width: 300px;
    height: 300px;
}
.center-circle h2 {
    font-size: 28px;
    line-height: 28px;
}
.diagram:before {
    background-size: 60%;
}
.center-circle p {
    font-size: 18px;
}
.circlesystemhead {
    margin: 0 0 20px;
}
.circlesystem {
    padding: 40px 0 40px;
}
.diffrencefaqsec {
    padding-bottom: 40px;
    padding-top: 0;
}
.herobanner.home:after {
    width: 200px;
    height: 150px;
}
.herobanner.home:before {
    width: 250px;
    height: 150px;
}
.herobanner.home {
    padding: 70px 0 20px;
}
.getintouchleft p {
    font-size: 15px;
    line-height: 22px;
}
.diffrencefaqsec .faqleftin p {
    margin-top: 10px;
}
.servicesrighhead {
    padding-top: 30px;
}
.page-template-default header.entry-header {
    padding: 40px 0px;
}
.searchwrappage {
    padding: 40px 0;
}
.servicesrightin p {
    font-size: 15px;
}


}

@media(max-width: 767px){
h1 {
    font-size: 28px;
}
h2, 
.aboutadvancesec .faqleftin h2, 
.faqleftin h2, .ourmissleftin h2  {
    font-size: 26px;
}
.headerlogo {
    width: 40%;
}
.searchbar {
    width: 60%;
}

.headernav {
    display: none;
}
.mobile_menu {
    display: block;
}
.bannercontent {
    position: static;
    transform: inherit;
}
.herobanner.home .bannerimg img {
    display: none;
}
.herobanner.home {
    background: #E4F6F0;
    padding: 60px 0 100px;
}
.footerwrap {
    flex-wrap: wrap;
    column-gap: 0;
    row-gap: 30px;
    padding-bottom: 30px;
}
.footerlogoimg {
    width: 100%;
    text-align: center;
}
.footermenu{
    width: 50%;
}
.footerlogo {
    gap: 15px;
    flex-direction: column;
    text-align: center;
}
.footersocial {
    margin: 0;
    width: 50%;
}
.footersocial li a img {
    width: 35px;
    height: 35px;
}
.footercopywrap {
    flex-direction: column;
    row-gap: 5px;
}
.getintouchwrap {
    flex-direction: column;
    text-align: center;
    gap: 15px;
    padding-top: 30px;
}
.faqwrap, 
.diffrencefaqsec .faqwrap {
    gap: 15px;
    grid-template-columns: 1fr;
}
.ourserviceswrap {
    grid-template-columns: 1fr;
}
.aboutinfo h4, 
.ourvalues .aboutrightitemin .aboutinfo h4 {
    font-size: 14px;
}
.aboutinfo p {
    font-size: 13px;
    line-height: 1.3;
}
.aboutrightitemin {
    padding: 12px 12px;
}
.abouticon {
    margin: 0 0 4px;
}
.herobtn {
    flex-direction: column;
    width: 100%;
}
.herobtn a {
    width: 100%;
    justify-content: center;
}
.circleinfor h2 {
    max-width: 200px;
}
.btnwrap.contactfixbtn {
    padding: 0px;
    right: -10px;
}
.btnwrap.contactfixbtn a {
    padding: 10px 11px 10px;
    font-size: 12px;
}
.btnwrap.contactfixbtn svg {
    width: 15px;
    height: 15px;
}
.copyright ul {
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 4px;
}
.footercopy p, 
.footerbotright p, 
.copyright li a {
    font-size: 12px;
}
.servicesrightin {
    padding: 30px 20px !important;
}
.federalwrap {
    grid-template-columns: 1fr;
}
.diffrencebanner:after, 
.circlesystem:after, 
.herobanner.home:after {
    width: 130px;
    height: 130px;
}
.bannercontentin p, 
.contractbanner .bannercontentin p, 
.page-template-deffrence .diffrencebanner .bannercontentin p {
    font-size: 16px;
    line-height: 1.4;
}
.diffrencebanner .bannercontentin h1 {
    margin: 0 0 5px;
}
.diffrencebanner, 
.contractbanner {
    padding: 40px 0;
}
.federalsec {
    padding: 10px 0 40px;
}
.partnershipwrap {
    gap: 15px;
    grid-template-columns: 1fr;
}
.contactpopin {
    max-width: 95%;
    padding: 25px 15px;
}
.cross {
    right: 20px;
    top: 20px;
}
.cross svg {
    width: 20px;
    height: 20px;
}
.popicon svg {
    width: 50px;
    height: 50px;
}
.popheadtext h3 {
    margin: 0 0 20px;
    font-size: 26px;
}
.popheadtext h3:after {
    width: 80px;
    margin: 8px auto auto;
}
.popicon {
    margin: 0 0 10px;
}
.popinputs {
    margin: 20px auto  0;
}
body .popinputs input[type="email"] {
    padding: 12px;
    font-size: 15px;
}
body .popinputs .tnp.tnp-subscription .sbmitbtn input {
    font-size: 15px;
    padding: 13px 20px 11px;
}
.sbmitbtn {
    margin: 10px 0 0;
}
.footerlogoimg img {
    max-width: 134px;
    margin: auto;
}
.search-box {
    width: 300px;
    padding: 5px;
}
.search-box input[type="submit"] {
    height: 32px;
    padding: 0 18px;
    font-size: 13px;
}
.gallery-section .bannercontent {
    position: absolute;
}
.gallery-grid {
    height: 100%;
    gap: 5px;
}
.advancedesc p {
    margin: 0 0  15px;
}
.ourvalues .abouticon {
    margin: 0 0 8px;
}
.ourmissionwrap {
    grid-template-columns: 1fr;
    row-gap: 25px;
}
.ourmissleft {
    padding-left: 0;
}
.ourmissleft:first-child {
    padding-right: 0;
    padding-left: 0;
    border-right: none;
    border-bottom: 1px solid #AAAAAA;
    padding-bottom: 25px;
}
.ourteamitemin {
    padding: 25px 20px;
    grid-template-columns: 1fr;
    row-gap: 25px;
}
.ourteamright {
    padding-left: 16px;
}
.ourteamskill ul {
    row-gap: 5px;
}
.ourteamskill h3 {
    margin: 0 0 10px;
    font-size: 16px;
}
.username span {
    width: 48px;
    height: 48px;
    font-size: 16px;
}
.userinfo h3 {
    margin: 0 0 2px;
    font-size: 16px;
}
.ourteamskill li {
    font-size: 16px;
    line-height: 22px;
}
.ourmodeleftinfo li {
    font-size: 18px;
    line-height: 24px;
    padding-left: 35px;
}
.ourmodeleftinfo li:before {
    top: 3px;
    font-size: 20px;
}
.ourmodelwrap {
    gap: 25px;
}
.contractbanner:before, 
.herobanner.home:before {
    width: 130px;
    height: 130px;
}
.reportshead p {
    margin: 5px auto auto;
}
.reportshead {
    margin: 0 0 25px;
}
.reportsitemin {
    grid-template-columns: 1fr;
    padding: 15px 15px;
}
.reportsitemleft img {
    max-width: 100% !important;
    height: 100% !important;
}
.reportsiteminof h4 {
    font-size: 20px;
}
.popinputs .wpcf7-not-valid-tip {
    font-size: 12px;
    top: -22px;
}
.center-circle h2 {
    font-size: 22px;
    line-height: 1.2;
}
.step {
    padding: 6px 10px 6px 6px;
}
.icon img {
    width: 25px;
    height: 25px;
}
.icon {
    width: 35px;
    height: 35px;
    margin-right: 5px;
}
.step h4 {
    font-size: 13px;
    margin-bottom: 2px;
    line-height: 1;
}
.step span {
    font-size: 12px;
}
.center-circle p {
    font-size: 15px;
}
.center-circle h2 {
    margin-bottom: 4px;
}
.center-circle {
    width: 240px;
    height: 240px;
}
.diagram:before {
    background-size: 300px;
}
.icon img {
    width: 20px;
    height: 20px;
}
.step-top {
    top: 20px;
}
.step-right, 
.step-left {
    top: 80px;
}
.step-left-bottom, 
.step-right-bottom {
    bottom: 80px;
}
.step-bottom {
    bottom: 20px;
}
.circlesystemhead h2 {
    margin: 0 0 10px;
}
.circlesystemhead {
    margin: 0 0 10px;
}
.herobanner.home:after {
    width: 160px;
    height: 90px;
}
.herobanner.home:before {
    width: 180px;
    height: 90px;
}
.circleinfor:before, 
.circleinfor:after {
    width: 70px;
    height: 50px;
}
.circleinfor h2 {
    font-size: 22px;
}
.diffrencefaqsec .faqleftin {
    position: static;
}
.servicesrighhead {
    padding-top: 0px;
}
.bottom_content span {
    font-size: 13px;
    line-height: 1.4;
}
.page-template-default .entry-content:has(.wp-block-heading) {
    padding: 0 20px 40px;
}
.page-template-default .entry-content .wp-block-heading {
    margin: 14px 0 7px;
    font-size: 22px;
}
.page-template-default .entry-content p {
    margin: 0 0 8px;
}
.privacy-policy header.entry-header {
    padding: 40px 0px 10px;
}
.error-404.not-found label {
    margin: 10px 0 7px;
}
.error-404.not-found.default-max-width input[type="search"] {
    width: 100%;
    margin: 0 0 12px;
}
.error-404.not-found.default-max-width input.search-submit {
    width: 100%;
}

}

@media(max-width: 370px){
    .step span {
    max-width: 90px;
    display: inline-block;
}
}