@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

h1,
h2,
h3,
h4,
h5,
h6,
p,
a, 
li {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;

}


li {
  list-style: none;
}

a {
  text-decoration: none !important;
}

/* Header */
nav.navbar.navbar-expand-lg {
  position: sticky;
  top: 0;
  z-index: 999;
  /* background: #000; */
  transition: background-color 0.3s ease;
}

a.nav-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 10px;
}

a.nav-link:hover {
  color: #22b24b;
}

a.nav-link.active {
  color: #22b24b !important;
  border-bottom: 2px solid #22b24b;
}

/* Header */



/* banner */
.carousel
{
  margin-top: -70px;
}
.mian_banner {
  /* background: linear-gradient(0deg, rgb(0 0 0 / 0%), rgb(0 0 0 / 68%)), url(../images/main_bnbrnd.png); */
  background-image: url(../images/main_bnbrnd.png);
  /* background-color: #000; */
  height: 1010px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -70px;
}

/* .mian_banner:before {
  content: "";
  background: linear-gradient(0deg, rgb(0 0 0 / 90%), rgb(0 0 0 / 100%)), url(../images/Secondary-Background.png);
  width: 22%;
  height: 1010px;
  position: absolute;
  border-bottom-left-radius: 50px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
} */

.content_text {
  position: absolute;
  color: #fff;
  top: 30%;
  left: 16%;
  width: 32%;
  z-index: 1;
}

.content_text h2 {
  font-size: 65px;
  font-weight: 600;
  line-height: 84px;
}

.content_text p {
  font-size: 20px;
  line-height: 30px;
  padding: 20px 0px;
}

.content_text h2:before {
  content: "";
  background: url(../images/Vision-Icon.png);
  height: 195px;
  width: 305px;
  left: 12%;
  position: absolute;
  background-size: cover;
  z-index: -1;
}

.content_text a.btn {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 7px 40px;
}

.content_text a.btn:hover {
  background: #22b24b;
}

/* banner */

/* Design potential */
.xd_why,
.Service {
  padding: 80px 0px;
}

.design_potential {
  background-color: #F1F0EB;
  padding: 80px 0px;
}

.design_potential h2 {
  font-size: 50px;
  padding-bottom: 20px;
}




.Attention {
  background-color: #0C752A;
  height: 331px;
  border-radius: 20px;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
  border: 1px solid #00000033
}

.Passionate {
  background-color: #22B24B;
  height: 331px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  margin-left: -15px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
  border: 1px solid #00000033
}

.Innovative {
  background-color: #B7FCCB;
  height: 331px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  margin-left: -15px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
  border: 1px solid #00000033
}

.Collaborative {
  background-color: #fff;
  height: 331px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  margin-left: -15px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
  border: 1px solid #00000033
}

.wrap_text {
  color: #fff;
}

.Collaborative .wrap_text,
.Innovative .wrap_text {
  color: #000;
}

.design_imag_wrap,
.wrap_text {
  padding-left: 20px;
}

.wrap_text h3 {
  font-size: 20px;
  font-weight: 600;
}

.wrap_text p {
  font-size: 15px;
  line-height: 20px;
}

.first_line p,
.snd_line p,
.thrd_line p {
  font-size: 20px;
  padding-left: 20px;
  font-weight: 400;
}

.first_line,
.snd_line,
.thrd_line {
  position: relative;
}

.snd_line {
  padding: 50px 0px;
}

.first_line::before {
  content: "";
  background: url(../images/lightgree.png);
  width: 75px;
  height: 90px;
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  top: -10px;
}

.snd_line::before {
  content: "";
  background: url(../images/lightpuprl.png);
  width: 90px;
  height: 90px;
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.thrd_line::before {
  content: "";
  background: url(../images/lightpink.png);
  width: 90px;
  height: 90px;
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.line {
  border: 1px solid #D4D4D8;
  width: 65%;
  margin: 40px 0px;
}

.xd_why img {
  width: 100%;
}

/* Design potential */
/* Services */
.Service {
  background: #F1F0EB;

}

.Service h2 {
  font-size: 50px;
  font-weight: 600;
  padding-bottom: 25px;
}
.Service .card-body p {
  font-size: 18px;
}
.service_bg {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 17px;
  height: 285px;
}

.service_inner {
  height: 160px;
  width: 402px;
  margin: 0 auto;
}

.service_bg p {
  font-size: 20px;
  padding: 15px 10px;
}

.service_inner h3 {
  font-size: 32px;
  font-weight: 600;
  width: 50%;
}

.clr_code1 {
  background: #FFDCC9;
}

.clr_code2 {
  background: #E9DAFF;
}

.clr_code3 {
  background: #D3E5F0;
}

.clr_code4 {
  background: #EEECE8;
}

.clr_code5 {
  background: #F7EFD1;
}

.clr_code6 {
  background: #D3FFDF;
}

.snd_prtdv {
  margin: 0 20px;
}

/* Services */

/* industry */
.industry h2 {
  font-size: 45px;
  color: #fff;
}

.industry {
  background: #000000;
  height: 1150px;
  padding: 8% 0px;
}

.accordion img {
  position: absolute;
  right: 0;
  top: 0;
}

.accordion {
  --bs-accordion-border-width: unset !important;
}

.industry button.accordion-button.collapsed {
  padding: 40px 0px;
  font-size: 30px;
}

.industry .accordion-item {
  color: #ffffff;
  background-color: #fff0;
  border-bottom: 1px solid #fff;

  /* border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color); */
}

.industry .accordion-button {
  color: #fff;
  background-color: #fff0;
  border: 0;
}

.industry .accordion-button:not(.collapsed) {
  color: #2fdf80;
  background-color: #e7f1ff00;
  font-size: 30px;
  padding: 20px 0 0 0;
  margin: 0;
}

.industry .accordion-body {
  font-size: 18px;
  padding: 20px 0;
}

.industry .accordion-button:focus {
  border-color: unset !important;
  box-shadow: unset !important;
}

.industry .accordion {
  width: 50%;
}


/* industry */

/* aboutus */
.about_us {
  padding: 80px 0px;
}

.about_us .owl-carousel .item {
  width: 400px;
  height: 284px;
  border-radius: 15px 15px 70px 15px;
  background: #F1F0EB;
  padding: 12%;
}

.about_us button.owl-prev {
  position: absolute;
  right: 50px;
  top: 0;
}

.about_us button.owl-next {
  position: absolute;
  right: 0;
  top: 0;
}

.about_us .owl-carousel .item h4 {
  font-size: 32px;
  font-weight: 500;
}

.about_us .owl-carousel .item h5 {
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0px;
}

.about_us .owl-carousel .item p {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.about_us button.owl-prev span {
  font-size: 50px;
  color: #22B24B;

}

.about_us button.owl-next span {
  font-size: 50px;
  color: #22B24B;
}

.about_us .owl-carousel .owl-stage-outer {
  margin-top: 40px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: unset !important;
}

.about_us h2 {
  width: 40%;
  font-size: 50px;
  font-weight: 600;
}

/* aboutus */

/* trans_form */

.trans_form {
  background-color: #65DA7C;
  height: 358px;
}

.trans_form h2 {
  font-size: 48px;
  font-weight: 600;
}

.trans_form p {
  font-size: 20px;
  /* font-weight: 400;
  line-height: 30px;
  width: 600px;
  margin: 20px auto; */
}

.trans_form .client {
  background: #000;
  color: #fff;
  border-radius: 25px;
  padding: 10px 30px;
  font-size: 16px;
}

.trans_form .client:hover {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}

.trans_form::before {
  background-image: url(../images/whiteshape.png);
  content: "";
  position: absolute;
  height: 350px;
  width: 350px;
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
}

.logo a {
  color: #000;
  font-size: 16px;
}

/*##################################### footer #######################*/
footer {
  background: #F1F0EB;
}

.footeR_inner h2 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

.footeR_inner li {
  padding: 6px 0px;
}

.footeR_inner a {
  color: #000;
  font-size: 16px;
}

.bott_m {
  display: flex;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0px;
}

.bott_m a {
  color: #000;
  font-size: 14px;
}

.socil_media img {
  padding: 0 5px;
}

.footeR_inner a:hover {
  color: #65da7c;
}

.bott_m a:hover {
  color: #65da7c;
}

.logo a:hover {
  color: #65da7c;
}

.foote_wrap {
  padding-top: 50px;
}

/* footer */

.accordion-button:not(.collapsed)::after {
  background-image: url('../images/ecoomarce.png') !important;

}

.accordion-button::after {
  background-image: url('../images/Healthcarepls.png') !important;

}

.card_wrap {
  width: 100%;
  height: 160px;
  padding: 0 30px;
}

.Service h5.card-title {
  font-size: 28px;
  width: 60%;
}

.Service .card {
  border-radius: 20px;
}
.counter_inner {
  padding: 50px 0px;
}
/* ################################################# About US ############################################################# */
.about_us_page {
  background-image: url(../images/Hero-aboiut.png);
  height: 730px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -70px;
}

.about_us_page h2 {
  color: #fff;
  font-size: 46px;
}

.about_us_page {
  display: flex;
  align-items: center;
}

.about_snd_sec {
  padding: 8% 0px;
}

.count{
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #000;
  font-size: 48px;

}
.counter-wrapper{
  background: #F1F0EB;
}
/* .counter-wrapper:after{
  content: '';
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  background: rgba(0,0,0,.5);
} */
.counter-inner{
  position:relative;
  z-index:2;
}

.counter_text
{
  font-size: 20px;
  color: #333333;
}
.developers_section {
  padding: 70px 0px;
}
.developers_section h2 {
  font-size: 32px;
}
.developers_section img{
  width: 90%;
}
.developers_section p{
  font-size: 20px;
  padding: 5px 0;
}
/* ################################################# About US ############################################################# */



/* ################################################# Services - page ############################################################# */
.services_banner {
  background-image: url(../images/servicebanner.png);
  height: 325px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

.services_banner .content_text {
  position: absolute;
  color: #fff;
  top: 20%;
  width: 32%;
  padding: 0;
}
.text-section h2{
font-size: 32px;
font-weight: 500;
line-height: 40px;
}
.services_banner .content_text h1 {
  font-size: 48px;
  font-weight: 500;
}

.services_banner .content_text p {
  font-size: 20px;
  padding: 20px 0px;
}

.list-group-item {
  border: none !important;
  padding-left: 0;
}
.list-group-item i {
  color: #22B24B;
  background: #F1F0EB;
  margin-right: 10px;
}
section.services_mainp {
  padding: 70px 0px;
}
.mobile_rsn {
  padding: 10% 0px;
}
/* ################################################# Services - page ############################################################# */

/* ################################################# Work - page ############################################################# */

.workpage_banner {
  background-image: url(../images/workpagebnnr.png);
  height: 325px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.workpage_banner .content_text {
  position: absolute;
  color: #fff;
  top: 20%;
  width: 32%;
  padding: 0;
}

.workpage_banner .content_text h1 {
  font-size: 48px;
  font-weight: 500;
}

.workpage_banner .content_text p {
  font-size: 20px;
  padding: 20px 0px;
}
.work_wrap_sec {
  padding: 4% 0;
}
.list-group-item {
  border: none !important;
  padding-left: 0;
}
.list-group-item i {
  color: #22B24B;
  background: #F1F0EB;
  margin-right: 10px;
}
.worktext_wrap h2{
  font-size: 48px;
  font-weight: 600;
}
.worktext_wrap p{
font-size: 20px;
color: #64748B;
}
.benefits_work{
  background: #F1F0EB;
  padding: 70px 0px;
}
.benefits_work .card-img-top {
  width: 30px;
  height: 30px;
  margin-left: 18px;
}
.benefits_work .card {
  padding: 20px;
}
.benefits_work .card-title {
  font-size: 22px;
  font-weight: 500;
  padding: 10px 0px;
}
.benefits_work .card-text
{
  font-size: 16px;
}
.benefits_work h2 {
  font-size: 48px;
  font-weight: 500;
}
/* ################################################# Work - page ############################################################# */

/* ################################################# Careers - page ############################################################# */
.hirng_wrap
{
padding: 70px 0px;
}
.career_banner {
  background-image: url(../images/career.png);
  height: 325px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.career_banner .content_text {
  position: absolute;
  color: #fff;
  top: 20%;
  width: 32%;
  padding: 0;
}

.career_banner .content_text h1 {
  font-size: 48px;
  font-weight: 500;
}

.career_banner .content_text p {
  font-size: 20px;
  padding: 20px 0px;
}


.job-title {
  font-size: 1.25rem;
  font-weight: bold;
}
.badge {
  font-size: 0.75rem;
  padding: 0.25em 0.5em;
}
.job-description {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.job-meta {
  font-size: 0.875rem;
  color: #6c757d;
}
.job-meta i {
  margin-right: 0.25rem;
}
.job-item {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.job-item:last-child {
  border-bottom: none;
}
.image-container {
  text-align: center;
}
.image-container img {
  max-width: 100%;
  height: auto;
}
.hirng_wrap h2 {
  font-size: 32px;
  padding-bottom: 60px;
}
.design_bdg {
  background: #EFF8FF;
  color: #175CD3 !important;
  position: relative;
  margin-left: 15px;
  padding: 8px 12px !important;
  border-radius: 20px !important;
  font-size: 14px !important;
  font-weight: 300 !important;
}
.design_bdg:before {
  content: ".";
  width: 30px;
  height: 30px;
  position: absolute;
  text-align: center;
  font-size: 30px;
  top: -9px;
  left: -9px;
}
.Manager_bdg
{
  background: #FDF2FA;
  color: #C11574 !important;
  position: relative;
  margin-left: 15px;
  padding: 8px 12px !important;
  border-radius: 20px !important;
  font-size: 14px !important;
  font-weight: 300 !important;
}
.Manager_bdg:before {
  content: ".";
  width: 30px;
  height: 30px;
  position: absolute;
  text-align: center;
  font-size: 30px;
  top: -9px;
  left: -9px;
}
.UI_bdg
{
  background: #FDF2FA;
  color: #C11574 !important;
  position: relative;
  margin-left: 15px;
  padding: 8px 12px !important;
  border-radius: 20px !important;
  font-size: 14px !important;
  font-weight: 300 !important;
}
.UI_bdg:before {
  content: ".";
  width: 30px;
  height: 30px;
  position: absolute;
  text-align: center;
  font-size: 30px;
  top: -9px;
  left: -9px;
}
.designer_bdg {
  background: #EFF8FF;
  color: #175CD3 !important;
  position: relative;
  margin-left: 15px;
  padding: 8px 12px !important;
  border-radius: 20px !important;
  font-size: 14px !important;
  font-weight: 300 !important;
}
.designer_bdg:before {
  content: ".";
  width: 30px;
  height: 30px;
  position: absolute;
  text-align: center;
  font-size: 30px;
  top: -9px;
  left: -9px;
}
/* ################################################# Careers - page ############################################################# */
/* ################################################# Contact - page ############################################################# */

.form-wrap {
  flex: 1;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.form-wrap h1 {
  font-size: 37px;
  font-weight: bold;
}
.form-wrap p {
  color: #666;
  font-size: 16px;
  padding: 20px 0px;
}
.form-wrap p a {
  color: #00a651;
  text-decoration: none;
}
.form-wrap .form-group {
  margin-bottom: 1rem;
}
.form-wrap .form-control {
  border-radius: 5px;
  padding: 10px;
}
.form-wrap .btn {
  background-color: #00a651;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
}

.form-wrap .btn:hover
{
  background-color: #fff;
  color: #00a651;
  border: 2px solid #00a651;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #00a651 !important;
  outline: 0;
  box-shadow: unset !important;
}
.form-select:focus {
  border-color: #00a651 !important;
  outline: 0;
  box-shadow: unset !important;
}
.form-check-input:checked {
  background-color: #00a651 !important;
  border-color: #00a651 !important;
}
/* ################################################# Contact - page ############################################################# */
/* ################################################# polices - page ############################################################# */


.polices_sec h1
{
font-size: 32px;
font-weight: 400;
}
.polices_sec h2{
font-size: 14px;
font-weight: 700;
}
.polices_sec li
{
font-size: 14px;
}
.polices_sec p
{
font-size: 14px;
}


/* ################################################# polices - page ############################################################# */





/* trans_form */
@media (min-width: 320px) and (max-width: 767px) {
  .carousel
  {
    margin-top: 0px;
  }
  a.nav-link.active {
    color: #22b24b !important;
    border-bottom: unset;
}
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url(../images/cross.png) !important; /* Expanded state icon */
}
  .navbar-collapse {
    background-color: #000; /* Black background when expanded */
  }

  .navbar-toggler-icon {
    background-image: url(../images/toggle.png) !important;
  }
  #navbarTogglerDemo02 {
    height: 100vh;
    text-align: center;
  }
  nav.navbar.navbar-expand-lg {
    background: #000 !important ;
}

.counter_inner {
  padding: 10px 0px;
}
  .content_text p {
    font-size: 16px;
    line-height: 20px;
    padding: 20px 0px;
} 
.carousel-item img {
 height: 400px;
}
  .mian_banner {
    height: 600px;
  }
  .carousel-control-next-icon, .carousel-control-prev-icon {
    display: none !important;
}
  .content_text {
    left: 13%;
    width: 80%;
    text-align: center;
  }

  .content_text h2:before {
    top: 0px;
    left: 25%;
    height: 102px;
    width: 160px;
    
  }

  .content_text h2 {
    font-size: 20px;
    line-height: 30px;
    width: 70%;
    margin: 0 auto;
}

  .content_text a.btn {
    width: 100%;
  }
  .developers_section {
    padding: 30px 0px;
}
  .developers_section img {
    width: 100%;
}
  .developers_section h2 {
    font-size: 24px;
    text-align: center;
    line-height: 30px;
    padding-top: 20px;
}
.developers_section p {
  font-size: 20px;
  padding: 0px 10px;
  text-align: center;
}
  .mian_banner:before {
    content: unset;
  }

  .trans_form p {
    font-size: 18px;
    /* line-height: 25px;
    width: 100%;
    margin: 20px auto; */
  }

  .trans_form::before {
    content: unset;
  }

  .trans_form h2 {
    font-size: 30px;
  } 

  .industry {
    height: 1250px;
  }

  .industry .accordion {
    width: 100%;
  }

.first_accordian {
    border-top: 1px solid #fff;
    border-radius: 0px;
}
  .industry .accordion-body {
    font-size: 16px;
    text-align: center;
  }

  .industry .accordion-button:not(.collapsed) {
    font-size: 25px;
  }

  .accordion img {
    width: 50%;
    position: unset;
    margin-top: 20px;
  }

  .about_us h2 {
    width: 100%;
    font-size: 40px;
    text-align: center;
  }

  .Attention {
    z-index: 2;
    margin-bottom: -15px;
    border-radius: 30px;
    height: 273px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .wrap_text h3 {
    padding: 5px 0px;
}
  .design_potential {
    padding: 60px 20px;
  }

  .design_potential h2 {
    text-align: center;
    font-size: 40px;
  }

  .Passionate {
    margin-left: unset;
    margin-bottom: -15px;
    z-index: 2;
    border-radius: 30px;
    height: 273px;
    display: flex;
    flex-direction: column;
    justify-content: center;

  }

  .Innovative {
    margin-left: unset;
    margin-bottom: -15px;
    z-index: 2;
    border-radius: 30px;
    height: 273px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .Collaborative {
    margin-left: unset;
    border-radius: 30px;
    z-index: 2;
    height: 273px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .xd_why h2 {
    font-size: 30px;
    text-align: center;
  }

  .first_line p,
  .snd_line p,
  .thrd_line p {
    font-size: 18px;
    padding-left: 20px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    margin-top: 50px;
  }

  .first_line::before {
    content: "";
    background: url(../images/Featured-icon.png);
    width: 50px;
    height: 55px;
    position: absolute;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    top: -65px;
    left: 45%;
  }

  .snd_line::before {
    content: "";
    background: url(../images/Featured-icon2.png);
    width: 50px;
    height: 55px;
    position: absolute;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    top: 35px;
    left: 45%;
  }

  .thrd_line::before {
    content: "";
    background: url(../images/Featured-icon3.png);
    width: 50px;
    height: 55px;
    position: absolute;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    top: -65px;
    left: 45%;
  }
  .xd_why img {
    display: none;
}
.aboutpage .xd_why img {
  display: block;
}
  .Service h2 {
    font-size: 30px;
    text-align: center;
  }
  .Service .card-body p {
    font-size: 16px;
}
  .service_inner {
    height: 120px;
    width: 300px;
    margin: 0 auto;
  }

  .Service, .about_us {
    padding: 40px 20px;
  }

  .industry h2 {
    font-size: 32px;
    text-align: center;
  }

  .bott_m {
    display: flex;
    border-top: 1px solid #ccc;
    border-bottom: unset;
    padding: 10px 0px;
    flex-direction: column;
    align-items: center;
  }

  .line {
    border: unset;
  }

  .about_us_page {
    height: unset !important;
    margin-top: unset !important;
  }

  .snd_prtdv {
    margin: 20px 0px;
  }
  .about_us .owl-carousel .item {
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 7%;
}
.footeR_inner li {
  padding: 4px 0px;
}
.footeR_inner a {
  font-size: 14px;
}
.logo {
  margin-bottom: 40px;
}
.logo a {
  font-size: 14px;
}



.services_banner .content_text, .workpage_banner .content_text, .career_banner .content_text {
  width: 70%;
  left: 5%;
  text-align: left;

}
.services_banner .content_text h1, .workpage_banner .content_text h1, .career_banner .content_text h1 {
  font-size: 35px;
}
.services_banner .content_text p, .workpage_banner .content_text p, .career_banner .content_text p {
  font-size: 16px;
  padding: 0px;
}
.mobile_rsn
{
  flex-direction: column-reverse;
  padding: 30px 0px;
}
.text-section h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  

}
.worktext_wrap h2 {
  font-size: 26px;
}
.worktext_wrap p {
  font-size: 16px;
  color: #64748B;
}

.hirng_wrap h2 {
  font-size: 24px;
  padding-bottom: 40px;
  text-align: center;
}
.job-item {
  padding: 0 20px;
}
.trans_form .client {
  width: 100%;
  line-height: 35px;
}
.about_us button.owl-next {
  position: unset;
}
.about_us button.owl-prev {
  position: unset;
}
section.services_mainp {
  padding: 30px 0px;
}
.worktext_wrap {
  text-align: center;
}
.moble_wrk {
  flex-direction: column-reverse;
}
.benefits_work {
  padding: 30px 0px;
}

.benefits_work h2 {
  font-size: 35px;
  text-align: center;
  padding: 10px 20px !important;
}
.benefits_work .card-img-top {
  margin: 0 auto;
}
.benefits_work .card {
  text-align: center;
}
.hirng_wrap {
  padding: 30px 0px;
}














}

@media (min-width: 768px) and (max-width: 1024px) {

  .navbar-toggler-icon {
    background-image: url(../images/toggle.png) !important;
  }


  .mian_banner {
    height: 750px;
  }

  .mian_banner:before {
    height: 750px;
  }

  .content_text {
    left: 16%;
    width: 60%;
  }

  .content_text h2 {
    font-size: 50px;
    line-height: 50px;
  }

  .content_text h2:before {
    height: 140px;
    width: 220px;
    left: 12%;
  }

  .service_inner {
    height: 140px;
    width: 225px;
    margin: 0 auto;
  }

  .service_inner h3 {
    font-size: 20px;
    width: 30%;
  }

  .service_bg p {
    font-size: 18px;
    line-height: 22px;
  }

  .industry .accordion {
    width: 100%;
  }

  .industry .accordion-body {
    font-size: 18px;
    text-align: center;
  }

  .accordion img {
    position: unset;
    width: 50%;
  }

  .about_us .owl-carousel .item {
    width: 300px;
    height: 300px;
  }

  .line {
    border: unset;
  }

  .snd_prtdv {
    margin: 20px 0px;
  }
}

@media (min-width: 1025px) and (max-width: 1440px) {


  .design_potential h2 {
    font-size: 40px;
    padding-bottom: 20px;
  }

  .content_text h2:before {
    height: 150px;
    width: 235px;
  }

  .content_text h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
  }

  .Service h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }

  .service_inner {
    height: 140px;
    width: 350px;
    margin: 0 auto;
  }

  .about_us .owl-carousel .item {
    width: 330px;
    height: 284px;
  }

}