/* Start Media Query CSS */

  @media (min-width: 768px) and (max-width: 991px) {
	 .about-hero-img-box {
        width: 290px !important;
     }
	 .back-img-left {
        left: 0 !important;
     }
	 .back-img-right {
        right: 0 !important;
     }
    .about-title {
        font-size: 38px !important;
     }
    .left-section p {
        font-size: 18px !important;
        line-height: 26px !important;
     }
    .hero-bg {
        height: 100% !important;
     }
     .welcome-text {
        font-size: 14px !important;
        line-height: 18px !important;
        padding-top: 18px;
     }
     .wel-text-left-img {
        height: 325px;
     }
     .client-card-title {
        height: 40px !important;
        font-size: 13.5px !important;
     }
     .card-icon-img {
        width: 55px !important;
     }
     .card-paragraph {
        font-size: 14px;
     }
     .carousel-paragraph {
        padding: 0 5rem !important;
     }
     .carousel-right-chevron {
        right: 42% !important;
        width: 7% !important;
     }
     .carousel-left-chevron {
        left: 43% !important;
        width: 7% !important;
     }
	 /* .media-container {
		 max-width: 800px !important;
	 } */
  }
  @media (min-width: 991px) and (max-width: 1200px) {
	 .about-hero-img-box {
        width: 290px !important;
     }
	 .back-img-left {
        left: 0 !important;
     }
	 .back-img-right {
        right: 0 !important;
     }
     .about-title {
        font-size: 38px !important;
     }
    .left-section p {
        font-size: 18px !important;
        line-height: 26px !important;
     }
    .hero-bg {
        height: 100% !important;
     }
     .welcome-text {
        font-size: 14px !important;
        line-height: 18px !important;
        padding-top: 18px;
     }
     .wel-text-left-img {
        height: 325px;
     }
     .client-card-title {
        height: 40px !important;
        font-size: 13.5px !important;
     }
     .card-icon-img {
        width: 55px !important;
     }
     .card-paragraph {
        font-size: 14px;
     }
     .carousel-paragraph {
        padding: 0 5rem !important;
     }
     .carousel-right-chevron {
        right: 42% !important;
        width: 7% !important;
     }
     .carousel-left-chevron {
        left: 43% !important;
        width: 7% !important;
     }
	 /* .media-container {
		 max-width: 800px !important;
	 } */
  }

/* END Media Query CSS */


/* Start Coustom CSS */

  body {
    /*font-family: inter;*/
  }
  .slide-sec {
	flex: 0 0 32.33%;
    margin-left: 8.5px;
    box-shadow: 0px 0px 4px #b9b9b9;
    border-radius: 12px;
    padding: -1px 0px;
    height: 100%;
  }
  .hero-bg {
    background: url(../images/hm3.png);
    width: 100%;
    height: 620px;
    background-size: 100% 100%;
    padding: 2.5rem 0px;
    background-repeat: no-repeat;
    box-shadow: 0 0 35px -14px;
    border-top: 2px solid #fff;
  }
  .carousel-bg {
    background: url(../images/Slider_background_image.png);
    width: 100%;
    height: auto;
	border-radius: 0;
    background-size: 100% 100%;
    padding: 2rem 0rem 4rem 0px;
    background-repeat: no-repeat;
    box-shadow: 0 0 35px -14px;
    border-top: 2px solid #fff;
  }
  .about-title {
	font-size: 44px;
  }
  .left-section p {
	font-size: 16px;
	line-height: 25px;
  }
  .contact-bnt {
	font-size: 20px;
    font-weight: 500;
    border: 3px solid #fff;
    border-radius: 7px;
    padding: 10px 30px;
  }
  .contact-bnt:hover {
    border: 3px solid #fff;
    border-radius: 7px;
  }
  .about-hero-img-box {
	width: 400px;
    height: 250px;
    z-index: 1;
    padding: 5px 0;
  }
  .img-position-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 0;
  }
  .back-img-left {
	left: 90px;
    top: 0;
    width: 135px;
  }
  .back-img-right {
    right: 95px;
    bottom: 0;
    width: 135px;
  }
  .welcome-text {
	font-weight: 500;
    font-size: 22px;
    line-height: 32px;
  }
  .client-card-bg {
	background-color: white;
    border-radius: 8px;
    box-shadow: 0px 8px 14px 3px #FFE7C3;
    padding: 15px 15px;
	height: 100%;
  }
  .client-card-title {
	height: 90px;
	font-size: 26px;
  }
  .carousel-title {
	border-bottom: 4px solid #fff;
    width: fit-content;
  }
  .client-img {
	border: 4px solid #FF9A00;
    border-radius: 50%;
    padding: 8px;
  }
  .carousel-paragraph {
	padding: 0 18rem;
    font-size: 18px;
  }
  .carousel-control-prev-icon {
    background-image: url(../images/left_chevron.png) !important;
    background-color: white;
    border: 2px solid #FF9A00;
    border-radius: 50%;
	background-size: 18px;
    width: 50px;
    height: 50px;
   }
   .carousel-control-next-icon {
    background-image: url(../images/right_chevron.png) !important;
    background-color: white;
    border: 2px solid #FF9A00;
    border-radius: 50%;
	background-size: 18px;
    width: 50px;
    height: 50px;
   }
   .carousel-left-chevron {
	top: auto;
    left: 45%;
	opacity: 1 !important;
	width: 4%;
	bottom: 20px;
   }
   .carousel-right-chevron {
	top: auto;
    right: 45%;
	opacity: 1 !important;
	width: 4%;
	bottom: 20px;
   }
   .card-icon-img {
     width: 70px;
   }
   .wel-text-left-img img {
     box-shadow: 0px 3px 18px 6px #D6D6D6;
     border-radius: 8px;
   }


/* END Coustom CSS */