html {
  scroll-behavior: smooth;
}
/* Resets */
html,
nav,
header,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  line-height: 1;
  margin: 0px;
  overflow-x: hidden;
  font-family: "Poppins";
}
ol,
ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}

header {
  background: #1d3058;
  color: #b8cddb;
  padding: 20px;
}

#dbl-header {
  max-width: 1400px;
  margin: auto;
  display: flex;
}

#logo img {
  height: 155px;
}

#top-nav {
  display: flex;
}

.top-item h2 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}

ul li {
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 1.3em;
}

ul {
  margin-top: 19px;
}

.top-item a {
  color: #b8cddb;
  text-decoration: none;
}

.top-item {
  display: flex;
}

.top-item:not(:last-child) {
  padding-right: 20px;
}

.item-icon {
  width: 52px;
  height: 52px;
  background: #b8cddb;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 14px;
}

.item-icon i {
  color: #1d3058;
  font-size: 14px;
}

.item-text {
  max-width: 200px;
}

.top-item:last-child .item-text {
  max-width: 200px;
}

.item-text p {
  font-size: 12px;
}

#right-header {
  margin-right: 0px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
}

.bottom-nav {
  display: flex;
  margin-top: 30px;
  align-items: center;
  justify-content: end;
}

.light-button {
  width: 233px;
  height: 55px;
  background: #b8cddb;
  color: #1d3058;
  border: none;
  border-radius: 3px;
  font-weight: 600;
  cursor: pointer;
}

.dark-button {
  width: 233px;
  height: 55px;
  color: #b8cddb;
  background: #1d3058;
  border: none;
  border-radius: 3px;
  font-weight: 600;
  cursor: pointer;
}

.light-button i {
  background: #1d3058;
  color: #b8cddb;
  font-size: 15px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  padding-top: 1px;
  margin-left: 5px;
}

.dark-button i {
  color: #1d3058;
  background: #b8cddb;
  font-size: 15px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  padding-top: 1px;
  margin-left: 5px;
}

.bottom-nav a p {
  margin-right: 25px;
  color: #b8cddb;
}

.bottom-nav a {
  text-decoration: none;
}

.flex {
  display: flex;
}

.center-flex {
  align-items: center;
}

.light-section {
  background: #b8cddb;
  color: #1d3058;
}

.dark-section {
  color: #b8cddb;
  background: #1d3058;
}

section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container {
  max-width: 1400px;
  padding: 20px;
  margin: auto;
}

.right-block,
.left-block {
  width: 50%;
}

.right-img img {
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: 90%;
}

h1 {
  font-size: 27px;
  line-height: 32px;
  font-weight: 400;
  max-width: 400px;
  margin-bottom: 30px;
}

#contact-success {
  text-align: center;
  height: calc(100vh - 362px);
  display: flex;
  align-items: center;
  justify-content: center;
}

p {
  letter-spacing: 1px;
  line-height: 1.3em;
}

#hero button {
  margin-top: 30px;
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}

.pulse {
  transform: scale(0.9);
  animation: pulse 3s infinite;
}

.container h2 {
  font-size: 27px;
  line-height: 32px;
  margin-bottom: 32px;
}

.left-img img {
  width: 100%;
}

ul {
  list-style-type: initial;
  list-style-position: inside;
  padding-left: 20px;
}

.right-text {
  padding-left: 50px;
}

#about button,
#services button {
  margin-top: 50px;
}

.contact-item {
  background: #fff;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  position: relative;
  top: -85px;
}

.contact-item {
  padding: 30px 30px 8px 30px;
  display: flex;
}

.contact-icon {
  min-width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 20px;
}

.light-bg {
  background: #b8cddb;
}

.dark-bg {
  background: #1d3058;
}

.contact-text h2 {
  font-size: 20px;
  line-height: 34px;
  color: #1d3058;
  margin-bottom: 10px;
}

.contact-text a p {
  font-size: 16px;
  line-height: 24px;
  color: #1d3058;
  text-decoration: none;
  display: inline-block;
}

.more-bottom {
  padding-bottom: 125px;
}

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

.two-col-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  margin-bottom: 20px;
}

.two-col-inputs input {
  padding: 20px 24px;
  border-radius: 30px;
  border: none;
  margin-bottom: 20px;
}

.one-col-inputs {
  width: calc(100% - 48px);
}

textarea {
  width: 100% !important;
  padding: 20px 24px;
  border-radius: 30px;
  border: none;
}

.submit-button {
  width: 233px;
  margin: 30px auto 0px auto;
}

.bor-rad {
  border-radius: 28px;
  display: inline-block;
  margin: auto;
}

.bor-rad i {
  background: transparent;
  color: #b8cddb;
}

button i {
  transition: all 0.3s ease-in;
}

button:hover i {
  transform: translateX(10px);
}

.more-top {
  padding-top: 0px;
}

footer p {
  text-align: center;
}

.sticky-logo {
  height: 55px;
}

#sticky-header {
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  width: 100%;
  z-index: 999;
  box-shadow: 4px 1px 20px #00000029;
  transform: translateY(-75px);
  transition: transform 0s ease-in-out;
}

#sticky-header .container {
  padding-top: 0px;
  padding-bottom: 0px;
}

.sticky-logo img {
  height: 100%;
}

#sticky-header .bottom-nav {
  margin-left: auto;
  margin-right: 0px;
  margin-top: 0px;
}

#sticky-header.active {
  transform: translateY(0px);
  transition: transform 0.3s ease-in-out;
}

.contact-mob {
  text-align: center;
}

.contact-mob a {
  color: #b8cddb;
  text-decoration: none;
}

.contact-mob a p {
  margin-bottom: 10px;
}

.dk-hide {
  display: none;
}

/* Mobile Nav Animation */

#mobile-nav {
  display: none;
  margin-left: auto;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 100;
  margin-top: 6px;
}

.hb-line {
  width: 100%;
  background: #b8cddb;
  height: 3px;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hb-line:not(:last-child) {
  margin-bottom: 5px;
}

.hbt1 {
  position: absolute;
  transform: rotate(45deg);
  top: 10px;
  left: 0;
}

.hbt2 {
  opacity: 0;
}

.hbt3 {
  position: absolute;
  transform: rotate(-45deg);
  top: 10px;
  right: 0;
}

#myNav {
  background-color: #b8cddb;
  position: fixed;
  top: 75px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 75px);
  z-index: 99 !important;
}

.mobileNav-items {
  position: absolute;
  top: calc(50% - 122px);
  text-align: center;
  width: 100vw;
}

.mobileNav-itemsPro {
  top: calc(50% - 138px);
}

.mobileNav-itemsSer {
  top: calc(50% - 162px);
}

.mobileNav-items a {
  text-decoration: none;
  color: #1d3058;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 16px;
  line-height: 48px;
  height: 48px;
  font-weight: 800;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.overNav a {
  color: #fff;
}

#myNav {
  transform: translateX(-100%);
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  opacity: 0;
}

.navShow {
  transform: translateX(0%) !important;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  z-index: 1 !important;
  opacity: 1 !important;
}

@media only screen and (max-width: 1025px) {
  .dk-hide {
    display: block;
  }

  #mobile-nav {
    display: block;
  }

  .mob-hide {
    display: none;
  }

  .bottom-nav a p {
    display: none;
  }

  .bottom-nav button {
    display: none;
  }
  .container {
    padding-top: 50px;
  }

  #contact {
    padding-top: 40px;
  }

  #sticky-header {
    transform: translateY(0px);
  }
}

@media only screen and (max-width: 767px) {
  .mob-col {
    flex-direction: column-reverse;
  }

  header {
    display: none;
  }

  .right-text {
    padding-left: 0px;
    padding-bottom: 30px;
  }

  .two-col-inputs {
    grid-template-columns: 100%;
    grid-gap: 10px;
    margin-bottom: 10px;
  }

  .two-col-inputs input {
    margin-bottom: 0px;
  }

  .right-block,
  .left-block {
    width: 100%;
  }

  .submit-button,
  .submit-button button {
    width: 100%;
  }

  .submit-button button {
    margin-top: 10px;
  }
}
