@font-face {
  font-family: "Droid Sans";
  src: url("/fonts/DroidSans.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.portfolio-container {
  display: flex;
  justify-content: space-around;
}
.master-link-container {
  padding: 10px;
  border-radius: 10px !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.link-container {
  padding: 20px;
}
.link-container a {
  color: blue;
}
.portfolio-feature {
  flex: 1;
  position: relative;
  overflow: hidden;
  margin: 10px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.portfolio-feature img {
  display: block;
  width: 100%;
  border-radius: 8px;
  transition: transform 0.3s ease-in-out;
}
.portfolio-feature:hover img {
  transform: scale(1.1);
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  transition: opacity 0.3s ease-in-out;
}
.portfolio-feature:hover .overlay {
  opacity: 1;
}
.overlay h2 {
  margin: 0;
  font-size: 1.5em;
  color: #fff;
  text-align: center;
}
.accordion-item {
  border: 1px solid #ccc;
  margin: 5px;
  border-radius: 5px;
  overflow: hidden;
  transition: height 0.3s ease;
}
.accordion-header {
  background-color: #f5f5f5;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.accordion-content {
  padding: 10px;
  display: none;
}
.plus-sign {
  color: #c21605;
  font-size: 20px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.accordion-header:hover {
  background-color: #e0e0e0;
}
.accordion-item.open {
  height: auto;
}
.master-container {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.sub-container {
  width: 355px;
}
.scroll-container {
  background-color: #fff;
  border: 1px solid #cecece;
  border-radius: 4px;
  height: 300px;
  margin-bottom: 30px;
  overflow-y: auto;
  padding: 5px;
}
.scroll-container::-webkit-scrollbar {
  width: 3px;
}
.scroll-container::-webkit-scrollbar-thumb {
  background-color: #c21605;
  border-radius: 6px;
}
.scroll-container::-webkit-scrollbar-track {
  background-color: #cecece;
  border-radius: 6px;
}
.content {
  background-color: #fff !important;
}
.content li {
  background: 0;
}
.img-logo {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-left: -54px;
}
.slidewrap {
  width: 40%;
  height: 344px;
  margin: 6% 0 0 11%;
  padding: 0;
  float: inline-start;
  overflow: hidden;
}
.rating-container {
  margin: auto;
  width: 50%;
  padding: 10px;
  margin-bottom: 0;
  box-sizing: border-box;
  border-radius: 10px;
  display: flex;
  align-items: center;
  width: 1000px;
  display: flex;
  background-color: #f5f5f5 !important;
  margin-top: 10px;
}
.rating-card {
  display: flex;
}
.img_2 {
  width: 50%;
  border-radius: 50%;
}
.right-div {
  margin-top: 6px;
  height: 80px;
  width: 150px;
}
.left-div {
  margin-top: 20px;
  height: 80px;
  width: 150px;
  padding: 0;
}
.img-class {
  margin-left: 60px;
  margin-top: 10px;
}
.rating-container-feature {
  margin: auto;
  width: 50%;
  padding: 10px;
  margin-bottom: 0;
  box-sizing: border-box;
  border-radius: 10px;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #f5f5f5 !important;
}
.rating-card-feature {
  display: flex;
}
.img_2-feature {
  width: 50%;
  border-radius: 50%;
}
.right-div-feature {
  margin-top: 6px;
  height: 80px;
  width: 150px;
}
.left-div-feature {
  margin-top: 30px;
  height: 80px;
  width: 150px;
  padding: 0;
}
.stars {
  color: #ff4500 !important;
}
.service-master-container {
  display: flex;
  gap: 15px;
}
.service-container {
  width: 24%;
  height: 440px;
  border-radius: 20px;
  box-shadow: 5px;
  background-color: #fff;
  box-shadow: 0 0 5px 0 #cbc0c0;
}
.service-img {
  width: 100%;
  height: 35%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.service-sub2-container {
  display: flex;
}
.sub-child-img {
  margin-left: 28px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
#text {
  margin-left: 13px;
  text-align: center;
  font-size: 14px;
}
#headtext {
  text-align: center;
}
#plaintext {
  padding: 5px;
}
.footer-img {
  margin-top: -90px;
}
a,
a:active,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}
a,
a:active,
a:focus {
  color: #333;
  text-decoration: none;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a,
a:hover,
span {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
.pt-5,
.py-5 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.section-head {
  margin-bottom: 60px;
}
.section-head h4 {
  position: relative;
  padding: 0;
  color: #c21605;
  line-height: 1;
  letter-spacing: 0.3px;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  margin-bottom: 30px;
}
.section-head h4:before {
  content: "";
  width: 60px;
  height: 3px;
  background: #c21605;
  position: absolute;
  left: 0;
  bottom: -10px;
  right: 0;
  margin: 0 auto;
}
.section-head h4 span {
  font-weight: 700;
  padding-bottom: 5px;
  color: #2f2f2f;
}
p.service_text {
  color: #ccc !important;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
.section-head p,
p.awesome_line {
  color: #000;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
.extra-text {
  font-size: 34px;
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 25px;
  position: relative;
  text-transform: none;
}
.extra-text::before {
  content: "";
  width: 60px;
  height: 3px;
  background: #c21605;
  position: absolute;
  left: 0;
  bottom: -10px;
  right: 0;
  margin: 0 auto;
}
.extra-text span {
  font-weight: 700;
  color: #c21605;
}
.item {
  background: #fff;
  text-align: center;
  padding: 30px 25px;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  border: 5px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
}
.item:hover {
  background: #c21605;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
}
.item:hover .item,
.item:hover span.icon {
  background: #fff;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
}
.item:hover h6,
.item:hover p {
  color: #fff;
  -webkit-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
}
.item .icon {
  font-size: 40px;
  margin-bottom: 25px;
  color: #c21605;
  width: 90px;
  height: 90px;
  line-height: 96px;
  border-radius: 50px;
}
.item .feature_box_col_one {
  background: rgba(247, 198, 5, 0.2);
  color: #c21605;
}
.item .feature_box_col_two {
  background: rgba(255, 77, 28, 0.15);
  color: #c21605;
}
.item .feature_box_col_three {
  background: rgba(0, 147, 38, 0.15);
  color: #c21605;
}
.item .feature_box_col_four {
  background: rgba(0, 108, 255, 0.15);
  color: #c21605;
}
.item .feature_box_col_five {
  background: rgba(146, 39, 255, 0.15);
  color: #c21605;
}
.item .feature_box_col_six {
  background: rgba(23, 39, 246, 0.15);
  color: #c21605;
}
.item p {
  font-size: 15px;
  line-height: 26px;
}
.item h6 {
  margin-bottom: 20px;
  color: #2f2f2f;
}
.mission p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
}
.mission i {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #c21605;
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
}
.mission .small-text {
  margin-left: 10px;
  font-size: 13px;
  color: #666;
}
.skills {
  padding-top: 0;
}
.skills .prog-item {
  margin-bottom: 25px;
}
.skills .prog-item:last-child {
  margin-bottom: 0;
}
.skills .prog-item p {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 10px;
}
.skills .prog-item .skills-progress {
  width: 100%;
  height: 10px;
  background: #e0e0e0;
  border-radius: 20px;
  position: relative;
}
.skills .prog-item .skills-progress span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #c21605;
  width: 10%;
  border-radius: 10px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.skills .prog-item .skills-progress span:after {
  content: attr(data-value);
  position: absolute;
  top: -5px;
  right: 0;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  padding: 3px 7px;
  border-radius: 30px;
}
.slider-container {
  display: flex;
  overflow: hidden;
  margin: 20px;
}
.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}
.slide {
  min-width: calc(33.33% - 20px);
  box-sizing: border-box;
  margin-right: 20px;
}
section {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: left;
}
h2,
h4 {
  color: #e44d26;
  margin-bottom: 10px;
}
a {
  color: #e44d26;
  text-decoration: none;
}
p {
  margin-bottom: 20px;
  color: #555;
}
.wrapper-master-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  background: #fff;
}
.slider-wrapper-container {
  max-width: 1200px;
  width: 100%;
}
.slider-wrapper {
  position: relative;
}
.slider-wrapper .slide-button {
  position: absolute;
  top: 50%;
  outline: 0;
  border: none;
  height: 50px;
  width: 50px;
  z-index: 5;
  color: #fff;
  display: flex;
  cursor: pointer;
  font-size: 2.2rem;
  background: #000;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: translateY(-50%);
}
.slider-wrapper .slide-button:hover {
  background: #404040;
}
.slider-wrapper .slide-button#prev-slide {
  left: -25px;
  display: none;
}
.slider-wrapper .slide-button#next-slide {
  right: -25px;
}
.slider-wrapper .image-list {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 32px;
  font-size: 0;
  list-style: none;
  margin-bottom: 30px;
  overflow-x: auto;
  scrollbar-width: none;
}
.slider-wrapper .image-list::-webkit-scrollbar {
  display: none;
}
.slider-wrapper .image-list .image-item {
  width: 361px;
  height: 201px;
  object-fit: cover;
}
.container .slider-scrollbar {
  height: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
.slider-scrollbar .scrollbar-track {
  background: #ccc;
  width: 100%;
  height: 2px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  position: relative;
}
.slider-scrollbar:hover .scrollbar-track {
  height: 4px;
}
.slider-scrollbar .scrollbar-thumb {
  position: absolute;
  background: #000;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  cursor: grab;
  border-radius: inherit;
}
.slider-scrollbar .scrollbar-thumb:active {
  cursor: grabbing;
  height: 8px;
  top: -2px;
}
.slider-scrollbar .scrollbar-thumb::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  bottom: -10px;
}
table {
  width: 100% !important;
  border-collapse: collapse;
}
td,
th {
  border: 1px solid #ddd;
  text-align: center;
  padding: 8px;
}
th {
  color: #fff;
  background-color: #c21605;
}
tr:nth-child(even) {
  background-color: #f2f2f2;
}
tr:hover {
  background-color: #e0e0e0;
}
.center-table {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-img-logo {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-left: -54px;
}
@media (max-width: 767px) {
  .lower_div_outer {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .footer-img-logo {
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: -126px;
  }
  .footer-sub-img-logo {
    padding: 10px;
    display: flex;
    margin-left: 10px;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 900px) {
  .slide {
    min-width: calc(100% - 0px);
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .slider-wrapper .slide-button {
    display: none !important;
  }
  .slider-wrapper .image-list {
    gap: 10px;
    margin-bottom: 15px;
    scroll-snap-type: x mandatory;
  }
  .slider-wrapper .image-list .image-item {
    width: auto;
    height: 198px;
  }
  .slider-scrollbar .scrollbar-thumb {
    width: 20%;
  }
  .hide-class {
    display: none;
  }
  .portfolio-container {
    display: flex;
    flex-direction: column;
  }
  .master-container {
    display: flex;
    padding: 0 !important;
    flex-direction: column;
  }
  .sub-container {
    width: auto;
    padding: 0 !important;
  }
  .content li {
    background: 0;
  }
  .lower_div_outer {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .img-logo {
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: -126px;
  }
  .logo {
    padding: 10px;
    display: flex;
    margin-left: 10px;
    justify-content: center;
    align-items: center;
  }
  .footer-img {
    margin-top: -34px;
  }
  .slidewrap {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
  }
  .rating-container {
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    width: auto;
    height: auto;
  }
  .rating-card {
    width: 100%;
    margin: 0 auto;
  }
  .left-div,
  .right-div {
    text-align: center;
    padding: 10px 0;
  }
  .rating-container-feature {
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    width: auto;
    height: auto;
  }
  .rating-card-feature {
    width: 100%;
    margin: 0 auto;
  }
  .left-div-feature,
  .right-div-feature {
    text-align: center;
    padding: 10px 0;
  }
  .service-master-container {
    display: block;
    padding-left: 0;
  }
  .service-container {
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
  .sub-child-img {
    margin-left: 56px;
  }
  #text {
    margin-left: 40px;
  }
}
/* table responsive css code */
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
}
