@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100;200;300;400;500;600;700;800&display=swap");
@font-face {
  font-family: 'dejavu_sansbold';
  src: url("../fonts/dejavusans_bold_macroman/DejaVuSans-Bold-webfont.eot");
  src: url("../fonts/dejavusans_bold_macroman/DejaVuSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/dejavusans_bold_macroman/DejaVuSans-Bold-webfont.woff2") format("woff2"), url("../fonts/dejavusans_bold_macroman/DejaVuSans-Bold-webfont.woff") format("woff"), url("../fonts/dejavusans_bold_macroman/DejaVuSans-Bold-webfont.ttf") format("truetype"), url("../fonts/dejavusans_bold_macroman/DejaVuSans-Bold-webfont.svg#dejavu_sansbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'dejavu_sansbook';
  src: url("../fonts/dejavusans_regular_macroman/DejaVuSans-webfont.eot");
  src: url("../fonts/dejavusans_regular_macroman/DejaVuSans-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/dejavusans_regular_macroman/DejaVuSans-webfont.woff2") format("woff2"), url("../fonts/dejavusans_regular_macroman/DejaVuSans-webfont.woff") format("woff"), url("../fonts/dejavusans_regular_macroman/DejaVuSans-webfont.ttf") format("truetype"), url("../fonts/dejavusans_regular_macroman/DejaVuSans-webfont.svg#dejavu_sansbook") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'dejavu_sanscondensed_bold';
  src: url("../fonts/dejavusanscondensed_bold_macroman/DejaVuSansCondensed-Bold-webfont.eot");
  src: url("../fonts/dejavusanscondensed_bold_macroman/DejaVuSansCondensed-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/dejavusanscondensed_bold_macroman/DejaVuSansCondensed-Bold-webfont.woff2") format("woff2"), url("../fonts/dejavusanscondensed_bold_macroman/DejaVuSansCondensed-Bold-webfont.woff") format("woff"), url("../fonts/dejavusanscondensed_bold_macroman/DejaVuSansCondensed-Bold-webfont.ttf") format("truetype"), url("../fonts/dejavusanscondensed_bold_macroman/DejaVuSansCondensed-Bold-webfont.svg#dejavu_sanscondensed_bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'dejavu_sanscondensed';
  src: url("../fonts/dejavusanscondensed_regular_macroman/DejaVuSansCondensed-webfont.eot");
  src: url("../fonts/dejavusanscondensed_regular_macroman/DejaVuSansCondensed-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/dejavusanscondensed_regular_macroman/DejaVuSansCondensed-webfont.woff2") format("woff2"), url("../fonts/dejavusanscondensed_regular_macroman/DejaVuSansCondensed-webfont.woff") format("woff"), url("../fonts/dejavusanscondensed_regular_macroman/DejaVuSansCondensed-webfont.ttf") format("truetype"), url("../fonts/dejavusanscondensed_regular_macroman/DejaVuSansCondensed-webfont.svg#dejavu_sanscondensed") format("svg");
  font-weight: normal;
  font-style: normal;
}

.btn-text {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
}

.btn-text {
  display: inline-block;
  margin: 0;
  font-size: .7rem;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 1px;
  background-color: transparent;
  color: #f3f3f3;
  border: none;
  position: relative;
  z-index: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn-text::before {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  border: solid 1px currentColor;
  border-width: 1px 0;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms, -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
}

.btn-text::after {
  display: none;
}

.btn-text.color-light {
  color: #fff;
}

.btn-text.color-light polygon {
  fill: #fff;
}

.btn-text:hover {
  color: #f3f3f3;
}

.btn-text:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.btn-text:hover polygon {
  fill: #f3f3f3;
}

.btn-text span {
  margin-right: .5rem;
}

.btn-text svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 9px;
  position: relative;
  bottom: 1px;
}

.btn-text polygon {
  fill: #f3f3f3;
  -webkit-transition: fill .4s;
  transition: fill .4s;
}

.btn-border {
  border: solid 1px #579c0d;
  background-color: transparent;
  color: #a2c015;
  border-radius: 5px;
  font-size: .95rem;
  font-weight: 400;
  text-transform: capitalize;
  padding: 5px 30px;
}

.btn-border:hover {
  background-color: #a2c015;
  color: #fff;
}

.btn-border:hover polygon {
  fill: #a2c015;
}

.btn-border polygon {
  fill: #a2c015;
}

.btn-md {
  padding: 8px 50px;
}

.btn-round {
  border-radius: 75px;
}

.btn-green {
  color: #fff;
  border-radius: 50px;
  background: #a2c015;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-image: -webkit-gradient(linear, left top, right top, from(#a2c015), to(#579c0d));
  background-image: linear-gradient(to right, #a2c015, #579c0d);
}

.btn-green:hover {
  background-image: none;
  background-color: #579c0d;
}

.btn-white1 {
  color: #000;
  background: #fff;
  font-weight: 700;
  line-height: 2.5;
}

.btn-shadow {
  -webkit-box-shadow: 2px 8px 14px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 8px 14px 6px rgba(0, 0, 0, 0.3);
}

.btn-shadow2 {
  -webkit-box-shadow: 2px 6px 14px 6px rgba(0, 0, 0, 0.18);
          box-shadow: 2px 6px 14px 6px rgba(0, 0, 0, 0.18);
}

.btn-white {
  border: solid 1px #fff;
  color: #fff;
}

.btn-white:hover {
  background-color: #a2c015;
  border: solid 1px #a2c015;
  color: #fff;
}

.btn-white:hover polygon {
  fill: #a2c015;
}

.btn-white polygon {
  fill: #a2c015;
}

a:hover, a:focus, button:focus {
  text-decoration: none !important;
  outline: none;
}

button {
  cursor: pointer;
  border: 0;
  background-color: #fff;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6, button {
  font-family: 'dejavu_sanscondensed';
}

p {
  font-size: 1.1rem;
  line-height: 25px;
}

p {
  font-family: 'Barlow Condensed', sans-serif;
}

.bodyBg {
  background-image: url("../images/bgtexture.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.home-header {
  position: fixed;
}

.block-header {
  width: 100%;
  height: auto;
  z-index: 99999;
  padding: 10px 20px;
  top: 0;
  background-color: #000;
}

.block-header .logo-block img {
  width: 200px;
}

@media (max-width: 576px) {
  .block-header .logo-block img {
    width: 120px;
  }
}

.block-header .nav-block {
  margin: 25px 0 0;
  display: none;
  font-family: 'Barlow Condensed', sans-serif;
}

@media (min-width: 992px) {
  .block-header .nav-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.block-header .nav-block li {
  margin-left: 8px;
}

@media (max-width: 1100px) {
  .block-header .nav-block li {
    margin-left: 5px;
  }
}

.block-header .nav-block li a {
  color: #fff;
  padding: 5px 8px;
  font-weight: 700;
  font-size: .9rem;
  text-transform: uppercase;
  position: relative;
  font-style: italic;
}

.block-header .nav-block li a.active {
  font-weight: 700;
}

.block-header .nav-block li a.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  background-color: #dd2319;
  z-index: 1;
  opacity: 1;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.bg-white {
  background-color: #fff;
}

.bg-white .form-group .control-label, .bg-white .footer-section, .bg-white .sectionTitles h2, .bg-white .sectionTitles h5 {
  color: #000;
}

.bg-white .form-group .bar {
  border-bottom: 0.12rem solid #000;
}

.bg-white .sectionTitles h2::after, .bg-white .sectionTitles h5::after {
  z-index: 1;
}

.link-efx {
  position: relative;
}

.link-efx a::after {
  position: absolute;
  top: 100%;
  left: 10%;
  width: 80%;
  height: 2px;
  background: #ed1b23;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.link-efx a:hover::after,
.link-efx a:focus::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  border: 0px;
}

.dropdown-item {
  font-size: 13px;
}

.sideMenu {
  background-color: #000;
  height: 100%;
  position: fixed;
  right: -260px;
  top: 0;
  -webkit-transition: right .4s ease-in-out;
  transition: right .4s ease-in-out;
  width: 260px;
  z-index: 9001;
}

.sideMenu ul li a {
  display: block;
  width: 100%;
  color: #fff;
  padding: 10px 15px;
  text-transform: uppercase;
}

.sideMenu ul li a.active {
  color: #dd2319;
  font-weight: bold;
}

.toggler-block {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
}

@media (min-width: 992px) {
  .toggler-block {
    display: none;
  }
}

.toggler-block button {
  background-color: transparent;
  border: 0;
}

.block-mobile-nav.active {
  right: 0;
}

.block-wrapper.active .block-ui {
  right: 260px;
}

.block-wrapper .block-ui {
  position: relative;
  right: 0;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.block-wrapper {
  width: 100%;
  overflow: hidden;
}

.block-header .container {
  position: relative;
}

.js-menu.active span {
  background-color: #fff;
}

.js-menu.active span:nth-child(2) {
  opacity: 0;
}

.js-menu.active span:first-child {
  top: 0.438em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.js-menu.active span:last-child {
  top: -0.313em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.js-menu span {
  position: relative;
  top: 0;
  display: block;
  width: 1.25em;
  height: 0.125em;
  margin-bottom: .250em;
  background-color: #fff;
  -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.js-menu span:last-child {
  margin-bottom: 0;
}

.btn-learn2 {
  font-weight: 600;
  font-size: 1rem;
  color: #6d990f;
  background-color: transparent;
}

.btn-learn2 svg {
  height: 12px;
  margin-left: 6px;
}

.btn-learn2:hover {
  color: #579c0d;
}

.home-slider {
  position: relative;
}

.home-banner {
  position: relative;
}

.home-banner p {
  position: relative;
  z-index: 999;
}

.home-banner .social-icons {
  position: absolute;
  left: 100px;
  bottom: 30px;
  z-index: 999;
}

.home-banner .social-icons a {
  color: #fff;
  font-size: 1.5rem;
  margin-right: 20px;
  -webkit-transition: .5s all;
  transition: .5s all;
}

.home-banner .social-icons a:hover {
  color: #dd2319;
}

.home-banner .banner-captions {
  left: 10%;
  top: 42%;
  overflow: hidden;
  padding-right: 30px;
}

.home-banner .banner-captions h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: bold;
  font-style: italic;
  position: relative;
  line-height: 75px;
}

@media (max-width: 768px) {
  .home-banner .banner-captions h1 {
    line-height: 45px;
  }
}

.home-banner .banner-captions h1::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  left: 0;
  bottom: 2px;
  background-color: #dd2319;
}

.home-banner .banner-captions, .home-banner .home-captions {
  position: absolute;
  text-align: center;
  color: #fff;
}

@media (max-width: 768px) {
  .home-banner .banner-captions, .home-banner .home-captions {
    width: 90%;
    left: 5%;
  }
}

.home-banner .banner-captions span, .home-banner .home-captions span {
  display: block;
}

.home-banner .banner-captions h1, .home-banner .banner-captions h3, .home-banner .home-captions h1, .home-banner .home-captions h3 {
  font-weight: 900;
  margin: 0;
  text-align: left;
}

.home-banner .banner-captions h1, .home-banner .home-captions h1 {
  text-shadow: 4px 3px 8px #302b2bde;
  letter-spacing: 3px;
  font-size: 2rem;
}

@media (min-width: 575px) {
  .home-banner .banner-captions h1, .home-banner .home-captions h1 {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  .home-banner .banner-captions h1, .home-banner .home-captions h1 {
    font-size: 2.2rem;
  }
}

@media (min-width: 992px) {
  .home-banner .banner-captions h1, .home-banner .home-captions h1 {
    font-size: 5rem;
  }
}

.home-banner .banner-captions h3, .home-banner .home-captions h3 {
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .home-banner .banner-captions h3, .home-banner .home-captions h3 {
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
  .home-banner .banner-captions h3, .home-banner .home-captions h3 {
    font-size: 1.4rem;
  }
}

.home-banner .item img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-banner .play-btn {
  float: left;
  background-color: transparent;
  margin: 25px 0 0;
  position: relative;
  z-index: 999;
  cursor: pointer;
}

.home-banner .play-btn img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: .5;
}

.owl-item.active .banner-captions h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.35, 0.29, 0.42, 1.03);
  animation-timing-function: cubic-bezier(0.35, 0.29, 0.42, 1.03);
}

.btn-scrlDown {
  width: 50px;
  position: absolute;
  bottom: 20px;
  right: 50px;
  z-index: 999;
  background: transparent;
  -webkit-animation: bounce_In 1s ease-in-out infinite;
          animation: bounce_In 1s ease-in-out infinite;
  -webkit-transition: .5s all;
  transition: .5s all;
}

.btn-scrlDown img {
  width: 100%;
}

@-webkit-keyframes bounce_In {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes bounce_In {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.btn-scrlDown2 {
  width: 36px;
  position: absolute;
  z-index: 999;
  background: transparent;
  bottom: 5px;
  left: 50%;
  margin-left: -18px;
  -webkit-animation: bounce_In 1s ease-in-out infinite;
          animation: bounce_In 1s ease-in-out infinite;
  -webkit-transition: .5s all;
  transition: .5s all;
}

.btn-scrlDown2 img {
  width: 100%;
}

@-webkit-keyframes yourAnimation {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(xx) translateY(0);
            transform: rotate(xx) translateY(0);
    opacity: 1;
  }
}

@keyframes yourAnimation {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(xx) translateY(0);
            transform: rotate(xx) translateY(0);
    opacity: 1;
  }
}

.owl-item.active .banner-captions h1 span:nth-child(1) {
  -webkit-animation: yourAnimation 1s 1 0s ease;
          animation: yourAnimation 1s 1 0s ease;
}

.owl-item.active .banner-captions h1 span:nth-child(2) {
  -webkit-animation: yourAnimation 2s 1 0s ease;
          animation: yourAnimation 2s 1 0s ease;
}

.owl-item.active .banner-captions p {
  -webkit-animation: yourAnimation 3s 1 0s ease;
          animation: yourAnimation 3s 1 0s ease;
}

.card-info {
  background-color: #fff;
  border: 4px solid #020202;
  padding: 35px;
}

.card-info h1 {
  font-weight: bold;
  font-size: 4rem;
}

@media (max-width: 768px) {
  .card-info h1 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .card-info h1 {
    font-size: 1.6rem;
  }
}

.conatctStrip {
  background-color: #dd2319;
  padding: 22px 50px;
  text-align: center;
}

@media (max-width: 576px) {
  .conatctStrip {
    padding: 22px 15px;
  }
}

.conatctStrip span {
  color: #fff;
  font-size: 18px;
  font-family: 'dejavu_sanscondensed';
}

@media (max-width: 576px) {
  .conatctStrip span {
    font-size: 14px;
  }
}

.sectionTitles {
  text-align: center;
  margin-bottom: 30px;
}

.sectionTitles h2 {
  position: relative;
  display: inline-block;
  color: #fff;
}

@media (max-width: 576px) {
  .sectionTitles h2 {
    font-size: 22px;
  }
}

.sectionTitles h2::after {
  content: "";
  position: absolute;
  height: 7px;
  left: 0;
  bottom: 2px;
  background-color: #dd2319;
  z-index: -1;
  -webkit-animation: scale_In 3.5s ease-in infinite;
          animation: scale_In 3.5s ease-in infinite;
  -webkit-transition: .5s all;
  transition: .5s all;
}

@media (max-width: 576px) {
  .sectionTitles h2::after {
    height: 3px;
  }
}

.sectionTitles h5 {
  position: relative;
  display: inline-block;
  color: #fff;
}

.sectionTitles h5::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 3px;
  left: 0;
  bottom: 2px;
  background-color: #dd2319;
  z-index: -1;
}

@-webkit-keyframes scale_In {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes scale_In {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

#banner_slider2 button.owl-next {
  right: -60px;
}

@media (max-width: 768px) {
  #banner_slider2 button.owl-next {
    right: 10px;
  }
}

#banner_slider2 button.owl-prev {
  left: -60px;
}

@media (max-width: 768px) {
  #banner_slider2 button.owl-prev {
    left: 10px;
  }
}

#banner_slider2 button.owl-next, #banner_slider2 button.owl-prev {
  background-color: transparent;
  border-radius: 14px;
  width: 45px;
  height: 45px;
  padding: 0px !important;
  text-align: center;
  line-height: 14px;
  top: 40%;
  position: absolute;
}

@media (max-width: 768px) {
  #banner_slider2 button.owl-next, #banner_slider2 button.owl-prev {
    width: 25px;
    height: 25px;
  }
}

#banner_slider2 button.owl-next img, #banner_slider2 button.owl-prev img {
  width: 100%;
}

#banner_slider2 button.owl-prev img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.coolTitles {
  display: inline-block;
  position: relative;
}

.coolTitles::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 100%;
  padding: 20px;
  left: -18px;
  bottom: -6px;
  background-color: #dd2319;
  z-index: -1;
  border-radius: 15px;
}

.social-cards {
  margin-bottom: 40px;
  overflow: hidden;
}

.social-cards img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .5s all;
  transition: .5s all;
}

.social-cards img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.social-icons2 {
  text-align: center;
  margin-bottom: 40px;
}

.social-icons2 a {
  color: #fff;
  font-size: 2.5rem;
  margin-right: 20px;
  -webkit-transition: .5s all;
  transition: .5s all;
}

.social-icons2 a:hover {
  color: #dd2319;
}

.card-contact {
  background-color: #2396d5;
  padding: 35px;
  position: relative;
  top: 70px;
}

.card-contact h4 {
  color: #fff;
}

.card-contact h1 {
  font-weight: bold;
  font-size: 4rem;
  color: #fff;
}

@media (max-width: 768px) {
  .card-contact h1 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .card-contact h1 {
    font-size: 1.6rem;
  }
}

.card-center {
  height: 76vh;
  top: 14vh;
  position: relative;
}

@media (max-width: 768px) {
  .card-center {
    height: auto;
    top: 0;
  }
}

.card-top {
  height: auto;
  top: -200px;
  position: relative;
}

@media (max-width: 576px) {
  .card-top {
    top: 0px;
  }
}

.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
}

.bg-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 576px) {
  .bg-img {
    position: relative;
    height: auto;
  }
}

.grid-1 {
  width: 80%;
}

@media (max-width: 768px) {
  .grid-1 {
    width: 100%;
  }
}

.grid-2 {
  width: 50%;
}

@media (max-width: 768px) {
  .grid-2 {
    width: 100%;
  }
}

.grid-3 {
  width: 60%;
}

.grid-3 img {
  width: 100%;
}

@media (max-width: 768px) {
  .grid-3 {
    width: 100%;
  }
}

.home-about {
  height: 100vh;
}

@media (max-width: 768px) {
  .home-about {
    height: auto;
  }
}

.section-spacing1 {
  margin: 150px 0;
}

@media (max-width: 576px) {
  .section-spacing1 {
    margin: 70px 0;
  }
}

.section-spacing2 {
  margin: 200px 0;
}

@media (max-width: 576px) {
  .section-spacing2 {
    margin: 80px 0;
  }
}

.section-spacing3 {
  margin: 160px 0 130px;
}

@media (max-width: 576px) {
  .section-spacing3 {
    margin: 80px 0 60px;
  }
}

.section-spacing4 {
  margin: 50px 0 60px;
}

@media (max-width: 576px) {
  .section-spacing4 {
    margin: 30px 0 40px;
  }
}

.section-spacing5 {
  margin: 280px 0 60px;
}

@media (max-width: 576px) {
  .section-spacing5 {
    margin: 30px 0 40px;
  }
}

.section-titles {
  font-weight: bold;
}

.btn-learn {
  font-weight: 500;
  color: #30a6e4;
  border: 2px solid #30a6e4;
  border-radius: 20px;
  -webkit-transition: .5s all;
  transition: .5s all;
}

.btn-learn:hover {
  background-color: #30a6e4;
  color: #fff;
}

.dish-title {
  font-weight: bold;
  margin-bottom: 30px;
  min-height: 100px;
}

@media (max-width: 768px) {
  .dish-title {
    min-height: auto;
    margin-top: 40px;
  }
}

.mb-10 {
  margin-bottom: 75px;
}

@media (max-width: 768px) {
  .mb-10 {
    margin-bottom: 30px;
  }
}

.home-icon img {
  width: 80%;
  margin: 0 auto 40px;
}

.home-icon button {
  min-width: 90%;
}

.insta-box {
  margin-bottom: 35px;
  height: 60vh;
  overflow: hidden;
}

@media (max-width: 768px) {
  .insta-box {
    height: 35vh;
  }
}

.insta-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer-section {
  padding: 20px 0 250px;
  color: #fff;
}

@media (max-width: 576px) {
  .footer-section {
    padding: 20px 0 370px;
  }
}

@media (max-width: 767px) {
  .footer-section .footer-links {
    margin: 50px 0;
  }
}

@media (max-width: 767px) {
  .footer-section h5 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .footer-section h4 {
    font-size: 18px;
  }
}

.footer-section a {
  display: block;
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 400;
}

.footer-section .hashtags {
  font-weight: 300;
}

.footer-car {
  position: absolute;
  width: 33%;
  bottom: 210px;
  z-index: 999;
}

@media (max-width: 1150px) {
  .footer-car {
    bottom: 250px;
  }
}

@media (max-width: 767px) {
  .footer-car {
    width: 55%;
    position: relative;
    bottom: 20px;
  }
}

.ml-lr {
  margin-left: -30px;
  margin-right: -30px;
}

.sub-btn {
  background-color: #dd2319;
  border: 2px solid #dd2319;
  color: #fff;
  border-radius: 25px;
  padding: 5px 15px;
  -webkit-transition: .5s all;
  transition: .5s all;
}

.sub-btn:hover {
  background-color: transparent;
  color: #dd2319;
}

.contact-divs {
  padding-top: 70px;
  font-family: 'dejavu_sanscondensed';
}

.contact-divs span i {
  color: #dd2319;
}

.footer-forms {
  padding: 0px 35px;
}

.bgWrapper {
  position: relative;
}

.home-bg {
  position: absolute;
}

.poz-x1 {
  left: 0;
  width: 250px;
}

@media (max-width: 991px) {
  .poz-x1 {
    width: 20%;
  }
}

.poz-x2 {
  right: 0;
}

@media (max-width: 991px) {
  .poz-x2 {
    width: 25%;
  }
}

.poz-x3 {
  left: 0;
  top: 54%;
  width: 410px;
}

@media (max-width: 991px) {
  .poz-x3 {
    width: 30%;
  }
}

.poz-x4 {
  right: 0;
  top: 60%;
}

@media (max-width: 991px) {
  .poz-x4 {
    width: 30%;
  }
}

.poz-x5 {
  left: 0;
  width: 350px;
}

@media (max-width: 991px) {
  .poz-x5 {
    width: 20%;
  }
}

.poz-x6 {
  right: 0;
  top: -150px;
  width: 20%;
}

@media (max-width: 991px) {
  .poz-x6 {
    width: 30%;
  }
}

.poz-x7 {
  right: 0;
  top: 100px;
  width: 550px;
}

@media (max-width: 991px) {
  .poz-x7 {
    width: 20%;
  }
}

.poz-x8 {
  left: 0;
  top: 15%;
  width: 400px;
}

@media (max-width: 991px) {
  .poz-x8 {
    width: 20%;
  }
}

.poz-x9 {
  left: 0;
  top: 0;
  width: 200px;
}

@media (max-width: 991px) {
  .poz-x9 {
    width: 20%;
  }
}

.poz-x10 {
  left: 0;
  top: 70px;
  width: 200px;
}

@media (max-width: 991px) {
  .poz-x10 {
    width: 20%;
  }
}

.poz-x11 {
  right: 0;
  top: -200px;
  width: 400px;
}

@media (max-width: 991px) {
  .poz-x11 {
    width: 30%;
  }
}

.poz-x12 {
  left: 0;
  width: 350px;
  top: -420px;
}

@media (max-width: 991px) {
  .poz-x12 {
    width: 40%;
  }
}

.poz-x13 {
  right: 0;
  width: 350px;
  top: -100px;
}

@media (max-width: 991px) {
  .poz-x13 {
    width: 25%;
  }
}

.poz-x14 {
  left: 0;
  width: 350px;
  top: -50px;
}

@media (max-width: 991px) {
  .poz-x14 {
    width: 25%;
  }
}

.poz-x15 {
  left: 0;
  width: 220px;
  top: 10%;
}

@media (max-width: 991px) {
  .poz-x15 {
    width: 20%;
  }
}

.poz-x16 {
  right: 0;
  top: 0px;
  width: 30%;
}

@media (max-width: 991px) {
  .poz-x16 {
    width: 30%;
  }
}

.poz-x17 {
  left: 0;
  width: 580px;
  top: -50px;
}

@media (max-width: 991px) {
  .poz-x17 {
    width: 25%;
  }
}

.poz-x18 {
  left: 0;
  width: 400px;
  top: 0px;
}

@media (max-width: 991px) {
  .poz-x18 {
    width: 40%;
  }
}

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

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

/* HOVER EFFECT 3*/
figure.HoverSnip_3 {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #000000;
  text-align: center;
}

figure.HoverSnip_3 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

figure.HoverSnip_3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}

figure.HoverSnip_3 i {
  position: absolute;
  top: 100%;
  left: 50%;
  border-radius: 50%;
  font-size: 34px;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: transparent;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

figure.HoverSnip_3 h3 {
  position: absolute;
  top: 100%;
  left: 50%;
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

figure.HoverSnip_3:hover h3 {
  top: 50%;
  -webkit-transition: all 500ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 500ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 1;
}

figure.HoverSnip_3:hover h3 a {
  display: block;
  color: #fff;
  border: 1px solid #fff;
  padding: 7px 20px;
  border-radius: 12px;
}

figure.HoverSnip_3.blue {
  background-color: #3486b3;
}

figure.HoverSnip_3.blue i {
  color: #20638f;
}

figure.HoverSnip_3.red {
  background-color: #dd2319;
}

figure.HoverSnip_3.red i {
  color: #fff;
}

figure.HoverSnip_3:hover img {
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

figure.HoverSnip_3:hover i {
  top: 50%;
  -webkit-transition: all 500ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 500ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 1;
}

.menu-titles {
  color: #fff;
  position: absolute;
  bottom: 20px;
  z-index: 99;
}

.page-titles {
  margin: 50px 0;
}

@media (max-width: 576px) {
  .page-titles {
    margin: 20px 0;
  }
}

.menu-titles, .page-titles {
  font-weight: bold;
  width: 100%;
  text-align: center;
  font-size: 4.5rem;
}

@media (max-width: 767px) {
  .menu-titles, .page-titles {
    font-size: 3rem;
  }
}

@media (max-width: 576px) {
  .menu-titles, .page-titles {
    font-size: 2rem;
  }
}

.page-titles2 {
  font-weight: bold;
  width: 100%;
  text-align: center;
  font-size: 3rem;
  margin: 50px 0 20px;
}

.page-banners {
  height: 100vh;
}

.page-banners .item img {
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.dish-name {
  margin: 15px 0 30px;
  font-size: 1.5rem;
}

.sm-icons {
  width: 60px;
  margin-top: -10px;
}

.offset-25 {
  margin-left: 12.5%;
}

.parrallax-bg {
  min-height: 100vh;
  background-image: url("../images/parrallax-bg1.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-attachment: fixed;
}

@media (max-width: 767px) {
  .parrallax-bg {
    background-size: cover;
  }
}

.parrallax-bg2 {
  min-height: 80vh;
  background-image: url("../images/parrallax-bg2.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-attachment: fixed;
}

@media (max-width: 767px) {
  .parrallax-bg2 {
    background-size: cover;
  }
}

.parrallax-bg3 {
  min-height: 110vh;
  background-image: url("../images/parrallax-bg3.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-attachment: fixed;
}

@media (max-width: 767px) {
  .parrallax-bg3 {
    background-size: cover;
  }
}

.parrallax-bg4 {
  min-height: 75vh;
  background-image: url("../images/parrallax-bg4.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-attachment: fixed;
}

@media (max-width: 767px) {
  .parrallax-bg4 {
    background-size: cover;
  }
}

.sm-img {
  height: 380px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.buildStep-box {
  padding: 0 50px;
}

.buildStep-box img {
  width: 350px;
}

@media (max-width: 991px) {
  .buildStep-box img {
    width: 100%;
  }
}

.buildStep-box h6 {
  margin-top: 20px;
}

.buildStep-box ul {
  margin-left: 20px;
  margin-bottom: 20px;
}

.buildStep-box ul li {
  list-style-type: disc;
}

.buildStep-box ul li, .buildStep-box h6 {
  font-size: 20px;
}

.vh-100 {
  height: 100vh !important;
}

@media (max-width: 576px) {
  .vh-100 {
    height: auto !important;
  }
}

.vw-100 {
  width: 100% !important;
}

.vwh-100 {
  width: 100%;
  height: 100vh !important;
}

@media (max-width: 576px) {
  .vwh-100 {
    height: auto !important;
  }
}

.about-spacing {
  padding-left: 6%;
  padding-right: 6%;
}

.test-boxes {
  padding: 20px 70px;
  margin-bottom: 75px;
}

.test-boxes p {
  font-size: 19px;
}

@media (max-width: 768px) {
  .test-boxes {
    padding: 20px 30px;
  }
}

.font-2x {
  font-size: 1.7rem;
}

.bg-right {
  right: 0;
  left: inherit;
}

.app-txtbox {
  -webkit-box-shadow: 2px 4px 14px 2px rgba(66, 48, 48, 0.1);
          box-shadow: 2px 4px 14px 2px rgba(66, 48, 48, 0.1);
  border: 0;
  border: 1px solid #30a6e4;
  padding: 14px 30px;
  border-radius: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}

.h-auto {
  height: auto !important;
}

.btn-contact {
  position: absolute;
  right: 60px;
  top: 20px;
  padding: 4px 18px;
  background: #ed1b23;
  border: 2px solid #ed1b23;
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 500;
}

@media (max-width: 991px) {
  .btn-contact {
    right: 110px;
    top: 16px;
  }
}

@media (max-width: 576px) {
  .btn-contact {
    right: 50px;
    top: 6px;
    font-size: 11px;
    padding: 4px 12px;
  }
}

.btn-contact:hover {
  background: transparent;
  color: #ed1b23;
}

#top-button {
  display: inline-block;
  background: #dd2319;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 100px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  -webkit-transition: background-color .3s,  opacity .5s, visibility .5s;
  transition: background-color .3s,  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#top-button::after {
  content: "\f062";
  font-family: 'Line Awesome Free';
  font-weight: 900;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#top-button:hover {
  cursor: pointer;
  background-color: #333;
}

#top-button:active {
  background-color: #555;
}

#top-button.show {
  opacity: 1;
  visibility: visible;
}

.form-radio,
.form-group {
  position: relative;
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.form-inline > .form-group,
.form-inline > .btn {
  display: inline-block;
  margin-bottom: 0;
}

.form-help {
  margin-top: 0.125rem;
  margin-left: 0.125rem;
  color: #b3b3b3;
  font-size: 0.8rem;
}

.checkbox .form-help, .form-radio .form-help, .form-group .form-help {
  position: absolute;
  width: 100%;
}

.checkbox .form-help {
  position: relative;
  margin-bottom: 1rem;
}

.form-radio .form-help {
  padding-top: 0.25rem;
  margin-top: -1rem;
}

.form-group input {
  height: 1.9rem;
}

.form-group textarea {
  resize: none;
}

.form-group select {
  width: 100%;
  font-size: 1rem;
  height: 1.6rem;
  padding: 0.125rem 0.125rem 0.0625rem;
  background: none;
  border: none;
  line-height: 1.6;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-group .control-label {
  position: absolute;
  top: 0.25rem;
  pointer-events: none;
  padding-left: 0.125rem;
  z-index: 1;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
}

.form-group .bar {
  position: relative;
  border-bottom: 0.12rem solid #fff;
  display: block;
}

.form-group .bar::before {
  content: '';
  height: 0.125rem;
  width: 0;
  left: 50%;
  bottom: -0.0625rem;
  position: absolute;
  background: #dd2319;
  -webkit-transition: left 0.28s ease, width 0.28s ease;
  transition: left 0.28s ease, width 0.28s ease;
  z-index: 2;
}

.form-group input,
.form-group textarea {
  display: block;
  background: none;
  padding: 0.125rem 0.125rem 0.0625rem;
  font-size: 1rem;
  border-width: 0;
  border-color: transparent;
  line-height: 1.9;
  width: 100%;
  color: transparent;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-group input[type="file"] {
  line-height: 1;
}

.form-group input[type="file"] ~ .bar {
  display: none;
}

.form-group select,
.form-group input:focus,
.form-group input:valid,
.form-group input.form-file,
.form-group input.has-value,
.form-group textarea:focus,
.form-group textarea:valid,
.form-group textarea.form-file,
.form-group textarea.has-value {
  color: #333;
}

.form-group select ~ .control-label,
.form-group input:focus ~ .control-label,
.form-group input:valid ~ .control-label,
.form-group input.form-file ~ .control-label,
.form-group input.has-value ~ .control-label,
.form-group textarea:focus ~ .control-label,
.form-group textarea:valid ~ .control-label,
.form-group textarea.form-file ~ .control-label,
.form-group textarea.has-value ~ .control-label {
  font-size: 0.8rem;
  color: gray;
  top: -1rem;
  left: 0;
}

.form-group select:focus,
.form-group input:focus,
.form-group textarea:focus {
  outline: none;
}

.form-group select:focus ~ .control-label,
.form-group input:focus ~ .control-label,
.form-group textarea:focus ~ .control-label {
  color: #dd2319;
}

.form-group select:focus ~ .bar::before,
.form-group input:focus ~ .bar::before,
.form-group textarea:focus ~ .bar::before {
  width: 100%;
  left: 0;
}

.checkbox label,
.form-radio label {
  position: relative;
  cursor: pointer;
  padding-left: 2rem;
  text-align: left;
  color: #333;
  display: block;
}

.checkbox input,
.form-radio input {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
}

.radio {
  margin-bottom: 1rem;
}

.radio .helper {
  position: absolute;
  top: -0.25rem;
  left: -0.25rem;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #999;
}

.radio .helper::before, .radio .helper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 0.25rem;
  width: 1rem;
  height: 1rem;
  -webkit-transition: -webkit-transform 0.28s ease;
  transition: -webkit-transform 0.28s ease;
  transition: transform 0.28s ease;
  transition: transform 0.28s ease, -webkit-transform 0.28s ease;
  border-radius: 50%;
  border: 0.125rem solid currentColor;
}

.radio .helper::after {
  -webkit-transform: scale(0);
  transform: scale(0);
  background-color: #dd2319;
  border-color: #dd2319;
}

.radio label:hover .helper {
  color: #dd2319;
}

.radio input:checked ~ .helper::after {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.radio input:checked ~ .helper::before {
  color: #dd2319;
}

.checkbox {
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.checkbox .helper {
  color: #999;
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  z-index: 0;
  border: 0.125rem solid currentColor;
  border-radius: 0.0625rem;
  -webkit-transition: border-color 0.28s ease;
  transition: border-color 0.28s ease;
}

.checkbox .helper::before, .checkbox .helper::after {
  position: absolute;
  height: 0;
  width: 0.2rem;
  background-color: #dd2319;
  display: block;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-radius: 0.25rem;
  content: '';
  -webkit-transition: opacity 0.28s ease, height 0s linear 0.28s;
  transition: opacity 0.28s ease, height 0s linear 0.28s;
  opacity: 0;
}

.checkbox .helper::before {
  top: 0.65rem;
  left: 0.38rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-box-shadow: 0 0 0 0.0625rem #fff;
          box-shadow: 0 0 0 0.0625rem #fff;
}

.checkbox .helper::after {
  top: 0.3rem;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.checkbox label:hover .helper {
  color: #dd2319;
}

.checkbox input:checked ~ .helper {
  color: #dd2319;
}

.checkbox input:checked ~ .helper::after, .checkbox input:checked ~ .helper::before {
  opacity: 1;
  -webkit-transition: height 0.28s ease;
  transition: height 0.28s ease;
}

.checkbox input:checked ~ .helper::after {
  height: 0.5rem;
}

.checkbox input:checked ~ .helper::before {
  height: 1.2rem;
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: 1rem;
}

.has-error .legend.legend, .has-error.form-group .control-label.control-label {
  color: #d9534f;
}

.has-error.form-group .form-help,
.has-error.form-group .helper, .has-error.checkbox .form-help,
.has-error.checkbox .helper, .has-error.radio .form-help,
.has-error.radio .helper, .has-error.form-radio .form-help,
.has-error.form-radio .helper {
  color: #d9534f;
}

.has-error .bar::before {
  background: #d9534f;
  left: 0;
  width: 100%;
}

.search-fields select.form-control {
  border: 2px solid #000;
  background-image: url(../images/select-arrow.png) !important;
  background-position: calc(100% - 20px) 16px, calc(100% - 20px) 14px, 100% 0;
  background-size: 15px 15px, 10px 10px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0 0 35px;
  height: 52px !important;
  border-radius: 10px;
}

.search-btn {
  border-radius: 10px;
  background-color: #dd2319;
  height: 52px;
  padding: 5px 30px;
  color: #ffff;
  margin-bottom: 20px;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #fff;
  background-color: #dd2319;
  border: 1px solid #dd2319;
  margin: 0 6px 0 0;
  border-radius: 0.25rem;
}

.contact-icos {
  color: #fff;
}

.contact-icos i {
  color: #dd2319;
}

.dish-box {
  margin-bottom: 30px;
}

.footerLinks {
  position: absolute;
  bottom: 0;
  padding: 0 80px;
  right: 0;
  left: 0;
  background-image: url(../images/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.footerLinks::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(238, 238, 238, 0.5);
}

@media (max-width: 768px) {
  .footerLinks {
    padding: 0 40px;
  }
}

@media (max-width: 576px) {
  .footerLinks {
    padding: 0 15px;
  }
}

.footerLinks a {
  display: inline-block;
  font-size: 15px;
  margin: 0;
  color: #000;
  font-weight: 500;
}

.footerLinks p {
  color: #dd2319;
  margin-bottom: 0;
  position: relative;
}

.bottom-box {
  height: auto;
  border-top: 1px solid #fff;
  margin-top: 30px;
  padding: 10px 0;
  overflow: hidden;
  position: relative;
}

.bottom-box h2 {
  display: block;
  float: left;
  margin-bottom: 0;
}

.bottom-box h2 img {
  width: 120px;
}

.bottom-box p {
  display: block;
  float: right;
  margin-top: 17px;
}

.pos-z1 {
  z-index: 9999;
}
.image_height
{
	height:90px !important;
}
.text_height
{
	height:40px !important;
	align:center !important;
	padding:5px !important;
}
/*# sourceMappingURL=styles.css.map */
.topmargin
{
margin-top: 25px !important;
}
.home-banner.home-slider {
    line-height: 0.5 !important;
}
.sectionTitles h1 {
    position: relative;
    display: inline-block;
    color: #fff;
}
.sectionTitles h1::after {
    content: "";
    position: absolute;
    height: 7px;
    left: 0;
    bottom: 2px;
    background-color: #dd2319;
    z-index: -1;
    -webkit-animation: scale_In 3.5s ease-in infinite;
    animation: scale_In 3.5s ease-in infinite;
    -webkit-transition: .5s all;
    transition: .5s all;
}