/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/
/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
  box-sizing: border-box !important;
  transition: ease all 0.5s;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #666666;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  line-height: 1.80857;
  font-weight: normal;
  overflow-x: hidden;
}

a {
  color: #1f1f1f;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0 0 10px 0;
  font-weight: normal;
  line-height: normal;
  color: #111111;
  margin: 0;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
  text-decoration: none !important;
  opacity: 1;
}

button:focus {
  outline: none;
}

ul,
li,
ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

p {
  margin: 20px;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
}

a {
  color: #222222;
  text-decoration: none;
  outline: none !important;
}

a,
.btn {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

:focus {
  outline: 0;
}

.paddind_bottom_0 {
  padding-bottom: 0 !important;
}

.btn-custom {
  margin-top: 20px;
  background-color: transparent !important;
  border: 2px solid #ddd;
  padding: 12px 40px;
  font-size: 16px;
}

.lead {
  font-size: 18px;
  line-height: 30px;
  color: #767676;
  margin: 0;
  padding: 0;
}

.form-control:focus {
  border-color: #ffffff !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.navbar-form input {
  border: none !important;
}

.badge {
  font-weight: 500;
}

blockquote {
  margin: 20px 0 20px;
  padding: 30px;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.full {
  width: 100%;
}

.layout_padding {
  padding-top: 90px;
  padding-bottom: 0px;
}

.padding_0 {
  padding: 0px;
}
/* header section start */

.header_section {
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  backdrop-filter: blur(10px);
  box-shadow: 0px 0px 4px #b4b2b2;
}

.logo > a > img {
  width: 100px;
  margin-right: 30px;
}

.nav_menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav_side_menu {
  display: flex;
  font-size: 16px;
}

.nav_side_menu li {
  cursor: pointer;
}

.nav_side_menu li:hover {
  color: rgb(113, 17, 17);
}

/* header section end */

/* banner section start */

.banner_section {
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 90px;
  background-color: #fafafa;
  height: auto;
  padding-top: 200px;
}

.banner_img {
  width: 100%;
  height: 400px;
  border-radius: 20px;
}

.banner_taital {
  width: 100%;
  font-weight: bold;
  font-size: 66px;
  font-weight: 500;
  color: #060606;
  margin-bottom: 10px;
  line-height: 70px;
}

.banner_text {
  width: 100%;
  font-size: 18px;
  line-height: 30px;
  color: #595757;
  margin: 0px;
}

.btn_main {
  width: 100%;
  display: flex;
  padding-top: 30px;
}

.quote_bt {
  width: 180px;
}

.quote_bt a {
  width: 100%;
  background-color: #252525;
  padding: 8px 10px;
  color: #fafafa;
  text-align: center;
  font-size: 18px;
}
.quote_bt a:hover {
  color: #fafafa;
  background-color: #0c426e;
}
.quote_bt.active a {
  color: #fafafa;
  background-color: #0c426e;
}
.main_bt {
  margin-top: 30px;
  width: 180px;
  background-color: #7e2222;
  padding: 8px 10px;
  color: #fafafa;
  text-align: center;
  font-size: 18px;
}

.main_bt:hover {
  color: #fafafa;
  background-color: #d33333;
}

#main_slider a.carousel-control-prev {
  position: absolute;
  left: 1137px;
  top: 50%;
}

#main_slider a.carousel-control-next {
  position: absolute;
  right: -95px;
  top: 27%;
}

#main_slider .carousel-control-prev,
#main_slider .carousel-control-next {
  width: 68px;
  height: 68px;
  background: #7e2222;
  opacity: 1;
  font-size: 20px;
  color: #ffffff;
}

#main_slider .carousel-control-prev:hover,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-next:focus {
  background: #d33333;
  color: #ffffff;
}
/* banner section end */
/* services section start */

.services_section {
  width: 100%;
  height: auto;
  background-size: 100%;
  background-repeat: no-repeat;
}

.services_taital {
  width: 100%;
  font-size: 50px;
  color: #252525;
  text-align: center;
  font-weight: bold;
  margin-bottom: 60px;
}

.services_text {
  width: 100%;
  font-size: 16px;
  color: #000;
  text-align: center;
  margin: 0px;
  padding-top: 30px;
}
.services_box {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.express_text {
  width: 100%;
  font-size: 46px;
  color: #252525;
  text-align: center;
  font-weight: 500;
}
.lorem_text {
  width: 90%;
  margin: 0 auto;
  font-size: 18px;
  color: #252525;
  text-align: center;
}
.seemore_bt {
  width: 170px;
  margin: 0 auto;
}
.seemore_bt a {
  width: 100%;

  font-size: 18px;
  color: #000;
  text-align: center;
  padding-top: 20px;
}
.seemore_bt a:hover {
  color: #0c426e;
}
.image_1 {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 64px;
}
.padding_right_0 {
  padding-right: 0px;
}
.padding_left_0 {
  padding-left: 0px;
}
/* services section end */

/* providing section end */

.providing_section {
  width: 100%;
}
.providing_section_2 {
  padding: 100px;
  background-image: url(../images/main/image5.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .providing_section_2 {
    padding: 50px 16px;
  }
}

.overlay {
  background-color: #630808;
  position: absolute;
  width: 100vw;
  left: 0;
  top: 0;
  z-index: 2;
  height: 100%;
  opacity: 0.7;
}

.clean_text {
  width: 100%;
  font-size: 60px;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
}
.ipsum_text {
  width: 100%;
  margin-bottom: 50px;
  font-size: 35px;
  line-height: 130%;
  color: #ffffff;
  text-align: center;
}

@media only screen and (max-width: 900px) {
  .ipsum_text {
    font-size: 26px;
  }
}

@media only screen and (max-width: 600px) {
  .ipsum_text {
    font-size: 16px;
  }
}

.quote_bt_1 {
  margin: 0 auto;
  padding: 10px 40px;
  text-align: center;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.quote_bt_1 a:hover {
  color: #fff;
}
.quote_bt_1:hover {
  color: #ffffff;
  background-color: #252525;
}

/* providing section end */

/* choose section start */

.choose_section_2 {
  width: 100%;
}
.choose_section {
  width: 100%;
  margin-bottom: 100px;
}
.choose_box {
  width: 100%;
  padding: 20px;
  border: 1px solid #6f0909;
  border-radius: 10px;
}
.choose_box:hover {
  background-color: #6f0909;
}
.choose_box:hover .number_text {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.choose_box:hover .trusted_text {
  color: #ffffff;
}
.choose_box:hover .dummy_text {
  color: #ffffff;
}

.trusted_text {
  width: 100%;

  font-size: 16px;
  padding-top: 5px;
  font-weight: 600;
}
.dummy_text {
  width: 100%;
  font-size: 19px;
  color: #000;
}
/* choose section end */
/* testimonial section start */

.testimonial_section {
  width: 100%;
  text-align: center;
  padding-bottom: 90px;
  margin-bottom: 100px;
}
.testimonial_taital {
  width: 100%;
  font-size: 50px;
  color: #111111;
  text-align: center;
  font-weight: bold;
}

.testimonial_section_2 {
  width: 100%;

  padding-top: 50px;
}

.testimonial_box {
  margin: 0 auto;
}

.tectimonial_mail {
  width: 100%;
}
.client_image_section {
  width: 15%;
}
.client_text_section {
  width: 85%;
}

.testimonial_text {
  width: 100%;
  font-size: 16px;
  color: #0c0c0c;
  margin: 0px auto;
  padding-left: 20px;
  padding-top: 30px;
  max-width: 600px;
}
.joech_text {
  width: 100%;

  font-size: 20px;
  color: #0c0c0c;
  padding-left: 20px;
  padding-bottom: 0;
  padding-top: 20px;
  text-transform: uppercase;
}
.customer_text {
  width: 100%;

  font-size: 14px;
  color: #0c426e;
  margin: 0px;
  padding-left: 20px;
}

#my_slider a.carousel-control-prev {
  position: absolute;
  top: 33%;
}
#my_slider a.carousel-control-next {
  position: absolute;
  top: 33%;
  background: #6e0c0c;
  color: #ffffff;
}

#my_slider .carousel-control-prev,
#my_slider .carousel-control-next {
  width: 68px;
  height: 68px;
  background: #0c0c0c;
  opacity: 1;
  font-size: 20px;
  color: #ffffff;
  border-radius: 100px;
}

#my_slider .carousel-control-prev:hover,
#my_slider .carousel-control-next:hover,
#my_slider .carousel-control-prev:focus,
#my_slider .carousel-control-next:focus {
  background: #6e0c0c;
  color: #ffffff;
}

/* testimonial section end */

/* footer section start */

.footer_section {
  width: 100%;
  padding: 50px;
  background-color: #252525;
  height: auto;
}

.useful_text {
  width: 100%;
  font-size: 24px;
  color: #ffffff;
  font-family: "Orbitron", sans-serif;
  margin-bottom: 15px;
  font-weight: bold;
}

.footer_text {
  width: 100%;

  font-size: 16px;
  color: #b1b6c2;
  margin: 0px;
  padding-top: 10px;
}

.footer_text a {
  color: white;
}
.footer_text a:hover {
  color: white;
}

/* footer section end */

.copyright_section {
  width: 100%;
  margin-top: 50px;
  background-color: #252525;
  height: auto;
}
.copyright_text {
  width: 100%;

  font-size: 16px;
  color: #ffffff;
  text-align: center;
  margin-left: 0px;
}

.copyright_text a {
  color: #fffcf4;
}
.copyright_text a:hover {
  color: #0c426e;
}

.margin_top_90 {
  margin-top: 90px;
}

.badge-container {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 24px;
  margin-bottom: 64px;
}

.custom-badge {
  font-size: 14px;
  padding: 8px;
}

/* gallery start */

.galery {
  margin-top: 100px;
  margin-bottom: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}

.galery img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  cursor: pointer;
}

.galery img:hover {
  scale: 1.2;
}

@media only screen and (max-width: 900px) {
  .galery {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 600px) {
  .galery {
    grid-template-columns: 1fr;
  }
  .banner_taital,
  .services_taital {
    font-size: 40px;
    line-height: 100%;
  }

  .banner_section {
    padding-top: 100px;
  }

  .services_section,
  .services_section_2,
  .choose_section,
  .testimonial_section {
    padding-top: 0;
  }
  .contact_title {
    margin-top: 100px;
  }
}

/* float whatsapp */

.float-whatsapp button {
  position: fixed;
  bottom: 20px;
  color: white;
  right: 20px;
  padding: 10px 20px;
  font-weight: bold;
  background-color: green;
  border-radius: 30px;
  z-index: 999;
}
