@import url("./header.css");
@import url("./footer.css");
/********* vikas -css-start *******/
:root {
  /* fonts */
  --main_page_heading: 45px;
  --section_heading: 38px;
  --secondary_heading: 24px;
  --section_subheading: 16px;
  --paragraph_text: 15px;
  --secondary_subheading: 18px;

  /* colors */
  --clr_1b1d21: #1b1d21;
  --clr_212529: #212529;
  --clr_1a1f35: #1a1f35;
  --clr_63636b: #63636b;
  --clr_fc4a1a: #fc4a1a;
  --clr_e74b0e: #e74b0e;
  --clr_white: white;
  --clr_f7b733e6: #f7b733e6;
  --clr_f7b733: #f7b733;
  --clr_ba372a: #ba372a;
  --clr_f8f9fe: #f8f9fe;
  --clr_e3e3e3: #e3e3e3;
  --clr_ffffffcc: #ffffffcc;
  --clr_484444: #484444;
  --clr_252628: #252628;
  --clr_black: black;
  --clr_b8acac: #b8acac;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Montserrat";
}

header,
footer {
  ul,
  li {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  a {
    display: inline-block;
    text-decoration: none;
  }
}
::selection {
  color: #fff;
  background: #fc4a1a;
}
/* #home-page {
  min-height: 50vh;
} */

/********* vikas -css-start *******/

p {
  margin: 0;
  padding: 0;
}
p + p {
  margin-top: 10px;
}

.line_before > *::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 55px;
  background: var(--clr_fc4a1a);
  border: 4px solid transparent;
  border-bottom: 0;
  border-radius: 0 0px 15px 15px;
}
.line_before.both > *::after,
.line_before.both > *::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 55px;
  background: var(--clr_fc4a1a);
  border: 4px solid transparent;
  border-bottom: 0;
  border-radius: 0 0px 15px 15px;
}

@media (max-width: 767.98px) {
  .line_before > *::before {
    width: 35px;
  }
  .line_before.both > *::before,
  .line_before.both > *::after {
    width: 35px;
  }
}

.line_before.right > *::before {
  top: 8px;
  left: 100%;
}
.line_before.left > *::before {
  top: 8px;
  right: 100%;
}
.line_before.both > *::before {
  top: 8px;
  left: 100%;
}
.line_before.both > *::after {
  top: 8px;
  right: 100%;
}

@media (max-width: 576.98px) {
  .line_before.right > *::before {
    top: unset;
    bottom: 0;
    left: unset;
  }
  .line_before.left > *::before {
    top: unset;
    bottom: 0;
    right: unset;
  }
  .line_before.mob_center > * {
    padding-right: 0 !important;
    padding-bottom: 10px !important;
  }
  .line_before.mob_center > *::before {
    top: unset !important;
    bottom: 0 !important;
    right: unset !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}

.line_before.bottom > *::before {
  bottom: 0;
  left: 0;
}
.line_before.center > *::before {
  left: 50%;
  transform: translateX(-50%);
}

.line_before > * {
  position: relative;
  display: inline-block;
}

.line_before.right > * {
  padding-right: 15px !important;
}
.line_before.left > * {
  padding-left: 15px !important;
}
.line_before.both > * {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

@media (max-width: 576.98px) {
  .line_before.right > * {
    padding-right: 0 !important;
    padding-bottom: 10px !important;
  }
  .line_before.left > * {
    padding-left: 0 !important;
  }
}

.line_before.bottom > * {
  padding-bottom: 20px !important;
}
.text_orange span {
  color: var(--clr_fc4a1a);
}

.gradient_btn a {
  padding: 15px 50px;
  font-size: 16px !important;
  font-weight: 600 !important;
  background: -webkit-linear-gradient(
    -9deg,
    var(--clr_fc4a1a) 0%,
    var(--clr_f7b733e6) 97%
  );
}
.gradient_btn_social a {
  height: 45px !important;
  width: 45px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: -webkit-linear-gradient(
    -9deg,
    var(--clr_fc4a1a) 0%,
    var(--clr_f7b733e6) 97%
  );
}

.gradient_bg {
  background: -webkit-linear-gradient(
    -9deg,
    var(--clr_fc4a1a) 0%,
    var(--clr_f7b733e6) 97%
  );
}

.gradient_btn a:hover {
  background: -webkit-linear-gradient(
    -9deg,
    var(--clr_f7b733e6) 0%,
    var(--clr_fc4a1a) 97%
  );
}

@media (max-width: 767.98px) {
  .gradient_btn a {
    padding: 10px 30px;
    font-size: 15px !important;
  }
}

.banner_carousel .owl-nav {
  display: flex;
  width: calc(100% - 50px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  justify-content: space-between;
}

.banner_carousel .owl-dots {
  display: none;
  justify-content: center;
  position: absolute;
  bottom: 30px;
  width: 100%;
}
.banner_carousel .owl-dots button span {
  background: var(--clr_white);
  width: 8px;
  height: 8px;
  display: block;
  margin: 5px;
  border-radius: 50%;
}

.banner_carousel .owl-dots button.active span {
  background: var(--clr_fc4a1a);
}
.social_btn .circle_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 991.98px) {
  .banner_carousel .owl-nav {
    width: calc(100% - 10px);
  }
}
@media (max-width: 767.98px) {
  .banner_carousel .owl-nav {
    position: static;
    transform: none;
    justify-content: space-evenly;
    margin-top: 10px;
    display: none;
  }
  .mob_static {
    position: static !important;
  }
  .banner_carousel .owl-dots {
    display: flex;
  }
}

.banner_carousel {
  position: relative;
}

.banner_carousel .owl-nav button {
  background: var(--clr_63636b) !important;
  height: 60px;
  display: flex;
  align-items: center;
  border: 1px solid var(--clr_fc4a1a) !important;
  transition: all 0.4s;
}
@media (max-width: 767.98px) {
  .banner_carousel .owl-nav button {
    height: 40px;
  }
}
.banner_carousel .owl-nav button:hover {
  background: var(--clr_fc4a1a) !important;
}

.banner_carousel .owl-nav button span {
  font-size: 40px;
  padding: 0 13px;
  color: var(--clr_white);
  margin-bottom: 5px;
}

@media (max-width: 767.98px) {
  .banner_carousel .owl-nav button span {
    font-size: 30px;
  }
}
.circle_btn a {
  width: 35px !important;
  height: 35px !important;
  line-height: 30px !important;
}
.custom_flip_boxes .flip-box {
  background-color: transparent;
  /* width: 200px; */
  height: 280px;
  perspective: 1000px;
}
@media (max-width: 1199.98px) {
  .custom_flip_boxes .flip-box {
    height: 350px;
  }
}
@media (max-width: 991.98px) {
  .custom_flip_boxes .flip-box {
    height: 250px;
  }
}

.custom_flip_boxes .flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: all 0.5s linear;
  transform-style: preserve-3d;
}

.custom_flip_boxes .flip-box:hover .flip-box-inner {
  transform: rotateX(180deg);
}

.custom_flip_boxes .flip-box-front,
.custom_flip_boxes .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 10px;
  overflow: hidden;
}

.custom_flip_boxes .flip-box-back {
  transform: rotateX(180deg);
}
/* .social_icons_animate {
  transform: translateY(200px);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all 0.4s;
}
.hover_box:hover .social_icons_animate{
  transform: translateY(20px);
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  transition: all 0.4s;
} */

.social_icons_animate {
  transition: 0.3s;
  opacity: 0;
  transform: translateY(30px);
}

.hover_box:hover .social_icons_animate {
  transform: translateY(20px);
  opacity: 1;
}

/********* vikas -css-end *******/

/********* ganesh-css-start *******/
.box_before::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 99% !important;
  height: 100% !important;
  width: 100% !important;
  background: #fc4a1a !important;
  transition: 0.5s !important;
}

.box_before:hover::before {
  top: 0% !important;
}

.box_before h5,
.box_before h6 {
  transition: 0.5s !important;
}

.box_before:hover h5,
.box_before:hover h6 {
  color: #fff !important;
}

.list_info ul li {
  margin-bottom: 20px !important;
}
.services_card:hover .icon_hover {
  background-color: #fc4a1a !important;
}

.services_card .icon_hover,
.services_card h2 {
  transition: 0.5s !important;
}

.services_card h2:hover {
  color: #fc4a1a !important;
}

.services_card ul {
  padding-left: 20px !important;
}
/********* ganesh-css-end *******/

.tm_accordion_style ul,
.h_700_auto ul {
  padding-left: 20px !important;
  padding-right: 0px !important;
}
.hover_box:hover .hover_item {
  transform: translateY(-20px);
}
.h_700_auto {
  height: calc(700px + 20px) !important;
  overflow-y: auto !important;
  @media (max-width: 991.98px) {
    height: auto !important;
  }
  &::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
  }
  &::-webkit-scrollbar-thumb {
    background-color: #525252;
  }
  &::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
  }
}
