@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap');
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #4B4B4B;
}
::-moz-selection {
  color: #FFF;
  background: #C60014;
}
::selection {
  color: #FFF;
  background: #C60014;
}
a {
  color: #C60014;
  text-decoration: none;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
a:active, a:hover {
  color: #666666;
  outline: 0;
  text-decoration: none;
}
a:focus {
  outline: none;
}
h1, h2, h3, h4, h5, h6 {
  color: #C60014;
}
.xtarget:target {
  margin-top: -12px;
  padding-top: 80px;
}
/* Bootstrap Custom CSS */
.btn {
  border-radius: 0;
}
.btn-dark {
  background-color: #C60014;
  border-color: #C60014;
}
.btn-link {
  color: #C60014;
  text-decoration: none;
}
.btn-link:hover {
  color: #666666;
  text-decoration: none;
}
/* Bootstrap Custom CSS  ---- Ends */
.header {
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  height: 70px;
  padding: 5px 15px;
  background-color: #FFF;
  border-bottom: 1px solid #DBDBDB;
}
.header .logo {
  float: left;
}
.header .logo a {
  display: block;
  width: 200px;
  height: 60px;
  background-image: url("../img/flowman-logo.svg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  text-indent: -9999px;
}
.header .right-panel {
  float: right;
}
@media (max-width: 992px) {
  .header {
    height: 60px;
    padding: 5px 10px;
  }
  .header .logo {
    margin: 0px;
  }
  .header .logo a {
    width: 150px;
    height: 45px;
    margin: 3px 0 0 0;
  }
}
.main-nav {
  margin-top: 5px;
}
.main-nav ul, .main-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-nav ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 97;
  margin: 10px;
}
.main-nav ul li a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 0.8rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #474747;
}
.main-nav ul li a:hover {
  color: #C60014;
}
.main-nav ul li ul {
  display: none;
  position: absolute;
  left: 1px;
  top: 27px;
  margin: 0 0 0 -1px;
  padding: 0;
  list-style: none;
  width: 150px;
}
.main-nav ul li:hover > ul {
  display: block;
}
.main-nav ul li ul li {
  display: block;
  float: left;
  margin: 0;
}
.main-nav ul li ul a {
  display: block;
  padding: 8px;
  background: #C60014;
  color: #FFF;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: capitalize;
  line-height: normal;
  height: auto !important;
  width: 150px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-right: none;
}
.main-nav ul li ul a:hover {
  background: #666666;
  color: #FFF;
}
.main-nav ul li ul ul {
  left: 150px;
  top: 0px;
  margin: 0 0 0 -1px;
}
@media (max-width: 1199px) {
  .main-nav ul li {
    margin: 10px 5px;
  }
  .main-nav ul li a {
    letter-spacing: normal;
  }
}
/* mobile view nav */
@media (max-width: 992px) {
  .main-nav {
    display: block;
    float: none;
    position: fixed;
    z-index: 1000;
    left: -260px;
    top: 0;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    width: 260px;
    margin-top: 0;
    background: #C60014;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
  }
  .main-nav ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
    display: block;
    vertical-align: inherit;
  }
  .main-nav ul li a {
    position: static;
    display: block;
    padding: 10px;
    color: #FFF;
    background: #C60014;
    letter-spacing: normal;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    vertical-align: inherit;
    box-shadow: none;
    transform: none;
    height: inherit;
  }
  .main-nav ul li a:hover {
    background: #666666;
    color: #FFF;
  }
  .main-nav ul li ul {
    display: block;
    position: inherit;
    left: inherit;
    top: inherit;
    margin: inherit;
    padding: inherit;
    width: inherit;
  }
  .main-nav ul li ul li {
    border-bottom: none;
    float: none;
  }
  .main-nav ul li ul li:before {
    content: ' \00BB';
    position: absolute;
    left: 15px;
    color: rgba(255, 255, 255, 0.5);
  }
  .main-nav ul li ul a {
    padding: 5px 10px 5px 30px;
    font-size: 13px;
    line-height: 15px;
    width: inherit;
    border-bottom: none;
  }
  .main-nav ul li ul li ul {
    margin: 0 0 0 20px;
    left: inherit;
  }
  .main-nav.show-menu {
    left: 0px;
  }
}
/* mobile view nav --- ends */
.mobile-nav-icon {
  display: none;
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 12px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.mobile-nav-icon div {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  height: 5px;
  border-radius: 2px;
  background: #C60014;
  margin: 5px 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.mobile-nav-icon.nav-icon-close div:nth-child(1) {
  margin-top: 15px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-nav-icon.nav-icon-close div:nth-child(2) {
  display: none;
}
.mobile-nav-icon.nav-icon-close div:nth-child(3) {
  margin-top: -10px;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .mobile-nav-icon {
    display: block;
  }
}
.footer .row1 {
  background-color: #1E1E1E;
  padding: 60px 0;
  color: #FFF;
}
.footer .row1 h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 10px 0;
  padding: 0;
}
.footer .row1 h4 {
  color: #FFF;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  padding: 0;
}
.footer .row1 p {
  opacity: 0.5;
}
.footer .logo {
  max-width: 150px;
  margin: 0 auto;
}
.footer .footer-icon {
  display: inline-block;
  padding: 0 0 0 30px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 24px;
  font-size: 16px;
  color: #FFF;
}
.footer .footer-icon:hover {
  color: rgba(255, 255, 255, 0.5);
}
.footer .footer-icon.phone {
  background-image: url(../img/icon-phone.svg);
}
.footer .footer-icon.email {
  background-image: url(../img/icon-email.svg);
}
.footer .row2 {
  background: #000000;
  padding: 15px;
  font-size: 13px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}
.footer .row2 a {
  display: inline-block;
  margin: 0 5px;
  color: #FFF;
}
.footer .row2 a:hover {
  color: #CCC;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer li {
  margin: 0;
  padding: 0;
}
.footer li a {
  color: rgba(255, 255, 255, 0.5);
}
.footer li a:hover {
  color: rgba(255, 255, 255, 1.0);
}
.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  background-color: rgba(52, 58, 64, 0.5);
  background-image: url(../img/arrow-up.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  text-indent: -9999px;
}
.scroll-to-top:hover {
  background-color: #343a40;
}
.section-title {
  position: relative;
  height: 320px;
  text-align: center;
  background-color: #41505F;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.section-title .content {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #FFF;
  padding-top: 80px;
}
.section-title h1 {
  text-transform: uppercase;
  color: #FFF;
}
.section-title h3 {
  color: #FFF;
}
.section-title p {
  color: #FFF;
  font-size: 20px;
}
.section-title.about {
  background-image: url(../img/sec-img-about.jpg);
}
.section-title.solutions {
  background-image: url(../img/sec-img-solutions.jpg);
}
.section-title.resources {
  background-image: url(../img/sec-img-resources.jpg);
}
.section-title.vendors {
  background-image: url(../img/sec-img-vendors.jpg);
}
.section-title.careers {
  background-image: url(../img/sec-img-careers.jpg);
}
.section-title.contact {
  background-image: url(../img/sec-img-contact.jpg);
}
.section-title.legal {
  background-image: url(../img/sec-img-legal.jpg);
}
.section-content {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .section-title .content {
    padding-top: 60px;
  }
  .section-title h1 {
    font-size: 32px;
  }
  .section-title p {
    font-size: 15px;
  }
  .section-content {
    padding: 30px 0;
  }
}
.section-content.grey-panel {
  background-color: #e7edf3;
}
.section-content h2 {
  text-align: center;
  text-transform: uppercase;
  padding: 0 0 30px 0;
  margin: 0;
}
.section-content p {
  text-align: justify;
}
.text-red {
  color: #C60014;
}
.custom-bullets li {
  margin-bottom: 15px;
  text-align: justify;
}
.video-banner {
  width: 100%;
  height: 100vh;
  min-height: 350px;
  position: relative;
  overflow: hidden;
}
.video-banner video {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
}
.home-about {
  text-align: center;
  padding: 90px 0 70px 0;
  background-color: #C60014;
  color: #FFF;
  font-size: 18px;
}
.home-about p {
  font-size: 24px;
}
@media (max-width: 767px) {
  .home-about {
    font-size: 16px;
  }
}
.management-team {
  text-align: center;
}
.management-team img {
  max-width: 128px;
  margin-bottom: 10px;
}
.hover-zoom {
  display: block;
}
.hover-zoom:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 1;
}