/**
* Introps Global - Proudly presented by Introps IT
* Updated: 15.8.2023
* URL: https://outsource.introps.com
* Author: Pubudu Anurada, Ushan Adithya
*/

.back-to-top {
  bottom: 90px !important;
}

.section-bg:before {
  content: "";
  background: #1b1b1b;
  position: absolute;
  bottom: 20px;
  top: 20px;
  left: 0;
  right: 0;
  transform: unset !important;
}

.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
  width: 120px !important;
  height: auto;
}

.awards .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
  width: 180px !important;
  height: auto;
}

.contact_v2 {
  box-shadow: 0 0 0px rgba(214, 215, 216, 0.6) !important;
  padding: 28px;
  border-radius: 4px;
}

#terms .red {
  color: #f20d0d;
}

#terms .p {
  text-align: justify;
}

#terms .termh {
  color: #3d4543;
}

#terms .special {
  padding-left: 29px;
}

#services .section-title h2 span {
  color: #e03a3c !important;

}

.vac .col-lg-2 img {
  width: 200px;
}

.upper {
  text-transform: uppercase;
}

.full-width-slide {
  width: 100%;
  text-align: center;
}

.full-width-slide img {
  max-width: 100%;
  height: auto;
}

.section-bg2 {
  padding: 120px 0;
  color: #fff;
  background-image: url('/assets/img/introps_slide_1.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-bg2:before {
  position: absolute;
  bottom: 60px;
  top: 60px;
  left: 0;
  right: 0;

}

.section-bg2:before {
  content: "";
  /* Add content to the pseudo-element */
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(147, 147, 147, 0.19);
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 30px 15px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
  border-radius: 15px;
  height: 275px !important;

}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
  display: none !important;
}

.blue {
  background: #1f262f;
  padding-top: 25px;
}

.blk {
  background: #1b1b1b;
}

.cus_title {
  padding-top: 27px;
}

.all_white {
  color: #fff;
}

.justify {
  text-align: justify;
  font-size: 14px;
}

.txt_white {
  /* color: #bdbdbd; */
  color: #f0e7e7;
  /* padding: 20px 0px 20px 0; */
}

ol,
ul {
  font-size: 14px !important;
}

.breadcrumbs {
  padding: 15px 0;
  background: #1b1b1b !important;
  min-height: 40px;
  margin-top: 82px;
  color: #fff;
}

.justify_with_space {
  text-align: justify;
  /* margin: 5px !important;  */
}

.space {
  margin-bottom: 45px !important;
}

.down {
  padding-top: 123px !important;
}

.pfix {
  overflow: hidden;
  text-align: justify;
  max-height: 145px;
}

.short_title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
}

.right {
  float: right;
}

.cus_title2 {
  padding-top: 120px !important;
}

.black {
  background: #000;
}

.justify2 {
  text-align: center !important;
}

.padded_ul {
  padding-left: 12rem;
}

/*mega menu start*/

.navbar .megamenu {
  position: static;
}

.navbar .megamenu ul {
  right: 0;
  padding: 28px;
  display: flex;
}

.navbar .megamenu ul li {
  flex: 1;
}

.navbar .megamenu ul li a,
.navbar .megamenu ul li:hover>a {
  color: rgba(var(--color-white-rgb), 0.5);
  background: none;
}

.navbar .megamenu ul li a:hover,
.navbar .megamenu ul li .active,
.navbar .megamenu ul li .active:hover {
  color: var(--color-white);
  background: var(--color-primary);
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

.navbar .dropdown ul {
  left: unset !important;
}

.navbar .dropdown ul a {
  padding: 15px 45px;
  font-size: 14px;
}

.cent {
  padding: 19px 45px;
  font-weight: 900;
  color: #929395;
}

.contact {
  padding: unset;
  border-top: 6px solid #ab2112;
}

@media (max-width: 1279px) {

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    border: 1px solid rgba(var(--color-secondary-light-rgb), 0.3);
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

}

/*end of mega menu*/

.red {
  color: #e03a3c !important;
  float: right;
}

.spc {
  color: #e03a3c !important;
}

.hov:hover {
  background: #eeeff0 !important;
}

/* Case Studies */
/*
.pord_card {
        display: flex;
        margin-bottom: 24px;
        transition: all 0.3s ease;
        z-index: 1;
        overflow: hidden;
        position: relative;
    }
    .pord_card_back {
        position: absolute;
        left: 0;
        top: 0;
    }
    .pord_card_back,
    .pord_card_back-right {
        width: 100%;
        height: 100%;
    }
    .pord_card_back-left,
    .pord_card_back-mobile {
        width: 100%;
        height: 100%;
        display: none;
    }
    .pord_card:nth-child(2n):before {
        right: -177px;
        left: auto;
    }
    .pord_card:nth-child(2n):after {
        left: 30%;
        right: auto;
    }
    .pord_card:nth-child(2n) .pord_card_back-right {
        display: none;
    }
    .pord_card:nth-child(2n) .pord_card_back-left {
        display: block;
    }
    .pord_card:nth-child(2n) .pord_card_wrapper {
        flex-direction: row-reverse;
    }
    .pord_card:nth-child(2n) .pord_card_image {
        left: -52px;
    }
    .pord_card:nth-child(2n) .pord_card_image-right {
        display: none;
    }
    .pord_card:nth-child(2n) .pord_card_image-left {
        display: flex;
    }
    .pord_card:nth-child(2n):hover .pord_card_image {
        transform: translate(-10px, 10px);
    }
    .pord_card:after,
    .pord_card:before,
    .pord_card:nth-child(2n):hover .pord_card_image {
        transition: all 0.3s ease;
    }
    .pord_card:after,
    .pord_card:before {
        opacity: 0;
        position: absolute;
        display: block;
        content: "";
        width: 515px;
		height: 515px;
		filter: blur(150px);
        z-index: 1;
    }
    .pord_card:after {
        right: 30%;
        top: -50px;
        background: #fffefe2e;
    }
    .pord_card:before {
        left: -177px;
        top: 235px;
        // background: #0b3470;
    }
    .pord_card:hover {
        position: relative;
        opacity: 1;
    }
    .pord_card:hover:after,
    .pord_card:hover:before {
        opacity: 1;
        transition: all 0.3s ease;
    }
    .pord_card:hover .pord_card_wrapper:before {
        opacity: 1;
    }
    .pord_card:hover .pord_card_image {
        transition: all 0.3s ease;
        transform: translate(10px, 10px);
    }
    .pord_card:last-child {
        margin-bottom: 0;
    }
    .pord_card_wrapper {
        display: flex;
        position: relative;
        width: 100%;
        transition: all 0.3s ease;
    }
    .pord_card_wrapper:before {
        content: "";
        position: absolute;
        transition: all 0.3s ease;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 0;
        // background: linear-gradient(259.16deg, #02102c -0.49%, #124);
    }
    .pord_card_content {
        color: #fff;
        padding: 80px 30px 56px 0px;
        width: 46%;
        text-align: left;
        z-index: 2;
    }
	.pord_card_image2 {
        color: #fff !important;
        padding: 56px 30px 56px 0px;
        width: 46%;
        text-align: left;
        z-index: 2;
		position: inherit;
		left: 700px;
    }
    .pord_card_logo-wrapper {
        max-height: 60px;
        max-width: 225px;
        height: 60px;
        display: flex;
        margin-bottom: 24px;
        justify-content: flex-start;
        align-items: center;
    }

    .pord_card_logo {
        height: 100%;
        width: auto;
        max-width: 225px;
    }
    .pord_card_title {
        margin-bottom: 16px;
        color: #fff;
    }
    .pord_card_desc {
        font-size: 18px;
        line-height: 28px;
    }
    .pord_card_image {
        width: calc(54% + 52px);
        position: absolute;
        right: -52px;
        bottom: -48px;
        top: 48px;
        max-height: 100%;
        transition: all 0.3s ease;
        z-index: 2;
    }
    .pord_card_image-right {
        display: flex;
    }
    .pord_card_image-left,
    .pord_card_image-right {
        align-items: flex-end;
        height: 100%;
        position: relative;
    }
    .pord_card_image-left {
        display: none;
    }
    .pord_card_image img {
        /* width: 100%; */
height: auto;
transition: all 0.3s ease;
position: absolute;
top: 0;
bottom: 0;
}

.pord_card_technology {
  display: flex;
  flex-wrap: wrap;
  max-width: 294px;
  margin-bottom: -8px;
  margin-top: 32px;
}

.pord_card_technology_item {
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 6px 16px;
  font-size: 14px;
  border: 2px solid #e03a3c;
  border-radius: 15px;
}

.pord_card:hover .pord_card_content2 {
  transition: all 0.3s ease;
  transform: translate(10px, 10px);
}

.pord_card:hover .pord_card_image2 {
  /* transition: all 0.3s ease; */
  /* transform: translate(10px, 10px); */
}

.txt_set {
  font-size: initial;
  line-height: 21px;
}

.pord_card_wrapper .pord_card_content .pord_card_technology .pord_card_technology_item:hover {
  background: #e35052;
  background: #e03a3c;
}

.pord_card_wrapper .pord_card_content2 .pord_card_technology .pord_card_technology_item:hover {
  background: #e35052;
  background: #e03a3c;
}

.pord_card_technology_item:last-child {
  margin-right: 0;
}

.pord_card_wrapper .pord_card_content h3 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.pord_card_wrapper .pord_card_content2 h3 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.pord_card_wrapper .pord_card_image2 h3 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.pord_card_wrapper .pord_card_image2 .pord_card_technology .pord_card_technology_item:hover {
  background: #e35052;
  background: #e03a3c;
}

.shade::after {
  right: 50%;
  top: -50px;
  background: #9b92922e !important;
}

*/
/* End of Case Studies */

/* Careers */
.vac {
  /* background-color: #0755ba2b; */
  padding-top: 25px;
}

.join {

  background-color: #6c6f734f;
  padding-top: 10px;
}

#careers .section-title h2 span {
  color: #e03a3c !important;
}

/* End of Careers*/

.row_p {
  padding: 30px;
}

/* SDLC timeline */
.sdlc_content-title {
  font-size: 24px;
  color: #e03a3c;
  margin-bottom: 20px;
}

.sdlc_steps {
  list-style-type: none;
  padding: 0;
}

.sdlc_step {
  display: flex;
  margin-bottom: 40px;
}

.sdlc_step-number {
  background-color: #e03a3c;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  font-size: 18px;
}

.sdlc_step-content {
  margin-left: 20px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  flex-grow: 1;
  width: 990px;
}

.sdlc_step-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.sdlc_step-description {
  font-size: 16px;
  color: #555;
}

.sdlc_step ul {
  padding-left: 20px;
  margin-top: 10px;
}

.sdlc_step ul li {
  list-style-type: disc;
}

/* End of SDLC timeline */



/*timeline */


.main-timeline {
  position: relative;
}

.main-timeline:before,
.main-timeline:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

.main-timeline:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #bababa;
  position: absolute;
  top: 0;
  left: 50%;
}

.main-timeline .timeline {
  width: 50%;
  float: left;
  position: relative;
  z-index: 1;
}

.main-timeline .timeline:before,
.main-timeline .timeline:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

.main-timeline .timeline:first-child:before,
.main-timeline .timeline:last-child:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid rgba(211, 207, 205, 1);
  position: absolute;
  top: 0;
  right: -14px;
  z-index: 1;
}

.main-timeline .timeline:last-child:before {
  top: auto;
  bottom: 0;
}

.main-timeline .timeline:last-child:nth-child(even):before {
  right: auto;
  left: -12px;
  bottom: -2px;
}

.main-timeline .timeline-content {
  text-align: center;
  margin-top: 8px;
  position: relative;
  transition: all 0.3s ease 0s;
}

.main-timeline .timeline-content:before {
  content: "";
  width: 100%;
  height: 5px;
  background: rgba(211, 207, 205, 1);
  position: absolute;
  top: 88px;
  left: 0;
  z-index: -1;
}

.main-timeline .circle {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #fff;
  border: 8px solid rgba(211, 207, 205, 1);
  float: left;
  margin-right: 25px;
  position: relative;
}

.main-timeline .circle:before {
  content: "";
  width: 26px;
  height: 30px;
  background: rgba(211, 207, 205, 1);
  margin: auto;
  position: absolute;
  top: 0;
  right: -33px;
  bottom: 0;
  z-index: -1;
  box-shadow: inset 7px 0 9px -7px #444;
}

.main-timeline .circle span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  line-height: 268px;
  font-size: 80px;
  color: #454344;
}

.main-timeline .circle span:before,
.main-timeline .circle span:after {
  content: "";
  width: 28px;
  height: 50px;
  background: #fff;
  border-radius: 0 0 0 21px;
  margin: auto;
  position: absolute;
  top: -54px;
  right: -33px;
  bottom: 0;
  z-index: -1;
}

.main-timeline .circle span:after {
  border-radius: 21px 0 0 0;
  top: 0;
  bottom: -56px;
}

.main-timeline .circle .img {
  vertical-align: initial;
  border-radius: 50%;
}

.main-timeline .content {
  display: table;
  padding-right: 40px;
  position: relative;
}

.main-timeline .year {
  display: block;
  padding: 10px;
  margin: 10px 0 50px 0;
  background: rgba(211, 207, 205, 1);
  border-radius: 7px;
  font-size: 25px;
  color: #fff;
}

.main-timeline .title {
  font-size: 25px;
  font-weight: bold;
  color: rgba(211, 207, 205, 1);
  margin-top: 0;
}

.main-timeline .description {
  font-size: 14px;
  color: #333;
  text-align: justify;
}

.main-timeline .icon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid rgba(211, 207, 205, 1);
  position: absolute;
  top: 78px;
  right: -14px;
}

.main-timeline .icon:before {
  content: "";
  width: 15px;
  height: 25px;
  background: rgba(211, 207, 205, 1);
  margin: auto;
  position: absolute;
  top: -1px;
  left: -15px;
  bottom: 0;
  z-index: -1;
}

.main-timeline .icon span:before,
.main-timeline .icon span:after {
  content: "";
  width: 21px;
  height: 25px;
  background: #fff;
  border-radius: 0 0 21px 0;
  margin: auto;
  position: absolute;
  top: -30px;
  left: -15px;
  bottom: 0;
  z-index: -1;
}

.main-timeline .icon span:after {
  border-radius: 0 21px 0 0;
  top: 0;
  left: -15px;
  bottom: -30px;
}

.main-timeline .timeline:nth-child(2n) .timeline-content,
.main-timeline .timeline:nth-child(2n) .circle {
  float: right;
}

.main-timeline .timeline:nth-child(2n) .circle {
  margin: 0 0 0 25px;
}

.main-timeline .timeline:nth-child(2n) .circle:before {
  right: auto;
  left: -33px;
  box-shadow: -7px 0 9px -7px #444 inset;
}

.main-timeline .timeline:nth-child(2n) .circle span:before,
.main-timeline .timeline:nth-child(2n) .circle span:after {
  right: auto;
  left: -33px;
  border-radius: 0 0 21px 0;
}

.main-timeline .timeline:nth-child(2n) .circle span:after {
  border-radius: 0 21px 0 0;
}

.main-timeline .timeline:nth-child(2n) .content {
  padding: 0 0 0 40px;
  margin-left: 2px;
}

.main-timeline .timeline:nth-child(2n) .icon {
  right: auto;
  left: -14px;
}

.main-timeline .timeline:nth-child(2n) .icon:before,
.main-timeline .timeline:nth-child(2n) .icon span:before,
.main-timeline .timeline:nth-child(2n) .icon span:after {
  left: auto;
  right: -15px;
}

.main-timeline .timeline:nth-child(2n) .icon span:before {
  border-radius: 0 0 0 21px;
}

.main-timeline .timeline:nth-child(2n) .icon span:after {
  border-radius: 21px 0 0 0;
}

.main-timeline .timeline:nth-child(2) {
  margin-top: 180px;
}

.main-timeline .timeline:nth-child(odd) {
  margin: -175px 0 0 0;
}

.main-timeline .timeline:nth-child(even) {
  margin-bottom: 180px;
}

.main-timeline .timeline:first-child,
.main-timeline .timeline:last-child:nth-child(even) {
  margin: 0;
}

@media only screen and (max-width: 990px) {
  .main-timeline:before {
    left: 100%;
  }

  .main-timeline .timeline {
    width: 100%;
    float: none;
    margin-bottom: 20px !important;
  }

  .main-timeline .timeline:first-child:before,
  .main-timeline .timeline:last-child:before {
    left: auto !important;
    right: -13px !important;
  }

  .main-timeline .timeline:nth-child(2n) .circle {
    float: left;
    margin: 0 25px 0 0;
  }

  .main-timeline .timeline:nth-child(2n) .circle:before {
    right: -33px;
    left: auto;
    box-shadow: 7px 0 9px -7px #444 inset;
  }

  .main-timeline .timeline:nth-child(2n) .circle span:before,
  .main-timeline .timeline:nth-child(2n) .circle span:after {
    right: -33px;
    left: auto;
    border-radius: 0 0 0 21px;
  }

  .main-timeline .timeline:nth-child(2n) .circle span:after {
    border-radius: 21px 0 0 0;
  }

  .main-timeline .timeline:nth-child(2n) .content {
    padding: 0 40px 0 0;
    margin-left: 0;
  }

  .main-timeline .timeline:nth-child(2n) .icon {
    right: -14px;
    left: auto;
  }

  .main-timeline .timeline:nth-child(2n) .icon:before,
  .main-timeline .timeline:nth-child(2n) .icon span:before,
  .main-timeline .timeline:nth-child(2n) .icon span:after {
    left: -15px;
    right: auto;
  }

  .main-timeline .timeline:nth-child(2n) .icon span:before {
    border-radius: 0 0 21px 0;
  }

  .main-timeline .timeline:nth-child(2n) .icon span:after {
    border-radius: 0 21px 0 0;
  }

  .main-timeline .timeline:nth-child(2),
  .main-timeline .timeline:nth-child(odd),
  .main-timeline .timeline:nth-child(even) {
    margin: 0;
  }
}

@media only screen and (max-width: 480px) {
  .main-timeline:before {
    left: 0;
  }

  .main-timeline .timeline:first-child:before,
  .main-timeline .timeline:last-child:before {
    left: -12px !important;
    right: auto !important;
  }

  .main-timeline .circle,
  .main-timeline .timeline:nth-child(2n) .circle {
    width: 130px;
    height: 130px;
    float: none;
    margin: 0 auto;
  }

  .main-timeline .timeline-content:before {
    width: 99.5%;
    top: 68px;
    left: 0.5%;
  }

  .main-timeline .circle span {
    line-height: 115px;
    font-size: 60px;
  }

  .main-timeline .circle:before,
  .main-timeline .circle span:before,
  .main-timeline .circle span:after,
  .main-timeline .icon {
    display: none;
  }

  .main-timeline .content,
  .main-timeline .timeline:nth-child(2n) .content {
    padding: 0 10px;
  }

  .main-timeline .year {
    margin-bottom: 15px;
  }

  .main-timeline .description {
    text-align: center;
  }

  ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: justify;
  }

  li {
    display: inline-block
  }
}

/*end of timeline*/

.cusul {
  list-style: none;
}

.services .icon-box i {
  color: #c5c3c3;
}

.about .icon-boxes .icon-box i {
  color: #c5c3c3;
}

.form-control {
  background-color: #f0efef;
}


.testimonials .testimonial-item {
  box-sizing: content-box !important;
  padding: 10px !important;
  margin: 5px 0px !important;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.08) !important;
  position: relative !important;
  background: #fff !important;
  border-radius: 1px !important;
  height: 245px !important;
}

.testimonials .testimonial-item .testimonial-img {
  width: 155px !important;
  border-radius: 1px !important;
  border: 0px solid #fff !important;
  float: left !important;
  margin: 0 10px 0 0 !important;
}

.testimonials .testimonial-item h3 {
  margin: 3px 0px 5px 6px;
  padding-top: 2px;
}

.testimonials .testimonial-item h4 {
  margin: 6px;
  padding-bottom: 5px;
}

.black {
  background: #151617;
  padding: 9px;
}

.height {
  height: 115px;
}

.white {
  color: #999 !important;
}

@media only screen and (max-width: 1200px) {
  .testimonials .testimonial-item {
    height: 375px !important;
  }
}

.custom-span {
  font-size: 14px;
  color: #999;
  font-weight: 300;
}

.custom_card {
  border-radius: 1px;
  margin: 5px;
}

.cus-img {
  border-radius: 1px;
  margin: 2px;
}

.card-para {
  font-size: 13px !important;
  text-align: justify;
}

.tags {
  padding: 3px;
  background: #e7e7e7;
  border: 1px solid #e4e5e6;
  border-radius: 5px;
  font-weight: 700;
}

.btn-read {
  padding: 7px;
  background: #e03a3c;
  border: 1px solid #e9eaea;
  border-radius: 4px;
  color: #efefef;
}

.tablet {
  padding: 0px !important;
}


/*CSS For Section Height*/
/*section {
  padding: 18px 0;
}*/

.bor {
  border: solid 1px #dddfe1;
}

.toppad {
  padding-top: 13px;
}

.bot-pad {
  margin-bottom: 13px !important;
}

.sec-mod ::before {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.black-text {
  color: #47494a;
}


/*coming soon page*/
/*body {
            font-family: Arial, sans-serif;
            background-color: #111;
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            color: #fff;
        }
        .container {
            text-align: center;
            max-width: 400px;
        }

        h1 {
            font-size: 36px;
            margin-bottom: 20px;
        }

        p {
            font-size: 18px;
            margin-bottom: 40px;
        }

        .countdown {
            font-size: 24px;
        }

        #timer {
            font-size: 36px;
            font-weight: bold;
            color: #333;
        }
*/
/*coming soon page*/





/*image grid*/
.wrapper {
  width: 100%;
}

h1 {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 38px;
  /*text-align: center;*/

}

.container2>div {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  color: #ffeead;
}

.container2>div>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid black
}

/* Grid */
.container2 {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-auto-rows: 125px;
  grid-auto-flow: dense;
  /* Fill all spaces with fitted images */
}

.horizontal {
  grid-column: span 2;
}

.vertical {
  grid-row: span 2;
}

.big {
  grid-column: span 2;
  grid-row: span 2;
}

/* Media Queries */

@media screen and (min-width: 1024px) {
  .wrapper {
    width: 960px;
    margin: 0 auto;
  }
}

/*image grid*/


.cus-top-pad {
  padding-top: 60px;
}

.custom-red {
  color: #e03a3c;
  font-weight: 600;
  font-size: 25px;
}

.section-title2 {
  text-align: center;
  padding-top: 60px;
  position: relative;
}

.featured {
  padding: 5px;
  background: #000000a8;
  margin-top: 45px
}

.custlist {
  list-style-type: none;
}

.li-back {
  /*background:#fff;*/
  margin: 0;
  padding: 8;
}

.weighted {
  font-weight: 700;
  font-size: 12px;
}

.glaziaer {
  color: #c5c3c3;
}

.glaziaer :hover {
  color: #e03a3c !important;
}

.li-back:hover {
  background: #f0f8ff0d !important;
}

.tops {
  margin-top: 115px;
}

#hero {
  width: 100%;
  height: 550px;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 11px 56px !important;
  font-size: 15px;
  color: #111111;
}

.featured {
  padding: 5px;
  background: #000000a8;
  margin-top: 70px;
}


/* Media query for screens with a maximum width of 768px (typical for mobile devices) */
@media (max-width: 768px) {
  .featured {
    margin-top: 6px;
  }

  .col-sm-2 {
    width: 50%;
    /* Make columns take up 50% of the screen width on smaller screens */
  }

  .glaziaer {
    text-align: center;
    /* Center the content within columns */
    padding: 5px 0px 5px 0px;
  }

  .weighted {
    font-size: 16px;
    /* Increase font size for better readability on smaller screens */
  }

  .navbar-mobile {
    display: block;
    /* Display the mobile navigation links vertically */
  }

  .justify_with_space {
    padding: 0px 15px 0px 15px;
  }

  .l-75 {
    left: unset !important;
  }

  #navbar #case {
    top: unset !important;
  }
}

@media screen and (min-width: 1920px) and (min-height: 1080px) {
  #hero {
    width: 100%;
    height: 80vh;
  }
}

#navbar #servi ul {
  align-items: unset !important;
}

#navbar #case {
  top: -51px;
}

#f_pg #counts2 .section-title h2 span {
  color: #e03a3c !important;
}

#counts .section-title h2 span {
  color: #e03a3c !important;
}

.feature {
  padding: 20px;
  background: #f9f9f9 !important;
  margin-bottom: 20px;
  height: 90%;
}

.mobile-app-process {
  background-color: #f0f0f0;
  /* Set your desired background color */
  padding: 20px;
}

.step {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.circle {
  width: 40px;
  height: 40px;
  background-color: #979797;
  /* Set your desired circle background color */
  color: white;
  /* Text color for the numbers */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  margin-right: 10px;
}

.title {
  font-size: 15px;
  font-weight: 600;
}

#f_pg section {
  padding: 60px 0 0px 0;
  overflow: hidden;
  position: relative;
}

/* Add CSS transitions for the sliding effect */
.slide_home {
  height: 400px;
  display: flex;
  overflow: hidden;
  width: 100%;
  /* Adjust this width based on the number of slides */
}

.slide-divx {
  position: absolute;
  flex: 0 0 100%;
  /* Each slide takes up the full container width */
  transition: transform 1s ease;
  /* Add a transition for the sliding effect */
}

.clrd {
  content: "";
  display: table;
  clear: both;
}

.l-75 {
  left: 88px;
  position: inherit;
}

.featured {
  padding: 5px;
  background: #1b1b1b;
  margin-top: unset !important;
}

.top-6 {
  top: 6px;
  position: relative;
}

#clients .section-title h2 span {
  color: #e03a3c !important;
}

#faq .section-title h2 span {
  color: #e03a3c !important;
}

.success-msg {
  color: #337a3b !important;
  display: none;
}

#single_nav ul {
  right: 9%;
}

#iRest_banner {
  position: relative;
  background: url('/assets/img/introps-irest.webp') center center no-repeat;
  background-size: cover;
  overflow: hidden;
}

#iRest_banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at top left, #02a1df, transparent);
  z-index: 1;
}

/* Add the following rule to limit the gradient to the #iRest_banner element */
#iRest_banner>.container {
  position: relative;
  z-index: 2;
  /* Place the content above the gradient */
}

.col_des {
  // background: #666d7d42;
  padding: 30px;
  line-height: 1.5rem;
  font-weight: 400;
}

.services .icon-box .fa_icons {
  top: 27%;
  position: relative;
}

/*@media (max-width: 1920px) {
#iRest_banner {
	background: url('/assets/img/introps-irest.webp') center center no-repeat;
	background-size: cover;
	height: 77vh;
  }

}*/

@media (max-width: 768px) {
  #iRest_banner {
    background: url('/assets/img/introps-irest.webp') center center no-repeat;
    background-size: cover;
    height: auto;
  }

  .pt-16 {
    padding: 60px 20px;
  }



}

.cust_pad {
  padding: 10px 0px 10px 25px;
}

.lmt {
  font-size: 12px;
  padding: 5px;
  color: #a3a6a6;
}

.wid {
  width: 80%;
  left: 12%;
  position: relative;
}

.txt_white {
  color: #fff;
  text-shadow: 1px 2px #0000006e;
}

.pt-30 {
  padding-top: 30px;
}

.signup {
  color: #fff;
  background: #fa641b;
  padding: 10px;
  text-transform: uppercase;
  text-align: center !important;
  letter-spacing: 2px;
  font-weight: 600;
  text-shadow: none;
  width: 80%;
  display: inherit;
  font-size: 22px;
  border-radius: 4px;
}

.signup:hover {
  background-color: #fff;
  color: #faa21b !important;
}

.sign {
  padding-left: 1px;
}

#iRest_banner h1 {
  font-size: 33px;
}

#iRest_banner h4 {
  font-size: 20px;
}

#iRest_banner .get-started-btn {
  margin-left: unset;
}