* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #0D1B2A;
  background-color: white;
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
}

.background-hero-image {
  position: fixed;
  top: 90;
  left: 0;
  width: 100vw;
  height: 100vh;
  image-orientation: from-image;
  background-image: url(../images/about/welcome-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.background-hero-image:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #E4572E;
  padding: 0;
}
a:hover, a:active, a:focus {
  color: #E4572E;
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #415A77;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
}

p {
  margin: 0;
  line-height: 1.8;
  color: #0D1B2A;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

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

select,
input,
textarea,
button {
  box-shadow: none;
  outline: 0 !important;
}

a button {
  height: 40px;
  padding: 0 40px;
  line-height: 40px;
  border-radius: 20px;
  text-transform: capitalize;
  color: white;
  background: #E4572E;
  border: 1px solid #E4572E;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
a button:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  background: #FA4E1A;
  border: 1px solid #FA4E1A;
  text-decoration: none;
}

html,
body {
  height: 100%;
  position: relative;
}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease;
  -moz-transition: opacity 0.3s 0.3s ease;
  -ms-transition: opacity 0.3s 0.3s ease;
  -o-transition: opacity 0.3s 0.3s ease;
  transition: opacity 0.3s 0.3s ease;
  opacity: 0;
}

.fix {
  position: relative;
  clear: both;
}

section {
  padding: 36px 0 200px;
  border-top: 1px solid #E0E1DD;
}

.section-heading {
  margin-bottom: 100px;
  border-bottom: 1px solid #E0E1DD;
}
.section-heading h2 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 36px;
}

.top-area {
  position: relative;
  z-index: 9999;
}

nav.navbar.bootsnav.no-background {
  background-color: #0D1B2A;
  border: none;
}

nav.navbar.bootsnav {
  background-color: #0D1B2A;
  border-bottom: transparent;
  box-shadow: -2px 6px 10px rgba(0, 0, 0, 0.6);
}
nav.navbar.bootsnav ul.nav > li > a {
  color: #E4572E;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  padding: 40px 20px;
}
nav.navbar.bootsnav ul.nav > li:last-of-type > a {
  padding: 40px 0 40px 20px;
}
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
  content: "";
}
nav.navbar.bootsnav ul.nav > li.dropdown span {
  font-size: 8px;
  margin-left: 15px;
}
nav.navbar.bootsnav .navbar-toggle {
  position: relative;
  background-color: transparent;
  padding: 10px;
  top: 0;
}
nav.navbar.bootsnav .navbar-toggle i {
  color: #E4572E;
}

.navbar-header a.navbar-brand,
.navbar-header a.navbar-brand:hover,
.navbar-header a.navbar-brand:focus {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  padding: 40px 0px 60px 15px;
  text-transform: uppercase;
  text-decoration: none;
}
.navbar-header a.navbar-brand span:first-of-type,
.navbar-header a.navbar-brand:hover span:first-of-type,
.navbar-header a.navbar-brand:focus span:first-of-type {
  color: white;
  margin-right: 6px;
}
.navbar-header a.navbar-brand span,
.navbar-header a.navbar-brand:hover span,
.navbar-header a.navbar-brand:focus span {
  color: #778DA9;
  white-space: nowrap;
}

nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a {
  color: #E0E1DD;
}

.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav > li > a {
  color: #E4572E;
}

.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav > li > a:hover,
.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav > li > a:focus,
.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav > li.active > a {
  color: #E0E1DD;
}

.menu-ui-design {
  overflow-y: scroll;
  height: 350px;
}
.menu-ui-design::-webkit-scrollbar {
  width: 5px;
}
.menu-ui-design::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 8px transparent;
}
.menu-ui-design::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.home {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  position: relative;
  background: url(../images/hero-image.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  border-top: none;
  padding: 36px 0;
}
.home:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  background: rgba(27, 38, 59, 0.8);
  width: 100%;
  height: 100%;
}
.home__text h2 {
  font-size: 54px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5;
  color: #778DA9;
  text-shadow: 0px 6px 10px rgba(0, 0, 0, 0.8);
}
.home__text h3 {
  color: white;
  font-size: 26px;
  text-transform: uppercase;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 1.4px;
  margin-top: 8px;
  text-shadow: 0px 6px 10px rgba(0, 0, 0, 0.8);
}
.home__text p {
  color: white;
  font-size: 16px;
  padding: 20px 0;
  text-shadow: 0px 6px 10px rgba(0, 0, 0, 0.8);
}
.home__pic-and-btn {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 240px;
  margin-top: 20px;
  float: right;
}
.home__pic {
  position: relative;
}
.home__pic:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(27, 38, 59, 0.2);
  border-radius: 20px;
}
.home__pic img {
  width: 100%;
  max-height: 240px;
  border-radius: 20px;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.8);
}
.home__btn {
  margin-top: 20px;
  width: 100%;
}
.home__btn button {
  width: 100%;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.8);
}

.single-timeline-box {
  margin-bottom: 75px;
}

.experience-time {
  position: relative;
}
.experience-time h2 {
  font-weight: 400;
}
.experience-time h3 {
  font-size: 16px;
  font-weight: 300;
  margin-top: 14px;
  text-transform: uppercase;
}

.main-timeline {
  position: relative;
}
.main-timeline:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #E0E1DD;
  position: absolute;
  top: 0;
  left: 45.8%;
  z-index: -1;
}
.main-timeline .timeline {
  position: relative;
}
.main-timeline .timeline--last-item {
  margin-bottom: 0;
}
.main-timeline .company {
  font-size: 16px;
  font-weight: 600;
  color: #415A77;
  margin-bottom: 16px;
}
.main-timeline .description {
  font-size: 14px;
}
.main-timeline .location {
  font-style: italic;
  color: #415A77;
}
.main-timeline .timeline-content.right {
  float: right;
  text-align: left;
}

.timeline-content span > i,
.experience-time span > i {
  color: #415A77;
  position: absolute;
  font-size: 10px;
  left: -14.5%;
  z-index: 1;
}

.timeline-content h4.title {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.timeline-content h5 {
  font-size: 14px;
  font-weight: 300;
  margin: 18px 0 20px;
}

.timeline-single-before:before {
  content: "";
  top: 57px;
  left: -3px;
  position: absolute;
  width: 100%;
  height: 400px;
  border-left: 15px solid white;
}

.experience-time-responsive {
  display: none;
}

.single-progress-txt {
  display: flex;
}
.single-progress-txt h3 {
  width: 10%;
  position: relative;
  top: 10px;
  left: 20px;
  color: #415A77;
}

.barWrapper {
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
}

.progress {
  border-radius: 3px;
  overflow: visible;
  background: #E0E1DD;
  height: 8px;
  margin-top: 15px;
  width: 85%;
  margin-bottom: 37px;
}

.progress-bar {
  background: #778DA9;
  border-radius: 3px;
  -webkit-transition: width 1.5s ease-in-out;
  -ms-transition: width 1.5s ease-in-out;
  -moz-transition: width 1.5s ease-in-out;
  -o-transition: width 1.5s ease-in-out;
  transition: width 1.5s ease-in-out;
}

.tooltip {
  position: relative;
  float: right;
}
.tooltip > .tooltip-inner {
  background-color: transparent;
  padding: 1px 5px;
  color: #1B263B;
  font-weight: 500;
  font-size: 12px;
  border-radius: 0;
}

.popOver + .tooltip > .tooltip-arrow {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -1px;
  transform: translateX(-50%);
  margin-left: 0;
}

.work__content p {
  font-size: 16px;
  margin: 0 0 20px;
}

.card {
  display: flex;
  margin: 20px 0 60px;
  border: none;
  border-radius: 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.card__section {
  display: inherit;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 20px;
  width: 50%;
}
.card__section a {
  width: 100%;
}
.card__thumbnail {
  display: inherit;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border: 1px solid #E0E1DD;
  border-radius: 20px;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 3;
}
.card__thumbnail:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  z-index: 2;
}
.card img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
}
.card h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.card p {
  margin-bottom: 10px;
}
.card__technologies-list {
  font-size: 12px;
  font-weight: 500;
  color: #415A77;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.contact-form .form-group {
  margin-bottom: 20px;
}
.contact-form .form-control {
  padding: 25px;
  font-size: 14px;
  border: 1px solid #778DA9;
  border-radius: 0px;
  box-shadow: none;
  outline: 0 !important;
  background: white;
  color: #778DA9;
  resize: none;
}
.contact-form .single-contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-form .single-contact-btn a {
  width: 100%;
}
.contact-form .single-contact-btn a button {
  width: 100%;
}

.contact-add-head h2 {
  font-size: 24px;
}
.contact-add-head p {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 300;
  margin-top: 10px;
}

.contact-add-info {
  margin: 40px 0 0;
}

.single-contact-add-info {
  margin-bottom: 40px;
}
.single-contact-add-info h3 {
  font-weight: 500;
}
.single-contact-add-info p {
  font-size: 16px;
  margin-top: 10px;
}

#scroll-Top .return-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: none;
  width: 40px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  color: white;
  background: #E4572E;
  border: 1px solid #E4572E;
  border-radius: 50%;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 10;
}
#scroll-Top .return-to-top:hover {
  background: #FA4E1A;
  color: white;
  border: 1px solid #FA4E1A;
}
#scroll-Top .return-to-top i {
  position: relative;
  bottom: 0;
  position: relative;
  animation-name: example;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-duration: 1s;
}

@keyframes example {
  0% {
    bottom: 0px;
  }
  100% {
    bottom: 7px;
  }
}
@media screen and (max-width: 1440px) {
  section {
    padding: 36px 0 100px;
  }
  .section-heading {
    margin-bottom: 50px;
  }
  .single-about-img img {
    max-width: 100%;
  }
  .single-about-img:before,
  .about-list-icon {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 40px 8px;
  }
  nav.navbar.bootsnav ul.nav > li:last-of-type > a {
    padding: 40px 0 40px 8px;
  }
  .timeline-content span > i,
  .experience-time span > i {
    left: -15.5%;
  }
}
@media screen and (max-width: 1008px) {
  nav.navbar.bootsnav ul.nav > li.dropdown span.megamenu-title {
    display: block;
    color: #43465d;
    font-size: 18px;
  }
  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li .megamenu-sub-title a {
    margin-top: 20px;
    font-size: 14px;
  }
  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li .megamenu-sub-txt a {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 992px) {
  nav.navbar.bootsnav .navbar-nav {
    padding-left: 30px;
    padding-right: 30px;
    margin: 1px -15px;
  }
  nav.navbar.bootsnav .navbar-collapse.collapsing,
  nav.navbar.bootsnav .navbar-collapse.collapse.in {
    padding-bottom: 0;
    height: auto;
    margin-right: -30px;
    margin-left: -30px;
  }
  nav.navbar.bootsnav .navbar-header {
    padding-left: 0;
    padding-right: 0;
    margin: 0 -15px;
  }
  nav.navbar.bootsnav .navbar-toggle {
    display: inline-block;
    float: right;
    margin-right: 6px;
    margin-top: 28px;
  }
  nav.navbar.bootsnav .navbar-brand {
    float: left !important;
  }
  nav.navbar.bootsnav .navbar-nav > li {
    border-bottom: 1px solid #778DA9;
    margin: 0 -30px;
    padding: 0 30px;
  }
  nav.navbar.bootsnav ul.nav > li > a,
  nav.navbar.bootsnav ul.nav > li:last-of-type > a {
    padding: 15px 0px;
    border: transparent;
  }
  .home__text h2 {
    font-size: 40px;
  }
  .home__text h3 {
    font-size: 20px;
    margin-top: 8px;
  }
  .home__text p {
    font-size: 14px;
    padding: 20px 0;
  }
  .home__pic-and-btn {
    width: 180px;
  }
}
@media screen and (max-width: 991px) {
  nav.navbar.bootsnav .navbar-nav > li {
    border-bottom: 1px solid transparent;
  }
  .experience-time-responsive {
    display: block;
  }
  .experience-time-main {
    display: none;
  }
  .experience-time,
  .timeline-content {
    text-align: left;
    margin-bottom: 20px;
    margin-left: 40px;
  }
  .timeline-content span > i {
    left: 0%;
    top: -54%;
  }
  .experience-time span > i {
    left: -6%;
    top: 6%;
  }
  .main-timeline:before {
    left: 0.4%;
  }
  .single-horizontal-timeline .experience-time,
  .single-horizontal-timeline .timeline-content {
    margin: 0;
  }
  .card h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .card p {
    font-size: 14px;
    line-height: 1.4;
  }
  .card a button {
    padding: 0 20px;
    font-size: 14px;
  }
  .card__technologies-list {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
  nav.navbar.bootsnav .navbar-nav > li {
    border-bottom: 1px solid #778DA9;
  }
  .home__text {
    padding: 0 15px;
  }
  .home__pic-and-btn {
    float: none;
    margin: 20px auto;
  }
  .single-about-img {
    max-width: 450px;
  }
  .experience-time span > i,
  .timeline-content span > i,
  .main-timeline:before {
    display: none;
  }
  .experience-time,
  .timeline-content {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .main-timeline .company {
    margin-bottom: 4px;
  }
  .single-timeline-box {
    margin-bottom: 30px;
  }
  .single-profile {
    max-width: 350px;
    margin: 30px auto;
    border: 0;
  }
  .profile-border {
    border: 0;
  }
  .single-horizontal-timeline {
    max-width: 350px;
    margin: 30px auto;
  }
}
@media screen and (max-width: 576px) {
  .home:before {
    background: rgba(27, 38, 59, 0.88);
  }
  .home__text {
    padding: 0 15px;
  }
  .home__text h2 {
    font-size: 30px;
  }
  .home__text h3 {
    font-size: 16px;
    margin-top: 16px;
  }
  .home__text p {
    font-size: 14px;
    padding: 20px 0;
  }
  .home__profile-pic {
    float: none;
    margin: 20px auto;
  }
  .section-heading {
    text-align: center;
  }
  .subscribe-title h2 {
    font-size: 24px;
  }
  .card {
    flex-direction: column;
  }
  .card__section {
    padding: 10px;
    width: 100%;
  }
  .card h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .card p {
    font-size: 14px;
    line-height: 1.4;
  }
  .card a button {
    width: 100%;
  }
}
@media screen and (max-width: 440px) {
  nav.navbar.bootsnav .navbar-brand {
    float: left !important;
    width: 50%;
    text-align: left;
    padding: 30px 0 70px 15px;
  }
}
