@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
  font-family: "Poppins", sans-serif;
  background: #010b2f;
  margin: 0;
  padding: 0;
}

p {
  font-family: "Poppins", sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.7em;
  color: #010b2f;
  
}
label {
  color: #999;
  font-family: "Poppins", sans-serif;
  font-size: 1.1em;
}
input {
  border-radius: 0px !important;
}
textarea {
  border-radius: 0px !important;
}
.sendbtn {
  text-align: center;
  font-size: 0.9em !important;
  border-radius: 0px;
  background: #010b2f;
  color: white;
}
.card-btn{
  text-align: center;
  font-size: 0.9em !important;
  border-radius: 0px;
  background: #010b2f;
  color: white;
  margin:auto;
}
.logo {
  border: 2px solid white;
  border-radius: 5.5%;
  padding: 7px;
}

.header-icon {
  bottom: -21px;
  right: 20px;
  position: absolute;
  font-size: 1.9em !important;
}
.header-icon a {
  color: #fff;
}
a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}
.fas,
.fab {
  color: #010b2f;
  font-size: 20px;
}
.piont {
  font-size: 20px;
  position: relative;
}
.point {
  color: #010b2f;
  font-size: 22px;
}

.navbar {
  padding: 15px 10px;
  margin-bottom: 40px;
}

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}

i,
span {
  display: inline-block;
}
.divider-left {
  width: 100%;
  position: relative;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
  display: flex;
}

#sidebar {
  min-width: 180px;
  max-width: 180px;
  background: #ffffff;
  color: #010b2f;
  transition: all 0.3s;
  border-left: 3px solid #010b2f;
}

#sidebar.active {
  min-width: 100px;
  max-width: 100px;
  text-align: center;
}

#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs {
  display: none;
}

#sidebar.active .sidebar-header strong {
  display: block;
}

#sidebar ul li a {
  text-align: left;
}

#sidebar.active ul li a {
  padding: 10px 5px;
  text-align: center;
  font-size: 0.75em;
}

#sidebar.active ul li a i {
  margin-right: 0;
  display: block;
  font-size: 1.8em;
  margin-bottom: 5px;
}

#sidebar.active ul ul a {
  padding: 10px !important;
}

#sidebar.active .dropdown-toggle::after {
  top: auto;
  bottom: 10px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

#sidebar .sidebar-header {
  padding: 14px;
  position: fixed;
  margin-top: 15px;
}

#sidebar .sidebar-header strong {
  display: none;
  font-size: 1.8em;
}

#sidebar ul.components {
  border-bottom: 1px solid #47748b;
  top: 105px;
  position: fixed;
}

#sidebar ul li a {
  padding: 15px;
  font-size: 1.1em;
  display: block;
}

#sidebar ul li a:hover {
  border-bottom: 2px solid #010b2f;
}

#sidebar ul li a i {
  margin-right: 5px;
}

#sidebar ul li .active > a,
a[aria-expanded="true"] {
  color: #fff;
  background: rgb(0, 3, 14);
}

a[data-toggle="collapse"] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

a.article,
a.article:hover {
  color: #fff !important;
  border: solid 2px #010b2f !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
  width: 100%;
  padding: 5px;
  min-height: 100vh;
  transition: all 0.3s;
  border: 2px solid #010b2f;
}

.typing-text p{
  color: #e2dfe0;
  font-size: 35px;
  font-weight: 500;
  width: 70%;
  margin: auto;
  padding-top: 150px;
  margin-right: 20px;
}
.header-social-icons {
  float: right;
  list-style: none;
  padding: 12px;
  padding-top: 80px;
}
.header-social-icons li {
  padding: 10px;
}

#header {
  background: linear-gradient(rgba(6, 11, 27, 0), rgba(1, 11, 47, 0.58)),
    url(assets/image/head-hero..png) no-repeat;
  height: 550px;
  background-size: cover;
  border-radius: 0.5%;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
  color: #fff;
  margin-bottom: 110px;
}
#header:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: inherit;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: top left;
  transform: skewY(4deg);
}
.about-content {
  position: relative;
  width: 100%;
  background: #ffffff;
  padding: 30px;
  color: #010b2f;
  margin-bottom: 10px;
}

.about-content:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: inherit;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: bottom right;
  transform: skewY(5deg);
}

.about-img {
  border: 10px solid #6d7fcc;
  border-radius: 1%;
}

.about-info p {
  color: #010b2f;
  padding-top: 20px;
}

.sectional-content {
  background-color: #f7f7f7;
  width: 100%;
  padding: 10px;
  margin-top: 20px;
  color: #010b2f;
}

.contact-form {
  margin: auto;
}

.footer-brand {
  text-align: center;
  border: 2px solid #010b2f;
  width: 100px;
  color: #010b2f;
  font-size: 3em;
  font-weight: 400;
  padding-right: 7px;
}
footer {
  padding-top: 100px;
  background-color: #f7f7f7;
  color: #010b2f;
}
footer hr {
  background-color: #010b2f;
  width: 100%;
  height:20px;
}
footer-brand a {
  padding-top: 20px;
  font-size: 1em;
  font-weight: 400;
}
.footer-icon {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 40px;
}
.footer-icon ul {
  padding: 3px;
}
.footer-icon ul a {
  padding: 8.6px;
  color: #010b2f;
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
  body {
    margin: 0;
    padding: 0;
  }

  #header {
    background: linear-gradient(rgba(6, 11, 27, 0), rgba(1, 11, 47, 0.58)),
    url(assets/image/head-hero..png) no-repeat;
    height: 550px;
    background-size: cover;
    border-radius: 0.5%;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
    color: #fff;
    margin-bottom: 80px;
  }
  #header:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: inherit;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform-origin: top left;
    transform: skewY(4deg);
  }
  
.typing-text p {
   color: #efefef;
   font-size: 30px;
   font-weight: 500;
   width: 60%;
   margin: auto;
   padding-top: 160px;
   margin-right: 30px;
}
  .about-content {
    position: relative;
    width: 100%;
    background: #ffffff;
    padding: 30px;
    color: #010b2f;
    margin-bottom: 10px;
  }

  .about-content:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: inherit;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform-origin: bottom right;
    transform: skewY(5deg);
  }

  .about-img {
    margin-top: 35px;
  }
  
  #sidebar {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
    margin-left: -80px !important;
  }
  .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
  #sidebar.active {
    margin-left: 0 !important;
  }
  #sidebar .sidebar-header h3,
  #sidebar .CTAs {
    display: none;
  }
  #sidebar .sidebar-header strong {
    display: block;
  }
  #sidebar ul li a {
    padding: 20px 10px;
  }
  #sidebar ul li a span {
    font-size: 0.85em;
  }
  #sidebar ul li a i {
    margin-right: 0;
    display: block;
  }
  #sidebar ul ul a {
    padding: 10px !important;
  }
  #sidebar ul li a i {
    font-size: 1.3em;
  }
  #sidebar {
    margin-left: 0;
  }
  #sidebarCollapse span {
    display: none;
  }

  #sidebar .sidebar-header {
    padding: 20px;
    padding-left: 20px;
    position: fixed;
  }
  #sidebar.active ul li a {
    text-align: center;
    font-size: 0.8em;
  }
}

@media (max-width: 640px) {

  .typing-text p {
   color: #ffffff;
   font-size: 21px;
   font-weight: 500;
   width: 100%;
   margin: auto;
   padding-top: 220px;
   
}
.header-social-icons {
  display:none;
}
  #header {
    background: linear-gradient(rgba(6, 11, 27, 0), rgba(1, 11, 47, 0.58)),
    url(assets/image/mb-head-hero..png) no-repeat;
    height: 550px;
    background-size: cover;
    border-radius: 0.5%;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
    color: #fff;
    margin-bottom: 40px;
  }
  #header:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: inherit;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform-origin: top left;
    transform: skewY(4deg);
  }
  .about-content {
    position: relative;
    width: 100%;
    background: #ffffff;
    padding: 30px;
    color: #010b2f;
    margin-bottom: 10px;
  }

  .about-content:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: inherit;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform-origin: bottom right;
    transform: skewY(5deg);
  }
  .clipro{
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

/* ---------------------------------------------------
    SCROLL BACT TO TOP
----------------------------------------------------- */

#scroll {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-color: #010b2f;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 30%;
  -moz-border-radius: 30%;
  border-radius: 70%;
}

#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-bottom-color: #ffffff;
}
#scroll:hover {
  background-color: #010b2f !important;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
/* ---------------------------------------------------
    SCROLL BACT TO TOP
----------------------------------------------------- */

/* --------------