@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish&display=swap');


:root {
  --primary: #C4262E;
  --background: #171717;
  --bg-dark: #171717;
  --text-light: #EAEAEA;
  --white: #ffff;
}

body {
  margin: 0;
  padding: 0;
 /* background-color: var(--background);*/
 background:#dfdfdf;
  font-family: 'Mulish', sans-serif;

}

body::-webkit-scrollbar {
  display: none;
}

h1 {
  font-size: 36px;
}

.main_wrapper {
  width: 100%;
  height: 100vh;
  /* overflow-y: scroll;
  scroll-snap-type: y mandatory; */
}

.main_wrapper::-webkit-scrollbar {
  display: none;
}

.section {
/* height: 100vh; */
  scroll-snap-align: start;
  scroll-behavior: smooth;
  padding: 70px 0px;
  box-shadow:rgb(50 50 93 / 13%) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
.hero_section_slider{
  height: 100vh;
}
@media screen and (min-width: 2560px) {
  .main_wrapper {
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
  }

  .section {
    height: 100vh;
    scroll-snap-align: start;
    scroll-behavior: smooth;
  }
}

.cursorchange {
  cursor: pointer;
}

/* body::-webkit-scrollbar-thumb {
  height: 20%;
background-color: var(--primary);
border-radius: 2px; 
}

body::-webkit-scrollbar-track {

background-color: var(--bg-dark); 
}


body::-webkit-scrollbar-thumb:hover {
  background-color: #aaaaaa;
} */


p {
  font-weight: 300;
}

a {
  color: var(--white);
}


a:hover {
  color: var(--primary);
}


a:visited {
  color: var(--white);
}

a:active {
  color: var(--white);
}

.btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn-hero-class {
  font-size: 13px;
  color: var(--white);
  border-radius: 5px;
  border: 0.65px solid rgba(255, 255, 255, 0.80);
  background-color: rgba(255, 255, 255, .30);
  backdrop-filter: blur(5px);
}

.btn-class {
  color: var(--white);
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-color: var(--primary);
}

@media (min-width: 768px) and (max-width: 993px) {
  .btn-class {
    padding: 0.25rem 0.7rem;
    font-size: 10px;
  }
}

.btn-prop {
  border-radius: 5px;
}

.btn:hover {
  /* color: var(--primary); */
  background: rgb(196 38 46);
  color: #ffff;

}

/* button css end */

.hero-container {
  /* position: absolute; 
   left: 50%;
  top: 50%;
  transform: translate(-50%,-50%); */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.carousel-inner {
  top: 70px;

}

@media (min-width:1400px) {
  .hero-container {
    /* height: 40rem; */

  }
}

@media (min-width:1200px) and (max-width:1399px) {
  .sl_about_para {
    margin-top: 9px !important;
    font-size: 17px!important;
} 
  .hero-container {
    height: 39rem;
  }
  .hero-heading2 {
    width: 70%;
    color: var(--white);
    font-family: 'Lato', sans-serif;
    font-size: 59px;
    font-style: normal;
    font-weight: 700;
    line-height: 65px;
    /* letter-spacing: 2.4px; */
    text-transform: capitalize;
}
.hero-para {
  font-size: 20px;
}
.carousel-inner {
  /* top: 25px; */
}
  
}

@media (min-width:992px) and (max-width:1199px) {
  .hero-container {
    height: 38rem;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .hero-container {
   height:35rem; 
  }
  .sl_about_para {
    font-size: 16px!important;
}

.two {
  background-image: url(/Media/newimg/Group341.png);
  background-size: cover!important;
  background-repeat: no-repeat;
  scroll-snap-align: start;
}
.sl_portfolios_content_box {
padding-top: 0px!important;
}
.portfoflio_logo_img img {
  width:auto;
}
.sl_about_para {
  margin-top: 10px!important;
}
.portfolio-logo h1 {
  color: var(--white);
  font-size: 25px!important;
  font-weight: 400;
}
}

@media (min-width:576px) and (max-width:767px) {
  .hero-container {
    height: 35rem;
  }
}

@media (min-width:541px) and (max-width:575px) {
  .hero-container {
    height: 35rem;
  }
}

@media (min-width:350px) and (max-width:400px) {
  .hero-container {
    height: 30rem;
  }
}

@media (min-width:401px) and (max-width:450px) {
  .hero-container {
    height: 32rem;
  }
}

@media (min-width:451px) and (max-width:500px) {
  .hero-container {
    height: 34rem;
  }
}

@media (min-width:501px) and (max-width:540px) {
  .hero-container {
    height: 34rem;
  }
}

.hidden-hero {
  display: none;
}

.nav {
  position: fixed;
  top: 0;
  height: 60px;
  width: 100%;
  backdrop-filter: blur(4px);
}

.header-section_wrapper {
  background-image: url(/Media/newimg/sl_hero.png);
  background-size: cover;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  object-fit: contain;

}

.collapse_container {
  /* margin-top: -0.6rem; */
  position: absolute;
  z-index: 11;
  left: 0.75rem;
  right: .75rem;
  top: 56px;
}

.collapse_container_domain {
  position: absolute;
  z-index: 11;
  left: 0.75rem;
  right: .75rem;
  top: 56px;
}

@media (min-width: 769px) and (max-width: 991px) {
  .box {
    margin-left: -40px !important;
    /* margin-bottom: 10px; */
}
}
@media (min-width: 1200px) and (max-width: 1250px){
  .box {
    width: 150px!important;
    height: 150px!important;
}
.box1 {
    width: 150px!important;
    height: 150px!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
  .collapse_container_domain {
    position: absolute;
    z-index: 11;
    left: 6rem !important;
    right: .75rem;
    top: 56px;
  }

}

@media (min-width: 992px) and (max-width: 1199px) {
  .collapse_container_domain {
    position: absolute;
    z-index: 11;
    left: 15rem;
    top: 56px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .collapse_container_domain {
    position: absolute;
    z-index: 11;
    left: 28rem;
    top: 56px;
  }
}

@media (min-width: 1400px) {
  .collapse_container_domain {
    position: absolute;
    z-index: 11;
    left: 35rem !important;
    top: 56px;
  }
}

@media (min-width: 1500px) {
  .collapse_container_domain {
    position: absolute;
    z-index: 11;
    left: 40rem !important;
    top: 56px;
  }
}

@media (min-width: 1600px) {
  .collapse_container_domain {
    position: absolute;
    z-index: 11;
    left: 46rem !important;
    top: 56px;
  }
}

@media (min-width: 1700px) {
  .collapse_container_domain {
    position: absolute;
    z-index: 11;
    left: 53rem !important;
    top: 56px;
  }
}

@media (min-width: 1800px) {
  .collapse_container_domain {
    position: absolute;
    z-index: 11;
    left: 60rem !important;
    top: 56px;
  }
}

@media (min-width: 1900px) {
  .collapse_container_domain {
    position: absolute;
    z-index: 11;
    left: 65rem !important;
    top: 56px;
  }
}

@media (min-width: 2000px) {
  .collapse_container_domain {
    position: absolute;
    z-index: 11;
    left: 72rem !important;
    top: 56px;
  }
}

@media (min-width: 2100px) {
  .collapse_container_domain {
    position: absolute;
    z-index: 11;
    left: 78rem !important;
    top: 56px;
  }
}

@media (min-width: 2200px) {
  .collapse_container_domain {
    position: absolute;
    z-index: 11;
    left: 84rem !important;
    top: 56px;
  }
}

@media (min-width: 2300px) {
  .collapse_container_domain {
    position: absolute;
    z-index: 11;
    left: 90rem !important;
    top: 56px;
  }
}

@media (min-width: 2400px) {
  .collapse_container_domain {
    position: absolute;
    z-index: 11;
    left: 96rem !important;
    top: 56px;
  }
}

@media (min-width: 2500px) {
  .collapse_container_domain {
    position: absolute;
    z-index: 11;
    left: 103rem !important;
    top: 56px;
  }
}

@media (min-width: 2600px) {
  .collapse_container_domain {
    position: absolute;
    z-index: 11;
    left: 109rem !important;
    top: 56px;
  }
}

.btn-close {
  box-sizing: content-box;
  width: 20px;
  height: 20px;
  padding: 0.5em;
  color: #000;
  background: transparent url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'28\' height=\'28\' viewBox=\'0 0 28 28\' fill=\'none\'%3e%3ccircle cx=\'14\' cy=\'14\' r=\'14\' fill=\'%23C4262E\'/%3e%3cpath d=\'M9 18L19 8M9 8L19 18\' stroke=\'white\' stroke-width=\'1.5\' stroke-linecap=\'round\'/%3e%3c/svg%3e') center/1.5em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 1;
}

.img-size {
  height: 300px;
}

.modal-content {
  background-color: #313131;
}

.modalcontent1 {
  background-color: var(--primary);
  padding: 0.5rem 1.5rem;
  border-bottom: 1px solid transparent;
  border-radius: 0px 0px 20px 20px;
}

.display_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media (max-width:991px) {
  .display_grid {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
}

/* Optional: If you want the button on a new row */
.form-control {
  color: var(--text-light);
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #7F7F7F;
}

.form-control:focus {
  color: var(--text-light);
  background-color: #313131;
  border-color: var(--primary);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(196, 38, 46, .25);
}

.form-control::placeholder {
  color: var(--text-light);
}

.form-select {
  background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23C4262E\'%3e%3cpath fill-rule=\'evenodd\' d=\'M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z\'/%3e%3c/svg%3e');
  color: var(--text-light);
}

.btn-submit {
  color: var(--white);
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-color: var(--primary);
}

option {
  background-color: #313131;
  color: var(--text-light);
}

@media (min-width: 576px) and (max-width: 991px) {
  .dropdown-toggle::after {
    margin-left: 16em !important;
  }

  .dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 26rem !important;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #313131;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
  }
}

@media (min-width: 320px) and (max-width: 575px) {
  .dropdown-toggle::after {

    /* margin-left: 0px !important; */
    /* float: right;
       margin-left: auto;
       margin-right: 0px; */
  }

}

@media (min-width: 768px) and (max-width: 993px) {
  .submitbtn .btn-class {
    font-size: 15px !important;
    color: var(--white);
    text-align: center;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    background-color: var(--primary);
  }

}

@media (min-width: 768px) and (max-width: 993px) {
  .submitbtn .btn-class {
    font-size: 15px !important;
    color: var(--white);
    text-align: center;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    background-color: var(--primary);
  }

}






/* ---------------------------------------------------------------------------------------- */
/* nav css start  */
.navbar {
  /* position: relative; */
  background-color: transparent !important;
  z-index: 1000;
}


.logo-size {
  width: 160px;
}

@media (min-width:768px) {
  .navbar-sticky {
    /* position: fixed; 
  top: 0;
  width: 100%;
  background-color: var(--bg-dark)!important ; */
    /* Replace with your desired background color */
    /* Add other styles as needed */
  }
}

.navbar-dark .navbar-nav .nav-link {
  color: var(--white);
}

.nav-link {
  color: var(--white);
}

.nav-item {
  border-bottom: 1px solid transparent;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  color: var(--white);
}

.nav-link.active {
  border-bottom: 1px solid var(--text-light);
}

@media(min-width:768px) and (max-width:993px) {
  .btn-class {
    font-size: 10px;
    padding-left: .8rem;
    padding-right: .8rem;
  }
}

@media (min-width:994px) and (max-width:1199px) {
  .nav-item {
    margin-left: 0.5rem;
    margin-right: 0rem;
    color: var(--white);
  }

  .logo-size {
    width: 160px;
  }

  .nav-item {
    font-size: 15px;
  }

  .btn-class {
    font-size: 15px;
  }
}

.nav-item:hover {
  border-bottom: 1px solid var(--text-light);
  padding-top: 0px;
  padding-bottom: 0px;

}

.nav-link:focus,
.nav-link:hover {
  color: var(--white);
}

.nav-item.active-service {
  border-bottom: 1px solid var(--text-light);
}

.navbar-toggler {
  color: var(--white);
  background-color: var(--primary);
  font-size: 1rem;
  padding: 0% 2%;
}

.btn-classd {
  color: var(--white) !important;
  text-align: center;
  background-color: var(--primary);
}

.mobile_toggle_btn span {
  font-size:20px;
  line-height:30px;
}

.mobile_toggle_btn {
  background: #ff000000;
}

/* navabr media queries  */
@media(min-width:768px) and (max-width:991px) {
  .navbar-brand {
    margin-right: 0rem;
  }

  .nav-item {
    font-size: 11px;
    margin-left: 2px;
    margin-right: 2px;
  }

  .btn-hero-class {
    padding: 0.275rem 0.55rem;
    font-size: 11px;
  }

  .logo-size {
    width: 90px;
  }
}

@media(min-width:992px) and (max-width:1199px) {
  .navbar-brand {
    margin-right: 0rem;
  }

  .nav-item {
    font-size: 14px;
    margin-left: 8px;
    margin-right: 0px;
  }

  .btn-hero-class {
    padding: 0.275rem 0.55rem;
    font-size: 14px;
  }

  .logo-size {
    width: 120px;
  }
}

/*----------------- nav css end --------------------------- */

.accordion-flush {
  background-color: transparent;
}

.acdbutton {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  padding: 0rem 0rem;
  align-items: center;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  /* margin-left: auto; */
  content: '';
  color: var(--primary);
  background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23C4262E\'%3e%3cpath fill-rule=\'evenodd\' d=\'M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z\'/%3e%3c/svg%3e');
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}

.acdbutton:not(.collapsed) {
  background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23C4262E\'%3e%3cpath fill-rule=\'evenodd\' d=\'M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z\'/%3e%3c/svg%3e');
  transform: rotate(-180deg);
}

.accordian-content:hover {
  color: var(--primary);
}

.accordion-body {
  max-height: 132px;
  overflow-y: auto;
  scroll-behavior: smooth;
}

.accordion-body::-webkit-scrollbar {
  width: 3px;
}


.accordion-body::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  /* Color of the thumb */
  border-radius: 2px;
  /* Round the corners of the thumb */
}

.accordion-body::-webkit-scrollbar-track {

  background-color: var(--bg-dark);
  /* Color of the track */
}

/* Hide the scrollbar when not hovered */
.accordion-body::-webkit-scrollbar-thumb:hover {
  background-color: #aaaaaa;
}

.card-body {
  background-color: var(--background);
  color: var(--white);
  border: 1px solid rgba(128, 128, 128, 0.25);
  /* Red border with 50% opacity */
}

/* header section start */






/* --------------------------------------------------------------------------------------- */

/* hero section start*/

.hero-heading1 {
  font-size: 20px;
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal
}

.hero-heading2 {
  width: 70%;
  color: var(--white);
  font-family: 'Lato', sans-serif;
  font-size: 59px;
    font-style: normal;
    font-weight: 700;
    line-height: 65px;
  /* letter-spacing: 2.4px; */
  text-transform: capitalize;
}

.content {
  line-height: 20px;
  text-align: left;
  font-size: 16px;
  /*color: var(--white);*/
 /* font-family: "Khand", sans-serif;*/
  letter-spacing: 0.5px;
}

.redtext {
  color: #C4262E;
}

.hero-para {
  width: 60%;
  color: #FFF;
  font-family: 'Mulish', sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 147%;
}

@media (max-width:390px) {
  .hero-heading1 {
    font-size: 18px;

  }

  .hero-heading2 {
    font-size: 28px;
  }

  .hero-para {
    font-size: 12.9px;
    font-style: normal;
    font-weight: 300;
  }

  .sl_about_para {
    font-size: 12px;
  }
}



.collapse-para {
  /*color: #FFF;*/
  font-size: 15px;
  font-style: normal;
  /* font-weight: 400; */
  line-height: 20px;
  /* font-family: "Khand", sans-serif; */
}

.service-para {
  color: var(--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.service-body-heading {
  display: inline;
  border-bottom: 1px solid var(--primary);
}

.hr-color {
  color: var(--primary);
  margin-top: 0%;
  opacity: 1;
}

.card-body-border {
  border-right: 1px solid rgba(128, 128, 128, 0.25);
}

  .service-body-border2 {
    /* margin: 10px; */
    padding: 18px;
    width: 80px;
    height: auto;
    border-radius: 15px;
    border: 1px solid #444;
    background-color: #252525;
    margin: 10px auto;
    text-align: center;
    box-shadow: rgb(99 99 99 / 15%) 0px 2px 8px 0px;
}
.services_menu_box{
    height: 115px;
    width: 165px;
}
.service-body-border2:hover {
  border: 1px solid var(--primary);
}

.col-auto:hover .service-para {
  color: var(--primary);
}

.service-body-icon-size {
  height: 35px;
  width: 35px;
  object-fit: contain;
}

.text-red-white {
  /*color: var(--white);*/
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.heading-size-change {
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 5px;
  font-family: "Khand", sans-serif;
  color: #a5a5a5;
}

@media (min-width:768px) and (max-width:991px) {

  .collapse_container .service-body-border2 {
    margin: 0px !important;
    padding: 18px;
    width: 65px !important;
    height: auto;
    border-radius: 20px;
    border: 1px solid #444;
    background-color: #252525;
  }

  .collapse_container .service-body-icon-size {
    height: 30px !important;
    width: 30px !important;
    object-fit: contain;
  }

  .collapse_container .fontszchange {
    font-size: 13px;
  }

  .service-body .col-auto {
    width: 20% !important;
    align-items: center;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .collapse_container .service-body-border2 {
    margin: 0px !important;
    padding: 18px;
    width: 80px !important;
    height: auto;
    border-radius: 20px;
    border: 1px solid #444;
    background-color: #252525;
  }

  .fontszchange {
    font-size: 14px;
  }

  .service-body .col-auto {
    width: 20% !important
  }
}

@media (max-width:369px) {
  .heading-size-change {
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
  }
}

.scrollable_div {
  max-height: 490px;
  overflow-y: auto;
  scroll-behavior: smooth;
}


.scrollable_div img {
  object-fit: contain;
}

.scrollable_div::-webkit-scrollbar {
  width: 3px;
}


.scrollable_div::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  /* Color of the thumb */
  border-radius: 2px;
  /* Round the corners of the thumb */
}

.scrollable_div::-webkit-scrollbar-track {

  background-color: var(--bg-dark);
  /* Color of the track */
}

/* Hide the scrollbar when not hovered */
.scrollable_div::-webkit-scrollbar-thumb:hover {
  background-color: #aaaaaa;
}




/* .heading1{
  position: static;
} */


/* headr section end */

/* .about-section{ 
  background-image: url(/Media/image-design.png);
  background-repeat: no-repeat;
  background-position: 98% 0;
  background-size: cover;
  height: 15rem;
  width: 20rem;
  transform: rotate(45deg);
  position: relative;
  left: 78%;
  z-index: -1;
}

} */
.sl_about {
  /* position: relative; */
  background-image: url(/Media/newimg/sl_about.png);
  background-size: cover;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  scroll-snap-align: start;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
}

.about_content {
  /* position: relative; */
  /* top: 15%; */
}

.about_card {
  width: 30%;
  height: 200px;
  position: absolute;
  background-color: var(--white);
  right: 20%;
  bottom: 10%;
}

.about_sec p {
  color: #3C3C3C;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.about_sec button {
  margin-top: 10px;
  color: #3C3C3C;
  background-color: var(--white);
  border-radius: 50px;
  padding: 8px 16px;
  border: 1px solid #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.about_sec button:hover {
  border-color: var(--primary);

}

.about-section-container .row {
  background-color: var(--background);
}

.sl_heading {
  color: #FFF;
  font-size:23px;
  /*font-size:26px;*/
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform:uppercase;
}

.sl_about_para {
  margin-top: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-align: justify;
  line-height: 147%;
  word-spacing: 3px;
}

.service_para {
  font-size: 20px;
  font-weight: 600;
  word-spacing: 1px;
  text-align: justify;
  margin-top: 16px;
  text-transform:capitalize;
}

/* #particle-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--background);
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
#particle1-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--background);
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
@media (min-width:1400px){
.particle-cs{
  height: 635px;
}
.particles-cs{
  height: 775px;
}
}
@media (min-width:1200px )  and (max-width:1399px){
  .particle-cs{
    height: 590px;
  }
  .particles-cs{
    height: 754px;
  }
  }
  @media (min-width:992px )  and (max-width:1199px){
    .particle-cs{
      height: 510px;
    }
    .particles-cs{
      height: 770px;
    }
    }
  @media (min-width:768px )  and (max-width:991px){
      .particle-cs{
        height: 990px;
      }
      .particles-cs{
        height: 1345px;
      }
      }
  @media (min-width:576px )  and (max-width:767px){
      .particle-cs{
        height: 900px;
      }
      .particles-cs{
        height: 1445px;
      }
      }
      @media (min-width:541px )  and  (max-width:575px){
        .particle-cs{
          height: 915px;
        }
        .particles-cs{
          height: 1430px;
        }
        }
        @media  (min-width:321px ) and (max-width:540px){
          .particle-cs{
            height: 798px;
          }
          .particles-cs{
            height: 1450px;
          }
          }
          @media  (min-width:0px )  and   (max-width:320px){
            .particle-cs{
              height: 806px;
            }
            .particles-cs{
              height: 1920px;
            }
            } */
.about-section-img {
  width: 582px;
  height: 512px;
  flex-shrink: 0;
}

.about-section-div {
  /*border: 1px solid rgba(255, 255, 255, 0.20);*/
   border: 1px solid #ffffff;
}

.sl_solutione_section {
  background-image: url(/Media/newimg/sl_industry.png);
  /* background-attachment: fixed; */
  background-size: cover;
  background-repeat: no-repeat;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  /* min-height: 100vh; */
}

/* Service section css- start     */
.sl_service {
  background-image: url(/Media/newimg/sl_service.png);
  /* background-attachment: fixed; */
  /* min-height: 100vh; */
  background-size: cover;
  background-repeat: no-repeat;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
}

.service_right_content {
  max-height: 515px;
  overflow-y: scroll;
}

.service_right_content::-webkit-scrollbar {
  width: 8px;
}

.service_right_content::-webkit-scrollbar-track {
  background-color: transparent;
}

.service_right_content::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.3);

}



/* /* Service section css- start     */
.work_process {
  background: linear-gradient(90deg, #0F1B31 1.48%, #2F8795 130.87%);
  background-size: cover;
  /* background-attachment: fixed; */
  background-repeat: no-repeat;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  /* min-height: 100vh; */
}

/* New Testimonials start -----------------------> */
.sl_testimonial {
  background-image: linear-gradient(90deg, rgba(149, 124, 173, 0.95) 16.35%, rgba(49, 35, 78, 0.95) 73.19%), url(/Media/newimg/testimonials.png);
  background-size: cover;
  background-repeat: no-repeat;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  z-index: 2;
  /* min-height: 100vh; */
}

.sl_testimonial .container {
  /* height: 50%; */
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px -1px;
  background: linear-gradient(90deg, #9981B2 0.48%, #31234E 75.75%);
  /* display: flex;
  justify-content: center;
  align-items: center; */
  padding-bottom: 25px;
}

.container .comma {
  position: relative;
  top: -20px;
  /* z-index: 999; */
  left: 10px;
}

/* New Testimonials end---------------> */
.service-section .about-section .about-section-div .row {
  background-color: #1C1C1C;
}

/* @media (min-width: 992px){ */
.portolio-section-border1 {
  margin-top: 1rem;
  border-bottom: 1px solid var(--primary);
}

.about-section-border1 {

  margin-bottom: 2rem;
  display: inline;
  border-bottom: 1px solid var(--primary);
}

/* } */
.about-section-border2 {
  border-bottom: 1px solid var(--text-light);
}


/* service section css start --------------- */


.service-section-no {
  width: 46px;
  height: 71px;
  color: rgba(255, 255, 255, 0.05);
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.service-section-icon-div {
  /* width: 100px;
  height: 100px;
  flex-shrink: 0; */
}

.service-section-icon-div img {
  width: 80px;
  height: 80px;
}

.service-section-text:hover {
  color: var(--primary);
}

.service-section-text:hover .h4-heading {
  color: var(--primary);
}


.service-section-arrow {
  width: 28.23px;
  height: 15.201px;
}

.horizontal-line {
  margin-top: 0px;
  /* height: 50%; */
  color: var(--text-light);
}

/* Ensure the horizontal lines are visible during the animation */
.horizontal-line {
	opacity: 0.3;
    margin: 0rem 0!important;
}

.collapse-para_service {
  color: var(--text-light);
  font-style: normal;
  font-size: 16px;
  font-weight: 300;
}

.h4-heading {
  color: var(--text-light);
  font-style: normal;
  font-size: 30px;
  font-weight: 300;
}

@media (min-width:394px) and (max-width:498px) {
  .service-section-text .h4-heading {
    color: var(--text-light);
    font-style: normal;
    font-size: 25px;
    font-weight: 300;
  }

  .collapse-para_service {
    color: var(--text-light);
    font-style: normal;
    font-size: 15px;
    font-weight: 300;
  }

  .service-section-no {
    width: 39px;
    height: 71px;
    color: rgba(255, 255, 255, 0.05);
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
  }

  .service-section-icon-div {
    width: 50px;
    height: 71px;
    flex-shrink: 0;
  }
}

@media (max-width:393px) {
  .service-section-text .h4-heading {
    color: var(--text-light);
    font-style: normal;
    font-size: 20px;
    font-weight: 300;
  }

  .collapse-para_service {
    color: var(--text-light);
    font-style: normal;
    font-size: 13px;
    font-weight: 300;
  }

  .service-section-no {
    width: 35px;
    height: 71px;
    color: rgba(255, 255, 255, 0.05);
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
  }

  .service-section-icon-div {
    width: 42px;
    height: 71px;
    flex-shrink: 0;
  }

  .service-section-arrow {
    width: 28.23px;
    height: 15.201px;
    margin-left: 0px !important;
  }
}

/* service section css ends ----------------- */
.grid-container {
  align-items: center;
  justify-content: center;
  display: grid;
}

.Industries-body-border1 {
  width: 150px;
  height: 150px;
  border-radius: 20px;
  border: 1px solid #444;
  background-color: #252525;
}

@media (max-width:375px) {
  .industry-flex .grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .Industries-body-border1 {
    width: 75px;
    height: 75px;
  }

  .Industries-body-border1 .service-para {
    font-size: 12px
  }

  .Industries-body-border1 .industries-body-icon-size {
    margin-bottom: 15px;
    width: 27px;
  }
}

@media(min-width:376px) and (max-width:467px) {
  .industry-flex .grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
    gap: 1rem;
  }

  .Industries-body-border1 {
    width: 75px;
    height: 75px;
  }

  .Industries-body-border1 .service-para {
    font-size: 12px
  }

  .Industries-body-border1 .industries-body-icon-size {
    margin-bottom: 15px;
    width: 27px;
  }
}

@media(min-width:468px) and (max-width:487px) {
  .industry-flex .grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(75px, 1fr));
    gap: 1rem;
  }

  /* .industry-flex .grid-container .grid-item:nth-child(1){
    margin-left: auto;
  }
  .industry-flex .grid-container .grid-item:nth-child(3){
    margin-left: auto;
  }
  .industry-flex .grid-container .grid-item:nth-child(5){
    margin-left: auto;
  }
  .industry-flex .grid-container .grid-item:nth-child(7){
    margin-left: auto;
  }
  .industry-flex .grid-container .grid-item:nth-child(9){
    margin-left: auto;
  }
  .industry-flex .grid-container .grid-item:nth-child(11){
    margin-left: auto;
  }
  .industry-flex .grid-container .grid-item:nth-child(13){
    margin-left: auto;
  } */
  .Industries-body-border1 {
    width: 75px;
    height: 75px;
  }

  .Industries-body-border1 .service-para {
    font-size: 12px
  }

  .Industries-body-border1 .industries-body-icon-size {
    margin-bottom: 15px;
    width: 27px;
  }
}

@media(min-width:488px) and (max-width:511px) {
  .industry-flex .grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    gap: 1rem;
  }

  /* .industry-flex .grid-container .grid-item:nth-child(1){
    margin-left: auto;
  }
  .industry-flex .grid-container .grid-item:nth-child(3){
    margin-left: auto;
  }
  .industry-flex .grid-container .grid-item:nth-child(5){
    margin-left: auto;
  }
  .industry-flex .grid-container .grid-item:nth-child(7){
    margin-left: auto;
  }
  .industry-flex .grid-container .grid-item:nth-child(9){
    margin-left: auto;
  }
  .industry-flex .grid-container .grid-item:nth-child(11){
    margin-left: auto;
  }
  .industry-flex .grid-container .grid-item:nth-child(13){
    margin-left: auto;
  } */
  .Industries-body-border1 {
    width: 80px;
    height: 80px;
  }

  .Industries-body-border1 .service-para {
    font-size: 12px
  }

  .Industries-body-border1 .industries-body-icon-size {
    margin-bottom: 15px;
    width: 27px;
  }
}

@media(min-width:512px) and (max-width:558px) {
  .industry-flex .grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(75px, 1fr));
    gap: 1rem;
  }

  /* .industry-flex .grid-container .grid-item:nth-child(1){
    margin-left: auto;
  }
  .industry-flex .grid-container .grid-item:nth-child(3){
    margin-left: auto;
  }
  .industry-flex .grid-container .grid-item:nth-child(5){
    margin-left: auto;
  }
  .industry-flex .grid-container .grid-item:nth-child(7){
    margin-left: auto;
  }
  .industry-flex .grid-container .grid-item:nth-child(9){
    margin-left: auto;
  }
  .industry-flex .grid-container .grid-item:nth-child(11){
    margin-left: auto;
  }
  .industry-flex .grid-container .grid-item:nth-child(13){
    margin-left: auto;
  } */
  .Industries-body-border1 {
    width: 80px;
    height: 80px;
  }

  .Industries-body-border1 .service-para {
    font-size: 12px
  }

  .Industries-body-border1 .industries-body-icon-size {
    margin-bottom: 15px;
    width: 27px;
  }
}

@media(min-width:559px) and (max-width:767px) {
  .industry-flex .grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(75px, 1fr));
    gap: 1rem;
  }

  /* .industry-flex .grid-container .grid-item:nth-child(1){
      margin-left: auto;
    }
    .industry-flex .grid-container .grid-item:nth-child(3){
      margin-left: auto;
    }
    .industry-flex .grid-container .grid-item:nth-child(5){
      margin-left: auto;
    }
    .industry-flex .grid-container .grid-item:nth-child(7){
      margin-left: auto;
    }
    .industry-flex .grid-container .grid-item:nth-child(9){
      margin-left: auto;
    }
    .industry-flex .grid-container .grid-item:nth-child(11){
      margin-left: auto;
    }
    .industry-flex .grid-container .grid-item:nth-child(13){
      margin-left: auto;
    } */
  .Industries-body-border1 {
    width: 77px;
    height: 77px;
  }

  .Industries-body-border1 .service-para {
    font-size: 12px
  }

  .Industries-body-border1 .industries-body-icon-size {
    margin-bottom: 10px;
    width: 27px;
  }
}

@media(min-width:768px) and (max-width:991px) {

  .industry-flex .grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
    gap: 1rem;
  }

  .Industries-body-border1 {
    width: 82px;
    height: 82px;
  }

  .Industries-body-border1 .service-para {
    font-size: 12px
  }

  .Industries-body-border1 .industries-body-icon-size {
    margin-bottom: 15px;
    width: 27px;
  }
}

@media(min-width:992px) and (max-width:1199px) {
  .industry-flex .grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(105px, 1fr));
    gap: 1rem;
  }

  .Industries-body-border1 {
    width: 115px;
    height: 115px;
  }

  .Industries-body-border1 .industries-body-icon-size {
    margin-bottom: 15px;
    width: 32px;
  }
}

@media(min-width:1200px) and (max-width:1399px) {
  .industry-flex .grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 1rem;
  }

  .Industries-body-border1 {
    width: 130px;
    height: 130px;
  }

  .Industries-body-border1 .industries-body-icon-size {
    margin-bottom: 15px;
    width: 35px;
  }
}

@media (min-width:1400px) {
  .industry-flex .grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 1rem;
  }

  .Industries-body-border1 {
    width: 150px !important;
    height: 150px !important;
  }


  .Industries-body-border1 .industries-body-icon-size {
    margin-bottom: 15px;
    width: 45px;
  }
}

.Industries-body-border1:hover {

  border: 1px solid var(--primary);
}

.Industries-body-border1:hover .service-para {
  color: var(--primary);
}

.industries-body-icon-size {
  margin-bottom: 10px;
  width: 50px;
  object-fit: contain;
}




.text-lite {
  color: var(--text-light) !important;
}

.text-primary {
  color: var(--primary) !important;
}



/* techStack Section start */
.scrollable_div_techstack {
  max-height: 400px;
  overflow-y: auto;
  /* Enable vertical scrolling */
  /* padding: 10px;  */
  scroll-behavior: smooth;
}

/* @media (min-width:768px) and (max-width:991px){
    .scrollable_div_techstack .col-md-4 {
    flex: 0 0 auto;
    width: 21.333333%;
}
  } */
/* @media (min-width:992px) and (max-width:1199px){
    .scrollable_div_techstack .col-lg-4 {
    flex: 0 0 auto;
    width: 33.333333%
}
  } */

@media (min-width:992px) {
  .paddingindus {
    padding: 27px !important;
  }
}

@media(min-width:768px) and (max-width:991px) {
  .paddingindus {
    padding: 29px !important;
  }
}

@media (min-width:576px) and (max-width:767px) {
  .paddingtech {
    padding: 14px !important;
  }

  .paddingindus {
    padding: 29px !important;
  }

  .scrollable_div_techstack p {
    font-size: 14px;
  }

  /* .tech-stack-left{
      padding: 10px !important;
    }
    .tech-stack-left .tech-stack-para{
      padding: 16px !important;
    }
    .tech-stack-left .tech-stack-heading {
      padding: 16px !important;
    } */
}

@media (min-width:475px) and (max-width:575px) {
  .scrollable_div_techstack .col-6 {
    flex: 0 0 auto;
    width: 33.333333%;
  }

  .tech-stack-logo {
    border-radius: 12px;
    border: 1px solid #444;
    background: #252525;
    height: 100px;
    width: 100%;
    /* margin-bottom: 30px; */

  }

  .scrollable_div_techstack p {
    font-size: 15px;
  }

  /* .scrollable_div_techstack img{
      height: 57px;
      width: 100%;
    } */
}

@media (min-width:425px) and (max-width:474px) {
  .scrollable_div_techstack .col-6 {
    flex: 0 0 auto;
    width: 33.333333%;
  }

  .tech-stack-logo {
    border-radius: 12px;
    border: 1px solid #444;
    background: #252525;
    height: 50px;
    width: 100%;

  }

  .scrollable_div_techstack p {
    font-size: 15px;
  }

  .scrollable_div_techstack img {
    height: 60px;
    width: 100%;
  }

  .tech-stack-left {
    padding: 0px !important;
  }

  .tech-stack-left .tech-stack-para {
    padding: 10px !important;
  }

  .tech-stack-left .tech-stack-heading {
    padding: 10px !important;
  }
}

@media (min-width:0px) and (max-width:424px) {
  .techheading {
    font-size: 29px !important;
  }

  .tech-stack-logo {
    border-radius: 12px;
    border: 1px solid #444;
    background: #252525;
    height: 50px;
    width: 100%;

  }

  .tech-stack-left {
    padding: 0px !important;
  }

  .tech-stack-left .tech-stack-para {
    padding: 10px !important;
  }

  .tech-stack-left .tech-stack-heading {
    padding: 10px !important;
  }

  .scrollable_div_techstack {
    padding: 10px !important;
    ;
  }

  .scrollable_div_techstack p {
    font-size: 14px;
  }

  .scrollable_div_techstack img {
    height: 60px;
    width: 100%;
  }
}

.scrollable_div_techstack img {
  object-fit: contain;
}

.scrollable_div_techstack::-webkit-scrollbar {
  width: 3px;
}


.scrollable_div_techstack::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  /* Color of the thumb */
  border-radius: 2px;
  /* Round the corners of the thumb */
}

.scrollable_div_techstack::-webkit-scrollbar-track {

  background-color: var(--bg-dark);
  /* Color of the track */
}

/* Hide the scrollbar when not hovered */
.scrollable_div_techstack::-webkit-scrollbar-thumb:hover {
  background-color: #aaaaaa;
}

.scrollable_div_techstack .row {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
}

.teckStack_section {
  position: relative;
  background-position: top right, bottom left;
  background-size: 600px 400px, 450px 450px;
  background-repeat: no-repeat no-repeat;
  /* background-attachment: fixed; */
}

#particles-js {
  position: absolute;
  width: 100%;
  /* background-color: var(--background); */
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}


.canvas {
  display: block;
  /* vertical-align: bottom; */
}

.head_line {
  color: rgba(255, 255, 255, 0.08);
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

@media (min-width:768px) and (max-width:991px) {
  .head_line {
    color: rgba(255, 255, 255, 0.08);
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
  }

}

.tech-stack-left {
  /*background: #1C1C1C;*/
  background: #fff;
  box-shadow: rgb(0 0 0 / 12%) 0px 1px 4px;
  border-radius: 2px;
  
}

.tech-stack-box {
  /*border: 1px solid rgba(255, 255, 255, 0.20);*/
    border: 1px solid #FFF;
  
}

.tech-stack-logo {
  border-radius: 12px;
  border: 1px solid #444;
  background: #252525;
  height: 100px;
  width: 100%;
  /* margin-bottom: 30px; */

}

.tech-stack-logo:hover {
  border-color: var(--primary);
}

.tech-stack-logo:hover p {
  color: var(--primary);
}

.tech-stack-heading {
  font-size: 28px;
  font-weight: 500;
}

.tech-stack-para {
  font-size: 16px;
}

.tech-stack-border {
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(to right, var(--primary) 60%, rgba(255, 255, 255, 0.20) 40%);
  border-image-slice: 1;



}

.tech-stack-border1 {
  display: inline-block;
  border-bottom: 1px solid var(--primary);
}

/* #particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #b61924;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
} */

/* techStack Section end */

/* Portfolio start */
.portfolio-logo h1 {
  /* color: var(--white); */
  /* font-size: 40px; */
  /* font-weight: 400; */
}

.portfoflio_logo_img img {
  width: auto;
}
.portfoflio_logo_img{
	padding:10px 0px;
}

.portfolio-logo p {
  color: var(--white);
  font-size: 20px;
  font-weight: 400;
}

.portfolio-para {
  color: #D3D3D3;
  font-size: 17px;
  font-weight: 300;

}

.pb-btn {
    /* width: 139px; */
    height: 38px;
    border-radius: 200px;
    border: 1px solid #C4262E;
    background: #C4262E;
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    padding: 0px 13px;

}
.portfolio_pages_wrapper{
  padding: 0px 0px 40px;
}

@media (min-width:1400px) {
  .portfolio-logo p {
    color: var(--white);
    font-size: 30px;
    font-weight: 400;
  }

  .portfolio-para {
    color: #D3D3D3;
    font-size: 20px;
    font-weight: 300;

  }
}

@media (min-width:768px) and (max-width:991px) {
  .portfolio-logo h1 {
    color: var(--white);
    font-size: 35px;
    font-weight: 400;
  }

  .portfolio-logo p {
    color: var(--white);
    font-size: 20px !important;
    font-weight: 400;
  }

  .portfolio-para {
    color: #D3D3D3;
    font-size: 14px;
    font-weight: 300;
  }

  .pb-btn {
    /* width: 120px; */
    /* height: 33px; */
    border-radius: 200px;
    border: 1px solid #C4262E;
    background: #C4262E;
    color: var(--white);
    font-size: 15px;
    font-weight: 400;
  }

  .portfolio_section_start .scrollable_div {
    max-height: 400px;
    overflow-y: scroll;
    scroll-behavior: smooth;
  }
}

@media (min-width:992px) and (max-width:1399px) {
  .portfolio_section_start .scrollable_div {
    max-height: 425px;
    overflow-y: auto;
    scroll-behavior: smooth;
  }
}

/* portofolio scrolling --------------------- */


.scrollable_div_portfolio {
  max-height: 490px;
  overflow-y: auto;
  /* Enable vertical scrolling */
  padding: 10px;
  scroll-behavior: smooth;
}

.scrollable_div_portfolio img {
  object-fit: contain;
}

.scrollable_div_portfolio::-webkit-scrollbar {
  display: none;
}


/* portolio scroll end --------------- */





/* Testimonial start */
.testimonial-image {
  height: 150px;
  width: 150px;
  border-radius:100px;
  /* margin-right: 30px; */
     margin-left: -110px;
    border: 3px solid #f1f1f1;
}


.slider-test {
  border: 1px solid rgba(255, 255, 255, 0.20);
  background-color: #1C1C1C;
}

.carousel-control-next {
  top: -40px;
  bottom: unset;
  justify-content: end;
  right: 0;
  width: 5%;
}
.prev_btn svg{
	width: 20px;
}
.next_btn svg{
	width: 20px;
}


.carousel-control-prev {
  position: absolute;
  top: -40px;
  bottom: unset;
  justify-content: end;
  left: 90%;
  /* z-index: 999; */
  width: 5%;

}

.testimonial-head {
  font-size: 24px;
  font-weight: 400;
  font-family: "Khand", sans-serif;
}

.inverted-top {
  position: relative;
  left: 15%;
  top: 20px;
  /* z-index: 99; */
  width: 45px;
}

.inverted-bottom {
  position: relative;
  left: 79%;
  bottom: 19px;
  /*z-index: 99;*/
  width: 45px;
}
.about_section_testmonial{
  
}
.get-in-touch {
  width: 100%;
  /* height: 20vh; */
  padding-top: 15px;
  color: var(--white);
  background-color: #C4262EF2;
  background-image: radial-gradient(circle at 19% 90%, rgba(190, 190, 190,0.04) 0%, rgba(190, 190, 190,0.04) 17%,transparent 17%, transparent 100%),radial-gradient(circle at 73% 2%, rgba(78, 78, 78,0.04) 0%, rgba(78, 78, 78,0.04) 94%,transparent 94%, transparent 100%),radial-gradient(circle at 45% 2%, rgba(18, 18, 18,0.04) 0%, rgba(18, 18, 18,0.04) 55%,transparent 55%, transparent 100%),radial-gradient(circle at 76% 60%, rgba(110, 110, 110,0.04) 0%, rgba(110, 110, 110,0.04) 34%,transparent 34%, transparent 100%),radial-gradient(circle at 68% 56%, rgba(246, 246, 246,0.04) 0%, rgba(246, 246, 246,0.04) 16%,transparent 16%, transparent 100%),radial-gradient(circle at 71% 42%, rgba(156, 156, 156,0.04) 0%, rgba(156, 156, 156,0.04) 47%,transparent 47%, transparent 100%),radial-gradient(circle at 46% 82%, rgba(247, 247, 247,0.04) 0%, rgba(247, 247, 247,0.04) 39%,transparent 39%, transparent 100%),radial-gradient(circle at 50% 47%, rgba(209, 209, 209,0.04) 0%, rgba(209, 209, 209,0.04) 45%,transparent 45%, transparent 100%),linear-gradient(90deg, #C4262EF2,#C4262EF2);
}

.get-in-touch h1 {
  font-size: 26px;
  font-weight: 500;

}

.get-in-touch p {
  font-size: 18px;
  font-weight: 400;
}

.get-btn {
  padding: 7px 22px;
  border-radius: 200px;
  background: var(--white);
  color: #C4262E;
  font-size: 16px;
  font-weight: 600;
  border: none;
  float: right;
  box-shadow: rgb(99 99 99 / 39%) 0px 2px 8px 0px;

}

.about_testmonial_section{
  background-image: url(/Media/newimg/abouttextmonial.png); 
  /* background-attachment: fixed; */
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10px 0px;
 /* background: #2b2929;*/
}
.aboutimg1{
  /* border: 3px solid #e9ecef; */
}

.bg2client{
  background: #4b4b4b;
}
.bg1client{
  background: #838383;
}
.ourmision_section{
  background-image: url(/Media/newimg/9feb22_04-02.png);
  /* background-attachment: fixed; */
  background-size: contain;
  background-repeat: repeat;
}
.ourmision_section_overlay{
  background-color:#3b3b3bed;
  padding:60px 0px;
}
/* Testimonial end*/
.image-background1 {
  /* background-image: url(/Media/laravel.png); */
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(/Media/laravel.png);
  /* background-attachment: fixed; */
  background-size: cover;
  background-repeat: no-repeat;
  height: 390px;
}
.image-background2{
  /* background-image: url(/Media/laravel.png); */
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(/Media/point1.png);
  /* background-attachment: fixed; */
  background-size: cover;
  background-repeat: no-repeat;
  height: 390px;
}


.services_innrbox_wrapper{
  padding: 30px 0px;

}
/* Ashutosh Footer start */
.footer_section {
  background: linear-gradient(2deg, #0A1420 59.64%, #205668 182.45%);
  /* min-height: 100vh; */
  /* position: relative; */
  /* display: flex; */
  /* flex-direction: column; */
  /* justify-content: end; */
  /* align-items: end; */
  
}

.footer_section .container {
  /* padding: 45px 0px 0px; */
  /* min-height: 100vh; */
}
/* .footer_section-specing_top {
  padding: 45px 0px 0px;
} */

.ashu-footer h5 {
  color: var(--white);
  font-size:16px;
  font-weight: 400;
  line-height: 170%;
  /* 37.4px */
  text-transform: uppercase;
  /* text-align: center; */
}
.footer_text{
  font-size: 13px;
  font-weight: 500;
} 
.footer_text_box {
  margin-top: 15px;
  margin-bottom: 15px;
}

.ashu-footer h5::after {
  content: '';
  position: relative;
  display: block;
  height: 1.2px;
  width: 80px;
  top: 3px;
  left: 0px;
  background-color: var(--primary);

}

.linktags {
  height:270px;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
}

.linktags::-webkit-scrollbar {
  display: none;
}

.linktags a {
  color: var(--text-light);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  text-transform: capitalize;
  padding-bottom: 10px;
}

.linktags a:hover {
  color: var(--primary);
}

.contact {
  width: 75%;
  border: 1px solid #2C2C2C;
  z-index: 1;
}
.contact_mainwrapper_section{
padding: 40px 0px;
position: relative;
}
.image-background_contact{
  position: absolute;
    bottom: -142px;
    left: -178px;
    z-index: -1;
    right: 0px;  
}
.image-background_contact img{
  width: 445px;
display:none;
}
.image-background_contact2{
  position: absolute;
  z-index: -1;
  right: -220px;

}
.image-background_contact2 img{
  width: 445px;
  display:none;
}



.contactaddress_fix_box{
  height: 105px;
}
.contact_address_wrapper_box{
  border-radius: 2px;
}
.contactbox_image{
  border: 1px solid rgb(157 157 157 / 70%);
  border-radius: 3px;
}
@media only screen and (max-width: 600px) {
  .contact {
    width: 90%;
    margin: auto;
  }

  .ashu-footer {
    padding: 16px; 
  }

  .linktags a {
    font-size: 16px;
  }

}

.FooterIcons {
  height: 30px;
  position: absolute;
  transform: translate(-15px, 23px);
}

.ratingImg {
  max-width: 150px;
  object-fit: cover;
}

.base_footer {
  width: 100%;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
}



/* Ashutosh Footer end*/






/* Responsive start */

@media only screen and (max-width: 991.5px) {
  .testimonial-image {
    margin-left: 0px;
    margin: auto;
  }
}

@media only screen and (max-width: 580px) {
  .carousel-control-next {
    position: absolute;
    right: 50px;

  }

  .carousel-control-prev,
  .carousel-control-next {
    position: absolute;
    top: 20px !important;
  }

  .carousel-control-prev {
    position: absolute;
    left: 70% !important;
  }
}

/* Responsive end */

.about-bg-image {
  background-image: url(/Media/Group\ 264.png);
  background-size: cover;
  height: 235px;
  background-repeat: no-repeat;
}

.about-div-backcolor {
  /* background-color:#514f4f; */
    background: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
}
.client_happyness_section{
  padding:60px 0px;
}

.about-page-section-3 {
  border: 1px solid transparent;
  background-image: linear-gradient(to right, rgba(215, 215, 215, 1) 65%, rgba(196, 38, 46, 1) 65%), linear-gradient(to bottom, rgba(196, 38, 46, 1) 65%, rgba(215, 215, 215, 1) 65%), linear-gradient(to left, rgba(215, 215, 215, 1) 65%, rgba(196, 38, 46, 1) 65%), linear-gradient(to bottom, rgba(215, 215, 215, 1) 35%, rgba(196, 38, 46, 1) 35%);
  background-origin: border-box;
  background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
  background-position: top left, top right, bottom right, bottom left;
  background-repeat: no-repeat;
}

.about-page-section-3-img1 {
  position: absolute;
  left: 39%;
  width: 6%;
  margin-top: -40px;
}

.para-position {
  padding-top: 8px;
  position: relative;
  /* z-index: -1; */

}

@media (min-width:768px) {
  .para-position {
    padding: 8px;
    position: relative;
    /* z-index: -1; */

  }
}

.about-page-section-3-img2 {
  position: absolute;
  right: 13%;
  width: 6%;
  margin-top: -40px;

}

.about-img-5thsection {
  width: auto;
  height: 180px;
  object-fit: cover;
}

@media (min-width:768px) and (max-width:991px) {
  .about-img-5thsection {
    object-fit: cover;
    width: auto;
    height: 130px;
  }
}

.box-size {
  width: 250px;
  height: 150px;
  /* background-color: #171717; */
  /* background-color: #393939; */
  border: 0.1px;

}

@media(min-width:1400px) {
  .about-page-section-3-img1 {
    position: absolute;
    left: 39%;
    width: 38vh;
    margin-top: -40px;
  }

  .para-position {
    padding: 8px;
    position: relative;
  

  }

  .about-page-section-3-img2 {
    position: absolute;
    right: 13%;
    width: 6%;
    margin-top: -40px;

  }
}

.services-bg-image {
  background-image: url(/Media/ourservicepage-img.png);
  background-size: cover;
  height: 200px;
  background-repeat: no-repeat;
}

@media(min-width:1200px) {
  .services-bg-image {
    background-image: url(/Media/ourservicepage-img.png);
    background-size: cover;
    height: 200px;
    background-repeat: no-repeat;
  }

}

@media (min-width:992px) and (max-width:1199px) {
  .services-bg-image {
    background-image: url(/Media/ourservicepage-img.png);
    background-size: cover;
    height: 200px;
    background-repeat: no-repeat;
  }

}

@media (min-width:768px) and (max-width:991px) {
  .services-bg-image {
    background-image: url(/Media/ourservicepage-img.png);
    background-size: cover;
    height: 200px;
    background-repeat: no-repeat;
  }

}

@media (min-width:576px) and (max-width:767px) {
  .services-bg-image {
    background-image: url(/Media/ourservicepage-img.png);
    background-size: cover;
    /* height: 164px; */
    background-repeat: no-repeat;
  }

}

@media (min-width:310px) and (max-width:575px) {
  .services-bg-image {
    background-image: url(/Media/ourservicepage-img.png);
    background-size: cover;
    /* height: 80px; */
    background-repeat: no-repeat;
  }
}

.service-div-backcolor {
  background-color: #1C1C1C;
  background:#fff;
}
.icon{
  /*margin-top: 14px;*/
}

.service-pg-img {
  object-fit: cover;
}

.service-web-img {
  object-fit: cover;
}

.service-page-para {
  color: var(--text-light);
  font-size: 14px;
  font-weight: 300;
  margin-top: 0px;
  line-height: 18px;
}

.scrollable_servicepage {
  max-height: 314px;
  overflow-y: auto;
  /* padding: 10px; */
  scroll-behavior: smooth;
}

.scrollable_servicepage img {
  object-fit: contain;
}

.scrollable_servicepage::-webkit-scrollbar {
  width: 3px;
}


.scrollable_servicepage::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  /* Color of the thumb */
  border-radius: 2px;
  /* Round the corners of the thumb */
}

.scrollable_servicepage::-webkit-scrollbar-track {

  background-color: var(--bg-dark);
  /* Color of the track */
}

/* Hide the scrollbar when not hovered */
.scrollable_servicepage::-webkit-scrollbar-thumb:hover {
  background-color: #aaaaaa;
}


/* Contact Us---------------------------*/

.image-background {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("/Media/Rectangle 1266.png");
  background-size: cover;
  height: 235px;
  background-repeat: no-repeat;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 1rem;
}

@media(min-width:1200px) {
  .image-background {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("/Media/Rectangle 1266.png");
    background-size: cover;
    height: 235px;
    background-repeat: no-repeat;
  }

  .padding {
    padding: 10px 10px;
  }

}

@media (min-width:992px) and (max-width:1199px) {
  .image-background {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("/Media/Rectangle 1266.png");
    background-size: cover;
    height: 200px;
    background-repeat: no-repeat;
  }

  .grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1rem;
  }

  .text-lite {
    font-size: 13px;
  }
  .get-in-touch p {
    font-size: 16px;
    font-weight: 400;
}
}

@media (min-width:768px) and (max-width:991px) {
  .image-background {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("/Media/Rectangle 1266.png");
    background-size: cover;
    height: 200px;
    background-repeat: no-repeat;
  }

  .get-in-touch h1 {
    font-size: 22px;
    font-weight: 500;
  }
  

  .get-in-touch p {
    font-size: 14px;
    font-weight: 400;
  }

  .get-btn {
    padding: 7px 22px;
    border-radius: 200px;
    background: var(--white);
    color: #C4262E;
    font-size: 16px;
    font-weight: 600;
    border: none;
    float: right;
    box-shadow: rgb(99 99 99 / 39%) 0px 2px 8px 0px;
  }
}

@media (min-width:576px) and (max-width:767px) {

  .about_get {
    text-align: center;
}
  .image-background {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("/Media/Rectangle 1266.png");
    background-size: cover;
    /* height: 164px; */
    background-repeat: no-repeat;
  }

  .get-btn {
      padding: 7px 22px;
      border-radius: 200px;
      background: var(--white);
      color: #C4262E;
      font-size: 16px;
      font-weight: 600;
      border: none;
      float: unset;
      box-shadow: rgb(99 99 99 / 39%) 0px 2px 8px 0px;
  }

  .get-in-touch h1 {
    font-size: 24px;
    font-weight: 500;
  }

  .get-in-touch p {
    font-size: 15px;
    font-weight: 400;
  }
}

@media (min-width:310px) and (max-width:575px) {
  .image-background {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("/Media/Rectangle 1266.png");
    background-size: cover;
    /* height: 70px; */
    background-repeat: no-repeat;
  }
  .grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 1rem;
  }
  .text-white {
    font-size:20px;
  }
  .get-btn {
    border-radius: 200px;
    background: var(--white);
    color: #C4262E;
    font-size: 15px;
    font-weight: 500;
    border: none;
    float: unset;
    box-shadow: rgb(99 99 99 / 39%) 0px 2px 8px 0px;
  }
  .about_get{
    text-align: center;
  }
  .get-in-touch h1 {
    font-size: 20px;
    font-weight: 500;
  }

  .get-in-touch p {
    font-size: 12px;
    font-weight: 400;
  }
}


@media screen and (min-width:1024px) {
  .padding {
    padding: 10px 10px;
  }
}

@media screen and (max-width:1024px) {
  .padding {
    padding: 0px 9px;
  }
}


.form-control {
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #444;
}

.form-control:focus {
  background-color: transparent;
  color: white;
}

.required {
  background-color: transparent;
  margin-left: 1px;
  font-size: smaller;
  color: red;
}

.contact-us-img {
  filter: brightness(0.6);
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.google_map {
  width: 100%;
}



/* our service page part2 start----- */
.image-background-services {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../Media/Rectangle 1266.png");
  background-size: cover;
  height: 200px;
  background-repeat: no-repeat;
}

@media(min-width:1200px) {
  .image-background-services {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../Media/Rectangle 1266.png");
    background-size: cover;
    height: 290px;
    background-repeat: no-repeat;
  }

}

@media (min-width:992px) and (max-width:1199px) {
  .image-background-services {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../Media/Rectangle 1266.png");
    background-size: cover;
    height: 213px;
    background-repeat: no-repeat;
  }

}

@media (min-width:768px) and (max-width:991px) {
  .image-background-services {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../Media/Rectangle 1266.png");
    background-size: cover;
    height: 211px;
    background-repeat: no-repeat;
  }


}

@media (min-width:576px) and (max-width:767px) {
  .image-background-services {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../Media/Rectangle 1266.png");
    background-size: cover;
    height: 164px;
    background-repeat: no-repeat;
  }

}

@media (min-width:310px) and (max-width:575px) {
  .image-background-services {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../Media/Rectangle 1266.png");
    background-size: cover;
    /* height: 123px; */
    height: 70px;
    background-repeat: no-repeat;
  }
}

.img-class1 {
  padding-top: 6%;
}

.img-class {
  margin-top: -3%;
}

.new1 {
  color: #FFF;
  font-size: 26px;
  font-weight: 400;
}

.img-class2 {
  padding-top: 1%;
}

.image-background3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../Media/Rectangle 141.png");
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
  height: 495px;
  max-width: 100%;

}

.service-body-border3 {
  margin: 4px;
  padding: 0px;
  width: 115px;
  height: 115px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  white-space: nowrap;

  border: 1px solid #444;
  background-color: #252525;
}

.service-body-border3:hover {

  border: 1px solid var(--primary);
}













@media only screen and (min-width:1000px) {
  /* .img-class2 {
    padding-left: 95px;
  } */
}

@media only screen and (max-width: 768px) {
  .contact-sub {
    flex-direction: column;
  }

  .contact-sub1 {
    flex-direction: column;
  }
}

@media only screen and (min-width:1100px) {
  .heading-s {
    margin-top: -12%;
  }
}

@media only screen and (min-width:1200px) {
  .sheading {
    margin-top: -10%;
  }
}

@media only screen and (min-width:321px) {

  .sheading,
  .heading-s {
    white-space: nowrap;
  }
}




/* .portfolio Scroll ----------------> */
.sl_portfolio:hover #body {
  overflow: hidden;
}

.skw-pages {
  overflow: hidden;
  position: relative;
  height: 76vh;
}

.skw-page {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.skw-page__half {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100vh;
  transition: transform 1s;
}

.skw-page__half--left {
  left: 0;
  transform: translate3d(-32.4vh, 100%, 0);
}

.skw-page__half--right {
  left: 50%;
  transform: translate3d(32.4vh, -100%, 0);
}

.skw-page.active .skw-page__half {
  transform: translate3d(0, 0, 0);
}

.skw-page__skewed {
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 140%;
  height: 100%;
  transform: skewX(-0deg);
  background: #000;
}

.skw-page__half--left .skw-page__skewed {
  left: -40%;
}

.skw-page__half--right .skw-page__skewed {
  right: -40%;
}

.skw-page__content {
  display: flex;
  /* align-items: center;
  justify-content: center; */
  flex-flow: column wrap;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px 10px;
  color: #fff;
  transform: skewX(0deg);
  transition: transform 1s, opacity 1s;
  background-size: cover;
}

.skw-page__half--left .skw-page__content {
  transform-origin: 100% 0;
}

.skw-page__half--right .skw-page__content {
  transform-origin: 0 100%;
}

.skw-page.inactive .skw-page__content {
  opacity: 0.5;
  transform: skewX(0deg) scale(0.95);
}

.skw-page__heading {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 25px;
  text-align: center;
}

.skw-page__description {
  font-size: 18px;
  text-align: center;
}

.po_para {
  line-height: 30px;
  text-align: left;
}

.skw-page__link {
  color: #ffa0a0;
}

.skw-page-1 .skw-page__half--left .skw-page__content {
  background-image: url("../Media/Group\ 259.png");
  object-fit: contain;
}

.skw-page-1 .skw-page__half--right .skw-page__content {
  background: #292929;
}

.skw-page-2 .skw-page__half--left .skw-page__content {

  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/slider-2.jpg");
}

.skw-page-2 .skw-page__half--right .skw-page__content {
  background: #292929;
}

.skw-page-3 .skw-page__half--left .skw-page__content {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/mousover-img-2.jpg");
}

.skw-page-3 .skw-page__half--right .skw-page__content {
  background: #292929;
}

.skw-page-4 .skw-page__half--left .skw-page__content {

  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/sections-3.jpg");
}

.skw-page-4 .skw-page__half--right .skw-page__content {
  background: #292929;
}

.skw-page-5 .skw-page__half--left .skw-page__content {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/img-test.jpg");
}

.skw-page-5 .skw-page__half--right .skw-page__content {
  background: #292929;
}

.text-justify {
  text-align: justify;
}

@media(min-width:992px) and (max-width:1199px) {
  .icon svg {
    height: 45px;
  }
  .content {
    font-size: 17px;
  }
  .service-page-para {
    margin-bottom: 0px;
    font-size: 13px;
  }
  .headingaboutus {
    font-size: 30px !important
  }
  .aboutimg1 {
    /* border: 3px solid #e9ecef; */
    height: 415px;
}
}

@media(min-width:768px) and (max-width:991px) {
  .about-bg-image {
    background-image: url(/Media/Group\ 264.png);
    background-size: cover;
    height: 165px;
    background-repeat: no-repeat;
  }

  .headingaboutus0 {
    font-size: 33px !important;
  }

  .headingaboutus {
    font-size: 24px !important
  }

  .aboutimg1 {
    height: 547px !important;
}


  .aboutimg2 {
    height: 450px;
    object-fit: contain;
  }
}

@media(min-width:576px) and (max-width:767px) {
  .address_box {
    padding: 10px 30px!important;
  }
  .about-bg-image {
    background-image: url(/Media/Group\ 264.png);
    background-size: cover;
    /* height: 133px; */
    background-repeat: no-repeat;
  }

  .headingaboutus {
    font-size: 30px !important
  }

  .headingaboutus0 {
    font-size: 34px !important
  }

  .about-img-5thsection {
    object-fit: cover;
    width: auto;
    height: 130px;
  }
}

@media(min-width:320px) and (max-width:575px) {
  .sl_portfolios_content_box {
    padding-top: 20px!important;
}
  .testmonial_mobilecontent{
    font-size: 14px;
  }
  .testimonial-image {
    height: 115px;
    width: 115px;
    border-radius: 55px;
    /* margin-right: 30px; */
    /* margin-left: -90px; */
}
  .paddingabout {
    padding-bottom: 3rem;
  }

  .about-bg-image {
    background-image: url(/Media/Group\ 264.png);
    background-size: cover;
    /* height: 70px; */
    background-repeat: no-repeat;
  }

  .headingaboutus {
    font-size: 19px !important
  }

  .headingaboutus0 {
    font-size: 26px !important
  }

  .about-img-5thsection {
    object-fit: cover;
    width: auto;
    height: 130px;
  }
}


/* career page Css start */
.click_path {
  position: absolute;
  top: 20px;
  right: 0;
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 19% 51%, 0 0);
  width: 130px;
  height: 30px;
  background-color: var(--primary);
}

.click_path>p {
  padding-top: 3px;
  padding-left: 16px;
}

.career_post {
  border: 1px solid #404040;
  background: #1C1C1C;

}

.career_post:hover {
  border-color: var(--primary);
}

.career_post:hover .apply_btn {
  border-color: var(--primary);
  background: var(--primary);
}

.designation {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 114%;
  text-transform: capitalize;
}

.career_para {
  color: var(--text-light);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 144%;
  /* text-align: justify; */
  /* text-transform: capitalize;*/
}

.tech_badges {
  border-radius: 3px;
  text-align: center;
  padding: 4px 16px 3px 16px;
  border: 0.65px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.05);
  color: var(--text-light);
  font-size: 15px;
  font-weight: 300;
  line-height: 123%;
  text-transform: capitalize;
}
.career_section_wrapper{
  padding: 50px 0px;
}

.apply_btn {
  color: var(--text-light);
  border-radius: 4px;
  padding: 4px 16px 3px 16px;
  border: 1px solid var(--primary);
  background: var(--background);
  font-family: Khand;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  transition: all .5s ease
}

select.form-select {
  background-color: transparent;
  color: var(--text-light);
  /* Set the text color for better visibility */
}

/* Style to change the background color of the options */
select.form-select option:hover {
  background-color: red;
  /* Change to your desired hover color */
}

/* Privacy-policy start section  */
.section-header {
  margin: 0;
  text-align: center;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 40px;
}

.section-header:before {
  content: "";
  width: 150px;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #777;
}

.section-header:after {
  content: "";
  width: 50px;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: var(--primary);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
}

.dot-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.dot-list-ordered {
  counter-reset: list-counter;
  display: block;
}

.dot-list-ordered .dot-list-item {
  background-image: linear-gradient(180deg, #ddd 0%, #ddd 100%);
  background-repeat: no-repeat;
  background-size: 2px 100%;
  background-position: 1rem center;
  display: block;
  min-height: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 3rem;
  position: relative;
}

.dot-list-ordered .dot-list-item::before {
  background: var(--primary);
  background-repeat: no-repeat;
  background-size: 2rem 20rem;
  border-radius: 50%;
  color: white;
  content: counter(list-counter);
  counter-increment: list-counter;
  display: block;
  height: 2rem;
  left: 0;
  line-height: 2;
  position: absolute;
  text-align: center;
  width: 2rem;
}

/* Privacy-policy end section  */

/* our service page part2 start----- */
.image-background-services {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../Media/Rectangle 1266.png");
  background-size: cover;
  height: 200px;
  background-repeat: no-repeat;
}

@media(min-width:1200px) {
  .image-background-services {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../Media/Rectangle 1266.png");
    background-size: cover;
    height: 290px;
    background-repeat: no-repeat;
  }

}

@media (min-width:992px) and (max-width:1199px) {
  .image-background-services {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../Media/Rectangle 1266.png");
    background-size: cover;
    height: 213px;
    background-repeat: no-repeat;
  }

}

@media (min-width:768px) and (max-width:991px) {
  .image-background-services {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../Media/Rectangle 1266.png");
    background-size: cover;
    height: 211px;
    background-repeat: no-repeat;
  }

}

@media (min-width:576px) and (max-width:767px) {
  .image-background-services {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../Media/Rectangle 1266.png");
    background-size: cover;
    height: 164px;
    background-repeat: no-repeat;
  }

}

@media (min-width:310px) and (max-width:575px) {
  .image-background-services {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../Media/Rectangle 1266.png");
    background-size: cover;
    /* height: 123px; */
    height: 70px;
    background-repeat: no-repeat;
  }
}

.image-background-portfolio {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../Media/Rectangle 126.png");
  background-size: cover;
  height: 200px;
  background-repeat: no-repeat;
}

@media(min-width:1200px) {
  .image-background-portfolio {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../Media/Rectangle 126.png");
    background-size: cover;
    height: 236px;
    background-repeat: no-repeat;
  }

}

@media (min-width:992px) and (max-width:1199px) {
  .image-background-portfolio {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../Media/Rectangle 126.png");
    background-size: cover;
    height: 213px;
    background-repeat: no-repeat;
  }

}

@media (min-width:768px) and (max-width:991px) {
  .image-background-portolio {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../Media/Rectangle 126.png");
    background-size: cover;
    height: 211px;
    background-repeat: no-repeat;
  }
  .box {
    margin-left: -40px;
    margin-bottom: 33px;
}

}

@media (min-width:576px) and (max-width:767px) {
  .image-background-portfolio {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../Media/Rectangle 126.png");
    background-size: cover;
    /* height: 164px; */
    background-repeat: no-repeat;
  }

}

@media (min-width:310px) and (max-width:575px) {
  .image-background-portfolio {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../Media/Rectangle 126.png");
    background-size: cover;
    /* height: 123px; */
    /* height: 70px; */
    background-repeat: no-repeat;
  }
}

.img-class1 {
  padding-top: 6%;
}

.img-class {
  margin-top: -3%;
}

.new1 {
  color: #FFF;
  font-size: 22px;
  font-weight: 400;
}

.img-class2 {
  padding-top: 1%;
}

.image-background3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../Media/Rectangle 141.png");
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
  height: 495px;
  max-width: 100%;

}
.services_inner_developent_box{
  margin:50px 0px;
}

.service-body-border3 {
  margin: 4px;
  padding: 0px;
  width: 115px;
  height: 115px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  white-space: nowrap;

  border: 1px solid #444;
  background-color: #252525;
}

.service-body-border3:hover {

  border: 1px solid var(--primary);
}













@media only screen and (min-width:1000px) {
  /* .img-class2 {
    padding-left: 95px;
  } */
}

@media only screen and (max-width: 768px) {
  .contact-sub {
    flex-direction: column;
  }

  .contact-sub1 {
    flex-direction: column;
  }
}

@media only screen and (min-width:1100px) {
  .heading-s {
    margin-top: -12%;
  }
}

@media only screen and (min-width:1200px) {
  .sheading {
    margin-top: -10%;
  }
}

@media only screen and (min-width:318px) {

  .sheading,
  .heading-s {
    white-space: nowrap;
  }
}

@media only screen and (max-width:418px) {

  .fontchange {
    font-size: 18px !important;
    margin-left: -6% !important;
  }
}

/* SERVICE PAGE 2  ENDS */


/* PORTFOLIO PAGE STARTS */
.pb-btn-portfolio {
  width: auto;
  height: 12px;
  border-radius: 100px;
  border: none;
  background: #3E3E3E;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  opacity: 0.7;
  margin: 0 26px 12px 0;
}

.padding_add {
  padding: 12px;
}

.selected {
  background: red;
  opacity: 1;
}

.img3_padding {
  padding-left: 7%;
}

.add_padding {
  padding-right: 6%;
}

.margin2 {
  margin-left: 16%;
}

.margin1 {
  margin-left: -18%;
}

@media only screen and (max-width:366px) {
  .logos_size {
    width: 50%;
  }

  .tech-stack-border_laravel {
    border-image: linear-gradient(to right, var(--primary) 40%, rgba(255, 255, 255, 0.20) 40%);
  }

}

@media only screen and (max-width:321px) {
  .service-body-border3 {
    height: 100px;
    width: 100px;
    padding: 8px;
  }
}

@media (min-width: 310px) and (max-width: 575px) {


  .laravel_development {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
}

@media only screen and (min-width:1000px) {
  /* .img-class2 {
    padding-left: 95px;
  } */

  .img_flex {
    /* padding-left: 0; */
    /* margin-left: -2%; */
  }
}

@media only screen and (max-width: 768px) {
  .contact-sub {
    flex-direction: column;
  }

  .contact-sub1 {
    flex-direction: column;
  }

  .img_flex {
    display: flex;
    justify-content: center;
  }

  .padding_laravel {
    padding: 3%;
  }

  .tech-stack-border_laravel {
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(to right, var(--primary) 40%, rgba(255, 255, 255, 0.20) 40%);
    border-image-slice: 1;
  }
}


.portfolio-container {
  background-color:#737373;
}

.sub_heading {
  line-height: 0;
  font-size: 70px;
}

.sec1 {
  flex-direction: row-reverse;
}

@media only screen and (min-width:600px) {
  .heading_align {
    flex-direction: row;
  }
}

@media only screen and (max-width:600px) {
  .heading_align {
    flex-direction: column;
  }

  .sub_heading {
    margin-top: 2rem !important;
  }

  .sec {
    flex-direction: column-reverse;
  }

  .sec1 {
    flex-direction: column-reverse;
  }

  .sec2 {
    flex-direction: column-reverse;
  }

  .col-lg-7 {
    max-width: 100% !important;
  }

  .btn_center {
    justify-content: center;
  }
}

@media only screen and (max-width:920px) {
  .s1 {
    padding-left: 8%;
  }
}

body {
  overflow-x: hidden;
}


.breadcrumb-item a {
  text-decoration: none;
}

.breadcrumb>.active {
  color: red;
}

.heading-size-change1 {
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.mv {
  padding-right: 0 !important;
}

.padding1 {
  padding: 16px 16px;

}

.breadcrumb {
  font-size: 18px;
}

@media only screen and (min-width:600px) and (max-width:780px) {
  .sectionr {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../Media/Rectangle\ 223.png");
    background-size: cover;
    object-fit: contain;
    background-repeat: no-repeat;
    /* height: 450px; */
    margin: 2%;
  }

}

.sectionr {
  background-image: url("../Media/Rectangle\ 223.png");
  background-size: cover;
  object-fit: contain;
  background-repeat: no-repeat;
  /* height: 450px; */
  margin: 2%;
}

.text-lite1 {
  color: var(--text-light);
}

@media only screen and (min-width:1342px) {
  .h4-heading {
    font-size: 26px;
  }

}

@media only screen and (max-width:1342px) {
  .padding_2 {
    padding-left: 0 !important;
  }

}

@media only screen and (min-width:1000px) and (max-width:1300px) {
  .h4-heading {
    font-size: 23px;
  }

  .padding_3 {
    white-space: nowrap;
  }
}

@media only screen and (min-width:600px) and (max-width:800px) {
  .sectionr {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../Media/Rectangle\ 223.png");
  }

  .padding_2 {
    padding-left: 30% !important;
    padding-right: 0 !important;
  }

  .h4-heading {
    font-size: 18px;
  }

  .padding_3 {
    white-space: nowrap;
  }

}


@media only screen and (max-width:425px) {
  .sectionr {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../Media/Rectangle\ 225.png");
    /* background-size: cover; */
    object-fit: contain;
    background-repeat: no-repeat;
    /* height: 450px; */
    margin: 2%;
  }

  .text-lite1 {
    font-size: 21px;
    color: var(--text-light);
  }

  .padding_2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .h3headin {
    font-size: 26px !important;
    white-space: nowrap;
  }

  .h4-heading {
    font-size: 16px;
  }
}

@media screen and (max-width:729px) {
  .scrollable_div {
    max-height: 200px;
    overflow-y: auto;
    /* padding: 10px;  */
    scroll-behavior: smooth;

  }

  .padding1 {
    padding: 12px !important;
  }

}

.s {
  background-image: url("../Media/Rectangle\ 214.png");
  height: 400px;
}

.padding_para {
  padding: 4% 8% 2% 0;
}

.padding_para1 {

  padding-right: 10%;
}

.er {
  padding-bottom: 4%;
}

.btn1 {
  background: #252525;
  border-radius: 8px;
}

@media only screen and (max-width:704px) {
  .aligncenter {
    text-align: center;
  }

}

@media only screen and (max-width:1100px) {
  .aligncenter1 {
    white-space: nowrap;
  }

}

.row {
  display: flex;
}

.column {
  flex: 1;
  padding: 20px;
}



.red-circle1 {
  width: 20px;
  height: 20px;
  background-color: red;
  border-radius: 50%;
  color: white;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.red-circle2 {
  width: 20px;
  height: 20px;
  background-color: violet;
  border-radius: 50%;
  color: white;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.red-circle3 {
  width: 20px;
  height: 20px;
  background-color: lightblue;
  border-radius: 50%;
  color: white;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.red-circle4 {
  width: 20px;
  height: 20px;
  background-color: blue;
  border-radius: 50%;
  color: white;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.red-circle5 {
  width: 20px;
  height: 20px;
  background-color: blue;
  border-radius: 50%;
  color: white;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.red-circle6 {
  width: 20px;
  height: 20px;
  background-color: yellow;
  border-radius: 50%;
  color: white;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width:529px) {

  .s_div {
    flex-direction: column;
  }

  .heading-size-change1 {
    font-size: 40px;
  }
}

@media only screen and (max-width:600px) {
  .img_padding2 {
    flex-direction: column;
  }

  .col-4 {
    width: 100% !important;
  }

}

@media only screen and (min-width:600px) and (max-width:729px) {

  .textsmall {
    font-size: 18px;
    white-space: nowrap;
    margin-bottom: 0 !important;
  }

  .textsmall1 {
    font-size: 26px;
    white-space: nowrap;
  }
}

.btn2 {
  font-size: 20px;
  font-weight: 300;
}


.s_div {
  border-left: 1px solid gray !important;
}

.s_div1 {
  padding-left: 0 !important;
}

@media screen and (max-width:1000px) {
  .s_div {
    padding: 0 !important;
    border-left: 0 !important;
  }

  .secr {
    margin-left: 3% !important;
  }

  .outer_divs {
    padding: 1rem !important;
  }

  .img_padding {
    padding-left: 0 !important
  }



  .padding_para {
    padding: 4% 0% 2% 0%;
  }

}

@media only screen and (max-width:900px) {
  .img_padding1 {
    margin-top: 6% !important;
    padding-left: 4% !important;
  }

}

@media only screen and (min-width:901px) and (max-width:1100px) {
  .img_padding1 {

    padding-left: 4% !important;
  }

}

.h3headin {
  color: #FFF;
  font-family: "Oooh Baby";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 114%;
  /* 45.6px */
  text-transform: capitalize;
  border-bottom: 1px solid;
}

.owl-theme .owl-controls .owl-page span {
  background: #ccc;
  opacity: 1;
  transition: all 0.4s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #0CCA4A;
}

.img-fluid {
  display: flex;
  justify-content: center !important;
}

.text-red-white1 {
  color: var(--white);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Portfolio  PAGE Ends*/
#sl_port_scroll {
  display: flex;
  justify-content: center;
  align-items: center;

}

/* #sl_port_scroll::-webkit-scrollbar{
  display: none;
} */
/* .c_1{
  background-image: url(/Media/newimg/portfolio.png);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
.portfolio_section_start{
    height: 100vh;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
}
.portfolio_section_start::-webkit-scrollbar{
  display: none;
} */

/* .one {
  height: 100vh;
  scroll-snap-align: start;
} */

/* industrial solutions------ */
.container1 {
  display: grid;
  margin-top: 50px;
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
  padding: 40px;
  /* margin-left: -115px; */
  margin-left: -40px;
  justify-content: center;
}

.box {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(50px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  transform: rotate(45deg);
  width: 160px;
  height: 160px;
  border-radius: 20%;
  margin-left: -31px;
  border: 1px solid #FFF;
  margin-top: -30px;
}

.box1 {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(50px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  transform: rotate(-45deg);
  width: 160px;
  height: 160px;
  margin-left: 94px;
  border-radius: 20%;
  border: 1px solid #FFF;
  margin-top: -32px;
}

#first {
  background: transparent;
  overflow: hidden;
}

.box>div {
  transform: rotate(-45deg);
  padding-top: 10px;
  white-space: nowrap;
}

.box1>div {
  transform: rotate(45deg);
  padding-top: 10px;
  white-space: nowrap;
}

.indus_text {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 14px;
}

.right_arrow {
  cursor: pointer;
  width:25px;
}

.text-white_services_inner{
  font-size: 15px;
    color: #ffff;
}
.services_inner_listdevlopment_picture{
  text-align: center;
}
/* ---------------- Media Queres------------- */
@media (min-width:220px) and (max-width:426px) {
	
  /*****protfolio*****/
.two {
    background-image: url(/Media/newimg/knpgmobile.png)!important;
    background-size: cover;
    background-repeat: no-repeat;
    scroll-snap-align: start;
}  
 .one {
    background-image: url(/Media/newimg/doodthwalamobile.png)!important;
    background-size: cover;
    background-repeat: no-repeat;
    scroll-snap-align: start;
}
.three {
    background-image: url(/Media/newimg/mindfullmobile.png)!important;
    background-size: cover;
    background-repeat: no-repeat;
    scroll-snap-align: start;
}
  /*****End**protfolio*****/	
	
.text-white_services_inner{
  font-size: 15px;
    color: #ffff;
}
.service-para {
  color: var(--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

  .designation {
    font-size: 18px;
  }
  .career_section_wrapper {
    padding: 50px 10px;
}
.click_path>p {
  padding-top: 2px;
  padding-left: 16px;
  font-size: 15px;
}
    .section {
      height: auto;
      scroll-snap-align: start;
      scroll-behavior: smooth;
      padding:30px 0px;
  }
/*****portpolio btn***/
.slider-active .slick-next {
  right: 110px!important;
}
.slider-active .slick-prev {
  z-index: 1;
  left: 190px!important;
}

.slider-active .slick-arrow {
  top: 90%!important;
}
/******end protfolio ****/



.portfoflio_logo_img img {
    width: auto;
    padding-bottom: 10px;
}
  .nav {
    position: fixed;
    top: -8px;
    height: 60px;
    width: 100%;
    backdrop-filter: blur(4px);
  }

  .menubar_header .navbar .mobile_dropdown_box {
    background-color: #0e5877;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-link.active {
    border-bottom: none;
  }

  .nav-item:hover {
    border-bottom: none;
  }

  .nav-item {
    border-bottom: 1px solid transparent;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    color: var(--white);
    border-bottom: 1px dashed #f9fafb1c;
  }

  .sl_solutione_section {
    /* min-height: 180vh; */
  }

  .box {
    margin-top:15px;
    width: 75px;
    height:75px;
    margin-left: 18px;
  }

  .box1>div {
    padding-top: 0px;
  }

  .box>div {
    padding-top: 0px;
  }

  .box1 {
    width: 75px;
    height:75px;
    margin-left: 18px;
    margin-top: 15px;
  }

  .container1 {
    display: grid;
    margin-top: 0px;
    grid-template-columns: repeat(2, 2fr);
    padding-top: 0px;
    margin-left: 0px;
  }

  .indus_text_mobile {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 14px;
    text-align: center;

  }

  .svg_img {
    height: 35px;
  }

  .sl_testimonial .container {
    height: auto;
  }
  
  
  


  /* ASHU QUERY */
  .header-section_wrapper {
    background-image: url(/Media/newimg/sl_hero_mob.png);
  }

  .sl_about {
    background-image: url(/Media/newimg/mobileabout.png);
    background-size: cover;
    background-repeat: no-repeat;
  } 
  .sl_solutione_section {
    background-image: url(/Media/newimg/sl_industry_mobile.png);
    background-size: cover;
  }
  
  
  .sl_service {
    background-image: url(/Media/newimg/sl_service.png);
    /* background-attachment: fixed; */
    min-height: 120vh;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sl_about{
	height:100vh;
}



  .hero-heading1 {
    font-size: 18px;

  }

  .hero-heading2 {
    font-size: 28px;
    line-height: 30px;
  }

  .hero-para {
      font-size: 15px;
      font-style: normal;
      font-weight: 400;
  }
  .hero-para {
    width: 90%;
  }

  .sl_about_para {
    font-size: 14px;
    margin-top: 10px;
  }

  .service_right_content {
    /* max-height: 35vh; */
    overflow-y: scroll;
    margin-top:40px;
  }

  .service_right_content::-webkit-scrollbar {
    width: 4px;
  }

  .service_right_content::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.3);

  }

  .tech_images {
    height: 60px;
    width: 60px;
  }
  

  .service_head {
    font-size: 14px;
    font-weight: 600;
  }

  .service_para {
    font-size: 16px;
    margin-top: 10px;
  }

  .service_head~p {
    font-size: 12px;
  }

  .right_arrow {
    height: 10px;
    width: 10px;
  }

  .ratingImg {
    max-width: 90px;
    object-fit: cover;
  }

  .linktags {
    height: unset;
    overflow-y: unset;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 10px !important;
    gap: 13px;
  }

  .linktags a {
    font-size: 12px;
  }

  .footer_text {
    font-size: 10px !important;
  }

  .ashu-footer h5 {
    font-size: 16px;
  }

  .social{
    padding-bottom: 15px;
}

  .address_box span {
    font-size: 10px;
    padding-left: 20px;
  }

  .address_box p {
    font-size: 12px;
    padding-left: 20px;
  }

  .FooterIcons {
    height: 25px;
    width: 25px;
    position: absolute;
    transform: translate(-15px, 12px);
  }

  .section:last-child {
    /* height: 120vh; */
  }

  .social p {
    font-size: 14px;
    margin-bottom: 6px;
    margin-top: 10px;
  }

  .social_icons {
    height: 25px;
    width: 25px;
  }

  #location_icon {
    height: 25px;
    width: 25px;
    position: absolute;
    transform: translate(-15px, 20px);
  }

  .footer_text_box {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .address_box{
    padding: 10px 30px;
    }
    .box1_inx{
      margin-top: 0px;
      margin-left: 18px;
      font-size: 13px
    }
  .box2_inx{
    margin-top: 0px;
    margin-left: 30px;
    font-size: 13px
    }
}

@media (min-width:427px) and (max-width:768px) {
  .nav-link{
    font-size:8px;
  }
  .linktags {
    height: 270px;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
}

.ashu-footer h5 {
  color: var(--white);
  margin-top: 20px;
}

.linktags a {
  font-size: 15px;
  padding-bottom: 8px;
}

  .footer_section {
    padding: 25px 0px 0px;
}
.footer_text{
  font-size: 14px;
}
.box1_inx{
    margin-top: 10px;
    margin-left: -20px;
  }
.box2_inx{
  margin-top: 10px;
  margin-left: 30px;
  }
.address_box{
  padding: 10px 30px;
  }
.address_box p{
  font-size: 15px;
  }
.address_box span{
    font-size: 16px;
    font-weight: 500;
    }
  .service_para {
    font-size: 19px;
}
  .fp-tableCell{
    height: auto!important;
  }
  .nav {
    position: fixed;
    top: -8px;
    height: 60px;
    width: 100%;
    backdrop-filter: blur(4px);
  }
  .menubar_header .navbar .mobile_dropdown_box {
    background-color: #0e5877;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-link.active {
    border-bottom: none;
  }

  .nav-item:hover {
    border-bottom: none;
  }

  .nav-item {
    border-bottom: 1px solid transparent;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    color: var(--white);
    border-bottom: 1px dashed #f9fafb1c;
  }
  /* ASHU QUERY */
  .header-section_wrapper {
    background-image: url(/Media/newimg/sl_hero_tab.png);
  }

  .container1 {
    margin-top: 46px;
    width: 100%;
    padding: 8px;
    margin-left: -25px;
  }

  .box>div {
    padding-top: 0px;
  }

  .box1>div {
    transform: rotate(45deg);
    padding-top: 0px;
  }

  .sl_about_para {
    font-size: 15px;
  }

  .indus_text {
    font-size: 12px;
    padding-top: 4px;
  }

  .box {
    width: 70px;
    height: 70px;
    margin-left: -30px;
  }

  .box1 {
    width: 70px;
    height: 70px;
    margin-left: 26px;
    margin-top: 20px;

  }
  .indus_text_mobile {
    color: #FFF;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 14px;
    text-align: center;
}


  .svg_img {
    height: 30px;
  }

  .hero-heading2 {
    width:100%;
    color: var(--white);
    font-family: 'Lato', sans-serif;
    font-size:45px;
    text-transform: capitalize;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    /* letter-spacing: 2.4px; */
  }
  .hero-para {
    width: 90%;
    font-size: 18px;
  }
  .carousel-inner {
    top: 35px;
}

  .service_right_content {
    max-height: 45vh;
    overflow-y: scroll;
    margin-top: 20px;
  }

  .tech_images {
    height: 90px;
    width: 90px;
  }

  .service_head {
    font-size: 18px;
    font-weight: 600;
  }

  .service_head~p {
    font-size: 16px;
  }

  .section:last-child {
    /* height: 240vh; */
  }
}

@media(min-width:769px) and (max-width:1024px) {
  .nav-link{
    font-size:11px;
  }
  .text-white_services_inner {
    font-size: 12px;
    color: #ffff;
}
.new1 {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
}
.img-class {
    margin-top: 2%;
}
.services_inner_listdevlopment_picture img{
  width: 218px;
}

  .linktags {
    height: 300px;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
}
.ashu-footer h5 {
  font-size: 17px;
  margin-top: 20px;
}
.linktags a {
  color: var(--text-light);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  padding-bottom: 10px;
}
  .service_para {
    font-size: 20px;
}
  /* ASHU QUERY */
  .aboutpadding {
    padding: 0 12px;
  }

  .hero-heading1 {
    font-size: 18px;

  }


  .hero-heading2 {
    width: 100%;
    color: var(--white);
    font-family: 'Lato', sans-serif;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 57px;
  }

  .hero-para {
    font-size: 18px;
    font-weight: 400;
  }

  .header-section_wrapper {
    background-image: url(/Media/newimg/sl_hero_tab.png);
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: contain;

  }

  .carousel-inner {
    top: 36px;
  }

  .container1 {
    margin-left: -20px;
  }

  .box {
    width: 110px;
    height: 110px;
    margin-left: -55px;
    /* margin-bottom: 10px; */
  }

  .box1 {
    width: 110px;
    height: 110px;
    margin-left: 30px

  }

  .box>div {
    padding-top: 0px;
  }

  .box1>div {
    transform: rotate(45deg);
    padding-top: 0px;
  }

  .indus_text {
    font-size: 12px;
    padding-top: 4px;
  }

  .svg_img {
    height: 40px;
  }

  .service_right_content {
    max-height: 65vh;
    overflow-y: scroll;
    margin-top: 40px;
  }

  .tech_images {
    height: 90px;
    width: 90px;
  }

  .service_head {
    font-size: 20px;
    font-weight: 600;
  }

  .service_head~p {
    font-size: 18px;
  }

}


@media (min-width:1025px) and (max-width:1199px){

  .text-white_services_inner {
    font-size: 12px;
    color: #ffff;
}
.new1 {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
}
.img-class {
    margin-top: 2%;
}
.services_inner_listdevlopment_picture img{
  width: 218px;
}
  .ashu-footer h5 {
    color: var(--white);
    font-size: 17px;
    font-weight: 400;
    line-height: 170%;
    text-transform: uppercase;
    /* text-align: center; */
}
  .service_head {
    font-size: 20px;
    font-weight: 600;
}
.tech_images {
    height: 90px;
    width: 90px;
}
  .service_para {
    font-size: 20px;
}
  .box1 {
    width: 130px;
    height: 130px;
    margin-left: 68px;
    margin-top: -27px;
}
.box {

  width: 135px;
  height: 135px;
  margin-left: -36px;
  margin-top: -30px;
}
.indus_text {
  font-size: 14px;
  padding-top: 10px;
}
.svg_img{
  width: 40px;
}
.box>div {
  padding-top: 5px;
}
.box1>div {
  padding-top: 5px;
}
  .hero-heading2 {
    width: 70%;
    color: var(--white);
    font-family: 'Lato', sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 65px;
    /* letter-spacing: 2.4px; */
    text-transform: capitalize;
}
.hero-para {
  width: 60%;
  color: #FFF;
  font-family: 'Mulish', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 142%;
}
.carousel-inner {
  top: 30px;
}
}

@media (min-width:427px) and (max-width:575px){
  .career_section_wrapper {
    padding: 50px 10px;
}
.click_path>p {
  padding-top: 2px;
  padding-left: 16px;
  font-size: 15px;
}
  .box1 {
    width: 75px;
    height: 75px;
    margin-left: 25px;
    margin-top: 15px;
}
.box {
  margin-top: 15px;
  width: 75px;
  height: 75px;
  margin-left:25px;
}
.container1 {
  display: grid;
  margin-top: 0px;
  grid-template-columns: repeat(3, 2fr);
  padding-top: 0px;
  margin-left: 0px;
}
.indus_text {
  font-size: 12px;
  padding-top: 4px;
  text-align: center;
}
.indistry_wrapper{
  margin:0px auto;
}
#first {
  background: transparent;
  overflow: hidden;
  display: none;
}
.box1_inx {
  margin-top: 10px;
  margin-left: 20px;
}
}




/**************our team slider***************/


/*****************team slider****************/
em {
  font-weight: 400;
  font-size: 12px;
}

/* Customize the size of the dots */
.slick-dots li button {
  height: 1rem !important;
  width: 5px !important;
  /* Adjust the font size to change the size of the dots */
}

/* Move the dots to the right */
.slick-dots {
  display: flex;
  justify-content: flex-end !important;
  color: white !important;
  /* Adjust the distance from the right edge */
}

.slick-dots>button {

  width: 3rem !important;
  height: 3rem !important;

  background-color: white !important;
  color: white !important;


}

.card-text-subheading {
  font-size: 13px;
}

.h2card {
  font-size: 21px;
  font-weight: 600 !important;
}

.slick-dots li button:before {
  padding-top: 30% !important;
  margin-top: 30% !important;
  font-size: 10px !important;
  line-height: 20px !important;
  color: white !important;

}

@media screen and (max-width:800px) {
  .button-container {
    justify-content: space-between;
    /* position: absolute; */
    transform: translate(0, -559%);
  }

  .slick-dots {
    display: none !important;

  }

  .h2card {
    font-size: 22px;
    font-weight: 600 !important;
  }

  .cardtext {
    font-size: 14px;
  }

  .prev-btn,
  .next-btn {
    padding: 0 !important;
  }

  .svg1 {
    height: 40px !important;
    width: 40px !important;
  }

  .pt {
    padding-top: 0rem;
  }

  .sl_testimonial .container {
    width: 92%;
  }
}




div.transbox {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
}

.prev-btn {
  background-color: rgb(197, 193, 187);
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.next-btn {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.mt {
  margin-top: -14px;
}

.mt-n2 {
  margin-top: -2% !important;
}

.card1 {
  background-color: inherit;
}

.card-body1 {
  background-color: white !important;
  color: black !important;
}

.card-text {
  font-size: 14px;
  color: #4A5A6B;
  font-weight: 500;

}

.slick-dots li {
  margin: 0px !important
}

@media only screen and (max-width:985px) {
  .sl_testimonial {
    /* height: 130vh; */
    padding: 50px 0px;
  }

  .removepadding {
    padding-top: 0 !important;
  }
}

@media screen and (max-width:490px) {
  .sl_testimonial {
    padding: 40px 5%;
  }
}

@media (min-width:990px) and (max-width:1290px) {
  .sl_testimonial {
    /* height: 190vh; */
    padding: 50px 0px;
  }
}

@media (min-width:1300px) {
  /* .sl_testimonial {
      height: 160vh;
  } */
}

/* @media (min-width:1200px) {
  .sl_testimonial {
      height: 136vh;
  }
} */


@media screen and (max-width:960px) {
  .comma {
    top: 0 !important;
    left: -3px;
  }
}



.slick-dots>.button {
  width: 10rem;
  height: 10rem;
  padding: 0;

  border: none;
  border-radius: 100%;
  color: grey !important;


}

.slick-dots>li.slick-active button {
  color: white !important;
}

.slick-slide {
  padding: 0 0px;
}

.card-slider {
  max-width: 960px;
  margin: 0 auto;
}

.card-slider {
  max-width: 960px;
  margin: 0 auto;
}

/* @media screen and (max-width: 1024px) {
    width: 80%;
  } */

.slick-prev-icon,
.slick-next-icon {
  color: black;
}

.slick-slide {
  padding: 0 0px;
}

.slick-dots {
  display: flex ;
  justify-content: flex-end !important;
  color: white !important;
}

@media screen and (max-width: 1024px) {
  .card-slider {
    max-width: 960px;
    margin: 0 auto;
    width: 80%;
  }
}

.slick-prev-icon,
.slick-next-icon {
  color: black;
}

.slick-slide {
  padding: 0 0px;
}
.slider_box_testmoial{
  padding: 0 10px;
  border: 0px;
  
}
.fontcard{
	height:200px;
}

/* @media screen and (max-width: 1024px) {
    width: 80%;
  } */

.slick-prev-icon,
.slick-next-icon {
  color: black;
}

.slick-slide {
  padding: 0 5px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  float: right;
}
.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: -8px !important;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ourtem_next_per {
  margin-left: 5px;
}

.comma1 {
  position: relative;
  top: -19px;
  z-index: 999;
  left: 10px;
}


.portfolio_content {
  margin-top: 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-align: justify;
  line-height: 147%;
  word-spacing: 3px;
}

.portfolio_technology_icone {
  padding-top: 15px;
  display: flex;
}


.portfolio_technology_icone img {
  padding: 0px 15px 0px 0px;
  height:37px;
}

.sl_portfolios_content_box {
  padding-top:40px;
}

.portfolio_list_content {
  padding-left: 17px;
}

.portfolio_list_content ul {
  padding: 0px
}



/****************************************************/


/* .panels_section::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.panels_section::-webkit-scrollbar {
  width: 7px;
  background-color: #F5F5F5;
}

.panels_section::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #000000;
  border: 1px solid #555555;
} */

/* .panels_section {
  scroll-behavior: smooth;
  transition: 5ms;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100vh;
  width: 100%;
  scroll-snap-type: y mandatory;

} */
/* 
.panel {
  transition: 5ms;
  scroll-snap-align: start;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  background: #1d1e22;
} */



.one {
  background-image: url(/Media/newimg/Group341finel.png);
  background-size: cover;
  background-repeat: no-repeat;
  scroll-snap-align: start;
}

.two {
  background-image: url(/Media/newimg/Group341.png);
  background-size: cover;
  background-repeat: no-repeat;
  scroll-snap-align: start;
}

.three {
  background-image: url(/Media/newimg/Group345.png);
  background-size: cover;
  background-repeat: no-repeat;
  scroll-snap-align: start;
}

.four {
  background-image: url(/Media/newimg/Group319.png);
  background-size: cover;
  background-repeat: no-repeat;
  scroll-snap-align: start;
}

.five {
  background-image: url(/Media/newimg/Group319.png);
  background-size: cover;
  background-repeat: no-repeat;
  scroll-snap-align: start;
}

.six {
  background-image: url(/Media/newimg/Group319.png);
  background-size: cover;
  background-repeat: no-repeat;
  scroll-snap-align: start;
}







/***************************************8 vedprakash sharma code**********************/

.services_list_box{
	padding:8px 0px;
}
.services_list_box:hover {
  background: #bdbdbd21;
  transition: 0.3s;
}
.headerstrikey{
  background:#a1a1a182 !important;
  position: fixed;
    top: 0;
    height: 60px;
    width: 100%;
    backdrop-filter: blur(4px);
    z-index: 9;
}
.testmonial_text{
  font-weight: 500;
    text-align: justify;
    font-size: 15px;
}
.work_process_img img{
  margin:0px auto;
}
.career_pages_bg_image{
    position: absolute;
    z-index: -1;
    right: -135px;
    top: 120px;
    display: none;
}
.career_pages_bg_image_secound{
    position: absolute;
    /* z-index: -1; */
    /* right: -135px; */
    left: -232px;
    top: 473px;
    transform: rotate(308deg);
    display:none;
}
/****************/
.about_section_sl{
padding: 60px 0px;
}
.redesign_about{
  color: #000;
  font-size: 16px;
  line-height: 25px;

}
.abouthedding{
  font-size: 21px;
  font-weight: 600;
  font-family: 'Khand';
  color: #2c2c2c;
}
.service_head{
  font-size:20px;
}


.services_box_tabs{
  background: #252525;
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #05253a99;
  border-radius: 5px;
  cursor: pointer;
}
.services_hedding_titlemenu h5{
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  color: #efefef;
  border-bottom: 1px dashed #2c2b2b;
  line-height: 24px;
}
.service_tabs{
  background: #1b1b1b;
  padding: 10px;
  border-bottom: 1px dashed #e9ecef1a;
}

.active_mega{
  background-color:#074a6821;
}

/*****************slider*******/

.slider-height {
  /* min-height: 800px; */

}
.single-slider{
  padding: 40px 0px;
  height: 100vh!important;
}


.slider-active .slick-dots li button {
  background: #fff;
  border: 0;
  text-indent: -99999999999px;
  padding: 0;
  width: 20px;
  height: 50px;
  border-radius: 3px;
}
.slider-active .slick-dots li.slick-active button {
  width: 40px;
}

.slider-active-2 .slick-dots li.slick-active button {
  border: 1px solid #FDC800;
}
.slider-active .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: 0;
  border: 0;
  text-transform: uppercase;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  /* opacity: 0; */
  /* visibility: hidden; */
  transition: .4s;
}
/* .slider-area:hover .slider-active .slick-arrow {
  opacity: 1;
  visibility: visible;
} */
.slider-active .slick-arrow:hover::before {
  width: 30px;
}
.slider-active .slick-next {
  right: 30px;
}
.slider-active .slick-prev {
  z-index: 1;
  left:10px;
}
/*****inner portfolio***/
.slick-next:before, .slick-prev:before {
  font-family: slick;
  font-size:35px!important;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.industry_icon img{
height: 45px;	
}
@media only screen and (max-width: 768px){
  .indus_text {
    font-size: 7px;
    padding-top: 4px;
}
}

.address_box>span{
  font-size: 15px;
}
.address_box>.text-lite{
  font-size: 14px;
    font-style: normal;
    font-weight: 400;
}
.nav-link{
font-size: 15px;
}
.sl_about_para_list{
	font-size: 15px;
    padding: 4px 0px;
    font-weight: 500;
    letter-spacing: 0.5px;	
}
.services_icone{
	width: 50%;
    height: 90px;
    padding: 0px 5px;
    box-shadow: rgb(0 0 0 / 12%) 0px 1px 4px;
}
/*
.services_icone>.icon>img{
	height:80px;
}*/
.arrow_btn_innerservices{
	float:right;
}
.services_box_width{
	width:100%;
}