body {
  font-family: "Lato", sans-serif;
  margin: 0;
  padding: 0;
  background: #FFFFFF; }

body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  text-decoration: none;
  outline: none; }

a {
  text-decoration: none !important; }

.font-size-14 {
  font-size: 14px; }

.img-object-cover {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover; }

.img-object-contain {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.btn {
  box-shadow: none !important; }

.common_padding {
  padding-top: 60px;
  padding-bottom: 60px; }

header {
  position: absolute;
  padding-top: 15px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999; }

header .navbar .navbar-brand img {
  height: 70px; }

header .navbar .navbar-nav {
  position: relative; }

header .navbar .navbar-nav .nav-item {
  padding: 12px 0; }

header .navbar :is(.nav-item) .nav-link, header .navbar .dropdown-item {
  padding: 0px 25px;
  color: #ffffff;
  font-size: 14px; }
  header .navbar :is(.nav-item) .nav-link:hover, header .navbar .dropdown-item:hover {
    color: #E82D33; }
  header .navbar :is(.nav-item) .nav-link.active, header .navbar .dropdown-item.active {
    color: #E82D33; }
header .navbar .dropdown-menu li {
  padding: 3px 0; }
  header .navbar .dropdown-menu li .dropdown-item {
    color: #000000 !important; }

.hmbanner {
  text-align: center;
  padding-top: 10%;
  background-color: #2D2C30;
  position: relative;
  z-index: 1; }
  .hmbanner:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    width: 100%;
    height: 30%;
    z-index: -1;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-color: #ffffff; }
  .hmbanner h1 {
    text-align: center;
    font-size: 70px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0;
    margin: 0; }
  .hmbanner img {
    margin: auto; }

footer {
  background-color: #171515;
  padding-top: 60px; }
  footer p {
    color: #ffffff;
    font-weight: 300;
    text-transform: uppercase; }
  footer a {
    color: #ffffff;
    font-weight: 300; }
  footer .links ul li {
    padding: 4px 0;
    font-weight: 300; }
  footer .footerabt p {
    padding-right: 30px; }
  footer .socialmedia li a svg {
    transition: all 0.2s; }
    footer .socialmedia li a svg :is(path, rect) {
      transition: all 0.2s; }
  footer .socialmedia li a:hover svg {
    transform: scale(1.2); }
    footer .socialmedia li a:hover svg rect {
      fill: #f00; }
    footer .socialmedia li a:hover svg path {
      fill: #ffffff; }

.floatingbtn {
  position: fixed;
  right: 25px;
  bottom: 15px;
  z-index: 999; }
  .floatingbtn svg {
    width: 40px; }

.copyright {
  border-top: 1px solid #E82D33;
  margin-top: 40px;
  padding-bottom: 15px;
  padding-top: 15px; }

@keyframes zoom {
  from {
    transform: scale(1); }
  to {
    transform: scale(1.2); } }
.navbar-toggler {
  border-color: rgba(0, 0, 0, 0);
  outline: none;
  position: relative;
  border: none !important;
  box-shadow: none !important;
  z-index: 999; }

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.6)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0; }

.navbar-toggler span {
  display: block;
  background-color: #fff;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1; }

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  -webkit-transition: transform .35s ease-in-out;
  -moz-transition: transform .35s ease-in-out;
  -o-transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out; }

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 0px;
  right: 0;
  margin: auto;
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9; }

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent; }

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 0px;
  right: 0;
  margin: auto;
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9; }

.navbar-collapse.show {
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background-color: #000000;
  padding: 100px 30px 30px 30px;
  overflow-y: scroll; }

.hm_abt p {
  text-align: center;
  font-size: 22px;
  color: #2D2C30; }

.hm_adv {
  position: relative; }
  .hm_adv:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F0F1F2;
    width: 100%;
    height: 30%;
    z-index: -1; }
  .hm_adv h2 {
    text-align: center;
    font-weight: 900;
    font-size: 36px;
    margin-bottom: 60px;
    padding-bottom: 15px;
    position: relative; }
    .hm_adv h2:before {
      background-color: #E82D33;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      content: '';
      width: 20%;
      height: 5px;
      border-radius: 5px; }
  .hm_adv .card {
    background-color: #E82D33;
    color: #ffffff;
    font-size: 22px;
    border: none;
    border-radius: 0; }
    .hm_adv .card p {
      padding-top: 15px; }
    .hm_adv .card img {
      height: 350px; }

.hm_benefits {
  background-color: #F0F1F2; }
  .hm_benefits h3 {
    text-align: center;
    font-weight: 900;
    font-size: 36px;
    margin-bottom: 60px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase; }
    .hm_benefits h3:before {
      background-color: #E82D33;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      content: '';
      width: 20%;
      height: 5px;
      border-radius: 5px; }
  .hm_benefits .card {
    margin-bottom: 30px;
    padding: 30px;
    height: 100%;
    background-color: transparent; }
    .hm_benefits .card img {
      width: 100px;
      margin: 0 auto 10px auto; }
    .hm_benefits .card p {
      margin: 0;
      font-size: 18px; }
    .hm_benefits .card:hover {
      background-color: #ffffff; }

.hm_testi {
  background-color: #2D2C30; }
  .hm_testi h4 {
    text-align: center;
    font-weight: 900;
    font-size: 36px;
    margin-bottom: 60px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    color: #ffffff; }
  .hm_testi .card {
    border: none;
    border-left: 5px solid #E82D33;
    border-radius: 0;
    margin-bottom: 30px; }
    .hm_testi .card img {
      height: 200px;
      width: 100%; }
    .hm_testi .card .card-title {
      font-weight: 600; }
    .hm_testi .card .card-text {
      font-size: 14px;
      overflow: hidden;
      display: block;
      max-height: 7.4rem;
      -webkit-line-clamp: 5;
      display: box;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      white-space: normal;
      line-height: 1.5rem; }
  .hm_testi .btn {
    border-radius: 0;
    border: 1px solid #E82D33;
    color: #E82D33;
    padding: 10px 30px; }
    .hm_testi .btn:hover {
      background-color: #E82D33;
      color: #ffffff; }

#canvas {
  top: 0;
  left: 0;
  z-index: -1; }

.subpage {
  height: 400px;
  background: #2D2C30;
  overflow: hidden;
  position: relative;
  z-index: 5; }
  .subpage h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    z-index: 1;
    color: #fff;
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 900;
    opacity: 0.9; }

.aboutcont p {
  text-align: center;
  font-size: 20px; }

.abtcont .abt_cont1 {
  padding-right: 60px; }
  .abtcont .abt_cont1 ul {
    list-style: disc; }
    .abtcont .abt_cont1 ul li {
      color: #2D2C30;
      font-size: 20px;
      padding: 20px 0; }
.abtcont .abt_cont2 img {
  height: 100%; }

.testimonials .card {
  padding: 0;
  border-radius: 0;
  box-shadow: 0px 1px 10px 5px rgba(0, 0, 0, 0.1);
  border: none; }
  .testimonials .card .testiimg {
    border-right: 10px solid #E82D33; }
    .testimonials .card .testiimg img {
      height: 100%; }
  .testimonials .card .card-body {
    padding: 25px; }
  .testimonials .card .card-title {
    font-size: 28px;
    font-weight: 800;
    padding-top: 10px;
    padding-bottom: 10px; }
  .testimonials .card svg {
    position: absolute; }
    .testimonials .card svg.svg2 {
      right: 20px;
      bottom: 20px; }

.contact .contactform {
  padding-top: 60px; }
  .contact .contactform .form-control {
    border-radius: 0;
    border: 1px solid #000000;
    box-shadow: none !important; }
  .contact .contactform .btn {
    border-radius: 0;
    padding: 10px 30px;
    border: 1px solid #E82D33; }
    .contact .contactform .btn:hover {
      background-color: #E82D33; }

.pr_info1 h4 {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 900; }
.pr_info1 p {
  color: #2D2C30;
  font-size: 22px;
  padding-bottom: 30px; }
.pr_info1 .btn {
  border-radius: 0;
  padding: 10px 30px;
  border: 1px solid #E82D33; }
  .pr_info1 .btn:hover {
    background-color: #E82D33; }
.pr_info1 hr {
  margin-top: 60px;
  border-color: #E82D33; }

.pr_info2 {
  padding-bottom: 60px; }
  .pr_info2 video {
    height: 500px; }
  .pr_info2 h4 {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 900;
    text-align: center;
    padding-bottom: 30px; }

.pr_info3 .pr_details .card {
  border-radius: 0;
  border: 1px solid #E82D33; }
  .pr_info3 .pr_details .card img {
    height: 500px; }
  .pr_info3 .pr_details .card .card-body {
    background-color: #2D2C30; }
    .pr_info3 .pr_details .card .card-body p {
      font-size: 20px;
      color: #ffffff;
      font-weight: 600; }
    .pr_info3 .pr_details .card .card-body.d-flex p {
      border-left: 1px solid #ffffff;
      padding-left: 15px; }

.printtable {
  padding-top: 30px; }
  .printtable .cunds input {
    font-weight: 800; }
  .printtable p {
    font-weight: 700; }

@media only screen and (max-width: 1200px) {
  .hmbanner {
    padding-top: 20%; }

  .hm_benefits .card {
    padding: 20px; }

  .hm_testi .card .card-title {
    font-size: 16px; }

  .subpage h1 {
    font-size: 40px; }

  .pr_info3 .pr_details .card img {
    height: 350px; } }
@media only screen and (max-width: 991px) {
  .hmbanner h1 {
    font-size: 50px; }

  .hmbanner:after {
    height: 20%; }

  .hm_adv .card img {
    height: 220px; }

  header .navbar :is(.nav-item) .nav-link, header .navbar .dropdown-item {
    font-size: 30px;
    padding: 15px 25px; }

  .subpage h1 {
    font-size: 30px; }

  .pr_info3 .pr_details .card img {
    height: auto; } }
@media only screen and (max-width: 767px) {
  .hmbanner {
    padding-top: 30%; }

  .hmbanner h1 {
    font-size: 30px; }

  .hmbanner:after {
    height: 20%; }

  header .navbar .navbar-brand img {
    height: 60px; }

  header {
    padding-top: 0; }

  .subpage h1 {
    font-size: 30px; }

  .abtcont .abt_cont1 {
    padding-right: 15px; }

  .pr_info2 video {
    height: 350px; }

  .pr_info3 .pr_details .card .card-body.d-flex {
    flex-wrap: wrap; }

  .pr_info3 .pr_details .card .card-body.d-flex p {
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
    border-left: none; }

  .testimonials .card .testiimg {
    border-right: none; } }
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .hmbanner {
    padding-top: 40%; }

  .hmbanner h1 {
    font-size: 20px; }

  .pr_info1 h4,
  .pr_info2 h4 {
    font-size: 20px; }

  .pr_info1 p {
    font-size: 18px; }

  .pr_info2 video {
    height: 250px; } }
/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */
