@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300&display=swap");
/**
*
* Testing
*
**/
.custom_btn {
  border: none;
  padding: 10px 20px 13px 20px;
  text-decoration: none !important;
  background: #262626;
  color: white !important;
  border-radius: 5px;
}

.text_color {
  color: #e43623;
}

.bg_color {
  background-color: #e43623;
}

li,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Condensed', sans-serif !important;
}

p {
  font-family: 'Inter', sans-serif !important;
  font-size: 100%;
  line-height: 26px;
}

section {
  overflow: hidden;
}

.LH0 {
  line-height: 0;
}

.LH1 {
  line-height: 1em;
}

.LH2 {
  line-height: 1.25em;
}

.LH3 {
  line-height: 1.50em;
}

.LH4 {
  line-height: 1.75em;
}

.LH5 {
  line-height: 2em;
}

.LH6 {
  line-height: 2.25em;
}

.h1 {
  font-size: 84px;
}

@media (max-width: 450px) {
  .h1 {
    font-size: 48px;
  }
}

.h2 {
  font-size: 48px;
}

@media (max-width: 450px) {
  .h2 {
    font-size: 32px;
  }
}

.h3 {
  font-size: 32px;
}

@media (max-width: 450px) {
  .h3 {
    font-size: 28px;
  }
}

.h4 {
  font-size: 24px;
}

.h5 {
  font-size: 20px;
}

.h6 {
  font-size: 16px;
}

.contact_car {
  border: 1px solid gray;
}

.custom_table {
  border: 1px solid gray;
  border-top: none;
  border-bottom: none;
}

.custom_table td {
  padding: 10px;
  text-align: center;
}

@media (max-width: 768px) {
  .custom_table {
    display: none;
  }
}

.custom_table1 {
  display: none;
  border: 1px solid gray;
  border-top: none;
  border-bottom: none;
}

.custom_table1 td {
  padding: 10px;
  text-align: center;
  font-size: 14px;
}

@media (max-width: 768px) {
  .custom_table1 {
    display: inline-table;
  }
}

.home_banner {
  position: relative;
}

.home_banner .overlay {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  background: linear-gradient(45deg, #e43623 50%, transparent 50%);
}

.home_banner img {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

.social-media-icons-header .social_logo a i {
  border: 2px solid #818181;
  border-radius: 50%;
  padding: 5px 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.social-media-icons-header .social_logo a i svg {
  width: 15px !important;
  height: 15px !important;
  fill: #818181;
}

.social-media-icons-header .social_logo a i:hover {
  background: #e43623;
  border: 2px solid #e43623;
}

.social-media-icons-header .social_logo a i:hover svg {
  fill: white;
}

.social-media-icons-header .social_logo a i:hover svg polygon {
  fill: #e43623;
}

.shape_overlay {
  background-image: url("/img/triangle.png");
  size: cover;
}

.second .item:nth-child(1) {
  background-image: url("/img/banner2.jpg");
  background-size: cover;
  padding: 30px;
}

.second .item:nth-child(1) .box {
  text-align: center;
  color: white;
  background: #e43623;
}

.contain .owl-nav .owl-prev {
  position: absolute;
  left: -50px;
  top: 40%;
  border: unset;
  background: white;
  -webkit-box-shadow: 0 0 10px -5px black;
  box-shadow: 0 0 10px -5px black;
  color: gray;
  width: 40px;
  line-height: 0px;
  height: 40px;
  border-radius: 50%;
}

.contain .owl-nav .owl-prev:focus-visible {
  outline: -webkit-focus-ring-color unset;
}

@media (max-width: 450px) {
  .contain .owl-nav .owl-prev {
    left: -11px;
    width: 25px;
    height: 25px;
    line-height: 0px;
  }
}

.contain .owl-nav .owl-next {
  position: absolute;
  right: -50px;
  top: 40%;
  border: unset;
  background: white;
  -webkit-box-shadow: 0 0 10px -5px black;
  box-shadow: 0 0 10px -5px black;
  color: gray;
  width: 40px;
  line-height: 0px;
  height: 40px;
  border-radius: 50%;
}

@media (max-width: 450px) {
  .contain .owl-nav .owl-next {
    right: -11px;
    width: 25px;
    height: 25px;
    line-height: 0px;
  }
}

.contain .owl-nav span {
  font-size: 30px;
  padding: 0;
  line-height: 0px;
}

.fpc_box {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  border: 1px solid gray;
  -webkit-box-shadow: 10px 10px 30px -15px;
          box-shadow: 10px 10px 30px -15px;
  position: relative;
}

.fpc_box img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

.fpc_box .content_box {
  position: absolute;
  bottom: -50%;
  background: #e43623;
  color: white;
  padding: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.fpc_box .content_box p {
  font-size: 14px;
}

@media (max-width: 450px) {
  .fpc_box .content_box {
    bottom: 0%;
    margin: 10px;
  }
}

.fpc_box:hover .content_box {
  bottom: 0;
}

.contact_form {
  background: #e43623;
  padding: 60px 40px;
  border-radius: 20px;
}

.contact_form input,
.contact_form button {
  padding: 10px;
}

.client .item {
  border-right: 1px solid gray;
}

.footer {
  background: #262626;
}

.footer img {
  width: 60%;
}

.footer ul {
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}

.footer ul i {
  width: 20px;
}

.footer li {
  color: #c3c3c3;
  list-style: none;
}

.footer li:hover {
  color: white;
}

.footer input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.footer button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.footer .social-media-icons {
  padding-top: 20px;
}

.footer .social-media-icons a {
  color: white;
  margin-right: 4px;
}

.footer .social-media-icons a i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 40px;
  border: 1px solid white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer .social-media-icons a i:hover {
  background: #e43623;
}

.about_banner {
  background-image: url("/img/about_banner.jpg");
  background-size: cover;
  background-position-y: 50%;
}

.accordion__section {
  margin-bottom: 10px;
}

.accordion__title {
  position: relative;
}

.accordion__title i {
  font-size: 0.9rem;
  float: right;
  padding-top: 5px;
  position: absolute;
  right: 20px;
  top: 33%;
}

.accordion__title {
  width: 100%;
  border: none;
  cursor: pointer;
  padding: 1em 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  background-color: #e43623;
  font-size: inherit;
  color: white;
  font-family: inherit;
  font-display: swap;
  padding-right: 40px;
}

.accordion__title i {
  font-size: 0.9rem;
}

.accordion__title:hover {
  background-color: #e43623;
}

.accordion__desc {
  --pg: 0.8em 25px;
  padding: var(--accordion__desc_pg, var(--pg));
  display: none;
  line-height: 1.4em;
  border: 1px solid lightgray;
}

.blog_banner {
  padding-bottom: 200px;
}

@media (max-width: 450px) {
  .blog_banner {
    padding-bottom: 130px;
  }
}

.know_more {
  margin-top: -60px;
}

@media (max-width: 768px) {
  .know_more {
    margin-top: -60px;
  }
}

@media (max-width: 450px) {
  .know_more {
    margin-top: -40px;
  }
}

.know_more img {
  height: 370px;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog_grid {
  margin-top: -200px;
}

@media (max-width: 450px) {
  .blog_grid {
    margin-top: -100px;
  }
}

.blog_grid .box {
  -webkit-box-shadow: 0 10px 30px -15px gray;
          box-shadow: 0 10px 30px -15px gray;
}

.blog_grid .box .featured_img {
  overflow: hidden;
}

.blog_grid .box .featured_img img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog_grid .box .featured_img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.blog_grid .box .title_post {
  -webkit-box-shadow: 0 5px 20px -10px black;
          box-shadow: 0 5px 20px -10px black;
  margin-top: -60px;
  background: #e43623;
  width: 80%;
  position: relative;
  z-index: 10;
}

@media (max-width: 450px) {
  .blog_grid .box .title_post {
    width: 100%;
  }
}

@media (max-width: 450px) {
  .social {
    text-align: center;
  }
}

.social .box {
  margin: 0 0px;
  height: 50px;
  width: 50px;
  line-height: 51px;
  text-align: center;
  border-radius: 50%;
  color: white;
  font-size: 20px;
}

@media (max-width: 450px) {
  .social .box {
    margin: 0 2px;
    height: 40px;
    width: 40px;
    line-height: 42px;
    font-size: 17px;
  }
}

.social .box:hover {
  -webkit-filter: contrast(150%);
          filter: contrast(150%);
}

.social .fa-facebook-f {
  background-color: #1973aa;
}

.social .fa-twitter {
  background-color: #1DA1F2;
}

.social .fa-linkedin-in {
  background-color: #00a0dc;
}

.social .fa-facebook-messenger {
  background-color: #006AFF;
}

.social .fa-telegram {
  background-color: #0088cc;
}

.social .fa-whatsapp {
  background-color: #25D366;
}

.text-success {
  color: #e43623 !important;
}

.contact-form {
  margin-top: -50px;
}

.contact-form .form {
  background: white;
  padding: 60px 40px;
  -webkit-box-shadow: 0 0 30px -15px;
          box-shadow: 0 0 30px -15px;
}

.contact-form .form input,
.contact-form .form textarea {
  padding: 15px;
}

.contact-form .contact-details ul {
  list-style: none;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}

.contact-form .contact-details ul i {
  width: 30px;
  margin-top: 5px;
  margin-bottom: 30px;
  float: left;
}

.contact-form .contact-details ul li {
  color: #979797;
}

@media (max-width: 450px) {
  .contact-form {
    margin-top: -25px;
  }
  .contact-form .form {
    background: white;
    padding: 40px 20px;
    -webkit-box-shadow: 0 0 30px -15px;
            box-shadow: 0 0 30px -15px;
  }
  .contact-form .form input,
  .contact-form .form textarea {
    padding: 8px;
  }
}

.comments .comment-row i {
  background: gray;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
  color: white;
  border-radius: 50%;
  float: left;
  margin-top: 10px;
  margin-bottom: 100px;
  margin-right: 30px;
}

.comments .comment-row .text-box small {
  font-size: 14px !important;
}

.comments .comment-row .text-box p {
  font-style: italic;
  color: gray;
}
/*# sourceMappingURL=style.css.map */