@charset "utf-8";
@import url(font-awesome.css);
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Ubuntu:wght@300;400;500;700&display=swap');
body {
  font-family: 'Ubuntu', sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #5f6363
}
::selection {
  background: #faa21f;
  color: #fff
}
::-moz-selection {
  background: #faa21f;
  color: #fff
}
::-webkit-selection {
  background: #faa21f;
  color: #fff
}
::-o-selection {
  background: #faa21f;
  color: #fff
}
::-ms-selection {
  background: #faa21f;
  color: #fff
}
::placeholder {
  color: #b4bdc1;
  font-weight: normal;
}
a:focus {
  color: #f8646d;
  text-decoration: none
}
.padding-top50 {
  padding-top: 50px
}
.padding-bottom50 {
  padding-bottom: 50px
}
.padding-top100 {
  padding-top: 100px
}
.padding-bottom100 {
  padding-bottom: 100px
}
.side-padding {
  padding-left: 5%;
  padding-right: 5%
}
.border-radius15 {
  border-radius: 25px
}
.headings-font {
  font-family: 'Poppins', sans-serif;
}
.se-pre-con {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../images/loading.gif") center no-repeat #fff
}
.cta-border-radius {
  border-radius: 54px;
}
.additional-spacing {
  padding: 0px 20%;
}
section.hipo-common-outer {
  overflow-x: hidden;
}
section.why-us-block {
  background: #fafafa;
  padding-top: 42px;
  position: relative;
}
section.why-us-block .col-lg-8 ul.why-us-lis {
  margin: 10% 0 0;
  padding: 0;
  display: block;
}
section.why-us-block .col-lg-8 ul.why-us-lis li {
  list-style: none;
  display: inline-block;
  width: calc(100%/3);
  float: left;
  text-align: center;
  margin-bottom: 25px;
  transition: .2s ease-in-out;
}
section.why-us-block .col-lg-8 ul.why-us-lis li:hover {
  transform: scale(1.2);
}
.why-us-inside-block {
  display: block;
  padding: 15px;
  position: relative;
}
.why-us-inside-block img {
  display: block;
  margin: 0px auto 10px;
}
.why-us-inside-block span.why-us-large {
  display: block;
  margin-bottom: 10px;
  color: #f9a11e;
  font-size: 20px;
}
.why-us-inside-block p {
  padding: 0px 20px;
  display: block;
}
section.why-us-block:before {
  background: #faa21f;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 27.5%;
}
section.why-us-block .col-lg-4 img {
  width: 100%;
}
.padding-left-10perc {
  padding-left: 10%;
}
.padding-right-5per {
  padding-right: 5%;
}
.why-us-inside-block img {
  width: 35%;
}
section.hipo-mats-block {
  padding-top: 75px;
  padding-bottom: 75px;
  background: url(../images/Hipo-Pattern.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 15%;
}
section.hipo-mats-block .col-lg-7 img {
  width: 100%;
}
section.hipo-mats-block .col-lg-5 h2 {
  color: #415660;
  font-weight: 700;
  font-size: 45px;
  margin: 0 0 15px;
}
section.about-home {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background: url(../images/About-Pattern.png);
  background-repeat: no-repeat;
  background-position: left 20%;
  background-size: 10%;
}
.about-inside-box {
  position: relative;
}
.about-inside-box img.about-large-image {
  width: 100%;
}
.about-heading-side {
  position: relative;
  text-align: right;
  padding-top: 95%;
  display: block;
}
.about-heading-side img {
  display: block;
  text-align: right;
  float: right;
}
.about-heading-side span.heading-tiny {
  color: #415660;
  font-size: 35px;
  font-weight: 800;
  display: block;
  margin: 0 0 10px;
}
.about-heading-side span.heading-big {
  display: block;
  font-size: 50px;
  color: #f9a11e;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 50px;
}
.about-heading-side img {
  display: block;
  text-align: right;
  float: right;
  margin-bottom: 20px;
  width: 25%;
}
section.about-home .col-lg-4 p {
  line-height: 26px;
  margin-bottom: 20px;
}
section.about-home .col-lg-4 a {
  display: inline-block;
  text-align: center;
  padding: 0px 30px;
  background: #f9a11e;
  border-radius: 54px;
  line-height: 40px;
  color: #fff;
  border: transparent solid 1px;
  text-decoration: none;
  transition: .2s ease-in-out;
}
section.about-home .col-lg-4 a:hover {
  border: #f9a11e solid 1px;
  color: #f9a11e;
  background: none;
}
section.why-us-block:after {
  content: "WHY US?";
  position: absolute;
  top: 0;
  left: 5%;
  bottom: 0;
  transform: rotate(-90deg);
  font-size: 130px;
  font-weight: bolder;
  line-height: 120px;
  color: rgba(255, 255, 255, 0.3);
  z-index: 0;
  font-family: 'Poppins', sans-serif;
}
section.why-us-block .container-fluid {
  position: relative;
  z-index: 2;
}
section.hipo-banner {
  background: #faa21f url(../images/Hero-Pattern.png);
  position: relative;
  background-position: right top;
  background-size: 90%;
  background-repeat: no-repeat;
  min-height: 100vh;
}
nav {
  display: block
}
.menu {
  display: block;
  margin: 0;
  text-align: right;
  padding: 0;
}
.menu li {
  display: inline-block;
  position: relative;
  z-index: 100
}
.menu li:first-child {
  margin-left: 0
}
.menu li a {
  line-height: 45px;
  border-bottom: transparent 2px solid;
  margin: 0;
  font-weight: normal;
  color: #ffffff;
  transition: all .2s ease-in-out 0s;
  display: block;
  padding: 0 15px;
}
.menu li a:hover, .menu li:hover > a {
  color: #415660;
  text-decoration: none;
}
.menu ul {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 240px;
  position: absolute;
  left: 0;
  background: #fff;
  z-index: 99;
  transform: translate(0, 20px);
  transition: all .2s ease-out;
  text-align: left;
  border-top: #faa21f solid 5px;
  box-shadow: 0 2px 6px rgb(0 0 0 / 20%)
}
.menu ul:after {
  bottom: 105%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #faa21f;
  border-width: 6px;
  margin-left: -6px
}
.menu ul li {
  display: block;
  float: none;
  background: 0 0;
  margin: 0;
  padding: 0
}
.menu ul li a {
  font-weight: 400;
  display: block;
  color: #797979;
  background: #fff;
  line-height: 46px
}
.menu ul li a:hover, .menu ul li:hover > a {
  background: #faa21f;
  color: #fff
}
.menu li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0)
}
.menu ul ul {
  left: 169px;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transform: translate(20px, 20px);
  transition: all .2s ease-out
}
.menu ul ul:after {
  left: -6px;
  top: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 6px;
  margin-top: -6px
}
.menu li > ul ul:hover {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0)
}
header.logo-header .responsive-menu {
  display: none;
  width: 100%;
  background: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  padding: 5px 15px;
  margin-bottom: 15px;
  border-radius: 6px;
  padding: 0;
  line-height: 50px;
  text-align: center;
}
header.logo-header.fixed .responsive-menu {
  color: #faa21f;
}
header.logo-header .responsive-menu:hover {
  background: none;
  color: #fff;
  text-decoration: none
}
header.logo-header.fixed .responsive-menu:hover {
  color: #faa21f;
}
header.logo-header .responsive-menu:focus {
  color: #fff;
  text-decoration: none;
}
header.logo-header.fixed .responsive-menu:focus {
  color: #faa21f;
}
a.homer {
  background: #fc6d58
}
@media (min-width:768px) and (max-width:979px) {
  .mainWrap {
    width: 768px
  }
  .menu ul {
    top: 37px
  }
  .menu li a {
    font-size: 12px
  }
  a.homer {
    background: #e95546
  }
}
@media (max-width:767px) {
  .mainWrap {
    width: auto;
    padding: 50px 20px
  }
  .menu {
    display: none;
    text-align: left;
    margin: 0;
    padding: 0;
    top: 60px;
    position: relative;
    box-shadow: rgb(0 0 0 / 5%) 0px 5px 10px;
  }
  .responsive-menu {
    display: block
  }
  nav {
    margin: 0;
    background: 0 0
  }
  .menu li {
    display: block;
    margin: 0
  }
  .menu li a {
    background: #fff;
    color: #797979;
    line-height: 40px
  }
  .menu li a:hover, .menu li:hover > a {
    background: #f7f7f7;
    color: #faa21f;
  }
  .menu ul {
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    transform: initial
  }
  .menu li:hover > ul {
    visibility: visible;
    opacity: 1;
    position: relative;
    transform: initial
  }
  .menu ul ul {
    left: 0;
    transform: initial
  }
  .menu li > ul ul:hover {
    transform: initial
  }
}
header.logo-header {
  background: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding-top: 20px;
  padding-bottom: 20px;
}
header.logo-header .col-lg-4 a img {
  width: 60%;
}
.hipe-banner-content {
  display: block;
  width: 70%;
  padding: 150px 0;
  position: relative;
  z-index: 99;
}
section.hipo-banner img.hipo-side-large {
  position: absolute;
  width: 70%;
  right: 0;
  bottom: 0;
  z-index: 5;
}
section.hero-spacing {
  padding: 0px 5%;
}
.hipe-banner-content h1 {
  font-size: 95px;
  font-weight: bolder;
  text-shadow: rgb(0 0 0 / 23%) 4px 4px 43px;
}
.hipe-banner-content h1 span {
  display: block;
  font-size: 75px;
}
.hipe-banner-content a.hipo-banner-cta {
  display: inline-block;
  padding: 0px 25px;
  line-height: 40px;
  border: #fff solid 1px;
  border-radius: 40px;
  margin-right: 15px;
  color: #fff;
  text-decoration: none;
  transition: .2s ease-in-out;
  float: left;
}
.hipe-banner-content a.hipo-banner-cta:hover {
  background: #fff;
  color: #faa21f;
}
.hero-bottom-img {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  z-index: 0;
}
.hero-bottom-img img {
  width: 100%;
}
section.hipo-banner:before {
  content: "";
  position: absolute;
  top: 20%;
  left: 0;
  width: 130px;
  height: 271px;
  background: url("../images/Circle-Top.png");
  background-repeat: no-repeat;
  animation-duration: 3s;
  animation-name: slidein;
  animation-iteration-count: infinite;
}
section.hipo-banner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25%;
  width: 600px;
  height: 300px;
  background: url("../images/Circle-Bottom.png");
  background-repeat: no-repeat;
  animation-duration: 3s;
  animation-name: slidein-two;
  animation-iteration-count: infinite;
}
section.hipo-mats-products-blocks {
  display: block;
  position: relative;
}
.hipo-mats-products-one {
  padding: 0px 5% 75px 35%;
  position: relative;
}
.owl-product-one .owl-stage-outer, .owl-product-two .owl-stage-outer {
  background: #415762;
}
.hipo-mats-products-two {
  padding: 0px 35% 75px 5%;
  position: relative;
}
.hipo-mats-one, .hipo-mats-two {
  display: block;
  position: relative;
}
.hipo-mats-one img, .hipo-mats-two img {
  width: 100%;
}
.hipo-mats-products-one .hipo-mats-one-side-block {
  position: absolute;
  left: 10%;
  top: 15%;
  width: 30%;
  padding: 75px;
  background: #faa21f url(../images/Left-Pattern.png) no-repeat bottom left;
  z-index: 1;
}
.hipo-mats-products-two .hipo-mats-two-side-block {
  position: absolute;
  right: 10%;
  top: 15%;
  width: 30%;
  padding: 50px;
  padding: 75px;
  background: #faa21f url("../images/Right-Pattern.png") no-repeat bottom right;
  z-index: 1;
}
.hipo-mats-products-one .hipo-mats-one-side-block h3, .hipo-mats-products-two .hipo-mats-two-side-block h3 {
  font-size: 40px;
  color: #fff;
  margin: 0;
  line-height: 60px;
  font-weight: 600;
}
.hipo-mats-products-one .hipo-mats-one-side-block p, .hipo-mats-products-two .hipo-mats-two-side-block p {
  color: #fff;
}
section.hipo-testimonials-block {
  background: #e7e8e8;
  position: relative;
  padding: 50px 0 70px;
}
section.hipo-testimonials-block h3 {
  color: #415660;
  text-transform: uppercase;
  font-size: 45px;
  margin: 0;
  display: block;
  line-height: 65px;
  margin-left: 5%;
  font-weight: 700;
  margin-bottom: 15px;
}
.testimonial-outer {
  display: block;
  position: relative;
  padding: 0 5%;
}
.testim-inside-block {
  display: block;
}
.testim-top-part {
  border-bottom: #fff solid 2px;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 20px;
  padding-top: 20px;
  margin-left: 20px;
}
.testim-img-outer {
  display: inline-block;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: rgb(149 153 153 / 55%) 10px 8px 6px;
  transform: rotate(10deg);
}
.testim-img-outer img {
  width: 100%;
}
.testim-inside-block .col-lg-9 p {
  display: block;
  margin-top: 40px;
}
section.hipo-breakthrogh-block {
  position: relative;
  display: block;
  min-height: 550px;
  padding: 0px 8%;
  background: url(../images/Hipo-Pattern.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 15%;
}
section.hipo-breakthrogh-block img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: 520px;
}
.breakthrough-block {
  display: block;
  padding: 25% 5% 5% 15%;
}
.breakthrough-block h4 {
  color: #415761;
  font-size: 50px;
  margin: 0;
  font-weight: 700;
  line-height: 50px;
}
.breakthrough-block h2 {
  margin: 0 0px 15px;
  font-size: 80px;
  color: #faa21f;
  font-weight: 800;
  line-height: 70px;
}
section.hipo-breakthrogh-block:before {
  content: "";
  position: absolute;
  background: #faa21f;
  top: 0;
  right: 0;
  bottom: 0;
  width: 300px;
}
footer.footer-block {
  background: #415660;
  padding: 50px 5%;
  position: relative;
}
footer.footer-block .col-lg-4 h4 {
  color: #80939c;
  font-size: 28px;
  line-height: 38px;
  display: block;
  margin: 40px 0;
}
ul.social-links {
  margin: 0;
  padding: 0;
}
ul.social-links li {
  display: inline-block;
  margin-right: 8px;
}
ul.social-links li a {
  width: 46px;
  height: 46px;
  display: block;
  text-align: center;
  line-height: 44px;
  border: #faa21f solid 2px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  transition: .2s ease-in-out;
}
ul.social-links li a:hover {
  background: #faa21f;
  border: #faa21f solid 2px;
  transform: scale(1.1);
}
footer.footer-block .col-lg-4 h3 {
  margin: 0 0 25px;
  color: #fff;
  font-size: 32px;
  display: block;
  line-height: 38px;
  font-weight: 600;
}
footer.footer-block .col-lg-4 p {
  color: #80939c;
  display: block;
  margin-bottom: 25px;
}
.tiny-footer p {
  color: #80939c;
  margin-bottom: 0;
}
ul.addres-list {
  margin: 0;
  padding: 0;
}
ul.addres-list li {
  list-style: none;
  display: block;
  line-height: 46px;
  margin-bottom: 10px;
  color: #80939c;
}
ul.addres-list li span {
  width: 46px;
  height: 46px;
  text-align: center;
  display: inline-block;
  line-height: 44px;
  font-size: 18px;
  color: #fff;
  margin-right: 5px;
  border: #faa21f solid 2px;
  border-radius: 50%;
}
footer.footer-block .col-lg-4 label {
  width: 100%;
  margin-bottom: 15px;
}
footer.footer-block .col-lg-4 label input[type="text"] {
  width: 100%;
  height: 44px;
  padding: 0px 15px;
  background: #4e6671;
  border: none;
  color: #feffff;
  resize: none;
  outline: none;
}
footer.footer-block .col-lg-4 label textarea {
  width: 100%;
  height: 120px;
  padding: 15px;
  background: #4e6671;
  border: none;
  color: #feffff;
  resize: none;
  outline: none;
}
button.side-footer-btn {
  display: inline-block;
  padding: 0 50px;
  line-height: 50px;
  background: none;
  border: #faa21f solid 2px;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  transition: .2s ease-in-out;
}
button.side-footer-btn:hover {
  background: #faa21f;
  border: #faa21f solid 2px;
}
.tiny-footer {
  display: block;
  padding-top: 40px;
  margin-top: 60px;
  border-top: #5a717c solid 1px;
}
.owl-product-one .owl-nav {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.owl-product-two .owl-nav {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.owl-product-one .owl-nav .owl-prev, .owl-product-one .owl-nav .owl-next, .owl-product-two .owl-nav .owl-prev, .owl-product-two .owl-nav .owl-next {
  font-size: 0;
  width: 60px;
  height: 60px;
  display: inline-block;
  margin-right: 8px;
  border: #faa21f solid 2px;
  border-radius: 50%;
  position: relative;
  transition: .2s ease-in-out;
}
.owl-product-one .owl-nav .owl-prev:hover, .owl-product-one .owl-nav .owl-next:hover, .owl-product-two .owl-nav .owl-prev:hover, .owl-product-two .owl-nav .owl-next:hover, .owl-testimonials .owl-nav .owl-prev:hover, .owl-testimonials .owl-nav .owl-next:hover {
  background: #faa21f;
  transform: scale(1.1);
}
.owl-product-one .owl-nav .owl-prev:hover:before, .owl-product-two .owl-nav .owl-prev:hover:before, .owl-product-one .owl-nav .owl-next:hover:before, .owl-product-two .owl-nav .owl-next:hover:before, .owl-testimonials .owl-nav .owl-prev:hover:before, .owl-testimonials .owl-nav .owl-next:hover:before {
  color: #fff;
}
.owl-product-one .owl-nav .owl-prev:before, .owl-product-two .owl-nav .owl-prev:before, .owl-testimonials .owl-nav .owl-prev:before {
  content: "\f104";
  position: absolute;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #faa21f;
  left: -2px;
  top: -2px;
  transition: .2s ease-in-out;
}
.owl-product-one .owl-nav .owl-next:before, .owl-product-two .owl-nav .owl-next:before, .owl-testimonials .owl-nav .owl-next:before {
  content: "\f105";
  position: absolute;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #faa21f;
  left: -2px;
  top: -2px;
  transition: .2s ease-in-out;
}
.owl-testimonials .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}
.owl-testimonials .owl-nav .owl-prev {
  width: 75px;
  height: 75px;
  display: block;
  position: absolute;
  top: 45%;
  left: -200px;
  border: #f9a62c solid 2px;
  border-radius: 50%;
  margin-top: -37px;
  font-size: 0;
  transition: .2s ease-in-out;
}
.owl-testimonials .owl-nav .owl-next {
  width: 75px;
  height: 75px;
  display: block;
  position: absolute;
  top: 45%;
  right: -200px;
  border: #f9a62c solid 2px;
  border-radius: 50%;
  margin-top: -37px;
  font-size: 0;
  transition: .2s ease-in-out;
}
.owl-testimonials .owl-stage-outer {
  z-index: 999;
}
.owl-testimonials .owl-nav .owl-prev:before, .owl-testimonials .owl-nav .owl-next:before {
  line-height: 75px;
  width: 75px;
  height: 75px;
}
.testim-bottom-block {
  display: block;
  padding-left: 20px;
}
header.logo-header.float-panel.fixed .menu li a {
  color: #415660;
}
header.logo-header.float-panel.fixed .menu li a:hover {
  color: #faa21f;
}
header.logo-header .col-lg-4 a svg {
  width: 70%;
  transition: .2s ease-in-out;
}
header.logo-header.fixed .col-lg-4 a svg {
  width: 50%;
}
header.logo-header .col-lg-4 a svg path.cls-1, header.logo-header .col-lg-4 a svg path.cls-2, header.logo-header .col-lg-4 a svg path.cls-3 {
  fill: #fff;
  transition: .2s ease-in-out;
}
header.logo-header.fixed .col-lg-4 a svg path.cls-1 {
  fill: #a7a7a7 !important;
}
header.logo-header.fixed .col-lg-4 a svg path.cls-2 {
  fill: #faa21e;
}
header.logo-header.fixed .col-lg-4 a svg path.cls-3 {
  fill: #415660;
}
footer.footer-block .col-lg-4 svg {
  width: 70%;
}
.header-padding {
  padding-left: 3%;
  padding-right: 3%;
}
span.hipo-amazing-logo {
  display: inline-block;
  width: 110px;
  float: left;
  padding: 4px 0;
}
span.hipo-amazing-logo img {
  width: 100%;
}
@keyframes slidein {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes slidein-two {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
header.logo-header .responsive-menu i {
  width: 80%;
  height: 1px;
  background: #fff;
  font-size: 0px !important;
  margin-top: 24px;
  float: right;
  position: relative;
  transition: .2s ease-in-out;
}
header.logo-header .responsive-menu i:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  top: -8px;
  position: absolute;
  right: 0;
  transition: .2s ease-in-out;
}
header.logo-header .responsive-menu i:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: -8px;
  position: absolute;
  right: 0;
  transition: .2s ease-in-out;
}
header.logo-header.fixed .responsive-menu i, header.logo-header.fixed .responsive-menu i:before, header.logo-header.fixed .responsive-menu i:after {
  background: #f9a11e;
}