/* <!------------------------- home first section start -----------------------> */


@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Nanum+Gothic&display=swap');


:root{
  /* --red-color: #f14902; */
    --red-color: #f14902;
}

h2 span{
  color: var(--red-color);
}

p{
font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.home_bannersection {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0px 70px 0px;
  position: relative;
  animation: slider 20s infinite alternate ease-in;
}

@keyframes slider {
  0%{background-image: url(../image/hb1.jpg);}
  20%{background-image: url(../image/hb2.jpg);}
  40%{background-image: url(../image/hb3.jpg);}
  60%{background-image: url(../image/hb4.jpg);}
  80%{background-image: url(../image/hb5.jpg);}
  100%{background-image: url(../image/hb1.jpg);}
  
}

.home_bannersection_bg {
  background-color: #000;
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  opacity: 0.7;
}

.home_bannertitle {
  
  color: #fff;
  text-align: center;
}

.home_bannertitle h1 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 500;
}

.home_bannertitle h1 span {
  font-size: 50px;
  color: #f14902;
  font-weight: 500;
}

.home_bannerpoint {
  color: #cecece;
  font-size: 20px;
  margin: 20px 0px 40px 0px;
  font-weight: 500;
}

.home_bannerpoint_first i {
  color: #f14902;
}

.home_bannerpoint_second i {
  color: #f14902;
}

.home_bannerbutton button:nth-child(1) {
  padding: 12px 40px;
  font-weight: 500;
  margin-top: 20px;
  font-size: 16px;
  color: white;
  border: none;
  border-radius: 0px 0px 0px 0px;
  background-color:#f14902;
}

.home_bannerbutton button:nth-child(1):hover {
  color: white;
  background-color: #08568a;
  transition-duration: .4s;
}

.home_bannerbutton button:nth-last-child(1) {
  padding: 12px 40px;
  font-weight: 500;
  margin-top: 20px;
  font-size: 16px;
  color: #f14902;
  border: none;
  border-radius: 0px 0px 0px 0px;
  background-color: #fff;
}

.home_bannerbutton button:nth-last-child(1):hover{
  background-color:#f14902;
  color: white;
  transition-duration: .4s;
}

.home_bannerbutton span {
  font-size: 900;
  color: #f14902;
  font-size: 25px;
  margin-right: 3px;
}



.home_bannercontent {
  position: relative;
}

@media only screen and (max-width: 480px) {
  .home_bannersection {
    padding: 80px 0px 20px 0px;
  }

  .home_bannertitle h1 {
    font-size: 30px;
  }

  .home_bannertitle h1 span {
    font-size: 30px;
  }

  .home_bannerpoint {
    font-size: 16px;
    padding-left: 20px;
  }

  .home_bannerbutton button:nth-child(1) {
    padding: 8px 0px;
    font-weight: 900;
    margin-top: 10px;
    font-size: 15px;
    width: 80%;
    color: black;
    border: 2px solid #000;
    border-radius: 10px;
  }

  .home_bannerbutton button:nth-last-child(1) {
    padding: 8px 0px;
    font-weight: 900;
    margin-top: 5px;
    transform: translateX(-4px);
    font-size: 15px;
    width: 80%;
    color: black;
    border: 2px solid #000;
    border-radius: 10px;
  }

  .home_bannerbutton span {
    display: none;
  }

  .home_bannercontent {
    position: relative;
  }
}

/* <!------------------------- home first section end -------------------------> */

/* <!------------------------- home second section start -------------------------> */

.home_secondsection {
  margin: 50px 0px;
  padding: 40px 0px;
  position: relative;
}

.home_secondsection_bg {
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0.3;
  background-color: #f2f2f2;
  height: 100%;
  border-radius: 100% 0 0 0;
}

.homesecond_title h2 {
  font-weight: 700;
  font-size: 36px;
  position: relative;
}

.homesecond_content {
  position: relative;
  color: #000;
  text-align: justify;
  font-size: 16px;
  margin-top: 20px;
}

@media only screen and (max-width: 480px) {
  .home_secondsection {
    margin: 0px 0px 00px 0px;
    padding: 40px 0px;
    position: relative;
  }

  .homesecond_title {
    text-align: center;
  }

  .homesecond_title h2 {
    font-size: 26px;
  }

  .homesecond_content {
    font-size: 14px;
    padding: 0px 10px;
  }
}

/* <!------------------------- home second section end ---------------------------> */

/* <!------------------------- home third section start --------------------------> */

.home_thirdsection {
  margin: 80px 0px 0px 0px;
}

.home_thirdsection_title h1 {
  font-weight: 700;
  font-size: 40px;
}

.home_thirdsection_title h1 span {
  color: #f14902;
}

.home_thirdsection_title hr {
  background-color: #f14902;
  height: 8px;
  width: 50%;
  margin-top: 30px;
  border-radius: 50%;
  margin-left: 25%;
}

.home_thirdsection_cardtitle {
  font-size: 30px;
  font-weight: 700;
}

.home_thirdsection_cardtitle hr {
  background-color: #f64303;
  height: 8px;
  width: 50%;
  margin-top: 20px;
  border-radius: 50px;
}

.home_thirdsection_cardcontent {
  text-align: justify;
  font-size: 17px;
  margin: 30px 0px;
}

.home_thirdsection_subtitle_content {
  display: flex;
  justify-content: space-evenly;
}

.home_thirdsection_subtitle {
  width: 90%;
  background-color: rgb(20, 20, 20);
  box-shadow: 1px 1px 10px grey;
  color: white;
  font-weight: 600;
  margin-left: 5%;
  padding: 40px 0px;
  border-radius: 50px;
}

.home_thirdsection_subtitle_heading {
  font-size: 24px;
  margin-bottom: 20px;
  transform: translateY(-10px);
}

.home_thirdsection_subtitle_content_first {
  font-size: 22px;
  padding: 20px 0px;
}

.home_thirdsection_subtitle_content_first i {
  margin-right: 20px;
  color: #f64303;
  font-size: 22px;
}

.home_thirdsection_subtitle_content_first span {
  background: -webkit-linear-gradient(#fff, #f14902);
  background-clip: text;
  font-weight: 900;
  -webkit-text-fill-color: transparent;
}

.home_thirdsection_firstcard {
  padding: 20px;
  border-radius: 0px 10px 0px 10px;
  font-weight: 700;
  position: relative;
  color: white;
  background-color: #1f2937;
  font-size: 18px;
}

.home_thirdsection_firstcard i {
  font-size: 26px;
}

.home_thirdsection_firstcard span {
  margin-left: 10%;
}

.home_thirdsection_firstcard_count {
  font-size: 40px;
  margin-top: 5px;
}

.home_thirdsection_firstcard_count span {
  margin-left: 0%;
  background: -webkit-linear-gradient(#f14902, #f64303);
  background-clip: text;
  font-weight: 900;
  -webkit-text-fill-color: transparent;
}

.home_thirdsection_thirdcard {
  padding: 30px;
  border-radius: 10px;
  font-weight: 700;
  position: relative;
  background-color: #f5f4f4;
  font-size: 30px;
}

.home_thirdsection_thirdcard i {
  font-size: 36px;
}

.home_thirdsection_thirdcard span {
  background: -webkit-linear-gradient(#000, #f64303);
  background-clip: text;
  font-weight: 900;
  margin-left: 10%;
  font-size: 30px;
  -webkit-text-fill-color: transparent;
}

.home_sectionthird_subsection {
  margin: 80px 0px;
}

@media only screen and (max-width: 480px) {
  .home_thirdsection {
    margin: 50px 0px 0px 0px;
  }

  .home_thirdsection_title h1 {
    font-size: 26px;
  }

  .home_thirdsection_title hr {
    background-color: #f14902;
    height: 3px;
    width: 90%;
    margin-top: 20px;
    border-radius: 50%;
    margin-left: 5%;
  }

  .home_thirdsection_cardtitle {
    font-size: 26px;
    text-align: center;
  }

  .home_thirdsection_cardcontent {
    text-align: justify;
    font-size: 14px;
    margin: 20px 0px;
  }

  .home_thirdsection_subtitle_content {
    display: block;
    text-align: left;
    padding-left: 60px;
  }

  .home_thirdsection_subtitle {
    width: 100%;
    background-color: rgb(20, 20, 20);
    box-shadow: 1px 1px 10px grey;
    color: white;
    font-weight: 600;
    margin-left: 0%;
    padding: 40px 0px;
    border-radius: 00px;
  }

  .home_thirdsection_subtitle_heading {
    font-size: 18px;
    text-align: left;
    padding: 0px 10px 0px 60px;
    margin-bottom: 10px;
    transform: translateY(-10px);
  }

  .home_thirdsection_subtitle_content_first {
    font-size: 16px;
    padding: 7px 0px;
  }

  .home_thirdsection_subtitle_content_first i {
    margin-right: 20px;
    color: #f64303;
    font-size: 16px;
  }

  .home_thirdsection_subtitle_content_first span {
    background: -webkit-linear-gradient(#fff, #f14902);
    background-clip: text;
    font-weight: 900;
    -webkit-text-fill-color: transparent;
  }

  .home_thirdsection_firstcard {
    padding: 20px;
    border-radius: 0px 10px 0px 10px;
    font-weight: 700;
    position: relative;
    color: white;
    background-color: #1f2937;
    font-size: 18px;
  }

  .home_thirdsection_firstcard i {
    font-size: 26px;
  }

  .home_thirdsection_firstcard span {
    margin-left: 10%;
  }

  .home_thirdsection_firstcard_count {
    font-size: 40px;
    margin-top: 5px;
  }

  .home_thirdsection_firstcard_count span {
    margin-left: 0%;
    background: -webkit-linear-gradient(#f14902, #f64303);
    background-clip: text;
    font-weight: 900;
    -webkit-text-fill-color: transparent;
  }

  .home_thirdsection_thirdcard {
    padding: 30px;
    border-radius: 10px;
    font-weight: 700;
    position: relative;
    background-color: #f5f4f4;
    font-size: 30px;
  }

  .home_thirdsection_thirdcard i {
    font-size: 36px;
  }

  .home_thirdsection_thirdcard span {
    background: -webkit-linear-gradient(#000, #f64303);
    background-clip: text;
    font-weight: 900;
    margin-left: 10%;
    font-size: 30px;
    -webkit-text-fill-color: transparent;
  }

  .home_sectionthird_subsection {
    margin: 00px 0px 50px 0px;
    padding: 0px 10px;
  }

  .secondcardnumber {
    margin-top: 20px;
  }

  .home_thirdsection_firstcard {
    text-align: center;
  }
}

/* <!----------------- home third section end ------------------> */

/* <!----------------- home forth section start ------------------> */

.home_forthsection {
  padding: 80px 50px;
  background-image: url(https://img.freepik.com/free-photo/view-3d-justice-scales_23-2151228163.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}

.home_forthsection_bg {
  background-color: #000;
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  left: 0;
  opacity: 0.8;
}

.home_forthsection_title h1 {
  font-weight: 700;
  position: relative;
  font-size: 40px;
  color: white;
}

.home_forthsection_title h1 span {
  color: #f14902;
}

.home_forthsection_title hr {
  background-color: #f64303;
  height: 5px;
  position: relative;
  width: 70%;
  border-radius: 50%;
  margin-left: 15%;
  margin-top: 30px;
}

.home_forthsection_firstcard {
  background-color: white;
  width: 100%;
}

.home_forthsection_content {
  margin-top: 60px;
}

.home_forthsection_firstcard {
  overflow: hidden;
  border: 1px solid white;
}

.home_forthsection_firstcard_title {
  background-color: #000;
  color: white;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  padding: 15px;
}

.home_forthsection_firstcard_content {
  padding: 15px 10px 10px 10px;
}

.home_forthsection_firstcard_content li {
  padding: 5px 0px 5px 15px;
  font-weight: 500;
  font-size: 14px;
}


.flip-boxes {
  justify-content: center;
}
.flip-box {
  display: flex;
  align-content: stretch;
  min-height: 200px;
  flex-wrap: wrap;
  position: relative;
  border: 10px solid transparent;
  padding: 0;
  border-top: 0;
  -webkit-perspective: 1000;
  perspective: 1000;

  &:hover {
    .back {
      transform: rotateY(0deg);
      z-index: 10;
    }

    .front {
      transform: rotateY(180deg);
      z-index: -1;
    }
  }

  .back,
  .front {
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    flex: 0 0 100%;
    -webkit-transition: all 1s cubic-bezier(0.5, 1, 0.5, 1);
    transition: all 1s cubic-bezier(0.5, 1.3, 0.5, 1.3);
    transform-style: preserve-3d;
    background-size: cover;
    background-position: center;
  }

  .back {
    background-image: linear-gradient(#f14902, white);
    position: absolute;
    border-radius: 0px;
    left: 0;
    border: 2px solid white;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    transform: rotateY(-180deg);

    &:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 30px;
      height: 30px;
      border: 15px solid transparent;
      border-bottom-color: white;
      border-left-color: white;
    }
  }

  .front {
    z-index: 10;

    .content {
      font-size: 2rem;
    }

    &:after {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      width: 30px;
      height: 30px;
      border: 15px solid #cecece;
      border-bottom-color: white;
      border-right-color: white;
    }
  }

  .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    -webkit-transform: translateZ(50px);
    transform: translateZ(50px);
    font-weight: 700;
    font-size: 20px;
  }

  .content button a{
    background-color: transparent;
    font-size: 16px;
    padding: 5px 10px;
    font-weight: 700;
    color: black;
  }
   .content button{
    margin-top: 30px;
  }

  .content button:hover {
    background-color: black;
    color: white;
    transition-duration: 0.3s;
  }
  .content button:hover a{
    color: white !important;
  }
}

.back_title {
  text-align: center;
}

.back_button button {
  border: 1px solid black;
}

@media only screen and (max-width: 480px) {
  .home_forthsection {
    padding: 60px 15px;
  }

  .home_forthsection_title h1 {
    font-size: 30px;
  }

  .home_forthsection_title hr {
    height: 5px;
    width: 90%;
    margin-left: 5%;
    margin-top: 20px;
  }

  .home_forthsection_firstcard {
    margin-bottom: 20px;
  }
}
/* These lines are removed to eliminate the triangle */
.flip-box .front:after,
.flip-box .back:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  border: 15px solid transparent;
  border-bottom-color: white; /* This line created the triangle */
  border-right-color: white; /* This line created the triangle */
}

/* <!----------------- home forth section end --------------------> */

/* <!----------------- home fifth section start --------------------> */

.home_fifthsection {
  padding: 60px 50px 50px 50px;
}

.home_fifthsection_title h1 {
  font-weight: 700;
  font-size: 40px;
  color: black;
}

.home_fifthsection_title hr {
  background-color: black;
  height: 5px;
  width: 40%;
  border-radius: 50%;
  margin-left: 30%;
  margin-top: 25px;
}

.home_fifthsection_contentleft_image,
.home_fifthsection_contentright {
  padding: 50px 40px 50px 0px;
}
.home_fifthsection_contentleft_image img {
  width: 100%;
  margin-top: 20px;
}

.home_fifthsection_contentright_title h3 {
  font-size: 30px;
  font-weight: 700;
}

.home_fifthsection_contentright_title hr {
  height: 7px;
  background-color: black;
  margin-top: 10px;
  border-radius: 10px;
  width: 20%;
}

.home_fifthsection_contentright_content p {
  text-align: justify;
  font-size: 17px;
  margin: 20px 0px;
}

.home_fifthsection_contentright_button button {
  background-color: white;
  border: 2px solid black;
  font-weight: 700;
  padding: 10px 30px;
}

.home_fifthsection_contentright_button button:hover {
  background-color: black;
  color: white;
  transition-duration: 0.4s;
}

.carousel-control-next-icon {
  background-color: none;
  margin-left: 50px;
  border-radius: 10px;
  z-index: 10000;
  padding: 10px;
  position: absolute;
}

.carousel-control-prev-icon {
  background-color: nones;
  margin-left: -80px;
  z-index: 10000;
  position: absolute;
}

.carousel-item img {
  width: 100%;
  height: 330px;
}

.carousel-control-next-icon {
  background-image: none;
}

.carousel-control-prev-icon {
  background-image: none;
}

.carousel-control-prev-icon i {
  color: white;
  background-color: #000;
  padding: 15px;
  border-radius: 50%;
}

.carousel-control-next-icon i {
  color: white;
  background-color: #000;
  padding: 15px;
  border-radius: 50%;
}

@media only screen and (max-width: 480px) {
  .home_fifthsection {
    padding: 40px 10px 00px 10px;
  }

  .home_fifthsection_title h1 {
    font-size: 30px;
  }

  .home_fifthsection_title hr {
    height: 5px;
    width: 90%;
    margin-left: 5%;
    margin-top: 15px;
  }

  .home_fifthsection_contentleft_image,
  .home_fifthsection_contentright {
    padding: 10px 00px 10px 0px;
  }
  .home_fifthsection_contentleft_image img {
    width: 100%;
    margin-top: 20px;
  }

  .home_fifthsection_contentright_title h3 {
    font-size: 26px;
  }

  .home_fifthsection_contentright_content p {
    text-align: justify;
    font-size: 14px;
    margin: 20px 0px;
  }

  .home_fifthsection_contentright_button button {
    border: 1px solid black;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 30px;
  }

  .carousel-control-next-icon {
    background-color: none;
    margin-left: 30px;
    border-radius: 10px;
    z-index: 10000;
    padding: 10px;
    position: absolute;
  }

  .carousel-control-prev-icon {
    background-color: nones;
    margin-left: -65px;
    z-index: 10000;
    position: absolute;
  }

  .carousel-item img {
    width: 100%;
    height: 250px;
  }
}

/* <!----------------- home fifth section end ----------------------> */

/* <!----------------- own team sixth section start ------------------> */

.home_sixthsection {
  padding: 00px 0px 80px 0px;
  background-color: #000;
  margin-bottom: 80px;
}

.home_sixthsection_button button {
  background-color: #f14902;
  color: #fff;
  border: none;
  padding: 10px 100px;
  border-radius: 50px;
  font-size: 26px;
  font-weight: 700;
  margin-top: 50px;
}

.home_sixthsection_button button:hover {
  background-color: #fff;
  color: #f14902;
  transition-duration: 0.3s;
}

.home_sixthsection_content_first h5 {
  color: white;
  margin-top: 50px;
  font-size: 26px;
}

.home_sixthsection_content_first h5 i {
  margin-right: 10px;
  font-size: 20px;
  background-color: #f64303;
  color: black;
  padding: 5px;
  font-weight: 900;
}

@media only screen and (max-width: 480px) {
  .home_sixthsection {
    padding: 00px 0px 50px 0px;
    background-color: #000;
    margin-bottom: 50px;
  }

  .home_sixthsection_button button {
    background-color: #f14902;
    color: #fff;
    border: none;
    padding: 10px;
    width: 80%;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    margin-top: 50px;
  }

  .home_sixthsection_content_first h5 {
    color: white;
    margin-top: 10px;
    font-size: 16px;
  }

  .home_sixthsection_content_first h5 i {
    margin-right: 20px;
    font-size: 14px;
    background-color: #f64303;
    color: black;
    padding: 5px;
    font-weight: 900;
  }

  .home_sixthsection_content {
    margin-left: 50px;
    margin-top: 30px;
  }
}

/* <!----------------- home sixth section end --------------------> */

/* <!----------------- home seventh section start --------------------> */

.home_seventhsection {
  margin-top: 80px;
  background-image: url("https://invedus.com/images/background_icons/parallax-2-home-main.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.home_seventhsection_back {
  background-color: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

.home_seventhsection_title h1 {
  font-weight: 700;
  font-size: 40px;
  padding-top: 50px;
  color: #fff;
  position: relative;
}

.home_seventhsection_title h1 span {
  color: #f14902;
}

.home_seventhsection_content {
  padding: 50px;
  position: relative;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 25px;
  height: 10px;
  border-radius: 10px;
  display: inline-block;
  background: #f64303;
  margin: 0 8px;
}
.owl-dots button.owl-dot.active {
  background-color: #fbba98;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
.owl-nav span {
    font-size: 70px;    
    position: relative;
    top: -5px;
}
.owl-nav button:focus {
    outline: none;
}
.owl-item {
  
  display: flex;
}
.item {
    width: 100%;
}

.testimonial-card {
  border-radius: 6px;
  padding: 30px 30px 30px;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 -4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.testimonial-card:hover {
  transform: scale(1.05);
}

.testi_heading {
  position: relative;
  font-size: 18px;
  color: #e82719;
  font-weight: 700;
}

.testimonial-card p {
  margin: 0px;
}

.testimonial-card img {
  margin: auto;
  border: 5px solid #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-bottom: 14px;
  box-shadow: 0 0 2px 0 rgba(7, 7, 6, 0.2);
}

.testi_heading:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 20px;
  margin-left: -30px;
  background: #e82719;
}

.testi_feture {
  margin: 10px 0;
  color: #f14902;
  border-top: 1px dotted #6d6d6d;
  padding: 5px 0;
  border-bottom: 1px dotted #6d6d6d;
  font-weight: 700;
}

.owl-carousel .owl-item img {
  width: 80px;
}

.testimonial-card .title {
  font-weight: 700;
  margin: 5px 0px 10px 0px;
  font-size: 14px;
}

.testimonial-card .rating {
  font-weight: 700;
  margin: 5px 0px 10px 0px;
  font-size: 14px;
}

.testimonial-card .tele_content {
  font-size: 15px;
  margin: 20px 0px;
  line-height: 30px;
}

.item {
  padding: 20px 0px;
}

@media only screen and (max-width: 480px) {
  .home_seventhsection {
    margin-top: 00px;
  }

  .home_seventhsection_title h1 {
    font-weight: 700;
    font-size: 30px;
    padding-top: 50px;
    color: #fff;
    position: relative;
  }

  .home_seventhsection_content {
    padding: 50px;
    position: relative;
  }

  .home_seventhsection_content{
    padding: 50px 10px;
  }
}

/* <!----------------- home seventh section end ----------------------> */

/* <!----------------- own team eighth section start ------------------> */

.home_eighthsection_title h1 {
  font-weight: 700;
  font-size: 40px;
  color: black;
}

.home_eighthsection_title h1 span {
  color: #f14902;
}

.casestudy_firstcard {
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.casestudy_firstcard:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transform: scale(1.02);
}

.casestudy_firstcard_title h3 {
  display: inline-block;
  padding: 20px;
  font-weight: 600;
  color: #222;
  font-size: 22px;
}

.casestudy_firstcard_content p {
  position: relative;
  font-size: 15px;
  line-height: 28px;
  color: #000;
  padding: 0px 20px 20px 20px;
  transition: all 500ms ease;
}

.casestudy_firstcard_content {
  border-bottom: 1px solid grey;
}

.casestudy_firstcard_button {
  padding: 20px;
  font-size: 14px;
  color: black;
  font-weight: 700;
  border-bottom: 3px solid black;
}

@media only screen and (max-width: 480px) {
  .home_eighthsection_title h1 {
    font-size: 30px;
  }

  .casestudy_firstcard {
    text-align: center;
  }

  .casestudy_firstcard_title h3 {
    display: inline-block;
    padding: 20px;
    font-weight: 600;
    color: #222;
    font-size: 18px;
  }

  .casestudy_firstcard_content p {
    font-size: 14px;
    line-height: 28px;
  }
}

/* <!----------------- home eighth section end --------------------> */

/* <!----------------- home ninth section start --------------------> */

.home_ninthsection {
  margin: 80px 0px;
}

.home_ninthsection_left {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  border-right: 2px solid #f14902;
}

.home_ninthsection_left span {
  color: #f14902;
  font-weight: 700;
  font-size: 22px;
}

.home_ninthsection_right {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
}

.home_ninthsection_right span {
  color: #f14902;
  font-weight: 700;
  font-size: 22px;
}

.home_ninthsection_content {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 2px solid #f14902;
}

.home_ninthsection_content_left {
  font-size: 26px;
  font-weight: 700;
}

.home_ninthsection_content_right button {
  background-color: transparent;
  border: 2px solid #000;
  font-weight: 700;
  padding: 10px 40px;
}

.home_ninthsection_content_right button:hover {
  background-color: #f14902;
  color: #fff;
  border: 2px solid #f14902;
  transition-duration: 0.3s;
}

.home_ninthsection_content_left span {
  color: #f14902;
}

@media only screen and (max-width: 480px) {

  .home_ninthsection {
    margin: 40px 0px;
    padding: 0px 10px;
  }
  
  .home_ninthsection_left {
    text-align: left;
    font-size: 14px;
    border-right: 0px solid #f14902;
  }
  
  .home_ninthsection_left span {
    font-size: 17px;
  }
  
  .home_ninthsection_right {
    text-align: right;
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
  }
  
  .home_ninthsection_right span {
    color: #f14902;
    font-weight: 700;
    font-size: 17px;
  }
  
  .home_ninthsection_content {
    display: block;
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #f14902;
  }
  
  .home_ninthsection_content_left {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700;
  }
  
  .home_ninthsection_content_right button {
    background-color: transparent;
    border: 1px solid #000;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 40px;
  }
  
  .home_ninthsection_content_right button:hover {
    background-color: #f14902;
    color: #fff;
    border: 1px solid #f14902;
    transition-duration: 0.3s;
  }
  
  .home_ninthsection_content_left span {
    color: #f14902;
  }

}
/* <!----------------- home ninth section end ----------------------> */
