body {
  font-family: 'Poppins', sans-serif;
  color: #101010;
  background-color: #ffffff;
}

label {
  margin-bottom: .3rem;
}

.dropdown-item:active {
  background-color: rgb(250, 241, 231);
  color: #000;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

.custom_heading-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* padding: ; */
}

.custom_heading-container h2 {
  color: #000000;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
  text-transform: capitalize;
  /* white-space: nowrap; */
}

.custom_heading-container h2::before {
  content: "";
  width: 100px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -7px;
  background-color: #6bd1bd;
}

/* .custom_heading-container h2::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 66px;
  right: 100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fb1004;
  border-radius: 100%;
} */

/*header section*/


.sub_page .hero_area {
  height: auto;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section .active a {
  color: #201f33 !important;
}

.header_section .call_btn {
  margin-left: auto;
}

.header_section .call_btn a {
  color: #000000;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 20px;
  color: #070101;
  border-bottom: 2px solid transparent;
  /* text-align: center; */
}

.custom_nav-container .user_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom_nav-container .user_option .login-btn-container a {
  display: inline-block;
  padding: 10px 15px;
  /* color: #070101; */
  text-align: center;
}


a,
a:hover,
a:focus {
  text-decoration: none;
}


.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.nav_search-btn {
  background-image: url(../images/search-icon-black.png);
  background-size: 22px;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand img {
  width: 45px;
}

.navbar-brand,
.navbar-brand:hover {
  color: #0878a0;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}

.custom_nav-container {
  z-index: 2;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}

/*end header section*/
.slider_section {
  /* margin-top: -75px; */
}

/* .slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
*/
.slider_section .detail-box h1 {
  /* font-size: 3em; */
  font-weight: 700;
}

/* .slider_section .detail-box p {
  margin: 15px 0;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #fb1004;
  color: #ffffff;
  border-radius: 0;
  margin-top: 15px;
}

.slider_section .detail-box a:hover {
  background-color: #b00b03;
  color: #ffffff;
} */


/*
.slider_section .carousel-control-prev,
.slider_section .carousel-control-next {
  position: absolute;
  left: 2.5%;
  width: 45px;
  height: 45px;
  border: none;
  top: 47%;
}



.carousel-control-prev,
.carousel-control-next {
  background-color: #201f33;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  opacity: 1;
  border-radius: 7px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  background-color: #fb1004;
}

.carousel-control-prev {
  background-image: url(../images/left-arrow-black.png) ;
}

.carousel-control-prev:hover {
  background-image: url(../images/left-arrow-white.png);
}

.carousel-control-next {
  background-image: url(../images/right-arrow-black.png);
}

.carousel-control-next:hover {
  background-image: url(../images/right-arrow-white.png);
}
 */

/* new styles ||VV */





.carousel_section {
  /* Set the section height to 100% of the viewport */
  position: relative;
  /* Allow positioning of child elements */
  overflow: hidden;
  /* Prevent any overflow from the section */
  /* background-color: rgba(28, 243, 193, 0.554); */

}



.img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  /* Ensure the box takes full height */
  overflow: hidden;
  /* Hide overflow to maintain shape */
  /* clip-path: polygon(10% 0%, 100% 0%, 90% 10%, 100% 100%, 0% 100%, 0% 10%); */
  /* Rough multi-corner shape */
}

.carousel-img {
  width: 100%;
  /* Make the image fill the box */
  height: 100%;
  /* Make the image fill the box */
  object-fit: cover;
  /* Ensure the image covers the box without stretching */
  position: absolute;
  /* Positioning to ensure centering */
  top: 50%;
  /* Center vertically */
  left: 50%;
  /* Center horizontally */
  transform: translate(-50%, -50%);
  /* Center the image */

  border-radius: 25px;
}

.h-80vh {
  height: 80vh;
}

.brands img {
  width: 150px;
  height: 50px;
}




.h-60vh {
  height: 60vh;
}


@media (max-width: 768px) {
  .nav-link:hover {
    border-bottom: 2px solid red;
  }

}

.h-45vh {
  height: 45vh;
}

.h-100vh {
  height: 100vh;
}

.slider_section .img-box img {
  width: 100%;
  max-height: 400px;
  height: 300px;
}

.slider_section .carousel-control-prev {
  -webkit-transform: translate(-50%, 55px);
  transform: translate(-50%, 55px);
}





/* #order-progress .step:nth-child(2) {
  background-color: red;

  font-size: 22px;
} */





.menu_fixed-position {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}

.custom_menu-container {
  background-color: rgb(3 44 71 / 66%);
  /* #01010180; */
}

.custom_menu-container .custom_menu {
  /* padding: 5px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.custom_menu-container .custom_menu .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.custom_menu-container .custom_menu .navbar-nav .nav-link {
  padding: 10px 20px;
  color: #ffffff;
  border-bottom: 2px solid transparent;
  /* text-align: center; */
}

.navbar-nav .nav-link:hover{
  color: var(--bs-danger) !important;
}

.custom_menu-container .nav-link:hover {
  color: var(--bs-success) !important;
  font-weight: bold;
  /* border-bottom: 2px solid red !important; */
}

.services-list {
  display: none;
  /* width: 200px; */
  min-width:300px;
  position: absolute;
  box-shadow: 5px 6px 15px 0 rgba(0, 0, 0, .1);
  z-index: 3;
  padding: 10px 0px;
  margin-left: 20px;
  background-color: rgb(225, 225, 225);
}

.custom_menu-container .services-list{
  background-color: rgb(3 44 71 / 66%);
}

.services-item:hover .services-list {
  display: block;


}


.custom_menu-container .custom_menu .user_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: center;
}

.custom_menu-container .custom_menu .user_option .login-btn-container a {
  display: inline-block;
  padding: 15px 15px;
  color: #fff;
  text-align: center;
}

.custom_menu-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
}

.about_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* .about_section .img-box img {
  width: 100%;
} */

.about_section .detail-box p {
  margin-top: 25px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 12px 45px;
  /* background-color: #fb1004; */
  color: #ffffff;
  border-radius: 10px;
  margin-top: 25px;
}



.do_section .content-box {
  color: #ffffff;
  text-align: center;
  padding: 10px 15px;
  border-radius: 15px;
  margin: 25px 0;
}

.do_section .content-box img {
  height: 70px;
  margin: 15px;
}

.do_section .content-box.bg-red {
  background-color: #fb1004;
}

.do_section .content-box.bg-green {
  background-color: #c3b309;
}

.skill_section {
  background-image: url(../images/skill-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.skill_section .row .col-md-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  margin: 25px 0;
}

.skill_section .row .col-md-3 h6 {
  font-weight: bold;
  margin-top: 20px;
  font-size: 18px;
}

.skill_section .skill_padding {
  padding: 75px 0;
}

.skill_section .custom_heading-container {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.skill_section .custom_heading-container h2 {
  color: #ffffff;
}

.skill_section .custom_heading-container h2::before,
.skill_section .custom_heading-container h2::after {
  background-color: #ffffff;
}

.skill_section .progress_text {
  font-size: 24px !important;
  color: #ffffff;
  font-weight: bold;
}

.portfolio_section .row .col-md-6 {
  margin: 45px 0;
}

.portfolio_section .box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.portfolio_section .box.b-1,
.portfolio_section .box.b-4 {
  margin-bottom: 20px;
}

.portfolio_section .box img {
  width: 100%;
}

.portfolio_section .box h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 28px;
  -webkit-filter: drop-shadow(8px 3px 8px #000000);
  filter: drop-shadow(8px 3px 8px #000000);
}

.client_section .custom_heading-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.client_section .client_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.client_section .client_box {
  background-color: #f3f3f3;
  margin-left: 25px;
  margin-right: 25px;
  padding: 25px;
  border-radius: 20px;
  height: 600px;
  overflow-y: auto;
}

.client_section .client_box.b-2 {
  margin-top: 135px;
}

.client_section .client_box .client-id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.client_section .client_box .client-id .img-box {
  border-radius: 10px;
  overflow: hidden;
}

.client_section .client_box .client-id .img-box img {
  width: 100%;
}

.client_section .client_box .client-id .name {
  margin-left: 10px;
}

.client_section .client_box .client-id .name h5 {
  text-transform: uppercase;
  color: #201f33;
  font-weight: bold;
}

.client_section .client_box .detail {
  margin-top: 25px;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  width: 60PX;
  height: 60PX;
  border-radius: 100%;
  top: 40%;
  background-size: 10px;
}

.client_section .carousel-control-prev {
  left: -75px;
}

.client_section .carousel-control-next {
  right: -75px;
}

.contact_section {
  background-color: rgb(3, 44, 71);
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact_section h2 {
  margin-bottom: 45px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}

.contact_section form {
  padding-right: 35px;
}

.contact_section input,
textarea,
select {
  width: 100%;
  border: 0;
  height: 50px;
  border-radius: 25px;
  margin-bottom: 25px;
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
  outline: none;
  color: #101010;
}

.contact_section select {
  padding: 5px 20px;
}


/* Remove the default arrow icon from select */
.select-no-arrow {
  -webkit-appearance: none;
  /* Safari and Chrome */
  -moz-appearance: none;
  /* Firefox */
  appearance: none;
  /* Standard */
  background-image: none;
  /* Remove background image */
  padding-right: 10px;
  /* Optional: add padding for a better look */
}




/* .contact_section input::-webkit-input-placeholder {
  color: #131313;
}

.contact_section input:-ms-input-placeholder {
  color: #131313;
}

.contact_section input::-ms-input-placeholder {
  color: #131313;
}

.contact_section input::placeholder {
  color: #131313;
} */

.contact_section textarea.message-box {
  height: 120px;
}

.contact_section button {
  background-color: #fa0909;
  padding: 15px 55px;
  outline: none;
  border: none;
  border-radius: 30px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
}

.contact_section button:hover {
  background-color: #cc0404;
}

.info_section {
  background-color: #49b48f;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}

.info_section h4 {
  font-weight: bold;
  margin-bottom: 20px;
}

.info_links ul {
  padding-left: 15px;
}

.info_links ul .active::before {
  background-color: #201f33;
}

.info_links ul li {
  list-style-type: none;
  position: relative;
}

.info_links ul li::before {
  content: "";
  left: -15px;
  top: 50%;
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.info_links ul li a {
  color: #ffffff;
}

.info_form input {
  width: 100%;
  border: none;
  height: 45px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: #eaeaea;
  outline: none;
  color: #101010;
}

.info_form button {
  background-color: #201f33;
  padding: 8px 35px;
  outline: none;
  border: none;
  border-radius: 30px;
  color: #fff;
  text-transform: uppercase;
}

.info_form button:hover {
  background-color: #097a5a;
}

.info_social .social_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_social .social_container a {
  margin: 0 5px;
}

.info_social .social_container a img {
  width: 35px;
}

.info_contact>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.info_contact>div img {
  width: 20px;
  height: auto;
  margin-right: 12px;
}

/* footer section*/
.footer_section {
  background-color: #201f33;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  padding: 10px;
}

.footer_section p {
  /* border-top: 1px solid #ffffff; */
  width: 60%;
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
  padding: 10px 35px;
}



.footer_section a {
  color: #ffffff;
}

/*# sourceMappingURL=style.css.map */


h5 {
  text-align: justify;
  line-height: 25px;
  /* white-space: nowrap; */
}



/* Base display classes for default size */
.display-1 {
  font-size: 6rem !important;
  line-height: 1.3;
}

.display-2 {
  font-size: 5.5rem !important;
  line-height: 1.3;
}

.display-3 {
  font-size: 4.5rem !important;
  line-height: 1.3;
}

.display-4 {
  font-size: 3.5rem !important;
  line-height: 1.3;
}

.display-5 {
  font-size: 3rem !important;
  line-height: 1.3;
}

.display-6 {
  font-size: 2.5rem !important;
  line-height: 1.3;
}

/* Responsive display classes */
@media (min-width: 576px) {
  .display-sm-1 {
    line-height: 1.2;
    font-size: 6rem !important;
  }

  .display-sm-2 {
    line-height: 1.2;
    font-size: 5.5rem !important;
  }

  .display-sm-3 {
    line-height: 1.2;
    font-size: 4.5rem !important;
  }

  .display-sm-4 {
    line-height: 1.2;
    font-size: 3.5rem !important;
  }

  .display-sm-5 {
    line-height: 1.2;
    font-size: 3rem !important;
  }

  .display-sm-6 {
    line-height: 1.2;
    font-size: 2.5rem !important;
  }
}

@media (min-width: 768px) {
  .display-md-1 {
    line-height: 1.2;
    font-size: 6rem !important;

  }

  .display-md-2 {
    line-height: 1.2;
    font-size: 5.5rem !important;


  }

  .display-md-3 {
    line-height: 1.2;
    font-size: 4.5rem !important;


  }

  .display-md-4 {
    line-height: 1.2;
    font-size: 3.5rem !important;


  }

  .display-md-5 {
    line-height: 1.2;
    font-size: 3rem !important;


  }

  .display-md-6 {
    line-height: 1.2;
    font-size: 2.5rem !important;


  }
}

@media (min-width: 992px) {
  .display-lg-1 {
    line-height: 1.2;
    font-size: 6rem !important;
  }

  .display-lg-2 {
    line-height: 1.2;
    font-size: 5.5rem !important;
  }

  .display-lg-3 {
    line-height: 1.2;
    font-size: 4.5rem !important;
  }

  .display-lg-4 {
    line-height: 1.2;
    font-size: 3.5rem !important;
  }

  .display-lg-5 {
    line-height: 1.2;
    font-size: 3rem !important;
  }

  .display-lg-6 {
    line-height: 1.2;
    font-size: 2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .display-xl-1 {
    line-height: 1.2;
    font-size: 6rem !important;
  }

  .display-xl-2 {
    line-height: 1.2;
    font-size: 5.5rem !important;
  }

  .display-xl-3 {
    line-height: 1.2;
    font-size: 4.5rem !important;
  }

  .display-xl-4 {
    line-height: 1.2;
    font-size: 3.5rem !important;
  }

  .display-xl-5 {
    line-height: 1.2;
    font-size: 3rem !important;
  }

  .display-xl-6 {
    line-height: 1.2;
    font-size: 2.5rem !important;
  }
}



@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.btn-pulse {
  animation: pulse 1.5s infinite ease-in-out;
}

.text-head-hero {
  background: linear-gradient(to right, #18e6e6, #e2d21e);
  color: white;
  padding: 60px 0;
  text-align: center;
}

.section-heading {
  border-bottom: 3px solid #007bff;
  display: inline-block;
  padding-bottom: 5px;
}

.icon-box {
  /* text-align: center; */
  padding: 30px 20px;
  background: white;
  border-radius: 10px;
  border: 1px solid rgb(0, 217, 255);
  min-height: 200px;
  /* box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); */
}



/* portfolio */

.portfolio-card {
  border-radius: 15px;
  min-height: 514px;
  padding: 20px 20px 40px;
  cursor: pointer;
}

.portfolio-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.image-container {
  max-height: 313px;
  overflow: hidden;
  border-radius: 11px;
  border: 1px solid #eaeaeaf6;
}

pre {
  white-space: break-spaces;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
}


/* hero section on public pages */
.hero-section {
  position: relative;
  width: 100%;
  /* height: 600px; */
  background-image: url('../../storage/general-images/raystar-about.png');
  background-size: cover;
  background-position: center center;
  color: white;
  background-repeat: no-repeat;

}

.hero-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* Optional dark overlay */
}

.hero-section .text {
  position: absolute;
  bottom: -10px;
  left: 26%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  /* padding: 10px 20px; */
  /* background-color: rgba(0, 0, 0, 0.5); Optional dark overlay */

}



/* Order Progress  */

.order-progress-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 30px;
  position: relative;
}

.order-progress-labels {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ffffff;
  /* Green color */
  color: #000;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
}

.order-progress-labels .label {
  margin-top: 10px;
  font-size: 12px;
  color: #00000063;
}

.order-progress-labels .label.active {
  margin-top: 10px;
  font-size: 12px;
  color: #000;
}

.line {
  flex: 1;
  height: 2px;
  background-color: #000000;
  align-items: center;
}

.line.active {
  background-color: #e2d21e;
}

.completed .circle {
  background-color: #e2d21e;
  color: #ffffff;
  border: none;
}

.step:not(:last-child) .line {
  position: absolute;
  top: 20px;
  /* Align with the middle of the circle */
  left: 50%;
  width: 100%;
  z-index: -1;
}

/* end */

/*  styles for accordion */

/* Card Styles for each Question */
.accordion-item {
  margin: 0px;
  border: none;
  border-bottom: 1px solid #ccd3d3;
  border-top: 1px solid #fff;
  transition: box-shadow 0.3s ease;
}

.accordion-header {
  background-color: #fff;
  color: white;
  border: none;
  padding: 15px 0px;

}

.accordion-button {
  font-size: 18px;
  color: #555;
}

.accordion-button:focus {
  box-shadow: none;

}

/* Smooth Transition for Collapsing */
.accordion .collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.5s ease;
  background-color: #fff;
}

.accordion .collapse.show {
  max-height: 1000px;
  padding: 15px 0px;
}

/* responsive.css */


@media (max-width: 1120px) {
    .contact_section .col-lg-4.offset-lg-2.col-md-5.offset-md-1 {
        margin-top: 45px;
        margin-bottom: 45px;
    }
}

@media (max-width: 992px) {
    .header_section .call_btn {
        display: none;
    }

    .custom_menu-container {
        display: none;
    }

    .slider_section {
        margin: 0;
    }

    .client_section .client_container {
        flex-direction: column;
    }

    .client_section .client_box.b-2 {
        margin-top: 45px;
    }


    .info_section .col-lg-3 {
        margin: 25px auto;
        text-align: center;
    }

    .info_links ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .info_contact>div {
        justify-content: center;
    }

    .info_social .social_container {
        justify-content: center;
    }

}

@media (max-width: 768px) {
    .hero_area {
        height: auto;
    }

    .slider_section {
        padding: 75px 0;
    }

    .client_section .carousel-control-prev,
    .client_section .carousel-control-next {
        display: none;
    }

    .contact_section form {
        padding: 0;
    }

    .contact_section button {
        margin: auto;
    }


    .footer_section p {
        width: 100%;
    }

    .client_section .client_box {
        margin-left: auto;
        margin-right: auto;
    }

    .slider_section .img-box {
        margin-top: 25px;
    }
}

@media (max-width: 576px) {

    .slider_section .carousel-control-prev,
    .slider_section .carousel-control-next {
        display: none;
    }

    .skill_section .custom_heading-container {
        justify-content: center;
    }

    .slider_section {
        padding: 45px 0;
    }

    .portfolio_section .box {
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {}

@media (max-width: 420px) {}

@media (max-width: 360px) {}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: none !important;
    }
}