/* ===================================================
    Expro - Multipurpose  HTML5 Onepage Template
    Version: 1.0
    Author: husain100b
       =================================================
       Table of content

       01. FONTS
       02. MAIN STYLES
       03. SECTION HEADING STYLES
       04. HEADER STYLES
       05. FEATURES STYLES
       06. ABOUT US STYLES
       07. PORTFOLIO STYLES
       08. COUNTER STYLES
       09. SERVICE STYLES
       10. TEAM STYLES
       11. SEPARATOR STYLES
       12. PRICING TABLE STYLES
       13. TESTIMONIAL STYLES
       14. BLOG STYLES
       15. CONTACT STYLES
       16. COPYRIGHT STYLES
       17. SCROLLUP
       18. RESPONSIVE NAV BUTTON STYLES
       19. PRELOADER STYLES

==================================================== */

/*=====================
        01. FONTS
=======================*/

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans");
@import url("https://fonts.googleapis.com/css?family=Raleway:100,200,300,700,900");

/*===========================
      02. MAIN STYLES
=============================*/
body {
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", Sans-serif;
  line-height: 28px;
  margin: 0;
  position: relative;
  background-color: #f5f5f5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
}

p {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a,
a:link,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}

img {
  max-width: 100%;
  width: 100%;
}

/* =======================
    03. SECTION HEADING
 =========================*/
.section-heading {
  margin: 0px auto 100px;
  text-align: center;
}

.section-heading h2 {
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  padding: 0 60px;
  border-right: 1px solid rgb(18, 22, 38);
  border-left: 1px solid rgb(18, 22, 38);
  font-size: 40px;
  line-height: 1;
  font-family: "Raleway", sans-serif;
}

.section-heading .section-heading-style {
  font-weight: 100;
}

.section-heading p {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 30px;
  color: #8c8686;
}

/* ============================
    04. HEADER STYLES
=============================== */
#header-area {
  overflow: hidden;
  background-color: #fff;
  height: 100vh;
  position: relative;
}

#header-area:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(14, 22, 38, 0.7);
}

.header-logo {
  width: 150px;
}

.footer-logo {
  width: 200px;
  padding: ;
}

.header-img-bg {
  background-image: url(../img/bg/1.jpeg);
  background-size: cover;
  background-position: top left;
}

#header-area .header-video-bg video {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.header-top {
  overflow: hidden;
  padding: 15px;
  display: none;
}

.contact-info ul {
  display: flex;
  justify-content: space-between;
}

.contact-info ul li {
  color: #fff;
  font-size: 14px;
}

.social-menu ul {
  display: flex;
  justify-content: center;
}

.social-menu ul li a {
  display: block;
  width: 30px;
  height: 30px;
  color: #fff;
  background: #673ab7;
  border-radius: 50%;
  text-align: center;
  font-size: 13px;
  margin-right: 15px;
  line-height: 30px;
}

.social-menu ul li:last-child a {
  margin-right: 0px;
}

#header-area .z-index {
  position: relative;
  z-index: 999;
  margin-top: 19px;
}

#header-area .header-top .z-index {
  position: relative;
  z-index: 5000;
}

a.nav-link {
  font-size: 14px;
  color: #fff !important;
}

a.nav-link.active {
  color: #ffc107 !important;
}

.fix-nav {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  background: #0e1626;
  padding-left: 8rem;
  padding-right: 8rem;
}

.responsive-nav-btn {
  border: 1px solid #fff;
}

.responsive-nav-btn span {
  color: #fff;
  font-size: 20px;
}

.dropdown-item {
  color: #fff;
}

/*========== Logo ===========*/
#navbar-header .navbar-brand {
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  color: #fff !important;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

/* ======= Header bottom styles ==========*/
.header-bottom .item {
  padding-top: 100px;
}

.header-bottom h2 {
  font-size: 60px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 10%;
  line-height: 80px;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 10px;
}

.header-bottom p {
  font-size: 15px;
  color: #fff;
  font-weight: 200;
  line-height: 28px;
}

.header-bottom .h-btn {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  background: #ffc107;
  padding: 8px 30px;
  margin-top: 25px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.4s ease;
}

.header-bottom .h-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

.header-bottom .animate-heading {
  position: relative;
  z-index: 2;
}

.header-bottom .animate-heading h2 .is-visible {
  color: #ffc107;
}

/* =============================
    05. FEATURES STYLES
================================ */
#features-area {
  overflow: hidden;
  padding: 120px 0;
  background: #0e1626;
}

.single-features {
  background-color: #f0f8ff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 35px;
  position: relative;
  box-shadow: 20px 0px 20px 0px rgba(1, 0, 0, 0.1);
  transition: all 0.4s;
}

.single-features:hover {
  box-shadow: 20px 20px 20px 0px rgba(0, 0, 0, 0.1);
}

.feature-icon .et-icon {
  font-size: 35px;
  color: #ffc107;
  margin-bottom: 20px;
}

.single-features h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #000;
  line-height: 32px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
  transition: all 0.4s;
  letter-spacing: 1px;
}

.single-features p {
  color: #8c8686;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}

/* ========================
     06. ABOUT US STYLES
  ========================= */
#about-us-section {
  overflow: hidden;
  padding: 120px 0 110px;
  background: #f0f8ff;
  display: flex;
  background-image: url(../img/bg/contact.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
  background-attachment: fixed;
}

#about-us-section:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(14, 22, 38, 0.9);
}

.aboutus-text {
  position: relative;
  z-index: 1;
}

.aboutus-text h3 {
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
}

.aboutus-text p {
  font-size: 15px;
  color: #fff;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 15px;
}

.aboutus-text .about-btn {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  background: #ffc107;
  padding: 8px 30px;
  margin-top: 15px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.4s ease;
}

.aboutus-text .about-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

.about-img {
  position: relative;
  z-index: 1;
}

.about-img svg {
  width: 530px;
  height: 360px;
}

/*==========================
     07. PORTFOLIO STYLES
============================*/
#portfolio-area {
  padding: 120px 0 90px;
  overflow: hidden;
  background-color: #fff;
}

.single-portfolio {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.single-portfolio:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgb(18, 22, 38);
  transform: scale(0);
  transition: 0.5s ease;
  right: 10px;
  bottom: 10px;
}

.single-portfolio:hover:after {
  transform: scale(1);
}
.single-portfolio .overlay-social-media {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 29%;
  right: 0;
  width: 70%;
  z-index: 3;
  text-align: center;
  margin: 0 auto;
  transition: 0.6s ease;
}
.single-portfolio:hover .overlay-social-media {
  opacity: 1;
}

.single-portfolio .overlay-social-media ul li {
  display: inline-block;
}

.single-portfolio .overlay-social-media ul li a {
  color: #fff;
  display: block;
  background: #ffc107;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 45px;
}

.single-portfolio .overlay-social-media p {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  padding-top: 20px;
}

.single-portfolio img {
  width: 100%;
}

ul.portfolio-nav {
  padding: 0 0 30px;
  text-align: center;
}
ul.portfolio-nav li {
  display: inline-block;
}
ul.portfolio-nav li {
  padding: 3px 20px;
  margin-right: 10px;
  background: #f5f5f5;
  font-size: 14px;
  color: #333;
  font-weight: 400;
  transition: 0.4s ease;
  cursor: pointer;
}

ul.portfolio-nav li:last-child {
  margin-right: 0px;
}

ul.portfolio-nav li:hover {
  color: #fff;
  background-color: rgb(18, 22, 38);
}

/*==========================
        08. COUNTER STYLE
============================*/
#counter-area {
  padding: 90px 0 68px;
  overflow: hidden;
  background-color: #f1f1f1;
  background-image: url(../img/bg/t.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

#counter-area:after {
  position: absolute;
  content: "";
  background: rgba(14, 22, 38, 0.9);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.single-counter {
  padding: 15px;
  text-align: center;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.single-counter:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "Ionicons";
  color: #ddd;
  font-size: 150px;
  margin-top: -25px;
  z-index: -69;
  opacity: 0.1;
}
.single-counter.project:before {
  content: "\f3ed";
}

.single-counter.client:before {
  content: "\f47d";
}

.single-counter.awards:before {
  content: "\f228";
}

.single-counter.members:before {
  content: "\f413";
}

.single-counter span {
  display: block;
  text-transform: uppercase;
  font-size: 30px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 15px;
  margin-top: 15px;
}

.single-counter span.counter-heading {
  font-weight: 700;
  letter-spacing: 1px;
}

.single-counter i.icofont {
  color: #fff;
}

/* =====================
    09. SERVICE STYLES
  ====================== */
#service-area {
  overflow: hidden;
  padding: 120px 0 90px;
  background: #f5f5f5;
}

.single-service {
  padding: 20px;
  background: #f0f8ff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-bottom: 30px;
  transition: all 0.4s ease-in;
  position: relative;
}

.single-service:hover {
  box-shadow: 20px 0 50px rgba(0, 0, 0, 0.1);
}

.service-icon {
  padding: 15px 0;
}

.service-logo-istio {
  background-image: url(../img/services/istio-logo.svg);
}

.service-logo-knative {
  background-image: url(../img/services/knative-logo.svg);
}

.service-logo-kubernetes {
  background-image: url(../img/services/k8s-logo.svg);
}

.service-logo-go {
  background-image: url(../img/services/go-logo.svg);
}

.service-logo-jenkins {
  background-image: url(../img/services/jenkins-x-logo.svg);
}

.service-logo-argocd {
  background-image: url(../img/services/argocd.svg);
}

.service-logo-git {
  background-image: url(../img/services/git-logo.svg);
}

.service-logo-tekton {
  background-image: url(../img/services/tekton.svg);
}

.service-logo {
  width: 80px;
  height: 48px;
  background-position: center;
  background-repeat: no-repeat;
}

.service-icon i.icon {
  font-size: 50px;
  color: #ffc107;
  line-height: 40px;
  display: inline-block;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: 0.4s ease;
}

.single-service:hover .service-icon i.icon {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.single-service h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 22px;
  text-transform: capitalize;
  color: #000;
}

.single-service p {
  font-size: 16px;
  color: #8c8686;
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 28px;
}

/* =====================
   12. TEAM STYLES
======================= */
#team-section {
  overflow: hidden;
  padding: 120px 0;
  background: #f0f8ff;
}

#team-section .col-md-4 {
  overflow: hidden;
}

.single-team {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  transition: all 0.4s ease;
}

.single-team .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  content: "";
  cursor: pointer;
  background: rgba(14, 22, 38, 0.9);
  transition: 0.4s ease;
}

.single-team:hover .overlay {
  height: 100%;
}

.social-team {
  position: absolute;
  top: 50%;
  right: 0;
  padding: 5px 15px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  margin-top: -32px;
  z-index: 1;
  opacity: 0;
  transition: all 0.6s ease-in-out;
}

.single-team:hover .social-team {
  margin-top: -45px;
  opacity: 1;
}

.social-team ul li {
  display: inline-block;
}

.social-team ul li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #ffc107;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  margin-right: 5px;
}

.intro-team {
  display: block;
  position: absolute;
  bottom: 34%;
  left: 0;
  transition: all 0.4s ease-in-out;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  margin-bottom: -23.2px;
  opacity: 0;
}

.single-team:hover .intro-team {
  margin-bottom: -11.6px;
  opacity: 1;
}

.intro-team h4 {
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
}
.intro-team span {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}

/*=======================
    11. SEPARATOR AREA
=========================*/
#separator-area {
  background-image: url(../img/bg/separator-bg.jpeg);
  background-size: cover;
  background-position: bottom center;
  overflow: hidden;
  padding: 90px 0 95px;
  position: relative;
  background-attachment: fixed;
}

#separator-area:after {
  position: absolute;
  content: "";
  background: rgba(14, 22, 38, 0.9);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#separator-area .z-index {
  position: relative;
  z-index: 1;
}

#separator-area .separator-text {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#separator-area .separator-text p {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 44px;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
}

#separator-area .separator-text a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  background: #ffc107;
  padding: 8px 30px;
  font-weight: 700;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.4s ease;
  margin-top: 30px;
}

#separator-area .separator-text a:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* ===========================
    10. PRICING TABLES STYLES
 ============================= */
#pricing-table {
  overflow: hidden;
  padding: 120px 0;
  background: #f0f8ff;
}

.single-pricing-table {
  background-color: #f0f8ff;
  padding: 30px;
  text-align: center;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.single-pricing-table.active {
  background: #0e1626;
}

.single-pricing-table h3 {
  font-size: 30px;
  text-transform: uppercase;
  padding: 20px;
  color: #333;
  font-weight: 600;
}

.single-pricing-table.active h3 {
  color: #fff;
}

.single-pricing-table h2 {
  font-size: 50px;
  padding: 20px 0;
  color: #333;
  font-weight: 700;
}

.single-pricing-table.active h2 {
  color: #fff;
}

.single-pricing-table p {
  font-size: 14px;
  padding: 20px 0;
  border-top: 1px solid #eee;
  color: #333;
}

.single-pricing-table.active p {
  color: #fff;
  border-top: 1px solid #0c121d;
}

.single-pricing-table p a {
  display: inline-block;
  padding: 5px 60px;
  border-radius: 20px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  color: #333;
  text-transform: uppercase;
  background-color: #fff;
  transition: all 0.4s;
  font-weight: 600;
}

.single-pricing-table p a:hover {
  color: #fff;
  background: #ffc107;
}

.single-pricing-table.active p a {
  color: #fff;
  background: #ffc107;
}

/* ==========================
    13. TESTIMONIAL STYLES
 ============================ */
#testimonial-area {
  overflow: hidden;
  padding: 110px 0 105px;
  background-color: #f5f5f5;
  background-image: url(../img/testimonial/bg.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

#testimonial-area:after {
  position: absolute;
  content: "";
  background: rgba(14, 22, 38, 0.9);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.single-testimonial {
  text-align: center;
  padding: 50px 0;
  box-shadow: 0px 0px 1px rgba(255, 255, 255, 0.1);
  margin: 10px;
}

.testimonial-image {
  width: 110px;
  display: inline-block;
  height: 110px;
  margin: 0 auto 20px;
}

.testimonial-image img {
  border-radius: 50%;
}

.testimonial-text {
  padding: 0 50px;
}

.testimonial-text p {
  font-size: 16px;
  color: #fff;
  font-style: italic;
  font-weight: 200;
  line-height: 32px;
}

.testimonial-author span {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 30px;
  display: inline-block;
  font-weight: 700;
}

.owl-theme .owl-dots .owl-dot span {
  height: 28px;
  background: transparent;
  display: block;
  border: 1px solid #fff;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ffc107;
  border: 1px solid #ffc107;
}

/* ======================
       14. BLOG STYLES
 ======================== */
#blog-area {
  overflow: hidden;
  padding: 120px 0 90px;
  background: #f7f7f7;
}

.single-blog {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  background: #fff;
}

.blog-img {
  position: relative;
}

span.blog-date {
  position: absolute;
  bottom: -42px;
  right: 15px;
  background-image: linear-gradient(
    to top,
    rgb(14, 22, 38),
    rgba(0, 0, 0, 0.2)
  );
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 24px;
  font-weight: 100;
  line-height: 32px;
}

.blog-text {
  padding: 30px;
}

.single-blog h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #000;
  font-weight: 700;
}

.single-blog p {
  font-size: 14px;
  text-align: left;
  line-height: 32px;
  color: #8c8686;
}

.blog-text a {
  font-size: 14px;
  color: #ffc107;
  display: block;
  font-weight: 600;
}

/*=======================
    16. CONTACT STYLES
=========================*/
#contact-area {
  overflow: hidden;
  padding: 120px 0 90px;
  background: #0b121f;
  position: relative;
}

#contact-area .z-index {
  position: relative;
  z-index: 99;
}

.single-contact-text {
  padding: 40px 30px;
  color: #333;
  height: 180px;
  text-align: center;
  background: #f0f8ff;
}

.single-contact-text h4 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
}

.single-contact-text p {
  font-size: 14px;
  font-weight: 400;
  color: #8c8686;
}

.contact-form {
  padding: 50px 0 0;
  overflow: hidden;
}

.contact-form form input[type="text"],
.contact-form form input[type="email"] {
  width: 100%;
  border: none;
  outline: none;
  padding: 10px 20px;
  margin-bottom: 30px;
  background-color: rgba(256, 256, 256, 0.1);
}

.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea {
  color: #fff;
}

.contact-form form textarea {
  width: 100%;
  height: 250px;
  outline: none;
  resize: none;
  padding: 20px;
  background-color: rgba(256, 256, 256, 0.1);
  border: none;
  margin-bottom: 30px;
}

.contact-form form input[type="text"]::-webkit-input-placeholder,
.contact-form form textarea::-webkit-input-placeholder,
.contact-form form input[type="email"]::-webkit-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}

.contact-form form input[type="text"]::-moz-placeholder,
.contact-form form textarea::-moz-placeholder,
.contact-form form input[type="email"]::-moz-placeholder {
  color: #fff;
  text-transform: uppercase;
}

.contact-form form input[type="text"]:-ms-input-placeholder,
.contact-form form textarea:-ms-input-placeholder,
.contact-form form input[type="email"]:-ms-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}

.contact-form form input[type="text"]:-moz-placeholder,
.contact-form form textarea:-moz-placeholder,
.contact-form form input[type="email"]:-moz-placeholder {
  color: #fff;
  text-transform: uppercase;
}

.contact-form form button.submit-icon {
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  border: none;
  outline: none;
  padding: 10px 20px;
  text-transform: uppercase;
  margin-bottom: 30px;
  background-color: rgba(256, 256, 256, 0.1);
}

.contact-form form button.submit-icon .submit-icon {
  margin-left: 8px;
}

/*=========== MAP STYLES ============*/
#map {
  height: 492px;
  width: 100%;
  background-color: white;
}

/*======================
    17. COPYRIGHT AREA
========================*/
#footer-area {
  overflow: hidden;
  padding: 80px 0;
  background-color: #080d17;
}

.copyright-area {
  text-align: center;
}

.copyright-area h2 {
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 15px;
  font-weight: 700;
}

.copyright-area p {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
}

.copyright-area p a {
  text-decoration: none;
  color: #fff;
}

.footer-social ul {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.footer-social ul li a {
  width: 39px;
  height: 39px;
  display: block;
  color: #fff;
  border-radius: 50%;
  line-height: 39px;
  margin-right: 10px;
  transition: 0.4s ease;
}
.footer-social ul li:last-child a {
  margin-right: 0px;
}
.footer-social ul li a:hover {
  background-color: #ffc107;
}

/*=======================
       18. SCROLLUP
=========================*/
#scrollUp {
  background: #0e1626;
  right: 50px;
  bottom: 0px;
  color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  width: 40px;
  border-radius: 50%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  bottom: 50px;
}

/*===================================
    19. RESPONSIVE NAV BUTTON STYLES
=====================================*/
.navbar-light .navbar-toggler {
  border-color: rgb(255, 255, 255);
  border-radius: 0px;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/*==================================
    20. PRELOADER STYLES
====================================*/
.preloader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(14, 22, 38);
  z-index: 9999;
}

.spinner {
  width: 40px;
  height: 40px;
  margin: 25% auto;
  background-color: #fff;

  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

/* =============================
    20. HISTORY STYLES
================================ */
#history-section {
  overflow: hidden;
  padding: 120px 0;
  background: #0e1626;
}

.single-history {
  background-color: #f0f8ff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 35px;
  position: relative;
  box-shadow: 20px 0px 20px 0px rgba(1, 0, 0, 0.1);
  transition: all 0.4s;
}

.single-history:hover {
  box-shadow: 20px 20px 20px 0px rgba(0, 0, 0, 0.1);
}

.history-icon .et-icon {
  font-size: 35px;
  color: #ffc107;
  margin-bottom: 20px;
}

.single-history h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #000;
  line-height: 32px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
  transition: all 0.4s;
  letter-spacing: 1px;
}

.single-history p {
  color: #8c8686;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}

/* HELM Charts */

.helm-btn {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 8px;
  margin-top: 0px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.4s ease;
}

.helm-btn:hover {
  background: rgba(4, 122, 143, 0.808);
  color: #fff;
}
