*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: 'Abaca-regular';
    src: url('../webonts/matteo-regular-webfont.woff2') format('woff2'),
         url('../webonts/matteo-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Abaca-medium';
    src: url('../webonts/matteo-medium-webfont.woff2') format('woff2'),
         url('../webonts/matteo-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Abaca-bold';
    src: url('../webonts/matteo-bold-webfont.woff2') format('woff2'),
         url('../webonts/matteo-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
img {
	max-width: 100%;
	height: auto;
}
ul, ol{
	list-style: none;
	list-style: none;
    margin: 0;
    padding: 0;
}
a, a:hover {
	text-decoration: none;
	text-decoration: none;
    -webkit-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}
body {
    font-family: 'Abaca-regular';
}
p {
    font-family: 'Abaca-regular';
}
::-webkit-scrollbar-track {
    border-radius: 7px;
    background-color: lightgray;
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: var(--main-bg-color);
}
.section-bg {
    background: #221429;
}
:root {
    --main-bg-color: #DC2E27;
    --section-bg-color: #221429;
}
.header {
    background: #ffffff;
    padding: 11px 0;
}
.abaca-full-container {
    max-width: 90%;
    margin: 0 auto;
}
.abaca-container {
    max-width: 80%;
    margin: 0 auto;
}
.text-right {
    text-align: right;
}
section.lets-connect {
    display: none;
}
.header .site-btn {
    border: 2px solid #221429;
    display: inline-block;
    width: 180px;
    text-align: center;
}
a.site-btn.connect-btn {
    border: 2px solid var(--main-bg-color);
}
.site-btn {
    border: 2px solid var(--main-bg-color);
    padding: 10px 15.88px;
    font-size: 20px;
    color: #221429;
    font-family: 'Abaca-bold';
    border-radius: 4px;
   
}
a.site-btn.connect-btn:hover {
    background: var(--main-bg-color);
    color: #ffffff;
}
.site-btn:hover {
    background: #221429;
    color: #ffffff;
}
section.banner {
    background: #F2F3F5;
    padding: 128px 0;
    position: relative;
}
span.theme-color {
    color: var(--main-bg-color);
}
.banner-text h1 {
    font-size: 60px;
    line-height: 65px;
    font-family: 'Abaca-bold';
    margin-bottom: 34px;
}
.banner-text p {
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    max-width: 594px;
    margin-bottom: 43px;
    font-family: 'Abaca-regular';
}
.before-lene {
    position: relative;
    padding-left: 15px;
}

.before-lene:before {
    content: '';
    background: var(--main-bg-color);
    width: 5px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    max-height: 100%;
}
.single-slide-box {
    background: #FFFFFF;
    margin-bottom: 15px;
    border-radius: 60px;
    position: relative;
    padding: 8px;
}

.single-slide-box .row {
    align-items: center;
}
.flx-div {
    display: flex;
    align-items: center;
    gap: 8px;
}
.name {
    color: #757575;
    font-size: 18px;
    font-family: 'Abaca-medium';
}
.dev-position {
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    font-family: 'Abaca-bold';
    margin-bottom: 8px;
}
.comp-int {
    color: #898989;
    font-size: 10px;
    font-family: 'Abaca-medium';
    line-height: 12px;
    margin-bottom: 0;
}
.single-tag {
    background: #F9DED2;
    padding: 0 6px;
    border-radius: 30px;
    font-size: 12px;
    font-family: 'Abaca-bold';
}
.dev-tags {
    display: flex;
    gap: 5px;
}
.single-slide-box {
    max-width: 490px;
}
.single-slide-box {
    background: #FFFFFF;
    margin-bottom: 10px;
    border-radius: 60px;
    position: relative;
    padding: 8px 44px 8px 8px;
}
.single-slide-box .col-2 {
    padding: 0;
}
.single-slide-box {
    margin-left: auto !important;
}
.banner-slider {
    max-height: 500px;
    overflow: hidden;
}
.single-slide-box {
    margin-bottom: 70px;
    transition: 0.3s ease;
}

/* Scale the active slide (centered one) */
.slick-center {
    transform: scale(1.2);
    transition: transform 0.3s ease-in-out; /* Smooth transition */
    margin-left: 13% !important;
}
.single-slide-box.slick-slide.slick-active.slick-center {
    border: 3px solid #E32124;
    transition: 0.3s ease;
}
.slick-center .slide-image {
    background: #E32124;
    border-radius: 50%;
    transform: scale(1.3);
    transition: transform 0.3s ease-in-out;
}

/* Optional: Adjust the margin between slides */
.single-slide-box {
    margin-bottom: 50px;
    margin-top: 15px;
}
.section-intro h2 {
    font-size: 50px;
    line-height: 61px;
    font-family: 'Abaca-bold';
    color: #000;
    position: relative;
}
.section-intro h2:after {
    content: '';
    background: #dc2e27;
    width: 100%;
    height: 3px;
    display: block;
    max-width: 211px;
    position: absolute;
    top: calc(100% + 18px);
    left: 50%;
    transform: translateX(-50%);
}
section.awards {
    padding: 96px 0 96px;
    background: #ffffff;
}
.award-ro {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 70px;
}
.award-box {
    display: inline-block;
    max-width: 269px;
}
.award-box img {
    min-width: 100%;
}
section.out-products {
    background: #ffffff;
    padding: 20px 0 96px;
}
.section-intro.before-heading h2:before {
    content: '';
    background: #dc2e27;
    width: 6px;
    height: 75%;
    display: block;
    max-width: 211px;
    position: absolute;
    top: 17px;
    left: 0;
}
.section-intro.before-heading h2 {
    padding-left: 14.86px;
}
.product-area {
    margin-top: 78px;
}
.product-box {
    background: #fff;
    box-shadow: 0 8px 6px #00000029;
    padding: 31px;
}
.product-icon {
    margin-bottom: 15px;
    min-height: 55px;
}
.product-box h3 {
    color: #000;
    font-size: 30px;
    line-height: 38px;
    font-family: 'Abaca-bold';
}
.product-box p {
    font-size: 18px;
    line-height: 32px;
    font-family: 'Abaca-regular';
    min-height: 95px;
}
section.out-products  .section-intro h2:after {
    display: none;
}
footer.site-footer {
    background: #221429;
    padding: 141px 0 47px;
    color: #fff;
}
.footer-inner h5 {
    font-size: 20px;
    line-height: 31px;
    font-family: 'Abaca-bold';
}
.footer-inner p {
    font-size: 16px;
    line-height: 25px;
    font-family: 'Abaca-regular';
}
.footer-logo img {
    width: 170px;
}
.footer-logo {
    margin-top: 100px;
}
section.ready-to {
    background: url(../images/Group-19016.png) no-repeat;
    padding: 76px 0 62px;
    background-size: cover;
    background-position: center;
}
section.ready-to h2 {
    font-size: 50px;
    line-height: 48px;
    font-family: 'Abaca-bold';
    color: #fff;
}
section.ready-to p {
    font-size: 18px;
    line-height: 28px;
    font-family: 'Abaca-regular';
    color: #fff;
    margin-bottom: 40px;
    max-width: 70%;
}
.banner-btn a {
    background: #dc2e27;
    color: #fff;
    font-size: 18px;
    padding: 8px 20px;
    border-radius: 4px;
    font-family: 'Abaca-regular';
}
.banner-btn.get-started a {
    border: 2px solid #fff;
}
section.our-clients {
    padding: 90px 0 90px;
}
.clients-logos {
    margin-top: 75px;
}
.c-logo {
    height: 126px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.c-logo img {
    max-width: 160px;
    height: auto;
}
.client-call-btn {
    margin-top: 80px;
}
section.reviews {
    background: #F2F3F5;
    padding: 96px 0 86px;
}
.reviews-area {
    margin-top: 56px;
}
.review-box {
    background: #fff;
    padding: 0 46px 26px;
}
.review-logo {
    min-height: 126px;
    display: flex;
    align-items: center;
}
.review-box p {
    font-size: 16px;
    line-height: 27px;
    font-family: 'Abaca-regular';
    min-height: 140px;
}
.w-80 {
    width: 80%;
}
.text-side {
    background: #F2F3F5;
    height: 100%;
    min-height: 100%;
    padding: 50px;
}
.form-side {
    background: #ffffff;
    padding: 60px 35px;
}

section.lets-connect {
    position: relative;
}

.connect-fraim {
    background: #F2F3F5;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
    max-height: 300px;
}
.connect-box {
    box-shadow: 0 10px 28px #0000000D;
    border-radius: 21px;
    overflow: hidden;
    background: #F2F3F5;
}
.form-control {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 52px;
    background: #F2F2F2;
    border: 0;
    font-size: 16px;
    font-family: 'Abaca-regular';
    border-radius: 8px;
    margin-bottom: 10px;
    outline: 0;
}
.label {
    font-size: 16px;
    line-height: 19px;
    color: #5E5E5E;
    font-family: 'Abaca-bold';
    margin-bottom: 7px;
}
.connect-form .col-md-6 {
    margin-bottom: 25px;
}
.submit-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 180px;
    height: 55px;
    background: #ffffff;
    border: 2px solid #DC2E27;
    border-radius: 4px;
    color: #000000;
    font-size: 17px;
    font-family: 'Abaca-bold';
}
.submit-btn:hover {
    background: #DC2E27;
    color: #ffffff;
}
.connect-text h3 {
    font-size: 30px;
    line-height: 38px;
    font-family: 'Abaca-bold';
    max-width: 224px;
}
section.whyhire {
    padding: 90px 0;
    background: #ffffff;
}
section.lets-connect {
    padding: 50px 0;
}
.mb-60 {
    margin-bottom: 60px;
}
.top-tallent .product-icon {
    min-height: 72px;
}
.product-box {
    border-radius: 38px;
}
.product-area.top-tallent {
    margin-top: 0;
}
section.some-devlopers {
    padding: 80px 0 120px;
}
.dev-info {
    border: 4px solid #DC2E27;
    border-radius: 11px;
    padding: 75px 26px 54px;
}
.dev-name {
    color: #000000;
    font-size: 24px;
    line-height: 24px;
    font-family: 'Abaca-bold';
}
.dev-profile {
    color: #707070;
    font-size: 17px;
    font-family: 'Abaca-bold';
}
.dev-intro p {
    font-size: 16px;
    line-height: 23px;
    font-family: 'Abaca-regular';
}
.dev-img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -54%);
    z-index: 1;
}
.dev-box {
    position: relative;
}
.dev-info {
    height: 452px;
}
.main-cnt h2 {
    font-size: 40px;
    line-height: 45px;
    font-family: 'Abaca-bold';
    margin-bottom: 40px;
}
.col:nth-child(3) .dev-info {
    border: 0;
    display: flex;
    align-items: center;
}
.col:nth-child(2) .dev-info {
    border-color: #FD7A03;
   
}
.col:nth-child(4) .dev-info {
    border-color: #BBDD30;
   
}
.col:nth-child(5) .dev-info {
    border-color: #91BCF2;
   
}
.col .dev-img img  {
	
	border: 4px solid;
	border-radius: 50%;
}
.col:nth-child(1) .dev-img img { 
   border-color : #DC2E27;
}
.col:nth-child(2) .dev-img img { 
   border-color : #FD7A03;
}
.col:nth-child(4) .dev-img img { 
   border-color :  #BBDD30;
}
.col:nth-child(5) .dev-img img { 
   border-color : #91BCF2;
} 
section.all-tech {
    background: #ffffff;
    padding: 78px 0 150px;
}
.all-tecg-area {
    margin-top: 67px;
}
/* marquee */
:root {
    --color-text: navy;
    --color-bg: papayawhip;
    --color-bg-accent: #ecdcc0;
    --size: clamp(10rem, 1rem + 40vmin, 30rem);
    --gap: calc(var(--size) / 14);
    --duration: 60s;
    --scroll-start: 0;
    --scroll-end: calc(-100% - var(--gap));
  }
  
  @media (prefers-color-scheme: dark) {
    :root {
      --color-text: papayawhip;
      --color-bg: navy;
      --color-bg-accent: #2626a0;
    }
  }
  
  
  
  .marquee {
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    gap: var(--gap);
    -webkit-mask-image: linear-gradient(
      var(--mask-direction, to right),
      hsl(0 0% 0% / 0),
      hsl(0 0% 0% / 1) 20%,
      hsl(0 0% 0% / 1) 80%,
      hsl(0 0% 0% / 0)
    );
            mask-image: linear-gradient(
      var(--mask-direction, to right),
      hsl(0 0% 0% / 0),
      hsl(0 0% 0% / 1) 20%,
      hsl(0 0% 0% / 1) 80%,
      hsl(0 0% 0% / 0)
    );
  }
  
  .marquee__group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    -webkit-animation: scroll-x var(--duration) linear infinite;
            animation: scroll-x var(--duration) linear infinite;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .marquee__group {
      -webkit-animation-play-state: paused;
              animation-play-state: paused;
    }
  }
  
  .marquee--vertical {
    --mask-direction: to bottom;
  }
  
  .marquee--vertical,
  .marquee--vertical .marquee__group {
    flex-direction: column;
  }
  
  .marquee--vertical .marquee__group {
    -webkit-animation-name: scroll-y;
            animation-name: scroll-y;
  }
  
  .marquee--reverse .marquee__group {
    animation-direction: reverse;
    -webkit-animation-delay: -3s;
            animation-delay: -3s;
  }
  
  @-webkit-keyframes scroll-x {
    from {
      transform: translateX(var(--scroll-start));
    }
    to {
      transform: translateX(var(--scroll-end));
    }
  }
  
  @keyframes scroll-x {
    from {
      transform: translateX(var(--scroll-start));
    }
    to {
      transform: translateX(var(--scroll-end));
    }
  }
  
  @-webkit-keyframes scroll-y {
    from {
      transform: translateY(var(--scroll-start));
    }
    to {
      transform: translateY(var(--scroll-end));
    }
  }
  
  @keyframes scroll-y {
    from {
      transform: translateY(var(--scroll-start));
    }
    to {
      transform: translateY(var(--scroll-end));
    }
  }
  
  /* Element styles */
  .marquee .techo {
      display: grid;
      place-items: center;
      width: var(--size);
      fill: var(--color-text);
      /* background: tan; */
      /* aspect-ratio: 16/9; */
      padding: 0;
      border-radius: 0.5rem;
      font-size: 50px;
      line-height: 61px;
      color: #929292;
  }
  
  .marquee--vertical svg {
    aspect-ratio: 1;
    width: calc(var(--size) / 1.5);
    padding: calc(var(--size) / 6);
  }
  
  /* Parent wrapper */
  .wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--gap);
    margin: auto;
    max-width: 100vw;
  }
  
  .wrapper--vertical {
    flex-direction: row;
    height: 100vh;
  }
  .techo {
    font-family: 'Abaca-bold';
}
.techo.Oracle {
    color: #DC2E27;
}
.techo.python {
    color: #FD7A03;
}
.techo.Android {
    color: #BBDD30;
}
.techo.JavaScript {
    color: #11B5C2;
}
.boxx-img img {
    width: 100%;
}
section.all-tech .abaca-container {
    position: relative;
}

.fly-div {
    position: absolute;
}
.fly-div.fly-one {
    top: 10%;
    left: 11%;
    animation: jumpTwo 5s linear infinite;
}

.fly-div.fly-two {
    right: 11%;
    top: 10%;
    animation: jumpTwo 5s linear infinite;
}

.fly-div.fly-three {
    bottom: 100%;
    left: 70%;
    animation: tptranslateX2 5s infinite alternate forwards;

}
.fly-div.fly-three {
    bottom: -116px;
    left: 60%;
}
.fly-div {
    position: absolute;
}
section.hr {
    padding: 60px 0;
}
.hr-cnt h2 {
    font-size: 50px;
    line-height: 69px;
    font-family: 'Abaca-bold';
    margin-bottom: 25px;
}
.hr-cnt p {
    color: #000000;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 40px;
    font-family: 'Abaca-regular';
}
.hr-info {
    text-align: center;
    margin-top: 15px;
}

.hr-info h4 {
    font-size: 28px;
    line-height: 33px;
    color: #474747;
    font-family: 'Abaca-bold';
}

.hr-info p {
    font-size: 24px;
    line-height: 29px;
    color: #474747;
    font-family: 'Abaca-regular';
}
/* responsive */
@media only screen and (max-width : 1600px) {
    .header .site-btn {
        width: 165px;
    }
    .site-btn {
        padding: 8px 15.88px;
        font-size: 18px;
    }
    .banner-text h1 {
        font-size: 53px;
        line-height: 58px;
        margin-bottom: 30px;
    }
    .banner-text p {
        font-size: 20px;
        line-height: 28px;
        max-width: 470px;
    }
    .dev-position {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 8px;
    }
    .single-slide-box {
        max-width: 400px;
    }
    .slick-center {
        transform: scale(1.1);
        transition: transform 0.3s ease-in-out; /* Smooth transition */
        margin-left: 10% !important;
    }
    .name {
        font-size: 16px;
    }
    section.banner {
        padding: 80px 0;
    }
    .single-slide-box {
        margin-bottom: 30px;
    }
    .section-intro h2 {
        font-size: 45px;
        line-height: 56px;
    }
    section.awards {
        padding: 70px 0 70px;
        background: #ffffff;
    }
    .product-area {
        margin-top: 40px;
    }
    .product-box h3 {
        color: #000;
        font-size: 26px;
        line-height: 32px;
    }
    .product-box p {
        font-size: 16px;
        line-height: 26px;
        min-height: 64px;
    }
    section.out-products {
        padding: 20px 0 60px;
    }
    .connect-text h3 {
        font-size: 26px;
        line-height: 34px;
    }
    .text-side {
        padding: 30px;
    }
    .form-side {
        padding: 40px 35px;
    }
    .connect-form .col-md-6 {
        margin-bottom: 20px;
    }
    .product-icon img {
        max-width: 60px;
    }
    .top-tallent .product-icon {
        min-height: 50px;
    }
    .main-cnt h2 {
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 40px;
    }
    .abaca-container {
        max-width: 84%;
    }
    .dev-info {
        padding: 60px 15px 54px;
    }
    section.some-devlopers {
        padding: 60px 0 80px;
    }
    section.reviews {
        padding: 70px 0 70px;
    }
    .review-box {
        padding: 0 20px 26px;
    }
    .reviews-area.w-80 {
        width: 90%;
    }
    .product-box {
        padding: 20px;
    }
    .product-box p {
        min-height: 80px;
    }
    .all-tecg-area {
        margin-top: 100px;
    }
    .hr-cnt h2 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 15px;
    }
    section.hr .w-75 {
        width: 90% !important;
    }
    .hr-cnt p {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 40px;
    }
    section.our-clients {
        padding: 60px 0 60px;
    }
    .client-call-btn {
        margin-top: 50px;
    }
    section.ready-to h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .c-logo img {
        max-width: 130px;
    }
    
}
@media only screen and (max-width : 1367px) {
.banner-text h1 {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 22px;
}
.banner-text p {
    font-size: 18px;
    line-height: 26px;
    max-width: 466px;
}
.header .site-btn {
    width: 150px;
    font-size: 16px;
}
.dev-position {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
}
.name {
    font-size: 12px;
}
.single-slide-box {
    max-width: 390px;
}
.single-slide-box {
    margin-bottom: 15px;
}
.single-slide-box {
    margin-top: 4px;
}
.slick-center {
    transform: scale(1);
    margin-left: 10% !important;
}
.section-intro h2 {
    font-size: 40px;
    line-height: 50px;
}
section.awards {
    padding: 60px 0 60px;
}
.product-box h3 {
    font-size: 22px;
    line-height: 26px;
}
.product-icon {
    min-height: 45px;
}
.abaca-container {
    max-width: 90%;
}
.main-cnt h2 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 20px;
}
.dev-intro p {
    font-size: 15px;
    line-height: 22px;
}
.dev-name {
    font-size: 20px;
    line-height: 22px;
}

.dev-profile {
    font-size: 15px;
}
.marquee .techo {
    font-size: 35px;
    line-height: 45px;
}
.hr-cnt p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
}
.hr-info h4 {
    font-size: 20px;
    line-height: 22px;
}
section.ready-to h2 {
    font-size: 35px;
    line-height: 35px;
}
section.ready-to p {
    font-size: 16px;
    line-height: 25px;
}
footer.site-footer {
    padding: 80px 0 30px;
}
.abaca-full-container {
    max-width: 95%;
}
}

@media only screen and (max-width : 1181px) {
.banner-text h1 {
    font-size: 30px;
    line-height: 31px;
    margin-bottom: 10px;
}
.banner-text p {
    font-size: 16px;
    line-height: 22px;
    max-width: 309px;
    margin-bottom: 28px;
}
.slick-center {
    transform: none;
    margin-left: 0 !important;
}
.single-slide-box {
    max-width: 100%;
}
.single-slide-box {
    padding: 8px;
}
.dev-position {
    font-size: 10px;
    line-height: 14px;
}
.single-tag {
    font-size: 8px;
}
.name {
    font-size: 8px;
}
.comp-int {
    font-size: 6px;
}
.dev-comp {
    position: relative;
    right: 20%;
}
.dev-comp {
    position: relative;
    right: 20%;
}
section.awards {
    padding: 40px 0 40px;
}
.product-box h3 {
    font-size: 18px;
    line-height: 22px;
}
.product-box {
    padding: 15px;
}
.product-box p {
    min-height: 135px;
}
.text-side {
    padding: 15px;
}
.form-side {
    padding: 20px 15px;
}
.phone_code_cont.form-control {
    border: 0;
    width: auto;
}
.form-control {
    height: 45px;
    font-size: 14px;
}
.connect-form .col-md-6 {
    margin-bottom: 7px;
}
.label {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 4px;
}
.header .site-btn {
    width: 130px;
    font-size: 14px;
}
.site-btn {
    padding: 8px 15.88px;
    font-size: 14px;
}
.abaca-container {
    max-width: 95%;
}
.section-intro h2 {
    font-size: 30px;
    line-height: 35px;
}
section.lets-connect {
    padding: 40px 0;
}
.submit-btn {
    max-width: 140px;
    height: 45px;
    border-radius: 4px;
    font-size: 14px;
            display: flex
;
        justify-content: center;
        align-items: center;
}
section.whyhire {
    padding: 60px 0;
}
.devs-area .col {
    flex: 0 0 auto;
    width: 50%;
}
.col.order-col {
    order: 6;
    width: 100%;
}
.dev-info {
    height: 285px;
    margin-bottom: 56px;
}
.col:nth-child(3) .dev-info {
    align-items: center;
    height: auto;
    justify-content: center;
    padding: 0;
    margin: 0;
}
section.some-devlopers {
    padding: 50px 0 50px;
}
.reviews-area.w-80 {
    width: 100%;
}
.review-box p {
    font-size: 14px;
    line-height: 21px;
    min-height: 153px;
}
section.all-tech {
    padding: 40px 0 100px;
}
.marquee .techo {
    font-size: 21px;
    line-height: 26px;
    width: auto;
}
.fly-div img {
    max-width: 83px;
}
.fly-div.fly-three {
    bottom: -70px;
}
.hr-cnt h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 6px;
}
section.hr .w-75 {
    width: 100% !important;
}
.hr-cnt p {
    font-size: 16px;
    line-height: 22px;
}
.logo img {
    max-width: 100px;
}
.award-ro {
    margin-top: 26px;
}
.product-area {
    margin-top: 15px;
}
section.out-products {
    padding: 20px 0 25px;
}
.connect-text h3 {
    font-size: 18px;
    line-height: 20px;
}
.submit-btn {
    max-width: 126px;
    height: 40px;
    border-radius: 4px;
    font-size: 14px;
}
.hr-info p {
    font-size: 16px;
    line-height: 14px;
}
section.our-clients {
    padding: 0 0 60px;
}
section.hr {
    padding: 0 0 60px;
}
.c-logo img {
    max-width: 75px;
}
.c-logo {
    height: 80px;
}
.client-call-btn {
    margin-top: 10px;
}
section.ready-to h2 {
    font-size: 28px;
    line-height: 28px;
}
}

@media only screen and (max-width : 767px) {
.banner-text {
    margin-bottom: 50px;
}
section.banner {
    padding: 50px 0;
}
.header .site-btn {
        width: 100px;
        font-size: 10px;
    }
.product-box p {
    min-height: auto;
}
.product-box {
    margin-bottom: 30px;
}
.dev-info {
    height: auto;
    margin-bottom: 66px;
}
.devs-area .col {
    flex: 0 0 auto;
    width: 100%;
}
.review-box p {
    font-size: 16px;
    line-height: 24px;
    min-height: auto;
}
.review-logo {
    min-height: auto;
}
.fly-div {
    display: none;
}
.review-box {
    padding: 20px;
}
.marquee .techo {
    width: 135px;
}
section.our-clients .col-md-2 {
    width: 50% !important;
}
.abaca-container {
        max-width: 90%;
    }
	.banner-text h1 br { 
	  display: none;
	}
	.section-intro h2 {
		display: none;
	}
	section.ready-to p {
    max-width: 100%;
}
}

@media only screen and (max-width:458px) {
    .form-section {
    align-items: center;
     padding: 0px; 
    padding-left: 0px;
    width: 100%;
    background-color: #F9F9FA;
}
}