/**
* Template Name: Arsha - v2.0.0
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
    font-family: 'MetricHPE';
    src: url('../fonts/MetricHPE-Regular.eot');
    src: url('../fonts/MetricHPE-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MetricHPE-Regular.woff2') format('woff2'),
         url('../fonts/MetricHPE-Regular.woff') format('woff'),
         url('../fonts/MetricHPE-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MetricHPE-Bold';
    src: url('../fonts/MetricHPE-Bold.eot');
    src: url('../fonts/MetricHPE-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MetricHPE-Bold.woff2') format('woff2'),
         url('../fonts/MetricHPE-Bold.woff') format('woff'),
         url('../fonts/MetricHPE-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MetricHPE-Black';
    src: url('../fonts/MetricHPE-Black.eot');
    src: url('../fonts/MetricHPE-Black.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MetricHPE-Black.woff2') format('woff2'),
         url('../fonts/MetricHPE-Black.woff') format('woff'),
         url('../fonts/MetricHPE-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'MetricHPE'
  color: #444444;
}

a {
  color: #47b2e4;
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'MetricHPE-Bold';
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #37517e;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #01A982;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #0d5265;
  color: #fff;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  background: #0D5265;
}

#header.header-scrolled, #header.header-inner-pages {
  background: rgba(13, 82, 101, 0.9);
  border-bottom: 1px solid #0D5265;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 50px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #0b72b1;
  transition: 0.3s;
  font-size: 15px;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #47b2e4;
}

.nav-menu .drop-down ul {
  border-radius: 8px;
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #0c3c53;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #47b2e4;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  top: 20px;
  right: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #000;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #37517e;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #47b2e4;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(40, 58, 90, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  margin-top: 90px;
  height: 60vh;
  background: #000 url("../img/HPE_header_01.jpg") no-repeat top center;
  background-size: cover;
}

#hero .container {
  padding-top: 72px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
  color: #fff;
}
#hero h1 span{
  color: #01A982;
}

@media (max-width: 991px) {
  #hero {
    text-align: left;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

@media (max-width: 575px) {
  #hero h1 {
    font-size: 25px;
    line-height: 30px;
  }
}

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

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

/*--------------------------------------------------------------
# Greenlake Section
--------------------------------------------------------------*/
#greenlake {
  width: 100%;
  margin-top: 90px;
  height: 50vh;
  background: #000 url("../img/HPE_header_02.jpg") no-repeat bottom center;
  background-size: cover;
  text-align: center;
}

#greenlake .container {
  padding-top: 72px;
}

#greenlake h1 {
  margin: 0 0 10px 0;
  font-size: 70px;
  font-weight: 700;
  line-height: 55px;
  color: #fff;
}
#greenlake h1 span{
  color: #01A982;
}

@media (max-width: 991px) {
  #greenlake {
    text-align: center;
  }
}

@media (max-width: 768px) {
  #greenlake h1 {
    font-size: 40px;
    line-height: 44px;
  }
}

@media (max-width: 575px) {
  #greenlake h1 {
    font-size: 30px;
    line-height: 35px;
  }
}

/*--------------------------------------------------------------
# Gen10 Section
--------------------------------------------------------------*/
#gen10 {
  width: 100%;
  margin-top: 90px;
  height: 50vh;
  background: #000 url("../img/HPE_header_03.jpg") no-repeat bottom center;
  background-size: cover;
  text-align: left;
}

#gen10 .container {
  padding-top: 0px;
}

#gen10 h1 {
  margin: 0 0 10px 0;
  font-size: 70px;
  font-weight: 700;
  line-height: 55px;
  color: #fff;
  padding-top: 10px;
}
#gen10 h1 span{
  color: #01A982;
}

@media (max-width: 991px) {
  #gen10 {
    text-align: left;
  }
}

@media (max-width: 768px) {
  #gen10 h1 {
    font-size: 40px;
    line-height: 44px;
  }
}

@media (max-width: 575px) {
  #gen10 h1 {
    font-size: 30px;
    line-height: 35px;
  }
}

/*--------------------------------------------------------------
# Grow SMB Section
--------------------------------------------------------------*/
#grow-smb {
  width: 100%;
  margin-top: 90px;
  height: 50vh;
  background: #000 url("../img/HPE_header_04.jpg") no-repeat top center;
  background-size: cover;
  text-align: left;
}

#grow-smb .container {
  padding-top: 0px;
}

#grow-smb h1 {
  margin: 0 0 10px 0;
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  padding-top: 10px;
}
#grow-smb h1 span{
  color: #01A982;
}

#grow-smb h1::after {
  content: '';
  position: absolute;
  display: block;
  width: 220px;
  height: 6px;
  background: #01A982;
  bottom: 0;
}

@media (max-width: 991px) {
  #grow-smb {
    text-align: left;
  }
}

@media (max-width: 768px) {
  #grow-smb h1 {
    font-size: 40px;
    line-height: 44px;
  }
  #grow-smb h1::after {
    width: 180px;
  }
}

@media (max-width: 575px) {
  #grow-smb h1 {
    font-size: 30px;
    line-height: 35px;
  }
  #grow-smb h1::after {
    width: 130px;
  }
}

/*--------------------------------------------------------------
# VDI Section
--------------------------------------------------------------*/
#vdi {
  width: 100%;
  margin-top: 90px;
  height: 50vh;
  background: #000 url("../img/HPE_header_05.jpg") no-repeat top center;
  background-size: cover;
  text-align: left;
}

#vdi .container {
  padding-top: 0px;
}

#vdi h1 {
  margin: 0 0 10px 0;
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  padding-top: 10px;
}
#vdi h1 span{
  color: #01A982;
}

#vdi h1::after {
  content: '';
  position: absolute;
  display: block;
  width: 200px;
  height: 6px;
  background: #01A982;
  bottom: 0;
}

@media (max-width: 991px) {
  #vdi {
    text-align: left;
  }
}

@media (max-width: 768px) {
  #vdi h1 {
    font-size: 40px;
    line-height: 44px;
  }
  #vdi h1::after {
    width: 160px;
  }
}

@media (max-width: 575px) {
  #vdi h1 {
    font-size: 30px;
    line-height: 35px;
  }
  #vdi h1::after {
    width: 120px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 30px 0px 30px;
  overflow: hidden;
}

.section-short{
  padding: 10px 0px !important;
}

.section-bg {
  background-color: #fafafa;
}

.section-title {
  text-align: left;
  padding-bottom: 30px;
  padding-top: 20px;
}

.section-title h1 {
  font-family: 'MetricHPE-Bold';
  font-size: 38px;
  color: #0D5265;
  line-height: 54px;
  margin-bottom: 0px;
}

.section-title h2 {
  font-family: 'MetricHPE-Bold';
  font-size: 30px;
  color: #0D5265;
  line-height: 43px;
  margin-bottom: 20px;
}


.section-title-thanks{
  padding: 100px 0px;
}

.section-title-thanks h2 {
  font-family: 'MetricHPE-Bold';
  font-size: 30px;
  color: #0D5265;
  line-height: 43px;
  margin-bottom: 20px;
  text-align: center;
}

.section-title p {
  margin-bottom: 0;
  font-family: 'MetricHPE';
  font-size: 18px;
  color: #707070;
}

@media (max-width: 991px) {
  .section-title h1 {
    font-size: 35px;
    line-height: 44px;
  }
  .section-title h2 {
    font-size: 28px;
    line-height: 35px;
  }
}

@media (max-width: 768px) {
  .section-title h1 {
    font-size: 30px;
    line-height: 38px;
  }
  .section-title h2 {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (max-width: 575px) {
  .section-title h1 {
    font-size: 25px;
    line-height: 30px;
  }
  .section-title h2 {
    font-size: 20px;
    line-height: 30px;
  }
}



/*--------------------------------------------------------------
# Solutions
--------------------------------------------------------------*/
.solutions p{
  font-size: 19px;
  line-height: 1.5em;
  color: #707070;
}

.solutions .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 0px;
  transition: all ease-in-out 0.4s;
  background: #fff;
  width: 100%;
  border: 1px solid #01A982;
  margin-bottom: 20px;
}

.solutions .icon-box .container-box{
  padding: 19px 16px;
}

.solutions .icon-box img{
  width: 100%;
}

.solutions .icon-box .ver-mas {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 15px 5px;
  transition: 0.5s;
  margin: 0;
  color: #fff;
  background: #01A982;
  width: 130px;
  text-align: center;
  border: 2px solid #01A982;
}

.solutions .icon-box .ver-mas:hover {
  background: none;
  color: #01A982;
}

.solutions .icon-box h4 {
  font-family: 'MetricHPE-Black';
  margin-bottom: 0px;
  font-size: 24px;
  transition: ease-in-out 0.3s;
  color: #01A982;
}

.solutions .icon-box p {
  font-family: 'MetricHPE';
  line-height: 26px;
  font-size: 18px;
  padding-bottom: 0px;
}

.solutions .icon-box:hover {
  transform: translateY(-10px);
}

.solutions .icon-box:hover h4 a {
  color: #47b2e4;
}

/*--------------------------------------------------------------
# Info
--------------------------------------------------------------*/

.info .content .info-content .section-title h2 {
  font-size: 24px;
  line-height: 30px;
  font-family: 'MetricHPE-Bold';
  padding-bottom: 0px;
  position: relative;
  color: #01A982;
}

.info .content .info-content .section-title h3 {
  font-size: 18px;
  line-height: 22px;
  font-family: 'MetricHPE-Bold';
  padding-top: 20px;
  position: relative;
  color: #707070;
}

.info .content .info-content .section-title p {
  font-size: 18px;
  font-weight: 100;
  color: #707070;
}

.info .content .info-content .section-title p span{
  font-size: 20px;
  font-weight: 100;
}

.info .content .info-content .section-title p span strong{
  font-size: 20px;
  font-weight: 700;
  color: #c2b6d6;
  text-transform: uppercase;
}

.info .content .info-content .section-title-thanks h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 0px;
  padding-bottom: 20px;
  position: relative;
  color: #c2b6d6;
  text-align: center;
}

.info .content .info-content .section-title-thanks p {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.info .content .info-content .section-title-thanks a {
  display: block;
  text-align: center;
  padding: 10px;
  border: 2px solid #fff;
  color: #fff;
  width: 40%;
  margin: 20px auto;
  border-radius: 5px; 
}

.info .content .info-content .section-title-thanks a:hover {
  color: #c2b6d6;
  border: 2px solid #c2b6d6;
}

.info .content .form-content{
  padding: 0px 20px;
}

.info .content .form-content .php-email-form {
  width: 100%;
  padding: 30px;
  background: #0D5265;
}

.info .content .form-content .php-email-form p{
  color: #fff;
  font-size: 18px;
  font-family: 'MetricHPE';
}

.info .content .form-content .php-email-form .form-group {
  padding-bottom: 0px;
  margin-bottom: 10px;
}

.info .content .form-content .php-email-form .validate {
  display: none;
  color: yellow;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.info .content .form-content .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.info .content .form-content .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.info .content .form-content .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.info .content .form-content .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.info .content .form-content .php-email-form input, .info .content .form-content .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.info .content .form-content .php-email-form input:focus, .info .content .form-content .php-email-form textarea:focus {
  border-color: #47b2e4;
}

.info .content .form-content .php-email-form input {
  height: 44px;
}

.info .content .form-content .php-email-form textarea {
  padding: 10px 12px;
}

.info .content .form-content .php-email-form button[type="submit"] {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 15px 5px;
  transition: 0.5s;
  margin: 0;
  color: #fff;
  background: #01A982;
  width: 130px;
  text-align: center;
  border: 2px solid #01A982;
}

.info .content .form-content .php-email-form button[type="submit"]:hover {
  background: none;
  color: #fff;
  border: 2px solid #fff;
}

.info .content .form-content .php-email-form .btn-whatsapp img{
  width: 50px;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 991px) {
  .info .content .form-content .section-title h3 {
    padding-top: 25px;
  }
  .info .content .form-content {
    padding-bottom: 25px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: #000;
}

#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}

#footer .copyright {
  text-align: center;
  color: #fff;
}


@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #footer .copyright{
    text-align: center;
    float: none;
  }
}
